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

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: "微软雅黑";
	min-width: 1280px;
	padding-top: 8.75rem;
	overflow-x: hidden;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

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 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

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

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

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

.header1 {
	width: 23%;
	background-color: #ffffff;
	border-radius: 1rem;
	padding: 0 1rem;
	padding-left: 6rem;
	position: relative;
	height: 5.25rem;
}

.header1left {
	height: calc(100% - 1rem);
	position: absolute;
	left: 1rem;
	top: 0.5rem;
}

.header1 div {
	text-align: right;
}

.header1 div h3 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #379dd9;
	margin-top: 0.8rem;
}

.header1 div h3 i {
	margin-right: 0.2rem;
}

.header1 div h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #379dd9;
	font-weight: bold;
}

.header2 {
	width: 55%;
	background-color: #ffffff;
	border-radius: 1rem;
	padding: 0 1rem;
	position: relative;
	height: 5.25rem;
	margin: 0 1.5%;
}

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

.header2lb {
	position: relative;

}

.header2lbxz {
	padding: 0 1.5rem;
	line-height: 3.25rem;
	margin-top: 1rem;
	display: inline-block;
	font-size: 1.1rem;
	color: #000000;
}

#header2lbxz {
	background-color: #e5fcff;
	border-radius: 3rem;
	color: #41a2db;
}

