/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "youshebiaoti";
	src: url('../font/youshebiaoti.ttf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	z-index: 8;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all 1s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all 1s;

}

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

.headall {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.headalldv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headalldvleft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.headalldvleft .ss iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	margin-right: 25px;
	font-size: 22px;
}

.headalldvleft .ncp {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.headalldvleft .ncp iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}

.headalldvleft .ncp span {
	color: #ffffff;
	display: block;
	margin-left: 5px;
	font-size: 15px;
}

.headalldvrightcd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.headalldvrightcd iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 26px;
}

.headalldvrightcd span {
	color: #ffffff;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}

.tbnav {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tbnavleft {
	width: 100%;
}

.tbnavleft ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.tbnavleft ul li {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tbnavleft ul li h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 70px;
	padding: 0 10px;
}

.tbnavleft ul li h1 a span {
	color: #ffffff;
	font-size: 16px;
}

.tbnavleft ul li h1 a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
}

.tbnavleft ul li h1 a::after {
	content: "";
	height: 1px;
	background-color: transparent;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
	background-color: #fff;
}

.tbnavleft ul li h1:hover a::after {
	width: 100%;
}

.tbnavright a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	background-color: rgba(0, 0, 0, 12%);
	height: 45px;
	border-radius: 5px;
}

.tbnavright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 0.625rem;
	font-size: 20px;
}

.tbnavright a span {
	color: #ffffff;
	font-size: 16px;
}

.shfws {
	margin: 6.25rem auto;
	width: 100rem;
	display: flex;
	justify-content: space-between;
}

.shfwsleft {
	width: 32%;
}

.sjboda{
	display: none;
}

.shfimg {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e5e5e5;
	margin-bottom: 1.875rem;
}

.shfimg img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shfimg:hover img {
	transform: scale(1.05);
}

.shftext {
	padding: 40px;
	background: url(../images/lanmu_11.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e5e5e5;
}

.shftext h1 {
	color: #35adbe;
	font-size: 40px;
	font-family: "Poppins_Medium";
}

.shftext h2 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 1.5625rem;
}

.shftext h2 i {
	color: #333333;
	font-size: 26px;
}

.shftext h2 span {
	color: #606060;
	font-size: 16px;
	margin-left: 5px;
	letter-spacing: 5px;
}

.shftext p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 37px;
	height: 300px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 8;
}

.shfwscenter,
.shfwsright {
	width: 32%;
}

.shfwsimg {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #e5e5e5;
	position: relative;
	width: 100%;
	margin-bottom: 1.875rem;
}

.shfwsimg img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shfwsimg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shfwsimg:last-child {
	margin-bottom: 0;
}

.shfwsimg div section i {
	color: #fff;
	font-size: 42px;
	display: flex;
	justify-content: center;
}

.shfwsimg div section h1 {
	color: #fff;
	font-size: 26px;
	margin: 10px auto;
	text-align: center;
}

.shfwsimg div section p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.jjfa {
	position: relative;
}

.jjafbt {
	position: absolute;
	width: 100rem;
	left: 50%;
	margin-left: -50rem;
	top: 6.25rem;
	z-index: 6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jjafbtleft h1 {
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 10px;
}

.jjafbtleft p {
	color: #ffffff;
	font-size: 18px;
}

.jjafbtright a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 50px;
	background-color: #04a5c3;
	border-radius: 5px;
}

.jjafbtright a span {
	color: #ffffff;
	font-size: 14px;
	margin-right: 30px;
}

.jjafbtright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.jjfa #thumbs2 {
	width: 100rem;
	position: absolute;
	bottom: 6.25rem;
	left: 50%;
	margin-left: -50rem;
}

.jjfa #thumbs2 .swiper-slide h1 {
	display: flex;
	justify-content: space-between;
	padding: 0 2.5rem;
	width: calc(100% - 5rem);
	height: 80px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	align-items: center;
	transition: all 1s;
}

.jjfa #thumbs2 .swiper-slide h1 span {
	color: #ffffff;
	font-size: 18px;
}

.jjfa #thumbs2 .swiper-slide h1 i {
	font-size: 28px;
	color: #fff;
}

.jjfa #thumbs2 .swiper-slide {
	width: 19% !important;
	margin: 0.5%;
	cursor: pointer;
}

.jjfa #thumbs2 .swiper-wrapper {
	flex-wrap: wrap;
}

.jjfa #thumbs2 .swiper-slide-thumb-active h1 {
	background-color: #04a5c3;
}

.jjfa #gallery2 img {
	display: block;
	width: 100%;
}

.sz {
	padding: 50px 0px;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
}

.szdv {
	width: 100rem;
	margin: 0 auto;
}

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

.szdv ul li {
	width: 250px;
}

.szdv ul li h3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.szdv ul li h3 span {
	font-family: "Montserrat_SemiBold";
	font-size: 60px;
	color: #fff;
}

.szdv ul li h3 i {
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
}

.szdv ul li h3 em {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.szdv ul li p {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

.xiangmuanli {
	padding: 6.25rem 0px;
	width: 100rem;
	margin: 0 auto;
}

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

.xiangmuanlibtleft h1 {
	color: #333333;
	font-size: 38px;
	margin-bottom: 15px;
}

.xiangmuanlibtleft p {
	color: #666666;
	font-size: 18px;
}

.xiangmuanlibtright a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 50px;
	background-color: #04a5c3;
	border-radius: 5px;
}

.xiangmuanlibtright a span {
	color: #ffffff;
	font-size: 14px;
	margin-right: 30px;
}

.xiangmuanlibtright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.xiangmuanlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 3.75rem;
}

.xiangmuanlist ul li {
	width: 23%;
	margin: 1%;
	position: relative;
}

.xiangmuanlist ul li div {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 7px;
}

.xiangmuanlist ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.xiangmuanlist ul li:hover div img {
	transform: scale(1.05);
}

.xiangmuanlist ul li h1 {
	position: absolute;
	bottom: 1.875rem;
	left: 1.875rem;
	width: 100%;
	color: #fff;
	z-index: 3;
	font-size: 18px;
}

