.banner {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	border-radius: 0 0 0 6.25rem;
	overflow: hidden;
}

.banner .round {
	width: 10.3125rem;
	height: 10.3125rem;
	border-radius: 100%;
	border: 1px dashed #fff;
	position: absolute;
	bottom: -5.3rem;
	z-index: 9;
	left: 45%;
	animation: rotating 16s linear infinite;
}

.banner .mouse {
	width: 10rem;
	position: absolute;
	bottom: 0.1rem;
	left: 45.1%;
	color: #fff;
	text-align: center;
	z-index: 9;
}

.banner .mouse .iconfont {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.875rem;
	animation: float 2s ease-in-out infinite;
	display: inline-block;
}

.banner .mouse p {
	width: 100%;
	text-align: center;
	line-height: 2rem;
	font-size: 1rem;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.pc-banner {
	display: block;
}
.mobile-banner {
	display: none;
}
.banner .swiper {
	width: 100% !important;
}



.banner .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: relative;
}

.banner .swiper-slide-active img {
	animation: changeScale 1 6s ease-out forwards;
}


.banner .title {
	width: 76%;
	position: absolute;
	padding: 1.25rem 1.0625rem;
	left: 12%;
	top: 16rem;
	z-index: 2;
	text-align: center;
}

.banner .pText {
	color: #fff;
	font-weight: bold;
	font-size: 3.75rem;
	margin-bottom: 1.25rem;
	text-shadow: 0 0 5px #000;
}

.Home_btn {
	width: 10rem;
	height: 3.125rem;
	border-radius: 3.125rem;
	background: #fff;
	padding: 0.3125rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	cursor: pointer;
	transition-duration: .5s;
}

.Home_btn .jt {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	background: #004097;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition-duration: .5s;
}

.Home_btn p {
	width: calc(95% - 2.5rem);
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.125rem;
	transition-duration: .5s;
}
.Home_btn:hover p a{color: #fff;}
.Home_btn .jt .iconfont {
	color: #fff;
	font-size: 1.25rem;
	transition-duration: .5s;
}

.Home_btn:hover {
	background: #004097;
}

.Home_btn:hover p {
	color: #fff;
}

.Home_btn:hover .jt {
	background: #fff;
	color: #004097;
}

.Home_btn:hover .jt .iconfont {
	color: #004097;
}

@keyframes changeScale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.06);
	}
}


/*  */
.bitBox .fText {
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #666666;
	padding: 0 0 1.8rem 0;
	text-align: center;
}

.homeBit {
	width: 100%;
	position: relative;
	text-align: center;
	height: 3.6rem;
	line-height: 3.5rem;
	font-size: 3rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1.125rem;
}

.homeBit .dw {
	width: 13.8125rem;
	height: 2.5rem;
	position: absolute;
	left: 44%;
	bottom: 0;
	overflow: hidden;
}

.homeBit .dw img {
	position: absolute;
	left: 0;
	top: 0;
display:none;
}

.homeProduct {
	width: 100%;
	padding: 5rem 0;
	overflow: hidden;
}

.yyMenubox {
	display: block;
}

.yyMenubox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yyMenubox ul li {
	width: 7%;
	transition-duration: .5s;
	margin-right: 1px;
	position: relative;
	height: 34.0625rem;
	cursor: pointer;

}

.yyMenubox ul li .smallImg {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 1.5rem;
}

.yyMenubox ul li .bigImg {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}


.yyMenubox ul li.hover {
	width: 39%;
}

.yyMenubox ul li.hover .bigImg {
	opacity: 1;
}

.yyMenubox ul li.hover .smallImg {
	opacity: 0;
}

.lyTxt {
	position: absolute;
	width: 100%;
	top: 9.6875rem;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 3;
	color: #fff;
}

.lyTxt .y_icon {
	width: 4.375rem;
	display: table;
	margin: 0 auto 0.2rem;
}

.lyTxt h2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.7rem;
	transition-duration: .5s;
	color: #fff;
	line-height: 2.25rem;
	font-weight: normal;
	height: 7.8125rem;

}


