:root {
	--white: #ffffff;
	--black: #151515;
	--main: #00ac00;
	--sub: #8b8b8b;
	--font-color: #333333;
	--sub-color: #959595;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	position: relative;
}

body {
	font-size: 16px;
	font-style: normal;
	color: var(--font-color);
	line-height: unset;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

ul,
dl,
p {
	margin-bottom: 0;
}

a,
a:visited,
a:link,
a:hover {
	text-decoration: none;
}


.line-limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

[line-clamp='1'] {
	-webkit-line-clamp: 1;
}

[line-clamp='2'] {
	-webkit-line-clamp: 2;
}

[line-clamp='3'] {
	-webkit-line-clamp: 3;
}

[line-clamp='4'] {
	-webkit-line-clamp: 4;
}

[line-clamp='5'] {
	-webkit-line-clamp: 5;
}


.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	outline: none;
	cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	/* display: none; */
	color: var(--white);
}

.thumb-img {
	overflow: hidden;
}

.thumb-img img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.thumb-img:hover img {
	transform: scale(1.08, 1.08);
}

/* The main style */

.section-padding {
	padding: 80px 0;
}

.bg-grey {
	background-color: #f7f7f7;
}

.flex-fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.flex-fixed-position {
	background-color: var(--white);
	border-bottom: 1px solid #dfdfdf;
}

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

.logo a {
	display: block;
	padding: 10px 0;
}

.logo a img {
	display: block;
	max-height: 70px;
}

.flex-nav {
	display: flex;
	align-items: center;
}

.flex-nav a {
	display: block;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
	padding: 0 30px;
}

.flex-fixed-position .flex-nav a {
	color: var(--font-color);
}

.flex-nav li.nav-top {
	position: relative;
	padding: 10px 0;
}

.flex-nav li.nav-top:hover a {
	color: var(--main);
}

.flex-nav li.nav-lang {
	display: flex;
}

.flex-nav li.nav-lang a {
	display: flex;
	padding: 0;
}

.flex-nav li.nav-lang a::after {
	content: "/";
	display: block;
	padding: 0 10px;
}

.flex-nav li.nav-lang a:last-child::after {
	display: none;
}

.flex-nav li.nav-lang a.active {
	color: var(--main);
}

.flex-nav li.nav-lang a.active::after {
	color: var(--white);
}

.flex-fixed-position .flex-nav li.nav-lang a.active::after{
	color:var(--font-color);
}

.flex-nav li.nav-top .nav-childs-ul {
	position: absolute;
	top: calc(100% - 20px);
	left: 0;
	background-color: var(--main);
	visibility: hidden;
	opacity: 0;
	border-radius: 3px;
	min-width: 100%;
	z-index: 999;
	transition: .5s;
}

.flex-nav li.nav-top:hover .nav-childs-ul {
	top: 100% ;
	visibility: visible;
	opacity: 1;
}

.flex-nav li.nav-top .nav-childs-ul a {
	display: block;
	white-space: nowrap;
	text-align: center;
	color: var(--white);
	padding: 10px;
}

.scroll-banner-swiper .banner-item {
	display: block;
}

.scroll-banner-swiper .banner-item img {
	width: 100%;
	max-width: 100%;
}

.scroll-banner-swiper .swiper-button-prev,
.scroll-banner-swiper .swiper-button-next {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--white);
	border-radius: 50%;
	transition: .5s;
}

.scroll-banner-swiper:hover .swiper-button-prev,
.scroll-banner-swiper:hover .swiper-button-next {
	display: block;
}

.scroll-banner-swiper .swiper-button-prev::after,
.scroll-banner-swiper .swiper-button-next::after {
	font-size: 16px;
}

.scroll-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: var(--white);
	width: 10px;
	height: 10px;
	margin: 0 10px;
	transition: .5s;
}

.static-banner {
	position: relative;
}

.static-banner img {
	display: block;
	width: 100%;
}

