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

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

body {
	background-color: #ffffff;
	margin: 0;
	font-family: 'SHSregular';
	overflow-x: hidden;
	min-width: 1200px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease;
}

.headerxz1 {
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);

}


.headermain {
	max-width: 87.5rem;
	margin: auto;
	position: relative;
	padding-left: 12rem;
	width: 100%;
}

.logo {
	height: 2.25rem;
	margin-top: 2rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.logo1 {
	height: 100%;
	display: block;
}

.logo2 {
	height: 100%;
	display: none;
}

.headerlogo {
	height: 6.25rem;
	padding: 0.625rem 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.headerlogo img {
	height: 100%;
}

.headermain1 {
	width: 100%;
	transition: all 0.3s ease;
}

.headerlb1xz a {
	position: relative;
}

.headerlb1xz .headerlb2:after {
	content: "";
	width: 4.5rem;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 4.2rem;
	background-color: #358aec;
	margin: auto;
}

.headerlb {
	float: right;
}

.headerlb1 {
	float: left;
    /* width: 8rem; */
    position: relative;
    margin-left: 2rem;
}

.headerlb2 {
	line-height: 6.25rem;
	display: block;
	width: 100%;
	padding: 0 0.625rem;
	text-align: center;
	color: #ffffff;
	font-size: 1.1rem;
	text-shadow: 0px 0px 2px #727272;
}

.headerlb1:hover>.headerlb3 {
	max-height: 25rem;
}

.headerlb3 {
	background-color: #a5a5a5;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: 6.2rem;
	max-height: 0;
	overflow: hidden;
	box-shadow: 0px 8px 10px #b9b9b9;
	transition: all 0.3s ease;
}

.headerxz .headerlb3{
	background-color: #ffffff;
}
.headerlb3 a {
	display: block;
	padding: 0 0.625rem;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.headerlb3 a:hover {
	background-color: #408CBF;
	color: #FFFFFF !important;
}

.headerright {
	float: right;
}

.headersrc {
	float: left;
	height: 6.25rem;
	position: relative;
	padding-top: 1.9rem;
}

.headersrc input {
	height: 2.5rem;
	width: 24rem;
	background-color: #ffffff;
	left: 3rem;
	top: 0;
	padding: 0 15px;
	transition: all 0.3s ease;
	border-radius: 20px;
	outline-style: initial;
	border: none;
	float: right;
	margin-right: 5rem;
}

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

.headersrc button {
	width: 1.5rem;
	height: 2.5rem;
	background-color: rgba(0, 0, 0, 0);
	outline-style: none;
	color: #ffffff;
}

.headersrc button i {
	line-height: 2.5rem;
	font-size: 1.125rem;
}

.headersrc:hover>.headersrc1 {
	max-height: 5rem;
	padding: 1rem 0;
}

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

.lange {
	float: left;
	line-height: 2rem;
	font-size: 1rem;
	color: #ffffff;
	margin-left: 0.8rem;
	display: block;
	border: 1px solid #dddddd;
	padding: 0 1.5rem;
	border-radius: 20px;
	margin-top: 2.15rem;
	transition: all 0.3s ease;
	text-shadow: 0px 0px 2px #727272;
}

.lange:hover {
	background-color: #58AFCB;
	color: #FFFFFF;
	border: 1px solid #58AFCB;
}

.headerxz .lange:hover {
	background-color: #58AFCB;
	color: #FFFFFF;
	border: 1px solid #58AFCB;
}

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

.headerxz {
	background-color: #FFFFFF;
	box-shadow: 0px 5px 10px #dddddd;
}

.headerxz .logo1 {
	display: none;
}

.headerxz .logo2 {
	display: block;
}

.headerxz .lange,
.headerxz .headersrc button,
.headerxz .headerlb2,
.headerxz .headerlb3 a {
	color: #222222;
	text-shadow: 0px 0px 0px #727272;
}

.headerxz .headersrc1 {
	background-color: #f5f5f5;
}

.headerxz .headersrc1 input {
	background-color: #ffffff;
}
.headerlb1xz .headerlb2{
	color: #d78e36;
	text-shadow: 0px 0px 0px #727272;
}


.section1 {
	background: url(../images/indexbg1.jpg) center center no-repeat;
}

.section1main {
	width: 100%;
	max-width: 87.5rem;
	padding: 0 2%;
	margin: auto;

}

.section1main h4 {
	text-align: center;
	color: #FFFFFF;
	font-size: 2.5rem;
	line-height: 4.2rem;
}

.section1more {
	text-align: center;
}

.section1more a {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 2rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	transition: all 0.3s ease;
	margin-top: 3rem;
}

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

.section1more a:hover {
	background-color: #58AFCB;
	color: #FFFFFF;
	padding: 0 2.5rem;
	border: 1px solid #58AFCB;
}

.section1more a:hover>i {
	margin-left: 0.5rem;
}

.section2 {
	background: url(../images/indexbg2.jpg) center center no-repeat;
}

.section4lb {
	width: 100%;
	margin-left: -100vw;
}

.section2main {
	width: 50%;
	padding: 0 3rem;
}

.section2main h2 {
	font-size: 2rem;
	line-height: 3rem;
	color: #FFFFFF;
	margin-bottom: 3rem;
	position: relative;
	margin-left: -100vw;
}

.section2main h2:after {
	content: "";
	width: 45px;
	height: 3px;
	border-radius: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -1.2rem;
	margin-left: -100vw;
}

.section2main h3 {
	font-size: 1.2rem;
	line-height: 2rem;
	height: 4rem;
	color: #FFFFFF;
	margin-bottom: 2rem;
	margin-left: -80vw;
}

.section2main ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: -80vw;
}

.section2main ul li {
	width: 33.33%;
	text-align: center;
	margin-bottom: 3rem;
	color: #FFFFFF;
}

.section2main ul li i {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.section2main ul li p {
	font-size: 1rem;
	line-height: 1.2rem;
}

.section2main .section1more {
	text-align: left;
	margin-left: -50vw;
}

.section3 {
	width: 100%;
	background: url(../images/indexbg3.jpg)center center no-repeat;
}

.section3main {
	width: 50%;
	margin-left: 50%;
	padding: 0 3rem;
}

.section3main h2 {
	position: relative;
	padding-bottom: 2.5rem;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #222222;
	width: 100%;
	margin-left: 100vw;
}

.section3main h2:after {
	content: "";
	width: 4rem;
	height: 2px;
	background-color: #a7a5a5;
	position: absolute;
	left: 0;
	bottom: 1rem;
	margin-left: 100vw;
}

.section3main h3 {
	position: relative;
    padding-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #222222;
    width: 100%;
	margin-left: 100vw;
}

.section3main .section1more {
	text-align: left;
	width: 100%;
	margin-left: 100vw;
}

.section3main .section1more a {
	color: #000000;
	border-radius: 30px;
	border: 1px solid #000000;
}

.section3main .section1more a:hover {
	background-color: #58AFCB;
	border: 1px solid #58AFCB;
	color: #FFFFFF;
}

.section3main .section1more a:hover>i {
	color: #FFFFFF;
}

.section3lb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 100vw;
}

.section3lb li {
	width: 50%;
	padding-right: 2%;
	margin-bottom: 1.875rem;
	padding-left: 3.5rem;
	position: relative;
}

.section3lb li i {
	font-size: 3rem;
	line-height: 3rem;
	height: 3rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: linear-gradient(135deg, #1e65bf, #348bd9);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.section3lb li h4 {
	font-size: 3rem;
	color: #222222;
	line-height: 3rem;
	margin-bottom: 0.5rem;
}

.section3lb li h4 span {
	font-weight: bold;
}

.section3lb li h4 b {
	font-size: 1rem;
	font-weight: normal;
	color: #222;
	vertical-align: text-top;
	margin-left: 5px;
}

.section3lb li p {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.5rem;
}

.section4 {
	width: 100%;
	background: url(../images/indexbg4.jpg)center center no-repeat;
}

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

.section4lb a {
	width: 30.33%;
	display: block;
}

.section4lb a:nth-child(2) {
	margin: 0 4.5%;
}

.section4lb a img {
	width: 100%;
	border-radius: 5px;
}

.section4lb a p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.section5main1 img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.section5main1 {
	width: 30%;
	transition: all 0.5s ease;
}

.section5main1xz {
	width: 40%;
}

.section5main1xz img {
	opacity: 1;
}

.section5main2 {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	border-left: 1px solid #ffffff;
	z-index: 2;
}

.section5main2 h2 {
	display: none;
}

.section5main2 h3 {
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2rem;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
	-moz-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-webkit-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-ms-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
}

.section5main2 h3 span {
	font-size: 0.9rem;
	display: block;
}

.section5main2 h3 b {
	display: none;
}

.section5main2 h4 {
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.8rem;
	height: 10.8rem;
	margin-bottom: 2rem;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
	-moz-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-webkit-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-ms-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 6;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 6;
	-o-box-orient: vertical;
}

.section5main2 .section1more span {
	display: none;
	transition: all 0.5s ease;
}

.section5main1xz .section5main2 {
	background-color: rgba(0, 0, 0, 0.42);
	padding: 0 3rem;
}

.section5main1xz .section1more {
	text-align: left;
}

.section5main1xz .section1more span {
	display: inline-block;
}

.section5main1xz h2 {
	display: block;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 3rem;
	margin-bottom: 0.5rem;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
	-moz-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-webkit-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	-ms-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
}

.section5main1xz h3 {
	position: relative;
	padding-left: 1.875rem;
}

.section5main1xz h3:after {
	content: "";
	width: 1.25rem;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
}

.section5main1xz h3 b {
	display: inline-block;
	margin: 0 3px;
}

.section5main1xz h3 span {
	display: inline-block;
}

.section5main1xz .section1more a {
	margin-top: 1rem;
}

.section6 {
	background: url(../images/indexbg6.jpg) center center no-repeat;
}

.section6main {
	width: 100%;
	max-width: 87.5rem;
	padding: 0 2%;
	margin: auto;
}

.section6tit {
	margin-bottom: 3.5rem;
}

.section6tit1 {
	float: left;
}

.section6tit2 {
	float: right;
	margin-top: 8rem;
}

.section6tit1 h4 {
	font-size: 3.5rem;
    position: relative;
    color: #FFFFFF;
    line-height: 4.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
}

.section6tit1 h4:after {
	content: "";
	width: 3.75rem;
	height: 0.3rem;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -0.8rem;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.56);
}

.section6tit1 p {
	font-size: 2rem;
	position: relative;
	color: #FFFFFF;
	line-height: 3rem;
	text-transform: uppercase;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
}

.section6tit2 a {
	display: inline-block;
	font-size: 1.25rem;
	color: #FFFFFF;
	margin-left: 2rem;
	text-shadow: 0px 4px 4.9px rgba(0, 0, 0, 0.61);
}

.swiper-container05lb01 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container05lb01 img {
	display: block;
	width: 100%;
}

.swiper-container05lb01 i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	line-height: 12rem;
	font-size: 3rem;
	color: #eee;
	opacity: 0;
	transition: all 0.3s ease;
}

.swiper-container05lb .swiper-slide {
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.51);
	transition: all 0.5s ease;

}

