@charset "utf-8";
/*
Theme ID: ecms163
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lanniaofei.com/
*/
.section-swiper {
	position: relative;
}

.segmentation {
	position: relative;
	width: 100%;
}

.section-swiper .swiper {
	height: 822px;
}

.section-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-swiper .swiper-button-next,.section-swiper .swiper-button-prev {
	width: 45px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform-origin: 0 0 0;
	transition: all 0.3s ease-out 0s;
}

.section-swiper:hover .swiper-button-next,.section-swiper:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.section-swiper:hover .swiper-button-next {
	right: 3%
}

.section-swiper:hover .swiper-button-prev {
	left: 3%
}

.section-swiper .swiper-button-next:hover {
	color: #dbdbdb;
}

.section-swiper .swiper-button-prev:hover {
	color: #dbdbdb;
}

.section-swiper .swiper-button-next:after,.section-swiper .swiper-button-prev:after {
	position: relative;
	font-size: 1.5rem;
}

.section-swiper .swiper-button-prev:after {
	left: -1px
}

.section-swiper .swiper-button-next:after {
	left: 1px
}

.section-swiper .swiper-button-next.swiper-button-disabled,.section-swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.section-swiper .swiper .swiper-pagination-bullet {
	background: #fff;
}

.section-swiper .swiper .swiper-pagination-bullet-active {
	background: #df0a0a;
}

.section-swiper .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 3rem;
}

.section-product {
	padding-top: 1rem;
	position: relative;
}

.section-feas {
	padding-top: 3rem;
	position: relative;
}

.feas-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.feas-list .item {
	flex: 0 0 calc(33.33333% - 20px);
	display: inline-block;
	position: relative;
	display: flex;
	align-items: center;
	transition: all .5s;
	border-radius: 6px;
	padding: 1rem .2rem;
}

.feas-list .item:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.feas-list .item .item-icon {
	display: block;
	margin: 0 auto;
	width: 72px;
	height: 80px
}

.feas-list .item .item-icon img {
	z-index: 2;
	display: block;
	transition: all 1s
}

.feas-list .item .item-text {
	margin-left: 15px;
	width: calc(100% - 100px)
}

.feas-list .item .item-text h3 {
	margin: 0;
	color: #000;
	font-weight: 700;
	font-size: 18px
}

.feas-list .item .item-text p {
	margin-top: 10px;
	margin-bottom: 0;
	color: #666;
	font-size: 14px;
	line-height: 20px
}

.sec-titbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 12px;
	margin: 1rem 0;
}

.sec-title {
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: 0 0;
	position: relative;
}

.sec-title h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 2;
	position: relative;
	top: 18px;
	z-index: 1;
	color: #0052d9;
}

.sec-title span {
	color: #eeeeee;
	font-size: 50px;
	font-weight: 600;
	left: 0;
	line-height: 1;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
}

.sec-titbox .more {
	font-size: 14px;
	color: #666666;
	position: relative;
	padding-right: 30px;
}

.sec-titbox .more::after {
	content: "";
	width: 1.302vw;
	height: 1px;
	background-color: #b1b1b1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-str {
	display: flex;
	gap: 10px;
	margin-top: 2rem;
}

.product-side {
	width: 33.3333%;
	height: 700px;
	position: relative;
}

