.boday img {
	width: 100%;
}

.foot {
	margin-top: 0;
	text-align: center;
	background-color: #555;
	height: 60px;
	color: white;
}

.foot p {
	padding-top: 10px;
	font-size: 1em;
	color: white;
}

.modlegotop_lg img {
	max-width: 100%;
	width: auto;
	position: fixed;
	right: 10px;
	top: 30%;
}

#nb_icon_wrap {
	display: none;
}

.nb-icon-wrap,
.nb-icon-base,
.icon-right-center,
.nb-icon-skin-0,
.nb-icon-icon {
	display: none;
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base,
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
	display: none;
}

@media (min-width: 768px) {

	h1,
	body,
	html {
		padding: 0;
		margin: 0;

	}

	body {

		font-family: 微软雅黑, "Microsoft YaHei";
		color: white;
	}

	@-webkit-keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(20px);
			transform: translateY(20px)
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			transform: translateY(0)
		}
	}

	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px)
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}
	}

	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.animated.infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

	.animated.hinge {
		-webkit-animation-duration: 2s;
		animation-duration: 2s
	}

	a:hover {
		text-decoration: none;
		cursor: pointer;
	}

	.epc_yuan {
		width: 20%;
		float: left;
		position: relative;
		z-index: 10000000;
	}

	.epc_yuan img {
		/*margin-top: 32px;*/
		position: absolute;
		top: 32%;
		left: 32%;
		z-index: -1;
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.epc_yuan a {
		display: block;
		width: 100px;
		height: 100px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		border: 1px solid #abce3c;
		vertical-align: middle;
		margin: auto;
		position: relative;
		z-index: 10000000;
	}

	.epc_yuan a h6 {
		font-weight: bold;
		padding-top: 30px;
		font-size: 16px;
		font-size: 1.1428em;
		position: absolute;
		top: 90%;
	}

	.epc_yuan a:hover {
		background-color: #002b64;
		transition: all 0.5s ease;
	}

	/*fsvs_header begin*/
	.fsvs_header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		height: 80px;
	}

	.header_hr {
		position: absolute;
		top: 80px;
		width: 100%;
		z-index: 101;
		border-bottom: 1px solid #cccccc;
		opacity: 0.2;
		filter: alpha(opacity=20);
		height: 1px;
	}

	.fsvs_header .header_logo {
		float: left;
		padding-top: 2%;
		padding-left: 6%;
		padding-bottom: 1%;
	}

	.fsvs_header .header_p {
		float: right;
		right: 10%;
		padding-top: 4%;
		padding-right: 6%;
		color: white;
		font-size: 16px;
		font-size: 1.1428em;
	}

	/*fsvs_header end*/
	.intro h2,
	.intro_ipad h2 {
		font-size: 32px;
		font-size: 2.2857em;
	}

	.intro h2 b,
	.intro_ipad h2 b {
		color: #abce3c;
		padding-left: 20px;
		font-weight: normal;
	}

	.intro h2 b strong,
	.intro_ipad h2 b strong {
		font-weight: normal;
	}

	.intro p,
	.intro_ipad p {
		font-size: 16px;
		font-size: 1.1428em;
		line-height: 1.8em;
	}

	.intro p {
		margin-bottom: 60px;
	}

	#section3 .intro h2 {
		padding-bottom: 40px;
	}

	#section3 .intro {
		top: 47%;
	}

	#section0 .intro p {
		font-size: 20px;
		font-size: 1.428rem;
		padding-top: 10px;
	}

	#section2 .intro p,
	#section1 .intro p {
		padding-top: 20px;
	}

	#section2 .intro {
		top: 48%;
	}

	#section4 .intro h2 {
		font-size: 56px;
		color: #abce3c;
		padding-bottom: 70px;
	}

	#section4 .intro h2 b {
		font-size: 56px;
		color: #ffffff;
		padding: 0;
	}

	#section4 .serve_one .serve_one_img {
		-ms-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}

	#section4 .serve_one:hover .serve_one_img {
		transform: scale(1.05);
	}

	/*two*/
	.serve_one {
		position: relative;
		top: 0;
		left: 0;
		cursor: pointer;
		overflow: hidden;
	}

	.serve_one1 {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.serve_onetext {
		position: absolute;
		top: 123px;
		left: 0;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		display: block;
		z-index: 1;
		transition: top 0.5s ease;
		-webkit-transition: top 0.5s ease;
		-moz-transition: top 0.5s ease;
		-o-transition: top 0.5s ease;
	}

	.serve_onea .h3,
	.serve_onea p {
		color: white;
	}

	.serve_onea .h3 {
		font-weight: bolder;
		text-align: center;
	}

	.serve_onea p {
		font-size: 18px;
		font-size: 1.2857em;
		padding-top: 10px;
	}

	.serve_one_img {
		top: 0;
		left: 0;
		z-index: -1;
	}

	.serve_onea {
		display: block;
	}

	#section1 .serve_onebg {
		position: absolute;
		left: 0px;
		height: 100%;
		background: #86c126;
		opacity: 0.85;
		filter: alpha(opacity=85);
		width: 100%;
		z-index: 0;
		height: 100%;
		color: #ffffff;
		font-size: 24px;
		padding: 0 10px;
	}

	.serve_onebg p {
		color: #ffffff;
		font-size: 24px;
		vertical-align: center;
		padding: 0;
		margin: 0;
		line-height: 30px;
	}

	#section1 a.serve_onea:hover .serve_onebg {
		top: 0;
		transition: top 0.5s ease;
		-webkit-transition: top 0.5s ease;
		-moz-transition: top 0.5s ease;
		-o-transition: top 0.5s ease;
	}

	#section1 a.serve_onea:hover .serve_onetext {
		top: 10%;
		opacity: 1;
		transition: top 0.5s ease;
		-webkit-transition: top 0.5s ease;
		-moz-transition: top 0.5s ease;
		-o-transition: top 0.5s ease;
	}

	#section4 .serve_onebg {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0px;
		height: 100%;
		background: #86c126;
		opacity: 0.85;
		filter: alpha(opacity=85);
		width: 15%;
		z-index: 0;
		height: 100%;
		color: #ffffff;
		font-size: 24px;
		padding: 0 10px;
	}

	#section4 a.serve_onea:hover .serve_onetext {
		top: 10%;
		opacity: 1;
		transition: top 0.5s ease;
		-webkit-transition: top 0.5s ease;
		-moz-transition: top 0.5s ease;
		-o-transition: top 0.5s ease;
	}

	.epc_threeca {
		border: 1px solid #abce3c;
		height: 274px;
	}

	.epc_threeb {
		background-color: #abce3c;
	}

	#section2 .epc_threea {
		padding-top: 20px
	}

	.epc_threeca .h4 {
		margin-top: -20px;
		text-align: center;
	}

	.epc_threeca p {
		padding: 20px 35px;
		color: #abce3c;
	}

	.epc_threeb p {
		padding: 20px 30px 0;
		color: #333333;
		margin-bottom: 20px;
	}

	.epc_threeb p b {
		padding-top: 10px;
		display: block;
		color: #333333;
	}

	.h4 {
		color: #281f27;
		font-weight: bold;
		background-color: #abce3c;
		font-family: 微软雅黑, "Microsoft YaHei";
		height: 40px;
		width: 150px;
		margin: 0 auto;
		padding-top: 8px;
	}

	.clearfix {
		zoom: 1;
	}

	.clearfix:after {
		width: 0;
		height: 0;
		display: block;
		content: " ";
		clear: both;
		visibility: hidden;
	}

	#container_ipad {
		background-color: #265ebb;
	}

	#section_ipad2 .epc_threeb {
		margin-bottom: 50px
	}

	.header_logo_p {
		float: left;
		padding-top: 3.8%;
		text-align: left;
		padding-left: 20px;
		line-height: 1.3em;
	}
}