.swiper-container05lb .swiper-slide:hover>a .swiper-container05lb01 i {
	opacity: 1;
}

.swiper-container05lb .swiper-slide:hover {
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.81);
}

.swiper-container05lb02 {
	padding: 2rem;
	background-color: #FFFFFF;
	color: #000000;
}

.swiper-container05lb02 h4 {
	padding-right: 3rem;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #222222;
	position: relative;
	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;
	text-align: left;
}

.swiper-container05lb02 h4 span {
	position: absolute;
	right: 0;
	text-align: right;
	font-size: 1.875rem;
	color: #666;
	top: 0;
}

.swiper-container05lb02 h4 span b {
	display: block;
	font-weight: normal;
	font-size: 0.75rem;
	color: #222222;
	margin-top: 0.5rem;
}

.swiper-container05lb02 h5 {
	text-align: right;
	margin-top: 2rem;
	font-size: 0.9rem;
	color: #000000;
	line-height: 1.5rem;
	position: relative;
}

.swiper-container05lb02 h5 i {
	float: right;
	font-size: 1.5rem;
	margin-left: 0.3125rem;
}

.swiper-container05lb02 h5:after {
	content: "";
	width: 1rem;
	height: 0.1875rem;
	background-color: #222222;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-container05lb {
	position: relative;
	text-align: center;

}

.swiper-pagination05lb {
	position: absolute;
	bottom: -2rem !important;
}

.swiper-pagination05lb span {
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, 0, 0);
	border: 2px solid #ffffff;
}

.swiper-pagination05lb .swiper-pagination-bullet-active {
	background-color: #58AFCB;
	border: 2px solid #58AFCB;
}

.swiper-pagination05lb .swiper-notification {
	display: none;
}

#section-footer {
	background: #dddddd;
}

#section-footer #footer-text {}

#section-footer .fp-tableCell {
	vertical-align: text-top;
}

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

.footer1main {
	width: 100%;
	max-width: 87.5rem;
	padding: 0 2%;
	margin: auto;
	display: flex;
	flex: 1;
}

.footer1main div {
	width: 16.666%;
	text-align: center;
	padding: 0 1rem;
}

.footer1main div h4 {
	font-size: 1.3rem;
	color: #62c0ff;
	padding-bottom: 2rem;
	position: relative;
}

.footer1main div h4:after {
	content: "";
	width: 4rem;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	margin: auto;
	background-color: #585858;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer1main div a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #62c0ff;
	font-size: 0.875rem;
	line-height: 2rem;
	transition: all 0.3s ease;
}

.footer1main div a:hover {
	color: #aaaaaa;
}

.footer2 {
	padding: 4rem 0;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
	margin-top: 2rem;
}

.footer2main {
	width: 100%;
	max-width: 87.5rem;
	padding: 0 2%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	padding-left: 20rem;
	padding-right: 9rem;
	position: relative;
}

.footer2logo {
	height: 2.5rem;
	position: absolute;
	left: 2%;
	top: 0;
}

.footer21 {
	width: 32%;
	position: relative;
	padding-left: 3.2rem;
	color: #62c0ff;
	margin-right: 2%;
}

.footer21:nth-child(4) {
	width: 20%;
}

.footer22 {
	width: 6rem;
	position: absolute;
	right: 2%;
	top: -2.5rem;
}

.footer23 {
	width: 6rem;
	position: absolute;
	right: 10%;
	top: -2.5rem;
}
.footer23 img {
	width: 100%;
}