.jscp {
	padding: 6.25rem 0px;
	background: url(../images/jscp_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.jscpdv {
	width: 100rem;
	margin: 0 auto;
}

.jscplist {
	margin-top: 3.75rem;
}

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

.jscplistleft {
	width: 32%;
}

.jscplistleft div {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .4);
}

.jscplistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.jscplistleft:hover div img {
	transform: scale(1.05);
}

.jscplistleft div span {
	border: 1px solid #606060;
	border-radius: 30px;
	padding: 0px 20px;
	color: #606060;
	line-height: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.jscplistleft div iconpark-icon {
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	color: #23b0ca;
	background-color: #fff;
	align-items: center;
	font-size: 24px;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	position: absolute;
	transition: all 1s;
}

.jscplistleft:hover div iconpark-icon {
	background-color: #04a5c3;
	color: #fff;
}

.jscplistright {
	width: 66%;
}

.jscplistright ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.jscplistright ul li {
	width: 31.33%;
}

.jscplistright ul li:nth-child(1),
.jscplistright ul li:nth-child(2),
.jscplistright ul li:nth-child(3) {
	margin-bottom: 3%;
}

.jscplistright ul li div {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .4);
}

.jscplistright ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.jscplistright ul li:hover div img {
	transform: scale(1.05);
}

.jscplistright ul li div span {
	border: 1px solid #606060;
	border-radius: 30px;
	padding: 0px 20px;
	color: #606060;
	line-height: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.jscplistright ul li div iconpark-icon {
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	color: #23b0ca;
	background-color: #fff;
	align-items: center;
	font-size: 24px;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	position: absolute;
	transition: all 1s;
}

.jscplistright ul li:hover div iconpark-icon {
	background-color: #04a5c3;
	color: #fff;
}

.yundongyuan {
	padding: 6.25rem 0;
	padding-bottom: 4.6875rem;
	background: url(../images/thytjyu_02.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.yuandongyuanbt h1 {
	color: #333333;
	font-size: 38px;
	text-align: center;
	margin-bottom: 10px;
}

.yuandongyuanbt p {
	color: #666666;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}

.ydylist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.ydylist ul li {
	width: 32%;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0px 0px 15px #ececec;
}

.ydylist ul li div {
	width: 100%;
	overflow: hidden;
}

.ydylist ul li div img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.ydylist ul li:hover div img {
	transform: scale(1.05);
}

.ydylist ul li section {
	background-color: #fff;
	padding: 25px 0px;
}

.ydylist ul li section h1 {
	color: #4c4c4c;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ydylist ul li section p {
	color: #808080;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	height: 25px;
}

.yundongyuandv {
	width: 100rem;
	margin: 0 auto;
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 50%;
	margin-left: -50rem;
}

.yundongyuandv img {
	display: block;
}

.kxjs {
	padding: 6.25rem 0;
	background-color: #f7f7f7;
}

.kxjsdv {
	width: 100rem;
	margin: 0 auto;
}

.kxjsdvlist {
	margin-top: 3.75rem;
}

.kxjsdvlist .kjs {
	width: 100%;
}

.kxjsdvlist .kjs div {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.kxjsdvlist .kjs div img {
	display: block;
	width: 100%;
	border-radius: 8px;
	transition: all 1s;
}

.kxjsdvlist .kjs:hover div img {
	transform: scale(1.06);
}

.kxjsdvlist .kjs section span {
	display: block;
	color: #808080;
	font-size: 14px;
	margin: 15px 0px;
}

.kxjsdvlist .kjs section h1 {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 18px;
}

.gehr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}

.gehr #btn1,
.gehr #btn2 {
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	margin: 0 20px;
}

.gehr #btn1 iconpark-icon,
.gehr #btn2 iconpark-icon {
	color: #04a5c3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}

.gehr #btn1:hover,
.gehr #btn2:hover {
	background-color: #04a5c3;
}

.gehr #btn1:hover iconpark-icon,
.gehr #btn2:hover iconpark-icon {
	color: #fff;
}

.ppstd {
	padding: 5.625rem 0px;
	width: 100rem;
	margin: 0 auto;
}

.ppstdlist ul {
	display: flex;
	justify-content: space-between;
	margin-top: 4.375rem;
}

.ppstdlist ul li {
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
}

.ppstdlist ul li a{
	cursor: pointer;
}

.ppstdlist ul li div {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.ppstdlist ul li div img {
	display: flex;
	width: 100%;
	transition: all 1s;
}

.ppstdlist ul li:hover div img {
	transform: scale(1.05);
}

.ppstdlist ul li div section {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px;
	width: calc(100% - 60px);
	background-image: linear-gradient(transparent, rgba(13, 13, 13, 0.8));
}

.ppstdlist ul li:hover div section {
	background-image: linear-gradient(transparent, rgba(4, 165, 195, 0.7));
}

.ppstdlist ul li div section h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ppstdlist ul li div section p {
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}

.aoyunlist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
}

.aoyunlist ul li {
	width: 100%;
}

.aoyunlist ul li img {
	display: block;
	width: 100%;
}

.zhuanzhu {
	padding: 5.3125rem 0px;
	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.zhuanzhu h1 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
}

.zhuanzhu p {
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
}

.foot {
	padding-top: 4.0625rem;
	padding-bottom: 3.4375rem;
	background-color: #f7f7f9;
}

.footdv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footdvleft>img {
	display: block;
	width: auto;
	margin-bottom: 2.5rem;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
}

.footdvleft ul li {
	margin-left: 15px;
}

.footdvleft ul li img {
	width: 110px;
	display: block;
}

.footdvleft ul li p {
	text-align: center;
	margin-top: 10px;
	color: #606060;
	font-size: 15px;
}

.footdv dl dt a {
	color: #4c4c4c;
	font-size: 18px;
}

.footdv dl dt {
	margin-bottom: 25px;
}

.footdv dl dd a {
	color: #606060;
	font-size: 14px;
}

.footdv dl dd a:hover {
	color: #04a5c3;
}

.footdv dl dd {
	margin-bottom: 18px;
}

.wdl {
	background-color: #04a5c3;
}

.wdldv {
	width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
}

.wdldv p {
	color: #ffffff;
	font-size: 14px;
}

.wdldv p a {
	color: #ffffff;
	font-size: 14px;
}

.lxwm {
	padding-top: 6.25rem;
	padding-bottom: 21.875rem;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
}

.lxwmdv {
	width: 100rem;
	margin: 0 auto;
}

.lxwmbt h1 {
	color: #333333;
	font-size: 38px;
	text-align: center;
	margin-bottom: 10px;
}

.lxwmbt p {
	color: #666666;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}

.lxwmlist {
	margin-top: 3.75rem;
}

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

.lxwmlist ul li {
	background-color: #fff;
	width: 24%;
	padding: 2rem 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #f1f1f1;
	transition: all 1s;
}

.lxwmlist ul li iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00b9dc;
	font-size: 42px;
	transition: all 1s;
	margin-bottom: 1.875rem;
}

.lxwmlist ul li h1 {
	color: #333333;
	transition: all 1s;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.lxwmlist ul li p {
	color: #666666;
	transition: all 1s;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
}
.lxwmlist ul li p a{
	color: #666666;
	transition: all 1s;
}
.lxwmlist ul li:hover p a{
	color: #fff;
}
.lxwmlist ul li p:nth-child(4){
	min-height: 60px;
}

.lxwmlist ul li h2{
	margin-top: 10px;
}

.lxwmlist ul li h2 img{
	width: 120px;
	margin: 0 auto;
	display: block;
}

.lxwmlist ul li:hover {
	background-color: #00b9dc;
}

.lxwmlist ul li:hover h1,
.lxwmlist ul li:hover p,
.lxwmlist ul li:hover iconpark-icon {
	color: #fff;
}

.xuqiu {
	padding: 5.9375rem 0px;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqiubt {
	text-align: center;
}

.xuqiubt h1 {
	color: #ffffff;
	font-size: 38px;
	text-align: center;
	margin-bottom: 15px;
}

.xuqiubt p {
	color: #ffffff;
	font-size: 16px;
}

.xuqiu form {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.xuqiu form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xuqiu form div input {
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	font-size: 14px;
	color: #fff;
	border: none;
	outline: none;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: transparent;
}

.xuqiu form div input::placeholder {
	color: #fff;
}

.xuqiu form textarea {
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: '微软雅黑';
	border: 1px solid #fff;
	font-size: 14px;
	background-color: transparent;
}

.xuqiu form textarea::placeholder {
	color: #fff;
}

.xuqiu form button {
	width: 180px;
	height: 50px;
	border: none;
	border: 1px solid #fff;
	font-size: 14px;
	background-color: transparent;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.xuqiu form button:hover {
	border: 1px solid #04a5c3;
	background-color: #04a5c3;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	position: relative;
	padding: 0 40px;
	transition: all 1s;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}

.shownav ul li:hover {
	background-color: #04a5c3;
	color: #fff;
}

.shownav ul li:hover a {
	color: #fff;
}

.shownav ul li.active {
	background-color: #04a5c3;
}

.shownav ul li.active a {
	color: #fff;
}

.abt {
	display: block;
	background: url(../images/aboutbeij_02.jpg) center no-repeat;
	background-size: cover;
	padding: 5rem 0rem;
}

.abtdv {
	width: 100rem;
	margin: 0 auto;
}

.abtdv h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
}

.abtdv i {
	display: block;
	width: 45px;
	margin: 25px auto;
	height: 4px;
	background-color: #00b9dc;
}

.abtdv div {
	color: #4d4d4d;

}

.abtdv div p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 35px;
}

.dz2 {
	background: none;
	background-color: #04a5c3;
}

.shiyi {
	padding-top: 8.125rem;
	padding-bottom: 10.3125rem;
	background: url(../images/abtbg_02.jpg) center no-repeat;
	background-size: cover;
}

.shiyidv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.shiyidvleft {
	width: 46%;
}

.shiyidvleft h1 {
	color: #333333;
	font-size: 38px;
}

.shiyidvleft h2 {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
	align-items: flex-start;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #dedede;
}

.shiyidvleft h2 i {
	color: #333333;
	font-size: 28px;
	font-family: "Archivo Black";
	margin-top: -3px;
	margin-right: 5px;
}

.shiyidvleft h2 span {
	color: #333333;
	font-size: 22px;
}

.shiyidvleft em {
	display: block;
	width: 50px;
	height: 5px;
	background-color: #04a5c3;
	margin-top: -3px;
}

.shiyidvleft p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
	margin-top: 3.125rem;
}

.shiyidvright {
	width: 48%;
}

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

.shiming {
	padding: 5.9375rem 0px;
	background-color: #f8f8f8;
}

.shimingbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	margin-bottom: 15px;
}

.shimingbt p {
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 35px;
}

.shimingdv {
	width: 100rem;
	margin: 0 auto;
	background: url(../images/shiming_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 10px;
	margin-top: 3.75rem;
	overflow: hidden;
}

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

.shimingdv ul li {
	width: 25%;
	padding: 7.1875rem 0px;
}

.shimingdv ul li div {
	margin: 0 auto;
	width: 120px;
	position: relative;
}

.shimingdv ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shimingdv ul li div img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.shimingdv ul li h1 {
	color: #04a5c3;
	font-size: 22px;
	margin: 2.8125rem 0rem;
	text-align: center;
	transition: all 1s;
}

.shimingdv ul li p {
	text-align: center;
	font-size: 16px;
	color: #333333;
	transition: all .5s;
}

.shimingdv ul li:hover {
	background-color: #04a5c3;
}

.shimingdv ul li:hover div img {
	opacity: 0;
}

.shimingdv ul li:hover div img:last-child {
	opacity: 1;
}

.shimingdv ul li:hover h1 {
	color: #fff;
}

.shimingdv ul li:hover p {
	color: #fff;
}

.suoyou {
	background-color: #f7f7f7;
	padding: 4.375rem 0px;
}

.gcal {
	width: 100rem;
	margin: 0 auto;
}

.gcal ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.gcal ul li {
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 7px;
}

.gcal ul li div {
	width: 100%;
	overflow: hidden;
}

.gcal ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.gcal ul li:hover div img {
	transform: scale(1.05);
}

.gcal ul li h1 {
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4d4d4d;
	transition: all 1s;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 5%;

}

.gcal ul li:hover h1 {
	background-color: #04a5c3;
	color: #fff;
}

.soq221 {
	padding-top: 0;
	background-color: #f7f7f7;
	padding-bottom: 3.75rem;
}

.maoyileft #gallery2 {
	overflow: hidden;
	border-radius: 15px;
}

.chanpinimg {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

.chanpinimgright h2 {
	color: #808080;
	font-size: 18px;
	margin-top: 15px;
}

.chanpinimgright h1 {
	color: #04a5c3;
	font-size: 30px;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}

.chanpinimgright i {
	display: block;
	width: 140px;
	height: 2px;
	background-color: #7b6353;
	margin-top: -2px;
	margin-bottom: 1.25rem;
}

.chanpinimgright section {
	margin-top: 20px;
}

.chanpinimgright section p {
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}

.mbx {
	margin: 0 auto;
	width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4.375rem;
}

.mbxleft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxleft iconpark-icon {
	color: #666666;
	margin-right: 10px;
	font-size: 20px;
}

.mbxleft a {
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}

.mbxleft {
	color: #808080;
	font-size: 14px;
}

.mbxleft a:last-child {
	color: #04a5c3;
}

.mbxright a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxright a iconpark-icon {
	color: #04a5c3;
	font-size: 20px;
	margin-right: 10px;
}

.mbxright a span {
	font-size: 14px;
	color: #04a5c3;
}

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	color: #04a5c3;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 50px;
	background-color: #fff;
}

.cennuodv a span {
	color: #04a5c3;
	text-transform: uppercase;
	transition: all 1s;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #04a5c3;
}

.cennuodv a:hover span,
.cennuodv a:hover iconpark-icon {
	color: #fff;
}

.maoyileft {
	display: flex;
	justify-content: space-between;

}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 4px);
	background-color: #fff;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #04a5c3;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 96%;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #fff;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.soq221 {
	padding-top: 0;
	background-color: #f7f7f7;
	padding-bottom: 3.75rem;
}

