:root {
	--white: #ffffff;
	--orange: #e85912;
	--main: #060448;
	--sub: #020066;
	--font-color: #373737;
	--sub-color: #989898;
}

@font-face {
	font-family: 'impact';
	src: url('../fonts/impact-2.ttf');
}

.font-impact {
	font-family: 'impact';
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	position: relative;
}

body {
	font-size: 14px;
	font-family: "microsoft yahei";
	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;
}

.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;
}

.section-padding-large {
	padding: 120px 0;
}

.bg-grey {
	background-color: #f4f4f4;
}

.more-btn a {
	display: inline-block;
	color: var(--white);
	background-color: var(--orange);
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 30px;
}

.more-btn a span {
	display: flex;
	align-items: center;
}

.more-btn a span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	margin-left: 10px;
}

.flex-fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.flex-fixed-position,
.flex-sticky-position {
	background-color: var(--main);
}

.flex-sticky-position.flex-fixed-position{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo a {
	display: block;
	padding: 10px 0;
}

.logo a img {
	display: block;
	max-width: 100%;
}

.flex-nav {
	display: flex;
	align-items: center;
}

.flex-nav .nav-top {
	position: relative;
}

.flex-nav .nav-top a {
	display: block;
	color: var(--white);
	padding: 10px 30px;
}

.flex-nav .nav-top.active a{
	color: var(--orange);
}

.flex-nav .nav-icon-search {
	position: relative;
}

.flex-nav .nav-icon-search a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon-search-white.png) no-repeat center center;
	background-size: 20px;
}

.flex-nav .nav-icon-search .search-form {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: var(--main);
	padding: 15px;
	transform: rotateX(90deg);
	transition: .5s;
}

.flex-nav .nav-icon-search.open .search-form {
	transform: rotateX(0);
}

.flex-nav .nav-icon-search .search-form form {
	display: flex;
	align-items: center;
}

.flex-nav .nav-icon-search .search-form form input,
.flex-nav .nav-icon-search .search-form form button {
	outline: none;
}

.flex-nav .nav-icon-search .search-form form input {
	background-color: var(--white);
	width: 200px;
	height: 30px;
	border: 1px solid var(--white);
	font-size: 14px;
	padding: 10px;
}

.flex-nav .nav-icon-search .search-form form button {
	width: 30px;
	height: 30px;
	background: var(--orange) url(../images/icon-search-white.png) no-repeat center center;
	background-size: 16px;
	border: 0;
}

.flex-nav .nav-top .nav-childs-ul {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	background-color: var(--main);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.flex-nav .nav-top:hover .nav-childs-ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.flex-nav .nav-top .nav-childs-ul a {
	display: block;
	white-space: nowrap;
}

.flex-nav .nav-top.active .nav-childs-ul a{
	color: var(--white);
}

.flex-nav .nav-top.active .nav-childs-ul a:hover{
	color: var(--orange);
}

.scroll-banner-swiper {
	position: relative;
}

.scroll-banner-swiper .banner-item {
	position: relative;
}

.scroll-banner-swiper .banner-item a{
	display: block;
}

.scroll-banner-swiper .banner-item img {
	display: block;
	width: 100%;
}

.scroll-banner-swiper .banner-item .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.scroll-banner-swiper .banner-item .title,
.scroll-banner-swiper .banner-item .subtitle {
	margin-bottom: 50px;
}

.scroll-banner-swiper .banner-item .title {
	font-size: 50px;
	font-weight: bold;
	color: var(--white);
}

.scroll-banner-swiper .banner-item .subtitle span {
	display: block;
	font-size: 24px;
	color: var(--sub-color);
	line-height: 40px;
}

.scroll-banner-swiper .swiper-pagination-bullets{
	bottom: 20px;
}

.scroll-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	border-radius: 3px ;
	background-color: var(--orange);
}

.scroll-banner-swiper .swiper-button-prev,
.scroll-banner-swiper .swiper-button-next {
	margin-top: 0;
}

.scroll-banner-swiper .swiper-button-prev::after,
.scroll-banner-swiper .swiper-button-next::after {
	font-size: 16px;
}

.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%);
	color: var(--white);
	text-align: center;
}

.static-banner .banner-text .cn-title {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 15px;
	margin-bottom: 10px;
}

.static-banner .banner-text .en-title {
	font-size: 20px;
	text-transform: uppercase;
}

.static-banner .banner-text .banner-desc {
	font-size: 16px;
	line-height: 30px;
}

.section-topic-title {
	font-size: 50px;
	font-weight: bold;
	color: var(--sub);
	text-transform: uppercase;
}

.section-topic-subtitle {
	font-size: 20px;
	color: #424242;
	letter-spacing: 5px;
}

.index-product-list {
	padding: 50px 50px 0;
}