.footer23 p {
	text-align: center;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #62c0ff;
	margin-top: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer21 i {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #62c0ff;
	font-size: 1.3rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	color: #62c0ff;
}

.footer21 h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.footer21 p {
	font-size: 0.9rem;
	line-height: 1rem;
}

.footer22 img {
	width: 100%;
}

.footer22 p {
	text-align: center;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #62c0ff;
	margin-top: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bqsy {
	text-align: center;
	font-size: 0.9rem;
	line-height: 4rem;
	color: #62c0ff;
	padding: 1rem 0;
}

.bqsy a {
	color: #62c0ff;
}

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

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

.bannermain {
	width: 40%;
	margin-left: 5%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.bannermain img {
	width: 14rem;
}

.bannermain h3 {
	width: 6.25rem;
	height: 3px;
	background-color: #FFFFFF;
	margin: 1.5rem 0;
}

.bannermain h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
}

.bannermain p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #FFFFFF;
}

.mbx {
	width: 100%;
	max-width: 87.5rem;
	padding: 0 2%;
	margin: 2.5rem auto;
	font-size: 0.875rem;
	color: #666666;
}



.mbx .icon-shouyetianchong {
	float: left;
	font-size: 1.5625rem;
	color: #666;
	margin-right: 0.3rem;
	line-height: 2rem;
}



.mbx a {
	font-size: 0.9375rem;
	color: #666666;
	line-height: 2rem;
}

.mbx .icon-gengduo {
	margin-right: 0.3rem;
}


.mbx a:last-child {
	color: #408cbf;
}

.about1 {
	width: 100%;
	padding: 0 2%;
	max-width: 87.5rem;
	margin: 5rem auto;
}

.about1tit {
	border-left: 5px solid #408CBF;
	padding-left: 1rem;
	margin-bottom: 2rem;
}

.about1tit h4 {
	text-transform: uppercase;
	color: #a5a5a5;
	font-size: 1.1rem;
	margin-bottom: 0.7rem;
}

.about1tit p {
	text-transform: uppercase;
	color: #222222;
	font-size: 1.5rem;
	font-weight: bold;
}

.aboutimg {
	width: 100%;
	border-radius: 0.3125rem;
}

.about1tit1 {
	padding: 2rem 0;
	margin-bottom: 2rem;
	border-bottom: 1px dashed #DDDDDD;
}

.about1tit1 h4 {
	font-size: 1.8rem;
	color: #222222;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.about1tit1 p {
	font-size: 0.97rem;
	line-height: 1.1rem;
	text-transform: uppercase;
	color: #666666;
	margin-top: 0.5rem;
}

.about1main {
	margin-bottom: 2rem;
}

.about1main p {
	font-size: 1.2rem;
	line-height: 3.5rem;
	color: #222222;
}

.about1main p img {
	max-width: 100%;
}

.about1main p video {
	max-width: 100%;
}

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

.about1main2 img {
	width: 31.33%;
	margin: 1rem 0;
	border-radius: 0.3125rem;
	transition: all 0.5s ease;
}

.about1main2 img:hover {
	box-shadow: 0px 0px 20px #aaaaaa;
	transform: scale(1.05);
}

.about1main2 img:nth-child(3n-1) {
	margin: 1rem 3%;
}

.dszimg {
	width: 100%;
	border-radius: 0.3125rem;
	margin-bottom: 2rem;
}

.dszzc {
	text-align: right;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #064b9b;
}

.qywh1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3.125rem;
}

.qywh1left {
	width: 50%;
}

.qywh1left p {
	font-size: 1.25rem;
	line-height: 3.5rem;
	color: #222222;
}
.qywh1left h4 {
	font-size: 1.25rem;
	line-height: 3.5rem;
	color: #222222;
	position: relative;
	padding-left: 6.8rem;
}
.qywh1left h4 span{
	font-size: 1.25rem;
    line-height: 1.5rem;
    color: #222222;
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 6.5rem;
}

.qywh1right {
	width: 35%;
	margin-left: 15%;
}

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

.qywh2main {
	width: 100%;
	padding: 0 2%;
	max-width: 87.5rem;
	margin: 0 auto;
}

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

.qywh2main div {
	width: 50%;
	margin-bottom: 2rem;
	padding: 0 5%;
	text-align: center;
}

.qywh2main div i {
	font-size: 6rem;
	line-height: 7rem;
	color: #1E65BF;
}

.qywh2main div h4 {
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #DDDDDD;
}

.qywh2main div p {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666666;
}

.fzlc {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/fzlcbg.png) center center no-repeat;
	background-size: 100%;
	position: relative;
}

