@charset "utf-8";


body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}



a {
	text-decoration: none;
	outline: none;
	color: #666;
}

img {
	border: 0;
	width: 100%;
	vertical-align: bottom;
}

a:focus {
	outline: none;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: OpenSans,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
	background: #fff;
	font-size: 16px;
	color: #666;
	min-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}


::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	background: #555;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ddd;
}


table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
	cursor: pointer;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@font-face {
	font-family: OpenSans;
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot);
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot#iefix) format("embedded-opentype"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff2) format("woff2"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff) format("woff"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.ttf) format("truetype");
	font-weight: 200;
	font-display: swap
}

@font-face {
	font-family: OpenSans;
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot);
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot#iefix) format("embedded-opentype"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff2) format("woff2"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff) format("woff"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.ttf) format("truetype");
	font-weight: 300;
	font-display: swap
}

@font-face {
	font-family: OpenSans;
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.eot);
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.eot#iefix) format("embedded-opentype"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.woff2) format("woff2"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.woff) format("woff"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: OpenSans;
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.eot);
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.eot#iefix) format("embedded-opentype"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.woff2) format("woff2"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.woff) format("woff"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.ttf) format("truetype");
	font-weight: 500;
	font-display: swap
}

@font-face {
	font-family: OpenSans;
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.eot);
	src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.eot#iefix) format("embedded-opentype"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.woff2) format("woff2"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.woff) format("woff"), url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.ttf) format("truetype");
	font-weight: 700;
	font-display: swap
}


.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}

.white {
	color: #fff!important;
}

.black {
	color: #000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.text-center {
	text-align: center;
}

.radius {
	border-radius: 8px;
	overflow: hidden;
}

.rel {
	position: relative;
}

.overflow-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.overflow-text-3 {
    -webkit-line-clamp: 3;
}
.overflow-text-2 {
    -webkit-line-clamp: 2;
}

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


.theme-container {
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
}





.theme-banner {
	background: url(load.gif) center no-repeat;
}

.theme-banner {
	display: block;
	width: 100%;
	height: 30vw;
	min-height: 700px;
}

.theme-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1.04);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.theme-banner .swiper-slide.swiper-slide-active a {
	transform: scale(1);
	transition: -webkit-transform 8s linear;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 3s linear;
}

.theme-banner .swiper-pagination {
	position: absolute;
	bottom: 3%;
	left: 50%;
	width: fit-content;
	height: fit-content;
	transform: translatex(-50%);
}

.theme-banner .swiper-pagination div {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}

.theme-banner .swiper-pagination div::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet {
	opacity: 1;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet b {
	opacity: 0;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet::after {
	opacity: .4;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet-active b {
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 8px;
}

.theme-banner .swiper-pagination div.swiper-pagination-bullet-active::after {
	opacity: 0;
}







.header-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1280px;
	width: 100%;
	transition: none;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-bg {
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .10);
}

.header-box .theme-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: block;
	width: 233px;
    height: 43px;
    background: url(../images/logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}

.header-color .logo,
.header-bg .logo {
	background-image: url(logo02.png);
}

.head-right {

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

nav ul {
	display: flex;
}

nav ul li {
	margin: 0 20px;
}

nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 90px;
	text-transform: uppercase;
	transition: all 0.4s;
}

nav>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.header-bg nav>ul>li>.active{
	color: #ea5036;
}

.header-color nav>ul>li>a::after,
.header-bg nav>ul>li>a::after {
	background-color: #fc3b32;
}



nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
	width: 100%;
	opacity: 1;
}


.header-color nav>ul>li>a,
.header-bg nav>ul>li>a {
	color: #000;
}




/*次级菜单*/
.header-bg .sub_menu{
	border-top: 1px solid #e7e7e7;
}
.sub_menu {
	position: absolute;
	overflow: hidden;
	height: 0;
	background: rgba(255, 255, 255, 1);
	text-align: left;
	width: 100%;
	padding: 0 50px;
	top: 85px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate(-0%,-8px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 20px 32px -10px rgb(0 0 0 / 8%);
	box-shadow: 0 20px 32px -10px rgb(0 0 0 / 8%);
	
}
.catagory-inner.showMe {
    top: 0px;
    visibility: visible;
    opacity: 1;
}


.sub_menu .sub_menu-container{
	padding: 40px 0 40px 0;
	height: 100%;
	display: flex;
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
}

.sub_menu .theme-container .solution-info {
    padding: 0;
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    text-align: left;
    font-size: 14px;
    color: #283a4c;
}

.sub_menu .theme-container .solution-info {
    color: #474b51;
    font-size: 14px;
    line-height: 32px;
    width: 144px;
    height: 32px;
    border-radius: 4px;
    padding-left: 12px;
}



.head-right nav>ul>li:hover .sub_menu {
	visibility: visible;
	transform: translate(-0%,5px);
	opacity: 1;
	height: auto;
}

.solution-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5e6d82;
    padding: 0;
	width: 25%;
	margin-right: 48px;
}
 .solution-item .solution-item-tit {
    position: relative;
    font-size: 18px;
	text-indent: 15px;
    height: 38px;
    line-height: 22px;
    font-weight: 400;
    color: #7e7f81;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 12px;
}

.solution-item-content {
	width: 100%;
	display: block;
	padding: 20px;
	overflow: hidden;
	border-radius: 10px;
}
.solution-item-content p{
	display: block;
	width: 100%;
	color: #2b2c2f;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
}

.solution-item-content span{
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
}
 .solution-item-content:hover p {
	color: #fc3b32;
}

.solution-item-content:hover{
	background: #fff8f6;
}


.head-search {
	position: relative;
	width: 50px;
	height: 90px;
	margin-left: 0px;
}

.head-search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
	background-image: url(search_icon.png);
}

