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

:root {
    --theme-color:#263c92;
	--theme-touch-color: #213584;
}

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 {
	font-size: 0;
}

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




.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-omit1,
.font-omit2,
.font-omit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

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

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

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




.navbar {
	padding: 25px 0;
	background: #f4f4f4;
}

.navbar ul {
	display: flex;
}

.navbar li {
	font-size: 16px;
	line-height: 50px;
	transition: all .3s;
}

.navbar li.active, .navbar li:hover {
	background: var(--theme-color);
}

.navbar li:not(:last-child) {
	margin-right: 15px;
}

.navbar ul li a {
	height: 100%;
	padding: 0 50px;
	display: inline-block;
}




.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: 15px;
	line-height: 42px;
	width: 42px;
	height: 42px;
	float: left;
	margin: 0 3px;
	background: #eee;
}

.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: var(--theme-color);
}

.page .pagination .prev,
.page .pagination .next
{
	width: 65px;
} 

.page .pagination .first,
.page .pagination .last {
	width: 50px;
}




.breadcrumbs {
	padding: 20px 0;
	background: #f5f6f8;
}

.breadcrumbs ul {
	display: flex;
	align-items: center;
}

.breadcrumbs li {
	color: #666;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	transition: all .3s;
}

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

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

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

.breadcrumbs li:hover a {
	text-decoration: underline;
}




.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 .carousel-arrow {
	width: 31px;
	height: 31px;
	margin-top: 0;
	position: relative;
	background-color: #fff;
}

.around-btn .swiper-button-prev {
	left: 0;
}

.around-btn .swiper-button-next {
	right: 0;
	margin-left: 14px;
}

.around-btn .carousel-arrow:hover {
	background: var(--theme-color);
}

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after {
	content: '';
	width: 8px;
	height: 11px;
}

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

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

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

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




.icon,
.bgCover {
	background-repeat: no-repeat;
	background-position: center;
}

.icon {
	display: block;
	background-size: contain;
}

.bgCover {
	background-size: cover;
}




.common-banner {
	font-size: 0;
	max-width: 1300px;
	margin: 0 auto;
	border-radius: 10px;
}

.ve-banner {
	height: 500px;
}

.ad-banner {
	height: 130px;
}

.common-banner img {
	border-radius: 10px;
}

.common-banner .carousel-arrow {
	width: 50px;
	height: 60px;
	margin-top: 0;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .3);
}

.common-banner .carousel-arrow::after {
	content: '';
	width: 14px;
	height: 24px;
}

.common-banner .swiper-button-prev {
	left: 0;
}

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

.common-banner .swiper-button-next {
	right: 0;
}

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




.hd-box {
	display: flex;
	align-items: center;
}

.hd-box .around-btn {
	margin-left: auto;
}




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

.common-news-list .column a {
    display: flex;
}

.common-news-list .column .img {
    width: 380px;
    height: 220px;
    border-radius: 8px;
    position: relative;
}

.common-news-list .column .img .icon {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 14px;
    background-image: url(../images/hot.png);
}

.common-news-list .column .article {
    color: #666;
    font-size: 15px;
    width: 855px;
    padding-top: 12px;
    margin-left: auto;
}

.common-news-list .column .article span {
    display: block;
    margin-bottom: 10px;
}