.maoyileft #gallery2 {
	overflow: hidden;
	border-radius: 15px;
}

.cpxq {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #04a5c3;
}

.cpxqbt span {
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

.cpxqleft ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
}

.cpxqleft ul li a div img {
	display: block;
	width: 100%;
}

.cpxqleft ul li a section h1 {
	color: #585858;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}

.cpxqleft ul li a section p {
	color: #04a5c3;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}

.cpxqxq {
	background-color: #fff;
	padding: 5%;
	width: 90%;
}

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

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
}

.fy p a:hover {
	color: #04a5c3;
}

.qywhbt {
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 6.25rem;
}

.qywhbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	margin-bottom: 10px;
}

.qywhbt p {
	color: #666666;
	font-size: 18px;
	text-align: center;
}


.fazlc {
	padding: 5.9375rem 0px;
	background: url(../images/lsbjing_02.jpg) center no-repeat;
	background-size: cover;
}

.fazlcdv {
	width: 93.75rem;
	margin: 0 auto;
}



.hisdv {
	width: 93.75rem;
	margin: 0 auto;
	position: relative;
}

#sjxx h1 {

	/* 超大字号，撑满画面 */
	font-size: 280px;
	/* 紧凑数字间距 */
	letter-spacing: -20px;
	text-align: center;
	line-height: 1;
	/* 层级放最底层 */
	z-index: -1;
	user-select: none;
	/* 核心：垂直渐变 上深粉 → 下透明 */
	background: linear-gradient(to bottom, #85e7f9, rgba(255, 255, 255, 0));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	/* 整体半透 */
	opacity: 0.7;
	font-family: "Poppins_SemiBold";
	letter-spacing: 15px;
}

#sjtime {
	width: 84.375rem;
}

#sjtime h2 {
	color: #808080;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	top: 145px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#sjtime .swiper-slide:nth-child(2n) h2 {
	padding-top: -20px;
	margin-top: -18px;
}

#sjxx .swiper-slide div {
	width: 460px;
	margin: 0 auto;
	color: #808080;
	font-size: 16PX;
	line-height: 30px;
}

.hisdvs {
	position: absolute;
	width: 100%;
	top: 200px;
	z-index: 3;
}

.hisdvs::after {
	content: "";
	width: 100%;
	display: block;
	background: url(../images/heng_03.png) center no-repeat;
	background-size: contain;
	height: 6px;
	top: 47%;
	position: absolute;
	left: 0;
}

#sjtime h2::after {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	display: block;
	background-color: #00b9dc;
	border-radius: 50px;
	left: 50%;
	margin-left: -10px;
	top: 47px;
}

#sjtime .swiper-slide:nth-child(2n) h2::after {
	top: 112%;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/quan_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2::after {
	display: none;
}

#sjtime .swiper-slide-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/quan_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-active .sjtimedv h2::after {
	display: none;
}



#sjxx .swiper-slide div {
	margin-top: 60px;
	text-align: center;
}

#yfen {
	margin-top: 65px;
	height: 60px;
	width: 87.25rem;
	padding: 0 2.75rem;
}

#yfen span {
	text-align: center;
	color: #808080;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	margin-top: 15px;
	font-family: "Poppins_Medium";
}

#yfen .ck {
	border-bottom: 2px solid #00b9dc;
	color: #00b9dc;
}

#yfen .swiper-slide-thumb-active span {
	border-bottom: 2px solid #00b9dc;
	color: #00b9dc;
}

#yfen .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#yfen .swiper-button-next,
#yfen .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #00b9dc;
	transition: all 1s;
}

#yfen .swiper-button-next::after,
#yfen .swiper-button-prev::after {
	font-size: 18px;
}

#yfen .swiper-button-next:hover,
#yfen .swiper-button-prev:hover {
	background-color: #00b9dc;
}

#yfen .swiper-button-next:hover::after,
#yfen .swiper-button-prev:hover::after {
	color: #fff;
}

.sygsjjdvleft h1 {
	color: #00b9dc;
}

.sygsjj {
	background: url(../images/abbg_06.jpg) center no-repeat;
	background-size: cover;
}

.sygsjjdvright p {
	color: #333333;
}

.ppstdydfa {
	display: block;
	padding: 6.25rem 0rem;
	background: url(../images/shitidi_02.jpg) center no-repeat;
	background-size: cover;
}

.ppstdydfabt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	margin-bottom: 10px;
}

.ppstdydfabt p {
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 35px;
}

.ppstdydlist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.ppstdydlist ul li {
	transition: all 1s;
	background-color: #00b9dc;
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	position: relative;
	width: 12%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #f1f1f1;
	cursor: pointer;
}

.ppstdydlist ul li.active {
	width: 31%;
}

.ppstdydlisttop {
	width: 85%;
	margin: 0 auto;
}

.ppstdydlisttop h1 {
	color: #ffffff;
	font-size: 56px;
	font-family: "Montserrat";
	opacity: 0.3;
	margin-bottom: 14.375rem;
}

.ppstdydlisttop section i {
	font-size: 56px;
	color: #fff;
}

.ppstdydlisttop section h2 {
	color: #ffffff;
	font-size: 22px;
	margin: 10px 0;
}

.ppstdydlisttop section p {
	color: #ffffff;
	font-family: "Poppins";
	font-size: 16px;
}

.ppstdlistdowm {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	padding: 0 5%;
	background: url(../images/grtehyt_03.jpg) center no-repeat;
	background-size: cover;
	opacity: 0;
}

.ppstdydlist ul li:nth-child(2) .ppstdlistdowm {
	background: url(../images/grtehyt_031.jpg) center no-repeat;
	background-size: cover;
}

.ppstdydlist ul li:nth-child(3) .ppstdlistdowm {
	background: url(../images/grtehyt_032.jpg) center no-repeat;
	background-size: cover;
}

.ppstdydlist ul li:nth-child(4) .ppstdlistdowm {
	background: url(../images/grtehyt_033.jpg) center no-repeat;
	background-size: cover;
}

.ppstdydlist ul li:nth-child(5) .ppstdlistdowm {
	background: url(../images/grtehyt_034.jpg) center no-repeat;
	background-size: cover;
}

.ppstdydlist ul li:nth-child(6) .ppstdlistdowm {
	background: url(../images/grtehyt_035.jpg) center no-repeat;
	background-size: cover;
}

.ppstdlistdowm h1 {
	margin-top: 4.6875rem;
	color: #00b9dc;
	font-size: 56px;
	font-family: "Montserrat";
	margin-bottom: 2.1875rem;
}

.ppstdlistdowm h2 {
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 10px;
}

.ppstdlistdowm p {
	color: #808080;
	font-size: 16px;
	font-family: "Poppins";
}

.ppstdlistdowm section {
	margin-top: 1.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.ppstdlistdowm section em {
	display: block;
	width: 7px;
	height: 7px;
	background-color: #00b9dc;
	border-radius: 50%;
	margin-top: 15px;
}

.ppstdlistdowm section i {
	width: 95%;
	color: #606060;
	margin-left: 5px;
	font-size: 16px;
	line-height: 35px;
}

.ppstdydlist ul li.active .ppstdlistdowm {
	opacity: 1;
}

.ryzhi {
	padding-top: 6.25rem;
	padding-bottom: 13.125rem;
	background: url(../images/rongyubg_02.jpg) center no-repeat;
	background-size: cover;
}


.rydv {
	width: 101.875rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.25rem;
}

.rylsit {
	width: 90%;
}

.rylsit .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.rylsit .swiper-wrapper {
	align-items: center;
}

.rylsit .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rylsit .swiper-slide-active img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.rydv a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #00b9dc;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}

.rydv a:hover {
	color: #fff;
	background-color: #00b9dc;
}

.lbjjfa ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
}

.lbjjfa ul li a .lbjjfaleft {
	width: 50%;
	overflow: hidden;
}

.lbjjfa ul li a .lbjjfaleft img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.lbjjfa ul li:hover a .lbjjfaleft img {
	transform: scale(1.05);
}