.head-search form {
	display: flex;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.head-search input[type="text"] {
	width: 150px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.head-search input[type="submit"] {
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #ff984f;
}

.head-search:hover form {
	height: 60px;
	padding: 15px 20px;
}


.header-color .head-search i,
.header-bg .head-search i {
	background-image: url(search.png);
}

.header-color .head-language i,
.header-bg .head-language i {
	background-image: url(language_icons.png);
}

.header-color .head-language,
.header-bg .head-language {
	color: #333;
}



.header-bg .tanma-phone,.header-color .tanma-phone {
	background: #ea5036;
}

.tanma-phone {
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	line-height: 36px;
	margin-left: 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tanma-phone .icon {
	width: 14px;
	height: 14px;
	display: block;
	position: relative;
}

.tanma-phone .phone[data-v-27205df4] {
	padding-left: 8px;
}

.tanma-phone .icon img[data-v-27205df4] {
	position: absolute;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
}

.tanma-phone .icon img[data-v-27205df4]:nth-child(2) {
	-webkit-animation: flashing-data-v-27205df4 .8s linear infinite;
	-moz-animation: flashing-data-v-27205df4 .8s linear infinite;
	-o-animation: flashing-data-v-27205df4 .8s linear infinite;
	animation: flashing-data-v-27205df4 .8s linear infinite;
}

.tanma-phone .icon img[data-v-27205df4] {
	position: absolute;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
}

.tanma-phone .icon img[data-v-27205df4]:nth-child(3) {
	-webkit-animation: flashing-data-v-27205df4 .8s linear .2s infinite;
	-moz-animation: flashing-data-v-27205df4 .8s linear .2s infinite;
	-o-animation: flashing-data-v-27205df4 .8s linear .2s infinite;
	animation: flashing-data-v-27205df4 .8s linear .2s infinite;
}


@-webkit-keyframes shaking-data-v-27205df4 {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	25% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	75% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
}

@-moz-keyframes shaking-data-v-27205df4 {
	0% {
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	25% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-moz-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	75% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
}

@-o-keyframes shaking-data-v-27205df4 {
	0% {
		-o-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	25% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-o-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	75% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-o-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
}

@keyframes shaking-data-v-27205df4 {
	0% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	25% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	75% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
}

@-webkit-keyframes flashing-data-v-27205df4 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-moz-keyframes flashing-data-v-27205df4 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-o-keyframes flashing-data-v-27205df4 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes flashing-data-v-27205df4 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}



/*首页搜索*/
.i_search {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: .5s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.i_search em {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	opacity: 0;
	border: 0 solid #fc3b32;
}

.i_search .search_page {
	margin: 5em 0;
	transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1);
	opacity: 0;
	width: 100%;
}

.i_search .search_page form {
	display: block;
	padding: 0 15px;
	width: 60%;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.i_search .search_page input {
	display: block;
	float: left;
	font-size: 20px;
}

.i_search .search_page input[type="text"] {
	width: 90%;
	border: 0;
	text-align: left;
	line-height: 40px;
	background: none;
	height: 40px;
	color: #333;
	-webkit-appearance: none;
}

.i_search .search_page input[type="submit"] {
	width: 10%;
	border: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background: url(search.png) no-repeat right;
}

.i_search.open {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.i_search.open em {
	visibility: visible;
	opacity: 1;
	border-width: 10px;
}

.i_search.open .search_page {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.i_search.open .search_page::before {
	content: "Search";
	font-size: 48px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-104px);
}



.header-box.active {
	position: fixed;
	top: 0;
	transform: translateY(-101%);
}

.header-box.active.slideDown,
.header-box.active.slideUp {
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header-box.active.slidedowm {
	transform: translateY(0);
}


.p-top {
	padding-top: 90px;
}

.head-pro {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-pro-img {
	width: 30%;
}

.head-pro-text {
	width: 45%;
	margin-right: 15%;
}

.head-pro-text h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}

.head-pro-text p {
	font-size: 14px;
}

.headcart ul li strong {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(del.png) center no-repeat;
	cursor: pointer;
}


@media screen and (max-width:1680px) {
	.sub_menu{
		top: 80px;
	}
	nav>ul>li>a {
		font-size: 0.9375rem;
		line-height: 85px;
	}

	.head-search {
		height: 85px;
	}

	.head-search form {
		top: 85px;
	}

	.p-top {
		padding-top: 85px;
	}

	.head-cart {
		height: 85px;
	}


}



@media screen and (max-width:1440px) {
	.sub_menu{
		top: 75px;
	}

	nav>ul>li>a {
		font-size: 0.875rem;
		line-height: 80px;
	}

	.head-search {
		height: 80px;
	}

	.head-search form {
		top: 80px;
	}

	.p-top {
		padding-top: 80px;
	}

	.head-cart {
		height: 80px;
	}



}


.theme-title {
	padding-bottom: 3%;
}

.theme-title h2 {
	font-size: 42px;
	line-height: 1.1;
	font-weight: 700;
	color: #000;
}
.theme-title h2 red{
	color: #ea5036;
}
.theme-title h2.white {
	color: #fff;
}

.theme-title p {
	margin: 14px 0 40px;
	text-align: center;
	font-size: 18px;
	color: #676b73;
}

.theme-title .top_text {
    margin: 40px auto 0 auto;
    width: 845px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color);
}

.theme-title h3 {
	font-size: 45px;
	line-height: 1.1;
	color: #000;
}

.theme-title h3.white {
	color: #fff;
}









.theme-product {
	padding: 5% 0 5% 0;
	overflow: hidden;
	background: url(../images/theme-product.jpg) no-repeat center;
	background-size: cover;
}




.webpro-prev,
.webpro-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 4vw;
	height: 4vw;
	max-width: 78px;
	max-height: 78px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
}

.webpro-prev {
	left: 3%;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
}

.webpro-next {
	right: 3%;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #fff;
}

.swiper-product:hover .webpro-prev,
.swiper-product:hover .webpro-next {
	opacity: 1;
}

.webpro-prev:hover,
.webpro-next:hover {
	background-color: #fc3b32;
	background-position: 0 100%;
}

.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled {
	cursor: no-drop;
}

.theme-about {
	/*background: url(../images/index_about.jpg) center center/cover no-repeat;*/
	position: relative;
	padding: 100px 0;
}

.theme-about-img {
	width: 594px;
	float: right;
	border-radius: 20px;
	overflow: hidden;
}

.theme-about-text {
	position: relative;
	z-index: 1;
	width:calc(100% - 600px);
	margin-bottom: 80px;
	max-width: 750px;
}

.theme-about h4 {
	font-size: 36px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 10px;
}

.theme-about p {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}



.animation-bg {
	animation: animation-bg 16s infinite;
}

@keyframes animation-bg {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}

	60% {
		transform: translate(-50%, -50%) scale(1.1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}


.theme-production {
	position: relative;
	z-index: 88;
}

.logo-wrap{
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.left-mask{
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));
    background: -moz-linear-gradient(left,#fff 0,hsla(0,0%,100%,0) 100%);
    background: -o-linear-gradient(left,#fff 0,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(
90deg,#fff,hsla(0,0%,100%,0));
}
.right-mask{
    right: 0;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);
    background: -moz-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 100%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 100%);
    background: linear-gradient(
90deg,hsla(0,0%,100%,0),#fff);
}
.mask {
    position: absolute;
    width: 283px;
    height: 658px;
    z-index: 10;
}

.line-odd[data-v-f4bbc134]{
    width: 2758px;
    -webkit-animation: scrollToRight-data-v-f4bbc134 36s linear infinite;
    -moz-animation: scrollToRight-data-v-f4bbc134 36s linear infinite;
    -o-animation: scrollToRight-data-v-f4bbc134 36s linear infinite;
    animation: scrollToRight-data-v-f4bbc134 36s linear infinite;
}
.line-even[data-v-f4bbc134] {
	width: 2758px;
	-webkit-animation: scrollToRight-data-v-f4bbc134 30s linear infinite;
	-moz-animation: scrollToRight-data-v-f4bbc134 30s linear infinite;
	-o-animation: scrollToRight-data-v-f4bbc134 30s linear infinite;
	animation: scrollToRight-data-v-f4bbc134 30s linear infinite
}

.line-four[data-v-f4bbc134] {
	width: 2758px;
	-webkit-animation: scrollToRight-data-v-f4bbc134 25s linear infinite;
	-moz-animation: scrollToRight-data-v-f4bbc134 25s linear infinite;
	-o-animation: scrollToRight-data-v-f4bbc134 25s linear infinite;
	animation: scrollToRight-data-v-f4bbc134 25s linear infinite
}


.logo-img{
    width: 50%;
    height: 155px;
    display: inline-block;
}



@-webkit-keyframes scrollToRight-data-v-f4bbc134 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0)
	}
}

@-moz-keyframes scrollToRight-data-v-f4bbc134 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0)
	}
}

@-o-keyframes scrollToRight-data-v-f4bbc134 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0)
	}
}

@keyframes scrollToRight-data-v-f4bbc134 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0)
	}
}




.theme-production .theme-container {
	background: #fff;
	padding: 100px;
}


.theme-production .swiper-slide {
	background: #fff;
}

.theme-production .swiper-container {
	padding-bottom: 50px;
}

.theme-production-img {
	width: 50%;
	float: right;
}

.theme-production-text {
	width: 50%;
	float: left;
	padding-right: 150px;
}

.theme-production-text p {
	border-top: 2px solid #000;
	padding-top: 40px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;

}


.theme-production .webpro-prev,
.theme-production .webpro-next {
	position: relative;
	top: 83%;
	z-index: 10;
	transform: translateY(-50%);
	width: 6vw;
	height: 6vw;
	max-width: 90px;
	max-height: 90px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 0%;
	opacity: 1;
}

.theme-production .webpro-prev {
	right: 0;
	left: auto;
	float: right;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
}

.theme-production .webpro-next {
	right: 0;
	float: right;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #fff;
}

.theme-production .webpro-prev:hover,
.theme-production .webpro-next:hover {
	background-color: #fc3b32;
	background-position: 0 100%;
}


.theme-production .swiper-pagination {
	position: relative;
	text-align: left;
	bottom: 17px;
	z-index: 1;
}

.theme-service {
	padding: 5% 0;
}
.theme-service img{
	max-width: 100%;
	margin-top: 40px;
}






.news-comm {
	padding: 6% 0 ;
	background: #f8f9fa;
}
.news-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}

.news-left{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 670px;
	height: 375px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
	background-size: cover;
}
.news-left_tip {
    width: 100%;
    height: 100px;
    padding: 25px;
	line-height: 28px;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.35);
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}
.news-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	float: right;
	width:calc(100% - 670px);
}