.fzlc1 {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.fzlcleft {
	width: 30%;
	padding-right: 3rem;
	position: relative;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: right;
}

.fzlcleft h4 {
	width: 1px;
	height: calc(100% - 1.9rem);
	position: absolute;
	right: 0.9rem;
	top: 1.95rem;
	background-color: #1E65BF;
}

.fzlc1:last-child .fzlcleft h4 {
	display: none;
}

.fzlcleft img {
	width: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.fzlcleft p {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #222222;
}

.fzlcright {
	width: 70%;
	padding-left: 1.5rem;
	padding-bottom: 7rem;
}

.fzlcright h4 {
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	color: #222222;
}

.fzlcright p {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
}






.animation1 {
	margin-left: 0 !important;
}

.animation1:after {
	margin-left: 0 !important;
}

.animation2 {
	margin-right: 0 !important;
}

.animation2:after {
	margin-right: 0 !important;
}

.time300 {
	transition: all 0.6s ease-in-out;
}

.time600 {
	transition: all 1s ease-in-out;
}

.time800 {
	transition: all 1.2s ease-in-out;
}

.time1000 {
	transition: all 1.5s ease-in-out;
}

.time1500 {
	transition: all 2s ease-in-out;
}

.gallery img {
	height: 100%;
	width: 100%;
}

.gallery a {
	width: 31.33%;
	float: left;
	margin: 0.9375rem 0;
	margin-right: 3%;
	display: inline-block;
	padding: 0.3125rem;
	transition: all 0.3s ease;
}

.gallery a p {
	font-size: 1.2rem;
	color: #000000;
	line-height: 2rem;
	padding-top: 0.5rem;
	position: relative;
	margin-bottom: 1rem;
}

.gallery a p:after {
	background-color: #e69f49;
	width: 3rem;
	height: 0.2rem;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -0.625rem;
	content: "";
}

.gallery a:hover {}

.gallery a:nth-child(3n) {
	margin-right: 0;
}

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

.gallery a p {
	text-align: center;
	font-size: 15px;
	color: #222222;
}


/* 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
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.scsb .gallery a {
	width: 31.33%;
	float: left;
	margin: 0.9375rem 0;
	margin-right: 0%;
	display: inline-block;
	padding: 0.3125rem;
	transition: all 0.3s ease;
}

.scsb .gallery a:nth-child(3n-1) {
	margin: 0.9375rem 3%;
}

.scsb .gallery a img {
	width: 100%;
	border: 5px solid #d6d6d6;
	border-radius: 0.3125rem;
	transition: all 0.3s ease;
}

.scsb .gallery a h2 {
	text-align: center;
	line-height: 1.5rem;
	color: #222222;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.scsb .gallery a:hover>img {
	transform: scale(1.05);
	box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.25);
}

.newsfl {
	width: 100%;
	margin-bottom: 3rem;
}

.newsfl a {
	display: inline-block;
	font-size: 1rem;
	line-height: 2rem;
	padding: 0 2rem;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	color: #222222;
	margin-right: 1rem;
	transition: all 0.3s ease;
}

.newsfl .newsflxz {
	background-color: #064b9b;
	border: 1px solid #064b9b;
	color: #FFFFFF;
}

.newsfl a:hover {
	background-color: #064b9b;
	border: 1px solid #064b9b;
	color: #FFFFFF;
}

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

.newslb a {
	display: block;
	width: 31.33%;
	margin-bottom: 2rem;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2rem;
	position: relative;
}

.newslb a span {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1E65BF;
	transition: all 0.5s ease;
}

.newslb a:hover>span {
	width: 100%;
}

.newslb a:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 2rem;
}

.newslb a img {
	width: 100%;
}

.newslb a h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
	color: #222222;
}

.newslb a h5 {
	font-size: 0.85rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #aaaaaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb a p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	height: 6rem;
	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;
}

.newsdettit {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.newsdettit h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
	color: #000000;
	font-weight: bold;
}

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

.newsdettit p i {
	font-size: 1.3rem;
	line-height: 1.3rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.newsdetnr p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
}

.productleft {
	width: 21rem;
	float: left;
	border-radius: 0.625rem;
}

.productlefttit {
	font-size: 1.2rem;
	text-transform: uppercase;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 1rem;
}

.productlefttit i {
	font-size: 1.5rem;
	float: left;
	margin-right: 0.5rem;
	color: #1E65BF;
}

.productlefttit span {
	font-size: 0.8rem;
	color: #666666;
	font-weight: normal;
}

.productfl li {
	margin: 10px 0;
}

.productfl li h5 {
	font-size: 1.1rem;
	line-height: 3rem;
	padding: 0 10px;
	padding-left: 20px;
	color: #000000;
	position: relative;
	padding-right: 1.25rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.productfl li h5:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #62c0ff;
}

.productfl li h5 i {
	float: left;
	margin-right: 0.3125rem;
	line-height: 2rem;
	color: #408CBF;
	font-size: 0.9rem;
}

.productfl li h5 span {
	line-height: 3rem;
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	top: 0;
	color: #AAAAAA;
}

.productfl li div {
	background-color: #f5f5f5;
	padding: 0 0.625rem;
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s ease;
}

.productfl li div a {
	font-size: 1rem;
	padding: 0 10px;
	line-height: 2.5rem;
	color: #222222;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productfl li div a:hover {
	color: #408CBF;
}

.productfl .productflxz div {
	max-height: 21.25rem;
}

.productright {
	width: calc(100% - 24rem);
	float: right;
}

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

.productrightlb a {
	width: 31.33%;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 2.5rem;
	
	transition: all 0.3s ease;
}

.productrightlb a img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.productrightlb a:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 1.5rem;
}

.productrightlb a p {
	text-align: left;
	position: relative;
	font-size: 15px;
	color: #222222;
	line-height: 3rem;
	position: relative;
	background-color: #eaeaea;
    border-bottom: 6px #e1e1e1 solid;
    color: #222220;
    padding: 0px 0.8rem;
    padding-right: 3rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.productrightlb a p i{
	position: absolute;
	right: 0.8rem;
	color: #222222;
	line-height: 3rem;
	font-size: 1.5rem;
}
.productrightlb a:hover> p{
	color: #ffffff;
	background-color: #ffa539;
}
.productrightlb a:hover> p i{
	color: #ffffff;
}
/*.productrightlb a p:after {
	background-color: #62c0ff;
	width: 2rem;
	height: 0.2rem;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -0.625rem;
	content: "";
}*/


.productflxz {
	border-radius: 0.3125rem;
	overflow: hidden;
	background-color: #efefef;
}

.productflxz h5 {
	background-color: #e4e4e4;
}
.prodet1left {
	width: 31rem;
	float: left;
	position: relative;
}

.swiper-containerpro {
	overflow: hidden;
	position: relative;
}

/*.prodet1left .icon-gengduo {
	font-size: 2rem;
	text-align: center;
	position: absolute;
	right: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #408CBF;
	line-height: 1.875rem;
	height: 1.875rem;
	width: 1.875rem;
	z-index: 1;
	cursor: pointer;
}

.prodet1left .icon-gengduo-copy {
	font-size: 2rem;
	text-align: center;
	position: absolute;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #408CBF;
	line-height: 1.875rem;
	height: 1.875rem;
	width: 1.875rem;
	z-index: 1;
	cursor: pointer;
}*/
.proright{
	width: 40px;
    height: 40px;
    background: #fdbc6e;
    /* text-align: center; */
    line-height: 40px;
    border-radius: 50%;
    color: #222222;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    padding-left: 9px;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;

							}
							.proleft{
								width: 40px;
    height: 40px;
								background: #fdbc6e;
								line-height: 40px;
								border-radius: 50%;
								color: #222222;
								position: absolute;
								left: 5px;
								top: 0;
								bottom: 0;
								margin: auto;
								z-index: 1;
								transform: rotateZ(180deg);
								box-sizing: border-box;
								padding-left: 9px;
    cursor: pointer;
								
							}
							.prodet1left i{
								transition: all 0.3s ease;
							}
							.prodet1left i:hover{
								background: #ffa539;
							}

.prodet1right {
	width: calc(100% - 35rem);
	float: right;
}

.prodet1right h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #222222;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
}

.prodet1right h4 {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
	color: #222222;
	max-height: 6rem;
	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;
}

.prodet1right h5 {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.8rem;
}

.prodet1right h5 span {
	color: #666666;
}

.prodet1right a {
	display: inline-block;
	color: #ffffff;
	margin-top: 1.8rem;
	height: 2.8rem;
	background-color: #519ff9;
	border-radius: 20px;
	padding: 0 2.875rem;
	font-size: 1.1rem;
	line-height: 2.8rem;
	transition: all 0.3s ease;
}

.prodet1right a i {
	font-size: 1.5rem;
	margin-right: 0.1875rem;
	float: left;
	margin-top: 0px;
}

.prodet1right a:hover {
	background-color: #1E65BF;
	border-radius: 20px;
	color: #ffffff;
	padding: 0 3.2rem;
}

.prodet2 {
	margin-top: 4rem;
}

.prodet2tit {
	border-bottom: 1px solid #dddddd;
	font-size: 1.3rem;
	line-height: 3rem;
	color: #222222;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}

.prodet2tit span {
	color: #aaaaaa;
	font-size: 0.9rem;
	margin-left: 0.3125rem;
	text-transform: uppercase;
}

.prodet2main p {
	font-size: 1rem;
	line-height: 2.5rem;
}

.prodet2main img,
.prodet2main video {
	max-width: 100%;
}
.jjfa1{
	width: 100%;
	background: url(../images/index5bg1.jpg) center center no-repeat;
}
.jjfa2{
	width: 100%;
	background: url(../images/index5bg2.jpg) center center no-repeat;
}
.jjfa3{
	width: 100%;
	background: url(../images/index5bg3.jpg) center center no-repeat;
}
.jjfa4{
	width: 100%;
	background: url(../images/index5bg4.jpg) center center no-repeat;
}
.jjfa5{
	width: 100%;
	background: url(../images/index5bg5.jpg) center center no-repeat;
}
.jjfamain{
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 0px rgba(19, 19, 19, 0.5);
	width: 40rem;
	padding: 2rem;
	position: absolute;
	left: 5%;
	margin-left: -100%;
	top: 50%;
	transform: translate(0, -50%);
}
.jjfamain h4{
	font-size: 2rem;
	color: #FFFFFF;
	position: relative;
	padding-left: 3.5rem;
	margin-bottom: 2rem;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
}
.jjfamain h4 span{
	font-size: 0.95rem;
	text-transform: uppercase;
}
.jjfamain h4:after{
	content: "";
	width: 2.5rem;
	position: absolute;
	height: 3px;
	background-color: #FFFFFF;
	border-radius: 20px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.jjfamain p{
	font-size: 1.2rem;
	line-height: 2.2rem;
	margin-bottom: 2rem;
	color: #FFFFFF;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.56);
}
.jjfamain div{
	border-top: 1px solid #DDDDDD;
	padding-top: 2rem;
}
.jjfamain div a{
	display: inline-block;
	font-size: 0.85rem;
	line-height: 2rem;
	padding: 0 1.5rem;
	background-color: #4980c0;
	border-radius: 20px;
	margin-right: 1rem;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
.jjfamain div a:hover{
	background-color: #1E65BF;
}
.jjfamain1{
	right: 5%;
	left: auto;
	margin-left: 0%;
	margin-right: -100%;
}
.xswl1{
	width: 100%;
	position: relative;
}
.xswlimg1{
	width: 100%;
}
.zb{
	width: 1.5%;
	position: absolute;
}
.zb1{
	left: 15%;
	    top: 34%;
}
.zb2{
	left: 12%;
	top: 26%;
}
.zb3{
	left: 25%;
	    top: 63%;
}
.zb4{
	left: 30%;
	    top: 78%;
}
.zb5{
	left: 45%;
	    top: 28%;
}
.zb6{
	left: 50%;
	    top: 22%;
}
.zb7{
	left: 54%;
	top: 37%;
}
.zb8{
	left: 59%;
	    top: 51%;
}
.zb9{
	left: 53%;
	    top: 75%;
}
.zb10{
	left: 68%;
	    top: 50%;
}
.zb11{
	left: 77%;
	    top: 44%;
}
.zb12{
	left: 80%;
	    top: 20%;
}
.zb13{
	left: 84%;
	    top: 76%;
}
.zb14{
	left: 57%;
	    top: 27%;
}
.zb15{
	left: 75%;
	    top: 62%;
}
.zb16{
	left: 85%;
	    top: 39%;
}
.zb{
	animation: 2s jb2 infinite;
}
.zb:nth-child(2n){
	animation: 2s jb1 infinite;
}
.zb:nth-child(3n){
	animation: 2s jb3 infinite;
}
@keyframes jb1{
	0%{
		opacity: 0.3;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.3;
	}
}
@keyframes jb2{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}
@keyframes jb3{
	0%{
		opacity: 0.8;
	}
	50%{
		opacity: 0.5;
	}
	100%{
		opacity: 0.8;
	}
}
.xswl2{
	font-size: 1.2rem;
	line-height: 3rem;
	color: #222222;
	margin-top: 4rem;
}
.contact1{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 4rem;
}
.contact1 div{
	width: 25%;
	text-align: center;
	border-right: 1px solid #dddddd;
	padding: 0 1rem;
}
.contact1 div:last-child{
	border-right: 0px;
}
.contact1 div i{
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	background-color: #eeeeee;
	color: #717171;
	border-radius: 50%;
	display: inline-block;
}
.contact1 div h2{
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 0.5rem 0;
	color: #666666;
}
.contact1 div h3{
	font-size: 0.95rem;
	line-height: 1.3rem;
	color: #666666;
	margin-bottom: 0.5rem;
}
.contact1 div h4{
	font-size: 0.85rem;
	line-height: 1.3rem;
	color: #666666;
}
.contact2{
	margin-bottom: 5rem;
}
.contact2 h4{
	font-size: 1.3rem;
	line-height: 2rem;
	position: relative;
	padding-left: 1rem;
	margin-bottom: 2rem;
}
.contact2 h4 span{
	font-size: 0.9rem;
	color: #666666;
	text-transform: uppercase;
}
.contact2 h4:after{
	width: 5px;
	height: 100%;
	background-color: #408CBF;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-radius: 20px;
}
.contact2 div{
	text-align: center;
}
.contact2 input{
	width: 31.33%;
	float: left;
	height: 2.3rem;
	background-color: #EEEEEE;
	border-radius: 1.25rem;
	padding: 0 1rem;
	border: none;
	font-size: 1rem;
	outline-style: none;
}
.contact2 input:nth-child(2){
	margin: 0 3%;
}
.contact2 textarea{
	width: 100%;
	float: left;
	height: 10rem;
	background-color: #EEEEEE;
	border-radius: 1rem;
	padding:1rem;
	border: none;
	font-size: 1rem;
	outline-style: none;
	box-sizing: border-box;
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
.contact2 button{
	display: inline-block;
	background-color: #408CBF;
	padding: 0 3rem;
	height: 2.5rem;
	border-radius: 1.25rem;
	color: #FFFFFF;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}
.contact2 button:hover{
	background-color: #1E65BF;
	padding: 0 3.5rem;
}
.contact_map{
	width: 100%;
	height: 35rem;
}
.rcln1{
	width: 100%;
	margin-bottom: 5rem;
}
.rcln1 h4{
	font-size: 1.2rem;
	color: #666;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.rcln1 h4 span{
	color: #222222;
}
.rcln1 p{
	font-size: 1.2rem;
	color: #222222;
	line-height: 2rem;
	margin-top: 2rem;
}
.rcln2{
	width: 100%;
	padding: 5rem 0;
	background-color: #f5f5f5;
}
.rcln2main{
	width: 100%;
	max-width: 87.5rem;
	padding: 0rem 2%;
	margin: auto;
}
.rcln2main1{
	border-radius: 0.625rem;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.13);
	overflow: hidden;
}
.rcln2tit{
	background-color: #74b0f3;
	display: flex;
	flex-wrap: wrap;
}
.rcln2tit p{
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: 1rem 0.625rem;
	color: #FFFFFF;
	width: 15%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rcln2tit p:nth-child(1){
	width: 25%;
}
.rcln2tit p:nth-child(3){
	width: 25%;
}
.rcln2lb li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	transition: all 0.3s ease;
}
.rcln2lb li:hover{
	background-color: #f5f5f5;
	
}
.rcln2lb li:hover> p{
	color: #408CBF;
}
.rcln2lb li:last-child{
	border-bottom: 0px;
}
.rcln2lb li p{
	font-size: 0.95rem;
	line-height: 1.6rem;
	padding: 1rem 0.625rem;
	color: #222222;
	width: 15%;
	text-align: center;
	transition: all 0.3s ease;
}
.rcln2lb li p:nth-child(1){
	width: 25%;
}
.rcln2lb li p:nth-child(3){
	width: 25%;
}
.prodet2main table {
        /* 表格的宽度与top一样 */
        width: 100%;
        
        /* 设置表格边框 */
        border: 1px solid white;
        background: #eeeeee;
        border-spacing: 0px;
 
    }
 
    /* 设置表头 */
    .prodet2main th {
 
        height: 45px;
 
        background-color: #FED68F;
        
        border: 0px;
 
        /* 合并相邻的边框 */
        border-collapse: collapse;
 
        /* 字体居中对齐 */
        text-align: center;
 
    }
    .prodet2main tr:nth-child(1){
    	background-color: #6cd3bc;
    	color: #ffffff;
    }
    .prodet2main tr td{
    	line-height: 25px;
    	padding: 10px 5px;
    	text-align: center;
    	border: 1px solid #ffffff;
    	vertical-align: middle;
    }
    .prodet2main table p{
    	line-height: 25px;
    }












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

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



@media only screen and (max-width: 640px) {
	body{
		min-width: 100%;
		padding-top: 50px;
	}
	header {
	    position: fixed;
	        top: 0;
	        left: 0;
	        width: 100%;
	        z-index: 9;
	        transition: all 0.3s ease;
	        background: #ffffff;
	        height: 50px;
	        padding: 5px 10px;
	        box-sizing: border-box;
	}
	.logo1{
		display: none;
	}
	.logo2{
		display: block;
	}
	.headermain1 {
	    width: 100%;
	    transition: all 0.3s ease;
	    position: fixed;
	    width: 100%;
	    background: #ffffff;
	    left: 0;
	    top: 0;
	}
	.mobilemenu {
			display: block;
			width: 35px;
			height: 30px;
			position: fixed;
			right: 10px;
			top: 7.5px;
			overflow: hidden;
			z-index: 99;
		}
	
		.mobilemenu span {
			width: 100%;
			height: 4px;
			background-color: #62c0ff;
			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;
		}
	
		.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;
		}
		.logo {
		    height: 22px;
    margin-top: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 1;
		}
		.headerright {
		    float: right;
		        position: fixed;
		        /* left: 0; */
		        right: 55px;
		        top: 5px;
		        z-index: 2;
		}
		.lange {
		    float: left;
		    line-height: 30px;
		    font-size: 12px;
		    color: #000000;
		    margin-left: 0;
		    display: block;
		    border: 1px solid #dddddd;
		    padding: 0 1.5rem;
		    border-radius: 20px;
		    margin-top: 5px;
		    transition: all 0.3s ease;
		    /* position: absolute; */
		    box-sizing: border-box;
		}
		.headerlb {
		    float: right;
    /* padding-top: 50px; */
    position: fixed;
    width: 100%;
    background: #ffffff;
    height: calc(100% - 50px);
    left: 0;
    top: 50px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
		}
		.headerlb1 {
		    float: left;
		    width: 100%;
		    position: relative;
		    margin-left: 0;
		}
		.headerlb2 {
		    line-height: 50px;
		    display: block;
		    width: 100%;
		    padding: 0 0.625rem;
		    text-align: center;
		    color: #000000;
		    font-size: 1.1rem;
		}
		.headerlb1xz .headerlb2 {
		    color: #ffffff;
		    background: #d78e36;
		}
		.headerlb1xz .headerlb2:after{
			display: none;
		}
		.headerlb3 {
		    background-color: #a5a5a5;
		    position: initial;
		    left: 0;
		    transform: initial;
		    top: 6.2rem;
		    max-height: initial;
		    overflow: initial;
		    box-shadow: 0px 0px 0px #b9b9b9;
		    transition: all 0.3s ease;
		    background: #f5f5f5;
		}
		.headerxz .headerlb3 {
		    background-color: #f5f5f5;
		}
		.headerlb3 a {
		    display: block;
		    padding: 0 0.625rem;
		    color: #666666;
		    line-height: 35px;
		    text-align: center;
		    font-size: 0.9rem;
		    transition: all 0.3s ease;
		    overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		}
		.fp-tableCell, .section{
		height: auto !important;
		overflow: hidden;
	}
	.section2 {
	    background: url(../images/indexbg2.jpg) left center no-repeat;
	}
	.section2main {
	    width: 100%;
	    padding: 2rem 1rem;
	}
	.section1main {
	    width: 100%;
	    max-width: 87.5rem;
	    padding: 2rem 1%;
	    margin: auto;
	}
	.section1main h4 {
	    text-align: center;
	    color: #FFFFFF;
	    font-size: 1.5rem;
	    line-height: 3rem;
		margin-bottom: 1rem;
	}
	.section1more a {
	    display: inline-block;
	    font-size: 1rem;
	    padding: 0 2rem;
	    line-height: 2.5rem;
	    color: #FFFFFF;
	    border-radius: 30px;
	    border: 1px solid #FFFFFF;
	    transition: all 0.3s ease;
	    margin-top: 0.5rem;
	}
	.section2main h2 {
	    font-size: 1.5rem;
	    line-height: 2rem;
	    color: #FFFFFF;
	    margin-bottom: 1rem;
	    position: relative;
	    margin-left: 0;
	}
	.section2main h3 {
	    font-size: 1rem;
	    line-height: 2rem;
	    height: 4rem;
	    color: #FFFFFF;
	    margin-bottom: 2rem;
	    margin-left: 0;
	}
	.section2main ul {
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    margin-left: 0;
	}
	.section2main ul li {
	    width: 33.33%;
	    text-align: center;
	    margin-bottom: 1.5rem;
	    color: #FFFFFF;
	}
	.section2main ul li p {
	    font-size: 0.8rem;
	    line-height: 1.2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.section2main .section1more {
	    text-align: left;
	    margin-left: 0;
	}
	.section3main {
	    width: 100%;
	    margin-left: 0;
	    padding: 2rem 1rem;
	}
	.section3main h2 {
	    position: relative;
	    padding-bottom: 1rem;
	    font-size: 1.8rem;
	    line-height: 2rem;
	    color: #222222;
	    width: 100%;
	    margin-left: 0;
	}
	.section3 {
	    width: 100%;
	    background: url(../images/indexbg3.jpg)right center no-repeat;
	}
	.section3main h3 {
	    position: relative;
	    padding-bottom: 1rem;
	    font-size: 1.1rem;
	    line-height: 2rem;
	    color: #222222;
	    width: 100%;
	    margin-left: 0;
	}
	.section3lb {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    margin-left: 0;
	}
	.section3lb li h4 {
	    font-size: 2rem;
	    color: #222222;
	    line-height: 2.5rem;
	    margin-bottom: 0.5rem;
	}
	.section3lb li p {
	    font-size: 0.9rem;
	    color: #666;
	    line-height: 1.2rem;
	}
	.section3main .section1more {
	    text-align: left;
	    width: 100%;
	    margin-left: 0;
	}
	.section4 {
	    width: 100%;
	    background: url(../images/indexbg4.jpg)left center no-repeat;
	}
	.section4lb {
	    width: 100%;
	    margin-left: 0;
		margin-bottom: 1rem;
	}
	.section5main1xz {
	    width: 100%;
	}
	.section5main1 {
	    width: 100%;
	    transition: all 0.5s ease;
		position: relative;
	}
	.section5main2 {
	    position: relative;
	    height: auto;
	    display: flex;
	    align-items: center;
	    padding: 1rem 1rem;
	    border-left: 1px solid #ffffff;
	    z-index: 2;
	}
	.section5main1xz .section5main2 {
	    background-color: rgba(0, 0, 0, 0);
	    padding: 1rem 1rem;
	}
	.section5main1 img {
	    width: auto;
	    min-width: 100%;
	    height: 100%;
		opacity: 1;
	    transition: all 0.5s ease;
	}
	.section6tit {
	    margin-bottom: 1.5rem;
	}
	.section6tit1 h4 {
	    font-size: 2.5rem;
	    position: relative;
	    color: #FFFFFF;
	    line-height: 4rem;
	    margin-bottom: 1.5rem;
	    text-transform: uppercase;
	    text-shadow: 0px 5px 13px rgb(0 0 0 / 56%);
	}
	.section6tit1 p {
	    font-size: 1.5rem;
	    position: relative;
	    color: #FFFFFF;
	    line-height: 3rem;
	    text-transform: uppercase;
	    text-shadow: 0px 5px 13px rgb(0 0 0 / 56%);
	}
	.section6tit2 {
	    float: left;
	    margin-top: 0.5rem;
	    width: 100%;
	}
	.section6tit2 a {
	    display: inline-block;
	    font-size: 1rem;
	    color: #FFFFFF;
	    margin-left: 0;
	    text-shadow: 0px 4px 4.9px rgb(0 0 0 / 61%);
	    margin-right: 1rem;
	}
	.section6 {
	    background: url(../images/indexbg6.jpg) center center no-repeat;
	    padding: 2rem 1rem;
	}
	.swiper-pagination05lb {
	    display: none;
	}
	#section-footer #footer-text {
	    height: auto !important;
	}
	.footer {
	    background-color: #454545;
	    padding-top: 2rem;
	}
	.footer1{
		display: none;
	}
	.footer2 {
	    padding: 0rem 0;
	    border-top: 0px solid #585858;
	    border-bottom: 1px solid #585858;
	    margin-top: 0;
	}
	.footer2main {
	    width: 100%;
	    max-width: 87.5rem;
	    padding: 0 2%;
	    margin: auto;
	    display: block;
	    flex-wrap: wrap;
	    flex: 1;
	    padding-left: 2%;
	    padding-right: 2%;
	    position: relative;
	}
	.footer21 {
	    width: 100%;
	    position: relative;
	    padding-left: 3.2rem;
	    color: #dbdbdb;
	}
	.footer2logo {
	    height: 2rem;
	    position: initial;
	    left: 2%;
	    top: 0;
	    margin-bottom: 1rem;
	}
	.footer21:nth-child(4) {
	    width: 100%;
	}
	.footer21:nth-child(3) {
	    margin: 1rem 0;
	}
	.footer22 {
	    position: initial;
	    margin: 1rem 0;
	    display: inline-block;
	}
	.footer23 {
    width: 6rem;
    position: initial;
    right: 10%;
    top: -2.5rem;
    display: inline-block;
    margin-left: 5%;
}
	.bqsy {
	    text-align: center;
	    font-size: 0.8rem;
	    line-height: 1.2rem;
	    color: #dbdbdb;
	    padding: 0.5rem 1rem;
	}
	#fp-nav{
		display: none;
	}
	.footer21 h4 {
	    font-size: 1rem;
	    line-height: 1.5rem;
	    margin-bottom: 0.2rem;
	}
	.footer21 p {
	    font-size: 0.8rem;
	    line-height: 1rem;
	}
	.section5main2 h3 {
	    margin-bottom: 1rem;
	}
	.section5main2 .section1more span {
	    display: inline-block;
	}
	.section1more {
	    text-align: left;
	}
	.section5main2 h4 {
	    color: #FFFFFF;
	    font-size: 1rem;
	    line-height: 1.8rem;
	    height: auto;
	    margin-bottom: 2rem;
	    text-shadow: 0px 2px 7px rgb(0 0 0 / 56%);
	    -moz-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	    -webkit-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	    -ms-transform: matrix(0.99942640006918, 0, 0, 0.99987357024173, 0, 0);
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 20;
	    -webkit-box-orient: vertical;
	    display: -moz-box;
	    -moz-line-clamp: 20;
	    -moz-box-orient: vertical;
	    display: -o-box;
	    -o-line-clamp: 20;
	    -o-box-orient: vertical;
	}
	.section5main2 h3 {
	    position: relative;
	        padding-left: 1.875rem;
	}
	.section5main2 h3 span {
	    display: inline-block;
	}
	.section5main2 h3:after{
		content: "";
		    width: 1.25rem;
		    height: 3px;
		    position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		    background-color: #FFFFFF;
	}
	.mbx {
	    width: 100%;
	    max-width: 87.5rem;
	    padding: 0 2%;
	    margin: 10px auto;
	    font-size: 0.875rem;
	    color: #666666;
	}
	.about1 {
	    width: 100%;
	    padding: 0 2%;
	    max-width: 87.5rem;
	    margin: 1rem auto;
	    overflow: hidden;
	}
	.productleft {
	    width: 19rem;
	    height: 100%;
	    float: left;
	    border-radius: 0;
	    position: fixed;
	    left: -21rem;
	    top: 0;
	    background: #ffffff;
	    padding: 1rem;
	    box-shadow: 0px 4px 10px #dddddd;
		z-index: 1;
	}
	.productlefttit {
	    font-size: 1rem;
	    text-transform: uppercase;
	    border-bottom: 1px dashed #dddddd;
	    padding-bottom: 1rem;
	}
	.productlefttit span {
	    font-size: 0.6rem;
	    color: #666666;
	    font-weight: normal;
	}
	.productright {
	    width: 100%;
	    float: right;
	}
	.productfl li div a {
	    font-size: 0.95rem;
	    padding: 0 10px;
	    line-height: 2.2rem;
	    color: #222222;
	    display: block;
	    border-bottom: 1px solid #FFFFFF;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.productrightlb a {
	    width: 48%;
		margin-bottom: 2rem;
	}
	.productrightlb a:nth-child(3n-1) {
	    margin: 0%;
	}
	.productrightlb a:nth-child(2n){
		margin-left: 4%;
		margin-bottom: 2rem;
	}
	.prodet1left {
	    width: 100%;
	    float: left;
	    position: relative;
	}
	.prodet1right {
	    width: 100%;
	    float: right;
	}
	.prodet1right h3 {
	    font-size: 1.2rem;
	    line-height: 2.5rem;
	    color: #222222;
	    border-bottom: 1px solid #DDDDDD;
	    padding-bottom: 0;
	    margin-bottom: 1rem;
	}
	.prodet2 {
	    margin-top: 2rem;
	}
	.prodet2tit {
	    border-bottom: 1px solid #dddddd;
	    font-size: 1.2rem;
	    line-height: 2rem;
	    color: #222222;
	    margin-bottom: 0.5rem;
	    padding-bottom: 0.5rem;
	}
	.prodet2tit span {
	    color: #aaaaaa;
	    font-size: 0.7rem;
	    margin-left: 0.3125rem;
	    text-transform: uppercase;
	}
	.prodet2main p {
	    font-size: 0.9rem;
	    line-height: 2.1rem;
	}
	.prodet1right a {
	    margin-top: 0.5rem;
	}
	.about1tit h4 {
	    font-size: 0.9rem;
	}
	.about1tit p {
	    text-transform: uppercase;
	    color: #222222;
	    font-size: 1.2rem;
	    font-weight: bold;
	}
	.dszimg {
	    width: 100%;
	    border-radius: 0.3125rem;
	    margin-bottom: 1rem;
	}
	.about1main p {
	    font-size: 1rem;
	    line-height: 2.2rem;
	    color: #222222;
	}
	.about1main {
	    margin-bottom: 1rem;
	}
	.dszzc {
	    text-align: right;
	    font-size: 1.1rem;
	    line-height: 1.5rem;
	    color: #064b9b;
	    font-weight: bold;
	}
	.bannermain{
		display: none;
	}
	.about1tit {
	    margin-bottom: 1rem;
	}
	.fzlc {
	    width: 100%;
	    padding: 0;
	    background: none;
	}
	.fzlcleft p {
	    font-size: 0.9rem;
	    line-height: 2rem;
	    color: #222222;
	}
	.fzlcleft img {
	    width: 1.5rem;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1;
	}
	.fzlcleft h4 {
	    width: 1px;
	    height: calc(100% - 1.4rem);
	    position: absolute;
	    right: 0.65rem;
	    top: 1.38rem;
	    background-color: #1E65BF;
	}
	.fzlcleft {
	    width: 35%;
	    padding-right: 2rem;
	    position: relative;
	    font-size: 0.9rem;
	    line-height: 2rem;
	    text-align: right;
	}
	.fzlcright {
	    width: 65%;
	    padding-left: 1.5rem;
	    padding-bottom: 3rem;
	}
	.fzlcright h4 {
	    font-size: 1.2rem;
	    line-height: 2rem;
	    margin-bottom: 0.3rem;
	    color: #222222;
	}
	.fzlcright p {
	    font-size: 0.9rem;
	    line-height: 1.5rem;
	    color: #666;
	}
	.about1tit1 {
	    padding: 0.8rem 0;
	    margin-bottom: 0.5rem;
	    border-bottom: 1px dashed #DDDDDD;
	}
	.about1tit1 h4 {
	    font-size: 1.3rem;
	    color: #222222;
	    line-height: 2rem;
	    font-weight: bold;
	    margin-bottom: 0.3rem;
	}
	.about1tit1 p {
	    font-size: 0.7rem;
	    line-height: 1.1rem;
	    text-transform: uppercase;
	    color: #666666;
	    margin-top: 0.2rem;
	}
	.about1main2 img {
	    width: 31.33%;
	    margin: 0.5rem 0;
	    border-radius: 0.3125rem;
	    transition: all 0.5s ease;
	}
	.about1main2 img:nth-child(3n-1) {
	    margin: 0.5rem 3%;
	}
	.jjfamain {
	    border-radius: 10px;
	    background-color: rgba(0, 0, 0, 0.4);
	    box-shadow: 0px 5px 15px 0px rgb(19 19 19 / 50%);
	    width: 95%;
	    padding: 2rem;
	    position: initial;
	    left: 5%;
	    margin-left: -100%;
	    top: initial;
	    transform: initial;
	    margin: 2rem auto;
	    margin-left: 2.5% !important;
	}
	.jjfamain h4 {
	    font-size: 1.2rem;
	    color: #FFFFFF;
	    position: relative;
	    padding-left: 2.5rem;
	    margin-bottom: 1rem;
	    text-shadow: 0px 5px 13px rgb(0 0 0 / 56%);
	}
	.jjfamain h4 span {
	    font-size: 0.7rem;
	    text-transform: uppercase;
	}
	.jjfamain h4:after {
	    width: 2rem;
	}
	.jjfamain p {
	    font-size: 0.9rem;
	    line-height: 1.8rem;
	    margin-bottom: 1rem;
	    color: #FFFFFF;
	    text-shadow: 0px 5px 13px rgb(0 0 0 / 56%);
	}
	.jjfamain div {
	    border-top: 1px solid #DDDDDD;
	    padding-top: 1rem;
	}
	.jjfamain div a {
	    display: inline-block;
	    font-size: 0.8rem;
	    line-height: 2rem;
	    padding: 0 0.7rem;
	    background-color: #4980c0;
	    border-radius: 20px;
	    margin-right: 0.5rem;
	    color: #FFFFFF;
	    transition: all 0.5s ease;
	    margin-bottom: 0.5rem;
	}
	.jjfa1 {
	    width: 100%;
	    background: url(../images/index5bg1.jpg) center center no-repeat;
	    background-size: auto 100%;
	}
	.jjfa2 {
	    width: 100%;
	    background: url(../images/index5bg2.jpg) center center no-repeat;
	    background-size: auto 100%;
	}
	.jjfa3 {
	    width: 100%;
	    background: url(../images/index5bg3.jpg) center center no-repeat;
	    background-size: auto 100%;
	}
	.jjfa4 {
	    width: 100%;
	    background: url(../images/index5bg4.jpg) center center no-repeat;
	    background-size: auto 100%;
	}
	.jjfa5 {
	    width: 100%;
	    background: url(../images/index5bg5.jpg) center center no-repeat;
	    background-size: auto 100%;
	}
	.contact1 div {
	    width: 100%;
	    text-align: center;
	    border-right: 0px solid #dddddd;
	    padding: 0 1rem;
	    margin-bottom: 1rem;
	}
	.contact1 div h2 {
	    font-size: 1.1rem;
	    line-height: 1.5rem;
	    margin: 0.5rem 0;
	    color: #666666;
	}
	.contact1 div h3 {
	    font-size: 0.9rem;
	}
	.contact1 div h4{
		font-size: 0.8rem;
	}
	.contact1 div h4 br{
		display: none;
	}
	.contact1 {
	    margin-bottom: 1rem;
	}
	.contact2 textarea {
	    margin-bottom: 1.5rem;
		margin-top: 0.8rem;
	}
	.contact2 input {
	    width: 100%;
		font-size: 0.9rem;
	}
	.contact2 input:nth-child(2) {
	    margin: 0.8rem 0;
	}
	.contact2 button {
	    font-size: 1.1rem;
	}
	.contact2 {
	    margin-bottom: 2rem;
	}
	.contact_map {
	    width: 100%;
	    height: 20rem;
	}
	.qywh1left {
	    width: 100%;
	}
	.qywh1left p {
	    font-size: 0.9rem;
	    line-height: 2.2rem;
	    color: #222222;
	}
	.qywh1right {
	    width: 45%;
	    margin-left: 0;
	    margin-top: 1rem;
	}
	.qywh1 {
	    margin-bottom: 2rem;
	}
	.qywh2 {
	    width: 100%;
	    padding: 1rem 0;
	    background-color: #f5f5f5;
	    overflow: hidden;
	}
	.qywh2main div {
	    width: 100%;
	    margin-bottom: 1rem;
	    padding: 0 5%;
	    text-align: center;
	}
	.qywh2main div i {
	    font-size: 5rem;
	    line-height: 7rem;
	    color: #1E65BF;
	}
	.qywh2main div h4 {
	    font-size: 1.5rem;
	    line-height: 2.5rem;
	    padding-bottom: 1rem;
	    margin-bottom: 1rem;
	    border-bottom: 1px solid #DDDDDD;
	}
	.qywh2main div p {
	    font-size: 0.9rem;
	    line-height: 1.5rem;
	    color: #666666;
	}
	.rcln1 h4 {
	    font-size: 0.9rem;
	    color: #666;
	    line-height: 2rem;
	    margin-bottom: 1rem;
	}
	.rcln1 p {
	    font-size: 0.9rem;
	    color: #222222;
	    line-height: 2rem;
	    margin-top: 1rem;
	}
	.rcln1 {
	    width: 100%;
	    margin-bottom: 1rem;
	}
	.rcln2tit p {
	    font-size: 0.8rem;
	    line-height: 1.6rem;
	    padding: 0.7rem 0.25rem;
	    color: #FFFFFF;
	    width: 15%;
	    text-align: center;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.rcln2lb li p {
	    font-size: 0.85rem;
	    line-height: 1.4rem;
	    padding: 0.8rem 0.25rem;
	    color: #222222;
	    width: 15%;
	    text-align: center;
	    transition: all 0.3s ease;
	}
	.rcln2 {
	    width: 100%;
	    padding: 1rem 0;
	    background-color: #f5f5f5;
	}
	.gallery a {
	    width: 49%;
	    float: left;
	    margin: 0.25rem 0;
	    margin-right: 0;
	    display: inline-block;
	    padding: 0.3125rem;
	    transition: all 0.3s ease;
	}
	.gallery a:nth-child(2n){
		margin-left: 2%;
	}
	.gallery a p {
	    text-align: center;
	    font-size: 14px;
	    color: #222222;
	}
	.scsb .gallery a {
	    width: 49%;
	    float: left;
	    margin: 0.25rem 0;
	    margin-right: 0%;
	    display: inline-block;
	    padding: 0.3125rem;
	    transition: all 0.3s ease;
	}
	.scsb .gallery a:nth-child(3n-1) {
	    margin: 0.25rem 0;
	}
	.gallery img {
	    height: 100%;
	    width: 100%;
	    box-sizing: border-box;
	}
	.scsb .gallery a:nth-child(2n){
		margin-left: 2%;
	}
	.scsb .gallery a h2 {
	    text-align: center;
	    line-height: 1.5rem;
	    color: #222222;
	    font-size: 0.9rem;
	    margin-top: 0.2rem;
	}
	.xswl2 {
    font-size: 0.95rem;
    line-height: 2.2rem;
    color: #222222;
    margin-top: 2rem;
}
.newsfl a {
    display: inline-block;
    font-size: 0.95rem;
    line-height: 2rem;
    padding: 0 1rem;
    border: 1px solid #DDDDDD;
    border-radius: 0.3125rem;
    color: #222222;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}
.newslb a {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1rem;
    position: relative;
}
.newsfl {
    width: 100%;
    margin-bottom: 1rem;
}
.newsdettit {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.headermain {
    max-width: 87.5rem;
    margin: auto;
    position: relative;
    padding-left: 0;
    width: 100%;
}

	
	
	
	
	
	
	
	
	
}