@charset "utf-8";

html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
	overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #141414;
	font-size: 14px;
	font-family: "GoogleSans";
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
	color: var(--primary);
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --1111: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f90205;
    --secondary: #6c757d;
    --success: #20c997;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.hide {
	display: none !important;
	visibility: hidden;
}

.imgbox {
	overflow: hidden;
	position: relative;
}

.imgbox img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	display: block;
	width: 100%;
	height: auto;
}

.img-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100% !important;
}

.img-block {
	display: block;
	width: 100%;
	height: auto;
}

.img-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
}

.clamp1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.flex-betwee {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

::-moz-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	height: 4px;
	background-color: rgba(246, 248, 249, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.container {
	width: 75%;
	margin: auto;
	position: relative;
}

.img-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: auto;
	height: auto;
	z-index: 1;

}

.img-block {
	display: block;
	width: 100%;
	height: 100%;
}

.no-banner {
	padding-top: 9rem;
}

.no-banner .header {
	background-color: var(--white);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}

.no-banner .top-nav>ul>li>a,
.no-banner .top-nav>ul>li>a>span {
	color: #111;
}

/* fonts */
@font-face {
	font-family: 'iconfont';
	/* Project id 4268113 */
	src: url('https://at.alicdn.com/t/c/font_4268113_g7vbv912mgk.woff2?t=1695653218349') format('woff2'),
		url('https://at.alicdn.com/t/c/font_4268113_g7vbv912mgk.woff?t=1695653218349') format('woff'),
		url('https://at.alicdn.com/t/c/font_4268113_g7vbv912mgk.ttf?t=1695653218349') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-lang::before {
	content: '\e642';
}

.icon-product::before {
	content: '\e61b';
}

.icon-about::before {
	content: '\e6aa';
}

.icon-call::before {
	content: '\e6cb';
}

.icon-secure::before {
	content: '\e6e6';
}

.icon-overall::before {
	content: '\e65c';
}

.icon-fast::before {
	content: '\e68e';
}

.icon-near::before {
	content: '\e628';
}

.icon-speciality::before {
	content: '\e648';
}

.icon-win::before {
	content: '\e65b';
}

.icon-quality::before {
	content: '\e66b';
}

.icon-focus::before {
	content: '\e636';
}

.icon-active::before {
	content: '\e66d';
}

.icon-zan::before {
	content: '\e62a';
}

.icon-vision::before {
	content: '\e611';
}

.icon-mission::before {
	content: '\e668';
}

.icon-qrcode::before {
	content: '\e7c1';
}

.icon-position::before {
	content: '\e613';
}

.icon-daohan::before {
	content: '\e640';
}

.icon-home::before {
	content: '\e600';
}

.icon-tel::before {
	content: '\e817';
}

.icon-zl::before {
	content: '\e612';
}

.icon-time::before {
	content: '\e8c4';
}

.icon-customer::before {
	content: '\e633';
}

.icon-factory::before {
	content: '\e634';
}

.icon-right::before {
	content: '\e608';
}

.icon-right2::before {
	content: '\e62f';
}

.icon-wechat::before {
	content: '\e62e';
}

.icon-weibo::before {
	content: '\e67a';
}

.icon-toutiao::before {
	content: '\e692';
}

.icon-zhihu::before {
	content: '\ea8b';
}

.icon-baijia::before {
	content: '\e60a';
}

@font-face {
	font-family: 'Barlow-Bold';
	src: url('../fonts/Barlow-Bold.eot');
	src: local('☺'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GoogleSans';
	src: url('../fonts/GoogleSans.eot');
	src: local('☺'), url('../fonts/GoogleSans.woff') format('woff'), url('../fonts/GoogleSans.ttf') format('truetype'), url('../fonts/GoogleSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.m-header {
	display: none;
}

.m-phone {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	width: 100%;
	transition: all .4s ease;
}

header:hover{
	background-color: var(--white);
}

header:hover .top-nav>ul>li>a,
header:hover .top-nav>ul>li>a>span{
	color: var(--gray-dark);
}

header .container{
	width: 100%;
	padding: 0 6%;
	box-sizing: border-box;
}

.header.scroll-top {
	background-color: var(--white);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
	top: 0;
	width: 100%;
	border-radius: 0;
}

.header.scroll-top .logo img:first-child{
	display: none;
}

.header.scroll-top .logo img:last-child{
	display: block;
}

.scroll-down {
	background-color: var(--white);
	top: 0;
	width: 100%;
	border-radius: 0;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}

.scroll-down .top-nav>ul>li>a, 
.scroll-down .top-nav>ul>li>a>span{
	color: var(--gray-dark);
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 8rem;
	position: relative;
}

.header-box::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--white);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .2;
}

.logo {
	width: auto;
	max-width: 14%;
}

.logo img{
	width: 100%;
	height: auto;
	display: block;
}

.logo a img:last-child{
	display: none;
}

header:hover .logo a img:last-child,
.scroll-down .logo a img:last-child{
	display: block;
}


header:hover .logo a img:first-child,
.scroll-down .logo a img:first-child{
	display: none;
}

.top-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-nav>ul>li {
	padding: 0 3rem;
	height: 8rem;
	position: relative;
}

.top-nav>ul>li>a,
.top-nav>ul>li>a>span {
	font-size: 1.8rem;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	color: var(--white);
}

.scroll-top .top-nav>ul>li>a,
.scroll-top .top-nav>ul>li>a>span {
	color: #333 !important;
}

.scroll-top .top-nav>ul>li>a:hover span,
.scroll-top .top-nav>ul>li>a.on span {
	color: var(--primary);
}

.top-nav>ul>li>a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: var(--primary);
	z-index: 9;
	transition: all .4s;
	border-radius: 50px;
}

.top-nav>ul>li>a:hover::after,
.top-nav>ul>li>a.on::after {
	width: 30px;
}

.submenu {
	background:var(--white);
	border-top: 1px solid #ddd;
	position: fixed;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
	padding: 5rem 0;
}

.submenu .container{
	width: 85%;
	padding: 0;
}

.top-products{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -1rem;
}

.top-products li{
	width: 50%;
	padding: 0 1rem;
}

.top-probox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.top-probox .imgbox{
	width: 40%;
}

.top-promenu{
	padding-left: 30px;
	width: 50%;
}

.top-promenu .top-cates{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.top-promenu a{
	display: block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
}



.lang{
	margin-left: 20px;
	display: flex;
	align-items: center;
	color: var(--white);
}


.scroll-top .lang *,
.scroll-down .lang *,
header:hover .lang *{
	color: var(--gray-dark);
}

.lang i{
	font-size: 1.8rem;
}

.lang a{
	display: inline-block;
	color: var(--white);
	text-decoration: underline;
	margin-left: .5rem;
}

.lang a:hover{
	color: var(--primary);
}



/* banner */
.banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.home-banner{
	height: 100%;
	box-sizing: border-box;
}

.banner img {
	width: 100%;
	max-height: 100%;
}

.banner img:last-child{
	height: 100%!important;
}

.banner-video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.banner-text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.banner-text h2 {
	font-size: 4rem;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 2rem;
}

.banner-text p {
	font-size: 3.4rem;
	color: var(--white);
	display: block;
	line-height: 1;
}

.banner-more {
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 50px;
	padding: 1.5rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6rem;
	max-width: 12rem;
}

.banner-more:hover {
	color: var(--white);
	background-color: var(--primary);
	border: 1px solid var(--primary);

}

.banner-more i {
	display: inline-block;
	transition: all .5s ease;
	margin-left: .5rem;
}

.banner-more:hover i {
	transform: translateX(1rem);
}

.banner .swiper-pagination {
	display: flex;
	justify-content: flex-end;
	bottom: 4rem;
}

.banner .swiper-pagination span {
	background: var(--white);
	opacity: .9;
	position: relative;
	transition: all .5s ease;
}

.swiper-pagination-bullet-active {
	background: var(--primary) !important;
	width: 2rem;
	border-radius: 5rem;
}


/* home products */
.products {
	padding: 8rem 0;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-text span {
	color: var(--primary);
	font-size: 1.8rem;
	position: relative;
	padding: 0 0 0 3rem;
	display: inline-block;
}

.title-text span::after {
	content: '';
	width: 2.4rem;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--primary);
}

.title-text p {
	font-size: 2.6rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.title .more {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title .more i {
	font-size: 2rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: var(--primary);
	border-radius: 100%;
	color: var(--white);
	display: inline-block;
	margin-left: 1rem;
	transition: all .4s ease;
}

.title .more:hover i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.title .more:hover {
	color: var(--primary);
}

.products-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 4rem;
}

.products-list a:hover .imgbox>img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.products-box {
	background-color: #f7f7f7;
	width: calc(50% - 10px);
	position: relative;
	transition: all .4s ease;
}

.products-box:hover .read-more {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white);
	cursor: pointer;
}

.products-title {
	position: absolute;
	top: 8rem;
	left: 8rem;
}

.products-title h2 {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}

.products-title p {
	font-size: 1.6rem;
	color: #999;
	padding-right: 3rem;
	
}

.read-more {
	position: absolute;
	bottom: 8rem;
	left: 8rem;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3rem;
	padding: 1rem 3rem;
}



.products-box .imgbox {
	width: 65%;
	position: absolute;
	right: 1rem;
	bottom: 2rem;
}

.products-box>img {
	display: block;
}


.products-list ul {
	width: calc(50% - 10px);
}

.products-list ul li {
	background-color: #f7f7f7;
	margin-bottom: 20px;
	position: relative;
	transition: all .4s ease;
}

.products-list ul li:hover {
	/* background-color: var(--primary); */
	cursor: pointer;
}

.products-list ul li:hover .read-more{
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white);
}

.products-list ul li .imgbox {
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: 40%;
}

.products-list ul li .imgbox img {
	height: 100%;
}

.products-list ul li:last-child {
	margin-bottom: 0;
}

/* about */
.about {
	background: url(../images/aboutbg.png) no-repeat center 0;
	background-size: cover;
	padding: 10rem 0 15rem;
	overflow: hidden;
}

.about .left {
	width: 40%;
	float: left;
}

.about-content {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 5rem;
}

.about-content p {
	margin-bottom: 1.5rem;
}

.about-content a {
	display: inline-block;
	margin-top: 6rem;
}

.about-content a i {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: var(--primary);
	border-radius: 100%;
	color: var(--white);
	margin-left: 1rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.about-content a:hover i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.about .right {
	width: 50%;
	float: right;
	text-align: right;
}

.about .right img {
	width: 100%;
	display: block;
	border: none;
	border-radius: 0 0 2rem 0;
}


.about-data ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../images/1-01.jpg) no-repeat;
	background-size: cover;
	margin-top: -6rem;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
	padding: 2rem 0;
	border-radius: 2rem;
	overflow: hidden;
}