.index-product-list .more-btn {
	padding-top: 50px;
	text-align: center;
}

.flex-product {
	display: flex;
	align-content: center;
}

.flex-product .product-left,
.flex-product .product-right {
	width: calc((100% - 20px) / 2);
}

.flex-product .product-left {
	margin-right: 20px;
	padding: 50px 80px;
	background-color: var(--white);
	margin-bottom: 20px;
}

.flex-product a {
	display: block;
}

.flex-product .thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.flex-product .product-msg .name {
	font-size: 24px;
	color: var(--font-color);
	text-align: center;
	padding: 0 0 20px;
}

.flex-product .product-msg .desc {
	color: var(--sub-color);
	text-align: center;
	line-height: 30px;
}

.flex-product .product-right {
	display: flex;
	flex-wrap: wrap;
}

.flex-product .product-right .item-right-product {
	display: block;
	width: calc((100% - 20px) / 2);
	background-color: var(--white);
	padding: 20px 30px;
	margin-bottom: 20px;
}

.flex-product .product-right .item-right-product:not(:nth-child(2n)) {
	margin-right: 20px;
}

.flex-product .product-right .item-right-product .product-msg .name {
	font-size: 18px;
	padding: 20px 0 0;
}

.index-solution {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

.solution-area {
	display: flex;
	align-items: center;
}

.solution-area .solution-msg {
	width: 35%;
	color: var(--white);
	padding-right: 60px;
}

.solution-area .solution-msg .section-topic-title,
.solution-area .solution-msg .section-topic-subtitle {
	color: var(--white);
}

.solution-area .solution-msg .solution-desc {
	margin-top: 50px;
}

.solution-area .solution-msg .solution-desc .title {
	font-size: 24px;
	margin-bottom: 30px;
}

.solution-area .solution-msg .solution-desc .title::after {
	content: "";
	display: block;
	width: 40px;
	border-top: 2px solid var(--white);
	margin-top: 15px;
}

.solution-area .solution-msg .solution-desc .desc {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}

.solution-area .solution-msg .solution-desc .more span {
	display: flex;
	align-items: center;
	color: var(--white);
}

.solution-area .solution-msg .solution-desc .more span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	margin-left: 10px;
	transform: rotate(45deg);
}

.solution-area .solution-list {
	width: 65%;
	background-color: var(--white);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0 0;
}

.solution-area .solution-list .solution-list-item {
	display: block;
	width: 50%;
	padding: 0 30px;
	margin-bottom: 80px;
}

.solution-area .solution-list .solution-list-item .icon img {
	max-width: 50px;
}

.solution-area .solution-list .solution-list-item .title {
	font-size: 20px;
	color: var(--font-color);
	padding: 10px 0 0;
}

.solution-area .solution-list .solution-list-item .title::after {
	content: "";
	display: block;
	width: 40px;
	border-top: 2px solid var(--orange);
	margin-top: 10px;
}

.solution-area .solution-list .solution-list-item .desc {
	font-size: 14px;
	color: var(--sub-color);
	line-height: 25px;
	padding: 10px 0 0;
}

.solution-area .solution-list .solution-list-item .more{
	margin-top: 10px ;
	color: var(--orange);
}

.index-case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.index-case .case-list-left,
.index-case .case-list-right {
	width: 45%;
}

.scroll-textCase-swiper .case-desc {
	padding: 80px 0;
}

.scroll-textCase-swiper .case-desc .title {
	font-size: 24px;
	font-weight: bold;
	color: var(--font-color);
	margin-bottom: 30px;
}

.scroll-textCase-swiper .case-desc .desc {
	font-size: 14px;
	color: var(--sub-color);
	line-height: 30px;
}

.scroll-textCase-swiper .case-desc .more-btn{
	margin-top: 30px ;
}

.scroll-textCase-swiper .tool-btns {
	display: flex;
	align-items: center;
	position: relative;
}

.scroll-textCase-swiper .tool-btns::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(0, -50%);
	height: 20px;
	border-left: 1px solid #bfbfbf;
}

.scroll-textCase-swiper .tool-btns .swiper-button-prev,
.scroll-textCase-swiper .tool-btns .swiper-button-next {
	position: initial;
	background-color: var(--main);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: 0;
}

.scroll-textCase-swiper .tool-btns .swiper-button-prev:hover,
.scroll-textCase-swiper .tool-btns .swiper-button-next:hover {
	background-color: var(--orange);
}

.scroll-textCase-swiper .tool-btns .swiper-button-prev::after,
.scroll-textCase-swiper .tool-btns .swiper-button-next::after {
	font-size: 16px;
}

.scroll-textCase-swiper .tool-btns .swiper-button-prev {
	margin-right: 20px;
}

