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: "PingFang SC", "Microsoft Yahei";
	background-color: #ffffff;
	margin: 0;
	padding-top: 6.25rem;
}

.index01 {
	width: 87.5rem;
	margin: auto;
	padding: 5rem 0;
}

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

.index01left {
	width: 50%;
	padding-top: 3rem;
}

.index01right {
	width: 40%;
	margin-left: 10%;
}

.index01left h2 {
	font-size: 1.25rem;
	color: #666666;
	margin-bottom: 2rem;
}

.index01left h2 span {
	position: relative;
}

.index01left h2 span:after {
	content: '';
	width: 100%;
	height: 0.2rem;
	border-radius: 1rem;
	background-color: #01d5a3;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
}

.index01left h3 {
	font-size: 1.875rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

.index01left p {
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #555555;
	margin-top: 1rem;
}

.index01more {
	margin-top: 2rem;
}

.index01more a {
	display: inline-block;
	background-color: #01d5a3;
	padding: 0 1.5rem;
	line-height: 3rem;
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0.2rem;
	transition: all 0.3s ease;
}

.index01more a i {
	margin-left: 0.2rem;
	font-size: 1.1rem;
}

.index01more a:hover {
	background-color: #09b68d;
}

.index02 {
	width: 100%;
	padding: 5rem 0;
	background-color: #f7f9fb;
}

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

.index02 {
	width: 100%;
	position: relative;
	padding: 5rem 0;
	background-color: #f7f9fb;
}

.index02main {
	width: 87.5rem;
	margin: auto;
	padding-left: 40%;
	padding-right: 10%;
	position: relative;
	z-index: 1;
}

.index02img1 {
	position: absolute;
	left: 0;
	top: 5rem;
	margin: auto;
	height: calc(100% - 10rem);
}

.index02img2 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index02main h2 {
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.index02main ul li {
	position: relative;
	padding-left: 5rem;
	margin-bottom: 1.5rem;
}

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

.index02main ul li i {
	width: 4rem;
	height: 4rem;
	background-color: #01d5a3;
	border-radius: 50%;
	text-align: center;
	line-height: 4rem;
	font-size: 2rem;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0.5rem;
}

.index02main ul li h4 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

.index02main ul li p {
	font-size: 1rem;
	line-height: 1.8rem;
}

.index03 {
	width: 100%;
	padding: 5rem 0;
}

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

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

.index03tit span {
	color: #01d5a3;
}

.index03lb {
	display: flex;
	flex-wrap: wrap;

}

.index03lb a {
	box-shadow: 0px 0px 7.36px 0.64px rgba(107, 107, 107, 0.43);
	width: 23%;
	margin-right: 1.333%;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

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

.index03lb a img {
	width: 100%;
	display: block;
	height: 20rem;
}

.index03lb a p {
	font-size: 1.1rem;
	text-align: center;
	color: #000000;
	line-height: 3rem;
	padding: 0 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index03lb a:hover {
	box-shadow: 0px 0px 10px 5px rgba(107, 107, 107, 0.43);
}

.index03lb a:hover>p {
	background-color: #01d5a3;
	color: #ffffff;
}

.index03more {
	text-align: center;
}

footer {
	width: 100%;
	background-color: #01d5a3;
	padding-top: 5rem;
}

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

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

.footer1left {
	width: 25%;
}

.footer1center {
	width: 50%;
	text-align: center;
}

.footer1right {
	width: 25%;
}

.footer1left h2 {
	font-size: 1.375rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
	color: #ffffff;
}

.footer1right h2 {
	font-size: 1.375rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
	color: #ffffff;
}

.footer1left a {
	font-size: 1rem;
	color: #ffffff;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	display: block;
	transition: all 0.3s ease;
}

.footer1left a:hover {
	color: #eee;
}

.footer1right p {
	font-size: 1rem;
	color: #ffffff;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	display: block;
	transition: all 0.3s ease;
}

.footer2 p {
	font-size: 0.9rem;
	color: #ffffff;
	text-align: center;
	line-height: 4rem;
}

.footer2 {
	border-top: 1px solid #ffffff;
	margin-top: 2rem;
}

.footer2 p a {
	color: #ffffff;
}

.footer1center {
	text-align: center;
	padding: 0 10%;
}

.footer1center img {
	margin-bottom: 1rem;
	width: 60%;
}

.footer1center p {
	font-size: 1.125rem;
	line-height: 2rem;
	color: #ffffff;
	margin-bottom: 2rem;
}

.footer1center div a {
	display: inline-block;
	margin: 0 1rem;
}

.footer1center div a i {
	font-size: 2rem;
	color: #ffffff;
	transition: all 0.3s ease;
}

.footer1center div a i:hover {
	color: #eee;
}

header {
	width: 100%;
	height: 4.25rem;
	padding: 1rem 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #ffffff;
	box-shadow: 0px 25px 21.75px 7.25px rgba(4, 0, 0, 0.22);
}

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

.headerlogo {
	float: left;
	height: 4.25rem;
}

.headerlogo img {
	height: 100%;
}

.headermenu {
	float: right;
}

.headermenu a {
	line-height: 4.25rem;
	padding: 0 1.5rem;
	display: inline-block;
	color: #000000;
	font-size: 1.125rem;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: 1rem;
	float: left;
	transition: all 0.3s ease;
}

.headermenu a:hover {
	color: #09b68d;
}

.headerrightss {
	float: right;
}

.headerrightss {
	position: relative;
}

.sstb {
	line-height: 4.25rem;
}

.headersrc1main div {
	width: 24rem;
	top: 0;
	right: 0;
	float: right;
	position: relative;
}

.headersrc1main div input {
	background-color: #01d5a3;
	padding: 0 15px;
	transition: all 0.3s ease;
	border-radius: 10px;
	outline-style: initial;
	border: none;
	color: #ffffff;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	padding-right: 3rem;
}

.headersrc1main div button {
	width: 2rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1.2rem;
	position: absolute;
	right: 0.5rem;
	top: 0;
}

.headersrc1main div button i {
	line-height: 3rem;
	color: #ffffff;
}

.headersrc1main input::placeholder {
	color: #ffffff;
}

.headersrc1main {
	margin: auto;
	position: relative;
	width: 87.5rem;
}

.headersrc button {
	height: 6.25rem;
	background-color: rgba(0, 0, 0, 0);
	outline-style: none;
	color: #222222;
	padding: 0;
	margin-left: 0.5rem;
}

.headersrc button i {
	line-height: 6.25rem;
	font-size: 1.2rem;
	color: #222222;
}

.headersrc:hover>.headersrc1 {
	max-height: 6.25rem;
	padding: 0.5rem 0;
}

.headersrc:hover>input {
	opacity: 1;
}

.headertel {
	float: right;
	margin-left: 2rem;
	padding: 0 1.5rem;
	border-radius: 0.2rem;
	line-height: 3.25rem;
	background-color: #01d5a3;
	font-size: 1.1rem;
	color: #ffffff;
	margin-top: 0.5rem;
	transition: all 0.3s ease;
}

.headertel:hover {
	background-color: #09b68d;
}

.headertel i {
	font-size: 1.5rem;
	margin-right: 0.4rem;
	vertical-align: middle;
}

.headersrc1 {
	position: fixed;
	top: calc(6.25rem + 1px);
	width: 100%;
	left: 0;
	text-align: right;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.headerrightss:hover>.headersrc1 {
	max-height: 6.25rem;
	padding: 0.5rem 0;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
}

.about1 {
	width: 100%;
	padding: 5rem 0;
}

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

.about1 {
	width: 100%;
	padding: 5rem 0;
	position: relative;
}

.about1main {
	width: 87.5rem;
	margin: auto;
	position: relative;
	z-index: 1;
}

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

.about1right {
	width: 50%;
	float: right;
	padding-top: 3rem;
}

.about1img2 {
	width: 5%;
	position: absolute;
	left: 0;
	top: 5rem;
}

.about1img3 {
	width: 15%;
	position: absolute;
	right: 0;
	bottom: 3rem;
}

.about1right h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-style: italic;
	color: #01d5a3;
	position: relative;
	padding-top: 1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.about1right h2:after {
	content: '';
	width: 5rem;
	height: 0.4rem;
	border-radius: 1.25rem;
	background-color: #747474;
	position: absolute;
	left: 0;
	top: 0;
}

.about1right h2 i {
	position: absolute;
	right: 0;
	top: 1rem;
	font-size: 2rem;
	color: #01d5a3;
}

.about1right h3 {
	font-size: 2.6rem;
	line-height: 3rem;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2rem;
}

.about1right h3 span {
	color: #01d5a3;
}

.about1right p {
	font-size: 1.25rem;
	line-height: 2rem;
	color: #333333;
}

.about3 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/about3bg.jpg) center top repeat;
}

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

.about3tit {
	text-align: center;
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.about3tit span {
	color: #01d5a3;
}

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

.about3lb li {
	width: 24%;
	margin-right: 1.333%;
	text-align: center;
}

.about3lb li:nth-child(4) {
	margin-right: 0;
}

.about3lb li i {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	text-align: center;
	line-height: 6rem;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	font-size: 3rem;
	color: #000000;
}

.about3lb li h4 {
	font-size: 1.125rem;
	line-height: 2rem;
	margin-top: 1rem;
	font-weight: bold;
}

.about3lb li p {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
}

.productxq {
	width: 87.5rem;
	margin: auto;
	padding: 5rem 0;
}

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

.productxq1left {
	width: 40%;
}

.productxq1left img {
	width: 100%;
}

.productxq1right {
	width: 55%;
	margin-left: 5%;
}

.productxq1right h2 {
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #01d5a3;
	margin-bottom: 0.5rem;
}

.productxq1right h3 {
	font-size: 1.75rem;
	line-height: 2.5rem;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.productxq1right p {
	font-size: 1rem;
	line-height: 2rem;
}

.productxq1right a {
	display: inline-block;
	padding: 0 2rem;
	border-radius: 0.2rem;
	line-height: 3rem;
	background-color: #01d5a3;
	font-size: 1.1rem;
	color: #ffffff;
	margin-top: 1.5rem;
	transition: all 0.3s ease;
}

.productxq1right a:hover {
	background-color: #09b68d;
}
.productxq2{
	margin-top: 5rem;
}
.productxq2tit{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #01d5a3;
	text-transform: uppercase;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.productxq2nr p{
	font-size: 1rem;
	line-height: 2rem;
}
.productxq2nr img{
	max-width: 100%;
}
.honor{
	width: 100%;
	padding: 5rem 0;
}
.honormain{
	width: 87.5rem;
	margin: auto;
}
.honorlb {
	display: flex;
	flex-wrap: wrap;
}

.honorlb li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 2rem;
	position: relative;
}

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

.honorlb li img {
	width: 100%;
}

.honorlb li h4 {
	font-size: 1.1rem;
	line-height: 2rem;
	position: relative;
	text-align: center;
	overflow-y: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.honorlb li:after {
	content: '';
	width: 3rem;
	height: 0.3rem;
	background-color: #01d5a3;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -0.5rem;
}
.headermenu .headercenterxz{
	color: #01d5a3;
}
.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;
}

.fenye .active {
	background-color: #01d5a3;
}

.fenye li .current {
	color: #ffffff !important;
}

.fenye li a {
	color: #222222 !important;
}







@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: 640px) {
	html {
		font-size: 14px;
	}
	.index01 {
	    width: 100%;
	    margin: auto;
	    padding: 20px 10px;
	}
	section{
		box-sizing: border-box;
		overflow: hidden;
	}
	.index01left {
	    width: 100%;
	    padding-top: 0;
	}
	.index01right {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 15px;
	}
	.index01more {
	    margin-top: 10px;
	}
	.index01left p {
	    font-size: 1rem;
	    line-height: 2.2rem;
	    color: #555555;
	    margin-top: 5px;
	}
	.index02 {
	    width: 100%;
	    position: relative;
	    padding: 20px 10px;
	    background-color: #f7f9fb;
	}
	.index02main {
	    width: 100%;
	    margin: auto;
	    padding-left: 0;
	    padding-right: 0;
	    position: relative;
	    z-index: 1;
	}
	.index02img1 {
	    position: initial;
	    left: 0;
	    top: 5rem;
	    margin: auto;
	    height: auto;
	    width: 100%;
		margin-left: -10px;
	}
	.index02img2{
		display: none;
	}
	.index02main h2 {
	    font-size: 1.8rem;
	    line-height: 3rem;
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}
	.index02main ul li {
	    position: relative;
	    padding-left: 5rem;
	    margin-bottom: 10px;
	}
	.index02main ul li h4 {
	    font-size: 1.3rem;
	    font-weight: bold;
	    line-height: 1.5rem;
	    margin-bottom: 0.5rem;
	}
	.index02main ul li p {
	    font-size: 1rem;
	    line-height: 1.5rem;
	}
	.index03 {
	    width: 100%;
	    padding: 20px 10px;
	}
	.index03main {
	    width: 100%;
	    margin: auto;
	}
	.index03tit {
	    line-height: 2rem;
	    font-size: 1.5rem;
	    color: #000000;
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.index03lb a {
	    box-shadow: 0px 0px 7.36px 0.64px rgba(107, 107, 107, 0.43);
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 10px;
	    border-radius: 0.5rem;
	    overflow: hidden;
	    transition: all 0.3s ease;
	}
	.index03lb a:nth-child(2n){
		margin-right: 0;
	}
	.index03lb a img {
	    width: 100%;
	    display: block;
	    height: 13.5rem;
	}
	.index03lb a p {
	    font-size: 1rem;
	    text-align: center;
	    color: #000000;
	    line-height: 3rem;
	    padding: 0 0.5rem;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    transition: all 0.3s ease;
	}
	.index01left h3 {
	    font-size: 1.5rem;
	    line-height: 2.5rem;
	    text-transform: uppercase;
	    font-weight: bold;
	    color: #000000;
	}
	.index01left h2 {
	    font-size: 1.25rem;
	    color: #666666;
	    margin-bottom: 1.5rem;
	}
	footer {
	    width: 100%;
	    background-color: #01d5a3;
	    padding-top: 20px;
	}
	.footer {
	    width: 100%;
	    margin: auto;
	    padding: 0 10px;
	}
	.footer1left{
		display: none;
	}
	.footer1center {
	    text-align: center;
	    padding: 0;
	    width: 100%;
	}
	.footer1right {
	    width: 100%;
	    margin-top: 20px;
	}
	.footer1right h2 {
	    font-size: 1.375rem;
	    line-height: 1.8rem;
	    margin-bottom: 5px;
	    color: #ffffff;
	}
	.footer1right p {
	    font-size: 1rem;
	    color: #ffffff;
	    line-height: 1.5rem;
	    margin-bottom: 0.5rem;
	    display: block;
	    transition: all 0.3s ease;
	}
	.footer2 {
	    border-top: 1px solid #ffffff;
	    margin-top: 0.5rem;
	}
	.footer2 p {
	    font-size: 0.85rem;
	    color: #ffffff;
	    text-align: center;
	    line-height: 1.5rem;
		padding: 1rem 0;
	}
	.about1 {
	    width: 100%;
	    padding: 20px 10px;
	    position: relative;
	}
	.about1main {
	    width: 100%;
	    margin: auto;
	    position: relative;
	    z-index: 1;
	}
	.about1left {
	    width: 100%;
	    float: left;
	}
	.about1right {
	    width: 100%;
	    float: right;
	    padding-top: 10px;
	}
	.about1right h2 {
	    margin-bottom: 1rem;
	}
	.about1right h3 {
	    font-size: 1.5rem;
	    line-height: 2.2rem;
	    color: #333333;
	    text-transform: uppercase;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.about3 {
	    width: 100%;
	    padding: 20px 10px;
	    background: url(../images/about3bg.jpg) center top repeat;
		background-size: auto 100%;
	}
	.about3main {
	    width: 100%;
	    margin: auto;
	}
	.about3tit {
	    text-align: center;
	    font-size: 1.3rem;
	    line-height: 2.6rem;
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}
	.about3lb li {
	    width: 100%;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 9px;
	}
	.about3lb li h4 {
	    font-size: 1.125rem;
	    line-height: 2rem;
	    margin-top: 0.5rem;
	    font-weight: bold;
	}
	.productxq {
	    width: 100%;
	    margin: auto;
	    padding: 20px 10px;
	}
	.productxq1left {
	    width: 100%;
	}
	.productxq1right {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 10px;
	}
.productxq1right h3 {
    font-size: 1.3rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.productxq2 {
    margin-top: 20px;
}
.productxq2tit {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #01d5a3;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.productxq1right a {
    display: inline-block;
    padding: 0 2rem;
    border-radius: 0.2rem;
    line-height: 3rem;
    background-color: #01d5a3;
    font-size: 1.1rem;
    color: #ffffff;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

header {
    width: 100%;
    height: 50px;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0px 25px 21.75px 7.25px rgb(4 0 0 / 22%);
    box-sizing: border-box;
}
.header {
    width: 100%;
    margin: auto;
}
.headerlogo {
    float: left;
    height: 30px;
}

.mobilemenu {
		display: block;
		    width: 35px;
		    height: 30px;
		    position: fixed;
		    overflow: hidden;
		    z-index: 99;
		    float: right;
		    right: 10px;
		    top: 10px;
	}

	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #01d5a3;
		transition: all 0.3s ease;
	}

	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}

	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
		width: 60%;
		margin-left: 40%;
	}

	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.mobilemenuxz span:nth-child(2) {
		left: -40px;
	}

	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}

	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}
	.headertel{
		display: none;
	}
	.sstb {
    line-height: 30px;
}
.headerrightss {
    position: relative;
    margin-right: 50px;
}
.headersrc1 {
    top: 50px;
}
.headersrc1main {
    margin: auto;
    position: relative;
    width: 100%;
}
.headermenu {
    float: right;
    width: 100%;
    background: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.headermenu a {
    line-height: 50px;
    padding: 0 1.5rem;
    display: inline-block;
    color: #000000;
    font-size: 1.125rem;
    overflow: hidden;
    position: relative;
    display: block;
    margin-right: 0;
    float: left;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}
body{
	padding-top: 50px;
}
.about1right p {
    font-size: 1.1rem;
    line-height: 2rem;
    color: #333333;
}	
	
	
	
	
	
}






