body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

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

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-weight: normal;
	word-break: break-all;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	font-family: 微软雅黑;
}

.swiperjs {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #ffffff;
	font-family: STSong;
}

.swiperjs h4 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.swiperjs p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 3.5rem;
	text-transform: uppercase;
}

.swiperjs a {
	display: inline-block;
	line-height: 2.6rem;
	padding: 0 2rem;
	border: 1px solid #ffffff;
	border-radius: 30px;
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.swiperjs a i {
	font-size: 1.2rem;
	float: left;
	margin-right: 0.3rem;
	transition: all 0.3s ease;
}

.swiperjs a:hover {
	background-color: #ffffff;
	color: #da251c;
}

.swiperjs a:hover>i {
	margin-right: 0.6rem;
}

.index01 {
	width: 100%;
	padding: 8rem 0;
}

.index01main {
	width: 87.5rem;
	margin: auto;
}

.index01nr {
	display: flex;
	flex-wrap: wrap;
}

.index01left {
	width: 48%;
	margin-right: 4%;
}

.index01right {
	width: 48%;
}

.index01left h2 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #02b3ae;
	margin-bottom: 2rem;
	padding-top: 2rem;
	text-transform: uppercase;
}

.index01left h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}

.index01left p {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #666666;
	margin-bottom: 3rem;
}

.index01left a {
	display: inline-block;
	line-height: 2.6rem;
	padding: 0 2rem;
	border: 1px solid #222222;
	border-radius: 30px;
	font-size: 1.1rem;
	color: #da251c;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.index01left a i {
	font-size: 1.2rem;
	float: left;
	margin-right: 0.3rem;
	transition: all 0.3s ease;
}

.index01left a:hover {
	background-color: #da251c;
	border: 1px solid #da251c;
	color: #ffffff;
}

.index01left a:hover>i {
	margin-right: 0.6rem;
}

.index02 {
	width: 100%;
	padding-bottom: 8rem;
}

.index02main {
	width: 87.5rem;
	margin: auto;
}

.index02lb {
	display: flex;
	flex-wrap: wrap;
}

.index02lb li {
	width: 19%;
	background-color: #ffffff;
	padding: 3rem 2rem;
	box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.11);
	border-radius: 1rem;
	text-align: center;
	margin-right: 1.25%;
}

.index02lb li:nth-child(5n) {
	margin-right: 0;
}

.index02lb li i {
	font-size: 5rem;
	line-height: 5rem;
	color: #da251c;
}

.index02lb li h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.index02lb li p {
	font-size: 1rem;
	line-height: 1.3rem;
	color: #333;
}

footer {
	width: 100%;
	padding-top: 5rem;
	background: url('../images/footerbg.png') right bottom no-repeat;
	background-color: #0c0c0c;
}

.footer {
	width: 87.5rem;
	margin: auto;
}

.footer1 {
	padding-bottom: 2rem;
	border-bottom: 1px solid #ffffff;
}

.footer1left {
	width: 45%;
	float: left;
}

.footer1left img {
	width: 10rem;
}

.footer1left h4 {
	font-size: 2.5rem;
	line-height: 8rem;
	color: #ffffff;
}

.footer1right {
	width: 35%;
	float: right;
}

.footer1left div a {
	display: inline-block;
	color: #ffffff;
	margin-right: 2rem;
	transition: all 0.3s ease;
}

.footer1left div a i {
	font-size: 1.5rem;
	transition: all 0.3s ease;
}

.footer1left div a i:hover {
	color: #aaa;
}