.scroll-thumbCase-swiper img {
	display: block;
	width: 100%;
}

.index-about-bg {
	margin-top: 50px;
	position: relative;
}

.index-about-bg img {
	display: block;
	width: 100%;
}

.index-about-bg .about-desc {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background: rgba(2, 0, 102, .8);
	padding: 50px 30px;
}

.index-about-bg .about-desc .title {
	font-size: 20px;
	color: var(--white);
	letter-spacing: 5px;
}

.index-about-bg .about-desc .desc {
	color: var(--white);
	line-height: 30px;
	margin: 30px 0;
}

.index-about-bg .about-desc .more a span {
	display: flex;
	align-items: center;
	color: var(--white);
}

.index-about-bg .about-desc .more a span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	margin-left: 10px;
	transform: rotate(45deg);
}

.index-about-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-about-grid .about-grid-left,
.index-about-grid .about-grid-right {
	width: calc((100% - 10px) / 2);
}

.index-about-grid .about-grid-left {
	background: var(--white) url(../images/bg-map.jpg) no-repeat 90% 90%;
	padding: 50px 50px 80px;
}

.index-about-grid .about-grid-left .title {
	font-size: 20px;
	color: var(--font-color);
}

.index-about-grid .about-grid-left .desc {
	color: var(--sub-color);
	line-height: 30px;
	margin: 20px 0 80px;
}

.index-about-grid .about-grid-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.index-about-grid .about-grid-right .item-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	width: calc((100% - 10px) / 2);
	height: calc((100% - 10px) / 2)
}

.index-about-grid .about-grid-right .item-data .count {
	font-size: 60px;
	font-weight: bold;
	color: var(--main);
}

.index-about-grid .about-grid-right .item-data .count-desc {
	color: var(--sub-color);
}

.index-news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-top: 50px;
	margin-bottom: 80px;
}

.index-news-list .news-thumb,
.index-news-list .news-list {
	width: calc((100% - 50px) / 2);
}

.index-news-list a {
	display: block;
}

.index-news-list .news-thumb .news-title {
	font-size: 20px;
	color: var(--font-color);
	padding: 30px 0 0;
}

.index-news-list .news-thumb .news-desc {
	padding: 20px 0;
	color: var(--sub-color);
}

.index-news-list .news-thumb .news-date {
	color: var(--sub-color);
}

.index-news-list .news-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-news-list .news-list a {
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px ;
}

.index-news-list .news-list .topic {
	display: flex;
	justify-content: space-between;
}

.index-news-list .news-list .topic span {
	display: block;
	font-size: 20px;
}

.index-news-list .news-list .topic span.title {
	color: var(--font-color);
}

.index-news-list .news-list .topic span.date {
	color: var(--sub-color);
}

.index-news-list .news-list .desc {
	color: var(--sub-color);
	line-height: 20px;
	margin: 10px 0 20px
}

.list-category-product:not(:last-child) {
	margin-bottom: 80px;
}

.list-category-product .product-name {
	font-size: 40px;
	font-weight: bold;
	color: var(--main);
	margin-bottom: 30px;
}

.list-category-product .list-products .item-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--white);
}

.list-category-product .list-products .item-product:not(:last-child) {
	margin-bottom: 30px;
}

.list-category-product .list-products .item-product .thumb-img,
.list-category-product .list-products .item-product .thumb-desc {
	width: 48%;
}

.list-category-product .list-products .item-product .thumb-img a{
	display: block;
}

.list-category-product .list-products .item-product .thumb-img img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.list-category-product .list-products .item-product .thumb-desc {
	padding: 0 50px;
}

.list-category-product .list-products .item-product .thumb-desc .title {
	font-size: 36px;
	font-weight: bold;
	color: var(--main);
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.list-category-product .list-products .item-product .thumb-desc .desc {
	font-size: 16px;
	line-height: 30px;
	color: var(--sub-color);
}

.list-category-product .list-products .item-product .thumb-desc .standard {
	display: flex;
	align-items: center;
	margin: 50px 0;
}

.list-category-product .list-products .item-product .thumb-desc .standard .icon {
	display: inline-block;
	border: 1px solid var(--main);
	padding: 2px;
}

.list-category-product .list-products .item-product .thumb-desc .standard .icon:not(:last-child) {
	margin-right: 20px;
}

.list-category-product .list-products .item-product .thumb-desc .standard .icon span {
	display: inline-block;
	background-color: var(--main);
	font-size: 20px;
	color: var(--white);
	text-transform: uppercase;
	padding: 3px 5px;
}

.list-category-product .list-products .item-product .thumb-desc .standard .icon-system {
	border: 0;
}

.list-category-product .list-products .item-product .thumb-desc .standard .icon img {
	max-width: 30px;
}

.static-position {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
}

.static-position a {
	display: flex;
	align-items: center;
	color: var(--font-color);
}

.static-position a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--font-color);
	border-left: 0;
	border-bottom: 0;
	margin: 0 14px 0 10px;
	transform: rotate(45deg);
}