.lyTxt .pText {
	width: 90%;
	display: none;
	transition-duration: .5s;
	font-size: 1.25rem;
	line-height: 2.25rem;
	margin: 0.9375rem 0 1.2rem 0;
}


.yyMenubox li.hover .lyTxt {
	width: 86%;
	left: 7%;
	top: 8rem;
	justify-content: left;

}

.yyMenubox li.hover .lyTxt .y_icon {
	margin: inherit;
}

.yyMenubox li.hover .lyTxt p a:hover {
	background: #fff;
	color: #003279;
}

.yyMenubox li.hover .lyTxt h2 {
	width: 100%;
	height: auto;
	font-weight: bold;
	text-align: left;
	font-weight: bold;
}

.yyMenubox li.hover .lyTxt .pText {
	display: block;

}

.yyMenubox .Home_btn p {
	display: none;
	transition-duration: .5s;
}

.yyMenubox li.hover .Home_btn p {
	display: block;
	color: #333;
}

.yyMenubox li .Home_btn {
	width: auto;
	height: auto;
	padding: 0;
}

.yyMenubox li .Home_btn .jt {
	background: #fff;
	color: #333;
	transition-duration: .5s;
}

.yyMenubox li .Home_btn:hover {
	background: #fff;
}

.yyMenubox li .Home_btn:hover p {
	color: #333;
}

.yyMenubox li .Home_btn .jt .iconfont {
	color: #333;
}

.yyMenubox li.hover .Home_btn {
	width: 10rem;
	height: 3.125rem;
	padding: 0.3125rem;
}

.yyMenubox li.hover .Home_btn .jt {
	background: #003279;
	color: #fff;
	transition-duration: .5s;
}

.yyMenubox li.hover .Home_btn {
	margin: inherit;


}

.yyMenubox li.hover .Home_btn a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.yyMenubox li.hover .Home_btn .jt .iconfont {
	color: #fff;
}

/*  */
/*  移动端*/

.mobile_yy {
	width: 94%;
	margin: 0 auto;
	display: none;
}

.mobile_yy ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.mobile_yy ul li {
	width: 48.5%;
	height: 130px;
	border-radius: 15px;
	margin-right: 3%;
	margin-bottom: 15px;
	position: relative;
}
.mobile_yy ul li .lyTxt {
    top: 10px; left:0;
	justify-content: left;
	}
	
.mobile_yy ul li .lyTxt .y_icon{margin: inherit;}
.mobile_yy ul li:nth-child(2n) {
	margin-right: 0;
}
.mobile_yy ul li .lyTxt h2 {
    width: 90%;
	height: auto;
    font-size: 16px;
    line-height: 28px;
	text-align: left;
	}

