:root {
	--white: #ffffff;
	--red: #e60012;
	--blue: #1d2088;
	--font-color: #444444;
	--sub-color: #8e8e8e;
}

* {
	margin: 0;
	padding: 0;
}

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

body {
	font-family: "helvetica";
	/* font-size: 14px; */
	font-style: normal;
	-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;
}

@font-face {
	font-family: 'bd';
	src: url('../fonts/HelveticaNeueLTPro-Bd.ttf');
}

@font-face {
	font-family: 'md';
	src: url('../fonts/HelveticaNeueLTPro-Md.ttf');
}

@font-face {
	font-family: 'th';
	src: url('../fonts/HelveticaNeueLTPro-Th.ttf');
}

.font-bd {
	font-family: "bd";
}

.font-md {
	font-family: "md";
}

.font-th {
	font-family: "th";
}

[data-page='index'] {
	background-color: #f7f7f7;
}

[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;
}

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

.container {
	padding-left: 10px;
	padding-right: 10px;
}

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

.flex-wrap {
	display: flex;
}

.flex-parity:nth-child(odd) {
	flex-direction: row;
}

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

.flex-parity:not(:last-child) {
	margin-bottom: 30px;
}

.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;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
}

.swiper-button-circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0, 0, 0, .2);
	color: white;
	border-radius: 50%;
}

.swiper-button-reset {
	background-color: transparent;
}

.topbar-wrapper-container{
	background: var(--red);
	padding: 10px 0 ;
}

.topbar-wrapper{
	display: flex;
	justify-content: space-between;
}

.topbar-wrapper .contact-info{
	display: flex;
}

.topbar-wrapper .contact-info span{
	display: flex;
	align-items: center;
	font-size: 16px ;
	font-weight: bold;
	color: var(--white);
	padding-left: 30px ;
}

.topbar-wrapper .contact-info span:not(:last-child){
	margin-right: 10px ;
}

.topbar-wrapper .contact-info span.tel{
	background: url(../images/icon-phone-hover.png) no-repeat left center/20px;
}

.topbar-wrapper .contact-info span.email{
	background: url(../images/icon-email-hover.png) no-repeat left center/20px;
}

.topbar-wrapper .lang-search-info{
	display: flex;
	align-content: center;
}

.topbar-wrapper .lang-search-info .select-lang{
	display:flex;
	align-items: center;
	font-size: 16px;
	color: var(--white);
	margin-right: 20px ;
}

.topbar-wrapper .lang-search-info .select-lang a{
	display: block;
	font-weight: bold ;
	color: var(--white);
}

.topbar-wrapper .lang-search-info .select-lang a:not(:last-child){
	margin-right: 10px ;
}

.topbar-wrapper .lang-search-info .select-lang a.current{
	color: #0a0a0a;
}

.topbar-wrapper .lang-search-info .search-btn{
	display: block;
	background: url(../images/icon-search-white.png) no-repeat left top 1px/20px;
	font-size: 16px;
	color: var(--white);
	padding-left: 25px ;
	cursor: pointer;
}

.flex-header-wrap {
	position: relative;
}

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

.header-wrapper::after {
	content: "";
	position: absolute;
	top: 80px;
	left: 30px;
	display: block;
	border-top: 1px solid #efefef;
	width: calc(100% - 60px);
}

.logo {
	transition: .5s;
}

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

.logo img {
	max-height: 50px;
}

.header-msg {
	text-align: right;
	color: #989898;
}

.header-msg .tel {
	font-size: 20px;
	font-weight: bold;
	color: var(--red);
}

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

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

.flex-nav-wrapper .flex-nav-container .nav-top {
	position: relative;
}

.flex-nav-wrapper .flex-nav-container .nav-top:not(:last-child) {
	margin-right: 20px;
}

.flex-nav-wrapper .flex-nav-container .nav-top a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: var(--font-color);
	padding: 20px 0;
}

.flex-nav-wrapper .flex-nav-container .nav-top.active a,
.flex-nav-wrapper .flex-nav-container .nav-top:hover a {
	color: var(--red);
}

.flex-nav-wrapper .flex-nav-container .nav-top .nav-childs-ul {
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	background-color: var(--white);
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 999;
}

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

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

.flex-nav-wrapper .flex-nav-container .nav-top:hover .nav-childs-ul li:hover a {
	background-color: var(--red);
	color: var(--white);
}

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

.flex-toolbar .lang-select {
	position: relative;
	display: flex;
	align-items: center;
}

