@charset "utf-8";

/* reset */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

*::after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

body {
	font-size: 12px;
	font-family: Arial, 微软雅黑;
	color: #222;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a:hover {
  color: inherit;
}

img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}




/* 内容浮动清除 */
/* .clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;} */




/* 图片盒子缩放居中 */
.img_box {
	font-size: 0;
	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_box:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.img_box2 {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}




/* 图片盒子适应填充 */
.img-cover {
	font-size: 0;
	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 {
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.main,
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}




.wrapper {
	display: flex;
}




html,
body {
	min-width: 1300px;
}




.logo {
	width: 145px;
    height: 47px;
	display: block;
    background: url(../images/logo.png) no-repeat left center/contain;
}

.logo a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: inline-block;
}




.banner,
.inner-banner,
.common-banner {
	font-size: 0;
}

.banner img,
.inner-banner img {
	width: 100%;
}

.banner,
.common-banner {
	height: 900px;
	position: relative;
}

.banner img,
.common-banner img,
.banner video,
.common-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common-banner .button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.common-banner .banner-carousel {
	width: 23px;
	height: 37px;
	margin-top: 0;
	position: static;
}

.common-banner .swiper-button-prev {
	background-image: url(../images/banner-prev.png);
}

.common-banner .swiper-button-next {
	background-image: url(../images/banner-next.png);
}




.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
	opacity: 1!important;
	border: none;
	outline: none;
}

.swiper .swiper-pagination {
	font-size: 0;
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: contain;
	background-repeat: no-repeat;
}

.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;
	background-position: center;
}

.swiper-scrollbar {
	bottom: 0;
}




.font-omit-one,
.font-omit-two,
.font-omit-three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.font-omit-one {
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.font-omit-two {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.font-omit-three {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}




.navbar {
	position: relative;
}

.navbar .contain {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
}

.navbar .wrap {
	display: flex;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
}

.navbar .home,
.navbar .button {
	width: 80px;
	height: 90px;
	background: #2799ce;
}

.navbar .home {
	display: block;
	position: relative;
}

.navbar .home::after {
	content: '';
	width: 30px;
	height: 30px;
	top: 30px;
	left: 25px;
	background-image: url(../images/home.png);
}

.navbar .button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar .button .carousel-arrow {
	width: 10px;
	height: 14px;
	margin-top: 0;
	position: static;
}

.navbar .button .swiper-button-prev {
	background-image: url(../images/navbar-prev.png);
}

.navbar .button .swiper-button-next {
	background-image: url(../images/navbar-next.png);
}

.navbar .button .swiper-line {
	width: 2px;
	height: 24px;
	margin: 0 15px;
	background: #54bceb;
}

.navbar-swiper {
	width: 1220px;
}

.navbar-swiper .swiper-slide {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	border-right: 1px solid #7d7d7d;
}

.navbar-swiper .swiper-slide.active {
	color: #2799ce;
}

.navbar-swiper .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
}




.listbox .list a {
	width: 100%;
	height: 100%;
	display: inline-block;
}




.page {
	text-align: center;
	padding: 40px 0;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	color: #222;
	font-size: 16px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 4px;
	background: #f4f4f4;
}

.page .pagination li span,
.page .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 3px;
}

.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background: #2799ce;
} 




.search-engine {
	padding: 30px 0;
	border-bottom: 1px solid #dcdcdc;
}

.search-engine .main {
	display: flex;
	align-items: center;
}

.search-engine ul {
	display: flex;
}

