/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em,
figure {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f4f4;
	color: #333;
	font-size: 62.5%;
	font-family: "AdobeHeitiStd", "sans-serif", "黑体", "microsoft yahei", "微软雅黑";
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

.size18 {
	font-size: 18px!important;
}

.size28 {
	font-size: 28px!important;
}

.size30 {
	font-size: 30px;
}

.size32 {
	font-size: 32px;
}

.size36 {
	font-size: 36px;
}

.size45 {
	font-size: 45px;
}

.size80 {
	font-size: 80px;
}

.color4bb {
	color: #4bb5ec!important;
}

.colorfff {
	color: #fff;
}

.colorf1e {
	color:#f1efe1;
}
.colorffd{ color: #ffde00;}
.color56{ color: #565656;}
.Words2 {
	letter-spacing: 2px;
}

.fonts01 {
	/*font-family: "Minion Pro";**/
	 font-family: "Minion Pro","microsoft yahei", "微软雅黑", "sans-serif", "黑体";
	color: #ffde00;
	font-size: 80px;
}

.fonts02 {
	/*font-family: "Minion Pro";**/
	 font-family: "Minion Pro","microsoft yahei", "微软雅黑", "sans-serif", "黑体";
	color: #565656;
	font-size: 80px;
}


/*统一头部*/

#header {
	background: rgba(0, 0, 0, 1);
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 999999;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	font-family: "microsoft yahei", "微软雅黑", "sans-serif", "黑体";
}

.header-inner {
	width: 96%;
	margin: 0 auto;
	height: 60px;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
}

.header-left .logo {
	margin: 10px 30px 0px 0px;
	float: left;
}

.nav {
	height: 60px;
	z-index: 9999;
	float: left;
	line-height: 60px;
	list-style: outside none none;
}

.nav .nav_list {
	float: right;
}

.nav li {
	float: left;
	height: 60px;
	padding: 0px 10px;
	line-height: 60px;
	position: relative;
	list-style: none;
}

.nav li.last {
	background: none;
}

.nav li a {
	float: left;
	display: block;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.nav li a:hover {
	text-decoration: none;
}

.nav li a span {
	float: left;
	display: block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	color: #999;
	font-size: 1.3em;
}

.nav li a span:hover {
	color: #fff;
}

.nav li a.selected {
	color: #fff;
}

.nav li a.selected2 {
	color: #fff;
}

.nav li.selected .submenu {
	display: block;
}

.nav li .submenu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100px;
	background: #333;
	opacity: 98%;
	z-index: 9999;
	border-radius: 0px 0px 5px 5px;
	-moz-box-shadow: 1px 1px 3px rgba(93, 93, 93, 0.7);
	-webkit-box-shadow: 1px 1px 3px rgba(93, 93, 93, 0.7);
	box-shadow: 1px 1px 3px rgba(93, 93, 93, 0.7);
	padding-bottom: 10px;
}

.nav li .submenu li {
	float: left;
	padding: 0;
	background: none;
	height: 24px;
	line-height: 24px;
	width: 100px;
	list-style: none;
}

.nav li .submenu li:hover {
	background: #545454;
}

.nav li .submenu li a {
	float: none;
	padding: 0 10px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background: none;
	color: #999;
	width: 76px;
	font-size: 1.3em;
}

.nav li .submenu li a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.drop-menu-effect .more {
	background: url(https://img.antpedia.com/images/activity/minisite/icon-more.png) no-repeat;
	width: 22px;
	margin: 20px 0px 0px 0px;
}

.drop-menu-effect .more:hover {
	background: url(https://img.antpedia.com/images/activity/minisite/icon-more-h.png) no-repeat;
}

.header-right .login,
.header-right .register {
	color: #999;
	line-height: 60px;
	padding: 0 20px 0 0;
	font-size: 1.3em;
}

.header-right .login:hover,
.header-right .register:hover {
	color: #fff;
}

input.search-text {
	background-color: #fff;
	background-image: url("https://img.antpedia.com/images/activity/minisite/icon-search.png");
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 4px;
	color: #bbb;
	font-size: 1.3em;
	font-weight: 500;
	padding: 5px 5px 5px 25px;
	vertical-align: middle;
	width: 190px;
}


/*end*/


/*内容一*/

.section {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}

.title0 {
	font-size: 80px;
	font-family: "AdobeHeitiStd", "sans-serif", "黑体", "microsoft yahei", "微软雅黑";
}

.title1 {
	font-size: 40px;
	color: #fff;
	font-family: "AdobeHeitiStd", "sans-serif", "黑体", "microsoft yahei", "微软雅黑";
}

.txt56 {
	color: #565656!important;
}

#section0 {
	background: url(https://img.antpedia.com/images/activity/minisite/minisite_bg01.jpg) left 60px;
}

.title3 {
	font-size: 55px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	width: 1000px;
}

#section0 .title3,
#section1 .title3 {
	color: #FFDE00;
	top: 20%;
	width: 1000px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.active .title3 {
	opacity: 1;
	margin-left: -500px;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section0 .bg02 {
	position: absolute;
	width: 1000px;
	right: 50%;
	top: 40%;
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

.active .bg02 {
	opacity: 1;
	margin-right: -500px;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section0 .bg03 {
	position: absolute;
	width: 540px;
	left: 50%;
	top: 50%;
	transition: all 2.4s;
	-moz-transition: all 2.4s;
	-webkit-transition: all 2.4s;
	-o-transition: all 2.4s;
}

.active .bg03 {
	opacity: 1;
	margin-left: -270px;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section0 .hartTop {
	height: 35px;
	border-bottom: 2px #fff solid;
	margin-bottom: 20px;
}

#section0 .bg03 p {
	color: #fff;
	text-align: left;
	line-height: 40px;
	padding-left: 5px;
}

/*.godown {
	bottom: 100px;
	height: 101px;
	top: 65%;
	margin-left: -25px;
	position: absolute;
	width: 100px;
	z-index: 100;
}

.godown span {
	display: block;
	height: 100px;
	width: 101px;
	background: url(https://img.antpedia.com/images/activity/minisite/next.png) no-repeat;
}

.godownTop span {
	background: url(https://img.antpedia.com/images/activity/minisite/top.png) no-repeat;
}

.godown {
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

.active .godown {
	opacity: 1;
	padding-top: 10%;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}**/
.godownDiv{margin:0 auto;width: 100px;}
.godown {
	bottom: 100px;
	height: 101px;
	top: 65%;
	position: absolute;
	left: 50%;
	width: 100px;
	z-index: 100;
}

.godown span {
	display: block;
	height: 100px;
	width: 101px;
	background: url(https://img.antpedia.com/images/activity/minisite/next.png) no-repeat;
}

.godownTop span {
	background: url(https://img.antpedia.com/images/activity/minisite/top.png) no-repeat;
}

.godown {
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

.active .godown {
	opacity: 1;
	margin-left: -50px;
	padding-top: 10%;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}



/*内容二*/

#section1 {
	background: url(https://img.antpedia.com/images/activity/minisite/minisite_bg02.jpg) left 60px;
}

#section1 .title3 {
	color: #565656;
	top: 20%;
	width: 1000px;
}

#section1 .title4 {
	position: absolute;
	width: 1000px;
	right: 50%;
	top: 40%;
	text-align: left;
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

#section1 .title4 p {
	text-indent: 60px;
	line-height: 48px;
}

.active .title4 {
	opacity: 1;
	margin-right: -500px;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section1 .bg11 {
	position: absolute;
	left: 50%;
	transition: all 2.4s;
	-moz-transition: 2.4s;
	-webkit-transition: 2.4s;
	-o-transition: 2.4s;
}

#section1 .programme {
	list-style: none;
	width: 1000px;
	margin: 0 auto;
}

.active .bg11 {
	opacity: 1;
	margin-left: -500px;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section1 .programme li {
	float: left;
	margin: 40px 70px 30px 70px;
	text-align: center;
	font-size: 28px;
	line-height: 33px;
	color: #FFFFFF;
}

.programme01 {
	background: url(https://img.antpedia.com/images/activity/minisite/programme01.png) no-repeat;
	width: 180px;
	height: 208px;
	padding-top: 70px;
}

.programme02 {
	background: url(https://img.antpedia.com/images/activity/minisite/programme02.png) no-repeat;
	width: 180px;
	height: 208px;
	padding-top: 90px;
}

.programme03 {
	background: url(https://img.antpedia.com/images/activity/minisite/programme03.png) no-repeat;
	width: 180px;
	height: 208px;
	padding-top: 60px;
}

#section1 .programme li p {
	font-size: 24px;
	line-height: 36px;
	color: #565656;
	text-align: left;
	margin-top: 20px;
}

#section3 .title0,
#section3 .title2,
#section4 .title0,
#section4 .title1 {
	width: 1000px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 80%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.active .title0,
.active .title1,
.active .bg31,
.active .section4Con {
	opacity: 1;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

.active .title0,
.active .title1,
.active .title2 {
	margin-left: -500px;
}

#section3 .bg31{
	position: absolute;
	width: 80%;
	top: 30%;
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

.active .bg31 {
	padding-left: 10%;
}


/*内容三*/

#section2,
#section4 {
	background: url(https://img.antpedia.com/images/activity/minisite/report_bg02.jpg) repeat;
}

#section2 .title1 {
	width: 1000px;
	text-align: center;
	position: relative;
	left: 50%;
	bottom: 5%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.section2Con {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

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

#section2 .bg21 {
	background: url(https://img.antpedia.com/images/activity/minisite/minisite.png) no-repeat center;
	width: 1100px;
	height: 615px;
	position:relative;
	text-align: left;
	color: #565656;
	line-height: 36px;
	left: 50%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.active .bg21 {
	margin-left: -550px;
	opacity: 1;
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

#section2 .bg21 .minisite01 {
	float: left;
	position: absolute;
	top: 220px;
}

#section2 .bg21 .minisite01 img {
	left: 100px;
	position: relative;
}

#section2 .bg21 .minisite01 p {
	position: relative;
	top: 30px;
}

#section2 .bg21 .minisite02 {
	float: left;
	position: absolute;
	left: 80px;
	top: 20px;
}

#section2 .bg21 .minisite02 img {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
}

#section2 .bg21 .minisite02 p {
	float: left;
	position: relative;
}

#section2 .bg21 .minisite03 {
	float: left;
	position: absolute;
	left: 730px;
	top: 20px;
}

#section2 .bg21 .minisite03 img {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
}

#section2 .bg21 .minisite03 p {
	float: left;
	left: 30px;
	position: relative;
	top: 60px;
}

#section2 .bg21 .minisite04 {
	float: left;
	position: absolute;
	top: 290px;
	left: 880px;
}

#section2 .bg21 .minisite04 img {
	position: relative;
}

#section2 .bg21 .minisite04 p {
	position: relative;
	left: 90px;
}


/*内容四*/

#section3 {
	background: url(https://img.antpedia.com/images/activity/minisite/minisite_bg03.jpg) left 60px;
}

.section3Con {
	list-style: none;
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	top: 5%;
}

.section3Con li {
	float: left;
	margin: 0px 8px;
	text-align: center;
}

.caseType {
	line-height: 70px;
}

.caseCon {
	line-height: 26px;
}

#section3 .title2 {
	bottom: 72%;
}

#section3 .bg31 {
	top: 40%;
}


/*内容五*/

.section4Con {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	top: 40%;
	position: absolute;
	transition: all 1.7s;
	-moz-transition: 1.7s;
	-webkit-transition: 1.7s;
	-o-transition: 1.7s;
}

#section4  .bg41 {
	float: left;
	margin-left: 80px;
	background: url(https://img.antpedia.com/images/activity/minisite/map.png) no-repeat;
	width: 455px;
	height: 455px;
}

#section4 .bg42 {
	float: left;
	text-align: left;
	margin: 80px 0px 0px 100px;
}

#section4 .bg42 p {
	font-size: 34px;
	line-height: 48px;
	color: #565656;
}

#section4 .bg42 .consult_a {
	display: block;
	margin-top: 40px;
}

#section4 .title1 {
	bottom: 70%;
}

.active .section4Con {
	left: 50%;
	margin-left: -550px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: #fff;
}

.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent
}

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.fp-slide {
	float: left
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.fp-slidesContainer {
	float: left;
	position: relative
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff
}

.fp-scrollable {
	overflow: hidden;
	position: relative
}

.fp-scroller {
	overflow: hidden
}

.iScrollIndicator {
	border: 0!important
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
	right: 17px
}

#fp-nav.left {
	left: 17px
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1
}

.fp-slidesNav.bottom {
	bottom: 17px
}

.fp-slidesNav.top {
	top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative
}

.fp-slidesNav ul li {
	display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #4BB5EC;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important
}