.static-banner .banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.static-banner .banner-text .title {
	font-size: 50px;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
}

.static-banner .banner-text .subtitle {
	color: var(--white);
	margin-top: 10px;
}

.color-white {
	color: var(--white);
}

.color-black {
	color: var(--black);
}

.section-topic-title {
	font-size: 40px;
}

.section-topic-line {
	display: block;
	width: 50px;
	border-top: 1px solid var(--main);
	margin: 10px auto 0;
}

.section-more a {
	display: inline-block;
	border: 1px solid var(--sub);
	color: var(--sub);
	padding: 8px 50px;
}

.static-position {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.static-position a {
	display: flex;
	align-items: center;
	color: #4d4d4d;
	text-transform: capitalize;
}

.static-position a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #4d4d4d;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	margin-left: 6px;
	margin-right: 12px;
}

.static-position a:last-child::after {
	display: none;
}

.bg-color {
	background-color: #f3f3f3;
}

.index-service-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0 30px;
}

.index-service-icon .item-icon {
	display: block;
	text-align: center;
	width: 20%;
	margin-bottom: 50px;
}

.index-service-icon .item-icon img {
	display: block;
	margin: 0 auto;
}

.index-service-icon .item-icon .title {
	font-size: 18px;
	color: var(--font-color);
}

.index-logistics {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index-logistics .logistics-chain {
	display: flex;
	margin-top: 50px;
}

.index-logistics .logistics-chain .item-chain {
	width: 20%;
	background-color: #27282c;
	border-right: 1px solid var(--white);
	color: var(--white);
	text-align: center;
	padding: 50px 0;
}

.index-logistics .logistics-chain .item-chain:last-child {
	border-right: 0;
}

.index-logistics .logistics-chain .item-chain .chain-key {
	font-size: 30px;
}

.index-logistics .logistics-chain .item-chain .chain-title {
	line-height: 30px;
	margin-top: 30px;
}

.index-logistics .logistics-chain .item-chain .chain-title .big-title {
	font-size: 20px;
}

.index-solution-list {
	display: flex;
	align-items: center;
	padding: 60px 0;
}

.index-solution-list .solution-item {
	position: relative;
	display: block;
	width: calc((100% - 30px) / 4);
	overflow: hidden;
}

.index-solution-list .solution-item:not(:last-child) {
	margin-right: 10px;
}

.index-solution-list .solution-item .solution-hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.index-solution-list .solution-item:hover .solution-hover {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.index-solution-list .solution-item .solution-hover .title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: var(--white);
}

.index-about-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

.index-about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.index-about .thumb-img,
.index-about .thumb-desc {
	width: 50%;
}

.index-about .thumb-desc {
	padding: 0 50px;
}

.index-about .thumb-desc .title {
	font-size: 20px;
	font-weight: bold;
	color: var(--white);
}

.index-about .thumb-desc .content {
	color: var(--white);
	line-height: 30px;
	padding: 30px 0;
}

.index-news .news-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 60px 0;
}

.index-news .news-wrapper .news-left,
.index-news .news-wrapper .news-right {
	width: calc((100% - 50px) / 2);
}

.index-news .news-wrapper .news-item {
	display: block;
}

.index-news .news-wrapper .news-item .news-content {
	padding: 30px;
}

.index-news .news-wrapper .news-item .news-content .title {
	font-size: 20px;
	color: var(--font-color);
}

.index-news .news-wrapper .news-item .news-content .desc {
	color: var(--sub-color);
	margin: 15px 0;
}

.index-news .news-wrapper .news-item .news-content .date {
	color: var(--font-color);
}

.index-news .news-wrapper .news-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px;
}

.index-news .news-wrapper .news-right .news-li {
	display: block;
}

.index-news .news-wrapper .news-right .news-li .date {
	color: var(--sub-color);
	padding-left: 20px;
	margin-bottom: 10px;
}