.flex-toolbar .lang-select a {
	display: flex;
	align-items: center;
	font-size: 0;
	height: 20px;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.flex-toolbar .lang-select a span {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #c8c8c8;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
}

.flex-toolbar .lang-select .lang-ul {
	position: absolute;
	top: 100%;
	left: -10px;
	background-color: var(--white);
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	transition: .5s;
}

.flex-toolbar .lang-select:hover .lang-ul {
	visibility: visible;
	opacity: 1;
}

.flex-toolbar .lang-select .lang-ul li {
	padding: 5px 10px;
}

.flex-toolbar .search {
	position: relative;
}

.flex-toolbar .search a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon-search.png) no-repeat center center;
	background-size: 20px;
	margin-left: 20px;
}

.flex-toolbar .search .search-form {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	padding: 10px;
	background-color: var(--white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	border-radius: 5px;
	transform: rotateX(90deg);
	transition: .5s;
	z-index: 999;
}

.flex-toolbar .search .search-form.open {
	transform: rotateX(0);
}

.flex-toolbar .search .search-form form {
	display: flex;
	align-items: center;
}

.flex-toolbar .search .search-form form input {
	width: 200px;
	height: 30px;
	padding: 10px;
	outline: none;
}

.flex-toolbar .search .search-form form button {
	width: 30px;
	height: 30px;
	background: var(--red) url(../images/icon-search-white.png) no-repeat center center;
	background-size: 18px;
	border: 0;
	outline: none;
}

/* Banner */
.scroll-banner-wrapper {
	position: relative;
	height: 100vh;
}

.scroll-banner-wrapper .swiper-button-prev,
.scroll-banner-wrapper .swiper-button-next {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.scroll-banner-wrapper:hover .swiper-button-prev,
.scroll-banner-wrapper:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
	transition: .5s;
}

.scroll-graphic-wrapper .swiper-slide {
	position: relative;
}

.scroll-graphic-wrapper .graphic-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.scroll-graphic-wrapper .graphic-text .graphic-odd,
.scroll-graphic-wrapper .graphic-text .graphic-even {
	width: 50%;
}

.scroll-graphic-wrapper .graphic-text .graphic-odd {
	margin-right: 50%;
}

.scroll-graphic-wrapper .graphic-text .graphic-even {
	margin-left: 50%;
}

.scroll-graphic-wrapper .graphic-text .topic-title {
	font-size: 66px;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0;
}

.scroll-graphic-wrapper .graphic-text .sub-title {
	display: flex;
	font-size: 60px;
	font-weight: 500;
	color: var(--white);
}

.scroll-graphic-wrapper .graphic-text .son-title {
	font-size: 20px;
	color: var(--white);
}

.scroll-graphic-wrapper .graphic-text .more-btn {
	display: inline-block;
	background: var(--white) url(../images/icon-banner-arrow.png) no-repeat 90px center;
	padding: 10px 60px 10px 30px;
	color: #323232;
	margin-top: 50px;
}

.scroll-graphic-wrapper .graphic-text .more-btn:hover {
	background-color: var(--red);
	background-image: url(../images/icon-banner-arrow-white.png);
	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,
a:hover .thumb-img img {
	transform: scale(1.08, 1.08);
}

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

.index-banner-advance {
	position: relative;
	margin-top: -120px;
	padding: 0 50px;
	z-index: 998;
}

.index-advance-list {
	display: flex;
	background-color: var(--white);
	padding: 50px 0;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}

.index-advance-list .item-advance {
	width: calc(100% / 4);
	padding: 30px 10px;
}

.index-advance-list .item-advance:not(:last-child) {
	border-right: 1px solid #e7e7e7;
}

.index-advance-list .item-advance img {
	display: block;
	margin: 0 auto;
}

.index-advance-list .item-advance p {
	text-align: center;
}

.index-advance-list .item-advance p.title {
	font-size: 20px;
	color: var(--font-color);
}

.index-advance-list .item-advance p.desc {
	color: var(--sub-color);
	padding-top: 30px;
}

.topic-cn-title {
	font-size: 32px;
	color: var(--font-color);
	text-align: center;
}

.topic-en-title {
	color: var(--sub-color);
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}

.topic-line-rect {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	border-top: 1px solid #efefef;
	margin: 20px auto 30px;
}

.topic-line-rect::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--blue);
	margin-top: -4px;
}

.index-product {
	padding: 80px 0;
}

.index-product-tab .product-name {
	display: flex;
	justify-content: center;
}

.index-product-tab .product-name a {
	display: inline-block;
	padding: 10px 30px;
	background-color: var(--white);
	color: var(--font-color);
	border: 1px solid #efefef;
}