.about-data ul li {
	border-left: 1px solid rgba(255,255,255,.5);
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 5rem;
	color: var(--white);
	box-sizing: border-box;
}

.about-data ul li:first-child {
	border-left: none;
}

.about-data ul li .left span {
	font-size: 1.6rem;
	color: var(--white);
}

.about-data ul li .left p {
	font-size: 3rem;
	display: flex;
	justify-content: flex-start;
}

.about-data ul li .left p i {
	font-size: 1.4rem;
	font-style: normal;
	display: inline-block;
	margin-top: .5rem;
	margin-left: .5rem;
}

.about-data ul li .right i {
	font-size: 5.5rem;
}

/* application */
.application {
	padding: 8rem 0;
}

.application-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 5rem 0 -0.5rem;
}

.application-list li {
	width: 33.33%;
	padding: 0 .5rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	position: relative;
}

.application-list li a {
	display: block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.application-list li a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.application-list li a:hover::after {
	z-index: 0;
}

.application-list li a:hover .imgbox img:first-child {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.application-list li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 3rem;
	color: var(--white);
}

.app-more {
	text-align: center;
	padding-top: 5rem;
}

.app-more a {
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
}

.app-more a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 0;
	height: 2px;
	background-color: var(--primary);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.app-more a:hover::after {
	width: 100%;
}


/* news */
.news {
	border-top: 1px solid #ddd;
	padding: 8rem 0;
}

.news-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5rem;
}