.static-position a:last-child::after {
	display: none;
}

.section-padding-product {
	padding: 0 50px;
}

.show-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	padding: 50px 0;
}

.show-product .product-thumbs,
.show-product .product-detail {
	width: 45%;
}

.scroll-product-swiper .swiper-button-prev,
.scroll-product-swiper .swiper-button-next{
	width: 40px ;
	height: 40px ;
	line-height: 40px;
	text-align: center;
	background-color: var(--orange);
	border-radius: 50% ;
}

.scroll-product-swiper .swiper-button-prev::after,
.scroll-product-swiper .swiper-button-next::after {
	font-size: 20px;
	color: var(--white);
}

.show-product .product-detail .name {
	font-size: 32px;
	color: var(--main);
}

.show-product .product-detail .desc {
	margin: 20px 0;
	color: var(--sub-color);
	line-height: 30px;
}

.show-product .product-detail .params-table {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ececec;
}

.show-product .product-detail .params-table .item {
	width: 50%;
	padding: 10px 20px 10px 35px;
	border: 1px solid #ececec;
	border-top: 0;
	font-size: 14px ;
	color: var(--sub-color);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px ;
}

.show-product .product-detail .params-table .item:nth-child(2n) {
	border-left: 0;
}

.show-product .product-detail .more-btn {
	margin-top: 50px;
}

.show-product .product-detail .more-btn a {
	font-weight: bold;
	padding: 10px 50px;
	border-radius: 0;
}

.show-product-full img{
	display: block;
	width: 100%;
}

.show-product-features .topic-title {
	font-size: 30px;
	color: var(--font-color);
	padding: 0 50px;
}

.show-product-features .content {
	color: var(--sub-color);
	line-height: 30px;
	padding: 30px 50px 50px;
}

.show-product-features .content img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.show-product-features .features-table {
	width: 100%;
}

.show-product-features .features-table .features-title {
	font-size: 30px;
	color: var(--font-color);
	padding: 15px 50px;
	background-color: var(--white);
	border-bottom: 1px solid #ececec;
}

.show-product-features .features-table .features-list .features-tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--white);
}

.show-product-features .features-table .features-list .features-tr:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

.show-product-features .features-table .features-list .features-tr .item {
	width: 20%;
	font-size: 18px;
	color: var(--font-color);
	padding: 15px 50px;
	border-right: 1px solid #ececec;
}

.show-product-features .features-table .features-list .features-tr .nr {
	width: 80%;
	font-size: 16px;
	color: var(--sub-color);
	padding: 0 50px;
}

.download-topic,
.related-topic-title,
.field-topic-title {
	font-size: 30px;
	color: var(--font-color);
	margin-bottom: 50px;
	padding: 0 50px;
}

.download-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	color: var(--font-color);
	padding: 15px 50px;
	border: 1px solid #ececec;
	margin-bottom: 30px;
}

.download-list a span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-download.png) no-repeat center center;
	background-size: 20px;
}

.related-list-product {
	display: flex;
}

.related-list-product .related-item {
	display: block;
	width: calc((100% - 40px) / 3);
	background-color: var(--white);
	text-align: center;
	font-size: 20px;
	color: var(--font-color);
	padding: 30px;
}

.related-list-product .related-item:not(:nth-child(3n)) {
	margin-right: 20px;
}

.field-list {
	display: flex;
	flex-wrap: wrap;
}

.field-list .field-item {
	width: calc((100% - 60px) / 4);
}

.field-list .field-item:not(:nth-child(4n)) {
	margin-right: 20px;
}

.field-list .field-item img {
	display: block;
	width: 100%;
}

.field-list .field-item .title {
	font-size: 20px;
	color: var(--font-color);
	text-align: center;
	margin-top: 20px;
}

.solution-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution-list .solution-item {
	display: block;
	width: calc((100% - 30px) / 2);
	margin-bottom: 50px;
}

.solution-list .solution-item .item-desc {
	background-color: var(--white);
	padding: 20px;
}

.solution-list .solution-item .item-desc .title {
	font-size: 20px;
	font-weight: bold;
	color: var(--font-color);
	margin-bottom: 10px;
}

.solution-list .solution-item .item-desc .desc {
	font-size: 16px;
	color: var(--sub-color);
}

.category-solution-name {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ececec;
}

.category-solution-name a {
	display: block;
	font-size: 20px;
	color: var(--font-color);
	padding: 20px 0;
	position: relative;
}

.category-solution-name a:not(:last-child) {
	margin-right: 30px;
}