.index-product-tab .product-name a:not(:last-child) {
	margin-right: 20px;
}

.index-product-tab .product-name a.active,
.index-product-tab .product-name a:hover {
	background-color: var(--blue);
	color: var(--white);
	border-color: var(--blue);
}

.index-product-tab .product-show .item-show {
	display: none;
}

.index-product-tab .product-show .item-show.active {
	display: block;
}

.index-product-tab .product-show .item-show .list-products {
	display: flex;
	padding: 50px 0 80px;
}

.index-product-tab .product-show .item-show .list-products .item-product {
	display: block;
	width: calc(93% / 4);
}

.index-product-tab .product-show .item-show .list-products .item-product:not(:nth-child(4n)) {
	margin-right: calc(7% / 3);
}

.index-product-tab .product-show .item-show .list-products .item-product .thumb-desc {
	background-color: var(--white);
	padding: 30px 40px 20px;
}

.index-product-tab .product-show .item-show .list-products .item-product .thumb-desc span {
	display: block;
}

.index-product-tab .product-show .item-show .list-products .item-product .thumb-desc .name {
	font-size: 18px;
	text-align: center;
	color: var(--font-color);
	margin-bottom: 10px;
}

.index-product-tab .product-show .item-show .list-products .item-product .thumb-desc .desc {
	text-align: center;
	color: var(--sub-color);
}

.index-product-tab .product-show .item-show .list-products .item-product .more {
	background-color: var(--white);
	border-top: 1px solid #efefef;
	text-align: center;
	color: var(--sub-color);
	padding: 20px 0;
}

.index-product-tab .product-show .item-show .more-btn a {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}

.index-product-tab .product-show .item-show .more-btn span {
	display: inline-block;
	background-color: var(--white);
	color: var(--font-color);
	line-height: 50px;
	padding: 0 40px;
}