.lbjjfa ul li a .lbjjfaright {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.lbjjfa ul li a .lbjjfaright div {
	width: 43.75rem;
	margin-left: 6.25rem;
}

.lbjjfa ul li a .lbjjfaright div h1 {
	color: #04a5c3;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.lbjjfa ul li a .lbjjfaright div i {
	display: block;
	width: 45px;
	height: 4px;
	background-color: #04a5c3;
	margin-bottom: 20px;
}

.lbjjfa ul li a .lbjjfaright div p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}

.lbjjfa ul li a .lbjjfaright div h3 {
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #04a5c3;
	margin-top: 4.0625rem;
	border-radius: 5px;
}

.lbjjfa ul li a .lbjjfaright div h3 span {
	color: #ffffff;
	font-size: 14px;
	margin-right: 25px;
}

.lbjjfa ul li a .lbjjfaright div h3 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}

.lbjjfa ul li:nth-child(2n) a {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.lbjjfa ul li:nth-child(2n) a .lbjjfaright {
	justify-content: flex-end;
	background-color: #f7f7f7;
}

.lbjjfa ul li:nth-child(2n) a .lbjjfaright div {
	margin-left: 0rem;
	margin-right: 6.25rem;
}

.suoyoudv {
	width: 100rem;
	margin: 0 auto;
}

.suoyoudvnav {
	width: 100rem;
	margin: 0 auto;
}

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

.suoyoudvnav ul li {
	width: calc(23% - 2px);
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	transition: all 1s;
}

.suoyoudvnav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	transition: all 1s;
}

.suoyoudvnav ul li a {
	color: #606060;
	font-size: 16px;
}

.suoyoudvnav ul li:hover {
	border: 1px solid #04a5c3;
}

.suoyoudvnav ul li:hover a {
	background-color: #04a5c3;
	border-radius: 10px;
	color: #ffffff;
}

.jscplistall {
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}

.jscplistall ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.jscplistall ul li {
	width: 23%;
	margin: 1%;
	border-radius: 10px;
	overflow: hidden;
}

.jscplistall ul li div {
	display: block;
	overflow: hidden;
}

.jscplistall ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.jscplistall ul li:hover div img {
	transform: scale(1.05);
}

.jscplistall ul li section {
	padding: 25px 0px;
	background-color: #fff;
	transition: all 1s;
}

.jscplistall ul li section h1 {
	color: #333333;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	overflow: hidden;
	transition: all 1s;
	line-height: 20px;
	text-overflow: ellipsis;
}

.jscplistall ul li section p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.jscplistall ul li section p span {
	color: #04a5c3;
	font-size: 14px;
	transition: all 1s;
	margin-right: 10px;
	display: block;
}

.jscplistall ul li section p iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #04a5c3;
	font-size: 16px;
}

.jscplistall ul li:hover section {
	background-color: #04a5c3;
}

.jscplistall ul li:hover section p iconpark-icon,
.jscplistall ul li:hover section p span,
.jscplistall ul li:hover section h1 {
	color: #fff;
}

.kexuejs {
	width: 100rem;
	margin: 0 auto;
}

.kexuejslist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.kexuejslist .kjs {
	width: 23%;
	margin: 1%;
}

.kexuejslist .kjs div {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.kexuejslist .kjs div img {
	display: block;
	width: 100%;
	border-radius: 8px;
	transition: all 1s;
}

.kexuejslist .kjs:hover div img {
	transform: scale(1.06);
}

.kexuejslist .kjs section span {
	display: block;
	color: #808080;
	font-size: 14px;
	margin: 15px 0px;
}

.kexuejslist .kjs section h1 {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 18px;
}




.shownews {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100rem;
	margin: 0 auto;
}

.shownewsleft {
	width: 70%;
}

.shownewsleftdv {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}

.shownewsleftbt h1 {
	color: #333333;
	font-size: 22px;
	margin-bottom: 1rem;
}

.shownewsleftbt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.5625rem;
}

.shownewsleftbt h2 {
	color: #808080;
	font-size: 14px;
}

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

.fye {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.fye a {
	color: #808080;
	font-size: 15px;
	transition: all 1s;
}

.fye a:hover {
	color: #04a5c3;
}

.shownewsright {
	padding: 1.875rem;
	width: calc(28% - 3.75rem);
	background-color: #fff;
}

.shownewsright form input {
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 94%;
	border: none;
	padding-left: 20px;
	outline: none;
}

.shownewsright form {
	position: relative;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	width: calc(100% - 12px);
	border-radius: 50px;
	overflow: hidden;
}

.shownewsright form button {
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #04a5c3;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 20px;
	margin-left: 10px;
}

.cpxqbts {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.shownewsright ul li {
	margin-bottom: 5px;
	line-height: 30px;
	transition: all 1s;
}

.shownewsright ul li:hover a {
	color: #04a5c3;
}

.shownewsright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #4d4d4d;
	transition: all 1s;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;
}

.shownewsright ul li div {
	width: 35%;
}

.shownewsright ul li div img {
	display: block;
	width: 100%;
}

.shownewsright ul li section {
	width: 60%;
	margin-left: 10px;
}

.shownewsright ul li section h1 {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	transition: all 1s;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;
}

.shownewsright ul li:hover section h1 {
	color: #033262;
}

.shownewsright ul li section p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.shownewsright ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}


.shitidian ul li {
	padding: 6.25rem 0rem;
}