.category-solution-name a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-top: 2px solid var(--main);
	transition: .5s;
}

.category-solution-name a.active::after,
.category-solution-name a:hover::after {
	width: 100%;
}

.show-solution-container {
	padding: 50px 0;
}

.show-solution-container .title {
	font-size: 40px;
	text-align: center;
	color: var(--font-color);
}

.show-solution-container .desc {
	font-size: 16px;
	color: var(--sub-color);
	text-align: center;
	line-height: 30px;
	padding: 30px 0 50px;
}

.solution-thumb-desc {
	margin-bottom: 50px;
}

.solution-thumb-desc .item-thumb-desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--white);
}

.solution-thumb-desc .item-thumb-desc:nth-child(even) {
	flex-direction: row-reverse;
}

.solution-thumb-desc .item-thumb-desc .thumb-img,
.solution-thumb-desc .item-thumb-desc .thumb-desc {
	width: 50%;
}

.solution-thumb-desc .item-thumb-desc .thumb-desc {
	padding: 0 50px;
}

.solution-thumb-desc .item-thumb-desc .thumb-desc .topic {
	font-size: 30px;
	margin-bottom: 20px;
}

.solution-thumb-desc .item-thumb-desc .thumb-desc .content {
	line-height: 30px;
}

.show-solution-related .related-title {
	font-size: 40px;
	text-align: center;
}

.show-solution-related .related-list {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 120px;
}

.show-solution-related .related-list .item {
	display: block;
	width: calc((100% - 90px) / 4);
	background-color: var(--white);
	padding: 30px 0;
}

.show-solution-related .related-list .item:not(:last-child) {
	margin-right: 30px;
}

.show-solution-related .related-list .item .name {
	font-size: 16px;
	text-align: center;
	color: var(--sub-color);
}

.list-case-container {
	padding: 20px 0 80px;
}

.case-list {
	display: flex;
	flex-wrap: wrap;
}

.case-list .item-case {
	display: block;
	width: calc((100% - 60px) / 3);
	background-color: var(--white);
	margin-bottom: 50px;
}

.case-list .item-case:not(:nth-child(3n)) {
	margin-right: 30px;
}

.case-list .item-case .thumb-info {
	padding: 30px;
}

.case-list .item-case .thumb-info .addr {
	display: flex;
	align-items: flex-end;
}

.case-list .item-case .thumb-info .addr span {
	color: var(--sub-color);
}

.case-list .item-case .thumb-info .addr span.note {
	font-size: 18px;
	color: red;
}

.case-list .item-case .thumb-info .title {
	font-size: 18px;
	color: var(--font-color);
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
}

.case-list .item-case .thumb-info .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	color: var(--sub-color);
}

.case-list .item-case .thumb-info .link span.icon {
	width: 16px;
	height: 16px;
	background: url(../images/icon-arrow.png) no-repeat center center;
	background-size: 16px;
}

.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;
	font-size: 16px;
	background-color: var(--white);
	color: var(--font-color);
	border: 1px solid #ececec;
}

.page li.active a,
.page li:hover a {
	background-color: var(--main);
	color: var(--white);
}

