@charset "utf-8";

/* Hschubin */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: Arial, "Microsoft YaHei";
	font-size: 625%;
	color: #222;
	-webkit-text-size-adjust: none;
}

body {
	max-width: 640px;
	margin: auto;
	font-size: .22rem;
}

p,
input {
	font-size: inherit;
}

a {
	color: inherit;
	text-decoration: none;
	outline-style: none;
	border: none;
}

a:hover {
	color: inherit;
}

ul,
ol,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border: none;
}


.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main {
	max-width: 6rem;
	margin: 0 auto;
}

.main-contain {
	display: flex;
	width: 6rem;
}

.img_box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_box img {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img_box2 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


.img-cover {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-cover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.img-cover2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




:root {
	--theme-color: #2799ce;
	--theme-touch-color: #238ebf;
	--theme-vice-color: #103a89;
}




.banner,
.inner-banner {
	font-size: 0;
}

.banner img,
.inner-banner img {
	width: 100%;
}

.inner-banner {
	position: relative;
}




.common-banner {
	height: 4rem;
}

.common-banner img, .common-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common-banner .swiper-pagination {
	bottom: .35rem;
}

.common-banner .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	margin: 0 .07rem!important;
	background: rgba(255, 255, 255, .5);
}

.common-banner .swiper-pagination-bullet-active {
	background: #fff;
}




.swiper-button-prev,
.swiper-pagination-bullet,
.swiper .swiper-button-next {
	opacity: 1;
	border: none;
	outline: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-prev {
	background-position: left center;
}

.swiper-button-next {
	background-position: right center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
	position: absolute;
}

.swiper-pagination {
	font-size: 0;
	bottom: 0;
}

.swiper-custom-dots .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	margin: 0 .07rem !important;
	background: #e6e4df;
}

.swiper-custom-dots .swiper-pagination-bullet-active {
	background: var(--theme-color);
}




.font-omit-1,
.font-omit-2,
.font-omit-3 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.font-omit-1 {
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.font-omit-2 {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.font-omit-3 {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}




*::after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}




.icon {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}




.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}




input,
button,
select,
textarea {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
	background: transparent;
}

textarea {
	font-family: Arial;
	overflow: hidden;
	resize: none;
}

button,
.captcha {
	cursor: pointer;
}




.breadcrumbs {
	display: flex;
}

.breadcrumbs li {
	color: #666;
	font-size: .2rem;
	line-height: 1;
	position: relative;
}

.breadcrumbs li:not(:first-child, :last-child) {
	margin-right: .3rem;
}

.breadcrumbs li:not(:first-child, :last-child)::after {
	content: '>';
	width: .1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -.2rem;
}




.navbar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .15rem;
}

.navbar li {
	color: #222;
	font-size: .24rem;
	text-align: center;
	line-height: .65rem;
	background: #f3f3f3;
}

.navbar li.active {
	color: #fff;
	background: var(--theme-color);
}

.navbar li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}




.engine {
	padding-top: .45rem;
}

.engine .keywords {
	font-size: .24rem;
	line-height: .4rem;
	display: flex;
	margin-top: .18rem;
}

.engine .keywords span {
	color: #666;
}

.engine .keywords ul {
	display: flex;
	flex-wrap: wrap;
	width: 5.2rem;
}

.engine .keywords li {
	color: #222;
}

.engine .keywords li:not(:last-child) {
	margin-right: .23rem;
}

.engine .form {
	margin-top: .3rem;
	position: relative;
}

.engine .form input {
	color: #888;
	font-size: .24rem;
	height: .7rem;
	padding: 0 .3rem;
	border-radius: .5rem;
	border: 1px solid #dcdcdc;
}

.engine .form button {
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: .2rem;
	right: .3rem;
	background: url(../images/engine.png)
	no-repeat
	center/contain;
}

.engine .navbar {
	margin-top: .35rem;
}




.grid-layout-2,
.grid-layout-3,
.grid-layout-4 {
	display: grid;
}