.news-comm ul li {
	margin-left: 10%;
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.news-comm ul li:last-child {
	margin-bottom: 0;
}


.news-comm ul li .news_text {
	padding-top: 1.5%;
	position: relative;
}

.news-comm ul li .news_img {
	width: 35.166vw;
	min-width: 317px;
	height: 10.635vw;
	min-height: 192px;
	overflow: hidden;
}

.news-comm ul li .news_img span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.news-comm ul li time {
	font-size: 1rem;
	line-height: 1.5;
	color: #999;
}

.news-comm ul li time b {
	font-size: 1.875rem;
	color: #999;

}

.news-comm ul li h4 {
	width: 88%;
	font-weight: normal;
	padding: 1.5% 0;
	font-size: 20px;
	line-height: 1.3;
	color: #333;
}

.news-comm ul li p {
	width: 88%;
	font-size: 1rem;
	line-height: 1.7;
	color: #8b8b8b;
}

.news-comm ul li:hover {
	background: #fff;
	color: #333;
	padding: 30px;
}

.news-comm ul li:hover .news_text h4 {
	color: #fc3b32;
}

.news-comm ul li:hover .news_text {
	transform: translateX(20px);
}

.news-comm ul li:hover .news_img span {
	transform: scale(1.05, 1.05);

}


.custom-ibox {
    position: absolute;
    left: 0;
	right: 0;
    top: -26%;
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
    padding: 4% 5% 4% 5%;
	border-radius: 24px;
	background: url(../images/custom-ibox.jpg) no-repeat ;
	background-size: cover;
}
.custom-ibox h3 {
    font-size: 45px;
    color: #fff;
	font-weight: 700;
    line-height: 64px;
}
.custom-ibox p {
    font-size: 20px;
    color: #fff;
	padding: 10px 0 25px;
}
.custom-ibox a {
    display: block;
    width: 180px;
	margin: 0 auto;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    text-align: center;
	border:1px solid #fff;
	background: hsla(0,0%,100%,.12);
    border-radius: 50px;
}
.theme-contact {
	width: 26%;
	margin-left: 10%;
}

.theme-contact h3 {
	font-size: 20px;

	font-weight: bold;
	color: #000;
	margin-bottom: 18px;

}


.erweima-box {
    font-size: 0;
}
.erweima-box .erweima {
    height: 136px;
    margin-top: 4px;
    text-align: center;
    display: inline-block;
    color: #B4B6BD;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}
.erweima-box .erweima .weixin {
    background-image: url(../images/img-footer-weixin.jpg);
}
.erweima-box .erweima .zixun {
    background-image: url(../images/customer.jpg);
}


.erweima-box .erweima div {
    width: 110px;
    height: 110px;
    background-color: #6D717C;
    background-repeat: no-repeat;
    background-size: 110px auto;
    margin-bottom: 8px;
    display: block;
    border-radius: 4px;
}


.theme-contact h2 {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 10px;
}

.theme-contact ul {
    margin-top: 30px;
}

.theme-contact ul li {
	width: 100%;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}


.theme-contact ul li p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}

.theme-contact ul li i {
	position: absolute;
	left: 0;
}

.theme-add {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	background: url(../images/index_add.png) center no-repeat;
	background-size: cover;
}

.theme-tel {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	background: url(../images/index_tel.png) center no-repeat;
	background-size: cover;
}

.theme-email {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	background: url(../images/index_email.png) center no-repeat;
	background-size: cover;
}

.theme-web {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	background: url(../images/index_web.png) center no-repeat;
	background-size: cover;
}


.footer {
	position: relative;
	padding: 5% 0 6% 0%;
	background-color: #282828;
	margin-top: 10%;
}

.footer .theme-container {
	display: flex;
	justify-content: space-between;
}

.foot-left {
	width: auto;
	float: left;
}

.foot-left p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 10px;
}


.footer dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
}

.footer dl dd a {
	font-size: 16px;
	color: #aaa;
	line-height: 2.5;
}

.footer dl dd a:hover {
	text-decoration: underline;
}


.copy-box {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	background-color: #282828;
}

.copy-box .theme-container {
	border-top: 1px solid #3e3e3e;
	padding: 28px 0 ;
	overflow: hidden;
}
.copy-box .fl{
	color: #666;
}

.copy-box .fr a {
	color: #666;
}

.customer-service {
    position: fixed;
    right: 21px;
    top: 76%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.customer-service .connect {
    display: block;
    width: 72px;
    height: 106px;
    background: url(../images/icon_sidebar1.png) 50%/72px no-repeat;
}
.customer-service .consult {
    width: 72px;
    height: 203px;
    margin-top: 6px;
    background: url(../images/icon_sidebar2.png) 50%/72px no-repeat;
    -webkit-box-shadow: 0 2px 18px 0 rgb(52 112 255 / 12%);
    -moz-box-shadow: 0 2px 18px 0 rgba(52,112,255,.12);
    box-shadow: 0 2px 18px 0 rgb(52 112 255 / 12%);
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.customer-service .consult .phone-tips {
    padding: 22px 29px;
    font-weight: 700;
    top: 20px;
}
.customer-service .consult .wechat-tips {
    padding: 20px 16px;
    font-size: 14px;
    top: -40px;
    text-align: center;
}

.customer-service .consult .phone, .customer-service .consult .wechat {
    position: relative;
    height: 50%;
}
.customer-service .consult .phone-tips, 
.customer-service .consult .wechat-tips {
    position: absolute;
    display: none;
    left: -188px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px 0 rgb(38 38 38 / 18%);
    -moz-box-shadow: 0 5px 16px 0 rgba(38,38,38,.18);
    box-shadow: 0 5px 16px 0 rgb(38 38 38 / 18%);
}

.customer-service .consult .phone:hover .phone-tips {
    display: block;
}
.customer-service .consult .wechat:hover .wechat-tips {
    display: block;
}
.gw_back-top {
    background-color: #fff;
    border-radius: 50%;
    bottom: 28px;
    box-shadow: 0 0 20px 0 rgb(153 169 191 / 20%);
    cursor: pointer;
    position: fixed;
    right: 28px;
	opacity: 0;
    z-index: 666;
}

.gw_back-top .gw_back-top--icon {
    background: url(../images/20220427_arrow_grey.svg) no-repeat 50%;
    height: 48px;
    width: 48px;
}

.gw_back-top .gw_back-top--icon:hover {
 background: url(../images/icon_top_active.svg) no-repeat 50%;
}

/* 兼容 */
@media screen and (max-width:1680px) {
	.theme-title h2 {
		font-size: 40px;
	}
	.theme-about-img {
		width: 550px;
	}
	.theme-about-content h4 {
		font-size: 1.6875rem;
	}

	.theme-about-content p {
		font-size: 1.3125rem;
	}

	.theme-about-info ol li h4 {
		font-size: 2.5rem;
	}

	.theme-about-info ol li p {
		font-size: 0.8125rem;
	}

	.theme-production .theme-container {
		padding: 80px;
	}

	.theme-factory-desc {
		font-size: 18px;
		line-height: 30px;
	}



	.theme-posi-desc {
		font-size: 18px;
	}


	.footer dl dt {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.footer dl dd a {
		font-size: 14.5px;
	}


	.copy-box {
		font-size: 15px;
		line-height: 55px;
	}



}

@media screen and (max-width:1440px) {
	.theme-title h2 {
		font-size: 2.675rem;
	}
	.theme-about-img {
		width: 550px;
	}



	.theme-about-content h4 {
		font-size: 1.5rem;
	}

	.theme-about-content p {
		font-size: 1.125rem;
	}

	.theme-about-info ol li h4 {
		font-size: 2.1875rem;
	}

	.theme-about-info ol li p {
		font-size: 0.75rem;
		line-height: 1.3;
	}

	.theme-production .theme-container {
		padding: 80px;
	}


	.theme-factory-desc {
		font-size: 16px;
		line-height: 30px;
	}
	.theme-posi-desc {
		font-size: 16px;
	}

	.theme-contact ul li p {
		font-size: 14px;
	}

	.footer dl dt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer dl dd a {
		font-size: 14px;
	}


	.copy-box {
		font-size: 14px;
		line-height: 60px;
	}
}

.con-ban {
	position: relative;
	width: 100%;
	min-width: 1280px;
	height: 30.4vw;
	min-height: 523px;
	overflow: hidden;
	background: #000;
}

.con-ban div.banitem {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 110vw;
	min-width: 1430px;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-animation: subs 6s linear 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform: translateX(-4%);
	opacity: 1;
}

@-webkit-keyframes subs {
	0% {
		-webkit-transform: translateX(-5%)
	}

	100% {
		-webkit-transform: translateX(0)
	}
}

.tact-center {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.tact-center h2 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 20px;
	color: #000;
}
.tact-center h3 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 20px;
	color: #000;
}

.tact-center h4 {
	font-size: 38px;
	line-height: 1.2;
	font-weight:normal;
	margin-bottom: 25px;
	color: #000;
}
.tact-center img{
	width: auto;
	margin-bottom: 15px;
}
.tact-center p {
	font-size: 20px;
	color: #666;
	line-height: 1.8;
}

.tact-center a {
	display: block;
	width: 170px;
	float: left;
	margin: 30px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	border: 1px solid #fff;
}

.tact-center a:after {
	content: '';
	background: url(../images/video.svg);
	background-size: 100%;
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	top: 6px;
	right: -10px;
	-webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
	transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}

.tact-center a:hover:after {
	right: -20px;
}

.tact-center a:hover {
	background: #e33839;
	border: 1px solid #e33839;
}

/*下载*/
.book {
	width: 100%;
	padding: 5% 0;
	overflow: hidden;
}

.book ul li {
	float: left;
	width: calc(95.5%/4);
	margin-right: 1.5%;
	overflow: hidden;
	margin-bottom: 1.5%;
}

.book ul li .book_img {
	width: 100%;
	padding-bottom: 130%;
	border: 1px solid #eee;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}

.book ul li h3 {
	color: #656565;
	font: 20px/40px arial;
	padding: 0 10px;
	margin-bottom: 5px;
}

.book ul li p {
	font: 16px/30px arial;
	padding: 0 10px;
	color: #00a0e9;
	text-transform: uppercase;
}

.book ul li i {
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 10px;
	background: url(../images/book_icon.png) no-repeat;
	vertical-align: text-top;
}

.book ul li:hover .book_img {
	border-color: #fff;
	box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
}

.book ul li:hover i {
	opacity: 0;
}


.about-01 {
	padding-top: 5%;
	background-color: #fff;
	overflow: hidden;
}

.about-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.5%;
}

.about-content-text {
	width: 50.77%;
}

.about-desc h3 {

	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 2%;
}

.about-desc p {
	font-size: 1rem;
	line-height: 1.8;
	color: #737373;
}

.about-content-img {
	position: relative;
	width: 39.8709%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}

.about-content-img a {
	cursor: pointer;
}

.about-content-img a:hover img {
	transform: scale(1.05, 1.05);
}

.about-content-img i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 3.85416666vw;
	height: 3.85416666vw;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	background: url(../images/about_video.png) center center/cover no-repeat #fc3b32;
}

.about-num {
	position: relative;
	z-index: 1;
}

.about-num ul {
	padding: 4% 6%;
	display: flex;
	justify-content: space-between;
	border-radius: 14px;
}

.about-num ul li {
	text-align: center;
}

.about-num ul li h4 {
	font-size: 3.75rem;
	line-height: 1.2;
	color: #000;
}

.about-num ul li h4 em {
	font-weight: normal;
	font-style: normal;
	font-size: 1.25rem;
	vertical-align: text-top;
	margin-left: 3px;
}

.about-num ul li p {
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

.about-02 {
	padding: 6% 0 4%;
	background-color: #f6f6f6;
	position: relative;
}

.about-02 .fr {
	width: 47.222%;

	top: 0;
	right: 0;
	position: absolute;
}

.about-02 p {
	font-size: 0.875rem;
	color: #6f6f6f;
	line-height: 1.6;
	padding-right: 20%;
}


.about-05 {
	padding: 8% 0;
	background: url(../images/about-05.jpg) no-repeat;
	background-size: cover;
}
.about-05 .theme-title{
	padding-bottom: 6%;
}
.about-05 .swiper-slide{
	padding: 15px;
}

.about-05 .swiper-slide .news-img {
	border-radius: 50%;
	overflow: hidden;
}

.about-05 .swiper-slide h3 {
	font-size: 18px;
	color: #000;
	line-height: 1.3;
	margin-top: 5%;
	text-align: center;
}

.about-05 .swiper-slide a:hover .news-img img {
	transform: scale(1.05, 1.05);
}


.blog-pagination {
	padding-top: 3%;
	text-align: center;
}

.blog-pagination span {
	border-radius: 15px;
	opacity: 1;
	background-color: #c0c4c7;
}

.blog-pagination span.swiper-pagination-bullet-active {
	width: 24px;
	background-color: #fc3b32;
}

.coverbox {
	position: relative;
	display: block;
	overflow: hidden;
}

.coverbox ._bg {
	width: 100%;
	visibility: hidden;
	display: block;
}

.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s;
}

.develop-box {
	padding: 90px 0;
}


.develop-box .swiper-year-box,
.develop-box .swiper-box {
	position: relative;
}

.develop-box .swiper-year-box {
	width: 100%;
	margin: 0 auto;
}

.develop-box .swiper-button-box {
	position: absolute;
	left: 50%;
	width: 1.34rem;
	bottom: 10px;
	z-index: 55;
	height: 3.875rem;
}

.wrap {
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
}

.swiper-year {
	text-align: center;
	color: #cecece;
}

.swiper-year li {
	cursor: pointer;
	width: 20%;
	font-size: 22px;
	overflow: hidden;
	text-align: center;
}

.swiper-year li .inner {
	position: relative;
	padding-bottom: 10px;
}

.swiper-year li .y {
	display: block;
	line-height: 50px;
	margin: 0 auto;
	color: #333;
}

.swiper-year li .icon {
	width: 50px;
	height: 4px;
	background-color: inherit;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
	border-radius: 10px;
}

.swiper-year li.swiper-slide-thumb-active .y {
	color: #fc3b32
}

.swiper-year li.swiper-slide-thumb-active .icon {
	background-color: #fc3b32
}

.swiper-step {
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 8%);
	border-radius: 20px;
	margin-top: 40px;
}