.mobile_yy ul li:nth-child(1) {
	background: url(../images/home_pro_bg1-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(2) {
	background: url(../images/home_pro_bg2-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(3) {
	background: url(../images/home_pro_bg3-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(4) {
	background: url(../images/home_pro_bg4-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(5) {
	background: url(../images/home_pro_bg5-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(6) {
	background: url(../images/home_pro_bg6-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(7) {
	background: url(../images/home_pro_bg7-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(8) {
	background: url(../images/home_pro_bg8-1.png)no-repeat;
	background-size: 100% 100%;
}

.mobile_yy ul li:nth-child(9) {
	background: url(../images/home_pro_bg9-1.png)no-repeat;
	background-size: 100% 100%;
}

.HomeAbout {
	width: 100%;
	overflow: hidden;
	padding: 2.5rem 9.375rem 4.375rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.HomeAbout .picture {
	width: 54.4375rem;
	height: 52.5625rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.HomeAbout .picture .round {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	animation: rotating 16s linear infinite;
}

.HomeAbout .picture .round img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.HomeAbout .picture .map {
	width: 40.9375rem;
	height: 41rem;
	position: relative;
	z-index: 2;
}

.HomeAbout .picture .map .posBox {
	position: absolute;
	z-index: 3;
}

.HomeAbout .picture .map .posBox .icon {
	width: 3.125rem;
	height: 4.3125rem;
	animation: float 2s ease-in-out infinite;
}

.HomeAbout .picture img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.d1 {
	right: 19.5%;
	top: 18rem
}

.boll {
	position: absolute;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 16px;
	color: #333;
	z-index: 3;
}

.boll span {
	margin-left: 10px;
	display: inline-block;
}

.boll .list_boll {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 3px #9ade18;
	position: relative;
	-webkit-animation: bordershow 3s infinite;
	-moz-animation: bordershow 3s infinite;
	animation: bordershow 3s infinite;
	cursor: pointer;
}

.boll .list_boll:after,
.boll .list_boll:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #8fc724;
	background: rgba(143, 199, 36, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: -7px;
}

.boll .list_boll:after {
	-webkit-animation: boderM 3s infinite;
	-moz-animation: boderM 3s infinite;
	animation: boderM 3s infinite;
}

.boll .list_boll:before {
	-webkit-animation: boderM 3s .75s infinite;
	-moz-animation: boderM 3s .75s infinite;
	animation: boderM 3s .75s infinite;
}

.b2 {
	right: 28%;
	top: 0.1rem;
}

.b3 {
	right: 23%;
	top: 1.2rem;
}

.b4 {
	right: 5.2%;
	top: 2.5rem;
}

.b5 {
	right: 9.4%;
	top: 47.5%;
}

.b6 {
	right: 29.2%;
	bottom: 21%;
}

.b7 {
	right: 25.2%;
	bottom: 12%;
}

.b8 {
	right: 22.2%;
	bottom: 8%;
}

.b9 {
	right: 9.4%;
	top: 52.5%;
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.HomeAbout .introBox {
	width: calc(97% - 54.4375rem);
	padding-top: 4.375rem;
}

.HomeAbout .introBox .homeBit .dw {
	left: 0;
}

.HomeAbout .introBox .bitBox .fText {
	text-align: left;
	font-size: 2.625rem;
	line-height: 3.75rem;
}

.HomeAbout .introBox .bitBox .fText span {
	color: #004097;
}

/*  */


.introBox .homeBit {
	text-align: left;
}

.introBox .pText {
	width: 100%;
	font-size: 1.25rem;
	line-height: 2.25rem;
	color: #666666;
	padding-bottom: 2rem;
	text-indent: 2em;
}


.introBox .Home_btn {
	margin: inherit;
	background: #e3e3e3;
}

.introBox .Home_btn a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.introBox .Home_btn:hover {
	background: #003279;
}

.introBox .Home_btn:hover p {
	color: #fff;
}

.introBox .Home_btn:hover .jt {
	background: #fff;
}

.introBox .Home_btn:hover .jt .iconfont {
	color: #003279;
}

/*  */



.HomeNews {
	width: 100%;
	padding: 4.375rem 0 7.5rem 0;
	background: url(../images/newBg.png)no-repeat left top;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.HomeNews .homeBit,
.HomeNews .bitBox .fText {
	color: #fff;
}

.news_warp {
	padding-left: 9.375rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2.5rem;
	position: relative;
	z-index: 9;
}

.news_warp .left {
	width: 50.5rem;
	overflow: hidden;
	border-radius: 1.25rem;
	background: #000;
	position: relative;
}

.news_warp .left img {
	display: block;
	width: 100%;
	transition-duration: .5s;
	position: relative;
	z-index: 1;
}

.news_warp .left .dw {
	width: 100%;
	padding: 1.875rem 1.875rem 3.125rem 1.875rem;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 2;
}

.news_warp .left .dw .time {
	line-height: 2.625rem;
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 0.625rem;
}

.news_warp .left .dw .time span {
	display: inline-block;
	padding-left: 1.5625rem;
}

.news_warp .left .dw p {
	width: 100%;
	line-height: 2.25rem;
	font-size: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition-duration: .5s;
}




.news_warp .left:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.news_warp .right {
	width: calc(97.5% - 50.5rem);
}

.news_warp .right .pic {
	width: 100%;
	overflow: hidden;
	border-radius: 1.25rem 1.25rem 0 0;
}

.news_warp .right .pic img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.news_warp .right .newsBox {
	padding: 1.0625rem 1.625rem 2.6rem 1.625rem;
	background: #f4f4f4;
	transition-duration: .5s;
}

.news_warp .right .newsBox .time {
	line-height: 2.625rem;
	font-size: 1.125rem;
	color: #004097;
	margin-bottom: 0.625rem;
}

.news_warp .right .newsBox .time span {
	display: inline-block;
	padding-left: 1.5625rem;
}

.news_warp .right .swiper-slide:hover .pic img {
	transform: scale(1.1);
}

/* .HomeNewsBox .swiper-wrapper{padding: 0.8rem;} */
.news_warp .right .swiper-slide:hover .newsBox h2 {
	color: #004097;
}

.news_warp .right .swiper-slide:hover .newsBox {
	box-shadow: 0 0 10px #d6d6d6;
}

.news_warp .right .newsBox h2 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 6.5rem;
	transition-duration: .5s;
	margin-bottom: 2.2rem;
}

.news_warp .right .newsBox .jt {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 100%;
	border: 2px solid #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.news_warp .right .newsBox .jt .iconfont {
	font-size: 1.2rem;
	text-align: center;
	transition-duration: .5s;
}

.news_warp .right .swiper-slide:hover .newsBox .jt {
	background: #003279;
	color: #fff;
	border: 2px solid #003279;
}

.news_warp .right .swiper-slide:hover .newsBox .jt .iconfont {
	color: #fff;
}

/*  */

.home_ct_Box dl dt:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}


.home_ct_Box dl:hover dt:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}


.home_ct_Box dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.home_ct_Box dl:hover dt img {
	transform: scale(1.1);
	opacity: 0.7;
}

.home_ct_Box dl:hover dd {
	background: #ffc800;
	color: #393e3a;
}

.home_ct_Box dl dd {
	width: 50%;
	height: 4.375rem;
	position: absolute;
	left: 25%;
	bottom: 1.875rem;
	background: #ffffff;
	color: #111111;
	text-align: center;
	line-height: 4.375rem;
	font-weight: bold;
	font-size: 1.875rem;
	transition-duration: .5s;
}



/*  */
.HomeJoin {
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-height: 50.3125rem;
}

.HomeJoin .pic {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.HomeJoin .pic img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
}

.joinBox {
	display: table;
	margin: 0 auto;
	padding-top: 9.6875rem;
	position: relative;
	z-index: 2;
}

.joinBox h2 {
	font-size: 3rem;
	color: #333333;
	line-height: 4rem;
}

.joinBox h2 span {
	color: #00a798;
}

.joinBox .fbt {
	text-align: center;
	font-size: 1.875rem;
	color: #666;
	margin: 0.9375rem 0;
}

.joinBox .time {
	font-size: 2.5rem;
	text-align: center;
	color: #00a798;
	font-weight: bold;
	padding-bottom: 1.25rem;
}

.jBtn {
	width: 11.875rem;
	text-align: center;
	height: 3.5rem;
	cursor: pointer;
	transition-duration: .5s;
	border-radius: 3.125rem;
	background: #00a798;
	color: #fff;
	line-height: 3.5rem;
	font-size: 1.25rem;
	margin: 0 auto;
}

.jBtn:hover {
	border-radius: 0.9375rem;
}

#bg {
	position: absolute;
	width: 1000px;
	height: 1000px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -500px;
	-webkit-transition: all 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 1;
}

#bg .row1 div {
	-webkit-animation: orbmove 96s linear infinite;
	animation: orbmove 96s linear infinite;
	opacity: 0.3;
}

#bg .row1 .orb1 {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -380px;
}

#bg .row1 .orb1 div {
	width: 100%;
	height: 100%;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #ffffff, #dedede);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row1 .orb2 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: 450px;
	margin-top: 350px;
}

#bg .row1 .orb2 div {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, #ffffff, #dedede);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row1 .orb1c {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: 1970px;
	margin-top: -380px;
}

#bg .row1 .orb1c div {
	width: 100%;
	height: 100%;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #ffffff, #dedede);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row1 .orb2c {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: 2450px;
	margin-top: 50px;
}

#bg .row1 .orb2c div {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(0, 111, 185, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row2 div {
	-webkit-animation: orbmove 48s linear infinite;
	animation: orbmove 48s linear infinite;
	opacity: 0.3;
}

#bg .row2 .orb1 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
}

#bg .row2 .orb1 div {
	width: 100%;
	height: 100%;
	border-radius: 200px;
	background: -webkit-linear-gradient(top, rgba(20, 155, 71, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row2 .orb2 {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-left: 175px;
	margin-top: -125px;
}

#bg .row2 .orb2 div {
	width: 100%;
	height: 100%;
	border-radius: 250px;
	background: -webkit-linear-gradient(top, rgba(20, 155, 71, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row2 .orb1c {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: 1500px;
	margin-top: -300px;
}

#bg .row2 .orb1c div {
	width: 100%;
	height: 100%;
	border-radius: 200px;
	background: -webkit-linear-gradient(top, rgba(0, 111, 185, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row2 .orb2c {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: 2100px;
	margin-top: -200px;
}

#bg .row2 .orb2c div {
	width: 100%;
	height: 100%;
	border-radius: 400px;
	background: -webkit-linear-gradient(top, #dedede, #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row3 div {
	-webkit-animation: orbmove 24s linear infinite;
	animation: orbmove 24s linear infinite;
	opacity: 0.3;
}

#bg .row3 .orb1 {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: 850px;
	margin-top: -300px;
}

#bg .row3 .orb1 div {
	width: 100%;
	height: 100%;
	border-radius: 300px;
	background: -webkit-linear-gradient(top, rgba(0, 111, 185, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row3 .orb2 {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: 0px;
	margin-top: 0px;
}

#bg .row3 .orb2 div {
	width: 100%;
	height: 100%;
	border-radius: 600px;
	background: -webkit-linear-gradient(top, rgba(20, 155, 71, .3), #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row3 .orb1c {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: 2850px;
	margin-top: -300px;
}

#bg .row3 .orb1c div {
	width: 100%;
	height: 100%;
	border-radius: 300px;
	background: -webkit-linear-gradient(top, #dedede, #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

#bg .row3 .orb2c {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: 2000px;
	margin-top: 0px;
}

#bg .row3 .orb2c div {
	width: 100%;
	height: 100%;
	border-radius: 600px;
	background: -webkit-linear-gradient(top, #dedede, #ffffff);
	-webkit-animation: orbloop 6s linear infinite;
	animation: orbloop 6s linear infinite;
}

@-webkit-keyframes orbloop {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes orbmove {
	from {
		-webkit-transform: translateX(0px);
	}

	to {
		-webkit-transform: translateX(-2000px);
	}
}

/*  */
.Menubox1 {
    width: 100%;
    height:3.125rem;
    position: relative;
    margin: 0.14rem 0 2rem 0;
	z-index: 99;
}

.Menubox1 ul {
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.Menubox1 li {
    cursor: pointer;
	padding:0.9375rem 2rem;
    text-align: center;
    font-size:1.5rem;
    color: #333;
    position: relative;
    margin: 0  1.2rem;
    font-weight: bold;
	background: #fff;
}

.Menubox1 li:hover {
    color: #fff;
	background: #00a798;
}

.Menubox1 li:hover a{
    color: #fff;
}



.Menubox1 li.hover {
   color: #fff;
   	background: #00a798;
}
.Menubox1 li.hover a{display: inline-block;  color: #fff;}


.Contentbox1 {
    width: 100%;

    position: relative;
	z-index: 99;
}

.CbContainer1 {
    width: 100%;
}
.CbContainer1:nth-child(1) {
    position: relative;
}

.Contentbox1 .block {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}


@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
	.about-warp {
		width: 78%;
		margin: 0 auto;
	}

	.HomeAbout {
		padding-left: 13rem;
	}


}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
	.banner .pText {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.Home_btn {
		width: 130px;
		height: 37px;
		padding: 5px;
	}

	.Home_btn p {
		width: calc(95% - 2.5rem);
		line-height: 22px;
		font-size: 16px;
	}

	.Home_btn .jt {
		width: 30px;
		height: 27px;
	}

	.Home_btn .jt .iconfont {
		font-size: 20px;
	}

	.banner .round {
		width: 140px;
		height: 140px;
		bottom: -80px;
		z-index: 9;
		left: 35%;
		display: none;
	}

	.banner .mouse {
		width: 140px;
		bottom: 0px;
		left: 35%;
		display: none;
	}

	.banner .mouse .iconfont {
		font-size: 26px;
	}

	.banner .mouse p {
		line-height: 26px;
		font-size: 15px;
	}

	.yyMenubox {
		display: none;
	}

	.mobile_yy {
		display: block;
	}

	.homeBit {
		height: 42px;
		line-height: 26px;
		font-size: 26px;
		margin-bottom: 10px;
	}

	.homeBit .dw {
		width: 40%;
		left: 40%;
	}

	.bitBox .fText {
		width: 90%;
		font-size: 15px;
		padding: 0 0 20px 0;
	}

	.HomeAbout {
		padding: 0 2% 30px 2% !important;
	}

	.HomeAbout .introBox {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.HomeAbout .introBox .bitBox .fText {
		width: 100%;
		text-align: left;
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 20px 0;
	}

	.HomeAbout .picture {
		width: 370px;
		height: 370px;
	}

	.HomeAbout .picture .map {
		width: 320px;
		height: 320px;
	}

	.boll {
		font-size: 12px;
	}

	.b4 {
		right: -6%;
		top: 3rem;
	}

	.b5 {
		right: 4.4%;
		top: 44.5%;
	}

	.d1 {
		right: 19.5%;
		top: 28rem;
	}

	.b3 {
		right: 17%;
		top: 1.2rem;
	}

	.HomeAbout .picture .map .posBox .icon {
		width: 20px;
		height: 26px;
	}

	.introBox .pText {
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.news_warp {
		padding: 20px 2%;
	}

	.HomeNews {
		padding: 40px 0;
	}

	.news_warp .left {
		width: 100%;
		margin-bottom: 12px;
	}

	.news_warp .right {
		width: 100%;
	}

	.news_warp .left .dw .time {
		line-height: 28px;
		font-size: 15px;
	}

	.news_warp .left .dw p {
		line-height: 24px;
		font-size: 16px;
	}

	.news_warp .right .newsBox .time {
		line-height: 22px;
		font-size: 12px;
	}

	.news_warp .right .newsBox h2 {
		font-size: 15px;
		line-height: 26px;
		height: 78px;
	}

	.news_warp .right .newsBox .jt {
		width: 30px;
		height: 30px;
	}

	.news_warp .right .newsBox .jt .iconfont {
		font-size: 16px;
	}

	.joinBox {
		width: 84%;
		text-align: center;
	}

	.joinBox .fbt {
		font-size: 16px;
		margin: 15px 0;
	}

	.joinBox .time {
		font-size: 18px;
	}
	.jBtn {
	    width: 130px;
	    height: 34px;
	    line-height: 34px;
	    font-size: 16px;
	}







	.banner,
	.banner .swiper-slide {
		height:auto;
	}

	.banner .title {
		flex-wrap: wrap;
		top: 27%;
	}

	.banner .title img {
		width: auto;
		margin-right: 0;
	}

	.banner .title .text {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		display: none;
	}

	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto !important;
		bottom: 3%;
		right: 5%;
	}

	.banner .swiper-pagination-bullet {
		width: 30px;
		height: 30px;
		line-height: 24px;
		font-size: 15px;
	}
	.pc-banner {
		display: none;
	}
	.mobile-banner {
		display: block;
	}
	.banner .swiper-slide img{height: auto !important;}
}