.grid-layout-2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-layout-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-layout-4 {
	grid-template-columns: repeat(4, 1fr);
}




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

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next,
.around-btn .swiper-pagination,
.around-btn .swiper-scrollbar {
	position: static;
}




.common-carousel {
	opacity: 1!important;
	width: .14rem;
	height: .22rem;
	margin-top: 0;
}

.common-carousel.swiper-button-prev {
	background-image: url(../images/around-prev.png);
}

.common-carousel.swiper-button-next {
	margin-left: .45rem;
	background-image: url(../images/around-next.png);
}




.common-carousel-2 {
	opacity: 1!important;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
}

.common-carousel-2::after {
	content: '';
	width: .14rem;
	height: .22rem;
}

.common-carousel-2.swiper-button-prev::after {
	background-image: url(../images/around-prev.png);
}

.common-carousel-2.swiper-button-next::after {
	background-image: url(../images/around-next.png);
}

.around-btn .common-carousel-2 {
	margin-top: 0;
}

.around-btn .common-carousel-2.swiper-button-next {
	margin-left: .3rem;
}

.around-btn .common-carousel-2:active {
	background: var(--theme-color);
}

.around-btn .common-carousel-2:active::after {
	filter: brightness(0) invert(1);
}




.page {
	font-size: 0;
	text-align: center;
	padding: .4rem 0;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	color: #222;
	font-size: .24rem;
	line-height: .55rem;
	width: .55rem;
	height: .55rem;
	float: left;
	margin: 0 .05rem;
	background: #f4f4f4;
}

.page .pagination li span,
.page .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
}

.page .pagination li.active {
	color: #fff;
	background: var(--theme-color);
}




.common-news-list .column {
	border: 1px solid #e5e5e5;
}

.common-news-list .column:not(:last-child) {
	margin-bottom: .3rem;
}

.common-news-list .column .img {
	height: 3.6rem;
}

.common-news-list .column .content {
	padding: .4rem .3rem;
}

.common-news-list .column span {
	color: var(--theme-color);
	font-size: .22rem;
	display: block;
	margin-bottom: .12rem;
}

.common-news-list .column h4 {
	color: #222;
	font-size: .24rem;
	line-height: .36rem;
	min-height: .72rem;
	margin-bottom: .12rem;
}

.common-news-list .column p {
	color: #888;
	font-size: .24rem;
	line-height: .32rem;
}







.common-form {
	padding: .65rem 0 .95rem;
	background: #f7f7f7;
}

.common-form .theme-title {
    margin-bottom: .5rem;
}

.common-form .group .label {
	margin-bottom: .45rem;
	position: relative;
}

.common-form .group:last-child .label:last-child {
	margin-bottom: 0;
}

.common-form span {
	color: #222;
	font-size: .24rem;
	display: block;
	margin: 0 0 .18rem .2rem;
}

.common-form span i {
	color: #fd0000;
}

.common-form input,
.common-form button {
	height: .75rem;
}

.common-form input,
.common-form textarea {
	color: #888;
	font-size: .24rem;
	padding-left: .2rem;
	padding-right: .2rem;
	background: #fff;
}

.common-form input::-webkit-input-placeholder,
.common-form textarea::-webkit-input-placeholder {
	color: #888;
}

.common-form input[name="captcha"] {
	padding-right: 2rem;
}

.common-form textarea {
	line-height: .4rem;
	height: 3.8rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.common-form button {
	color: #fff;
	font-size: .28rem;
	background: var(--theme-color);
}

.common-form img {
	cursor: pointer;
	width: 1.9rem;
	height: .75rem;
	position: absolute;
	right: 0;
	bottom: 0;
}




.common-download-list .column:not(:last-child) {
	margin-bottom: .3rem;
}

.common-download-list .column {
	position: relative;
    background: #f4f4f4;
}

.common-download-list .column::after {
	content: '';
	width: .04rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		to bottom,
		rgba(39, 153, 206, 1),
		rgba(39, 153, 206, .1)
	);
}

.common-download-list .column a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: .42rem .3rem;
}

.common-download-list .column .text {
	width: calc(100% - 2rem);
}