.index-news .news-wrapper .news-right .news-li .title {
	font-size: 18px;
	color: var(--font-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-news .news-wrapper .news-right .news-li .title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--font-color);
	border-radius: 50%;
}

.index-news .news-wrapper .news-right .news-li .title span {
	width: calc(100% - 20px);
}

.section-list-news {
	padding-bottom: 80px;
}

.list-news {
	padding: 0 0 20px;
}

.list-news .news-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--white);
	padding: 20px 30px;
	margin-bottom: 50px;
}

.list-news .news-item .thumb-img {
	width: 40%;
}

.list-news .news-item .thumb-desc {
	width: 60%;
	padding: 0 80px;
}

.list-news .news-item .thumb-desc .title {
	font-size: 22px;
	color: var(--font-color);
}

.list-news .news-item .thumb-desc .desc {
	color: var(--sub-color);
	line-height: 30px;
	margin: 20px 0;
}

.list-news .news-item .thumb-desc .date {
	color: var(--main);
}

.section-show-news {}

.show-news-container {
	background-color: var(--white);
	margin: 20px 0 80px;
	padding: 80px 50px;
}

.show-news-container .title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.show-news-container .date {
	color: var(--main);
	text-align: center;
	padding: 20px 0 30px;
	border-bottom: 1px solid #efefef;
}

.show-news-container .content {
	color: var(--font-color);
	line-height: 30px;
	padding: 50px 30px;
}

.show-news-container .content img {
	display: block;
	width: 100%;
}

.show-news-container .related-links {
	padding: 0 30px;
}

.show-news-container .related-links a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: var(--sub-color);
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page li:not(:last-child) {
	margin-right: 20px;
}

.page li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--font-color);
	border: 1px solid var(--main);
}

.page li.active a,
.page li:hover a {
	background-color: var(--main);
	color: var(--white);
}

.section-page-solution,
.section-page-service,
.section-page-about,
.section-page-contact {
	padding: 20px 0 80px;
}

.solution-thumb {
	display: flex;
	align-items: center;
	background-color: var(--white);
}

.solution-thumb:not(:last-child) {
	margin-bottom: 60px;
}

.solution-thumb:nth-child(even) {
	flex-direction: row-reverse;
}

.solution-thumb .thumb-img,
.solution-thumb .thumb-desc {
	width: 50%;
}

.solution-thumb .thumb-desc {
	padding: 0 50px;
	color: var(--sub-color);
	line-height: 30px;
}

.solution-thumb .thumb-desc .title {
	font-size: 30px;
	color: var(--font-color);
	margin-bottom: 20px;
}

.list-service {
	display: flex;
	flex-wrap: wrap;
}

.list-service .service-thumb-item {
	display: block;
	width: calc((100% - 60px) / 3);
	margin-bottom: 50px;
}

.list-service .service-thumb-item:not(:nth-child(3n)) {
	margin-right: 30px;
}

.list-service .service-thumb-item .service-desc {
	background-color: var(--white);
	padding: 30px;
}

.list-service .service-thumb-item .service-desc .title {
	font-size: 20px;
	color: var(--font-color);
	text-align: center;
	margin-bottom: 10px;
}

.list-service .service-thumb-item .service-desc .desc {
	color: var(--sub-color);
	line-height: 30px;
	text-align: center;
}

.about-container {
	position: relative;
}

.about-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.about-wrapper .about-thumb,
.about-wrapper .about-content {
	width: 50%;
}

.about-wrapper .about-thumb img{
	display: block;
	width: 100%;
}

.about-wrapper .about-content .topic-title .en-title {
	font-size: 40px;
	color: var(--font-color);
}

.about-wrapper .about-content .topic-title .cn-title {
	font-size: 20px;
	color: var(--font-color);
	margin: 10px 0 20px;
}

.about-wrapper .about-content .topic-title .line {
	width: 30px;
	border-top: 2px solid var(--main);
}