.search-engine ul li {
	color: #666;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}

.search-engine ul li:not(:first-child, :last-child) {
	margin-right: 20px;
}

.search-engine ul a:hover {
	text-decoration: underline;
}

.search-engine .breadcrumbs {
	margin-right: 40px;
}

.search-engine .form {
	overflow: hidden;
	width: 410px;
	margin-left: auto;
	position: relative;
	border-radius: 50px;
}

.search-engine .form::after {
	content: '';
	width: 22px;
	height: 22px;
	top: 14px;
	left: 19px;
	background-image: url(../images/search.png);
}

.search-engine .form form {
	display: flex;
}

.search-engine .form input,
.search-engine .form button {
	font-size: 16px;
	height: 50px;
}

.search-engine .form input {
	color: #888;
	width: 325px;
	padding: 0 50px;
	background: #f4f4f4;
}

.search-engine .form button {
	color: #fff;
	width: 85px;
	transition: all ease-in-out .3s;
	background: #2799ce;
}

.search-engine .form button:hover {
	background: #248ebf;
}




.breadcrumbs li {
	position: relative;
}

.breadcrumbs li:not(:first-child, :last-child)::after {
	content: '>';
	width: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
}




.grid-columns-two,
.grid-columns-three,
.grid-columns-four {
	display: grid;
}

.grid-columns-two {
	grid-template-columns: repeat(2, 1fr);
}

.grid-columns-three {
	grid-template-columns: repeat(3, 1fr);
}

.grid-columns-four {
	grid-template-columns: repeat(4, 1fr);
}




.flex,
.flex-center,
.flex-between {
	display: flex;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-between {
	justify-content: space-between;
}




form {
	width: 100%;
	display: block;
}

input,
select,
textarea,
button {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
	background: transparent;
}

textarea {
	font-family: 'Arial';
	resize: none;
	overflow: hidden;
}

button {
	cursor: pointer;
}


.captcha {
	cursor: pointer;
}




.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;
}

.around-btn .swiper-button-next {
	margin-left: 15px;
}




.common-carousel {
	width: 45px;
	height: 45px;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.common-carousel.swiper-button-prev {
	left: 0;
}

.common-carousel.swiper-button-right {
	right: 0;
}

.common-carousel:hover {
	background: #11aaed;
}

.common-carousel::after {
	content: '';
	width: 10px;
	height: 14px;
}

.common-carousel.swiper-button-prev::after {
	background-image: url(../images/around-prev.png);
}

.common-carousel.swiper-button-next::after {
	background-image: url(../images/around-next.png);
}

.common-carousel.swiper-button-prev:hover::after {
	background-image: url(../images/around-touch-prev.png);
}

.common-carousel.swiper-button-next:hover::after {
	background-image: url(../images/around-touch-next.png);
}




.icon,
.bgCover {
	background-repeat: no-repeat;
	background-position: center;
}

.icon {
	display: block;
	background-size: contain;
}

.bgCover {
	background-size: cover;
}




.common-news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 26px;
}

.common-news-list .column {
	border: 1px solid #e5e5e5;
}

.common-news-list .column .img {
	height: 250px;
}

.common-news-list .column .content {
	padding: 38px 30px 42px;
	transition: all .3s;
}

.common-news-list .column:hover .content {
	background: #2799ce;
}

.common-news-list .column span {
	color: #2799ce;
	font-size: 20px;
	display: block;
	margin-bottom: 12px;
}

.common-news-list .column h4 {
	color: #222;
	font-size: 22px;
	line-height: 36px;
	min-height: 72px;
	margin-bottom: 13px;
}

.common-news-list .column p {
	color: #888;
	font-size: 16px;
	line-height: 30px;
}

.common-news-list .column:hover span,
.common-news-list .column:hover h4,
.common-news-list .column:hover p {
	color: #fff;
}




.common-form .group {
	display: grid;
}

.common-form .group:nth-child(1) {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 25px;
}

.common-form .group:nth-child(3) {
	grid-template-columns: 1fr 1fr;
	gap: 0 35px;
}

.common-form .group:not(:last-child) {
	margin-bottom: 45px;
}

.common-form .group .label {
	position: relative;
}

.common-form .group:nth-child(3) .label:nth-child(2) {
	display: flex;
}

.common-form span {
	color: #222;
	font-size: 18px;
	display: block;
	margin: 0 0 15px 10px;
}

.common-form input,
.common-form button {
	height: 62px;
}

.common-form input,
.common-form textarea {
	color: #000;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}

.common-form input::-webkit-input-placeholder,
.common-form textarea::-webkit-input-placeholder {
	color: #888;
}

.common-form input[name="captcha"] {
	padding-right: 200px;
}

.common-form textarea {
	height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.common-form button {
	color: #fff;
	font-size: 18px;
	margin-top: auto;
	transition: all ease-in-out .4s;
	background: #2799ce;
}

.common-form button:hover {
	background: #238ebf;
}

.common-form img {
	cursor: pointer;
	width: 170px;
	height: 62px;
	position: absolute;
	right: 0;
	bottom: 0;
}




.latest-news {
    max-width: 1300px;
    padding: 45px 0 90px;
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
}

.latest-news .title {
    display: flex;
    align-items: center;
	margin-bottom: 28px;
}

.latest-news .title h2 {
    color: #222;
    font-size: 26px;
}

.latest-news .title .around-btn {
    margin-left: auto;
}

.news-swiper ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 75px;
}

.news-swiper ul li {
	color: #222;
	font-size: 18px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	line-height: 65px;
	height: 65px;
	border-bottom: 1px dashed #d2d2d2;
}

.news-swiper ul li:hover {
	color: #11aaed;
	font-weight: bold;
}

.news-swiper ul li a {
	display: inline-block;
	height: 100%;
}




.common-download-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 32px 26px;
}

.common-download-list .column {
    border-radius: 0 20px 0 0;
    background: #f4f4f4;
}

.common-download-list .column a {
	width: 100%;
	display: inline-block;
	padding: 47px 30px;
}

.common-download-list .column h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 10px;
}