.epc_serve_but {
	margin-top: 70px;
}

.epc_serve_but .btn {
	font-size: 18px;
	margin-left: 40px;
	padding: 10px 38px;
	border: 1px solid #86c126;
	border-radius: 0;
	color: #86c126;
	background-color: transparent;
}

.epc_serve_but .btn:hover {
	background-color: #86c126;
	color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1298px) {
	.fsvs_header {
		background-color: #265ebb;
	}

	#section_ipad4 .intro_ipad h2 {
		margin-bottom: 30px;
	}

	img {
		width: 100%;
	}

	#section_ipad0 {
		margin-top: 80px;
		padding-top: 60px;
	}

	.intro_ipad h2,
	.intro_ipad p {
		text-align: center;
	}

	#section_ipad1,
	#section_ipad2,
	#section_ipad3,
	#section_ipad4 {
		margin-top: 60px;
	}

	#section_ipad0 .intro_ipad p {
		font-size: 20px;
		font-size: 1.428em;
		padding-top: 10px;
	}

	.intro_ipad p {
		margin-bottom: 30px;
	}

	#section_ipad1 .intro_ipad .epc_twop,
	#section_ipad2 .intro_ipad .epc_twop,
	#section_ipad3 .intro_ipad .epc_twop {
		margin-top: 20px;
	}

	.epc_threeb p {
		padding: 20px 0px 0;
	}

	.epc_yuan a h6 {
		font-size: 1em;
		top: 70%;
		color: #abce3c;
	}

	.foot {
		margin-top: 80px;
		height: 40px;
	}

	.foot p {
		font-size: 16px;
	}

	.serve_onea p {
		font-size: 14px;
		font-size: 1em;
	}

	#section_ipad4 .serve_onea .serve_onebg {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 14%;
		padding: 0 10px;
		color: #ffffff;
		font-size: 16px;
		background-color: #86c126;
		height: 100%;
	}

	.serve_onebg p {
		color: #ffffff;
		font-size: 16px;
		vertical-align: center;
		padding: 0;
		margin: 0;
		line-height: 30px;
	}

	.epc_serve_btn {
		margin-top: 30px;
		text-align: center;
	}

	.epc_serve_btn .btn {
		margin-right: 40px;
		border: 1px solid #86c126;
		border-radius: 0;
		color: #86c126;
		background-color: transparent;
	}

	.epc_serve_btn .btn:hover {
		background-color: #86c126;
		color: #ffffff;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.fsvs_header .header_p {
		padding-top: 3%;
	}

	.fsvs_header .header_logo {
		padding-top: 1%;
	}

	#section_ipad2 .epc_twop {
		margin-bottom: 50px
	}

	.epc_threeca p {
		padding: 20px 25px;
	}

	.epc_threeca {
		height: 284px;
	}

	.serve_onetext {
		top: 176px;
	}

	/* .serve_onebg{top: 186px;} */
	.header_logo_p {
		padding-top: 2.5%;
	}
}