.show-case-container {
	background-color: var(--white);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.show-case-container .case-thumb,
.show-case-container .case-desc {
	width: 50%;
}

.show-case-container .case-thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.show-case-container .case-desc {
	padding: 0 50px;
}

.show-case-container .case-desc .title {
	font-size: 32px;
	color: var(--main);
}

.show-case-container .case-desc .desc {
	font-size: 16px;
	color: var(--sub-color);
	line-height: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.show-case-container .case-desc .feature-ul .item-ul:not(:last-child) {
	margin-bottom: 30px;
}

.show-case-container .case-desc .feature-ul .item-ul .ul-title {
	font-size: 20px;
	color: var(--font-color);
	margin-bottom: 10px;
}

.show-case-container .case-desc .feature-ul .item-ul .ul-content {
	font-size: 16px;
	color: var(--sub-color);
	line-height: 30px;
}

.show-news-container {
	background-color: var(--white);
	padding: 80px;
	margin-bottom: 80px;
}

.show-news-container .show-news-title {
	font-size: 30px;
	text-align: center;
}

.show-news-container .show-news-date {
	font-size: 16px;
	text-align: center;
	color: var(--sub-color);
	border-bottom: 1px solid #ececec;
	padding: 30px 0;
	margin-bottom: 30px;
}

.show-news-container .show-news-content {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 50px 60px;
	border-bottom: 1px solid #ececec;
}

.show-news-container .show-links{
	padding: 30px 50px 0;
}

.show-news-container .show-links p:not(:last-child){
	margin-bottom: 20px;
}

.show-news-container .show-links a{
	display: block;
	font-size: 16px ;
	color: var(--sub-color);
}

.about-topic-title {
	font-size: 40px;
	color: var(--font-color);
	text-align: center;
}

.about-content .about-body {
	font-size: 16px;
	padding: 50px 0;
}

.about-scroll-num {
	display: flex;
	flex-wrap: wrap;
}

.about-scroll-num .item-data {
	width: 25%;
	text-align: center;
}

.about-scroll-num .item-data .count {
	font-size: 60px;
	font-weight: bold;
	color: var(--main);
}

.about-scroll-num .item-data .count-desc {
	font-size: 20px;
	color: var(--sub-color);
}

.about-banner img {
	display: block;
	width: 100%;
}

.about-culture {
	display: flex;
	flex-wrap: wrap;
}

.about-culture .item-culture {
	background-color: var(--main);
	width: calc((100% - 20px) / 3);
	padding: 80px 30px;
	margin: 10px 0;
}

.about-culture .item-culture:not(:last-child) {
	margin-right: 10px;
}

.about-culture .item-culture .title {
	font-size: 32px;
	color: var(--white);
	text-align: center;
	margin-bottom: 20px;
}

.about-culture .item-culture .content {
	color: var(--white);
	line-height: 30px;
	text-align: center;
}

.about-history {
	background: url(../images/history-bg.jpg) no-repeat center center;
	background-size: cover;
}

.about-history .about-topic-title {
	color: var(--white);
	margin-bottom: 50px;
}

.about-history .scroll-history-swiper {
	position: relative;
	padding: 0 50px;
}

.about-history .scroll-history-swiper .swiper-container {
	position: initial;
}

.about-history .scroll-history-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}

.about-history .scroll-history-swiper .item-history {
	border-left: 1px solid #f8bfa2;
}

.about-history .scroll-history-swiper .item-history .title {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: var(--white);
	padding: 0 20px;
}

.about-history .scroll-history-swiper .item-history .title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: var(--white);
}

.about-history .scroll-history-swiper .item-history .desc {
	font-size: 16px;
	color: var(--white);
	line-height: 30px;
	margin-top: 10px;
	padding: 0 20px 80px;
}

.about-history .scroll-history-swiper .swiper-button-prev,
.about-history .scroll-history-swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--white);
}

.about-history .scroll-history-swiper .swiper-button-prev::after,
.about-history .scroll-history-swiper .swiper-button-next::after {
	font-size: 20px;
	color: var(--sub-color);
}

.about-history .scroll-history-swiper .swiper-button-prev {
	left: 5px;
}

.about-history .scroll-history-swiper .swiper-button-right {
	right: 5px;
}

.about-honor .about-topic-title {
	margin-bottom: 50px;
}

.scroll-certificate-swiper {
	position: relative;
	padding: 0 80px;
}

.scroll-certificate-swiper .certificate-item {
	padding: 50px;
	border: 1px solid #ececec;
}

.scroll-certificate-swiper .certificate-item img {
	display: block;
	width: 100%;
}

.scroll-certificate-swiper .certificate-item p {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.scroll-certificate-swiper .swiper-container {
	position: initial;
}

.scroll-certificate-swiper .swiper-button-prev::after,
.scroll-certificate-swiper .swiper-button-next::after {
	color: var(--font-color);
}

.about-contact .about-contact-map {
	display: flex;
	flex-direction: row-reverse;
	align-content: center;
	background-color: var(--white);
	margin-top: 50px;
	margin-bottom: 30px;
}

.about-contact .about-contact-map .contact-map,
.about-contact .about-contact-map .contact-desc {
	width: 50%;
}

.about-contact .about-contact-map .contact-map img {
	display: block;
	width: 100%;
}

.about-contact .about-contact-map .contact-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 50px;
}

.about-contact .about-contact-map .contact-desc .title {
	background: url(../images/icon-company.png) no-repeat left center;
	background-size: 30px;
	font-size: 24px;
	color: var(--font-color);
	padding-left: 40px;
	margin-bottom: 20px;
}

.about-contact .about-contact-map .contact-desc .content {
	font-size: 16px;
	line-height: 30px;
	color: var(--font-color);
}

.about-contact .about-contact-department {
	display: flex;
	flex-wrap: wrap;
}

.about-contact .about-contact-department .item-department {
	background-color: var(--white);
	width: calc((100% - 60px) / 3);
	padding: 50px 50px;
	margin-bottom: 30px;
}

.about-contact .about-contact-department .item-department:not(:nth-child(3n)) {
	margin-right: 30px;
}

.about-contact .about-contact-department .item-department .title {
	background: url(../images/icon-addr-color.png) no-repeat left center;
	background-size: 40px;
	font-size: 24px;
	color: var(--font-color);
	padding-left: 40px;
	margin-bottom: 20px;
}