.common-download-list .column span {
    color: #888;
    font-size: 16px;
    display: block;
    margin-bottom: 57px;
}

.common-download-list .column em {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
	border-radius: 4px;
    transition: all .2s;
    background: #2799ce;
}

.common-download-list .column em:hover {
    background: #248ebf;
}




.common-media-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.common-media-list .column {
	color: #fff;
	height: 310px;
	position: relative;
}

.common-media-list .column .img {
	position: relative;
}

.common-media-list .column .img::after {
	content: '';
	width: 100%;
	height: 155px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(
		to top,
		rgba(16, 58, 137, .6),
		rgba(16, 58, 137, 0)
	);
}

.common-media-list .column>a>h4 {
	font-size: 22px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 33px;
	z-index: 10;
	transition: all ease-in-out .3s;
}

.common-media-list .column:hover a>h4 {
	opacity: 0;
}

.common-media-list .column .mask {
	opacity: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 42px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease-in-out .3s;
	background: rgba(16, 58, 137, .8);
}

.common-media-list .column:hover .mask {
	opacity: 1;
}

.common-media-list .column .mask h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.common-media-list .column .mask p {
	font-size: 17px;
	line-height: 30px;
}



.common-product {
	max-width: 1300px;
	margin: 0 auto;
}

.common-product .contain {
	display: flex;
}

.common-product .select {
	width: 280px;
}

.common-product .select .option {
	background: #f4f4f4;
}

.common-product .select .option:not(:last-child) {
	margin-bottom: 6px;
}

.common-product .select h4 {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
}

.common-product .select .option.active h4 {
	color: #fff;
	background: #2799ce;
}	

.common-product .select h4 a {
	display: inline-block;
	width: 100%;
	padding: 0 45px 0 20px;
	position: relative;
}

.common-product .select h4 a::after {
	content: '';
	width: 16px;
	height: 16px;
	top: 22px;
	right: 20px;
	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: 12px 20px;
}

.common-product .select .option.active>ul {
	display: block;
}

.common-product .select .option ul li {
	color: #666;
	line-height: 46px;
	position: relative;
}

.common-product .select .option>ul>li {
	font-size: 17px;
}

.common-product .select .option>ul>li:hover,
.common-product .select .option>ul>li.active {
	color: #2799ce;
	font-weight: bold;
}

.common-product .select .option>ul>li>ul>li {
	font-size: 16px;
}

.common-product .select .option>ul>li.active>ul>li {
	font-weight: normal;
}

.common-product .select .option>ul>li.active>ul>li:hover,
.common-product .select .option>ul>li.active>ul>li.active
{
	color: #2799ce;
}