.swiper-step li {
	display: flex;
	padding: 80px 50px;
}

.swiper-step li .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 23%;
	padding: 80px 20px;
	border-radius: 15px;
	margin: 0 20px;
	position: relative;
}

.swiper-step li .info img {
	display: block;
	border-radius: 50px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	box-shadow: 0 12px 24px rgb(0 0 0 / 10%), inset 0 -5px 0 transparent;
}

.swiper-step li .info h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 28px 0 10px 0;
	color: #000;
}
.swiper-step li .info p{
	font-size: 16px;
}
.swiper-step li .info a {
	color: #fc3b32;
	margin-top: 30px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	display: block;
}

.swiper-step li .info:hover a {
	opacity: 1;
}


.swiper-step li .info:hover {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
	padding: 50px 20px 80px 20px;
}

.theme-product .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 1.2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.about-06 {
	padding: 5% 0;
	background-color: #f7f7f7;
}

.about-06 .theme-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-06-img {
	position: relative;
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.about-06-img img {
	width: 100%;
	transition: all 0.5s;
}

.about-06-img i {
	position: absolute;
	right: 5%;
	bottom: 5%;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/big_icon.png) center center/cover no-repeat;
}

.about-06-img a:hover img {
	transform: scale(1.04, 1.04);
}

.about-06-text {
	width: 100%;
	position: relative;
}

.swiper-button-box {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}

.about-06-text .swiper-button-box>* {
	width: 3.875rem;
	height: 3.875rem;
	line-height: 3.875rem;
	text-align: center;
	border: 1px solid #ccc;
	color: #000;
}

.about-06-text .swiper-button-box>*::after {
	font-size: 20px;
}

.about-06-text .swiper-button-box .swiper-button-next {
	right: -0;
}

.about-06-text .swiper-button-box .swiper-button-prev {
	left: -1.875rem;
}

@media screen and (max-width:1680px) {
	.about-desc h3 {
		font-size: 1.625rem;
	}

	.about-desc p {
		font-size: 0.875rem;
	}

	.about-num ul li h4 {
		font-size: 3.125rem;
	}

	.about-num ul li h4 em {
		font-size: 1.125rem;
	}

	.about-num ul li p {
		font-size: 0.875rem;
	}

	.about-factory p {
		font-size: 1rem;
	}

	.about-04 ul li h3 {
		font-size: 1.375rem;
	}

	.about-04 ul li p {
		font-size: 1rem;
	}

	.about-05 .swiper-slide h3 {
		font-size: 1rem;
	}

	.tact-center h2 {
		font-size: 2.7rem;
	}
	.tact-center h3 {
		font-size: 46px;
	}

}

@media screen and (max-width:1440px) {
	.about-desc h3 {
		font-size: 1.25rem;
	}

	.about-desc p {
		font-size: 0.75rem;
	}
	
	.swiper-step li .info p{
		font-size: 14px;
	}

	.about-num ul li h4 {
		font-size: 2.5rem;
	}

	.about-num ul li h4 em {
		font-size: 1rem;
	}

	.about-num ul li p {
		font-size: 0.75rem;
	}

	.about-factory p {
		font-size: 0.875rem;
	}

	.about-04 ul li h3 {
		font-size: 1.125rem;
	}

	.about-04 ul li p {
		font-size: 0.875rem;
	}

	.about-05 .swiper-slide h3 {
		font-size: 0.875rem;
	}

	.tact-center h2 {
		font-size: 2.3rem;
	}

	.tact-center p {
		font-size: 1em;
	}


}



.projects-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.projects-container h3 {

	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}


.projects-1 {
	padding: 6% 0;
}

.projects-1 ul {
	display: flex;
	justify-content: space-around;
}

.projects-1 ul li {
	width: 30%;
	padding: 5% 4%;
	text-align: center;
	background-color: #2f2f2f;
	border-radius: 18px;
}

.projects-1 ul li img {
	width: 8.333333vw;
	min-width: 110px;
	margin-bottom: 10px;
}

.projects-1 ul li h3 {
	font-size: 1.875rem;
	color: #fff;
	line-height: 2;
}

.projects-1 ul li p {
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: .5;
	color: #fff;
}