.about-wrapper .about-content .content {
	padding: 30px 80px 80px 0;
	color: var(--sub-color);
	line-height: 30px;
}

.about-count-num {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 90%;
	background-color: var(--white);
	display: flex;
	justify-content: center;
	padding: 30px;
}

.about-count-num .item-num:not(:last-child) {
	margin-right: 120px;
}

.about-count-num .item-num .data-num {
	font-size: 50px;
	font-weight: bold;
	color: var(--main);
}

.about-count-num .item-num .data-unit {
	color: var(--sub-color);
	text-align: center;
}

.about-cover {
	display: flex;
	align-items: center;
	padding-top: 80px;
}

.about-cover .cover-thumb,
.about-cover .cover-desc {
	width: 50%;
}

.about-cover .cover-thumb img {
	display: block;
	width: 100%;
}

.about-cover .cover-desc {
	padding-left: 80px;
}

.about-cover .cover-desc .title {
	font-size: 30px;
	color: var(--font-color);
	margin-bottom: 20px;
}

.about-cover .cover-desc .desc {
	color: var(--sub-color);
	line-height: 30px;
}

.contact-map {
	display: flex;
	align-content: center;
	background-color: var(--white);
	margin-bottom: 80px;
}

.contact-map .contact-way,
.contact-map .contact-thumb {
	width: 50%;
}

.contact-map .contact-way {
	padding: 50px;
}

.contact-map .contact-way .title {
	font-size: 24px;
	font-weight: bold;
	color: var(--font-color);
	margin-bottom: 30px;
}

.contact-map .contact-way .desc {
	color: var(--sub-color);
	line-height: 30px;
}

.contact-map .contact-way .desc p:not(:last-child) {
	margin-bottom: 20px;
}

.contact-map .contact-thumb{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-map .contact-thumb img {
	display: none;
	width: 100%;
}

.contact-form .form-title {
	font-size: 30px;
	font-weight: bold;
	color: var(--font-color);
	margin-bottom: 50px;
}

.contact-form .form-elements .form-line {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.contact-form .form-elements .form-line input {
	display: block;
	width: 100%;
	background-color: var(--white);
	padding: 10px 30px;
	border: 1px solid var(--white);
	outline: none;
}

.contact-form .form-elements .form-line input:not(:last-child) {
	margin-right: 30px;
}

.contact-form .form-elements .form-line textarea {
	display: block;
	width: 100%;
	background-color: var(--white);
	border: 1px solid var(--white);
	padding: 10px 30px;
	outline: none;
}

.contact-form .form-elements .form-line button {
	display: inline-block;
	width: 30%;
	background-color: var(--main);
	border: 1px solid var(--main);
	color: var(--white);
	margin: 0 auto;
	padding: 10px 0;
	outline: none;
}

footer {
	background-color: #222222;
	padding: 50px 0;
}

.footer-nav .nav-item {
	margin-bottom: 30px;
}

.footer-nav .nav-item .nav-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-nav .nav-item .nav-name a {
	color: var(--white);
}

.footer-nav .nav-item .nav-ul {
	display: flex;
	align-items: center;
}

.footer-nav .nav-item .nav-ul a {
	color: var(--sub-color);
	white-space: nowrap;
}

.footer-nav .nav-item .nav-ul a:not(:last-child) {
	margin-right: 20px;
}

.footer-msg {
	/* display: flex;
	flex-wrap: wrap;
	align-items: center; */
	color: var(--sub-color);
	padding: 30px 0;
}

.footer-msg .addr {
	margin-bottom: 20px ;
}

.footer-msg .tel span:not(:last-child) {
	margin-right: 50px;
}

.footer-copyright {
	border-top: 1px solid #656565;
	padding-top: 50px;
	line-height: 30px;
}

.footer-copyright p,
.footer-copyright a {
	color: var(--sub-color);
}