.common-product .select .option ul li a {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.common-product .select .option ul li a::after {
	content: '';
	width: 6px;
	height: 6px;
	top: 20px;
	left: 0;
	border-radius: 50%;
	background: #c7c7c7;
}

.common-product .select .option>ul>li:hover>a::after,
.common-product .select .option>ul>li.active>a::after {
	background: #2799ce;
}

.common-product .select .option>ul>li>ul {
	display: none;
	margin-left: 20px;
}

.common-product .select .option>ul>li.active>ul {
	display: block;
}

.common-product .select .option>ul>li>ul>li:hover>a::after,
.common-product .select .option>ul>li>ul>li.active>a::after {
	background: #2799ce;
}

.common-product .select .option>ul>li .icon {
	cursor: pointer;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 18px;
	right: 0;
	background-image: url(../images/pro-down.png);
}

.common-product .select .option>ul>li:hover .icon,
.common-product .select .option>ul>li.active .icon {
	background-image: url(../images/pro-active-down.png);
}

.common-product .list {
	width: 985px;
	gap: 30px 25px;
	margin-left: auto;
}

.common-product .column .img {
	height: 270px;
}

.common-product .column .content {
	padding: 25px;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.common-product .column h4 {
	color: #222;
	font-size: 20px;
	margin-bottom: 20px;
}

.common-product .column p {
	color: #888;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 18px;
}




.product-button {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 15px;
}

.product-button .label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	position: relative;
	background: #ecf9ff;
}

.product-button .icon {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.product-button .money .icon {
	background-image: url(../images/money.png);
}

.product-button .wechat .icon {
	background-image: url(../images/wechat.png);
}

.product-button span {
	color: #2799ce;
	font-size: 16px;
}

.product-button .code {
	width: 150px;
	height: 150px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: 56px;
	transform: translateX(-50%);
	transition: all .4s;
}

.product-button .label:hover .code {
	opacity: 1;
	visibility: visible;
}

.product-button .code img {
	width: 100%;
	height: 100%;
}




.quote-win {
	display: none;
	width: 550px;
	padding: 45px 40px 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	background: #fff;
}

.quote-win .title {
	display: flex;
	margin-bottom: 25px;
}

.quote-win .title h3 {
	color: #000;
	font-size: 20px;
}

.quote-win .title .icon {
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin-left: auto;
	background-image: url(../images/close.png);
}

.quote-win .form .label {
	margin-bottom: 27px;
	position: relative;
}

.quote-win .form input,
.quote-win .form textarea {
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 16px;
	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: 50px;
}

.quote-win .form .label input {
	padding-right: 180px;
	margin-bottom: 0;
}

.quote-win .form textarea {
	line-height: 30px;
	height: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.quote-win .form .label img {
	cursor: pointer;
	width: 160px;
	height: 48px;
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.quote-win .form button {
	color: #fff;
	font-size: 20px;
	width: 185px;
	height: 50px;
	transition: all ease-in-out .3s;
	background: #2799ce;
}

.quote-win .form button:hover {
	background: #238ebf;
}




.common-hd {
	display: flex;
	justify-content: center;
}

.common-hd li {
	color: #222;
	font-size: 18px;
	line-height: 52px;
	cursor: pointer;
	position: relative;
}

.common-hd li.on {
	color: #2799ce;
	font-weight: bold;
}

.common-hd li:not(:last-child) {
	margin-right: 50px;
}

.common-hd li::after {
	content: '';
	width: 0;
	height: 4px;
	left: 0;
	bottom: 0;
	transition: all ease-in-out .3s;
	background: #2799ce;
}

.common-hd li.on::after {
	width: 100%;
}




.common-more {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 53px;
	width: 220px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background: #2799ce;
}

.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:hover::after {
	width: 100%;
}




.common-index-media {
	padding: 75px 0 100px;
}

.common-index-media .theme-title {
	margin-bottom: 20px;
}

.common-index-media .common-hd {
	margin-bottom: 55px;
}

.common-index-media .bd {
	margin-bottom: 65px;
}




/* Text Style Area */
@font-face {
	font-family: al-bl;
	src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);
}




.theme-title {
	text-align: center;
}

.theme-title h2 {
	color: #222;
	font-size: 36px;
	margin-bottom: 13px;
}

.theme-title p {
	color: #666;
	font-size: 16px;
	line-height: 32px;
}

.small h2 {
	font-size: 30px;
	/* margin-bottom: 26px; */
}

.theme-vice-title h3 {
	color: #222;
	font-size: 26px;
}