.projects-02 {
	padding: 5% 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.projects-con {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.projects-2-left:before,
.projects-2-right:before,
.projects-2-bottom:before {
	display: block;
	content: '';
	position: absolute;
	left: 11px;
	right: 11px;
	top: 11px;
	bottom: 11px;
	background-color: #fff;
	z-index: 0;
}



.projects-2-left,
.projects-2-right,
.projects-2-bottom {
	position: relative;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 300Px;
	font-size: 12px;
	overflow: hidden;
}

.projects-2-img {
	overflow: hidden;
	width: 34%;
	position: relative;
}

.projects-2-img img {
	width: 100%;
}

.projects-2-left {
	margin-left: 53%;
	flex-direction: row;
	justify-content: flex-start;
}

.projects-2-right {
	margin-left: 53%;
	flex-direction: row;
	justify-content: flex-start;
}

.projects-2-bottom {
	border-radius: 10px;
	width: 53%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	flex-direction: row;
	justify-content: flex-start;
}

.projects-2-bottom .projects-2-text {
	width: 53%;
}

.projects-2-bottom .projects-2-img {
	width: 44%;
}

.projects-2-text {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 40px;
	width: 70%;
}

.projects-2-text h3,
.projects-2-bottom h3 {
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.projects-2-text p,
.projects-2-bottom p {
	font-size: 16px;
	line-height: 1.4;
	opacity: .7;
}




.projects-03 {
	padding-bottom: 5%;
}

.projects-msg {
	margin-top: -3%;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.projects-font {
	font-size: 1.125rem;
	color: #7f7f7f;
	margin-top: 1%;
}

.con-name,
.con-email,
.con-tel {
	position: relative;
	float: left;
	width: calc(88%/3);
	margin-bottom: 2%;
}

.con-name,
.con-email {
	margin-right: 6%;
}

.con-msg input[type="text"] {
	width: 100%;
	padding: 0 14px;
	font-size: 16px;
	font-family: BlueSkyStandard;
	line-height: 60px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.con-msg input[type="text"]::input-placeholder {
	color: #999;
}

.con-msg textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	padding: 0 14px;
	font-family: BlueSkyStandard;
	line-height: 25px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.con-submit {
	padding-top: 2.5%;
}

.con-submit input[type="submit"] {
	display: block;
	width: 385px;
	line-height: 64px;
	font-size: 18px;
	color: #fff;
	border: 0;
	margin: 0 auto;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: BlueSkyStandard;
	background-color: #000;
}

.con-msg em {
	font-size: 16px;
	line-height: 65px;
	position: absolute;
	right: 14px;
	top: 0;
	font-style: normal;
}

.Validform_wrong {
	color: red;
}

.Validform_right {
	color: green;
}

@media screen and (max-width:1680px) {
	.projects-container h3 {
		font-size: 5.625rem;
	}

	.projects-desc ul li {
		width: 400px;
		padding-left: 90px;
		margin-bottom: 25px;
	}

	.projects-desc ul li i {
		width: 70px;
		height: 70px;
	}

	.projects-desc ul li h3 {
		font-size: 1.5625rem;
	}

	.projects-desc ul li p {
		font-size: 1rem;
	}

	.projects-font {
		font-size: 1rem;
	}

	.projects-1 ul li h3 {
		font-size: 26px;
	}

	.projects-1 ul li p {
		font-size: 16px;
	}

	.con-msg input[type="text"] {
		font-size: 0.875rem;
		line-height: 50px;
		padding: 0 10px;
	}

	.con-msg em {
		font-size: 0.875rem;
		line-height: 50px;
		right: 10px;
	}

	.con-msg textarea {
		padding: 0 10px;
		font-size: 0.875rem;
		height: 130px;
	}

	.con-submit input[type="submit"] {
		width: 360px;
		font-size: 1rem;
		line-height: 60px;
	}


	.projects-2-left,
	.projects-2-right,
	.projects-2-bottom {
		min-height: 268px;
	}

	.projects-2-img {
		width: 46%;
	}

	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text {

		padding: 0 24px;
		width: 86%;
	}

	.projects-2-bottom .projects-2-text {
		width: 45%;
	}


	.projects-2-bottom .projects-2-img {
		width: 48%;
	}

	.projects-2-text h3,
	.projects-2-bottom h3 {
		font-size: 24px;
		line-height: 1.3;

	}







}

@media screen and (max-width:1440px) {
	.projects-container h3 {
		font-size: 4.375rem;
	}

	.projects-desc ul li {
		width: 360px;
		padding-left: 80px;
		margin-bottom: 20px;
	}

	.projects-desc ul li i {
		width: 60px;
		height: 60px;
	}

	.projects-desc ul li h3 {
		font-size: 1.25rem;
	}

	.projects-desc ul li p {
		font-size: 0.875rem;
	}

	.projects-font {
		font-size: 0.875rem;
	}

	.projects-1 ul li h3 {
		font-size: 1.25rem;
	}

	.projects-1 ul li p {
		font-size: 0.875rem;
	}

	.projects-2-left,
	.projects-2-right,
	.projects-2-bottom {
		min-height: 268px;
	}

	.projects-2-img {
		width: 46%;
	}


	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text {

		padding: 0 24px;
		width: 86%;
	}

	.projects-2-bottom .projects-2-text {
		width: 45%;
	}


	.projects-2-bottom .projects-2-img {
		width: 53%;
	}




	.projects-2-text h3,
	.projects-2-bottom h3 {
		font-size: 20px;
		line-height: 1.3;
		text-transform: uppercase;
		margin-bottom: 13px;
	}

	.projects-2-text p,
	.projects-2-bottom p {
		font-size: 14px;
		line-height: 1.3;
		opacity: .7;
	}

	.con-msg input[type="text"] {
		font-size: 0.75rem;
		line-height: 45px;
		padding: 0 5px;
	}

	.con-msg em {
		font-size: 0.75rem;
		line-height: 45px;
		right: 5px;
	}

	.con-msg textarea {
		padding: 0 5px;
		font-size: 0.75rem;
		height: 110px;
	}

	.con-submit input[type="submit"] {
		width: 340px;
		font-size: 0.875rem;
		line-height: 55px;
	}
}


.con-ban .theme-container {
	height: 100%;
}

.con-title {
	position: absolute;
	left: 0;
	bottom: 12%;
}

.con-title h3 {
	font-size: 3.75rem;
	line-height: 1.3;
	color: #fff;

}

.service-01 {
	padding: 4% 0;
}

.service-font {
	margin-top: 1%;
	font-size: 18px;
}

.service-01 ul {
	display: flex;
	justify-content: space-between;
}

.service-01 ul li {
	width: calc(95%/4);
	padding: 2% 0 2%;
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
}

.service-01 ul li h3 {
	font-size: 55px;

	line-height: 1.1;
	margin-bottom: 4%;
	color: #333;
}

.service-01 ul li h4 {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 8%;
	color: #666;
}

.service-01 ul li p {
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
}

.service-01 ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 0;
	pointer-events: none;
}



.service-02 {
	padding: 5% 0;
	background-color: #f4f4f4;
}

.service-2 {
	position: relative;
	width: 100%;
	height: 41.6979vw;
	min-height: 510px;
	background-color: #000;
}

.service-2 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	opacity: .7;
}

.service-2 .theme-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.service-2-text {
	width: 30%;
}

.service-2-text p {
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}





.service-03 {
	padding: 4% 0 4%;
	background: #303030;
}

.service-03 h2 {
	margin-bottom: 3%;
	color: #fff;
}


.service-03 ul {
	width: 100%;
	margin: 1.5% auto 0;
	display: flex;
	justify-content: space-between;
}

.service-03 ul li {
	width: calc(90%/6);
	text-align: center;
}

.service-03 ul li i {
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 10% 0;
	margin: 0 auto 10px;
	background-color: #4a4a4a;
	border-radius: 10px;
}

.service-03 ul li i img {
	width: 35%;
	max-width: 80px;
}

.service-03 ul li h3 {
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	line-height: 2;
}

.service-04 {
	padding: 4% 0;
	background-color: #f4f4f4;
}

.service-04-top {
	display: flex;
	justify-content: right;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2%;
	background: url(../images/service_04.jpg) left top/auto 100% no-repeat;
}

.service-04-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41.45vw;
	height: 29.6875vw;
	min-width: 545px;
	min-height: 390px;
	background-color: #fff;
	border-radius: 0;
}

.service-04-desc {
	width: 80%;
	height: 65%;
}

.service-04-desc p {
	line-height: 1.6;
}

.service-04 ul {
	display: flex;
	justify-content: space-between;
}

.service-04 ul li {
	width: calc(97%/4);
	pointer-events: none;
	border-radius: 15px;
	overflow: hidden;
}

.service-04 ul li img {
	width: 100%;
}




.service-05 {
	width: 100vw;
	height: 38.54vw;
	min-width: 1280px;
	min-height: 506px;
	padding-top: 9%;
	position: relative;
	overflow: hidden;
}

.service-05 .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/service-05.jpg) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.service-05-text {
	width: 70%;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}

.service-05-text a {
	display: block;
	width: 170px;
	margin: 50px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	border: 1px solid #fff;
}

.service-05-text a:hover {
	background-color: #fff;
	color: #333;

}



@media screen and (max-width:1680px) {
	.con-title h3 {
		font-size: 3.4375rem;
	}

	.service-font {
		font-size: 1rem;
	}

	.service-01 ul li h3 {
		font-size: 3rem;
	}

	.service-01 ul li h4 {
		font-size: 0.9375rem;
	}

	.service-01 ul li p {
		font-size: 0.8125rem;
	}

	.service-02-box ul li i {
		width: 35px;
		height: 35px;
	}

	.service-02-box ul li h3 {
		font-size: 2.5rem;
	}

	.service-02-box ul li p {
		font-size: 0.9375rem;
	}

	.service-03 ul li h3 {
		font-size: 0.875rem;
	}


	.service-05 {
		height: 41.54vw;
	}

	.theme-title h3 {
		font-size: 40px;
	}

}

@media screen and (max-width:1440px) {
	.con-title h3 {
		font-size: 3.125rem;
	}

	.service-font {
		font-size: 0.875rem;
	}

	.service-01 ul li h3 {
		font-size: 2.375rem;
	}

	.service-01 ul li h4 {
		font-size: 0.875rem;
	}

	.service-01 ul li p {
		font-size: 0.75rem;
	}

	.service-02-box ul li i {
		width: 30px;
		height: 30px;
	}

	.service-02-box ul li h3 {
		font-size: 2.1875rem;
	}

	.service-02-box ul li p {
		font-size: 0.875rem;
	}

	.service-03 ul li h3 {
		font-size: 0.75rem;
	}

	.service-05 {
		height: 41.54vw;
	}

	.theme-title h3 {
		font-size: 35px;
	}

}

.contact-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4%;
}