.news-content a:hover .imgbox img:first-child {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.news-content .left {
	width: 65%;
}

.news-list li {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}

.news-list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.news-list li .imgbox {
	width: 38%;
}

.news-list li .news-info {
	width: calc(62% - 5rem);
	padding: 1.5rem 0;
}

.news-info em {
	color: #999;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	display: block;
}

.news-info h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.news-info p {
	font-size: 1.5rem;
	color: #999;
}

.news-info span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 6rem;
}

.news-info span i {
	display: inline-block;
	margin-left: .2rem;
}

.news-content .right {
	width: 28%;
}

.news-content .right a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 4.1rem;
}

.news-content .right a .news-info {
	margin-top: 3rem;
}

.contact-side {
	background: url(../images/fexbag.jpg) no-repeat;
	background-size: cover;
	padding: 6rem 0;
}

.contact-side .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.contact-side .title {
	font-size: 3.6rem;
	font-weight: 700;
}

.contact-side .title span {
	color: var(--primary);
}

.contact-side .contact-url {
	font-size: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-side .contact-url>i {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.8rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background-color: var(--primary);
	color: var(--white);
	border-radius: 100%;
	text-align: center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .4s;
	-webkit-transition: all .4s;
}

.contact-side .contact-url:hover>i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.contact-side .contact-url span {
	border-bottom: 1px solid #111;
}

.contact-side .contact-url:hover>span {
	border-bottom: 1px solid var(--primary);
}

footer {
	background-color: #1a1a1a;
}

.footer-menu {
	padding: 8rem 0 3rem;
}

.footer-logo img {
	height: 4.6rem;
}

.footer-logo {
	border-bottom: 1px solid #666;
	padding-bottom: 3rem;
}

.footer-nav {
	padding: 3rem 0 6rem;
}

.footer-nav a {
	display: inline-block;
	font-size: 1.6rem;
	color: #999;
	margin-right: 4rem;
}

.footer-nav a:hover{
	color: var(--primary);
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-contact .left {
	width: 45%;
}

.contact-text {
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-text dl {
	width: 50%;
	margin-bottom: 6%;
}

.contact-text dl:last-child {
	width: 100%;
}

.contact-text dl dt {
	color: #999;
	margin-bottom: 1rem;
}

.contact-text dl dd {
	font-size: 2rem;
	line-height: 2;
	color: var(--white);
}

.follow{
	display: flex;
	justify-content: flex-start;
}

.follow img{
	width: 102px;
	height: 102px;
	display: block;
	margin-bottom: 10px;
}

.follow-item{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}

.follow ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.follow ul li {
	position: relative;
	margin-right: 1.5rem;
	transition: all .3s ease;
}

.follow ul li .qrcode {
	position: absolute;
	left: 50%;
	bottom: 120%;
	width: 12rem;
	height: 12rem;
	background-color: var(--white);
	transform: translateX(-50%);
	display: none;
	transition: all .5s;
}

.follow ul li .qrcode img{
	width: 100%;
	height: auto;
	z-index: 9;
}

.follow ul li .qrcode::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2rem;
	height: 2rem;
	background-color: var(--white);
	transform: translateX(-50%) rotate(45deg);
	z-index: -1;
}

.follow ul li:hover {
	transform: translateY(-5px);
}

.follow ul li.wechat:hover .qrcode {
	display: block;
}

.follow ul li i {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	border-radius: 100%;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
}

.footer-contact .right {
	width: 45%;
}

.message ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message ul li {
	width: 30%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #999;
	padding: 1.5rem 0;
	transition: all .4s ease;
	margin-bottom: 3rem;
}

.message ul li:nth-of-type(4),
.message ul li:nth-of-type(5) {
	width: 100%;
	align-items: flex-start;
}

.message ul li span {
	display: inline-block;
	width: 5rem;
	color: #999;
}

.message ul li:nth-of-type(4) span {
	width: 9rem;
}

.message ul li .iptxt {
	width: calc(100% - 5rem);
	outline: none;
	background: none;
	border: none;
	color: var(--white);
}

.message ul li:hover {
	border-bottom: 1px solid var(--white);
}

.message ul li:last-child {
	border-bottom: none;
}

.message ul li textarea {
	width: calc(100% - 9rem);
	outline: none;
	background: none;
	border: none;
	color: var(--white);
}

.message ul li button {
	background-color: #313131;
	border: none;
	padding: 1.4rem 4rem;
	color: var(--white);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.message ul li button:hover{
	background-color: var(--primary);
}

.copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #999;
	font-size: 1.2rem;
	margin-top: 3rem;
}

.copyright a{
	color: #999;
}

.copyright a:hover{
	color: var(--primary);
}

.mobile-float{
	display: none;
}


/* pages css */
.pages .top-nav>ul>li>a>span {
	color: var(--white);
}

.pages .scroll-down .top-nav>ul>li>a>span{
	color: var(--gray-dark);
}

.pages .about {
	background: none;
	padding: 3rem 0 8rem;
}

.pages .about-data {
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.page-banner {
	position: relative;
	height: 550px;
}

.page-banner img {
	width: 100%;
	height: auto;
}

.page-banner img:last-child{
	position: absolute;
	width: 100%;
	height: 100%!important;
	object-fit: cover;
}

.page-text {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--white);
	z-index: 99;
}

.page-text h2 {
	font-size: 3.6rem;
	text-transform: uppercase;
	font-family: 'Barlow-Bold';
}

.page-text p {
	font-size: 2.6rem;
	display: block;
	margin-top: 1rem;
}

.page-category {
	padding: 3rem 0;
}

.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-position {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page-position i {
	display: inline-block;
	margin-right: 5px;
	color: #999;
	font-size: 2.5rem;
}

.page-position a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #666;
}

.page-position a:hover {
	color: var(--primary);
}

.page-position a:after {
	content: '>';
	display: inline-block;
	width: 20px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 5px;
	color: #999;
}

.page-position a:last-child::after {
	display: none;
}

.cate-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.cate-list li{
	margin-bottom: 15px;
	margin-right: 15px;
}

.cate-list li a {
	font-size: 16px;
	display: inline-block;
	padding: 1.5rem;
	background-color: #f5f6f8;
}

.cate-list li a.cur {
	font-weight: 700;
	color: var(--primary);
}

.cate-list li:first-child a {
	margin-left: 0;
}

/* artilce list */
.article-list {
	padding-top: 40px;
}

.article-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -20px;
}

.article-list ul li {
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.article-list ul li a:hover .list-title::after {
	height: 100%;
}

.article-list ul li a .list-date i {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	transition: all .5s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.article-list ul li a:hover .list-date i {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	color: var(--white);
	background-color: var(--primary);
	border: 1px solid var(--primary);
}

.article-list ul li a:hover .imgbox img:first-child {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.article-list ul li .list-title {
	position: relative;
}

.article-list ul li .list-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #fafafa;
	z-index: -1;
	transition: all .5s;
}

.article-list ul li .imgbox {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.list-top {
	padding: 30px 30px 0;
}

.list-tags {
	margin-bottom: 14px;
	display: block;
	font-size: 14px;
}

.article-list ul li h2 {
	font-size: 2.2rem;
	line-height: 3rem;
	height: 6rem;
	margin-bottom: 2.4rem;
	color: #333;
	font-weight: 700;
}

.list-date {
	height: 70px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.list-date::after {
	content: '';
	background-color: #fafafa;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 70px;
	width: 100%;
	z-index: -1;
}

/* article content*/
.article-page .page-category {
	padding: 20px 0;
	background-color: #f5f5f5;
}

.article-page .cate-list {
	position: relative;
}

.article-content {
	padding: 60px 0;
}

.article .left {
	width: 68%;
}

.article-title {
	border-bottom: 1px solid #ddd;
}

.article-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

.article-title span {
	display: block;
	padding-bottom: 30px;
	color: #999;
	font-size: 14px;
}

.article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.article .content {
	line-height: 30px;
	font-size: 16px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.article .content p {
	margin-bottom: 15px;
}

.article .content h2 {
	font-weight: 700;
	font-size: 20px;
	padding: 5px 0;
	margin-bottom: 10px;
}

.article .content img {
	width: 100% !important;
	height: auto !important;
}

.article .content strong {
	font-weight: 700;
}

.article .content ul {
	margin-bottom: 10px;
}

.article .content ul li {
	position: relative;
	padding-left: 20px;
}

.article .content ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: var(--primary);
	border-radius: 50%;
}

.article .right {
	width: 28%;
	position: sticky;
	top: 121px;
}

.side-title {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.side-list li {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}

.side-list li a {
	display: flex;
	justify-content: space-between;
}

.side-list li a .imgbox {
	width: 120px;
	height: 72px;
}

.side-list li a .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-list li a .side-text {
	width: calc(100% - 140px);
}

.side-list li a .side-text span {
	display: inline-block;
	margin-bottom: 1rem;
	color: #999;
}

.article-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
	margin-top: 30px;
}

.back-list {
	display: flex;
	align-items: center;
}

.back-list i {
	display: inline-block;
	margin-left: 5px;
	color: var(--primary);
}


/* pages */
.pagination {
	display: flex !important;
	justify-content: center !important;
}

.pagination li {
	width: 40px !important;
	height: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #ddd;
	margin: 10px 5px;
	padding: 0 !important;
}

.pagination li span,
.pagination li a {
	display: block !important;
	font-size: 16px;
	line-height: 40px;
	border: 0 !important;
	width: 100%;
	text-align: center;
}

.pagination li.active,
.pagination li:hover {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white);
}

.pagination li:hover a {
	color: var(--white);
}

.pagination li.disabled {
	background-color: #f8f8f8;
	color: #999;
	border: 1px solid #ddd;
}

/* products */
.product-box {
	position: relative;
	margin-bottom: 5rem;
}

.product-box a:hover .imgbox img {
	transform: translateY(-10px);
}

.product-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-box ul li:first-child {
	width: 100%;
}

.product-box ul li {
	width: calc(50% - 1rem);
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 20px;
}

.product-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f7f8fa;
	border-radius: 2rem;
	margin-bottom: 2rem;
}

.product-top .left {
	width: 45%;
}

.product-top .left .imgbox {
	width: 90%;
	margin: auto;
}

.product-top .right {
	width: 55%;
	padding: 5%;
	box-sizing: border-box;
}

.product-top .right label {
	color: var(--primary);
	font-size: 2rem;
	display: block;
	margin-bottom: 1.5rem;
	font-style: normal;
}

.product-top .right h2 {
	font-size: 3rem;
	color: #111;
	margin-bottom: 2rem;
}

.product-top .right .product-desc {
	margin-bottom: 6rem;
	max-height: 125px;
	overflow: hidden;
}

.product-top .right .product-desc p {
	color: #666;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	position: relative;
	padding-left: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.product-top .right .product-desc p::before {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #111;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.product-top .right span {
	font-size: 1.6rem;
}

.product-top .right i {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: var(--primary);
	color: var(--white);
	border-radius: 100%;
	margin-left: 1rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.product-top .right span:hover i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.product-side {
	background-color: #f7f8fa;
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.product-side .imgbox {
	max-width: 50%;
	margin: auto;
}

.product-side h2 {
	text-align: center;
	font-size: 2rem;
	margin-top: 20px;
}

.product-side h2 i {
	font-style: normal;
	display: inline-block;
	margin-left: .5rem;
	color: var(--primary);
}

/* product content */
.logo-black .logo a img:first-child{
	display: none;
}

.logo-black .logo a img:last-child{
	display: block;
}

.product-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem 0 6rem;
}

.product-info .left {
	width: 50%;
}

.product-info .left .imgbox {
	background-color: #f7f8fa;
	display: flex;
	justify-content: center;
	border-radius: 2rem;
	overflow: hidden;
}

.product-info .left .imgbox img {
	width: 70%;
	display: block;
	height: 100%;
}

.product-info .right {
	width: 45%;
	padding: 2rem 0;
}

.product-title {
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

.product-txt {
	font-size: 1.6rem;
	line-height: 1.8;
	padding-right: 6rem;
	margin-bottom: 6rem;
}

.product-btn {
	display: flex;
	justify-content: flex-start;
}

.product-wechat {
	position: relative;
}

.product-wechat span {
	display: block;
	border: 1px solid #ddd;
	border-radius: .5rem;
	padding: 1rem 0.5rem;
	height: 6.5rem;
	box-sizing: border-box;
}

.product-wechat span i,
.product-wechat span label {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.product-wechat span i {
	font-size: 2.4rem;
}

.product-qrcode {
	position: absolute;
	width: 10rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	background-color: var(--white);
	padding: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.product-qrcode::after {
	content: '';
	width: 2rem;
	height: 2rem;
	background-color: var(--white);
	position: absolute;
	left: 50%;
	bottom: -0.1rem;
	transform: translateX(-50%) rotate(45deg);
	z-index: -1;
}

.product-qrcode img {
	width: 100%;
	display: block;
}

.product-wechat:hover .product-qrcode {
	bottom: 115%;
	opacity: 1;
}

.product-tel {
	font-size: 2rem;
	height: 6.5rem;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	border-radius: .5rem;
	box-sizing: border-box;
	margin-left: 1rem;
	overflow: hidden;
}

.product-tel p {
	display: inline-block;
	padding: 0 2rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	transition: all .5s ease;
}

.product-tel p i {
	font-size: 2rem;
	border: 2px solid var(--white);
	border-radius: 100%;
	padding: .5rem;
	margin-right: 1rem;
	color: var(--white);
}

.product-tel:hover p {
	transform: translateY(-100%);
}

.share-qrcode {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	position: relative;
}

.share-qrcode i {
	font-size: 2rem;
	margin-right: .5rem;
}

.share-img {
	position: absolute;
	top: 125%;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	padding: 10px;
	background-color: var(--white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	z-index: 5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

.share-qrcode:hover .share-img {
	opacity: 1;
	width: 14rem;
	height: 14rem;
}

.share-img img {
	width: 100%;
	display: block;
}

.product-details {
	position: relative;
}

.details-title {
	font-size: 2rem;
	padding: 2rem 0;
}

.details-content img{
	display: block;
	width: 100%;
}

/* about */
.culture-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.culture-content li {
	width: 25%;
	position: relative;
	overflow: hidden;
}

.culture-content li:nth-of-type(1) {
	width: 50%;
}

.culture-content li:nth-of-type(2) {
	border-radius: 12px 0 0 0;
}

.culture-content li:nth-of-type(3) {
	background-color: var(--white);
	border-radius: 0 12px 0 0;
}

.culture-content li:nth-of-type(4) {
	width: 50%;
	border-radius: 12px 0 0 12px;
}

.culture-content li:nth-of-type(5) {
	background-color: var(--primary);
}

.culture-content li:nth-of-type(5) * {
	color: var(--white);
}

.culture-content li:nth-of-type(5) .en-title {
	opacity: .4;
}

.culture-content li:nth-of-type(6) {
	border-radius: 0 0 12px 0;
}

.culture {
	padding: 8rem 0;
	background-color: #f7f8fa;
}

.culture-box {
	position: absolute;
	left: 0;
	top: 0;
}

.culture-box .title {
	margin-top: 10%;
}

.culture-text {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	z-index: 1;
}

.culture-text .en-title {
	color: #e5e5e5;
	font-size: 4rem;
}

.culture-text .ch-title {
	font-size: 2rem;
}

.culture-text p {
	position: absolute;
	left: 0;
	bottom: 10%;
	font-size: 2.4rem;
}

.culture-text i {
	position: absolute;
	top: 10%;
	right: 0;
	font-size: 7rem;
}

.value {
	padding: 8rem 0;
	background: url(../images/bg2.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 38rem;
}

.value-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 90%;
	margin: 10rem auto 0;
}

.value-content li {
	width: 11.11%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.value-content li h2 {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 2rem;
}

.value-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.value-icon i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	width: 7.5rem;
	height: 7.5rem;
	background-color: var(--white);
	box-shadow: 0px 8px 40px 0px rgb(0, 0, 0, .1);
	border-radius: 100%;
	position: relative;
}

.value-icon i::after {
	content: '';
	width: 0;
	height: 0;
	border-radius: 100%;
	background: var(--primary);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all .4s ease;
	opacity: 0;
}

.value-content li:hover i {
	background-color: var(--primary);
	color: var(--white);
}

.value-content li:hover i::after {
	width: 104px;
	height: 104px;
	opacity: .2;
}

.value-line {
	position: relative;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	margin-bottom: 4.5rem;
}

.value-line::before,
.value-line::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background-color: var(--white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.value-line::after {
	right: 0 !important;
}

/* service */
.service {
	padding: 8rem 0;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 4rem -0.8rem 0;
}

.service-list li {
	width: 20%;
	padding: 0 0.8rem;
	box-sizing: border-box;
}

.service-list li:hover .service-box {
	background-color: var(--primary);
}

.service-list li:hover .service-box * {
	color: var(--white);
}

.service-list li:hover h3::after {
	background-color: var(--white);
}

.service-box {
	background-color: #f5f6f7;
	border-radius: 12px;
	text-align: center;
	padding: 20% 10%;
	box-sizing: border-box;
	transition: all .8s ease;
}

.service-box i {
	font-size: 5rem;
	margin-bottom: 2rem;
	display: inline-block;
}

.service-box h3 {
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 2rem;
}

.service-box h3::after {
	content: '';
	width: 3rem;
	height: .3rem;
	background-color: var(--primary);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.service-box p {
	padding: 1rem 2rem;
	margin-top: 2rem;
	display: block;
	height: 75px;
}

/* application */
.application-box{
	padding: 5rem 0;
	background-color: #f6f7f8;
}

.app-title{
	font-size: 2.4rem;
	line-height: 1.5;
	position: relative;
	padding-left: 2%;
}

.app-title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: .5rem;
	height: 100%;
	background-color: var(--primary);
}

.app-type{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 5rem 0;
	margin: 0 -1rem;
}

.app-type li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 1rem;
}

.app-typeitem{ 
	background-color: #0000CC;
}

/* contact */
.contact-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-info {
	width: 40%;
	box-sizing: border-box;
}

.contact-title {
	font-size: 26px;
	margin-bottom: 35px;
}

.contact-text p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.contact-info a.maps {
	border: 2px solid #333;
	border-radius: 30px;
	padding: 10px 15px;
	max-width: 200px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.contact-info a.maps i {
	display: inline-block;
	margin-right: .5rem;
	font-size: 2rem;
}

.contact-info a.maps:hover {
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: var(--white);
}

.contact-more h5 {
	font-size: 16px;
	color: #999;
	margin-bottom: 15px;
}

.contact-qrcode {
	display: flex;
	justify-content: flex-start;
}

.contact-qrcode li {
	text-align: center;
}

.contact-qrcode li img {
	width: 140px;
}

.contact-qrcode li p {
	font-size: 13px;
	color: #666;
}

.web-maps {
	width: 55%;
}

.application-content{
	font-size: 18px;
	margin-top: 40px;
}

.application-content img{
	width: 100%;
	display: block;
}

.application-content p{
	margin-bottom: 20px;
	line-height: 1.8;
}

.application-content h2{
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.application-content h2::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--primary);
	width: 5px;
	height: 100%;
}