.index-product-tab .product-show .item-show .more-btn span.arrow {
	background: url(../images/icon-products-more.png) no-repeat center center, linear-gradient(#fc5800, #fa254a);
	width: 50px;
	height: 50px;
	padding: 0;
}

.index-features {
	background: url(../images/features-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 50px;
}

.index-features .topic-cn-title,
.index-features .topic-en-title {
	color: var(--white);
}

.index-features .topic-line-rect {
	border-color: #30649c;
}

.index-features .topic-line-rect::after {
	background: linear-gradient(#fc5800, #fa254a);
}

.index-features .diamond svg {
	display: block;
	width: 1200px;
	height: 700px;
	margin: 0 auto;
}

.index-solution {
	background-color: var(--white);
	padding: 80px 0;
}

.solution-tab {
	margin-top: 20px;
}

.solution-tab .solution-icon-name {
	display: flex;
	justify-content: space-between;
}

/* .solution-tab .solution-icon-name a:not(:last-child) {
	margin-right: 30px;
} */

.solution-tab .solution-icon-name .icon {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #efefef;
	border-radius: 50%;
	margin: 0 auto;
}

.solution-tab .solution-icon-name .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 50px;
}

.solution-tab .solution-icon-name .icon .icon-hover {
	display: none;
}

.solution-tab .solution-icon-name a.active .icon,
.solution-tab .solution-icon-name a:hover .icon {
	background-color: var(--blue);
	border-color: var(--blue);
}

.solution-tab .solution-icon-name a.active .icon .icon-active,
.solution-tab .solution-icon-name a:hover .icon .icon-active {
	display: none;
}

.solution-tab .solution-icon-name a.active .icon .icon-hover,
.solution-tab .solution-icon-name a:hover .icon .icon-hover {
	display: block;
}

.solution-tab .solution-icon-name .icon-name {
	font-size: 16px;
	color: var(--font-color);
	margin-top: 10px;
	text-align: center;
}

.solution-tab .solution-icon-name .icon-name::after {
	content: "";
	display: block;
	width: 20px;
	border-top: 2px solid var(--blue);
	margin: 10px auto 0;
}

.solution-tab .solution-icon-content .item-content {
	display: none;
	padding: 50px 0;
}

.solution-tab .solution-icon-content .item-content.active {
	display: block;
}

.index-solution .contact-btn a {
	display: flex;
	justify-content: center;
}

.index-solution .contact-btn a span {
	display: inline-block;
	background-color: var(--white);
	color: var(--font-color);
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	border: 1px solid #efefef;
	border-right: 0;
}

.index-solution .contact-btn span.arrow {
	background: url(../images/icon-products-more.png) no-repeat center center, linear-gradient(#fc5800, #fa254a);
	width: 50px;
	height: 50px;
	padding: 0;
}

.index-about {
	background: url(../images/about-bg.jpg) no-repeat center center;
	padding: 80px 0
}

.index-about .topic-cn-title,
.index-about .topic-en-title {
	color: var(--white);
}

.index-about .topic-line-rect::after {
	background: linear-gradient(#fc5800, #fa254a);
}

.index-about .topic-desc {
	display: flex;
	justify-content: center;
	color: var(--white);
	text-align: center;
}

.index-about .topic-desc span {
	display: inline-block;
}

.index-about .topic-desc span::before {
	content: "·";
	padding: 0 30px;
}

.index-about .topic-desc span:first-of-type::before {
	display: none;
}

.index-about .list-circle {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.index-about .list-circle .item-circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: var(--white);
}

.index-about .list-circle .item-circle .circle-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.index-about .list-circle .item-circle .circle-content .title {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.index-about .list-circle .item-circle .circle-content .title .count {
	font-size: 50px;
}

.index-about .list-circle .item-circle .circle-content .title .unit {
	white-space: nowrap;
}

.index-about .list-circle .item-circle .circle-content .desc {
	text-align: center;
}

.index-about .about-desc {
	background-color: var(--white);
	margin-top: 50px;
	padding: 50px;
	border-radius: 30px;
}

.index-about-graphic {
	padding: 80px 0;
}

.index-about-graphic .item-thumb-desc {
	display: flex;
}

.index-about-graphic .item-thumb-desc:not(:last-child) {
	margin-bottom: 80px;
}

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

.index-about-graphic .item-thumb-desc:nth-child(odd) {
	flex-direction: row;
}

.index-about-graphic .item-thumb-desc:nth-child(even) {
	flex-direction: row-reverse;
}

.index-about-graphic .item-thumb-desc .thumb-desc {
	position: relative;
	padding-top: 50px;
}

.index-about-graphic .item-thumb-desc:nth-child(odd) .thumb-desc {
	padding-left: 80px;
}

.index-about-graphic .item-thumb-desc:nth-child(even) .thumb-desc {
	padding-right: 80px;
}

.index-about-graphic .item-thumb-desc .thumb-desc .num {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 120px;
	line-height: 120px;
	color: rgba(0, 0, 0, .1);
}

.index-about-graphic .item-thumb-desc:nth-child(odd) .thumb-desc .num {
	left: 80px;
}

.index-about-graphic .item-thumb-desc .thumb-desc .title {
	font-size: 32px;
	font-weight: bold;
}

.index-about-graphic .item-thumb-desc .thumb-desc .title::after {
	content: "";
	display: block;
	width: 65px;
	border-top: 2px solid var(--blue);
	margin: 10px 0 20px;
}

.index-news {
	padding: 80px 0;
}

.index-news-tab .news-tab-name {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.index-news-tab .news-tab-name a {
	display: inline-block;
	color: var(--font-color);
	border: 1px solid #e5e5e5;
	padding: 10px 30px;
}

.index-news-tab .news-tab-name a.active {
	background-color: var(--blue);
	color: var(--white);
	border-color: var(--blue);
}

.index-news-tab .news-tab-name a:not(:last-child) {
	margin-right: 20px;
}

.index-news-tab .news-tab-show .item-show {
	display: none;
}

.index-news-tab .news-tab-show .item-show .news-list {
	display: flex;
	justify-content: space-between;
}

.index-news-tab .news-tab-show .item-show .news-list a {
	display: block;
	width: 48%;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-img {
	position: relative;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-img .date {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--blue);
	padding: 2px 15px;
	z-index: 999;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-img .date span {
	display: block;
	color: var(--white);
	text-align: center;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-img .date span.day {
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-desc {
	background-color: var(--white);
	color: var(--font-color);
	padding: 30px;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-desc .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.index-news-tab .news-tab-show .item-show .news-list .thumb-desc .desc {}

.index-news-tab .news-tab-show .item-show.active {
	display: block;
}

.index-news-tab .news-tab-show .item-show .more-btn {
	padding-top: 80px;
}

.index-news-tab .news-tab-show .item-show .more-btn a {
	display: flex;
	justify-content: center;
}

.index-news-tab .news-tab-show .item-show .more-btn a span {
	display: inline-block;
	background-color: var(--white);
	color: var(--font-color);
	line-height: 50px;
	padding: 0 40px;
}

.index-news-tab .news-tab-show .item-show .more-btn a span.arrow {
	background: url(../images/icon-products-more.png) no-repeat center center, linear-gradient(#fc5800, #fa254a);
	width: 50px;
	height: 50px;
	padding: 0;
}

.index-partners {
	padding: 80px 0 50px;
}

.partners-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0;
}

.partners-list a {
	display: block;
	width: 25%;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

.partners-list a:nth-child(4n) {
	border-right: 0;
}

.partners-list a img {
	display: block;
	margin: 0 auto;
}

.static-banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

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

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

.static-topic-text .static-en-title {
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
}

.static-topic-text .static-cn-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: var(--white);
}

.static-topic-text .static-position {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.static-topic-text .static-position a {
	display: flex;
	align-items: center;
	color: var(--white);
}

.static-topic-text .static-position a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	margin: 0 10px;
}

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

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

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

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

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

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

.section-news .page {
	padding-top: 30px;
}

.category-name {
	display: flex;
	justify-content: center;
	padding: 80px 0 50px;
}

.category-name a {
	display: inline-block;
	padding: 10px 30px;
	background-color: var(--white);
	color: var(--font-color);
	border: 1px solid #e5e5e5;
}

.category-name a.active {
	background-color: var(--blue);
	color: var(--white);
	border-color: var(--blue);
}

.category-name a:not(:last-child) {
	margin-right: 20px;
}

.list-news .item-news {
	display: flex;
	background-color: var(--white);
	margin-bottom: 50px;
	padding: 30px 0;
}

.list-news .item-news .thumb-litpic,
.list-news .item-news .thumb-desc {
	width: 50%;
}

.list-news .item-news .thumb-litpic {
	padding: 0 30px;
}

.list-news .item-news .thumb-litpic .thumb-img {
	position: relative;
}

.list-news .item-news .thumb-litpic .thumb-img .date {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--blue);
	padding: 2px 15px;
	z-index: 999;
}

.list-news .item-news .thumb-litpic .thumb-img .date span {
	display: block;
	text-align: center;
	color: var(--white);
}

.list-news .item-news .thumb-litpic .thumb-img .date span.day {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}

.list-news .item-news .thumb-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}

.list-news .item-news .thumb-desc .title {
	font-size: 30px;
	color: var(--font-color);
	margin-bottom: 10px;
}

.list-news .item-news .thumb-desc .desc {
	line-height: 25px;
	color: #9a9a9a;
}

.list-news .item-news .thumb-desc .more-btn {
	display: flex;
	margin-top: 50px;
}

.list-news .item-news .thumb-desc .more-btn span {
	background-color: var(--white);
	color: var(--font-color);
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border: 1px solid #e5e5e5;
	border-right: 0;
}

.list-news .item-news .thumb-desc .more-btn span.arrow {
	background: url(../images/icon-products-more.png) no-repeat center center, linear-gradient(#fc5800, #fa254a);
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid transparent;
	border-left: 0;
	transition: .5s;
}

.list-news .item-news .thumb-desc .more-btn:hover span.arrow {
	width: 50px;
}

.show-news {
	background-color: var(--white);
	padding: 50px;
}

.show-news .title {
	font-size: 32px;
	text-align: center;
}

.show-news .date {
	text-align: center;
	padding: 20px 0;
}

.show-news .content {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 50px;
}

.show-news .content img {
	max-width: 100%;
}

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

.show-news .related-links a {
	display: block;
	color: var(--font-color);
}

.show-news .related-links a:not(:last-child) {
	margin-bottom: 20px;
}

.flex-customer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0 0;
}

.flex-customer .item-customer {
	display: flex;
	align-content: center;
	width: 48%;
	background-color: var(--white);
	margin-bottom: 30px;
	padding: 20px;
}

.flex-customer .item-customer .thumb-img,
.flex-customer .item-customer .thumb-desc {
	width: 50%;
}

.flex-customer .item-customer .thumb-desc {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex-customer .item-customer .thumb-desc .title {
	font-size: 20px;
	color: var(--font-color);
	margin-bottom: 10px;
}

.flex-customer .item-customer .thumb-desc .desc {
	color: var(--sub-color);
	line-height: 20px;
}

.section-customer .partners-list {
	margin: 50px 0 80px;
	padding-top: 50px;
	background-color: var(--white);
}

.section-customer .partners-list a {}

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

.contact-way {
	display: flex;
}

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

.contact-way .thumb img {
	width: 100%;
}

.contact-way .profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--blue);
	padding: 0 50px;
}

.contact-way .profile .title {
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
	border-bottom: 1px solid #3a74af;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contact-way .profile .ways li {
	display: flex;
	justify-content: space-between;
}

.contact-way .profile .ways li:not(:last-child) {
	margin-bottom: 20px;
}

.contact-way .profile .ways li span {
	display: block;
	color: var(--white);
	width: calc(100% - 30px);
}

.contact-way .profile .ways li span.icon {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}

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

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

.contact-form {
	background-color: var(--white);
	padding: 80px 50px;
}

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

.contact-form .form-elements .form-inline {
	width: 100%;
}

.contact-form .form-elements .form-inline:not(:last-child) {
	margin-bottom: 20px;
}

.contact-form .form-elements .form-inline input,
.contact-form .form-elements .form-inline textarea,
.contact-form .form-elements .form-inline button {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #efefef;
	outline: none;
}

.contact-form .form-elements .form-inline button {
	background-color: var(--blue);
	color: var(--white);
	text-align: center;
	border: 1px solid var(--blue);
}

.section-partners {
	padding-bottom: 80px;
}

.section-partners .partners-list {
	background-color: var(--white);
}

.section-factory .page,
.section-certificate .page {
	margin: 0 0 80px;
}

.list-factory,
.list-certificate {
	display: flex;
	flex-wrap: wrap;
}

.list-factory .item {
	display: block;
	width: 23%;
	margin-bottom: 50px;
}

.list-factory .item:not(:nth-child(4n)) {
	margin-right: calc(8% / 3);
}

.list-factory .item p {
	background-color: var(--white);
	color: var(--font-color);
	text-align: center;
	padding: 15px 0;
}

.list-factory .item:hover p {
	color: var(--blue);
}

.list-certificate .item {
	display: block;
	background-color: var(--white);
	width: 30%;
	padding: 30px;
	margin-bottom: 50px;
}

.list-certificate .item:not(:nth-child(3n)) {
	margin-right: calc(10% / 2);
}

.list-certificate .item .thumb-img {
	border: 1px solid #efefef;
}

.list-certificate .item p {
	background-color: var(--white);
	color: var(--font-color);
	text-align: center;
	padding-top: 20px;
}

.list-certificate .item:hover p {
	color: var(--blue);
}

.section-products .page {
	margin: 0 0 80px;
}

.section-products .list-products {
	display: flex;
	flex-wrap: wrap;
}

.section-products .list-products .item-product {
	display: block;
	width: calc(93% / 4);
	margin-bottom: 50px;
}

.section-products .list-products .item-product:not(:nth-child(4n)){
	margin-right: calc(7% / 3);
}

.section-products .list-products .item-product .thumb-desc {
    background-color: var(--white);
    padding: 30px 30px 20px;
}

/* .section-products .list-products .item-product .thumb-desc span {
	display: block;
} */

.section-products .list-products .item-product .thumb-desc .name {
	font-size: 18px;
	text-align: center;
	color: var(--font-color);
	margin-bottom: 10px;
}

.section-products .list-products .item-product .thumb-desc .desc {
	text-align: center;
	color: var(--sub-color);
}

.section-products .list-products .item-product .more {
	background-color: var(--white);
	border-top: 1px solid #efefef;
	text-align: center;
	color: var(--sub-color);
	padding: 20px 0;
}

.section-products .list-products .item-product:hover .more{
	background-color: var(--blue);
	color: var(--white);
}

.show-product-body{
	display: flex;
	flex-wrap: wrap;
}

.show-product-body .thumb,
.show-product-body .profile{
	width: 50%;
}

.show-product-body .thumb img{
	display: block;
	width: 100%;
}

.show-product-body .profile{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--white);
	padding: 80px 50px;
}

.show-product-body .profile .title{
	font-size: 36px;
	color: var(--font-color);
}

.show-product-body .profile .subtitle{
	font-size: 20px;
	color: #8e8e8e;
	padding: 10px 0;
}

.show-product-body .profile .desc{
	color: #8e8e8e;
	border-top: 1px solid #e6e1e8;
	padding: 20px 0 50px;
}

.show-product-body .profile .desc p:not(:last-child){
	margin-bottom: 10px;
}

.show-product-body .profile .btns{
	display: flex;
}

.show-product-body .profile .btns a{
	display: inline-block;
	color: var(--white);
	letter-spacing: 5px;
	padding: 10px 60px 10px 30px;
}

.show-product-body .profile .btns a:not(:last-child){
	margin-right: 30px;
}

.show-product-body .profile .btns a.tuzhi{
	background: #fa2a44 url(../images/icon-download.png) 120px center no-repeat;
}

.show-product-body .profile .btns a.contact{
	background: var(--blue) url(../images/icon-arrow-right.png) 120px center no-repeat;
}

.show-product-detail{
	margin-top: 80px;
	background-color: var(--white);
	padding: 50px 30px;
	margin-bottom: 50px;
}

.show-product-detail .topic-line-rect{
	width: 100%;
}

.show-product-detail .product-content{
	padding: 30px 0;
}

.show-product-detail .product-content img{
	display: block;
	width: 100% !important;
	margin: 0 auto;
}

.show-body-related .title{
	font-size: 32px;
	color: var(--font-color);
	margin-bottom: 30px;
}

.show-body-related .list-products{
	padding: 0 0 30px;
}

.system-container{
	background-color: var(--white);
	margin-bottom: 80px;
	padding: 80px 50px;
}

.system-container .topic-line-rect{
	width: 100%;
}

.system-container .system-content {
	margin: 50px 0 80px;
}

.system-container .system-content:last-child{
	margin-bottom: 0;
}

.system-container .system-content img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.section-about .about-desc{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	background-color: var(--white);
}

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

.section-about .about-desc .desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
}

.section-about .about-desc .desc .subtitle{
	color: var(--blue);
}

.section-about .about-desc .desc .title{
	font-size: 30px;
	color: var(--blue);
}

.section-about .about-desc .desc .paragh{
	position: relative;
	padding: 20px 0;
}

.section-about .about-desc .desc .grid{
	position: absolute;
	left: 0;
	top: 100%;
	display: flex;
}

.section-about .about-desc .desc .grid .item-grid{
	background-color: #f1f1f1;
	padding: 20px 15px;
}

.section-about .about-desc .desc .grid .item-grid:not(:last-child){
	margin-right: 5px;
}

.section-about .about-desc .desc .grid .item-grid .title{
	display: flex;
	align-items: baseline;
}

.section-about .about-desc .desc .grid .item-grid .title span{
	display: inline-block;
	color: var(--blue);
	white-space: nowrap;
}

.section-about .about-desc .desc .grid .item-grid .title span.num{
	font-size: 36px;
	font-weight: bold;
}

.section-about .about-desc .desc .grid .item-grid .title span.unit{
	font-size: 16px;
}

.section-about .about-desc .desc .grid .item-grid .desc{
	width: 100%;
	text-align: center;
	padding: 0;
	white-space: nowrap;
}

.section-about .about-advantage{
	display: flex;
	margin: 80px 0;
}

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

.section-about .about-advantage .thumb img{
	max-width: 100%;
}

.section-about .about-advantage .desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

.section-about .about-advantage .desc .title{
	font-size: 30px;
	color: var(--font-color);
}

.section-about .about-advantage .desc .title::after{
	content: "";
	display: block;
	width: 60px;
	border-top: 2px solid var(--blue);
	margin: 10px 0 20px;
}

.about-service{
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 40px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
}

.about-service .more {
	padding-top: 50px;
}

.about-service .more a{
	display: inline-block;
	background: var(--white);
	color: var(--font-color);
	font-size: 16px;
	font-weight: normal;
	padding: 10px 30px;
}

.about-mission{
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
}

.about-mission .item{
	width: 24%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 30px;
}

.about-mission .item:not(:last-child){
	margin-right: calc(4% / 3);
}

.about-mission .item .item-title{
	font-size: 24px;
	text-align: center;
}

.about-mission .item .item-title::after{
	content: "";
	display: block;
	width: 30px;
	border-top: 2px solid var(--blue);
	margin: 10px auto 0;
}

.about-mission .item .item-desc{
	text-align: center;
	line-height: 30px;
	padding: 30px 0;
}

.about-mission .item .item-more a{
	display: block;
	width: 30px;
	height: 30px;
	background:var(--blue) url(../images/icon-arrow-right.png) no-repeat center center;
	background-size: 15px;
	border-radius: 50%;
	margin: 0 auto;
}

footer {
	background-color: var(--blue);
	padding: 50px 0 30px;
}

.flex-footer-wrapper,
.footer-nav {
	display: flex;
	justify-content: space-between;
}

.footer-contact {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer-nav {
	width: 55%;
}

.footer-contact dl dt,
.footer-nav dl dt {
	font-size: 20px;
	color: var(--white);
	margin-bottom: 20px;
}

.footer-contact dl dd,
.footer-nav dl dd,
.footer-nav dl dd a {
	display: block;
	color: var(--white);
	line-height: 30px;
}

.footer-contact dl dd.flex-qrcode {
	display: flex;
	padding-top: 15px;
}

.footer-contact dl dd.flex-qrcode p:not(:last-child) {
	margin-right: 30px;
}

.footer-contactr dl dd.flex-qrcode p img,
.footer-contact dl dd.flex-qrcode p span {
	display: block;
	text-align: center;
}

.footer-contact .flex-qrcode{
	display: flex;
}

.footer-contact .flex-qrcode p{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--white);
}

.footer-contact .flex-qrcode p:not(:last-child){
	margin-right: 20px ;
}

.footer-contact .flex-qrcode img{
	display: block;
	margin-bottom: 20px ;
}

.footer-copyright {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #7389aa;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

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

.footer-copyright .social {
	display: flex;
}

.footer-copyright .social a:not(:last-child) {
	margin-right: 10px;
}

.footer-copyright .social a img {
	max-width: 20px;
	opacity: .8;
}

.footer-copyright .social a:hover img {
	opacity: 1;
}

.footer-copyright .copyright {
	line-height: 30px;
	text-align: right;
}

.fixed-sidebar {
	position: fixed;
	top: 50%;
	left: auto;
	right: 10px;
	transform: translate(0, -50%);
	z-index: 999;
}

.fixed-sidebar .sidebar-expand{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10000;
	visibility: visible;
	opacity: 1;
	transition: 1s;
}

.fixed-sidebar.open .sidebar-expand{
	left: 100%;
	visibility: hidden;
	opacity: 0;
}

.fixed-sidebar .sidebar-expand li{
	background-color: var(--blue);
	color: var(--white);
	border: 1px solid var(--blue);
	cursor: pointer;
}

.fixed-sidebar .sidebar-list{
	transform: translateX(100px);
	visibility: hidden;
	opacity: 0;
	transition: 1s;
}

.fixed-sidebar.open .sidebar-list{
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.fixed-sidebar .sidebar-close{
	width: 30px;
	height: 30px;
	background: url(../images/icon-close.png) no-repeat center center;
	background-size: 30px;
	margin: 0 auto;
}

.fixed-sidebar .sidebar-line{
	height: 10px;
	border-left: 1px solid #1058a2;
	width: 1px;
	margin: 0 auto;
}

.fixed-sidebar ul li {
	position: relative;
	display: block;
	width: 60px;
	background-color: var(--white);
	padding: 8px 0;
	border: 1px solid #dfdfdf;
	border-top: 0;
	color: var(--font-color);
}

.fixed-sidebar ul li a {
	display: block;
	color: var(--font-color);
}

.fixed-sidebar ul li:first-of-type {
	border-top: 1px solid #dfdfdf;
}

.fixed-sidebar .sidebar-expand li:first-of-type {
	border-top: 1px solid var(--blue);
}

.fixed-sidebar ul li:hover {
	background-color: var(--blue);
	border-color: var(--blue);
}

.fixed-sidebar ul li img {
	display: block;
	max-width: 25px;
	margin: 0 auto;
}

.fixed-sidebar ul li img.no-hover {
	display: block;
}

.fixed-sidebar ul li:hover img.no-hover {
	display: none;
}

.fixed-sidebar ul li img.hover {
	display: none;
}

.fixed-sidebar ul li:hover img.hover {
	display: block;
}

.fixed-sidebar ul li p {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}

.fixed-sidebar ul li:hover p {
	color: var(--white);
}

.fixed-sidebar ul li .sidebar-infos {
	position: absolute;
	right: 100%;
	top: 0;
	padding: 10px;
	background-color: var(--white);
	border: 1px solid #dfdfdf;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.fixed-sidebar ul li:hover .sidebar-infos{
	right: calc(100% + 10px);
	visibility: visible;
	opacity: 1;
}

.fixed-sidebar ul li .sidebar-infos::after {
	content: "";
	position: absolute;
	left: calc(100% - 5px);
	top: 20%;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: var(--white);
	border: 1px solid #dfdfdf;
	border-left: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
}

.fixed-sidebar ul li .sidebar-infos .info-title {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	white-space: nowrap;
}

.fixed-sidebar ul li .sidebar-infos .info-content {
	padding-left: 30px;
	font-size: 20px;
	color: var(--blue);
	white-space: nowrap;
}

.fixed-sidebar ul li.wechat .sidebar-infos .info-content{
	padding-left: 0;
}

.fixed-sidebar ul li .sidebar-infos .info-content a{
	color: var(--blue);
}

.fixed-sidebar ul li .sidebar-infos .info-content img{
	display: block;
	max-width: 120px;
}

.fixed-sidebar ul li .sidebar-infos .info-content p{
	color: var(--font-color);
	text-align: center;
}

.fixed-sidebar ul li.scrollTop {
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	transition: .5s;
}

.fixed-sidebar ul li.visible {
	visibility: visible;
	opacity: 1;
}