.contact-left h3 {
	font-size: 40px;
	line-height: 1.1;
	color: #000;
	font-family: "BlueSkyStandard-Bold";
}

.onelist ul {
	display: flex;
	justify-content: space-between;
}

.onelist ul li {
	text-align: center;
}

.onelist ul li i {
	display: block;
	width: 8vw;
	height: 8vw;
	margin: 0 auto 4%;
	min-width: 100px;
	min-height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.onelist ul li h4 {
	font-size: 1.125rem;
	line-height: 2;
	color: #000;
	font-family: "BlueSkyStandard-Bold";
}

.onelist ul li p {
	font-size: 1rem;
}

.contact {
	padding: 6% 0;
}

.contact-box {
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}

.contact-desc {
	width: 36%;
}
.contact-desc img{
	width: 380px;
}
.contact-desc h3 {
	font-size: 1.5625rem;
	line-height: 1.3;
	color: #000;
	margin-bottom: 10%;
}

.contact-desc h5 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #000;
	margin-bottom: 5px;
}

.contact-desc p {
	font-size: 18px;
	color: #000;
	opacity: .7;
	line-height: 1.6;
	margin-bottom: 6%;
}

.contact-desc p:last-child {
	margin-bottom: 0;
}



@media screen and (max-width:1680px) {
	.contact-desc h3 {
		font-size: 1.375rem;
	}

	.contact-desc h5 {
		font-size: 1.125rem;
	}

	.contact-desc p {
		font-size: 16px;
	}
	.contact-desc img {
		width: 316px;
	}

}

@media screen and (max-width:1440px) {
	.contact-desc h3 {
		font-size: 1.25rem;
	}

	.contact-desc h5 {
		font-size: 1rem;
	}

	.contact-desc p {
		font-size: 14px;
	}
	.contact-desc img {
		width: 298px;
	}

}



.news-box {
	padding: 8% 0 4%;
	overflow: hidden;
}
.news-box .theme-container{
	max-width: 1300px;
}

.news-list ol {
	overflow: hidden;
}
.news-list ol li {
	position: relative;
	margin-bottom: 25px;
	background: #fff;
	transition: all 0.5s;
	width: 50%;
	padding: 0 16px;
	float: left;
}

.news-list ol li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 8px 26.19px 0.81px rgb(0 0 0 / 5%);
}

.news-list ol li .news-img {
	width: 100%;
	height: 335px;
	background: url(logo02.png) center no-repeat #f4f4f4;
	background-size: 150px;
	overflow: hidden;
}

.news-list ol li .news-img div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}

.news-list ol li .news-info {
	padding: 25px 40px 20px;
	background-color: #fff;
	
}

.news-list ol li .news-info h3 {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 24px;
	color: #333;
	min-height: 85px;
	overflow: hidden;
}

.news-list ol li .news-info p {
	font-size: 15px;
	height: 50px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
}

.news-list ol li:hover .news-img div {
	transform: scale(1.1, 1.1);
}


.news-list ol li:hover .news-info h3 {
	color: #000;
}