.header2lb1 {
	position: absolute;
	left: 50%;
	top: 5.25rem;
	transform: translate(-50%, 0);
	background-color: #ffffff;
	/* border-radius: 0.5rem; */
	box-shadow: 5px 5px 10px #dddddd;
	max-height: 0rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.header2lb:hover>.header2lb1 {
	max-height: 30rem;
}

.header2lb1 a {
	display: block;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #000000;
	padding: 0 1.5rem;
	word-break: keep-all;
	transition: all 0.3s ease;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
}

.header2lb1 a:hover {
	background-color: #e5fcff;
	color: #41a2db;
}

.header3 {
	width: 19%;
	background-image: linear-gradient(to right, #81d0ff, #56b1e7);
	border-radius: 1rem;
	padding: 0 1rem;
	padding-right: 6rem;
	position: relative;
	height: 5.25rem;
}

.header3search {
	height: 2.5rem;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 1.4rem;
	padding-left: 1rem;
	border-radius: 3rem;
	padding-right: 3rem;
	position: relative;
}

.header3search input {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	height: 2.5rem;
	border: none;
	outline-style: none;
	color: #ffffff;
}

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

.header3search button {
	position: absolute;
	right: 1rem;
	top: 0;
	font-size: 1.2rem;
	color: #ffffff;
	line-height: 2.5rem;
	height: 2.5rem;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	border: none;
	outline-style: none;
}

.header3search button i {
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.header3yy {
	position: absolute;
	right: 1rem;
	top: 1.4rem;
}

.header3yy h2 {
	color: #ffffff;
	line-height: 2.5rem;
	font-size: 1.1rem;
	cursor: pointer;
}

.header3yy h2 i {
	font-size: 0.9rem;
	margin-left: 0.1rem;
	vertical-align: top;
}

.header3yy:hover>div {
	max-height: 5rem;
	padding: 0.5rem 0;
}

.header3yy div {
	position: absolute;
	left: 50%;
	top: 3.85rem;
	transform: translate(-50%, 0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 5px 5px 10px #dddddd;
	max-height: 0rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.header3yy div a {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	color: #000000;
	padding: 0 1.5rem;
	word-break: keep-all;
	transition: all 0.3s ease;
	text-align: center;
}

.header3yy div a:hover {
	color: #379dd9;
}






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

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.mbx {
	width: 100%;
	background-color: #f5f5f5;
}

.mbxmain {
	width: 90rem;
	margin: auto;
	text-align: right;
	color: #000000;
	font-size: 0.95rem;
	line-height: 3rem;
}

.mbx a {
	display: inline-block;
	color: #000000;
	transition: all 0.3s ease;
}

.mbx a:hover {
	color: #666;
}

.mbx i {
	display: inline-block;
	margin-right: 0.3125rem;
	vertical-align: bottom;
}

.abouttit1 {
	margin-bottom: 2rem;
}

.abouttit1 h3 {
	font-size: 1.8rem;
	line-height: 2rem;
	color: #3490ea;
	font-weight: bold;
}

.abouttit1 h4 {
	font-size: 1.5625rem;
	line-height: 3rem;
	color: #000000;
	text-transform: uppercase;
	margin: 0.5rem 0;
}

.abouttit1 h5 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

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

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

.about1js {
	width: 100%;
}

.about1js p {
	font-size: 1rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
}

.swiper-containerindex01 {
	width: 100%;
	margin-top: 2rem;
	overflow: hidden;
	padding: 1rem 0.5rem;
}

.swiper-containerindex01 img {
	width: 100%;
	border: 0.3125rem solid #ffffff;
	box-sizing: border-box;
	border-radius: 1.25rem 0 1.25rem 0;
	box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.17);
}

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

.about2main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.about2left {
	width: 61%;
}

.about2right {
	width: 33%;
	margin-left: 6%;
	border: 0.5rem solid #62baee;
	border-radius: 3rem 0 3rem 0;
	box-sizing: border-box;
}

.about2left h2 {
	font-size: 2.8rem;
	color: #000000;
	line-height: 3rem;
	margin-bottom: 2rem;
	font-weight: bold;
	position: relative;
}

.about2left h2:after {
	content: '';
	width: 12rem;
	height: 0.8rem;
	background-color: #3490ea;
	position: absolute;
	left: 0;
	bottom: -0.3rem;
	border-radius: 1rem;
}

.about2left h2 span {
	position: relative;
	z-index: 1;
}

.about2left p {
	font-size: 1.2rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
}

.about3 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/about2bg.jpg) center center no-repeat;
	background-attachment: fixed;
}

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

.about3tit {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 4rem;
	color: #ffffff;
}

.about3tit h2 {
	position: relative;
	margin-bottom: 1rem;
}

.about3tit h2 span {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3rem;
	position: relative;
}

.about3tit h2 span:after {
	content: "";
	width: 10rem;
	position: absolute;
	height: 2px;
	background-color: #ffffff;
	left: -12rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about3tit h2 span:before {
	content: "";
	width: 10rem;
	position: absolute;
	height: 2px;
	background-color: #ffffff;
	right: -12rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about3tit p {
	font-size: 1.1rem;

}

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

.about3lb div {
	width: 20%;
	text-align: center;
	color: #ffffff;

}

.about3lb div i {
	font-size: 5rem;
	width: 8rem;
	text-align: center;
	line-height: 8rem;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #ffffff;
}

.about3lb div h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 1rem 0;
}

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

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

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

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

.about4lb div {
	width: 31.333%;
	position: relative;
	border: 0.5rem solid #ffffff;
	border-radius: 2rem 0 2rem 0;
	box-shadow: 0px 10px 10px #aaa;
	transition: all 0.3s ease;
	overflow: hidden;
}

.about4lb div:nth-child(3n-1) {
	margin: 0 3%;
}

.about4lb div img {
	width: 100%;
	display: block;
}

.about4lb div p {
	font-size: 1rem;
	padding: 0.5rem 1rem;
	line-height: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.37);
	color: #ffffff;
	width: 100%;
}

.about4lb div:hover {
	transform: scale(1.02);
	border: 0.5rem solid #70b8ff;
}

.cjwttit {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 4rem;
}

.cjwttit h2 {
	position: relative;
	margin-bottom: 1rem;
}

.cjwttit h2 span {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3rem;
	position: relative;
}

.cjwttit h2 span:after {
	content: "";
	width: 10rem;
	position: absolute;
	height: 2px;
	background-color: #dddddd;
	left: -12rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cjwttit h2 span:before {
	content: "";
	width: 10rem;
	position: absolute;
	height: 2px;
	background-color: #dddddd;
	right: -12rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cjwttit p {
	font-size: 1.1rem;

}

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

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

.cjwtlb {
	width: 100%;
}

.cjwtlb li {
	padding: 2rem;
	border: 1px solid #dddddd;
	border-radius: 1rem;
	margin-bottom: 1rem;
	transition: all 0.5s ease;
}

.cjwtlb li:hover {
	background-color: #3490ea;
}

.cjwtlb li:hover>h4 {
	color: #ffffff;
}

.cjwtlb li:hover>h4 i {
	color: #ffffff;
}

.cjwtlb li:hover>p {
	color: #ffffff;
}

.cjwtlb li:hover>p i {
	color: #ffffff;
}

.cjwtlb li h4 {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	color: #666;
	position: relative;
	padding-left: 2.5rem;
	transition: all 0.5s ease;
}

.cjwtlb li h4 i {
	font-size: 1.8rem;
	margin-right: 0.5rem;
	color: #fc3434;
	line-height: 2rem;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

.cjwtlb li p {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #222;
	position: relative;
	padding-left: 2.5rem;
	transition: all 0.5s ease;
}

.cjwtlb li p i {
	font-size: 1.8rem;
	margin-right: 0.5rem;
	color: #1cda92;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

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

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

.contact1main div {
	width: 20%;
	text-align: center;
}

.contact1main div i {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	text-align: center;
	line-height: 8rem;
	font-size: 2.5rem;
	color: #FFFFFF;
	background-color: #3490ea;
	border: 1rem solid #bddeff;
	display: inline-block;
}

.contact1main div h4 {
	font-size: 1.5rem;
	line-height: 3rem;
	color: #111417;
	font-weight: bold;
	margin-top: 0.5rem;
}

.contact1main div p {
	font-size: 0.95rem;
	line-height: 1.8rem;
}

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

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

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

.contact2tit span {
	color: #3490ea;
}

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

.contact2lb input {
	width: 31.33%;
	padding: 0 1rem;
	height: 4rem;
	line-height: 4rem;
	background-color: #FFFFFF;
	font-size: 1.1rem;
	border: none;
}

.contact2lb input:nth-child(2) {
	margin: 0 3%;
}

.contact2lb textarea {
	width: 100%;
	height: 13rem;
	padding: 1rem;
	background-color: #FFFFFF;
	font-size: 1.1rem;
	border: none;
	font-family: å¾®è½¯é›…é»‘;
	margin-top: 2rem;
	outline-style: none;
}

.contact2btn {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

.contact2btn button {
	background-color: #3490ea;
	font-size: 1.2rem;
	color: #FFFFFF;
	border-radius: 2rem;
	line-height: 4rem;
	padding: 0 3rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.contact2btn button i {
	margin-right: 0.2rem;
	transition: all 0.3s ease;
}

.contact2btn button:hover {
	background-color: #111417;
	padding: 0 3.5rem;
}

.contact2btn button:hover>i {
	margin-right: 0.4rem;
}

.contact_map {
	width: 100%;
	height: 40rem;
}

.index01 {
	background: url(../images/index01bg.png) center bottom no-repeat;
	padding: 5rem 0;
}

.index01main {
	width: 90rem;
	margin: auto;
	position: relative;
}

.index01right {
	width: 60%;
	margin-left: 40%;
	box-shadow: 0px 5px 12.75px 2.25px rgba(4, 0, 0, 0.15);
	border-radius: 0.625rem;
}

.index01left {
	width: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	padding: 2rem;
	box-shadow: 0px 0px 19.2px 4.8px rgba(4, 0, 0, 0.15);
	border-radius: 1rem;
	background: url(../images/index1leftbg.png) right bottom no-repeat;
	background-color: #ffffff;
	z-index: 2;
}

.swiper-container11{
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 0.625rem;
}
.swiper-container11 img{
	display: block;
}

.index01left h2 {
	font-size: 1.5rem;
	color: #000000;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.index01left h3 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #666666;
	margin-bottom: 1rem;
}

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

.index01left div p {
	font-size: 1rem;
	line-height: 2.2rem;
	margin-bottom: 1rem;
}

.index01left a {
	display: inline-block;
	border-radius: 0.5rem;
	background-image: -moz-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	font-size: 1.125rem;
	text-transform: uppercase;
	line-height: 3rem;
	padding: 0 1rem;
	transition: all 0.3s ease;
	color: #ffffff;
	margin-top: 1rem;
}

.index01left a:hover {
	padding: 0 1.5rem;
}

.index02 {
	width: 100%;
	background: url(../images/index02bg.png) right top no-repeat;
	padding: 5rem 0;
}

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

.index02tit {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 3rem;
}

.index02tit:after {
	width: 0.5rem;
	height: 100%;
	content: '';
	border-radius: 2rem;
	background-image: -moz-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.index02tit h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}


.index02tit h3 {
	font-size: 1.1rem;
	color: #666666;
	line-height: 1.2rem;
	margin-top: 0.2rem;
}

.index02tit a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	color: #000000;
	transition: all 0.3s ease;
}

.index02tit a i {
	font-size: 1rem;
	margin-left: 0.2rem;
}

.index02tit a:hover {
	color: #379dd9;
}

.swiper-container02 {
	position: relative;
}

.swiper-container02 a {
	display: block;
	margin-bottom: 2rem;
	position: relative;
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.11);
	background-color: #ffffff;
	border-radius: 1rem;
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 4rem;
	transition: all 0.3s ease;
}

.swiper-container02 a:hover {
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.21);
}


.swiper-container02 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%;
}

.swiper-container02 a h4 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.swiper-container02 a:hover>h4 {
	color: #2d99d6;
}

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

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

.swiper-container02 a div span i {
	margin-left: 0.1rem;
	vertical-align: bottom;
	font-size: 1.5rem;
}

.proimg {
	width: 100%;
}

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

.index03main {
	width: 85rem;
	margin: auto;
	position: relative;
}

.index03tit {
	text-align: center;
	margin-bottom: 3rem;
}

.index03tit h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.index03tit h3 span {
	color: #3490ea;
}

.index03tit h4 {
	color: #666666;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.index03lb1x1 {
	position: relative;
	display: none;
}

.index03lb1x1bg {
	width: 100%;
}

.index03lb1x1tit {
	position: absolute;
	width: 1.5%;
	right: 20%;
	top: 65%;
}

.index03lb1x1tit img {
	width: 100%;
}

.index03lb1x1tit p {
	position: absolute;
	left: 120%;
	top: 50%;
	transform: translate(0%, -50%);
	word-break: keep-all;
	text-shadow:
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
	/* 白色描边 */
}

.dwimg2 {
	width: 1.5%;
	position: absolute;

}

.dwimg2:nth-child(3) {
	right: 29%;
	top: 36%;
}

.dwimg2:nth-child(4) {
	right: 22%;
	top: 56%;
}

.dwimg2:nth-child(6) {
	right: 28%;
	top: 39%;
}

.dwimg2:nth-child(5) {
	right: 53%;
	top: 63%;
}

.dwimg2:nth-child(7) {
	right: 32%;
	top: 82%;
}

.dwimg2:nth-child(8) {
	right: 45%;
	top: 66%;
}

.dwimg2:nth-child(9) {
	right: 80%;
	top: 28%;
}

.dwimg2:nth-child(10) {
	right: 79%;
	top: 57%;
}

.dwimg2 {
	animation: dwimg2 3s linear infinite;
}

.dwimg2:nth-child(2n) {
	animation-delay: 1.5s;
}

@keyframes dwimg2 {
	0% {
		opacity: 20%;
	}

	50% {
		opacity: 100%;
	}

	100% {
		opacity: 20%;
	}
}

.index03lb2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
}

.index03lb2js1 {
	display: none;
}

.index03lb2js1 h3 {
	font-size: 3.75rem;
	line-height: 4rem;
	font-weight: bold;
}

.index03lb2js1 h3 span {
	font-size: 1.5rem;
	vertical-align: top;
}

.index03lb2js1 h4 {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	margin: 1rem 0;
}

.index03lb2js1 p {
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: bold;
	color: #fc3434;
}

.index03lb2btn {
	display: flex;
	margin-top: 2rem;
}

.index03lb2btn p {
	width: 45%;
	margin-right: 5%;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 5rem;
	line-height: 3rem;
	color: #000000;
	font-size: 1.15rem;
	cursor: pointer;
}

.index03lb2btn .index03lb2btnxz {
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
}

.index03lb1 {
	padding-bottom: 5rem;
}

.index04 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/index04bg.png) left center no-repeat;
	background-color: #f5f5f5;
}

.index04main {
	width: 90rem;
	margin: auto;
}

.swiper-container04 {
	position: relative;
	width: 100%;
}

.swiper-container04 .swiper-slide {
	background-color: #ffffff;
	border-radius: 0.625rem;
	overflow: hidden;
	box-shadow: 3.5px 6.062px 29px 0px rgba(22, 22, 22, 0.16);
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide img {
	width: 100%;
	height: 20rem;
}

.swiper-container04 .swiper-slide div {
	padding: 1rem;
}

.swiper-container04 .swiper-slide div h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div h5 {
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #666;
	margin-bottom: 0.5rem;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div p {
	font-size: 1rem;
	line-height: 1.8rem;
	max-height: 5.4rem;
	color: #333;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div a {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 2rem;
	color: #3490ea;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div a i {
	font-size: 1.5rem;
	margin-left: 0.2rem;
}

.swiper-container04 .swiper-slide:hover {
	background-color: #379dd9;
}


.swiper-container04 .swiper-slide:hover div h4 {
	color: #ffffff;
}

.swiper-container04 .swiper-slide:hover div h5 {
	color: #ffffff;
}

.swiper-container04 .swiper-slide:hover div p {
	color: #ffffff;
}

.swiper-container04 .swiper-slide:hover div a {
	color: #ffffff;
}

.index05 {
	width: 100%;
	padding: 10rem 0;
	background: url(../images/index05bg.png) center center no-repeat;
	background-size: 100%;
}

.index05main {
	width: 90rem;
	margin: auto;
}

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

.index05lb div {
	width: 31.33%;
	padding: 3rem;
	background-color: #ffffff;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0.262px 4.993px 20px 0px rgba(7, 22, 6, 0.1);
}

.index05lb div:nth-child(2) {
	margin: 0 3%;
}

.index05lb div i {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	font-size: 5rem;
	color: #2d99d6;
	display: inline-block;
	text-align: center;
	line-height: 10rem;
	background-image: linear-gradient(to bottom, #cdeed9, #f5fbff);
}

.index05lb div h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin: 2rem 0;
}

.index05lb div h4 {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
}

.index06 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/index06bg.jpg) center center no-repeat;
}

.index06main {
	width: 90rem;
	margin: auto;
}

.index06 .cjwttit {
	color: #ffffff;
}

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

.index06lb div {
	width: 49.5%;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 1rem 0 1rem 0;
}

.index06lb div:nth-child(2n) {
	margin-left: 1%;
}

.index06lb div h4 {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #ffffff;
	position: relative;
	padding-left: 1.8rem;
}

.index06lb div h4 span {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #ffffff;
	position: absolute;
	left: 0;
}

.index06lb div p {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #ffffff;
	position: relative;
	padding-left: 1.8rem;
}

.index06lb div p span {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #ffffff;
	position: absolute;
	left: 0;
}

footer {
	background-color: #111417;
	padding-top: 5rem;
}

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

.footer1nrlb3 {
	position: relative;
}

.footer1nrlb3 input {
	width: 100%;
	display: block;
	padding-left: 1rem;
	padding-right: 8rem;
	height: 3.5rem;
	background-color: #ffffff;
	border: none;
	outline: none;
}

.footer1nrlb3 button {
	position: absolute;
	height: 3.5rem;
	width: 7rem;
	background-color: #369cd8;
	text-align: center;
	color: #FFFFFF;
	border: none;
	font-size: 1.1rem;
	right: 0;
	top: 0;
}

.footer1nrlb3 button i {
	margin-right: 0.3rem;
}

.footer1nrlb3 button:hover {
	background-color: #3490ea;
}

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

.footerleft img {
	width: 60%;
	margin-bottom: 2rem;
}

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

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

.footerright1 {
	text-align: right;
	margin-top: 2rem;
}

.footerright1 div {
	width: 10rem;
	margin-left: 5%;
	display: inline-block;
}

.footerright1 div img {
	width: 100%;
	height: 10rem;
	border-radius: 0.2rem;
	box-sizing: border-box;
}

.footerright1 div p {
	text-align: center;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-top: 0.5rem;
}

.footerbottom {
	width: 90rem;
	margin: auto;
	border-top: 1px solid #ffffff;
	padding: 2rem 0;
	margin-top: 3rem;
}

.footerbottom h4 {
	font-size: 0.95rem;
	line-height: 1.2rem;
	color: #ffffff;
	float: left;
}

.footerbottom p {
	font-size: 0.95rem;
	line-height: 1.2rem;
	color: #ffffff;
	float: right;
}

.footerbottom p a {
	color: #ffffff;
}

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

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

.productleft {
	width: 22rem;
	float: left;
}

.productright {
	width: calc(100% - 25rem);
	margin-left: 3rem;
	float: right;
}

.productleft a {
	width: 100%;
	font-size: 1rem;
	line-height: 2rem;
	padding: 1rem 2rem;
	background-color: #666;
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	position: relative;
	transition: all 0.3s ease;
}


.productleft a:hover {
	background-color: #369cd8;
}

.productleft a i {
	position: absolute;
	right: 1rem;
	top: 0;
	line-height: 4rem;
	color: #FFFFFF;
	font-size: 0.7rem;
	transform: rotateZ(-90deg);
}

.productleft .productleftxz {
	background-color: #369cd8;
}

.productleft .productleftxz i {
	transform: rotateZ(0deg);
}

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

.productlb a {
	width: 32.33%;
	display: block;
	margin-bottom: 1rem;
	position: relative;
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.11);
	background-color: #ffffff;
	border-radius: 1rem;
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 4rem;
	transition: all 0.3s ease;
}