.about-contact .about-contact-department .item-department .content {
	font-size: 16px;
	line-height: 30px;
	color: var(--font-color);
}

.service-topic-title {
	font-size: 40px;
	color: var(--font-color);
	text-align: center;
}

.service-grid {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.service-grid .item-policy {
	width: 100%;
	background-color: var(--white);
}

.service-grid .item-policy:not(:last-child) {
	margin-right: 30px;
}

.service-grid .item-policy .title {
	font-size: 24px;
	color: var(--white);
	background-color: var(--main);
	padding: 10px 50px;
}

.service-grid .item-policy .content {
	line-height: 30px;
	padding: 30px 50px;
}

.service-learning {
	margin-top: 50px;
	margin-bottom: 50px;
}

.service-learning .item-expand {
	border: 1px solid #ececec;
	padding: 20px 0;
	margin-bottom: 30px;
}

.service-learning .item-expand .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding: 0 30px;
	cursor: pointer;
}

.service-learning .item-expand .question::after {
	content: "+";
	font-size: 20px;
	font-weight: bold;
}

.service-learning .item-expand.open .question::after {
	content: "-";
}

.service-learning .item-expand .answer {
	font-size: 18px;
	color: var(--sub-color);
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	transition: .5s;
}

.service-learning .item-expand.open .answer {
	max-height: 500px;
	padding-top: 20px;
}

.service-video-list .video-ul {
	margin-top: 50px;
}

.service-video-list .video-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-video-list .video-ul .item-video {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}

.service-video-list .video-ul .item-video:not(:nth-child(3n)) {
	margin-right: 30px;
}

.service-video-list .video-ul .item-video .thumb-img {
	position: relative;
}

.service-video-list .video-ul .item-video .thumb-img .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: url(../images/icon-play.png) no-repeat center center;
	background-size: 50px;
}