.news_show_left {
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

.news_info {
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}

.news_info a {
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #e33839;
	border-radius: 40px;
	cursor: pointer;
}

.news_content {
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_content img {
	max-width: 100%;
}

.news_show_content p {
	margin-bottom: 10px;
}
.news_show_content span {
	display: initial;
}
.news_info a:hover {
	background-color: #e33839;
}

.light {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	padding: 25px 10px 13px;
	background-color: #fff;
	border: 4px solid #ddd;
	transform: translate(-50%, -50%);
}

.light i {
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(closed_02.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.light img {
	width: 250px;
}

.light p {
	text-align: center;
}

@media screen and (max-width:1680px) {
	.news_list ol li a {
		padding: 23px;
	}

	.news_list ol li .news-img {
		height: 210px;
	}

	.news_list ol li .news-info h3 {
		font-size: 20px;
	}

	.news_list ol li .news-info p {
		font-size: 14px;
	}

	.news_list ol li .news-date font {
		font-size: 29px;
	}

	.news_list ol li .news-date {
		top: 48px;
	}

	.news_info {
		font-size: 15px;
	}

	.news_info a {
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}

	.news_show_left {
		padding: 28px;
	}

	.news_show_left h2 {
		font-size: 1.4em;
	}

	.news_content {
		font-size: 15px;
	}
}

@media screen and (max-width:1440px) {

	.news_list ol li a {
		padding: 20px;
	}

	.news_list ol li .news-img {
		height: 200px;
	}

	.news_list ol li .news-info h3 {
		font-size: 18px;
	}

	.news_list ol li .news-info p {
		font-size: 13px;
	}

	.news_list ol li .news-date font {
		font-size: 27px;
	}

	.news_list ol li .news-date {
		top: 45px;
	}

	.news_show_left h2 {
		font-size: 1.3em;
	}

	.news_info {
		font-size: 14px;
	}

	.news_info a {
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}

	.news_content {
		font-size: 14px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #eee;
	border-radius: 5px;
}

a.page {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #ea5036;
	border-radius: 5px;
}

a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}

.ra a:hover {
	text-decoration: underline;
	color: #666;
}

.red {
	color: #ff3330!important;
}

.yrr {
	color: #ea5036!important;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


.pro-type {
	font-size: 0;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -40px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	z-index: 99;
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
	padding: 25px 25px;
	box-shadow: 0 15px 32px 0 rgb(247 91 85 / 12%);
}



.pro-type .pro-item {
	margin-right: 20px;
	overflow: hidden;
}

.pro-type .pro-item>a {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
}

.pro-type .pro-item>a h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.pro-type .pro-item>a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 auto;
	display: block;
	width: 0;
	height: 100%;
	background-image: linear-gradient(to right, #fe7358, #f75a55);
	transition: 0.3s all;
	border-radius: 50px;
}

.pro-type .pro-item>a.on::after,
.pro-type .pro-item>a:hover::after {
	width: 100%;
}

.pro-type .pro-item>a:hover h3,
.pro-type .pro-item>a.on h3 {
	color: #fff;
}

.pro-type .pro-item>a.on .pro-img,
.pro-type .pro-item>a:hover .pro-img {
	transform: rotateY(180deg);
}


.item-menu {
	position: absolute;
	top: 124px;
	left: 50%;
	z-index: 10;
	height: 0;
	min-height: 0;
	max-height: 0;
	margin-left: -100px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.item-menu a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.item-menu a:hover {
	color: #fff;
	background-color: #e33839;
}

.pro-type .pro-item:hover .item-menu {
	height: auto;
	min-height: auto;
	max-height: 400px;
}

.product-box {
	padding: 6% 0 0;
}

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

.product-content {
	width: 100%;
	min-height: 680px;
}

.pro-aline {
	width: 100%;
	font-size: 1rem;
	line-height: 2;
	padding-bottom: 20px;
}

.pro-aline a {
	display: inline-block;
	margin: 0 10px;
}

.pro-aline a:hover {
	text-decoration: underline;
}

.pro-aline a:first-child {
	margin-left: 0;
}

.type-box {
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.type-video {
	width: 58.3333%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}

.type-video:hover img {
	transform: scale(1.05, 1.05);
}

.type-video img {
	opacity: .5;
}

.type-video i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 3.5468333vw;
	height: 3.5468333vw;
	min-height: 50px;
	min-width: 50px;
	background: url(../images/pro_video.png) center center/cover no-repeat;
}

.type-video a {
	cursor: pointer;
}

.type-info {
	width: 31.25%;
	height: 80%;
	padding-top: 7%;
	margin-right: 5%;
}

.type-info h3 {
	font-size: 1.875rem;
	margin-bottom: 3%;
	color: #000;
}

.type-info p {
	font-size: 1rem;
	line-height: 1.6;
}

.type-content {
	padding-top: 4%;
	font-size: 1rem;
	line-height: 1.8;
}



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


.product-list ul li {
	position: relative;
	width: calc(94%/4);
	margin: 0 2% 2% 0;
	padding: 5% 0;
	text-align: center;
	transition: all 0.5s;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.product-list ul li a {
	height: 100%;
	background-color: #fff;

}

.product-list ul li:nth-child(4n) {
	margin-right: 0;
}

.product-list ul li .img {
	width: 140px;
	padding-bottom: 25px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

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

.product-list ul li h3 {
	font-size: 20px;
	line-height: 2;
	text-align: center;
	margin-top: 5px;
	color: #000;
	background-color: #fff;
}
.product-list ul li span{
	width: 150px;
	margin: 0 auto;
	font-size: 0.875rem;
	line-height: 45px;
	height: 45px;
	color: #fff;
	border-radius: 20px;
	background-image: linear-gradient(to right, #fe7358, #f75a55);
	margin-top: 30px;
	display: block;
	overflow: hidden;
	opacity: 0;
}


.product-list ul li p,
.new-product ul li p {
	font-size: 1rem;
	line-height: 1.4;
	color: #636062;
	text-align: center;
}

.new-product ul li:hover {
	box-shadow: 0 20px 35px -15px rgba(0, 0, 0, .25);
}


.product-list ul li:hover h3 {
	margin-top: -10px;
	color: #fc3b32;
}

.product-list ul li:hover span {
	opacity: 1;
}


.customer-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.customer-list ul li {
	position: relative;
	width: calc(90%/6);
	margin: 0 2% 2% 0;
	text-align: center;
	transition: all 0.5s;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 20px;
}

.customer-list ul li a {
	display: block;
	height: 100%;
	background-color: #fff;
}

.customer-list ul li:nth-child(6n) {
	margin-right: 0;
}

.customer-list ul li .img {
	overflow: hidden;
	padding-bottom: 60%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.customer-list ul li a{
	font-size: 14px;
	height: 100%;
	width: 100%;
	color: #fff;
	background-image: linear-gradient(to right, #fe7358, #f75a55);
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customer-list ul li:hover a{
	opacity: 1;
}



.pro-serach-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-width: 1280px;
	height: 15.36458vw;
	min-height: 200px;
	max-height: 295px;
	background: url(../images/pro_search_bg.jpg) center center/cover no-repeat;
}

.pro-serach {
	text-align: center;
	width: 33.75%;
	max-width: 650px;
}

.pro-serach h3 {
	font-size: 2rem;
	line-height: 2;
	color: #000;
	margin-bottom: 4%;
}

.pro-serach form {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.pro-serach input[type="text"] {
	float: right;
	width: calc(100% - 70px);
	line-height: 55px;
	border: 0;
	padding: 0 10px;
	font-size: 1rem;
	font-family: BlueSkyStandard, arial;
	background-repeat: no-repeat;
	background: no-repeat;
}

.pro-serach input[type="submit"] {
	float: left;
	width: 70px;
	height: 55px;
	border: 0;
	background: url(search.png) center center no-repeat;
}


.node {
	width: 100%;
	padding: 150px 0;
	text-align: center;
}

.node h4 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width:1680px) {
	.pro-title h3 {
		font-size: 1.25rem;
	}

	.pro-menu>ul>li>a {
		padding: 16px 20px;
		font-size: 1rem;
	}

	.pro-menu>ul>li:hover .menu-down,
	.pro-menu>ul>li.on .menu-down {
		padding: 8px 0;
	}

	.menu-down a {
		padding: 16px 20px;
		font-size: 0.875rem;
	}

	.pro-aline {
		font-size: 0.875rem;
	}

	.type-info h3 {
		font-size: 1.625rem;
	}

	.type-info p {
		font-size: 0.875rem;
	}

	.type-content {
		font-size: 0.875rem;
	}

	.product-list ul li em {
		top: 11px;
		left: 11px;
		padding: 3px 12px;
		font-size: 13px;
		border-radius: 20px;
	}

	.product-list ul li h3 {
		font-size: 18px;
	}

	.product-list ul li p {
		font-size: 0.875rem;
	}

 	.pro-serach h3 {
		font-size: 1.625rem;
	}

	.pro-serach input[type="text"] {
		width: calc(100% - 60px);
		line-height: 50px;
	}

	.pro-serach input[type="submit"] {
		width: 60px;
		height: 50px;
	}
	
	.customer-list ul li {
		padding: 20px 16px;
	}
	
	.pro-type .pro-item>a {
		padding: 10px 25px;
	}
	
}


@media screen and (max-width:1680px) {
	.pro-title h3 {
		font-size: 1.0625rem;
	}
}

@media screen and (max-width:1440px) {
	.pro-title h3 {
		font-size: 1rem;
	}

	.pro-menu>ul>li>a {
		padding: 14px 18px;
		font-size: 0.875rem;
	}

	.menu-down a {
		padding: 14px 18px;
		font-size: 0.75rem;
	}

	.pro-menu>ul>li:hover .menu-down,
	.pro-menu>ul>li.on .menu-down {
		padding: 6px 0;
	}

	.pro-aline {
		font-size: 0.75rem;
	}

	.type-info h3 {
		font-size: 1.375rem;
	}

	.type-info p {
		font-size: 0.75rem;
	}

	.type-content {
		font-size: 0.75rem;
	}

	.product-list ul li em {
		top: 10px;
		left: 10px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 20px;
	}

	.product-list ul li h3 {
		font-size: 0.875rem;
	}

	.product-list ul li p {
		font-size: 0.75rem;
	}

	.product-list ul li span,
	.product-list ul li input {
		width: 130px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}

	.pro-serach h3 {
		font-size: 1.375rem;
	}

	.pro-serach input[type="text"] {
		width: calc(100% - 56px);
		line-height: 45px;
	}

	.pro-serach input[type="submit"] {
		width: 56px;
		height: 45px;
	}

	.customer-list ul li {
		padding: 20px 18px;
	}
	.pro-type .pro-item>a {
		padding: 10px 20px;
	}
	.pro-type .pro-item>a h3 {
		font-size: 14px;
	}


}

@media screen and (max-width: 1280px) {
	.product-list ul li span {
		top: 325px;
	}
}






.mask_bg,
.main_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
	top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
	display: grid;
}

.video_show iframe,
.video_show video {
	width: 100%;
	max-height: 500px;
}


.video_ise {
	display: inline-block !important;
	width: 81px;
	height: 81px;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	z-index: 99;
}

.video_ise img {
	width: 100%;
}

.pro_video:hover .video_ise {
	transform: scale(1.08, 1.08);
}

.pro_video:hover .video_img {
	opacity: .9;
}

.pro_video {
	background-color: #000;
}


.pro-container {
	width: 73.6%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 6% 0;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	position: relative;
}


.product-top {
	padding: 4% 0;
	background: url(../images/about-05.jpg) no-repeat;
	background-size: cover;
}
.product-top  .pro-container{
	align-items: center;
	padding: 0% 0;
}

.product-top .product-top_con{
	width: 40%;
}

.product-top .product-top_con img{
	width: 120px;
}
.product-top .product-top_con h1{
	color: #000;
	font-size: 40px;
	line-height: 1.2;
	margin: 25px 0 20px;
	font-weight: 900;
}
.product-top .product-top_con p{
	color: #9c9b9b;
	font-size: 20px;
	margin: 10px 0;
}

.product-top_img{
	overflow: hidden;
	border-radius: 20px;
}

.product-top .product-top_con a{
	font-size: 14px;
	height: 50px;
	width: 130px;
    color: #fff;
    background-image: linear-gradient(to right, #fe7358, #f75a55);
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
	border-radius: 10px;
}


.product-left {
	width: 30%;
	min-width: 290px;
	max-width: 422px;
}

.product-left .info {
	float: right;
    width: 300px;
    height: 480px;
    margin-left: 30px;
    padding: 36px 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-weight: 500;
    background: url(../images/case-detail-bg.png) 50%/cover no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.product-left .info-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.product-left .info-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
	text-align: center;
}

.product-left .info-con span{
    font-size: 24px;
	line-height: 1.5;
	font-weight: 900;
}


.product-left .info-title__count {
    margin-right: 7px;
    font-size: 32px;
}

.product-left .info .account {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
}

.product-left .info .account .account-title {
    margin-top: 15px;
}
.product-left .info .account .account-img img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-detailed {
	width: 75%;
	min-width: 650px;
	overflow: hidden;
	background-color: #fff;
	line-height: 1.8;
	padding-right: 40px;
	border-right: 1px solid #e6e6e6;

}
.product-detailed .detailed-tit{
	margin-bottom: 20px;
	font-size: 2.5rem;
	color: #000;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.product-detailed .detailed-tit span{
	font-size: 14px;
	overflow: hidden;
	padding: 5px 20px;
	color: #fff;
	background-image: linear-gradient(to right, #fe7358, #f75a55);
	border-radius: 10px;
	margin-left: 10px;
}

.s_b2_backbox {
    width: 60px;
    position: absolute;
    bottom: 50px;
    left: 0;
}
.s_b2_backbox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.s_b2_backimgbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.s_b2_backwz {
    width: calc(100% - 10px);
    padding-left: 10px;
}

.s_b2_backimg {
    width: 10px;
}
.s_b2_backimg img {
    width: 100%;
}

@media screen and (max-width:1680px) {
	.product-img {
		border-radius: 8px;
	}

	.video_ise {
		width: 71px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.5rem;
	}

	.product-info p {
		font-size: 1rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.9375rem;
		line-height: 46px;
		height: 46px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 1rem;
	}

	.pro-more {
		font-size: 0.8125rem;
	}

	.patent {
		line-height: 46px;
		padding-left: 60px;
		font-size: 14px;
	}

	.product-recom ul li h4 {
		font-size: 1.125rem;
	}

	.product-recom ul li p {
		font-size: 0.875rem;
	}

	.product-recom ul li em {
		font-size: 0.8125rem;
		padding: 3px 8px;
	}
}

@media screen and (max-width:1580px) {
	.patent {
		line-height: 44px;
		padding-left: 55px;
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	.product-img {
		border-radius: 6px;
	}

	.video_ise {
		width: 61px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.25rem;
	}

	.product-info p {
		font-size: 0.875rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.875rem;
		line-height: 42px;
		height: 42px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 0.875rem;
		margin-bottom: 6%;
	}

	.pro-more {
		font-size: 0.75rem;
	}

	.patent {
		line-height: 42px;
		padding-left: 50px;
		font-size: 12px;
	}

	.product-recom ul li h4 {
		font-size: 1rem;
	}

	.product-recom ul li p {
		font-size: 0.75rem;
	}

	.product-recom ul li em {
		top: 10px;
		right: 10px;
		font-size: 0.75rem;
		padding: 2px 6px;
	}
}



.series-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.series-list ul li {
	position: relative;
	width: 49%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2%;
}

.series-list ul li h3 {
	position: absolute;
	left: 0;
	bottom: 4.5%;
	padding: 0 4.5%;
	font-size: 1.25rem;
	line-height: 2;
	color: #fff;
}

.series-list ul li:hover img {
	transform: scale(1.05, 1.05);
}

.series-box {
	padding: 4.5% 0;
}

.series-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}

.series-img {
	pointer-events: none;
	width: 74%;
	border-radius: 12px;
	overflow: hidden;
}

.series-text {
	width: 24%;
	border-radius: 12px;
	padding: 4% 3%;
	background-color: #fff;
}

.series-text h3 {

	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 6.5%;
	color: #000;
}

.series-text p {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 16%;
	color: #666;
}

.series-text a {
	display: inline-block;
	width: 75%;
	line-height: 50px;
	font-size: 16px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background-color: #fc3b32;
}

.series-text a:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.series-bottom {
	display: flex;
	justify-content: end;
}

.series-pro {
	width: 74%;
}

.series-pro ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.series-pro ul li {
	width: calc(94%/4);
	margin: 0 2% 2% 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.series-pro ul li:nth-child(4n) {
	margin-right: 0;
}

.series-pro ul li h3 {
	font-weight: normal;
	text-align: center;
	line-height: 3.5;
}

.series-pro ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}


@media screen and (max-width:1680px) {
	.series-text p {
		font-size: 0.875rem;
	}

	.series-text h3 {
		font-size: 1.8rem;
	}

	.series-text a {
		line-height: 45px;
		font-size: 0.9375rem;
	}
}

@media screen and (max-width:1440px) {
	.series-text p {
		font-size: 0.75rem;
	}

	.series-text h3 {
		font-size: 1.3rem;
	}

	.series-text a {
		line-height: 40px;
		font-size: 0.75rem;
	}
}

.product-ban {
	position: relative;
	width: 100%;
	min-width: 1280px;
	height: 498px;
	overflow: hidden;
	background: #000;
}

.product-ban div.banitem {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 110vw;
	min-width: 1430px;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-animation: subs 6s linear 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform: translateX(-4%);
	opacity: 1;
}
.product-ban .theme-container {
    height: 100%;
}

.proshow-top{
	padding: 6% 0;
	overflow: hidden;
}
.proshow-top .theme-container,
.proshow-cent .theme-container{
	max-width: 1200px;
}





.proshow-top-list-4{
	display:flex;
	justify-content: space-between;
}
.proshow-top-list-4 li{
	width: 24%;
	position: relative;
}
.proshow-top-list-4 li .proshow-tcon{
	margin: -120px 0 0 0;
	padding: 30px;
	border-radius:30px ;
	background: #fff;
	position: relative;
	z-index: 99;

}

.proshow-top-list{
	display:flex;
	justify-content: space-between;
}
.proshow-top-list li{
	width: 30%;
	background: #f9fbfc;
}

.proshow-tcon{
	margin: 50px 30px;
}
.proshow-top-list li h2,
.proshow-top-list-4 li h2{
	color: #000;
	margin-bottom: 15px;
	line-height: 1.5;
}

.proshow-top-list li p,
.proshow-top-list-4 li p{
	color: #666;
	line-height: 1.5;
	font-size: 14px;
}


.proshow-cent-show {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 8% 0;
}
.proshow-cent-text h2{
	color: #000;
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.proshow-cent-text p{
	color: #666;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 10px;
}

.proshow-cent-img{
	width: 50%;
}
.proshow-cent-text{
	width: 42%;
}





.index-about-num{
	overflow: hidden;	
	padding: 0;
}
.index-about-num li{
	position: relative;
	float: left;
	width: calc(100%/4);
	padding: 30px 30px;
	text-align: center;
}

.index-about-num li h4{
	font-size: 60px;
	line-height: 1.2;
	color: #E31924;

}
.index-about-num li h4 em{
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}
.index-about-num li p{
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}


.pro-develop-box {
	padding: 0px 0;
}


.pro-develop-box .swiper-year-box,
.pro-develop-box .swiper-box {
	position: relative;
}

.pro-develop-box .swiper-year-box {
	width: 1200px;
	margin: 0 auto;
}

.pro-develop-box .swiper-button-box {
	position: absolute;
	left: 50%;
	width: 1.34rem;
	bottom: 10px;
	z-index: 55;
	height: 3.875rem;
}

.wrap {
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
}

.pro-develop-box .swiper-nav {
	text-align: center;
	color: #cecece;
}

.pro-develop-box .swiper-nav li {
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
}

.pro-develop-box .swiper-nav li .inner {
	position: relative;
	padding-bottom: 10px;
}

.pro-develop-box .swiper-nav li .y {
	display: block;
	line-height: 50px;
	margin: 0 auto;
	color: #333;
}

.pro-develop-box .swiper-nav li .icon {
	width: 50px;
	height: 4px;
	background-color: inherit;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
	border-radius: 10px;
}

.pro-develop-box .swiper-nav li.swiper-slide-thumb-active .y {
	color: #fc3b32
}

.pro-develop-box .swiper-nav li.swiper-slide-thumb-active .icon {
	background-color: #fc3b32
}

.pro-develop-box .swiper-show {
	margin-top: 40px;
}

.pro-develop-box .swiper-show li {
	display: flex;
}

.modal_2 {
    width: 100%;
    background: #f8f8f8;
    padding: 65px 0;
}

.modal_2 ul{
	display: flex;
	justify-content: center;
}
.modal_2 li{
	float: left;
	width: 33%;
	margin-right: 16px;
	padding: 40px 40px 40px  120px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    background-color: #fff!important;
    margin-bottom: 20px;
}
.modal_2 li .p1{
	font-size: 18px;
	color: #504d4d;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.modal_2 li  .p1:after{
	 content:''; display:block; 
	 width:28px;
	 height: 2px;
	 background: #e81212;
	 position: absolute;
	 top:35px;
	 left: 0%;
}

.ecology_bg{
	background: url(../uppic/ecology_bg.jpg)no-repeat;
	background-size: cover;
}

.roteitem{
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.litems,.ritems{
	width: 48%;
	text-align: left;
}
.litems .item img {
    float: right;
	width: 64px;
	height: 64px;
    margin-left: 20px;
}
.ritems .item img {
    float: left;
	width: 64px;
	height: 64px;
    margin-right: 20px;
}
.litems .item div{
	text-align: right;
	color: #fff;
}
.ritems .item div{
	text-align: left;
		color: #fff;
}
.item{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	margin-bottom: 30px;
}
.item h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
	margin-bottom: 10px;
}
.item p {
    color: #DBD6D6;
    font-size: 13px;
}

.moduleIntroduction {
    margin: 0 auto;
    width: 100%;
    height: 585px;
    display: flex;
    background-color: #F7FAFE;
}



.modal_4 ul{
	padding: 32px;
}
.modal_4 li{
	display: flex;
    color: red;
    margin-right: 20px;
    margin-bottom: 16px;
}

.modal_4 .rightItem {
    padding: 20px;
    border-radius: 4px;
    z-index: 20;
    cursor: pointer;
}
.modal_4 .rightItem p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #262D43;
}
.modal_4 .rightItem img{
	width: 40px;
}
.modal_4 .rightItem .detail {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #5D6070;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}


.digitization .bottom {
    margin-top: 67px;
    width: 100%;
    height: 425px;
    display: flex;
}

.digitization .bottom .bottomItem {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
    /* transition: all 0.5s; */
}

.digitization .bottom .bottomItem .title {
    margin-top: 40px;
    padding-left: 30px;
    border-left: 10px solid #2d4fb4;
    font-size: 24px;
    line-height: 34px;
}

.digitization .bottom .bottomItem .detail {
    padding: 0 40px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.digitization .bottom .bottomItem .hover_show {
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%);
    margin-top: 16px;
    width: 210px;
    height: 210px;
}

.digitization .bottom .bottomItem .bottomImg {
    position: absolute;
    right: -30px;
    margin-top: 52px;
    width: 270px;
    height: 270px;
}

.digitization .bottom .electronicDignature, .electronicFile {
    background: rgba(169, 181, 205, 0.1);
}

.digitization .bottom .bottomItem:hover > .title ,
.digitization .bottom .bottomItem:hover > .detail{
    color: #fff;
}

.digitization .bottom .bottomItem:hover {
    background-color: #2d4fb4;
}

.digitization .bottom .bottomItem:hover > .hover_show {
    display: block;
}
.digitization .bottom .bottomItem:hover > .bottomImg {
    display: none;
}