.footer1right h4 {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.footer1right div p {
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #ffffff;
}

.footer2 {
	display: block;
}

.footer2left {
	width: 60%;
	float: left;
	font-size: 1.1rem;
	line-height: 6rem;
	color: #ffffff;
}

.footer2right {
	width: 30%;
	float: right;
	text-align: right;
}

.footer2right a {
	font-size: 1.1rem;
	line-height: 6rem;
	color: #ffffff;
	display: inline-block;
	margin-left: 2rem;
	transition: all 0.3s ease;
}

.footer2right a:hover {
	color: #aaa;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.about {
	width: 100%;
	padding: 8rem 0;
	background: url('../images/aboutbg.jpg') center bottom no-repeat;
	background-size: 100% auto;
}

.aboutmain {
	width: 87.5rem;
	margin: auto;
}

.about1left {
	width: 48%;
	float: left;
	padding-left: 2%;
}

.about1right {
	width: 48%;
	float: right;
}

.about1leftimg {
	text-align: right;
}

.about1leftimg img {
	height: 7rem;
	margin-bottom: 1rem;
}

.about1left h4 {
	font-size: 3rem;
	line-height: 4rem;
	color: #0c0c0c;
	text-align: right;
	font-weight: bold;
	margin-bottom: 2rem;
	word-break: auto-phrase;
	text-transform: uppercase;
}

.about1leftnr p {
	font-size: 1.1rem;
	line-height: 2.3rem;
	color: #4b4b4b;
}

.about2 {
	width: 100%;
	padding-bottom: 8rem;
}

.about2main {
	width: 85rem;
	margin: auto;
}

.about2main h3 {
	position: relative;
	font-size: 3.5rem;
	color: #222222;
	line-height: 4.5rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.about2main h3 img {
	height: 6rem;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about2main h4 {
	font-size: 1.3rem;
	line-height: 4rem;
	color: #333;
	letter-spacing: 1px;
}

.about2main h4 i {
	font-size: 2.5rem;
	float: left;
	margin-right: 0.4rem;
}

.about2main h4 span {
	color: #000000;
}

.product {
	width: 100%;
	padding: 8rem 0;
}

.productmain {
	width: 87.5rem;
	margin: auto;
}

.producttit {
	text-transform: uppercase;
	font-size: 3rem;
	color: #000000;
	text-align: center;
	line-height: 4rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.productfl {
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}

.productfl1 {
	position: relative;
	display: inline-block;
}

.productfl1 a {
	font-size: 1rem;
	padding: 0 1rem;
	border-radius: 20px;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #000000;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 3.57px rgba(4, 0, 0, 0.11);
	display: inline-block;
	cursor: pointer;
	
}

.productfl1  .productfl1xz{
	background-image: -moz-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
	color: #ffffff;
}
.productfl3{
	display: inline-block;
	position: relative;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	
}

.productfl1 h3 i {
	margin-left: 0.1rem;
}
.productfl3:hover> .productfl2{
	max-height: 40rem;
	box-shadow: 0px 0px 12px 3.57px rgba(4, 0, 0, 0.08);
}

.productfl2 {
	background-color: #ffffff;
	position: absolute;
	top: 2.5rem;
	min-width: 100%;
	max-height: 0px;
	overflow: hidden;
	border-radius: 0.3125rem;
	transition: all 0.3s ease;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, 0);
	}

.productfl2 a {
	font-size: 1rem;
    line-height: 2.5rem;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
    box-shadow: none;
    margin: 0;
    border-radius: 0px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}

.productfl2 a:hover {
	background-color: #eeeeee;
}


.productlb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.productlb a {
	display: block;
	width: 23%;
	margin-bottom: 2rem;
	margin-right: 2.666%;
	position: relative;
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.11);
	border-radius: 1rem;
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 4rem;
	transition: all 0.3s ease;
}
.productlb a:hover{
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.21);
}

.productlb a:nth-child(4n) {
	margin-right: 0;
}

.productlb a div {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4rem;
	padding: 0 1rem;
	background: url("../images/progmimg.png") right bottom no-repeat;
	background-size: auto 100%;
}

.productlb a div p {
	line-height: 4rem;
	max-width: 55%;
	color: #02b3ae;
	font-size: 0.85rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productlb a div span {
	line-height: 4rem;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.1rem;
	color: #ffffff;
	padding-right: 1rem;
}

.productlb a div span i {
	margin-left: 0.2rem;
	vertical-align: bottom;
	font-size: 1.5rem;
}

.proimg {
	width: 100%;
}

.productlb a h4 {
	line-height: 2rem;
	color: #666666;
	margin-top: 1rem;
	font-size: 1.1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prodet1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.prodet1left{
	width: 40%;
}
.prodet1right{
	width: 55%;
	margin-left: 5%;
}
.prodet1left .swiper-pagination1{
	width: 100%;
	bottom: 1rem;
	position: absolute;
	z-index: 2;
	text-align: center;
}
.prodet1left .swiper-pagination-bullet{
	width: 0.8rem;
	height: 0.8rem;
	background-color: #222222;
	opacity: 0.3;
}
.prodet1left .swiper-pagination-bullet-active{
	opacity: 0.8;
}
.prodet1right h2{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000000;
}
.prodet1right h3{
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
}
.prodet1right div{
	width: 100%;
	padding: 1.5rem 0;
	margin: 1.5rem 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.prodet1right div h4{
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
}
.prodet1right div p{
	font-size: 1rem;
	line-height: 1.8rem;
	color: #666;
}
.prodet1right h5{
	display: inline-block;
	background-image: -moz-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.17);
	font-size: 1.1rem;
	line-height: 2.5rem;
	padding: 0 2rem;
	border-radius: 20px;
	color: #ffffff;
}
.prodet1right h5 i{
	margin-right: 0.1rem;
	vertical-align: middle;
	font-size: 1.2rem;
}
.prodet2{
	padding-top: 5rem;
}
.prodet2tit{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.prodet2 div p{
	font-size: 1rem;
	line-height: 1.8rem;
}
.prodet2 div img{
	max-width: 100%;
}
.honortit{
	font-size: 1.5rem;
	line-height: 2rem;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5rem;
}
.honortit:after{
	content: "";
	width: 4rem;
	height: 0.4rem;
	position: absolute;
	left: 0;
	bottom: -1rem;
	background-image: -moz-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
}
.honorlb{
	display: flex;
	flex-wrap: wrap;
}
.honorlb a{
	width: 18%;
	margin-bottom: 2rem;
	margin-right: 2.25%;
	text-align: center;
	display: block;
}
.honorlb a:nth-child(5n){
	margin-right: 0;
}
.honorlb a img{
	width: 100%;
	box-sizing: border-box;
	border: 0.5rem solid #dddddd;
	
}
.honorlb a h3{
	display: inline-block;
	width: 4rem;
	height: 0.3rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	background-image: -moz-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(188,0,0) 0%, rgb(188,79,79) 100%);
}
.honorlb a p{
	font-size: 1.1rem;
	color: #000000;
}
header{
	position: fixed;
	width: 100%;
	padding: 1.5rem 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	transition: all 0.3s ease;
}
.headerxz{
	padding: 1rem 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.header{
	width: 87.5rem;
	margin: auto;
}
.headerleft{
	height: 4rem;
	float: left;
}
.headerleft img{
	height: 100%;
}
.headerright1{
	float: right;
}
.headerright1 .icon-caidan{
	font-size: 3rem;
	line-height: 4rem;
	color: #ffffff;
	cursor: pointer;
}
.headerright1menu{
	position: fixed;
	background-color: #ffffff;
	box-shadow: -10px 10px 10px #747070;
	right: -30rem;
	top: 0;
	padding: 3rem;
	padding-top: 5rem;
	width: 23rem;
	height: 100vh;
	transition: all 0.3s ease;
}
.headerright1menuxz{
	right: 0rem;
}
.headerright1menu .icon-guanbi2{
	font-size: 3rem;
	line-height: 3rem;
	color: #222222;
	position: absolute;
	right: 1rem;
	top: 1rem;
	transition: all 0.5s ease;
	cursor: pointer;
}
.headerright1menu .icon-guanbi2:hover{
	transform: rotateZ(360deg);
}
.headerright1menu a{
	display: block;
	font-size: 2rem;
	line-height: 5rem;
	color: #000000;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.headerright1menu a:hover{
	color: #02b3ae;
}
.headerright21{
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 3rem;
	position: relative;
	
}
.headerright1ss{
	border-top: 1px dashed #dddddd;
	padding-top: 2rem;
	margin-top:2rem;
}
.headerright21 input{
	width: 100%;
	height: 2.5rem;
	border: none;
	border-radius: 0px;
	outline-style: none;
	padding: 0 1rem;
	padding-right: 4rem;
	border-radius: 3rem;
}
.headerright21 button{
	width: 2rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 1.3rem;
	color: #000000;
	position: absolute;
	right: 0.5rem;
	top: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}
.fenye {

	list-style: none;

	padding: 0;

	margin: 0;

	margin-top: 20px;

}



.fenye li {

	float: left;

	width: auto;

	line-height: 22px;

	margin-right: 5px;

	padding: 0px 8px;

}



.active {

	background-color: #222222;

}



.fenye li .current {

	color: #ffffff !important;

}



.fenye li a {

	color: #222222 !important;

}
.gallery img {
	width: 100%;
}
.baguetteBoxOne {
	width: 100%;
	margin: 0 auto;
}

.gallery a p {
	text-align: center;
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* Highlight.js Tomorrow Night style */

.hljs-comment {
	color: #969896
}

.hljs-tag {
	color: #f8f8f2
}

.css .hljs-class,
.css .hljs-id,
.css .hljs-pseudo,
.hljs-attribute,
.hljs-regexp,
.hljs-title,
.hljs-variable,
.html .hljs-doctype,
.ruby .hljs-constant,
.xml .hljs-doctype,
.xml .hljs-pi,
.xml .hljs-tag .hljs-title {
	color: #c66
}

.hljs-built_in,
.hljs-constant,
.hljs-literal,
.hljs-number,
.hljs-params,
.hljs-pragma,
.hljs-preprocessor {
	color: #de935f
}

.css .hljs-rules .hljs-attribute,
.ruby .hljs-class .hljs-title {
	color: #f0c674
}

.hljs-header,
.hljs-inheritance,
.hljs-string,
.hljs-value,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: #b5bd68
}

.css .hljs-hexcolor {
	color: #8abeb7
}

.coffeescript .hljs-title,
.hljs-function,
.javascript .hljs-title,
.perl .hljs-sub,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword {
	color: #81a2be
}

.hljs-keyword,
.javascript .hljs-function {
	color: #b294bb
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #35383C;
	color: #c5c8c6;
	padding: .8em
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .css,
.xml .hljs-cdata,
.xml .javascript,
.xml .vbscript {
	opacity: .5
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.headerright1menu .headerrightxz{
	color: #02b3ae;
}
.gallery-top {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: auto;
	opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .xtxz{
	position: relative;
}
.gallery-thumbs .xtxz:after{
	content:"";
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}
.swiper-container11{
	width: 100%;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #dddddd; */
    background: #f5f5f5;
}
.swiper-container12{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container12 .swiper-slide{
	background: #f5f5f5;
}
.prodet2 table{
	border: 1px solid #666;
	border-spacing: 0px;
	width: 100%;
}
.prodet2 table td{
	border: 1px solid #666;
}













@media only screen and (max-width: 1920px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1560px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 12px;
	}
}



@media only screen and (max-width: 540px) {
	body{
		min-width: 100%;
    	padding-top: 50px;
	}
	header {
    position: fixed;
    width: 100%;
    padding: 10px 10px;
    top: 0;
    left: 0;
    background-color: #222222;
    z-index: 9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.header {
    width: 100%;
    margin: auto;
}
.headerleft {
    height: 30px;
    float: left;
}
.headerright1 .icon-caidan {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}
.swiperjs h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.swiperjs {
    padding: 0 10px;
}
.swiperjs p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.swiperjs a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}
.swiper-pagination-bullet {
    width: 2rem;
    height: 3px;
    margin: 0 10px;
    display: inline-block;
    background: #ffffff;
    opacity: 0.6;
    border-radius: 20px;
}
.headerxz {
    padding: 10px;
    background-color: #222222;
}
.index01 {
    width: 100%;
    padding: 20px 10px;
}
section{
	box-sizing: border-box;
	overflow: hidden;
}
.index01main {
    width: 100%;
    margin: auto;
}
.index01nr {
    display: block;
    flex-wrap: wrap;
}
.index01left {
    width: 100%;
    margin-right: 0;
}
.index01right {
    width: 100%;
    margin-top: 20px;
}
.index01left h2 {
    font-size: 16px;
    line-height: 20px;
    color: #02b3ae;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
}
.index01left h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.index01left p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 1rem;
}
.index02 {
    width: 100%;
    padding-bottom: 20px;
}
.index02main {
    width: 100%;
    margin: auto;
    padding: 0 10px;
}
.index02lb li {
    width: 49%;
    background-color: #ffffff;
    padding: 20px 10px;
    box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.11);
    border-radius: 1rem;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 10px;
}
.index02lb li:nth-child(2n){
	margin-right: 0;
}
.index02lb li h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 4px;
}
footer {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    padding-top: 20px;
    background: url(../images/footerbg.png) right bottom no-repeat;
    background-color: #0c0c0c;
    background-size: auto 100%;
}
.footer {
    width: 100%;
    margin: auto;
}
.footer1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
.footer1left {
    width: 100%;
    float: left;
}
.footer1left h4 {
    font-size: 25px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer1left div a {
    display: inline-block;
    color: #ffffff;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.footer1right {
    width: 100%;
    float: right;
    margin-top: 15px;
}
.footer1right h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.footer1right div p {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
}
.footer2left {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 15px;
}
.footer2right {
    display: none;
}
.headerright1menu a {
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.about {
    width: 100%;
    padding: 20px 10px;
    background: url(../images/aboutbg.jpg) center bottom no-repeat;
    background-size: auto 100%;
}
.aboutmain {
    width: 100%;
    margin: auto;
}
.about1left {
    width: 100%;
    float: left;
    padding-left: 0;
}
.about1leftimg img {
    height: 4rem;
    margin-bottom: 1rem;
}
.about1left h4 {
    font-size: 20px;
    line-height: 30px;
    color: #0c0c0c;
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: auto-phrase;
    text-transform: uppercase;
}
.about1leftnr p {
    font-size: 13px;
    line-height: 25px;
    color: #4b4b4b;
}
.about1right {
    width: 55%;
    float: right;
}
.about2 {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 20px;
}
.about2main {
    width: 100%;
    margin: auto;
}
.about2main h3 img{
	display: none;
}
.about2main h3 {
    position: relative;
    font-size: 18px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.about2main h4 {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.about2main h4 i{
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.product {
    width: 100%;
    padding: 20px 10px;
}
.productmain {
    width: 100%;
    margin: auto;
}
.producttit {
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.productfl {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.productfl1 a {
    padding: 0 6px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 3.57px rgba(4, 0, 0, 0.11);
    display: inline-block;
    cursor: pointer;
}
.productfl3 {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
}
.productlb a {
    display: block;
    width: 49%;
    margin-bottom: 10px;
    margin-right: 2%;
    position: relative;
    box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.11);
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem;
    padding-bottom: 3rem;
    transition: all 0.3s ease;
}
.productlb a:nth-child(2n){
	margin-right: 0;
}
.productlb a div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3rem;
    padding: 0 1rem;
    background: url(../images/progmimg.png) right bottom no-repeat;
    background-size: auto 100%;
}
.productlb a div p {
    line-height: 3rem;
    max-width: 55%;
    color: #02b3ae;
    font-size: 0.85rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productlb a div span {
    line-height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #ffffff;
    padding-right: 5px;
}
.productlb a div span i {
    margin-left: 0.2rem;
    vertical-align: middle;
    font-size: 16px;
}
.productlb a h4 {
    line-height: 20px;
    color: #666666;
    margin-top: 1rem;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prodet1left {
    width: 100%;
}
.prodet1right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.prodet1right h2 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.prodet1right div {
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.honortit {
    font-size: 1.3rem;
    line-height: 2rem;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2.2rem;
}
.honorlb a {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 2%;
    text-align: center;
    display: block;
}
.honorlb a:nth-child(5n){
	margin-right: 2%;
}
.honorlb a:nth-child(2n){
	margin-right: 0;
}
.gallery a p {
    text-align: center;
    font-size: 12px;
    color: #222222;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.honorlb a h3 {
    display: inline-block;
    width: 3rem;
    height: 3px;
    margin-bottom: 5px;
    margin-top: 10px;
    background-image: -moz-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(188, 0, 0) 0%, rgb(188, 79, 79) 100%);
}



















}