.common-download-list .column h4 {
    color: #222;
    font-size: .26rem;
    margin-bottom: .15rem;
}

.common-download-list .column span {
    color: #888;
    font-size: .24rem;
    display: block;
}

.common-download-list .column em {
    color: #fff;
    font-size: .24rem;
	text-align: center;
    line-height: .45rem;
	display: block;
	height: .45rem;
	width: 1.6rem;
	margin-left: auto;
	border-radius: .04rem;
    background: #2799ce;
}




.common-media-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .4rem .2rem;
}

.common-media-list .column {
	text-align: center;
}

.common-media-list .column .img {
	height: 2rem;
	margin-bottom: .3rem;
}

.common-media-list .column h4 {
	color: #222;
	font-size: .24rem;
}

.common-media-list .column p {
	color: #666;
	font-size: .22rem;
	line-height: .28rem;
	margin-top: .14rem;
}




.common-hd {
	display: flex;
	justify-content: center;
}

.common-hd li {
	color: #222;
	font-size: .24rem;
	text-align: center;
	line-height: .45rem;
}

.common-hd li.on {
	color: #2799ce;
	font-weight: bold;
}

.common-hd li:not(:last-child) {
	margin-right: .6rem;
}

.common-hd li span {
	display: inline-block;
	position: relative;
}

.common-hd li span::after {
	content: '';
	width: 0;
	height: .04rem;
	left: 0;
	bottom: 0;
	transition: all ease-in-out .3s;
	background: #2799ce;
}

.common-hd li.on span::after {
	width: 100%;
}




.common-more {
	color: #fff;
	font-size: .24rem;
	text-align: center;
	line-height: .55rem;
	width: 2rem;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background: var(--theme-color);
}

.common-more:hover {
	color: #fff;
}

.common-more::after {
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	background: #2ba5de;
}

.common-more:active::after {
	width: 100%;
}




.common-index-media .common-hd {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .08rem;
	margin-bottom: .5rem;
}

.common-index-media .common-hd li {
	margin-right: 0;
}




.common-product .select {
	margin-bottom: .35rem;
}

.common-product .select .option:not(:last-child) {
	margin-bottom: .02rem;
}

.common-product .select h4 {
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	line-height: .7rem;
	position: relative;
	background: var(--theme-color);
}

.common-product .select h4 a {
	display: inline-block;
	width: 100%;
	padding: 0 .5rem 0 .3rem;
	position: relative;
}

.common-product .select h4 a::after {
	content: '';
	width: .2rem;
	height: .2rem;
	top: .25rem;
	right: .3rem;
	background-image: url(../images/shrink.png);
}

.common-product .select .option.active h4 a::after {
	background-image: url(../images/launched.png);
}

.common-product .select .option>ul {
	display: none;
	padding: .15rem .3rem;
	background: #f3f3f3;
}

.common-product .select .option.active>ul {
	display: block;
}

.common-product .select .option ul li {
	color: #666;
	font-size: .24rem;
	line-height: .52rem;
	position: relative;
}

.common-product .select .option>ul>li.active {
	color: var(--theme-color);
}

.common-product .select .option ul li a {
	display: inline-block;
	padding-left: .3rem;
	position: relative;
}

.common-product .select .option ul li a::after {
	content: '';
	width: .1rem;
	height: .1rem;
	top: .21rem;
	left: 0;
	border-radius: 50%;
	background: #c7c7c7;
}

.common-product .select .option>ul>li.active>a::after {
	background: var(--theme-color);
}

.common-product .select .option>ul>li>ul {
	display: none;
	margin-left: .45rem;
}

.common-product .select .option>ul>li.active>ul {
	display: block;
}

.common-product .select .option>ul>li>ul>li.active>a::after {
	background: var(--theme-color);
}

.common-product .select .option>ul>li .icon {
	width: .18rem;
	height: .12rem;
	position: absolute;
	top: .2rem;
	right: 0;
	background-image: url(../images/pro-down.png);
}

.common-product .select .option>ul>li.active .icon {
	background-image: url(../images/pro-active-down.png);
}