.service-video-list .video-ul .item-video .thumb-title {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.service-download .service-pdf {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

.service-download .service-pdf .item-pdf {
	display: flex;
	align-items: center;
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
	padding: 10px 30px;
	border: 1px solid #ececec;
}

.service-download .service-pdf .item-pdf:not(:nth-child(2n)) {
	margin-right: 30px;
}

.service-download .service-pdf .item-pdf span {
	display: block;
}

.service-download .service-pdf .item-pdf span.name {
	width: calc(100% - 30px);
	font-size: 18px;
	color: var(--font-color);
}

.service-download .service-pdf .item-pdf span.icon {
	width: 30px;
	height: 30px;
	background: url(../images/icon-download.png) no-repeat center center;
	background-size: 20px;
}

.layer-video-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
}

.layer-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

.layer-video video {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 30px auto 0;
	outline: none;
}

.layer-video-close {
	text-align: right;
}

.layer-video-close span {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.layer-video-close span::before {
	content: "";
	display: block;
	width: 30px;
	border-top: 1px solid #ffffff;
	transform: translate(0, 15px) rotate(45deg);
}

.layer-video-close span::after {
	content: "";
	display: block;
	width: 30px;
	border-top: 1px solid #ffffff;
	transform: translate(0, 15px) rotate(-45deg);
}

.category-icon-tab {
	position: relative;
	display: flex;
	padding: 50px 0;
	margin-top: -120px;
	background-color: var(--white);
	z-index: 998å;
}

.category-icon-tab a {
	display: block;
	width: 25%;
}

.category-icon-tab a:not(:last-child) {
	border-right: 1px solid #ececec;
}

.category-icon-tab a .no-hover {
	display: block;
}

.category-icon-tab a .hover {
	display: none;
}

.category-icon-tab a.active .no-hover,
.category-icon-tab a:hover .no-hover {
	display: none;
}

.category-icon-tab a.active .hover,
.category-icon-tab a:hover .hover {
	display: block;
}

.category-icon-tab a img {
	display: block;
	max-width: 80px;
	margin: 0 auto;
}

.category-icon-tab a .title {
	padding: 20px 0 0;
	font-size: 20px;
	color: var(--font-color);
	text-align: center;
}

.category-icon-tab a.active .title,
.category-icon-tab a:hover .title {
	color: var(--orange);
}

.custom-topic-title {
	font-size: 40px;
	color: var(--font-color);
	text-align: center;
}

.custom-desc {
	padding-top: 30px;
	font-size: 16px;
	line-height: 30px;
}

.custom-innovation {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0;
}

.custom-innovation .innovation {
	position: relative;
	width: 45%;
	padding: 15px;
}

.custom-innovation .innovation::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.custom-innovation .innovation::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: var(--orange);
}

.custom-innovation .innovation .innovation-desc {
	position: relative;
	background-color: var(--white);
	font-size: 16px;
	line-height: 30px;
	color: var(--font-color);
	text-align: center;
	padding: 50px;
	z-index: 10;
}

.custom-grid {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.custom-grid.even {
	flex-direction: row;
}

.custom-grid .grid-thumb,
.custom-grid .grid-desc {
	width: 50%;
}

.custom-grid .grid-thumb img {
	display: block;
	width: 100%;
}

.custom-grid .grid-desc {
	padding: 0 50px;
}

.custom-grid .grid-desc .grid-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.custom-grid .grid-desc .grid-content .param-item {
	font-size: 18px;
	color: var(--font-color);
	margin-bottom: 10px;
}

.custom-grid .grid-desc .grid-content .param-desc {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.custom-process {
	display: flex;
	padding: 50px 30px 30px;
}

.custom-process .item-process {
	width: 100%;
	background-color: var(--orange);
	padding: 30px 10px;
	border-radius: 80px;
}

.custom-process .item-process:not(:last-child) {
	margin-right: 30px;
}

.custom-process .item-process .icon {
	background-color: var(--white);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	border-radius: 50%;
	margin: 0 auto;
}

.custom-process .item-process .title {
	font-size: 18px;
	color: var(--white);
	text-align: center;
	padding: 20px 0 10px;
}

.custom-process .item-process .desc {
	font-size: 14px;
	text-align: center;
	color: var(--white);
	line-height: 30px;
	min-height: 120px;
}

.custom-process .item-process .num {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: var(--white);
	margin-top: 10px;
	opacity: .5;
}

.custom-case {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.custom-case .item-case {
	display: block;
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
}

.custom-case .item-case:not(:nth-child(4n)) {
	margin-right: 30px;
}

.custom-case .item-case .thumb-title {
	font-size: 18px;
	color: var(--font-color);
	text-align: center;
	padding: 15px 0;
}

.custom-contact {
	display: flex;
	align-items: center;
	padding: 50px 0;
}

.custom-contact .contact-title {
	width: 30%;
}

.custom-contact .contact-title .custom-topic-title {
	font-size: 24px;
	text-align: left;
}

.custom-contact .contact-title .custom-desc {
	padding-top: 0;
}

.custom-contact .contact-form {
	width: 65%;
}

.custom-contact .contact-form .form-line {
	display: flex;
	align-items: center;
}

.custom-contact .contact-form .form-line:not(:last-child) {
	width: calc(100% - 100px);
}

.custom-contact .contact-form form {
	display: flex;
	align-items: center;
}

.custom-contact .contact-form form input {
	display: block;
	width: 100%;
	padding: 10px 30px;
	border: 1px solid var(--white);
	margin-right: 10px;
	outline: none;
}

.custom-contact .contact-form form button {
	background-color: var(--orange);
	border: 1px solid var(--orange);
	width: 100px;
	color: var(--white);
	padding: 10px 0;
	outline: none;
}

footer {
	background-color: var(--sub);
}

.footer-wrapper {
	padding: 80px 0 60px;
}

.footer-wrapper .footer-nav {
	display: flex;
	justify-content: space-between;
}

.footer-wrapper .footer-nav dl dt,
.footer-wrapper .footer-nav dl dt a {
	font-size: 20px;
	font-weight: bold;
	color: var(--white);
}

.footer-wrapper .footer-nav dl dt {
	margin-bottom: 20px;
}

.footer-wrapper .footer-nav dl dd,
.footer-wrapper .footer-nav dl dd a {
	color: var(--sub-color);
	line-height: 30px;
}

.footer-wrapper .footer-nav dl.qrcode dt {
	margin-bottom: 10px;
}

.footer-wrapper .footer-nav dl.qrcode dd {
	text-align: center;
	color: var(--white);
}

.footer-wrapper .footer-nav dl.contact dd {
	display: flex;
	align-items: center;
}

.footer-wrapper .footer-nav dl.contact dd span {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	margin-right: 10px;
}

.footer-wrapper .footer-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #2b297f;
}

.footer-wrapper .footer-links span,
.footer-wrapper .footer-links a {
	display: block;
}

.footer-wrapper .footer-links span {
	color: var(--white);
	margin-right: 20px;
}

.footer-wrapper .footer-links a {
	color: var(--sub-color);
	margin-right: 20px;
	margin-bottom: 20px;
}

.footer-copy {
	background-color: var(--main);
	padding: 30px 0;
}

.footer-copy .footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copy .social {
	display: flex;
	align-items: center;
}

.footer-copy .social a {
	display: block;
}

.footer-copy .social a:not(:last-child) {
	margin-right: 10px;
}

.footer-copy .social img {
	display: block;
	max-width: 20px;
}

.footer-copy .copyright {
	color: var(--white);
	line-height: 30px;
	text-align: right;
}

.footer-copy .copyright a{
	color: var(--white);
}