.common-news-list .column .article h4 {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.common-news-list .column:hover .article h4 {
    color: var(--theme-color);
}

.common-news-list .column .article p {
    line-height: 30px;
    margin-bottom: 24px;
}

.common-news-list .column .article em {
    color: var(--theme-color);
    line-height: 23px;
    display: inline-block;
    border-bottom: 1px solid var(--theme-color);
}




.common-hot-slide .swiper-slide {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

.common-hot-slide .img {
	height: 240px;
}

.common-hot-slide .article {
	color: #666;
	font-size: 15px;
	padding: 27px 20px 34px;
}

.common-hot-slide .article h4 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 16px;
}

.common-hot-slide .swiper-slide:hover .article h4 {
	color: var(--theme-color);
}

.common-hot-slide .article .line {
	height: 1px;
	margin-bottom: 17px;
	background: #dee0e4;
}

.common-hot-slide .article p {
	margin-bottom: 11px;
}




.common-supply-news {
	padding-bottom: 57px;
}

.common-supply-news .hd-box {
	margin-bottom: 31px;
} 

.common-supply-news .hd-box .theme-title {
	margin-bottom: 0;
}

.common-supply-news .hd-box .carousel-arrow {
	background: #eee;
}

.common-supply-news .hd-box .carousel-arrow:hover {
	background: var(--theme-color);
}

.cs-news-slide ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 45px;
}

.cs-news-slide ul li {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px dashed #d2d2d2;
}

.cs-news-slide ul li:hover {
	color: var(--theme-color);
	font-weight: bold;
}

.cs-news-slide ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-left: 24px;
	position: relative;
}

.cs-news-slide ul li a::after {
	content: '';
	width: 8px;
	height: 8px;
	left: 3px;
	top: 21px;
	border-radius: 50%;
	background: var(--theme-color);
}

.cs-news-slide ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}




.common-supply-list {
    gap: 30px 20px;
}

.common-supply-list .column .img {
    height: 310px;
    margin-bottom: 19px;
    border-radius: 10px;
}

.common-supply-list .column h4 {
    font-size: 16px;
    line-height: 24px;
}

.common-supply-list .column:hover h4 {
    color: var(--theme-color);
    font-weight: bold;
}

.common-supply-list .column span {
    color: #666;
    font-size: 15px;
    line-height: 29px;
    display: inline-block;
    padding: 0 16px;
	margin-top: 13px;
    background: #f5f6f8;
}




.common-form {
    padding: 82px 0 110px;
    background: #f5f6f8;
}

.common-form .theme-title {
    margin-bottom: 55px;
}

.common-form .group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 100px;
}

.common-form .group:not(:last-child) {
    margin-bottom: 64px;
}

.common-form .label {
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #878787;
}

.common-form .label span {
    color: #000;
    font-size: 16px;
    line-height: 1;
}

.common-form .label input {
    color: #666;
    font-size: 16px;
    height: 60px;
}

.common-form button {
    color: #fff;
    font-size: 18px;
    width: 600px;
    height: 60px;
    margin: 0 auto;
    border-radius: 8px;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.common-form button:hover {
    background: var(--theme-touch-color);
}




.common-promotion-slide {
	width: 380px;
	height: 520px;
	border-radius: 10px;
}

.common-promotion-slide .swiper-pagination {
	bottom: 21px;
}

.common-promotion-slide .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	background: rgba(255, 255, 255, .5);
}

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




 .common-brand-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.common-brand-list .column {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.common-brand-list .column a {
    width: 100%;
    padding: 20px 20px 30px;
    display: inline-block;
}

.common-brand-list .column .img {
    height: 114px;
	width: 188px;
    margin: 0 auto 0px; 
}

.common-brand-list .column h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.common-brand-list .column span {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    padding: 0 28px;
    transition: all .3s;
    background: var(--theme-color);
}

.common-brand-list .column span:hover {
    background: var(--theme-touch-color);
}




.index-more {
	color: #222;
	font-size: 15px;
	display: inline-block;
	margin-left: auto;
}

.index-more:hover {
	color: var(--theme-color);
}




/* Text Style Area */
.theme-title {
	display: flex;
	align-items: center;
}

.theme-title h2 {
	color: #222;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.theme-title p {
	color: #888;
	font-size: 16px;
	line-height: 1;
	padding-left: 11px;
	margin-left: 16px;
	border-left: 2px solid #888;
}

.vertical {
	flex-direction: column;
	justify-content: center;
}

.vertical h2 {
	color: var(--theme-color);
	margin-bottom: 19px;
}

.vertical p {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}