.common-product .column:not(:last-child) {
	margin-bottom: .25rem;
}

.common-product .column .img {
	height: 3.4rem;
}

.common-product .column .content {
	padding: .35rem .25rem;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.common-product .column h4 {
	color: #222;
	font-size: .26rem;
	margin-bottom: .2rem;
}

.common-product .column p {
	color: #888;
	font-size: .22rem;
	line-height: .32rem;
	margin-bottom: .2rem;
}




.product-button {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 .2rem;
}

.product-button .label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: .6rem;
	position: relative;
	background: #ecf9ff;
}

.product-button .icon {
	width: .25rem;
	height: .25rem;
	margin-right: .15rem;
}

.product-button .money .icon {
	background-image: url(../images/money.png);
}

.product-button .wechat .icon {
	background-image: url(../images/wechat.png);
}

.product-button span {
	color: var(--theme-color);
	font-size: .24rem;
}

.product-button .code {
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: .65rem;
	transform: translateX(-50%);
	transition: all .4s;
}

.product-button .wechat.active .code {
	opacity: 1;
	visibility: visible;
}

.product-button .code img {
	width: 100%;
	height: 100%;
}




.flex-mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background: rgba(0, 0, 0, .5);
}




.quote-win {
	display: none;
	width: 5.5rem;
	padding: .4rem;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	background: #fff;
}

.quote-win .title {
	display: flex;
	margin-bottom: .3rem;
}

.quote-win .title h3 {
	color: #000;
	font-size: .26rem;
}

.quote-win .title .icon {
	cursor: pointer;
	width: .22rem;
	height: .22rem;
	margin-left: auto;
	background-image: url(../images/close2.png);
}

.quote-win .form .label {
	margin-bottom: .3rem;
	position: relative;
}

.quote-win .form input,
.quote-win .form textarea {
	font-size: .24rem;
	padding-left: .15rem;
	padding-right: .15rem;
	margin-bottom: .15rem;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.quote-win .form input::-webkit-input-placeholder,
.quote-win .form textarea::-webkit-input-placeholder {
	color: #000;
}

.quote-win .form input {
	height: .65rem;
}

.quote-win .form .label input {
	padding-right: 1.8rem;
	margin-bottom: 0;
}

.quote-win .form textarea {
	line-height: .3rem;
	height: 1.7rem;
	padding-top: .15rem;
	padding-bottom: .15rem;
}

.quote-win .form .label img {
	cursor: pointer;
	width: 1.65rem;
	height: .63rem;
	position: absolute;
	right: .01rem;
	bottom: .01rem;
}

.quote-win .form button {
	color: #fff;
	font-size: .26rem;
	height: .65rem;
	transition: all ease-in-out .3s;
	background: var(--theme-color);
}

.quote-win .form button:active {
	background: var(--theme-touch-color);
}




.latest-news {
    max-width: 6rem;
    padding: .35rem 0 .75rem;
    margin: 0 auto;
}

.latest-news .title {
    display: flex;
    align-items: center;
	padding-bottom: .3rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #d2d2d2;
}

.latest-news .title h2 {
    color: #222;
    font-size: .3rem;
}

.latest-news .title .around-btn {
    margin-left: auto;
}

.news-swiper ul li {
	color: #222;
	font-size: .24rem;
	line-height: .8rem;
	height: .8rem;
	border-bottom: 1px dashed #d2d2d2;
}

.news-swiper ul li a {
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	height: 100%;
}




/* Text style area */
.theme-title {
	text-align: center;
}

.theme-title h2 {
	color: #222;
	font-size: .4rem;
	margin-bottom: .12rem;
}

.theme-title p {
	color: #666;
	font-size: .22rem;
	line-height: .36rem;
}

.small h2 {
	font-size: .34rem;
	margin-bottom: .17rem;
}

.theme-vice-title h3 {
	color: #222;
	font-size: .3rem;
}




/* layout style area */
.flex-layout {
	display: flex;
}

.flex-layout-justified {
	display: flex;
	justify-content: space-between;
}

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