@media (min-width: 1299px) {
	.header_logo_p {
		padding-top: 30px;
	}

	.serve_onetext {
		top: 225px;
	}

	/* .serve_onebg{top: 235px;} */
	a.serve_onea:hover .serve_onetext {
		top: 26%;
	}

	.fsvs_header .header_p {
		padding-top: 2%;
	}

	.fsvs_header .header_logo {
		padding-top: 1%;
	}

	.epc_yuan a {
		width: 140px;
		height: 140px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
		border-radius: 70px;
	}

	.epc_yuan a h6 {
		font-weight: bold;
		padding-top: 3px;
		font-size: 16px;
		font-size: 1.1428em;
		color: #abce3c;
	}

	.epc_one_img {
		padding: 0 20px;
	}

	.header_hr {
		position: absolute;
		top: 82px;
	}

	.fsvs_foot {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		position: fixed;
		bottom: -330px;
	}

	#section1 .fsvs_foot {
		bottom: -150px;
	}

	#section2 .fsvs_foot {
		bottom: -160px;
	}

	#section3 .fsvs_foot {
		bottom: -210px;
	}

	#section4 .fsvs_foot {
		bottom: -210px;
	}

	.epc_yuan img {
		margin-top: 0;
		position: absolute;
		top: 21%;
		left: 38%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	.epc_yuan a:hover img {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	.epc_yuan a h6 {
		position: absolute;
		top: 35%;
		width: 138px;
		padding-top: 30px;
	}

	.intro h2 {
		font-size: 55px;
		font-size: 3.928em;
	}

	#section3 .intro h2 {
		padding-bottom: 40px;
	}

	#section3 .intro {
		top: 47%;
	}

	#section0 .intro p {
		font-size: 24px;
		font-size: 1.7142em;
	}

	#section0 .intro {
		top: 40%;
	}

}

@media (max-width: 767px) {
	#container {
		display: none;
	}

	#pages {
		display: none;
	}
}

@media (max-width: 1299px) {
	#container {
		display: none;
	}

	#pages {
		display: none;
	}
}

@media (min-width: 1299px) and (max-width: 1929px) {
	.container_ipad {
		display: none;
	}
}

@media (min-width: 1600px) {
	.header_logo_p {
		padding-top: 34px;
	}
}

@media (min-width: 1200px) {

	html,
	body {

		height: 100%;

		overflow: hidden;

	}


	#container,
	.section {

		height: 100%;

		position: relative;

	}

	#section0,

	#section1,

	#section2,

	#section3,

	#section4 {

		background-size: cover;

		background-position: 50% 50%;

	}

	#section0 {
		background: url("../images/epc/epc_onebg.jpg")no-repeat center center;

	}

	#section1 {

		background: url("../images/epc/epc_twobg.jpg")no-repeat center center;
	}

	#section2 {

		background: url("../images/epc/epc.jpg")no-repeat center center;
	}
}

#section3 {
	background: url("../images/epc/epc_threebg.jpg")no-repeat center center;
}

#section4 {
	background: url("../images/epc/epc_fivebg.jpg")no-repeat center center;
}

.left {
	float: left;
}

.intro {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#pages {
	position: fixed;
	right: 10px;
	top: 50%;
	list-style: none;
}

#pages li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0 0 10px 5px;
}

#pages li.active {
	width: 14px;
	height: 14px;
	border: 2px solid #86c126;
	background: none;
	margin-left: 2px;
}

#section0 .title {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-animation: sectitle0 1s ease-in-out 100ms forwards;
	animation: sectitle0 1s ease-in-out 100ms forwards;
}

/*#section0 p{
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: sec0 1s ease-in-out 100ms forwards;
	animation: sec0 1s ease-in-out 100ms forwards;
}*/

@-webkit-keyframes sectitle0 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes sectitle0 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes sec0 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes sec0 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {

		-webkit-transform: translateX(0);

		transform: translateX(0);
	}
}

@media(min-width: 1660px) {
	#section4 .serve_onebg {
		padding: 0 16px;
	}

	#section4 .serve_one .serve_one_img {
		width: 100%;
	}
}