.productlb a:nth-child(3n-1) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.productlb a:hover {
	box-shadow: 0px 0px 17.43px 3.57px rgba(4, 0, 0, 0.21);
}


.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 h4 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.productlb a:hover>h4 {
	color: #2d99d6;
}

.productlb a div p {
	line-height: 4rem;
	max-width: 55%;
	color: #2d99d6;
	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: 1rem;
    color: #ffffff;
    padding-right: 0.5rem;
}

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

.productdettit {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5rem;
	padding-bottom: 1rem;
	color: #000000;
	text-align: center;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 1rem;
}

.productdetimg {
	display: block;
	margin: auto;
	width: 40%;
}

.productdetfl {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.productdetfl p {
	width: 40%;
	font-size: 1.1rem;
	line-height: 1.8rem;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to right, #81d0ff, #56b1e7);
}

.productdetfl p:nth-child(2) {
	margin-left: 5%;
	display: flex;
	align-items: center;
	background-image: linear-gradient(to right, #efa13b, #d27a08);
}
.productdetfl p:nth-child(2) span{
	display: block;
	width: 100%;
}
.productdetfl p:nth-child(2) span b{
	font-weight: normal;
}
.productdet2 h2 {
	font-size: 1.1rem;
	line-height: 2.5rem;
	font-weight: bold;
	background-color: #f5f5f5;
	margin-bottom: 1rem;
	padding: 0 1rem;
}

.productdet2 div {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 2rem;
}

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

.productdet2zy {
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-decoration: underline;
	color: #fc3434;
	font-weight: bold;
}

.news {
	width: 90rem;
	margin: 5rem auto;
}

.newstit {
	text-align: center;
	margin-bottom: 3rem;
}

.newstit a {
	font-size: 1.2rem;
	line-height: 3rem;
	background-color: #f5f5f5;
	border-radius: 0.2rem;
	margin: 0 2rem;
	display: inline-block;
	padding: 0 4rem;
	color: #222;
	font-weight: bold;
	transition: all 0.3s ease;
}

.newstit .newstitxz {
	background-color: #379dd9;
	color: #ffffff;
}

.newstit a:hover {
	background-color: #81d0ff;
	color: #ffffff;
}

.newslb1 {
	position: relative;
	padding: 2rem 0;
	padding-left: 12rem;
	padding-right: 14rem;
	background-color: #f5f5f5;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	min-height: 12rem;
	transition: all 0.3s ease;
}

.newslb1:hover {
	box-shadow: 0px 0px 15px #dddddd;
}

.newslbleft {
	width: 8rem;
	height: 8rem;
	background-color: #ffffff;
	position: absolute;
	left: 2rem;
	top: 2rem;
	border-radius: 0.5rem;
}

.newslbleft h4 {
	text-align: center;
	font-size: 1.2rem;
	color: #666;
	padding-top: 1rem;
}

.newslbleft h4 span {
	font-size: 3.5rem;
	font-weight: bold;
	color: #666;
	line-height: 4rem;
	display: block;
	margin-bottom: 0.2rem;
}

.newslbcenter h4 {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.newslbcenter h5 {
	width: 3rem;
	height: 0.2rem;
	background-color: #aaa;
	display: block;
	margin: 1rem 0;
	border-radius: 2rem;
}

.newslbcenter p {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newslb1 a {
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	padding: 0 1rem;
	border-radius: 3rem;
	font-size: 1rem;
	line-height: 3rem;
	height: 3rem;
	color: #7a7a7a;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.newslb1 a:hover {
	background-color: #379dd9;
	color: #ffffff;
}

.newslb1 a:after {
	content: '';
	width: 2px;
	height: 3rem;
	background-color: #eeeeee;
	position: absolute;
	left: -2rem;
	top: 0;
}

.newsdettit {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #dddddd;
	text-align: center;
}

.newsdettit h3 {
	font-size: 1.25rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}

.newsdettit h4 {
	font-size: 0.9rem;
	line-height: 1rem;
	color: #666;
}

.newsdettit h4 i {
	margin-right: 0.2rem;
	font-size: 0.9rem;
}

.newsdet1 p {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.newsdet1 p img {
	width: 100%;
}

.sybanner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sybannerimg {
	width: 100%;
	display: block;
}

.bannerimg1 {
	position: absolute;
	left: -10%;
	height: 120%;
	bottom: -18%;
	display: block;
	animation: bannerimg1 50s linear infinite;
}

@keyframes bannerimg1 {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

.sybannermain {
	width: 90rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-left: 35%;
	color: #ffffff;
}

.sybannermain h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.sybannermain h3 {
	font-size: 1rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
}

.sybannermain h4 {
	width: 92%;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 4rem 0;
	margin-left: 8%;
	position: relative;
}

.sybannermain h4 img {
	width: 4%;
	position: absolute;
	left: -8%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sybannermain ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.sybannermain ul li {
	width: 25%;
}

.sybannermain ul li h5 {
	font-size: 3.5rem;
	line-height: 4rem;
	margin-bottom: 0.5rem;
}

.sybannermain ul li h5 span {
	font-size: 1.5rem;
	vertical-align: top;
}

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

img {
	max-width: 100%;
}
section{
	overflow: hidden;
}

table {
	width: 100%; /* 设置表格宽度 */
	border-collapse: collapse; /* 边框合并 */
	background-color: #ffffff; /* 背景色 */
	color: #333; /* 文字颜色 */
	height: auto !important;
}

th, td {
	border: 1px solid #333 !important; /* 边框样式 */
	padding: 8px !important; /* 内边距 */
	text-align: left; /* 文字对齐方式 */
	height: auto !important;
	text-align: center;
	line-height: 25px;
}
tr{
	height: auto !important;
}
tr:first-child{
	text-align: center;
	font-weight: bold;
}
th {
	background-color: #f1f1f1 !important; /* 表头背景色 */
}

.rightmenu {
	position: fixed;
	right: 1rem;
	bottom: 10%;
	z-index: 9;
}

.rightmenu li {
	position: relative;
	margin-bottom: 0.5rem;
}

.rightmenu1 {
	width: 60px;
	height: 60px;
	background-image: linear-gradient(to right, #81d0ff, #56b1e7);
	border-radius: 0.5rem;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.rightmenu1:hover {
	opacity: 0.9;
}

.rightmenu1 i {
	font-size: 26px;
	line-height: 60px;
	color: #ffffff;
}

.rightmenu1 p {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	display: none;
}

.rightmenu li h4 {
	font-size: 16px;
	line-height: 60px;
	background-image: linear-gradient(to right, #81d0ff, #56b1e7);
	color: #ffffff;
	position: absolute;
	right: -200px;
	top: 0;
	padding: 0 15px;
	transition: all 0.3s ease;
	border-radius: 0.5rem;
	white-space: nowrap;
}

.rightmenu li h4 a {
	color: #ffffff;
}

.rightmenu li:hover>h4 {
	right: 65px;
}

.rightmenu2 {
	width: 100px;
	position: absolute;
	right: -200px;
	top: 0;
	background: #ffffff;
	padding: 5px;
	transition: all 0.3s ease;
}

.rightmenu li:hover>.rightmenu2 {
	right: 65px;
}

.rightmenu2 img {
	width: 100%;
}

.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: #369cd8;
}

.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: 14px;
	}
}

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

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

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


@media only screen and (max-width: 640px) {
	html {
		font-size: 14px;
	}
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		background-color: #ffffff;
		left: 0;
		top: 0;
		padding: 10px;
		box-sizing: border-box;
		z-index: 9;
		box-shadow: 0px 25px 21.75px 7.25px rgb(4 0 0 / 22%);
	}
	body {
		background-color: #FFFFFF;
		margin: 0;
		font-family: "微软雅黑";
		min-width: 100%;
		padding-top: 50px;
		overflow-x: hidden;
	}
	.header {
		width: 100%;
		margin: auto;
	}
	.header1 {
		width: 35%;
		background-color: #ffffff;
		border-radius: 1rem;
		padding: 0 1rem;
		padding-left: 0;
		position: relative;
		height: 40px;
		/* display: none; */
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.header2 {
		width: 55%;
		background-color: #ffffff;
		border-radius: 1rem;
		padding: 0 1rem;
		position: relative;
		height: 5.25rem;
		margin: 0;
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		display: none;
		z-index: 2;
	}
	.header1left {
		height: 100%;
		position: absolute;
		left: 1rem;
		top: 0;
	}
	.header3 {
		width: 55%;
		background-image: none;
		border-radius: 1rem;
		padding: 0 1rem;
		padding-right: 4rem;
		position: relative;
		height: 50px;
		position: absolute;
		right: 50px;
		top: 0;
	}
	.header3search {
		height: 30px;
		background-color: rgba(255, 255, 255, 0.2);
		margin-top: 10px;
		padding-left: 1rem;
		border-radius: 3rem;
		padding-right: 2rem;
		position: relative;
		background-image: linear-gradient(to right, #81d0ff, #56b1e7);
	}
	.header3search button {
		position: absolute;
		right: 0.7rem;
		top: 0;
		font-size: 1.2rem;
		color: #ffffff;
		line-height: 30px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
		border: none;
		outline-style: none;
	}
	.header3search button i {
		font-size: 1.2rem;
		line-height: 30px;
	}
	.header3search input {
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		height: 30px;
		border: none;
		outline-style: none;
		color: #ffffff;
	}
	.header3yy {
		position: absolute;
		right: 0;
		top: 10px;
	}
	.header3yy h2 {
		color: #222222;
		line-height: 30px;
		font-size: 1.1rem;
		cursor: pointer;
	}
	.header3yy div {
		position: absolute;
		left: 50%;
		top: 40px;
		transform: translate(-50%, 0);
		background-color: #ffffff;
		border-radius: 0.5rem;
		box-shadow: 0px 5px 9px #dddddd;
		max-height: 0rem;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.header1 div{
		display: none;
	}
	.header3yy h2 i {
		font-size: 0.9rem;
		margin-left: 0rem;
		vertical-align: top;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 1rem !important;
		width: 100%; 
	}
	.swiper-pagination-bullet{
		width: 1.5rem;
		height: 3px;
	}
	.index01 {
		background: url(../images/index01bg.png) center bottom no-repeat;
		padding: 20px 10px;
	}
	.index01main {
		width: 100%;
		margin: auto;
		position: relative;
	}
	.index01left {
		width: 100%;
		position: initial;
		left: 0;
		top: 0;
		transform: none;
		padding: 1rem;
		box-shadow: 0px 0px 19.2px 4.8px rgb(4 0 0 / 15%);
		border-radius: 1rem;
		background: url(../images/index1leftbg.png) right bottom no-repeat;
		background-color: #ffffff;
		z-index: 2;
		margin-bottom: 10px;
	}
	.index01left h2 {
		font-size: 1.2rem;
		color: #000000;
		line-height: 2rem;
		margin-bottom: 0.5rem;
		font-weight: bold;
	}
	.index01left div p {
		font-size: 0.9rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}
	.index01left a {
		display: inline-block;
		border-radius: 0.5rem;
		background-image: -moz-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
		background-image: -webkit-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
		background-image: -ms-linear-gradient(0deg, rgb(88, 174, 221) 0%, rgb(14, 115, 247) 100%);
		font-size: 1rem;
		text-transform: uppercase;
		line-height: 3rem;
		padding: 0 1rem;
		transition: all 0.3s ease;
		color: #ffffff;
		margin-top: 0rem;
	}
	.index01right {
		width: 100%;
		margin-left: 0;
		box-shadow: 0px 5px 12.75px 2.25px rgb(4 0 0 / 15%);
		border-radius: 0.625rem;
	}
	.index02 {
		width: 100%;
		background: url(../images/index02bg.png) right top no-repeat;
		padding: 20px 10px;
	}
	.index02main {
		width: 100%;
		margin: auto;
	}
	.index02tit {
		position: relative;
		padding-left: 1rem;
		margin-bottom: 1rem;
	}
	.index02tit h2 {
		font-size: 1.3rem;
		line-height: 2rem;
	}

	section{
		box-sizing: border-box;
	}
	.index04 {
		width: 100%;
		padding: 20px 10px;
	}
	.index04main {
		width: 100%;
		margin: auto;
	}
	.index05 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index05bg.png) center center no-repeat;
		background-size: auto 80%;
	}
	.index05main {
		width: 100%;
		margin: auto;
	}
	.index03tit {
		text-align: center;
		margin-bottom: 1rem;
	}
	.index03tit h3 {
		font-size: 1.5rem;
		line-height: 2rem;
		font-weight: bold;
	}
	.index05lb div {
		width: 100%;
		padding: 1rem;
		background-color: #ffffff;
		border-radius: 1rem;
		text-align: center;
		box-shadow: 0.262px 4.993px 20px 0px rgb(7 22 6 / 10%);
	}
	.index05lb div:nth-child(2) {
		margin: 10px 0;
	}
	.index05lb div i {
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		font-size: 3rem;
		color: #2d99d6;
		display: inline-block;
		text-align: center;
		line-height: 6rem;
		background-image: linear-gradient(to bottom, #cdeed9, #f5fbff);
	}
	.index05lb div h3 {
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: bold;
		margin: 1rem 0;
	}
	.index05lb div h4 {
		font-size: 1rem;
		line-height: 1.2rem;
		color: #666;
	}
	.index06 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index06bg.jpg) center center no-repeat;
	}
	.index06main {
		width: 100%;
		margin: auto;
	}
	.index06 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index06bg.jpg) center center no-repeat;
		background-size: auto 100%;
	}
	.cjwttit h2 span {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 2rem;
		position: relative;
	}
	.cjwttit h2 span:before {
		content: "";
		width: 4rem;
		position: absolute;
		height: 1px;
		background-color: #ffffff;
		right: -5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.cjwttit h2 span:after {
		content: "";
		width: 4rem;
		position: absolute;
		height: 1px;
		background-color: #ffffff;
		left: -5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.cjwttit {
		width: 100%;
		position: relative;
		text-align: center;
		margin-bottom: 1rem;
	}
	.index06lb div {
		width: 100%;
		margin-bottom: 0.5rem;
		padding: 1rem;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 1rem 0 1rem 0;
	}
	.index06lb div:nth-child(2n) {
		margin-left: 0;
	}
	footer {
		background-color: #111417;
		padding-top: 20px;
	}
	.footer {
		width: 100%;
		margin: auto;
		padding: 0 10px;
	}
	.footerleft {
		width: 100%;
		float: left;
	}
	.footerleft img {
		width: 60%;
		margin-bottom: 1rem;
	}
	.footerleft h4 {
		font-size: 0.9rem;
		line-height: 2rem;
		color: #ffffff;
	}
	.footerright {
		width: 100%;
		float: left;
	}
	.footer1nrlb3 {
		position: relative;
		display: none;
	}
	.footerright1 {
		text-align: left;
		margin-top: 2rem;
	}
	.footerright1 div {
		width: 8rem;
		margin-left: 0;
		display: inline-block;
	}
	.footerright1 div img {
		width: 100%;
		height: 8rem;
		border-radius: 0.2rem;
		box-sizing: border-box;
	}
	.footerright1 div p {
		text-align: center;
		color: #ffffff;
		font-size: 0.9rem;
		line-height: 1.2rem;
		margin-top: 0.5rem;
	}
	.footerbottom {
		width: 100%;
		margin: auto;
		border-top: 1px solid #ffffff;
		padding: 10px;
		margin-top: 10px;
	}
	.footerbottom h4 {
		font-size: 0.9rem;
		line-height: 1.2rem;
		color: #ffffff;
		float: left;
		width: 100%;
		text-align: center;
	}
	.footerbottom p {
		font-size: 0.9rem;
		line-height: 1.2rem;
		color: #ffffff;
		float: right;
		width: 100%;
		text-align: center;
	}
	.rightmenu {
		transform: scale(0.8);
		position: fixed;
		right: 5px;
		bottom: 10%;
		z-index: 9;
	}
	.mbx{
		display: none;
	}
	.about1 {
		width: 100%;
		padding: 20px 10px;
	}
	.about1main {
		width: 100%;
		margin: auto;
	}
	.abouttit1 h5 {
		font-size: 1rem;
		line-height: 1.5rem;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 0;
		margin-top: 0.5rem;
	}
	.abouttit1 h3 {
		font-size: 1.5rem;
		line-height: 2rem;
		color: #3490ea;
		font-weight: bold;
	}
	.abouttit1 {
		margin-bottom: 1rem;
	}
	.about1js p {
		font-size: 0.9rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}
	.swiper-containerindex01 {
		width: 100%;
		margin-top: 1rem;
		overflow: hidden;
		padding: 1rem 0.5rem;
	}
	.about2 {
		width: 100%;
		margin: auto;
		padding: 0 10px;
		padding-bottom: 20px;
	}
	.about2left {
		width: 100%;
	}
	.about2left h2 {
		font-size: 1.5rem;
		color: #000000;
		line-height: 3rem;
		margin-bottom: 1rem;
		font-weight: bold;
		position: relative;
	}
	.about2left h2:after {
		content: '';
		width: 5rem;
		height: 0.4rem;
		background-color: #3490ea;
		position: absolute;
		left: 0;
		bottom: 0.7rem;
		border-radius: 1rem;
	}
	.about2left p {
		font-size: 1rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}
	.about2right {
		width: 100%;
		margin-left: 0;
		border: 0.3rem solid #62baee;
		border-radius: 0;
		box-sizing: border-box;
	}
	.about3 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/about2bg.jpg) center center no-repeat;
		background-attachment: fixed;
	}
	.about3main {
		width: 100%;
		margin: auto;
	}
	.about3tit {
		width: 100%;
		position: relative;
		text-align: center;
		margin-bottom: 2rem;
		color: #ffffff;
	}
	.about3tit h2 span {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 2rem;
		position: relative;
	}
	.about3tit h2 span:before {
		content: "";
		width: 4rem;
		position: absolute;
		height: 2px;
		background-color: #ffffff;
		right: -5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.about3tit h2 span:after {
		content: "";
		width: 4rem;
		position: absolute;
		height: 2px;
		background-color: #ffffff;
		left: -5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.about3tit p {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.about3lb div {
		width: 50%;
		text-align: center;
		color: #ffffff;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.about3lb div i {
		font-size: 3rem;
		width: 6rem;
		text-align: center;
		line-height: 6rem;
		border-radius: 50%;
		display: inline-block;
		border: 2px solid #ffffff;
	}
	.about3lb div h4 {
		font-size: 1.1rem;
		line-height: 2rem;
		margin: 0.2rem 0;
	}
	.about3lb div p {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	.about4 {
		width: 100%;
		padding: 20px 10px;
	}
	.about4main {
		width: 100%;
		margin: auto;
	}
	.about4lb div {
		width: 100%;
		position: relative;
		border: 0.5rem solid #ffffff;
		border-radius: 2rem 0 2rem 0;
		box-shadow: 0px 5px 10px #aaa;
		transition: all 0.3s ease;
		overflow: hidden;
	}
	.about4lb div:nth-child(3n-1) {
		margin: 10px 0;
	}
	.product {
		width: 100%;
		padding: 20px 10px;
	}
	.productmain {
		width: 100%;
		margin: auto;
	}
	.productleft {
		width: 100%;
		float: left;
	}
	.productright {
		width: 100%;
		margin-left: 0;
		float: right;
		margin-top: 10px;
	}
	.productleft {
		width: 100%;
		float: left;
		text-align: center;
	}

	.productleft a {
		width: auto;
		font-size: 0.9rem;
		line-height: 1.5rem;
		padding: 0.5rem 1rem;
		background-color: #666;
		display: inline-block;
		margin-bottom: 1px;
		color: #FFFFFF;
		position: relative;
		transition: all 0.3s ease;
		margin: 3px 5px;
	}
	.productleft a i{
		display: none;
	}
	.productlb a {
		width: 49%;
		display: block;
		margin-bottom: 10px;
		position: relative;
		box-shadow: 0px 0px 17.43px 3.57px rgb(4 0 0 / 11%);
		background-color: #ffffff;
		border-radius: 1rem;
		overflow: hidden;
		padding: 0.5rem;
		padding-bottom: 4rem;
		transition: all 0.3s ease;
	}
	.productlb a:nth-child(3n-1){
		margin:0;
		margin-bottom: 10px;
	}
	.productlb a:nth-child(2n){
		margin-left: 2%;
	}
	.productlb a h4 {
		font-size: 1rem;
		line-height: 2rem;
		color: #000000;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
	}
	.productdetfl p {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0.5rem 1rem;
		border-radius: 0.5rem;
		text-align: center;
		font-weight: bold;
		color: #ffffff;
		background-image: linear-gradient(to right, #81d0ff, #56b1e7);
	}

	.productdetfl p:nth-child(2) span{
		line-height: 1.5rem;
	}
	.news {
		width: 100%;
		margin: 0;
		padding: 20px 10px;
	}
	.newslb1 {
		position: relative;
		padding: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #f5f5f5;
		border-radius: 0.5rem;
		margin-bottom: 1rem;
		min-height: 2rem;
		transition: all 0.3s ease;
	}
	.newslbleft{
		display: none;
	}
	.newslb1 a {
		position: initial;
		right: 2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #ffffff;
		padding: 0 1rem;
		border-radius: 3rem;
		font-size: 1rem;
		line-height: 2rem;
		height: 2rem;
		color: #7a7a7a;
		text-transform: capitalize;
		transition: all 0.3s ease;
		display: inline-block;
		margin-top: 10px;
	}
	.newslbcenter h4 {
		font-size: 1.2rem;
		line-height: 1.5rem;
		color: #000000;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.newslbcenter h5 {
		width: 3rem;
		height: 0.2rem;
		background-color: #aaa;
		display: block;
		margin: 0.4rem 0;
		border-radius: 2rem;
	}
	.contact1 {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}
	.contact1main div {
		width: 50%;
		text-align: center;
		padding: 5px 5px;
	}
	.contact1main {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contact1main div h4 {
		font-size: 1.2rem;
		line-height: 2rem;
		color: #111417;
		font-weight: bold;
		margin-top: 0.2rem;
	}
	.contact1main div i {
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		text-align: center;
		line-height: 6rem;
		font-size: 2.5rem;
		color: #FFFFFF;
		background-color: #3490ea;
		border: 0.5rem solid #bddeff;
		display: inline-block;
	}
	.contact1main div p {
		font-size: 0.85rem;
		line-height: 1.5rem;
	}
	.contact2 {
		width: 100%;
		padding: 20px 10px;
		background-color: #eeeeee;
	}
	.contact2main {
		width: 100%;
		margin: auto;
	}
	.contact2tit {
		text-align: center;
		font-size: 1.5rem;
		line-height: 3rem;
		margin-bottom: 0.5rem;
		font-weight: bold;
		text-transform: uppercase;
	}
	.contact2lb input {
		width: 100%;
		padding: 0 1rem;
		height: 3rem;
		line-height: 3rem;
		background-color: #FFFFFF;
		font-size: 1rem;
		border: none;
	}
	.contact2lb input:nth-child(2) {
		margin: 5px 0;
	}
	.contact2lb textarea {
		width: 100%;
		height: 6rem;
		padding: 0.5rem;
		background-color: #FFFFFF;
		font-size: 1.1rem;
		border: none;
		margin-top: 5px;
		outline-style: none;
	}
	.contact2btn {
		width: 100%;
		margin-top: 1rem;
		text-align: center;
	}
	.contact2btn button {
		background-color: #3490ea;
		font-size: 1rem;
		color: #FFFFFF;
		border-radius: 2rem;
		line-height: 2.5rem;
		padding: 0 3rem;
		text-transform: uppercase;
		transition: all 0.3s ease;
	}
	.contact_map {
		width: 100%;
		height: 25rem;
	}
	.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: #3490ea;
		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;
	}
	.header2lb {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.header2lbxz {
		padding: 0 1.5rem;
		line-height: 3.25rem;
		margin-top: 1rem;
		display: inline-block;
		font-size: 1.1rem;
		color: #000000;
		display: block;
	}














}