.shitidian ul li section {
	width: 100rem;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.shitidian ul li section .shitidianleft {
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
}

.shitidian ul li section .shitidianleft img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shitidian ul li section:hover .shitidianleft img {
	transform: scale(1.05);
}

.shitidian ul li section .shitidianright {
	width: 48%;
}

.shitidian ul li section .shitidianright h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.shitidian ul li section .shitidianright i {
	display: block;
	width: 45px;
	height: 2px;
	background-color: #00b9dc;
	margin-bottom: 1.875rem;
}

.shitidian ul li section .shitidianright p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.shitidian ul li section .shitidianright p a{
	color: #04a5c3;
	text-decoration: underline;
	width: 90%;
}
.shitidian ul li section .shitidianright p img {
	display: block;
	width: 34px;
	margin-right: 10px;
}

.shitidian ul li section .shitidianright p span {
	display: block;
	width: calc(100% - 44px);

	font-size: 16px;
	line-height: 32px;
}

.shitidian ul li section .shitidianright dl {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.shitidian ul li section .shitidianright dl dd {
	width: 31%;
	overflow: hidden;
	border-radius: 10px;
}

.shitidian ul li section .shitidianright dl dd img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shitidian ul li section .shitidianright dl dd:hover img {
	transform: scale(1.05);
}

.shitidian ul li:nth-child(2n) {
	background-color: #f7f7f7;
}

.shitidian ul li:nth-child(2n) section {
	flex-direction: row-reverse;
}

.gchengalist ul {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.gchengalist ul li {
	width: 23%;
	margin: 1%;
	box-shadow: 0px 0px 20px #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
}

.gchengalist ul li img {
	display: block;
	width: 100%;
}

.gchengal {
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}

.qywhbtar {
	margin-bottom: 3.75rem;
}

.gchengalist ul li h1 {
	height: 80px;
	text-align: center;
	color: #4d4d4d;
	font-size: 18px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}

.gchengalist ul li:hover h1 {
	background-color: #04a5c3;
	color: #fff;
}

.ppliliang {
	padding: 6.25rem 0rem;
}

.ppliliangbt {
	width: 100rem;
	margin: 0 auto;
}

.ppliliangbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	margin-bottom: 10px;
}

.ppliliangbt p {
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.pplilianglist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}

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

.pplilianglist ul li {
	width: 32.33%;
	border-radius: 10px;
	overflow: hidden;
}

.pplilianglist ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.pplilianglist ul li:hover img {
	transform: scale(1.05);
}

.shfw {
	padding-top: 12.5rem;
	padding-bottom: 5.625rem;
	background: url(../images/sgqe_02.jpg) center no-repeat;
	background-size: cover;
}

.shfwdv {
	width: 100rem;
	margin: 0 auto;
}

.shfwjsf {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.shfwjsfleft {
	width: 45%;
}

.shfwjsfleft h1 {
	color: #333333;
	font-size: 38px;
}

.shfwjsfleft i {
	margin: 20px 0px;
	display: block;
	width: 50px;
	height: 4px;
	background-color: #00b9dc;
}

.shfwjsfleft p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 35px;
}

.shfwdvtb ul {
	display: flex;
	margin-top: 7.5rem;
	justify-content: space-between;
}

.shfwdvtb ul li {
	width: 13%;
	border-radius: 10px;
	overflow: hidden;
}

.shfwdvtb ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.shfwdvtb ul li:hover img {
	transform: scale(1.05);
}

.jpaish {
	padding: 4.375rem 0rem;
	background-color: #04a5c3;
}

.jpaishdv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.jpaishdvleft h1 {
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 15px;
}

.jpaishdvleft p {
	color: #ffffff;
	font-size: 16px;
}

.jpaishdvright {
	width: 65%;
}

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

.jpaishdvright ul li {
	border: 1px solid #68c9db;
	width: calc(23.5% - 50px);
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	padding: 20px 25px;
}

.jpaishdvright ul li i {
	font-size: 48px;
	color: #fff;
	margin-right: 15px;
}

.jpaishdvright ul li section h1 {
	color: #ffffff;
	font-size: 24px;
	font-family: "Poppins";
}

.jpaishdvright ul li section p {
	color: #ffffff;
	font-size: 14px;
}

.jstdianlist {
	width: 100rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}

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

.jstdianlist ul li {
	background-color: #fff;
	padding: 3.125rem 4.5rem;
	border-radius: 10px;
	width: calc(15% - 9rem);
	transition: all 1s;
}

.jstdianlistlaonian ul li {

	width: calc(19% - 9rem);
}

.jstdianlisttineng ul li {
	width: calc(23% - 8rem);
}

.jstdianlist ul li i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #00b9dc;
	color: #fff;
	margin: 0 auto;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 1.5625rem;
	transition: all 1s;
}

.jstdianlist ul li p {
	color: #4c4c4c;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	transition: all 1s;
}

.jstdianlist ul li:hover {
	background-color: #00b9dc;
}

.jstdianlist ul li:hover i {
	background-color: #fff;
	color: #00b9dc;
}

.jstdianlist ul li:hover p {
	color: #fff;
}

.jsfwti {
	width: 100rem;
	margin: 6.25rem auto;
}

.jsfwtidv {
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.jsfwtidvleft {
	width: 48%;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
}

.jsfwtidvlefttop {
	background: url(../images/terq_03.jpg) center no-repeat;
	background-size: cover;
	padding: 0 40px;
	width: 35%;
	display: flex;
	align-items: center;
}

.jsfwtidvleftdown {
	width: 65%;
	overflow: hidden;
}

.jsfwtidvleftdown img {
	display: block;
}

.jsfwtidvlefttop h1 {
	color: #ffffff;
	font-size: 24px;
}

.jsfwtidvlefttop h2 {
	color: #ffffff;
	font-size: 18px;
	margin: 15px 0px;
}

.jsfwtidvlefttop i {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}

.jsfwtidvlefttop p {
	color: #ffffff;
	line-height: 35px;
	font-size: 16px;
}

.jscplistleft div span {
	font-size: 14px;
}

.jscplistright ul li div span {
	font-size: 14px;
}

.yundongchangdi {
	width: 100rem;
	margin: 0 auto;
}

.yundongchangdi ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.yundongchangdi ul li {
	width: 32%;
	margin: 0.6%;
	border-radius: 5px;
	overflow: hidden;
}

.yundongchangdi ul li div {
	width: 100%;
	overflow: hidden;
}

.yundongchangdi ul li div img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.yundongchangdi ul li:hover div img {
	transform: scale(1.05);
}

.yundongchangdi ul li section {
	background: url(../images/changdibj_08.jpg) center no-repeat;
	padding: 2.5rem;
	transition: all 1s;
	width: calc(100% - 5rem);
	background-size: cover;
}

.yundongchangdi ul li section h1 {
	color: #4c4c4c;
	transition: all 1s;
	font-size: 22px;
}

.yundongchangdi ul li section i {
	display: block;
	width: 40px;
	margin: 1.875rem 0px;
	height: 3px;
	background-color: #04a5c3;
	transition: all 1s;
}

.yundongchangdi ul li:hover section {
	background: url(../images/changdibj_06.jpg) center no-repeat;
	background-size: cover;
}

.yundongchangdi ul li section p {
	color: #606060;
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
	height: 70px;
	text-overflow: ellipsis;
	transition: all 1s;
	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.yundongchangdi ul li:hover section p,
.yundongchangdi ul li:hover section h1 {
	color: #fff;
}

.yundongchangdi ul li:hover section i {
	background-color: #fff;
}

.cpinnav {
	background-color: #fff;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	transition: all 1s;
	overflow: hidden;
	display: none;
}

.cpinnavdv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100rem;
	margin: 0 auto;
}

.cpinnavdvleft h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.cpinnavdvright {
	width: 21.875rem;
}

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

.cpinnavdvleft {
	width: 25rem;
}

.cpinnavdvleft p {
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.cpinnavdvcenter {
	width: 31.25rem;
}

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

.cpinnavdvcenter ul li {
	width: 48%;
	line-height: 40px;
	margin: 0;
	border-bottom: 1px solid #fff;
	transition: all 1s;
}

.cpinnavdvcenter ul li a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	transition: all 1s;
}

.cpinnavdvcenter ul li:hover {
	border-bottom: 1px solid #35adbe;
}

.cpinnavdvcenter ul li:hover a {
	color: #35adbe;
}

.slideUp .headalldvleft .ss iconpark-icon {
	color: #333;
}

.slideUp .headalldvleft .ncp iconpark-icon,
.slideUp .headalldvleft .ncp span {
	color: #333;
}

.slideUp .headalldvright span,
.slideUp .headalldvright iconpark-icon {
	color: #333;
}

.slideUp .tbnavleft ul li h1 a span,
.slideUp .tbnavleft ul li h1 a iconpark-icon {
	color: #666;
}

.slideUp .tbnavleft ul li:hover h1 a span,
.slideUp .tbnavleft ul li:hover h1 a iconpark-icon {
	color: #04a5c3;
}

.slideUp .tbnavleft ul li h1 a::after {
	background-color: #00b9dc;
}

.slideUp .tbnavright a {
	background-color: rgba(0, 0, 0, 70%);
	transition: all 1s;
}

.slideUp .tbnavright a:hover {
	background-color: #04a5c3;
}

.headalldvcenter {
	position: relative;
}

.headalldvcenter img {
	transition: all 1s;
}

.headalldvcenter img:last-child {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.slideUp .headalldvcenter img:last-child {
	opacity: 1;
}

.slideUp .headalldvcenter img:first-child {
	opacity: 0;
}




.header__menu {
	position: fixed;
	left: 0;
	top: -150%;
	z-index: 9999;
	width: 100%;
	height: 100%;

}
#wxId{
	display: none;
}
.header__menu:before {
	position: fixed;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}

.header__menu.show:before {
	opacity: 1;
	visibility: visible;
}

.wrapper-main-menu .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper-main-menu .background {
	background: #fff;
	pointer-events: none;
	will-change: transform;
}

.wrapper-main-menu .background .wave {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	fill: #fff;
	transform: translateY(-10px) rotate(180deg);
}

.start,
.end {
	display: none;
}

.header__menu__top {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 100rem;
	margin-left: -50rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__menu__top .header__l {
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.header__close {
	float: right;
	line-height: 1;
	cursor: pointer;
}

.header__close:hover span,
.header__close:hover i {
	color: #6cccdc;
}

.header__close:hover i {
	transform: rotate(180deg);
}

.header__close span {
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 1;
	color: #666666;
	font-size: 14px;
	transition: 0.38s;
}

.header__close iconpark-icon {
	display: block;
	float: left;
	line-height: 1;
	color: #333333;
	font-size: 14px;
	font-style: normal;
	transition: 0.36s;
	font-weight: bold;
}

.menu__content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100rem;
	opacity: 0;
}

.menu__li {
	display: flex;
	display: -webkit-flex;
}

.menu__item {
	display: block;
	flex: 1;
	-webkit-flex: 1;
}

.menu__item:last-child {
	flex: inherit;
	-webkit-flex: inherit;
}

.menu__item dt {
	display: block;
	margin-bottom: 18px;
}

.menu__item dt a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.menu__item dd {
	display: block;
}

.menu__item dd p {
	margin-bottom: 15px;
}

.menu__item dd p a {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #999999;
	font-size: 14px;
}

.menu__item dd p a:hover {
	color: #04a5c3;
}

.menu__search {
	margin-top: 10.9vw;
	display: flex;
	display: -webkit-flex;
}

.menu__search .text {
	padding: 0;
	margin: 0;
	border: none;
	padding-left: 21px;
	width: 420px;
	height: 54px;
	line-height: 54px;
	color: #999999;
	font-size: 14px;
	background: #f6f6f6;
	font-family: "微软雅黑";
}

.menu__search .sub {
	padding: 0;
	margin: 0;
	width: 135px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	background: #2c3441;
	transition: 0.4s;
	cursor: pointer;
}

.menu__search .sub:hover {
	background: #6cccdc;
}




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

.nrbanner {
	position: relative;
	z-index: 2;
}

.nrbanner .btext {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}

.nrbanner .btext section {
	margin: 0 auto;
	width: 100rem;
	margin-top: 10%;
}

.sjnav {
	display: none;
}

.nrbanner .btext section h2 {
	font-size: 42px;
	color: #fefefe;
	text-transform: uppercase;
}




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

.bannersasg .swiper-slide {
	position: relative;
}

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

.bannersasg .swiper-slide div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 00%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sgahhrj section {
	width: 93.75rem;
}

.bannersasg .swiper-slide section img {
	display: block;
	width: auto;
	margin-bottom: 35px;
}

.bannersasg .swiper-slide section h1 {
	color: #ffffff;
	font-size: 91px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-family: "youshebiaoti";
	line-height: 100px;
	text-shadow: 3px 3px #28b8c8;
	letter-spacing: 20px;
}

.bannersasg .swiper-slide section h2 {
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
	font-style: italic;
	text-transform: uppercase;
}

.bannersasg .swiper-slide section a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
	background-color: #fff;
	background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg .swiper-slide section a iconpark-icon {
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #098335;

}

.bannersasg .swiper-slide section a span {
	color: #098335;
	font-size: 14px;
}

.bannersasg .swiper-slide section a:hover {
	background-color: #098335;
}

.bannersasg .swiper-slide section a:hover iconpark-icon {
	color: #fff;
}

.bannersasg .swiper-slide section a:hover span {
	color: #fff;
}

.bannersasg .swiper-slide .ghej {
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}

.bannersasg .swiper-slide .ghej {
	display: block;
	height: auto;
	animation-name: beat;
	/*动画名称*/
	animation-duration: .5s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

.bannersasg .swiper-slide .ghej img {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bannersasg .swiper-slide .ghej span {
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}

.bannersasg .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

.bannersasg .swiper-pagination-bullet-active {
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}




.tbnavleft ul li dl {
	position: absolute;
	top: 70px;
	left: 50%;
	width: 180px;
	background-color: #fff;
	padding: 0px 0px;
	border-radius: 7px;
	display: none;
	margin-left: -90px;
}

.tbnavleft ul li dl dd {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.tbnavleft ul li dl dd a {
	display: block;
	width: 100%;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: all 1s;
}
.tbnavleft ul li dl dd a:hover{
	color: #04a5c3;
}
@media only screen and (min-width: 1050px) and (max-width: 1499px) {
	.headalldv {
		width: 95%;
	}

	.tbnav {
		width: 95%;
	}

	.tbnavright a {
		width: 120px;
	}

	.tbnavleft ul li h1 a span {
		font-size: 16px;
	}

	.tbnavleft ul li h1 a iconpark-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 14px;
		margin-left: 2px;
	}

	.tbnavright a span {
		color: #ffffff;
		font-size: 14px;
	}

	.tbnavleft {
		width: 100%;
	}

	.shfws {
		width: 95%;
	}

	.shftext h1 {
		font-size: 24px;
	}

	.shftext h2 i {
		color: #333333;
		font-size: 20px;
	}

	.shftext p {
		font-size: 14px;
		line-height: 30px;
		height: 240px;
	}

	.shfwsimg div section h1 {
		font-size: 22px;
	}

	.jjafbt {
		width: 95%;
		left: 2.5%;
		margin-left: 0rem;
	}

	.jjfa #thumbs2 {
		width: 95%;
		left: 2.5%;
		margin-left: 0rem;
	}

	.jjfa #thumbs2 .swiper-slide h1 span {
		color: #ffffff;
		font-size: 15px;
	}

	.yundongyuandv {
		width: 95%;
		left: 2.5%;
		margin-left: 0rem;
	}

	.yuandongyuanbt h1 {
		font-size: 30px;
	}

	.yuandongyuanbt p {
		font-size: 16px;
	}

	.ydylist ul li section h1 {
		font-size: 18px;
	}

	.ydylist {
		width: 95%;
	}

	.szdv {
		width: 95%;
	}

	.szdv ul li h3 span {
		font-size: 42px;
	}

	.szdv ul li {
		width: 230px;
	}

	.szdv ul li p {
		font-size: 14px;
		line-height: 25px;
	}

	.szdv ul li h3 i {
		font-size: 20px;
		color: #fff;
		margin-top: 20px;
	}

	.xiangmuanli {
		width: 95%;
	}

	.xiangmuanlibtleft p {
		font-size: 16px;
	}

	.xiangmuanlibtleft h1 {
		font-size: 30px;
	}

	.xiangmuanlist ul li h1 {
		font-size: 16px;
	}

	.jscpdv {
		width: 95%;
	}

	.kxjsdv {
		width: 95%;
	}

	.kxjsdvlist .kjs section h1 {
		font-size: 16px;
	}

	.ppstd {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.abtdv {
		width: 95%;
	}

	.shiyidv {
		width: 95%;
	}

	.abtdv h1,
	.shiyidvleft h1,
	.shimingbt h1 {
		font-size: 30px;
	}

	.shimingbt p {
		font-size: 16px;
	}

	.shimingdv {
		width: 95%;
	}

	.lxwmbt h1 {
		font-size: 30px;
	}

	.lxwmbt p {
		font-size: 16px;
		line-height: 30px;
	}

	.lxwmdv {
		width: 95%;
	}

	.xuqiubt h1 {
		font-size: 30px;
	}

	.xuqiu form {
		width: 95%;
	}

	.shownav ul {
		width: 95%;
	}

	.mbx {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

	.chanpinimgleft {
		width: 53.0625rem;
	}

	.maoyileft #gallery2 {
		width: 41.875rem;
		margin: 0;
		height: 41.875rem;
		background-color: #fff;
	}

	.maoyileft #thumbs2 {
		width: 10rem;
		height: 41.875rem;
		margin: 0;
	}

	.cpxq {
		width: 95%;
	}

	.qywhbt {
		width: 95%;
	}

	.qywhbt h1 {
		font-size: 30px;
	}

	.qywhbt p {
		font-size: 16px;
	}

	.fazlcdv {
		width: 95%;
	}

	.hisdv {
		width: 100%;
	}

	#yfen {
		width: calc(100% - 100px);
		padding: 0 50px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 0px;
		right: auto;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0px;
		left: auto;
	}

	.ppstdydfabt h1 {
		font-size: 30px;
	}

	.ppstdydfabt p {
		font-size: 16px;
	}

	.ppstdydlist {
		width: 95%;
	}

	.ppstdlistdowm h1 {
		margin-bottom: 1.1875rem;
	}

	.ppstdlistdowm h1 {
		font-size: 42px;
	}

	.ppstdlistdowm section i {
		width: 95%;
		color: #606060;
		margin-left: 5px;
		font-size: 14px;
		line-height: 27px;
	}

	.ppstdlistdowm h2 {
		margin-bottom: 5px;
	}

	.ppstdlistdowm section {
		margin-top: 0.75rem;
	}

	.ppstdlistdowm section em {
		margin-top: 12px;
	}

	.ppstdydlisttop h1 {
		font-size: 42px;
	}

	.ppstdlistdowm h1 {
		margin-top: 2.6875rem;
	}

	.ppstdydlisttop section i {
		font-size: 48px;
		color: #fff;
	}

	.ppstdydlisttop section h2 {
		color: #ffffff;
		font-size: 18px;
		margin: 10px 0;
	}

	.rydv {
		width: 95%;
	}

	#sjtime {
		width: 100%;
	}

	.shownav ul li {
		padding: 0 20px;
	}

	.gcal {
		width: 95%;
	}

	.gcal ul li h1 {
		font-size: 16px;
		height: 50px;
	}

	.suoyoudvnav {
		width: 95%;
	}

	.jscplistall {
		width: 95%;
	}

	.lbjjfa ul li a .lbjjfaright div h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.lbjjfa ul li a .lbjjfaright div i {
		margin-bottom: 15px;
	}

	.lbjjfa ul li a .lbjjfaright div p {
		color: #4c4c4c;
		font-size: 14px;
		line-height: 30px;
	}

	.lbjjfa ul li a .lbjjfaright div h3 {
		width: 150px;
		height: 40px;
		margin-top: 3.0625rem;
	}

	.ppliliangbt {
		width: 95%;
	}

	.ppliliangbt h1 {
		font-size: 30px;
	}

	.jstdianlist {
		width: 95%;
	}

	.jstdianlist ul li {
		background-color: #fff;
		padding: 3.125rem 4rem;
		border-radius: 10px;
		width: calc(15% - 8rem);
		transition: all 1s;
	}

	.jstdianlistlaonian ul li {
		width: calc(19% - 8rem);
	}

	.jstdianlisttineng ul li {
		width: calc(24% - 8rem);
	}

	.jsfwti {
		width: 95%;
	}

	.jsfwtidvlefttop {
		padding: 0 5%;
	}

	.jsfwtidvlefttop h2 {
		font-size: 17px;
	}

	.jsfwtidvlefttop p {
		color: #ffffff;
		line-height: 30px;
		font-size: 14px;
	}

	.shfwdv {
		width: 95%;
	}

	.shfwjsfleft h1 {
		color: #333333;
		font-size: 30px;
	}

	.jpaishdv {
		width: 95%;
	}

	.jpaishdvleft h1 {
		font-size: 30px;
	}

	.jpaishdvleft {
		width: 30%;
	}

	.jpaishdvleft p {
		line-height: 30px;
	}

	.jpaishdvright ul li {
		display: block;
	}

	.jpaishdvright ul li i {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.jpaishdvright ul li section h1 {
		font-size: 20px;
	}

	.pplilianglist {
		width: 95%;
	}

	.gchengalist ul {
		width: 95%;
	}

	.gchengalist ul li h1 {
		font-size: 16px;
		height: 60px;
	}

	.kexuejs {
		width: 95%;
	}

	.kexuejslist .kjs section h1 {
		font-size: 16px;
	}

	.shownews {
		width: 95%;
	}

	.shitidian ul li section .shitidianright h1 {
		font-size: 20px;
	}

	.shitidian ul li section .shitidianright p span {
		font-size: 15px;
	}

	.shitidian ul li section .shitidianright p img {
		width: 25px;
		margin-top: 5px;
	}

	.shitidian ul li section .shitidianright p {
		margin-bottom: 5px;
	}

	.shitidian ul li section {
		width: 95%;
	}

	.yundongchangdi {
		width: 95%;
	}

	.yundongchangdi ul li section h1 {
		font-size: 18px;
	}

	.yundongchangdi ul li section i {
		margin: 1.5rem 0px;
	}

	.yundongchangdi ul li section p {
		color: #606060;
		font-size: 14px;
		line-height: 25px;
		overflow: hidden;
		height: 50px;
		text-overflow: ellipsis;
		transition: all 1s;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

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

	.header__menu__top {
		width: 95%;
		margin-left: 0rem;
		left: 2.5%;
	}

	.menu__content {
		width: 95%;
		margin: 0;
		left: 2.5%;
	}

	.cpinnavdv {
		width: 95%;
	}

	.sgahhrj section {
		width: 95%;
		margin-top: 10%;
	}

	.bannersasg .swiper-slide section img {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}

	.bannersasg .swiper-slide section h1 {
		color: #ffffff;
		font-size: 66px;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-family: "youshebiaoti";

		line-height: 80px;
		text-shadow: 3px 3px #28b8c8;
		letter-spacing: 20px;
	}
}



@media only screen and (max-width: 1044px) {
	.headalldvleft {
		display: none;
	}

	.headalldv {
		width: 95%;
	}

	.tbnav {
		display: none;
	}

	.headalldvcenter {
		width: 50%;
	}

	.shfws {
		width: 95%;
		display: block;
	}

	.shfwsleft {
		width: 100%;
	}

	.shftext {
		padding: 5%;
	}

	.shftext h1 {
		font-size: 20px;
	}

	.shftext h2 i {
		font-size: 18px;
	}

	.shftext h2 span {
		font-size: 14px;
	}

	.shftext p {
		font-size: 14px;
		line-height: 30px;
		height: 240px;
	}

	.shfwscenter,
	.shfwsright {
		width: 100%;
		margin-top: 10px;
	}

	.shfwsimg div section i {
		font-size: 28px;
	}

	.shfwsimg div section h1 {
		font-size: 16px;
	}

	.shfwsimg div section p {
		font-size: 12px;
	}

	.jjafbt {
		position: initial;
		width: 95%;
		margin: 0 auto;
		left: 2.5%;
		display: block;
		margin-bottom: 20px;
	}

	.jjafbtleft h1 {
		font-size: 20px;
		color: #333;
		text-align: center;
		font-weight: bold;
	}

	.jjafbtleft p {
		font-size: 14px;
		color: #666666;
		text-align: center;
	}

	.jjafbtright {
		display: none;
	}

	.jjfa #thumbs2 {
		position: initial;
		width: 98%;
		margin: 1% auto;
	}

	.jjfa #thumbs2 .swiper-slide {
		width: 48% !important;
		margin: 1%;
	}

	.jjfa #thumbs2 .swiper-slide h1 {
		background-color: rgba(0, 0, 0, 0.7);
		height: 50px;
	}

	.jjfa #thumbs2 .swiper-slide h1 span {
		font-size: 14px;
	}

	.jjfa #thumbs2 .swiper-slide h1 i {
		font-size: 24px;
	}

	.jjfa #thumbs2 .swiper-slide-thumb-active h1 {
		background-color: #04a5c3;
	}

	.yundongyuandv {
		width: 100%;
		left: 0;
		display: none;
		margin-left: 0;
	}

	.yundongyuandv img {
		display: block;
		width: 100px;
	}

	.yuandongyuanbt h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.yuandongyuanbt {
		width: 95%;
		margin: 0 auto;
	}

	.yuandongyuanbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.ydylist {
		width: 95%;
	}

	.ydylist ul {
		display: block;
	}

	.ydylist ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.ydylist ul li section {
		padding: 10px 0px;
	}

	.ydylist ul li section h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.ydylist ul li section p {
		font-size: 12px;
	}

	.sz {
		padding: 15px 0px;
	}

	.szdv {
		width: 95%;
	}

	.szdv ul {
		flex-wrap: wrap;
	}

	.szdv ul li {
		width: 100%;
		margin: 10px 0px;
	}

	.szdv ul li h3 span {
		font-size: 28px;
	}

	.szdv ul li h3 i {
		font-size: 14px;
		color: #fff;
		margin-top: 11px;
	}

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

	.szdv ul li h3 em {
		font-size: 12px;
		color: #fff;
		margin-top: 13px;
	}

	.xiangmuanli {
		width: 95%;
	}

	.xiangmuanlibt {
		display: block;
	}

	.xiangmuanlibtright {
		display: none;
	}

	.xiangmuanlibtleft h1 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 8px;
	}

	.xiangmuanlibtleft p {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

	.xiangmuanlist ul li {
		width: 48%;
	}

	.xiangmuanlist ul li h1 {
		font-size: 14px;
	}

	.jscpdv {
		width: 95%;
	}

	.jscplist {
		display: block;
	}

	.jscplistleft {
		width: 100%;
		margin-bottom: 10px;
	}

	.jscplistright {
		width: 100%;
	}

	.jscplistright ul li {
		width: 49%;
		margin-bottom: 2%;
	}

	.jscplistright ul li:nth-child(1),
	.jscplistright ul li:nth-child(2),
	.jscplistright ul li:nth-child(3) {
		margin-bottom: 2%;
	}

	.kxjsdv {
		width: 95%;
	}

	.kxjsdvlist .kjs section span {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.kxjsdvlist .kjs section h1 {
		font-size: 14px;
	}

	.gehr #btn1,
	.gehr #btn2 {
		width: 40px;
		height: 40px;
	}

	.gehr #btn1 iconpark-icon,
	.gehr #btn2 iconpark-icon {
		font-size: 18px;
	}

	.gehr {
		margin-top: 5rem;
	}

	.ppstd {
		width: 95%;
	}

	.ppstdlist ul {
		display: block;
	}

	.ppstdlist ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.ppstdlist ul li div section {
		padding: 5%;
		width: 90%;
	}

	.ppstdlist ul li div section h1 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.aoyunlist ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.aoyunlist ul li {
		width: 31.333%;
		margin: 1%;
	}

	.zhuanzhu h1 {
		font-size: 18px;
	}

	.zhuanzhu p {
		color: #ffffff;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		font-size: 14px;
		line-height: 25px;
		width: 90%;
	}

	.foot,
	.wdl {
		display: none;
	}

	.shownav {
		display: none;
	}

	.abtdv {
		width: 95%;
	}

	.abtdv h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.abtdv i {
		display: block;
		width: 45px;
		margin: 16px auto;
		height: 4px;
		background-color: #00b9dc;
	}

	.abtdv div {
		color: #4d4d4d;
		font-size: 14px;
		line-height: 30px;
	}

	.shiyidv {
		width: 95%;
		display: block;
	}

	.shiyidvleft {
		width: 100%;
	}

	.shiyidvleft h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.shiyidvleft h2 span {
		font-size: 17px;
		font-weight: bold;
	}

	.shiyidvleft p {
		color: #4c4c4c;
		font-size: 14px;
		line-height: 30px;
		margin-top: 3.125rem;
	}

	.shiyidvright {
		margin-top: 15px;
		width: 100%;
	}

	.shimingbt h1 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.shimingbt p {
		text-align: center;
		color: #666666;
		font-size: 14px;
		line-height: 27px;
	}

	.shimingdv {
		width: 95%;
	}

	.shimingdv ul {
		flex-wrap: wrap;
	}

	.shimingdv ul li {
		width: 48%;
	}

	.shimingdv ul li div {
		width: 60px;
	}

	.shimingdv ul li h1 {
		font-size: 17px;
		font-weight: bold;
	}

	.shimingdv ul li p {
		font-size: 14px;
		width: 90%;
		line-height: 25px;
		margin: 0 auto;
	}

	.lxwmdv {
		width: 95%;
	}

	.lxwmbt h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.lxwmbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 100%;
		margin-bottom: 10px;
		padding: 15px 0;
	}

	.lxwmlist ul li iconpark-icon {
		font-size: 30px;
	}

	.lxwmlist ul li p {
		font-size: 14px;
		line-height: 30px;
	}

	.lxwmlist ul li h1 {
		margin-bottom: 5px;
	}

	.xuqiubt h1 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.xuqiubt p {
		font-size: 14px;
	}

	.xuqiu form {
		width: 95%;
	}

	.xuqiu form div input {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 1%;
	}

	.xuqiu form button {
		width: 180px;
		height: 40px;
		border: none;
		border: 1px solid #fff;
		font-size: 14px;
		background-color: transparent;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		border-radius: 5px;
		cursor: pointer;
	}

	.mbx {
		display: none;
	}

	.chanpinimg {
		width: 95%;
		display: block;
	}

	.soq221 {
		padding-top: 20px;
	}

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

	.maoyileft {
		display: block;
	}

	.maoyileft #gallery2 {
		width: 100%;
		height: auto;
	}

	.maoyileft #thumbs2 {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	.chanpinimgright {
		margin-top: 20px;
		width: 100%;
	}

	.chanpinimgright h2 {
		font-size: 14px;
	}

	.chanpinimgright h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.chanpinimgright section p {
		line-height: 30px;
		font-size: 14px;
	}

	.cennuodv a {
		width: 150px;
		height: 40px;
		margin-top: 20px;
	}

	.cpxq {
		width: 95%;
		flex-direction: column-reverse;
	}

	.cpxq .cpxqright {
		width: 100%;
	}

	.cpxqxq {
		width: 90%;
		padding: 5%;
	}

	.fy {
		margin-top: 15px;
		display: block;
	}

	.fy p {
		margin-bottom: 10px;
	}

	.cpxqbt {
		margin-bottom: 3.875rem;
		margin-top: 15px;
	}

	.cpxqbt span {
		font-size: 17px;
		font-weight: bold;
	}

	.cpxqleft {
		width: 100%;
	}

	.cpxqleft ul li a section h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.cpxqleft ul li {
		margin-bottom: 10px;
	}

	.gcal {
		width: 95%;
	}

	.gcal ul li {
		width: 48%;
	}

	.gcal ul li h1 {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		align-items: flex-start;
		overflow: hidden;
	}

	.suoyoudvnav {
		width: 95%;
	}

	.suoyoudvnav {
		display: none;
	}

	.jscplistall {
		margin-top: 0;
		width: 95%;
	}

	.jscplistall ul li {
		width: 48%;
	}

	.jscplistall ul li section p {
		margin-top: 10px;
	}

	.jscplistall ul li section h1 {
		font-size: 16px;
	}

	.lbjjfa ul li {
		margin: 10px;
	}

	.lbjjfa ul li a {
		display: block;
	}

	.lbjjfa ul li a .lbjjfaleft {
		width: 100%;
		margin: 0 auto;
	}

	.lbjjfa ul li a .lbjjfaright {
		width: 100%;
	}

	.lbjjfa ul li a .lbjjfaright div {
		width: 100%;
		margin: 10px 0px;
	}

	.lbjjfa ul li a .lbjjfaright div h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.lbjjfa ul li a .lbjjfaright div i {
		height: 2px;
		margin-bottom: 7px;
	}

	.lbjjfa ul li a .lbjjfaright div p {
		color: #4c4c4c;
		font-size: 14px;
		line-height: 28px;
	}

	.lbjjfa ul li a .lbjjfaright div h3 {
		width: 135px;
		height: 40px;
	}

	.lbjjfa ul li:nth-child(2n) a {
		display: block;
	}

	.ppliliangbt {
		width: 95%;
	}

	.ppliliangbt h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.ppliliangbt p {
		color: #333333;
		font-size: 14px;
		text-align: center;
		line-height: 27px;
	}

	.jstdianlist {
		width: 95%;
	}

	.jstdianlist ul {
		flex-wrap: wrap;
	}

	.jstdianlist ul li {
		width: 22.333%;
		margin-top: 2%;
		padding: 5%;
	}

	.jstdianlist ul li i {
		width: 45px;
		height: 45px;
		font-size: 24px;
	}

	.jstdianlist ul li p {
		color: #4c4c4c;
		text-align: center;
		line-height: 24px;
		font-size: 14px;
		transition: all 1s;
	}

	.jsfwti {
		width: 95%;
	}

	.jsfwtidv {
		display: block;
	}

	.jsfwtidvleft {
		width: 100%;
		flex-direction: column-reverse;
		margin-bottom: 10px;
	}

	.jsfwtidvleftdown {
		width: 100%;
	}

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

	.jsfwtidvlefttop {
		width: 90%;
		padding: 5%;
	}

	.jsfwtidvlefttop h1 {
		font-size: 18px;
		font-weight: bold;
	}

	.jsfwtidvlefttop h2 {
		font-size: 16px;
		margin: 10px 0px;
	}

	.jsfwtidvlefttop i {
		height: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.jsfwtidvlefttop p {
		color: #ffffff;
		line-height: 27px;
		font-size: 14px;
	}

	.shfwdv {
		width: 95%;
	}

	.shfwjsfleft {
		width: 100%;
	}

	.shfwjsfleft h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.shfwjsfleft p {
		color: #4d4d4d;
		font-size: 14px;
		line-height: 28px;
	}

	.shfwdvtb ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.shfwdvtb ul li {
		width: 23%;
		margin: 1%;
	}

	.jpaishdv {
		width: 95%;
		display: block;
	}

	.jpaishdvleft h1 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 9px;
		font-weight: bold;
	}

	.jpaishdvleft p {
		text-align: center;
		line-height: 25px;
		font-size: 14px;
	}

	.jpaishdvright {
		width: 100%;
		margin-top: 15px;
	}

	.jpaishdvright ul {
		flex-wrap: wrap;
	}

	.jpaishdvright ul li {
		width: calc(38% - 2px);
		margin: 1%;
		padding: 5%;
		display: block;
	}

	.jpaishdvright ul li i {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.jpaishdvright ul li section h1 {
		color: #ffffff;
		font-size: 18px;
		font-family: "Poppins";
	}

	.pplilianglist {
		width: 95%;
	}

	.qywhbt {
		width: 95%;
	}

	.qywhbt h1 {
		font-weight: bold;
		font-size: 20px;
	}

	.qywhbt p {
		line-height: 25px;
		font-size: 14px;
	}

	.rydv {
		width: 95%;
	}

	.rylsit {
		width: 74%;
	}

	.gchengalist ul {
		flex-wrap: wrap;
		width: 95%;
	}

	.gchengalist ul li {
		width: 48%;
	}

	.gchengalist ul li h1 {
		height: 45px;
		text-align: center;
		color: #4d4d4d;
		font-size: 14px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 1s;
	}

	.kexuejs {
		width: 95%;
	}

	.kexuejslist .kjs {
		width: 48%;
		margin: 1%;
	}

	.kexuejslist .kjs section span {
		display: block;
		color: #808080;
		font-size: 12px;
		margin: 7px 0px;
	}

	.kexuejslist .kjs section h1 {
		font-size: 14px;
	}

	.shownews {
		width: 95%;
		display: block;
	}

	.shownewsleft {
		width: 100%;
	}

	.shownewsleftdv {
		padding: 5%;
		width: 90%;
	}

	.shownewsleftbt h1 {
		font-size: 17px;
		font-weight: bold;
	}

	.fye {
		margin-top: 15px;
		display: block;
	}

	.fye p {
		margin: 10px 0px;
	}

	.fye a {
		font-size: 14px;
	}

	.shownewsright {
		width: 90%;
		padding: 5%;
	}

	.yundongchangdi {
		width: 95%;
	}

	.yundongchangdi ul li {
		width: 48%;
		margin: 1%;
	}

	.yundongchangdi ul li section h1 {
		font-size: 17px;
		font-weight: bold;
	}

	.yundongchangdi ul li section p {
		height: 50px;
		line-height: 25px;
		font-size: 14px;
	}

	.shitidian ul li section {
		display: block;
		width: 95%;
	}

	.shitidian ul li section .shitidianleft {
		width: 100%;
	}

	.shitidian ul li section .shitidianright {
		width: 100%;
		margin-top: 10px;
	}

	.shitidian ul li section .shitidianright h1 {
		font-size: 17px;
	}

	.shitidian ul li section .shitidianright p span {
		font-size: 14px;
		line-height: 25px;
	}

	.shitidian ul li section .shitidianright p img {
		width: 25px;
	}

	.shitidian ul li section .shitidianright p {
		margin-bottom: 10px;
	}

	.header__menu__top {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.header__menu__top .header__l {
		height: 50px;
	}

	.menu__content {
		top: 80px;
		bottom: 30px;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}

	.menu__li {
		display: block;
	}

	.menu__item {
		margin-bottom: 10px;
	}

	.menu__item dd {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.menu__item dt {
		margin-bottom: 10 px;
	}

	.menu__item dt a {
		font-size: 18px;
	}

	.menu__item dd p a,
	.product__menu__btn span {
		font-size: 14px;
		white-space: nowrap;
	}

	.menu__item dd p {
		margin-right: 20px;
	}

	.menu__item dd p:last-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.menu__search {
		display: none;
	}

	.sgahhrj section {
		width: 95%;
		margin-top: 5%;
	}

	.bannersasg .swiper-slide section img {
		display: block;
		width: 100px;
		margin: 0;
		margin-bottom: 10px;
	}

	.bannersasg .swiper-slide section h1 {
		color: #ffffff;
		font-size: 28px;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-family: "youshebiaoti";
		width: 100%;
		line-height: 30px;
		text-shadow: 3px 3px #28b8c8;
		letter-spacing: 0px;
	}

	.bannersasg .swiper-slide section h2 {
		font-size: 14px;
	}

	.bannersasg .swiper-slide {
		overflow: hidden;
	}

	.bannersasg .swiper-slide img {
		width: 130%;
		max-width: none;
		margin-left: -15%;
	}

	.jstdianlistlaonian ul li:nth-child(4),
	.jstdianlistlaonian ul li:nth-child(5) {
		width: 39%;
	}

	.jstdianlisttineng ul li {
		width: 39%;
	}

	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #04a5c3;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #0689a2;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}

	.nrbanner .btext {
		width: 95%;
		margin-left: 0;
		left: 2.5%;

	}

	.nrbanner .btext section {
		width: 90%;
	}

	.nrbanner .btext section h2 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

	.nrbanner .btext section p {
		text-align: center;
		font-size: 14px;
	}

	.nrbanner img {
		display: block;
		width: 150%;
		margin-left: -25%;
	}

	.nrbanner {
		overflow: hidden;
	}

	.nrbanner .btext section i {
		width: 30px;
		height: 3px;
		margin-top: 5px;
	}

	.nrbanner .btext section p {
		margin-top: 5px;
	}

	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

	.mobile-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		height: 50px;
	}

	.pagination li a {
		padding: 6px 10px;
	}
	.foot{
		display: block;
	}
	.footdv{
		width: 95%;
	}
	.footdv dl{
		display: none;
	}
	.footdvleft ul li:first-child{
		display: none;
	}
	.footdvleft>img{
		margin: 0 auto;
	}
	.footdvleft ul li{
		margin: 0 auto;
	}
	.footdvleft {
		width: 100%;
	}
	.sjboda{
		display: block;
	}
	.sjboda{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		background-color: #04a5c3;
		font-size: 16px;
		border-radius: 50%;
	}
	.sjboda iconpark-icon{
		color: #fff;
	}
}