.probox {
	position: relative;
	display: block;
	background: #f0f0f0;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.probox-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}

.probox-title p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.probox-title i {
	position: relative;
	margin-top: 5%;
	display: inline-block;
	padding: 8px 20px;
	line-height: 20px;
	background: #0052d9;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.probox-title i:after {
	content: '';
	background: url(../images/jt.png) no-repeat center center;
	position: absolute;
	opacity: 0;
	right: 26px;
	top: 50%;
	transform: translate(0,-50%);
	width: 16px;
	height: 5px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.3s ease-in-out;
}

.probox:hover {
	box-shadow: 0 0 24px rgba(0,0,0,.12);
	background: #fff;
}

.probox:hover .probox-title i {
	padding-right: 60px;
}

.probox:hover .probox-title i:after {
	opacity: 1;
	right: 16px;
}

.probox-img {
	position: absolute;
	right: 30px;
	bottom: 15px;
	width: 80%;
}

.probox-img img {
	display: block;
	max-width: 100%;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
}

.probox-img.proimg2 {
	width: 37%;
}

.product-main {
	width: 66.6666%;
	height: 700px;
}

.product1 {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 350px;
	position: relative;
}

.product2 {
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 350px;
	position: relative;
}

.product3 {
	clear: both;
	width: 100%;
	padding-top: 10px;
	height: 350px;
}

.product3 .probox-img.proimg2 {
	width: 72%;
}

.probox:hover .probox-img img {
	transform: scale(1.1);
}

.section-about {
	padding-top: 2rem;
	position: relative;
}

.section-video {
	margin-top: 0;
	margin-bottom: 0;
	padding: 60px 0px 60px 0px;
	background-image: url(../images/about.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
}

.module-shadow {
	background: rgba(0,0,0,.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-l {
	position: relative;
}

.img-title {
	margin: 0px 0 20px;
}

.img-title .img-title-wrap {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.img-title .img-title-wrap h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.34;
	color: #fff;
}

.desc-inner {
	font-size: 16px;
	word-wrap: break-word;
	font-weight: 400;
	line-height: 1.8;
	white-space: normal;
}

.desc-inner p {
	color: #fff;
	font-size: 16px;
}

.btn-all {
	padding: 12px 24px;
	font-size: 15px;
	letter-spacing: .5px;
	border-width: 1px;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	border: 1px solid #dcdcdc;
}

.btn-all span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	will-change: transform;
}

.btn-all:hover span,.btn-all:focus span {
	-webkit-transform: translate3d(-.75rem,0,0);
	transform: translate3d(-.55rem,0,0);
}

.btn-all i {
	position: absolute;
	width: 1.25em;
	right: 0rem;
	opacity: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-all:hover i,.btn-all:focus i {
	opacity: 1;
	right: -1.2rem;
}

.btn-blue {
	background-color: #0060ed;
	background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);
	border: 0;
	color: #fff;
	transition: all .2s ease-out;
}

.btn-blue:hover,.btn-blue.focus {
	background-color: #0060ed;
	color: #fff;
}

.about-r {
	position: relative;
}

.video-wrap {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	width: 100%;
	aspect-ratio: 10 / 5;
}

.video-wrap .modal-player {
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 70px;
	left: 50%;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70px;
}

.video-wrap .modal-player i {
	font-size: 3rem;
	position: relative;
	z-index: 1;
}

.video-wrap .modal-player:after,.video-wrap .modal-player:before {
	background: #0060ed;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	transition: all .2s ease-out 0s;
	width: 100%;
}

.video-wrap .modal-player:after {
	opacity: .3;
	transform: scale(1.2);
}

.video-wrap .modal-player:hover:after,.video-wrap .modal-player:hover:before {
	transform: scale(1.05);
	transition: all .2s ease-out 0s
}

.video-code {
	display: none;
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.modal-video.show {
	opacity: 1;
	visibility: visible;
	backdrop-filter: blur(4px);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 900px;
}

.modal-header {
	text-align: right;
	margin-bottom: 10px;
}

.modal-close {
	cursor: pointer;
}

.modal-close i {
	font-size: 30px;
	color: #d3d2d2;
}

.modal-close:hover i {
	color: #fff;
}

.modal-body {
	width: 100%;
	background: #111;
	border-radius: 8px;
	padding: 5px;
}

.wp-video {
	width: 100% !important;
}

video.j-wpcom-video {
	width: 100% !important;
	height: auto !important;
	border-radius: 3px;
}

.section-case {
	padding-top: 2rem;
	position: relative;
}

.section-case .case-Swiper {
	position: relative;
	margin-top: 2rem;
}

.post-slider-wrap {
	flex-wrap: nowrap;
	list-style: none;
	padding: 0
}

.post-slider-wrap .post-item {
	flex-shrink: 0;
	padding-top: 20.33%;
	position: relative
}

.post-slider-wrap .post-item:hover .post-item-hover {
	opacity: 1;
	transition: all .3s ease;
	visibility: visible
}

.post-slider-wrap .post-thumb {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.post-slider-wrap .post-thumb img {
	display: block;
	height: 330px;
	object-fit: cover;
	width: 100%
}

.post-slider-wrap .post-item-hover {
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 330px;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all .3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 2
}

.post-slider-wrap .post-item-hover:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

.post-slider-wrap h3 {
	font-size: 24px;
	line-height: 1.34;
	margin-bottom: 15px;
	margin-top: 0
}

.post-slider-wrap h3 a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.post-slider-wrap .post-item-tag p {
	color: #fff;
	display: inline-block;
	line-height: 24px;
}

.post-slider-wrap .post-item-more {
	background: #fff22f;
	bottom: 0;
	box-sizing: border-box;
	color: #272727;
	font-size: 14px;
	line-height: 40px;
	padding: 0 18px;
	position: absolute;
	right: 0
}

.post-slider-wrap .post-item-more .wi {
	font-size: 14px;
	margin-left: 3px;
	vertical-align: top
}

.post-slider-wrap.cols-3 .post-item {
	padding-top: 33.33%
}

.post-slider-wrap.cols-4 .post-item {
	padding-top: 25%
}

.post-slider-wrap.cols-5 .post-item {
	padding-top: 20%
}

.post-slider .swiper-button-next,.post-slider .swiper-button-prev {
	background: hsla(0,0%,15%,.8);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	height: 50px;
	width: 50px;
	transition: all .3s;
	z-index: 9999;
}

.post-slider .swiper-button-next:hover,.post-slider .swiper-button-prev:hover {
	background: hsla(0,0%,15%,.4);
	opacity: .8!important
}

.post-slider .swiper-button-next:active,.post-slider .swiper-button-prev:active {
	background: hsla(0,0%,15%,.55);
	transition: all .1s
}

.post-slider .swiper-button-prev {
	left: calc(0px - 48px);
	right: auto;
	top: 30%;
}

.post-slider .swiper-button-next {
	left: auto;
	right: calc(0px - 48px);
	top: 30%;
}

.post-slider:hover .swiper-button-prev {
	left: 15px;
	opacity: .8
}

.post-slider:hover .swiper-button-next {
	opacity: .6;
	right: 15px
}

.post-slider .swiper-button-next:after,.post-slider .swiper-button-prev:after {
	font-size: 16px;
}

.section-modules {
	margin-top: 3rem;
}

.modules-mix {
	margin-top: 4rem;
}

.mc-item-wrap {
	color: #262626;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.mc-item-wrap .mc-item {
	flex-shrink: 0;
	position: relative;
	vertical-align: middle;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mc-item-wrap .mc-item .mc-item-img {
	height: 100%;
	width: 100%
}

.mc-item-wrap .mc-item .mc-item-img img {
	border-radius: 10px;
	object-fit: cover;
}

.mc-item-wrap .mc-item .mc-item-img {
	padding-left: 40px;
	padding-right: 20px;
	z-index: 0
}

.mc-item-wrap .mc-text {
	padding-left: 20px
}

.mc-item-wrap .mc-text .mc-title {
	color: #262626;
	font-size: 24px;
	line-height: 1.4;
	margin: 10px 0 20px;
}

.mc-item-wrap .mc-text .item-desc {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 0;
}

.mc-item-wrap .mc-text .item-desc p {
	color: #8f8f8f;
}

.mc-item-wrap .mc-text .item-desc p {
	position: relative;
	margin: 10px 0 0;
	padding-left: 16px;
}

.mc-item-wrap .mc-text .item-desc p:before {
	position: absolute;
	left: 0;
	margin-top: 8px;
	width: 8px;
	height: 8px;
	background: #0052d9;
	content: " ";
	transform: rotate(45deg);
}

.modules-mix .mc-item-wrap:nth-of-type(2n) .mc-item.mc-text {
	order: 1;
	padding-left: 20px;
	padding-right: 0px;
}

.section-news {
	padding-top: 2rem;
	position: relative;
}

.news-bd {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	display: flex;
	gap: 0;
}

.news-bd .news-l {
	width: 49.02%;
	background: #f6f6f6;
	padding: 30px 40px;
}

.news-bd .news-l h4 {
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 26px;
}

.news-bd .news-l .title {
	width: 100%;
	font-size: 22px;
	color: #212121;
	line-height: 26px;
	margin-bottom: 5px;
}

.news-bd .news-l .p {
	width: 100%;
	font-size: 14px;
	color: #838383;
	line-height: 22px;
	overflow: hidden;
	margin-top: 18px;
	padding-left: 20px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.news-bd .news-l .p:before {
	content: '';
	width: 2px;
	height: 66px;
	background: #838383;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -33px;
}

.news-bd .news-l .img {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 41.38%;
}

.news-bd .news-l .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
}

.news-bd .news-l .detail {
	width: 100%;
	margin-top: 20px;
}

.news-bd .news-l .detail a {
	display: block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	background: #275275;
	padding: 0 20px;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	-webkit-transition: all 0.5s linear;
}

.news-bd .news-l .detail a img {
	float: right;
	margin-top: 17px;
	height: auto;
}

.news-bd .news-l .detail a:hover {
	padding: 0 40px;
}

.news-bd .news-l:hover .title {
	color: #275275;
}

.news-bd ul {
	width: 50.98%;
	border-top: solid 1px #f6f6f6;
}

.news-bd ul li {
	width: 100%;
	height: 175px;
	border-bottom: solid 1px #f6f6f6;
	border-right: solid 1px #f6f6f6;
	background: white;
	padding: 30px 180px 29px 30px;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.news-bd ul li .time {
	width: 57px;
	position: absolute;
	right: 59px;
	top: 54px;
	font-size: 16px;
	color: #999;
	line-height: 20px;
	font-family: Arial;
	padding-bottom: 50px;
	background: url(../images/index17.png) no-repeat left bottom;
}

.news-bd ul li .time span {
	font-size: 30px;
}

.news-bd ul li .title {
	width: 100%;
	font-size: 18px;
	color: #212121;
	line-height: 24px;
}

.news-bd ul li .p {
	width: 100%;
	font-size: 16px;
	color: #838383;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.news-bd ul li:hover {
	box-shadow: 0 0 57px rgba(10,2,4,0.18);
	z-index: 3;
}

.news-bd ul li:hover .title {
	color: #275275;
}

.section-links {
	padding-top: 2rem;
	position: relative;
	margin-bottom: 2rem;
}

.link-footer {
	background: #fdfdfd;
	border-top: 1px solid #e3e3e3;
	line-height: 1;
	padding: 20px 0px;
}

.link-footer span {
	color: #404040;
	font-size: 1rem;
}

.link-nav {
	padding-top: 10px;
	position: relative;
}

.link-nav a {
	color: #999;
	margin-right: 15px;
	white-space: nowrap;
	line-height: 30px;
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.link-nav a:hover {
	color: #0060ed;
}

.link-nav a:last-child:after {
	display: none;
}

.section-list {
	padding: 2rem 0 2rem 0;
}

.cat-banner {
	position: relative;
}

.cat-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	box-sizing: content-box;
}

.cat-banner .cat-slide {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.cat-banner .cat-slide img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 380px;
	object-fit: cover;
	margin: 0 auto;
}

.cat-banner .cat-slide .cat-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-font-smoothing: auto;
}

.cat-banner .cat-slide .cat-text h2 {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.cat-banner .cat-slide .cat-text h2:after {
	display: block;
	content: '';
	width: 75px;
	height: 3px;
	margin: 10px 0 0;
	background-color: #206be7;
}

.cat-banner .cat-slide .cat-text p {
	margin: 16px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.breadcrumb-search {
	padding: 15px 0;
	background-color: #fafafc;
}

.breadcrumb-search .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb-box {
	display: -webkit-box;
	overflow: hidden;
	color: #121212;
}

.breadcrumb-box strong {
	font-size: .875rem;
}

.breadcrumb-box a,.breadcrumb-box span {
	font-size: .875rem;
	color: #121212;
}

.breadcrumb-box i.sep {
	color: #121212;
	margin: 0 5px;
}

.left-title {
	background: #007bff;
	padding: 10px 20px;
	position: relative;
}

.left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}

.sidebar-cat {
	background: #fbfbfb;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgb(38 38 38 / 7%);
	overflow: hidden;
	margin-bottom: 2rem;
}

.sidebar-cat ul li {
	border: 0;
	line-height: 20px;
	padding: 0;
	position: relative;
	border-top: 1px solid rgb(38 38 38 / 7%);
}

.sidebar-cat ul li:first-child {
	border-top: 0;
}

.sidebar-cat ul li a {
	color: #262626;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	position: relative;
	transition: all .3s;
}

.sidebar-cat ul li.current a {
	background: #becff1;
	color: #262626;
}

.sidebar-cat ul li a:hover {
	background: #becff1;
	color: #262626;
}

.sidebar-cat ul li a:before {
	background: url(../images/right.png) no-repeat;
	background-size: 16px auto;
	content: "";
	height: 20px;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 20px;
}

.sidebar-contact {
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgb(38 38 38 / 7%);
	margin-bottom: 2.5rem;
}

.sidebar-contact .contact-header {
	border-radius: 5px 5px 0 0;
	padding: 35px 25px;
	margin: 0;
	border: none;
	color: #fff;
	text-align: center;
	background: #007bff;
	letter-spacing: 2px;
}

.sidebar-contact .contact-header i {
	display: block;
	margin: 0 auto 8px auto;
	font-size: 60px;
	line-height: 1;
}

.contacts-widget {
	padding: 30px 22px;
	display: flex;
	gap: 22px;
	flex-direction: column;
}

.contacts-widget .contact-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	color: #202935;
}

.contacts-widget i {
	margin-right: 12px;
	border: none;
	font-size: 22px;
	line-height: 16px;
	vertical-align: top;
	color: #202935;
	flex: 0 0 18px;
}

.contacts-widget .ct-info {
	color: #202935;
	display: inline-block;
	flex: 1;
	word-break: break-all;
	font-size: 15px;
	line-height: 16px;
	vertical-align: top;
}

.siderbar-box {
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgb(38 38 38 / 7%);
	overflow: hidden;
	margin-bottom: 2rem;
}

.tit {
	padding: .5rem 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.tit h3 {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 1.1rem;
	color: #121212;
	font-weight: 500;
	line-height: 1;
}

.tit h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 100%;
	border-radius: 10px;
	background-color: #3858f6;
	transform: translate(0%,-50%);
}

.arc-list {
	position: relative;
	padding: 15px;
}

.arc-list li {
	padding: 12px 0;
	border-top: 1px solid #f7f7f7;
	display: inline-flex;
	width: 100%;
}

.arc-list li span {
	font-size: 13px;
	margin-right: 5px;
}

.arc-list li:first-child {
	border: none
}

.arc-list li a {
	line-height: 22px;
	font-size: 14px;
	display: block;
	transition: all .3s;
	color: #202935;
}

.arc-list li a h3 {
	color: #202935;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	font-size: 14px;
	font-weight: normal;
	transition: all .3s;
}

.arc-list li a .post-time {
	color: #8a8a8a;
	font-size: 12px;
}

.arc-list li a:hover h3 {
	color: #007bff
}

.p_gridbox {
	position: relative;
	margin-top: 2.5rem;
}

.product-box {
	position: relative;
}

.product-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.product-box ul li {
	flex: 0 0 calc(33.3333% - 14px);
	display: inline-block;
	overflow: hidden;
	background: #f8f8f8;
	border: 1px solid #eeeeee;
	border-radius: 6px;
}

.product-box ul li .box {
	position: relative;
}

.product-box ul li .box .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.product-box ul li .box .flex .txt {
	position: relative;
	width: 100%;
	text-align: center;
}

.product-box ul li .box .flex .txt h2 {
	font-size: 1rem;
	font-weight: bold;
	color: #212121;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.product-box ul li .box .flex .txt p {
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.4;
	color: #787878;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
}

.product-box ul li .box .flex .txt .more {
	display: inline-flex;
	align-items: center;
	color: #fff;
	gap: 2px;
	background: #206be7;
	border-radius: 5rem;
	padding: 10px 18px;
	transition: all .5s ease;
	margin-bottom: 25px;
}

.product-box ul li .box .flex .txt .more span {
	font-size: 14px;
}

.product-box ul li .box .flex .txt .more i {
	font-size: 16px;
	transition: all .2s ease-out;
}

.product-box ul li .box .flex .txt .more:hover i {
	padding-left: .5rem;
}

.product-box ul li .box .flex .img {
	height: 100%;
	overflow: hidden;
}

.product-box ul li .box .flex .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity .3s,transform .3s ease-in-out;
}

.product-box ul li .box .flex .img:hover img {
	transform: scale(1.05)
}

.news-page {
	margin-top: 2rem;
}

.card-news {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 24px;
}

.card-news a {
	max-width: 100%;
	color: #121212;
}

.por-card {
	background: #fff;
	gap: 40px;
	padding: 20px 28px;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	box-shadow: 0px 6px 40px 0px rgba(34,87,179,0.12);
	transition: .2s;
}

.por-card:hover {
	box-shadow: 0px 6px 40px 0px rgba(12,12,12,0.18);
}

.por-card .news-date {
	font-size: 16px;
	line-height: 24px;
	flex-shrink: 0;
	text-align: center;
}

.por-card .news-date .news-day {
	font-size: 32px;
	line-height: 48px;
	color: #191919;
	font-weight: 600;
}

.por-card .news-date span {
	color: #939292;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.por-card .por-card-icon {
	position: relative;
	width: 225px;
	flex-shrink: 0;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.por-card .por-card-icon img {
	width: 100%;
	height: 125px;
	display: block;
	object-fit: cover;
	transition: all .3s;
}

.card-news a:hover .por-card-icon img {
	transform: scale(1.1)
}

.por-card .por-card-content {
	vertical-align: top;
}

.por-card .por-card-content h3 {
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	font-weight: 600;
}

.por-card .por-card-content p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 2rem;
}

.case-loop li {
	flex: 0 0 calc(33.333% - 14px);
	display: inline-block;
	overflow: hidden;
}

.case-loop li .item-wrap {
	border-radius: 5px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.case-loop li .item-wrap .thumb {
	display: block;
	height: 260px;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

.case-loop li .item-wrap .thumb:before {
	background-color: rgba(0,0,0,.3)!important;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.case-loop li .item-wrap .thumb img {
	height: 100%;
	object-fit: cover;
	transition: all .2s ease-out;
	vertical-align: top;
	width: 100%;
}

.case-loop li:hover .item-wrap .thumb img {
	transform: scale(1.09);
}

.case-loop li .item-wrap h3 {
	font-size: 20px;
	font-weight: 600;
	left: 50%;
	line-height: 33px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 5;
	background: rgb(0 0 0 / 50%);
	padding: 20px;
	border-radius: 5px;
}

.case-loop li .item-wrap h3 a {
	color: #fff;
	line-height: 1.3;
}

.product-header {
	display: flex;
	gap: 20px;
	background-color: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 2rem;
}

.product-header .product-gallery-box {
	width: 50%;
}

.product-header .product-text {
	width: 50%;
}

.product-swiper-container {
	max-width: 800px;
	margin: 0 auto;
}

.pro-swiper {
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.pro-swiper .swiper-slide {
	text-align: center;
}

.pro-swiper .swiper-slide img {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	height: 400px;
}

.pro-swiper .swiper-button-next,.pro-swiper .swiper-button-prev {
	color: #333;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
}

.pro-swiper .swiper-button-next:after,.pro-swiper .swiper-button-prev:after {
	font-size: 16px;
}

.thumb-swiper {
	width: 100%;
}

.thumb-swiper .swiper-slide {
	width: 25%;
	cursor: pointer;
	border: 2px solid #fff;
}

.thumb-swiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #ff3b30;
	border-radius: 6px;
}

.thumb-swiper .swiper-slide img {
	width: 100%;
	height: 90px;
	display: block;
	object-fit: cover;
	border-radius: 4px;
}

.pro-title {
	margin-bottom: 1rem;
}

.pro-title h1 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #15181d;
}

.pro-title p {
	color: #4b525b;
	font-size: 15px;
}

.product-desc {
	background-color: #f7f7f7;
	padding: 15px;
	color: #4b525b;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 2rem;
}

.product-desc p {
	color: #4b525b;
	font-size: 14px;
	line-height: 22px;
}

.pro-excerpt {
	margin-bottom: 1rem;
}

.pro-excerpt ul {
	background: #fafafa;
	border-radius: 5px;
}

.pro-excerpt li {
	padding: 0 16px;
	border-top: 1px solid #f1f1f1;
	color: #333;
	font-size: 14px;
	line-height: 42px;
}

.pro-excerpt li:first-child {
	border-top: none;
}

.pro-excerpt li strong {
	font-weight: 700;
}

.detail-tel {
	display: flex;
	align-items: center;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 1rem 0;
}

.detail-tel i {
	color: #121212;
	font-size: 24px;
}

.detail-tel span {
	color: #121212;
	font-size: 18px;
	font-weight: 600;
	padding-left: 5px;
}

.detail-tel a {
	color: #007bff;
	font-size: 26px;
	font-weight: normal;
	font-family: Impact;
}

.product-button {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.product-button .btn-a {
	font-size: 15px;
	text-align: center;
	border: 1px solid #0060ed;
	border-radius: 4px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: #0060ed;
	color: #fff;
	transition: all .3s ease;
}

.product-button .btn-a i {
	color: #fff;
	font-size: 18px;
}

.product-button .btn-a:hover {
	background-color: #fff;
	color: #0060ed;
}

.product-button .btn-a:hover i {
	color: #0060ed;
}

.product-button .btn-b {
	display: flex;
	background-color: #f9f9f9;
	border-radius: 30px;
}

.product-button .btn-b i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 6px;
	background-color: rgba(0,87,184,0.05);
	border-radius: 50%;
}

.product-button .btn-b i em {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: #EF3B1B url(../images/ico11.png) center center no-repeat;
	background-size: 30px 30px;
	border-radius: 50%;
	transition: all .3s ease;
}

.product-button .btn-b span {
	display: block;
	width: auto;
	height: 60px;
	line-height: 40px;
	color: #EF3B1B;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 30px 10px 20px;
	transition: all .3s ease;
}

.product-button .btn-b:hover i em {
	background-color: #250a06;
}

.product-button .btn-b:hover span {
	color: #250a06;
}

.product-btn {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.product-btn div {
	font-size: 15px;
	text-align: center;
	border-radius: 4px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: #0060ed;
	color: #fff;
	transition: all .3s ease;
	cursor: pointer;
}

.product-btn div:hover {
	background-color: #250a06;
}

.product-btn div i {
	font-size: 18px;
}

.product-btn div span {
	font-size: 16px;
}

.product-btn div:hover {
	background-color: #250a06;
}

.product-btn div.to-pro {
	background-color: #f04805;
}

.product-detail {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}

.product-content {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	padding: 30px;
	border-radius: 5px;
}

.p_content {
	position: relative;
	margin-bottom: 2rem;
}

.p_content h3 {
	color: #121212;
	font-size: 26px;
	padding-bottom: 1rem;
}

.p_content .list-product {
	margin-top: 0;
}

.p_content .contact-inquiry {
	position: relative;
}

.entry-content {
	color: #262626;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.8;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	word-break: normal;
}

.entry-content img {
	max-width: 100% !important;
	width: auto!important;
	height: auto !important;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.entry-content video {
	width: auto;
	max-width: 100%!important;
	height: auto!important;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.entry-content p {
	margin: 10px 0 1.25rem;
	color: #262626;
	font-size: 1rem;
	text-indent: 2rem;
	line-height: 1.8;
}

.entry-content ol {
	padding: 0;
}

.entry-content code {
	padding: 3px 5px;
	margin: 0 2px;
	border-radius: 2px;
	font-size: .875em;
	color: #d63384;
	background-color: #f4f4ff;
	font-family: 'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	word-wrap: break-word;
}

.entry-content pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
	white-space: pre-wrap;
}

.entry-content pre code {
	color: inherit;
	background-color: inherit;
}

.entry-content pre {
	margin: 20px 0;
	font-size: 12px;
	line-height: 22px;
	background: #4a4a4a;
	padding: 10px 20px;
	color: #f8f8d4;
	border: 0;
}

.entry-content h1,.entry-content h2,.entry-content h3 {
	color: #262626;
	line-height: 1.8;
	font-weight: 600;
}

.entry-content table {
	margin: 10px 0 10px 0;
	font-size: 14px;
	width: 100%;
}

.entry-content table>tbody>tr:nth-of-type(odd) {
	background-color: #f5f5f5;
}

*/
.entry-content table tr:nth-of-type(1) td {
	font-weight: bold;
	color: #fff;
}

.entry-content table>tbody>tr:first-child td {
	background-color: #f5f5f5;
	color: #fff;
}

.entry-content table>tbody>tr>td {
	vertical-align: middle;
	padding: 15px 5px;
	color: #333;
	text-align: center;
}

.entry-content table>tbody>tr>td p {
	text-indent: 0;
	line-height: 1.4;
	margin: 0;
}

.list-product {
	margin-top: 2rem;
}

.list-product ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -10px 10px;
}

.list-product ul .item {
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 10px;
	width: 33.33%;
	transition: all .3s ease 0s;
}

.list-product ul .item-inner {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
	transition: all .2s ease-out 0s;
}

.list-product ul .item-img {
	overflow: hidden;
	position: relative;
}

.list-product ul .item-thumb {
	display: block;
	height: 100%;
	width: 100%;
}

.list-product ul .item-thumb img {
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-out 0s;
}

.list-product ul .item:hover .item-thumb img {
	transform: scale(1.02);
}

.list-product ul .item-img .item-category {
	background: rgba(0,0,0,.5);
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	left: 15px;
	line-height: 14px;
	padding: 4px 8px;
	position: absolute;
	top: 15px;
}

.list-product ul .item-category:hover {
	background: #0060ed;
}

.list-product ul .item-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 20px 15px;
}

.list-product ul .item-title a {
	color: #1a1a1a;
	height: 44.8px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-decoration: none;
}

.list-product ul .item:hover .item-title a {
	color: #0060ed;
}

.list-product ul .item-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a1a1a8;
	padding: 0 15px 20px;
}

.list-product ul .item-meta .meta-li {
	color: #121212;
	font-size: 14px;
	display: inline-block;
	line-height: inherit;
	margin-right: 15px;
	vertical-align: top;
}

.list-product ul .item-meta .meta-li i {
	margin-left: .2rem;
	color: #e16562;
}

.single-article {
	padding: 28px;
	border-radius: 5px;
	width: 100%;
	min-height: 500px;
	margin-bottom: 2rem;
	max-width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 4px 24px rgb(39 100 175 / 10%);
}

.entry-head {
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f6f7;
	padding-bottom: 20px;
}

.single-article h1 {
	font-size: 24px;
	color: #121212;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 12px;
	text-align: center;
}

.single-article .entry-info {
	display: flex;
	justify-content: center;
}

.single-article .entry-info .metas {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	gap: 15px
}

.single-article .entry-info .metas .author {
	position: relative;
	padding-left: 20px;
}

.single-article .entry-info .metas .author a {
	color: #8590A6;
	font-size: 14px;
}

.single-article .entry-info .metas .author a:before {
	content: "";
	/*background: url(http://ecms254.cc/static/images/home.png) no-repeat 0;*/
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.single-article .entry-info .metas span {
	display: flex;
	align-items: center;
	color: #8590A6;
	line-height: 1;
}

.single-article .entry-info .metas i {
	color: #8590A6;
	font-size: 16px;
	padding-right: 3px;
}

.entry-content {
	color: #262626;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.8;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
	word-break: normal;
}

.entry-content img {
	max-width: 100% !important;
	width: auto!important;
	height: auto !important;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.entry-content video {
	width: auto;
	max-width: 100%!important;
	height: auto!important;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.entry-content p {
	margin: 0 0 1.25rem;
	color: #262626;
	font-size: 1rem;
	text-indent: 2rem;
	line-height: 1.8;
}

.entry-content ol {
	padding: 0;
}

.entry-content code {
	padding: 3px 5px;
	margin: 0 2px;
	border-radius: 2px;
	font-size: .875em;
	color: #d63384;
	background-color: #f4f4ff;
	font-family: 'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	word-wrap: break-word;
}

.entry-content pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
	white-space: pre-wrap;
}

.entry-content pre code {
	color: inherit;
	background-color: inherit;
}

.entry-content pre {
	margin: 20px 0;
	font-size: 12px;
	line-height: 22px;
	background: #4a4a4a;
	padding: 10px 20px;
	color: #f8f8d4;
	border: 0;
}

.entry-content h1,.entry-content h2,.entry-content h3 {
	color: #262626;
	line-height: 1.8;
	font-weight: 600;
}

.page-container .entry-content p {
	text-indent: 0;
}

.vcard {
	text-indent: 0em;
	display: flex;
	margin-top: 3rem;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
}

.vcard span {
	font-size: .875rem;
	color: #acacac;
	position: relative;
	padding-left: 10px;
}

.vcard span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 14px;
	border-radius: 1px;
	background-color: #3d4573;
	transform: translate(0%,-50%);
}

.entry-tag {
	position: relative;
	margin-top: 2rem;
}

.entry-tag a {
	color: #777;
	font-size: .875rem;
	background: #f3f5f7;
	border-radius: 4px;
	text-align: center;
	padding: 5px 15px;
	transition: all .2s;
	margin-right: 3px;
}

.entry-tag a:hover {
	color: #fff;
	background: #007bff;
}

.entry-copyright {
	margin-top: 3rem;
	font-size: 13px;
	line-height: 1.8em;
	padding: 15px;
	background: #f9f9f9;
	margin-bottom: 0;
	color: #666;
}

.entry-nav {
	display: flex;
	border-radius: 6px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 24px rgb(39 100 175 / 10%);
	margin-bottom: 2rem;
}

.entry-nav .article-nav {
	color: #8a8a8a;
	font-size: 14px;
	width: 50%;
}

.entry-nav .article-nav a {
	color: #121212;
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	transition: all .2s;
}

.entry-nav .article-nav a:hover {
	color: #007bff;
}

.entry-nav .article-nav.prev {
	padding-right: 25px;
}

.entry-nav .article-nav.next {
	padding-left: 25px;
	border-left: 1px dashed #e7ebf3;
	text-align: right;
}

.page-container {
	position: relative;
}

.search-value {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.search-value .result-num {
	font-size: 20px;
	margin: 1.8rem 0 .4rem;
	text-align: left;
	color: #707070;
}

.result-list .result-item {
	display: block;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	margin-top: 2rem;
	cursor: pointer;
	padding: 2.2rem;
	background: #f8f8f8;
}

.result-list .result-item p,.result-list .result-item .result-item-title {
	text-align: left;
	color: #3b3b3b;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-list .result-item .result-item-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.result-list .result-item p {
	font-size: 15px;
	line-height: 1.5;
}

.result-list .result-item .result-item-link {
	font-size: 15px;
	margin-top: .6rem;
	white-space: nowrap;
	color: #3b3b3b;
}

.result-list .result-item .result-item-link a {
	color: #007bff;
}

.contact-page {
	padding: 3rem 0;
	position: relative;
	background-color: #f3f3f3;
}

.contact-box {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.contact-box .contact-l {
	padding: 4.375rem 2.625rem;
	color: #121212;
	max-width: 50%;
}

.contact-box .contact-l .top h3 {
	color: #121212;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.contact-box .contact-l .top p {
	font-size: 22px;
	font-weight: 300;
}

.contact-item-title {
	position: relative;
	padding-top: 2rem;
}

.contact-item-title p {
	font-size: 18px;
	color: #717171;
	padding-bottom: 10px;
	font-weight: 300;
}

.contact-item-title p i {
	font-size: 22px;
	color: #717171;
	margin-right: 10px;
}

.contact-item-title p a {
	font-size: 18px;
	color: #717171;
	padding-bottom: 20px;
}

.contact-box .contact-l .ewm {
	position: relative;
	margin-top: 1rem;
}

.contact-box .contact-l .ewm img {
	max-width: 7.5rem;
	border-radius: 8px;
}

.contact-box .contact-r {
	padding: 4.3125rem 4.375rem;
	background: #fff;
	width: 100%;
	height: 100%;
	max-width: 45%;
	flex-shrink: 0;
	border-radius: 9px;
	background: linear-gradient(120deg,#fff 0%,#fff 60%,#9bc9fa 100%);
}

.contact-box .contact-r h3 {
	font-size: 2.25rem;
	font-weight: 300;
	color: #212121;
	margin-top: 0;
	margin-bottom: 2rem;
}

.contact-inquiry {
	position: relative;
}

.contact-inquiry .form {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.5rem 0.875rem;
}

.contact-inquiry .form .inp input {
	font-size: 1rem;
	font-weight: 300;
	color: #979797;
	padding: 10px;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	background-color: rgba(0,0,0,0);
}

.contact-inquiry .form .inp textarea {
	font-size: 1rem;
	font-weight: 300;
	color: #979797;
	padding: 10px;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	background-color: rgba(0,0,0,0);
	font-family: auto;
	min-height: 8rem;
}

.contact-inquiry .form .inp.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.contact-inquiry .form .inp.web,.contact-inquiry .form .inp.service,.contact-inquiry .form .inp.code {
	grid-column: span 2;
}

.contact-inquiry .form .inp.code button {
	cursor: pointer;
	width: 100%;
	max-width: 10rem;
	flex-shrink: 0;
	padding: .8rem;
	border-radius: 5px;
	background-color: #007bff;
	font-size: 1.125rem;
	font-weight: 300;
	color: #fff;
	transition: all .5s ease;
}

.contact-inquiry .form .inp.code button:hover {
	transform: translateX(1rem)
}

@media (max-width:767.98px) {
	.section-swiper .swiper {
		height: 344px;
	}

	.section-swiper .swiper-button-next,.section-swiper .swiper-button-prev {
		display: none !important;
	}

	.feas-list {
		gap: 0;
	}

	.feas-list .item {
		flex: 0 0 calc(100% - 0px);
	}

	.feas-list .item .item-text h3 {
		font-size: 16px;
	}

	.probox {
		width: 100%;
		height: 22rem;
		padding: 4%;
		margin: 0 0 1rem;
	}

	.product-str {
		flex-direction: column;
	}

	.product-side {
		width: 100%;
		height: auto;
	}

	.product-main {
		width: 100%;
		height: auto;
	}

	.probox-img {
		position: absolute;
		right: 2rem;
		bottom: 2rem;
		width: 36%;
	}

	.product-main {
		width: 100%;
		padding-left: 0;
		height: auto;
	}

	.product1 {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		height: auto;
		position: relative;
	}

	.product2 {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
		height: auto;
		position: relative;
	}

	.product3 {
		padding-top: 0;
		height: auto;
	}

	.product3 .probox-img.proimg2 {
		width: 80%;
	}

	.probox-title h3 {
		font-size: 18px;
	}

	.product3 .probox {
		height: 15rem;
	}

	.about-l {
		padding-bottom: 2rem;
	}

	.post-slider-wrap .post-item-hover {
		padding: 15px
	}

	.post-slider-wrap h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.post-slider-wrap .post-item-more {
		line-height: 32px;
		padding: 0 12px
	}

	.post-slider .swiper-button-next,.post-slider .swiper-button-prev {
		display: none;
	}

	.post-slider-wrap .post-thumb img {
		height: 100%;
	}

	.post-slider-wrap .post-item {
		padding-top: 64.33%;
	}

	.mc-item-wrap {
		display: block
	}

	.mc-item-wrap .mc-item {
		text-align: left;
		width: 100%
	}

	.mc-item-wrap .mc-item .mc-item-img {
		height: auto;
		position: relative;
		width: auto;
		padding: 0;
	}

	.mc-item-wrap .mc-text {
		padding-left: 0
	}

	.modules-mix .mc-item-wrap:nth-of-type(2n) .mc-item.mc-text {
		padding: 0;
		margin-bottom: 1rem;
	}

	.news-bd {
		margin-top: 20px;
		gap: 20px;
		flex-direction: column;
	}

	.news-bd .news-l {
		width: 100%;
		height: auto;
		padding: 22px 25px 20px 25px;
	}

	.news-bd .news-l h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.news-bd .news-l .title {
		font-size: 15px;
		line-height: 22px;
		margin-top: 8px;
	}

	.news-bd .news-l .p {
		line-height: 20px;
		height: 58px;
		margin-top: 10px;
		padding-left: 11px;
	}

	.news-bd .news-l .p:before {
		height: 46px;
		margin-top: -23px;
	}

	.news-bd .news-l .img {
		margin-top: 10px;
	}

	.news-bd .news-l .detail {
		margin-top: 12px;
	}

	.news-bd .news-l .detail a {
		width: 105px;
	}

	.news-bd .news-l .detail a:hover {
		padding: 0 20px;
	}

	.news-bd ul {
		width: 100%;
	}

	.news-bd ul li {
		height: auto;
		padding: 14px 65px 13px 10px;
		border-left: solid 1px #f6f6f6;
	}

	.news-bd ul li .time {
		right: 0px;
		top: 14px;
		padding-bottom: 26px;
		background-size: 16px auto;
		font-size: 15px;
	}

	.news-bd ul li .title {
		font-size: 15px;
		line-height: 22px;
	}

	.news-bd ul li .p {
		line-height: 19px;
		margin-top: 13px;
		height: 36px;
	}

	.cat-banner .cat-slide .cat-text {
		top: 66%;
	}

	.cat-banner {
		height: auto;
		overflow: hidden;
	}

	.cat-banner .cat-slide img {
		height: 250px;
	}

	.cat-banner .cat-slide .cat-text h2 {
		font-size: 26px;
	}

	.cat-banner .cat-slide .cat-text p {
		font-size: 16px;
	}

	.news-page {
		margin-top: 1.5rem;
	}

	.p_gridbox {
		margin-top: 1.5rem;
	}

	.product-box ul li {
		flex: 0 0 calc(100% - 0px);
	}

	.por-card {
		padding: 10px;
		gap: 10px;
	}

	.por-card .news-date {
		display: none;
	}

	.por-card .por-card-icon {
		width: 100px;
	}

	.por-card .por-card-icon img {
		height: 75px;
	}

	.por-card .por-card-content p {
		display: none;
	}

	.por-card .por-card-content h3 {
		font-size: 15px;
	}

	.case-loop li {
		flex: 0 0 calc(100% - 0px);
	}

	.single-article {
		padding: 10px;
		box-shadow: none;
	}

	.entry-nav {
		flex-direction: column;
	}

	.entry-nav .article-nav {
		width: 100%;
	}

	.entry-nav .article-nav a {
		margin-top: 5px
	}

	.entry-nav .article-nav.prev {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.entry-nav .article-nav.next {
		padding-left: 0;
		border-left: 0;
		text-align: left;
		border-top: 1px dashed #e7ebf3;
		padding-top: 20px;
	}

	.product-header {
		flex-direction: column;
		padding: 10px;
	}

	.product-header .product-gallery-box {
		width: 100%;
	}

	.product-header .product-text {
		width: 100%;
	}

	.pro-swiper .swiper-slide img {
		height: 250px;
	}

	.thumb-swiper .swiper-slide img {
		height: 50px;
	}

	.product-detail {
		flex-direction: column;
	}

	.product-content,.pro-sidebar {
		width: 100%;
		padding: 10px;
	}

	.list-product ul .item {
		width: 100%;
	}

	.inquiry {
		padding: 1rem;
	}

	.contact-box {
		height: auto;
		flex-direction: column;
	}

	.contact-box .contact-l {
		max-width: 100%;
		padding: 2rem;
	}

	.contact-box .contact-r {
		max-width: 100%;
		padding: 2rem 1rem;
	}

	.contact-box .contact-r h1 {
		font-size: 1.25rem;
	}

	.contact-box .contact-r .form .inp input {
		font-size: 14px;
	}
}