﻿@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	cursor:default;
	overflow-x:hidden;
	font-family: Verdana, "微软雅黑", "黑体";
	background:#fbfbfb;
}
img {
	border:0;
}
a {
	color:#000;
	text-decoration:none;
	transition: color 0.2s ease-in-out;
}
::selection {
 background:#3488ea;
 color:#fff;
}
ul, li, p {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px, 0, 0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px, 0, 0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px, 0, 0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px, 0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px, 0, 0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px, 0, 0);
	transition-timing-function:ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	position:relative;
	width:100%;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow:hidden;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/* custom styles */
.swiper-container {
	width:100%;
	height: 440px;
}
.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 10px;
	width:100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin:0 3px;
	opacity: 0.9;
	border: 1px solid #222;
	cursor: pointer;
}
.swiper-visible-switch {
	background: #aaa;
}
.swiper-active-switch {
	background: #F44336;
	border-color:#F44336;
}
.swiper-container .arrows {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	width: 33px;
	cursor:default;
}
.swiper-container .arrow-left {
	left: 30px;
}
.swiper-container .arrow-right {
	right: 30px;
}
.banner {
	position:relative;
	width:100%;
	height:440px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-image:url(../images/pb1.jpg);
	background-color: #B2DFDB;
}
.banner .section {
	padding: 0!important;
}
.logo {
	height: 39px;
	margin-top: 60px;
	float:left;
}
.header {
	color: #fff;
	float: right;
	margin-top: 67px;
	font-size:12px;
	letter-spacing:1px;
}
.header span {
	padding-right:15px;
}
.header span img {
	transform: translateY(3px);
	margin-left:5px;
	height:16px;
}
.lang {
	position:relative;
	float:right;
	padding: 61px 0 20px 40px;
}
.lang .i {
	width: 20px;
	transform: translateY(7px);
	margin-right: 15px;
}
.lang .ls {
	position: absolute;
	padding: 15px;
	background: #fff;
	border-radius: 3px;
	left: 40px;
	top: 100px;
	display:none;
}
.lang:hover .ls {
	display:block;
}
.lang .ls a {
	display: block;
	padding: 3px 0;
	white-space: nowrap;
}
.lang .ls a:hover {
	color:#03a9f4;
}
.soi {
	float: right;
	width: 13px;
	transform: translateY(11px);
	margin: 61px 25px 20px 40px;
}
.sobox {
	float: right;
	border-radius: 18px;
	width: 300px;
	margin: 61px 0 0 0;
	background: #fff;
	display:none;
}
.sobox input {
	border: 0;
	color: #444;
	width: 60%;
	line-height: normal;
	outline: none;
	background: transparent;
	padding: 10px 0 10px 20px;
}
.sobox input::-webkit-input-placeholder {
 color: #999;
}
.sobox img {
	width: auto;
	float: right;
	margin: 11px 20px 0 0;
	cursor: pointer;
}
.section {
	width:1200px;
	margin:0 auto;
	padding:40px 0 20px 0;
}
.item {
	float: left;
	margin: 0;
}
.item .p {
	width: 100%;
	display:block;
}
.item .t {
	padding: 5px 10px;
}
.item .intro {
	padding: 0 10px 10px 10px;
}
.footer {
	background:#2555a7;
	padding:40px 0;
	color:#fff;
}
.footer .item {
	width:12%;
	text-align:center;
}
.footer .first {
	width:29%;
	text-align:left;
}
.footer .first img {
	margin-top:28px;
}
.footer .second {
	width:35%;
}
.footer .second li {
	padding:0 0 20px 55px;
	position:relative;
	text-align:left;
	color:#b8cff7;
}
.footer .second li font {
	display:block;
	font-size:18px;
	padding-top:7px;
	color:#fff;
}
.footer .second li img {
	position:absolute;
	left: 0;
	top: 8px;
}
.footer .item .t {
	font-size:16px;
	padding-top:0;
}
.footer .item .intro a {
	display:block;
	color:#b8cff7;
	padding:4px 0;
	cursor:pointer;
}
.footer .item .intro a:hover {
	color:#e3edfe;
}
.footer .last img {
	margin-top:15px;
}
.page {
	position:relative;
	min-height:220px;
	background:#fff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	display:none;
	transition: all 0.2s ease-in-out;
}
.page .arrow {
	position: absolute;
	top: -60px;
	left: 0;
}
.nav {
	padding:0!important;
	position:relative;
	margin-top:-28px;
}
.nav .t {
	text-align:right;
	color: #e94f1b;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
}
.nav .intro a {
	font-size: 15px;
	font-weight:bold;
	color:#555;
	display: inline-block;
	padding: 50px 30px 53px 57px;
}
.nav .intro a:not(.on):hover {
 color:#03a9f4;
}
.nav .intro .on {
	color:#000;
	font-size:17px;
	position:relative;
}
.nav .intro .on:after {
	content: "";
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -2px;
	width: 30px;
	height: 4px;
	background: #e94f1b;
	border-radius: 2px;
}
.nav .intro span {
	float: right;
	text-align: right;
	padding: 10px 5px 0 0;
	font-size: 18px;
	color: #616161;
}
.plan .arrow {
	left: 134px;
}
.business .arrow {
	left: 282px;
}
.goal .arrow {
	left: 428px;
}
.group .arrow {
	left: 576px;
}
.page .content {
	padding:15px 50px;
}
.goal .content {
	padding: 20px 20px 40px 20px!important;
}
.goal .content .item {
	position:relative;
	transform: rotate(45deg);
	width: 195px;
	height: 195px;
	margin: 45px;
	background: #80CBC4;
	overflow:hidden;
}
.goal .content .a {
	margin:0 0 0 10px;
}
.goal .content .b {
	margin:0 0 20px 153px;
}
.goal .content .b .item {
	margin-top:-80px;
}
.goal .content .item img {
	transform: rotate(-45deg) scale(1.1);
	margin: -30px 0 0 -30px;
	transition: all 0.8s;
}
.goal .content .item .cover {
	position: absolute;
	width: 400px;
	height: 400px;
	margin: -350px 0 0 -50px;
	transform: rotate(45deg);
	opacity: 1;
	transition: all 0.8s;
}
.goal .content .item:hover .cover {
	opacity: 0.2;
}
.goal .content .item .t {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 172px;
	transform: translateY(-50%) rotate(-45deg);
	font-size: 24px;
	color: #fff;
	height:20px;
}
.goal .content .item .t:after {
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #fff;
	transition: all 0.8s;
	opacity: 0.4;
}
.goal .content .item .text {
	width: 170px;
	color: #fff;
	text-align: center;
	line-height: normal;
	opacity: 0;
	transform: translate(18px, -145px) rotate(-45deg);
}
.goal .content .item:hover .t {
	text-shadow:none;
	padding-bottom:85px;
}
.goal .content .item:hover .t:after {
	opacity: 0;
}
.goal .content .item:hover .text {
	opacity: 0.9;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 30px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInUp {
 animation-duration: .2s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}
.page .content {
	line-height: 25px;
	color: #333;
	padding-bottom:50px;
	text-align: justify;
}
.page .apimg {
	float: right;
	margin: 0 0 0 50px;
}
.page .title {
	font-size: 24px;
	color: #2555a7;
	padding-bottom: 5px;
}
.page .line {
	height: 30px;
}
.overview .intro {
	padding:10px 0;
}
.plan .intro {
	padding:10px 0;
}
.plan .items {
	padding-top:10px;
	width:360px;
	float:left;
}
.plan .items .item {
	position:relative;
	width:100%;
	margin:0 0 5px 0;
	height:150px;
	background:#d9f1fc;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	text-align:center;
	color:#fff;
	overflow:hidden;
	transition: all 0.8s;
}
.plan .items .item:hover {
	background-size:120%;
}
.plan .items .item .cover {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	opacity: 1;
	transition: all 0.8s;
}
.plan .items .item:hover .cover {
	opacity: 0.9;
}
.plan .items .item .bg1 {
	background:#e96127;
}
.plan .items .item .bg2 {
	background:#f2ac32;
}
.plan .items .item .bg3 {
	background:#1c66b1;
}
.plan .items .item .bg4 {
	background:#594094;
}
.plan .items .item .cover .t {
	font-size: 22px;
	padding: 35px 15px 0 15px;
	transition: all 0.4s;
}
.plan .items .item .cover .intro {
	line-height: 25px;
	transition: all 0.4s;
}
.plan .items .item:hover .cover .t {
	opacity:0;
}
.plan .items .item:hover .cover .intro {
	opacity:0;
}
.plan .items .item .text {
	position: absolute;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 6;
	padding: 0 10%;
	opacity:0;
	transition: all 0.8s;
	text-align:left;
}
.plan .items .item:hover .text {
	opacity:1;
}
.plan #swiper1 {
	float: right;
	margin: -5px 0 0 100px;
	width:600px;
	height:367px;
}
.plan .pics {
	position:relative;
	float: right;
	width: 650px;
	height: 630px;
	overflow: hidden;
}
.plan .pic1 {
	position: absolute;
	top: 20px;
	right: 0;
}
.plan .pic2 {
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 0;
}
.business .content {
	display: flex;
	flex-wrap: wrap;
}
.business .content .item {
	width: 24%;
	margin:5px .5%;
 transition: transform .4s;
}
.business .content .item .t {
	padding: 70px 30px 15px 30px;
	font-size: 17px;
	font-weight:bold;
	color: #2555a7;
}
.business .content .item .intro {
	color: #777;
	padding: 0 30px;
	line-height:normal;
}
.group .content {
	padding:100px 70px 90px 70px;
	background-image:url(../images/e-n-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.group .content .title {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding-bottom:35px;
}
.group .content .item {
	width:46%;
	float:left;
	padding-bottom: 35px;
	opacity: 0.9;
}
.group .content .l {
	padding-right:4%;
}
.group .content .r {
	padding-left:4%;
}
.group .content .item .t {
	color:#fff;
	font-size:17px;
	font-weight:bold;
	padding:0 0 7px 0;
}
.group .content .item .intro {
	color:#fff;
	padding:0;
	line-height:21px;
	opacity: 0.9;
	font-family:'微软雅黑', Georgia;
}
.investment li {
	transition: transform 0.5s;
}
.investment li:hover {
	transform: scale(1.02);
}
.investment .item {
	width:50%;
}
.investment .item .t {
	font-size: 17px;
    padding: 20px 50px;
}
.investment .item .t img {
    width: 42px;
    display: block;
    margin-top: 20px;
}
@keyframes fadeInDownContent {
 from {
 opacity: 0;
 transform: translate3d(0, -80px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInDownContent {
	animation-duration: 1s;
	animation-name: fadeInDownContent;
}
@keyframes fadeInUpContent {
 from {
 opacity: 0;
 transform: translate3d(0, 80px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInUpContent {
	animation-duration: 1s;
	animation-name: fadeInUpContent;
}
@keyframes fadeInLeftContent {
 from {
 opacity: 0;
 transform: translate3d(-180px, 0, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInLeftContent {
	animation-duration: 1s;
	animation-name: fadeInLeftContent;
}
@keyframes fadeInContent {
 from {
 opacity: 0.5;
}
to {
	opacity: 1;
}
}
.fadeInContent {
	animation-duration: 1.2s;
	animation-name: fadeInContent;
}
@keyframes flipInX {
0% {
animation-timing-function:ease-in;
opacity:0;
transform:perspective(400px) rotateX(90deg)
}
40% {
animation-timing-function:ease-in;
transform:perspective(400px) rotateX(-20deg)
}
60% {
opacity:1;
transform:perspective(400px) rotateX(10deg)
}
80% {
transform:perspective(400px) rotateX(-5deg)
}
to {
	transform:perspective(400px)
}
}
.flipInX {
	animation-name:flipInX;
	backface-visibility:visible!important
}
@keyframes zoomInbanner {
 0% {
 background-size: 100%;
}
70% {
 background-size: 110%;
}
to {
	background-size: 100%;
}
}
.zoomInbanner {
	animation-duration: 15s;
	animation-name: zoomInbanner;
}
.links font{
	font-size: 16px!important;
	padding-bottom:5px;
}
.links a{
	display: block;
    color: #b8cff7;
    padding: 4px 0;
}
@media (max-height: 800px) {
.banner {
 height:400px;
}
}
@media (max-width: 1230px) {
.section {
 width: 96%;
 padding: 20px 2%;
}
.nav .t {
 font-size: 32px;
 letter-spacing: 0;
}
.nav .intro a {
 padding: 50px 20px 53px 47px;
}
.page .content {
 padding: 15px 30px;
}
.plan #swiper1 {
 margin: -5px 0 0 50px;
 width: 600px;
}
.plan .items {
 width: 40%;
}
.plan .pics {
 width: 55%;
 height: auto;
}
.plan .pic1 {
 position: static;
 width: 100%;
}
.business .content .item .t {
 padding: 40px 30px 15px 30px;
}
.goal .content .a {
 margin: 0 0 0 15px;
}
.goal .content .item {
 width: 155px;
 height: 155px;
 margin: 35px;
}
.goal .content .item .t {
 top: 45%;
 width: 115px;
}
.goal .content .b {
 margin: 20px 0 0 127px;
}
.goal .content .item:hover .t {
 padding-bottom: 65px;
}
.goal .content .item .text {
 width: 140px;
 transform: translate(18px, -170px) rotate(-45deg);
}
.group .content {
 padding: 50px 30px;
}
}
@media (max-width: 1010px) {
.h880 {
 display:none;
}
.lang {
 padding: 61px 20px 20px 20px;
}
.lang .ls {
 left: auto;
 right: 2%;
 z-index: 50;
 top: 100px;
}
.overview .apimg {
 width:60%;
}
.plan #swiper1 {
 width: 60%;
 margin: 0 0 60px 40px;
 height: 300px;
}
.business .content {
 padding: 15px 3%!important;
 width: 94%;
}
.business .content .item {
 width: 49%;
}
.business .content .item .t {
 padding: 70px 30px 15px 30px;
}
.goal .content .item {
 width: 30%;
 height: 205px;
 margin: 55px;
}
.goal .content .item .t {
 width: 160px;
}
.goal .content .item .text {
 width: 200px;
 transform: translate(18px, -140px) rotate(-45deg);
}
.goal .content .b {
 margin: 0 0 0 15px;
}
.goal .content .b .item {
 margin-top: 55px;
}
.nav .intro span {
 position: absolute;
 right: 0;
 top: 40px;
}
.nav .intro a {
 padding: 50px 5px 53px 32px;
}
}
@media (max-width: 750px) {
.h750 {
 display:none;
}
.banner {
 height: 300px;
}
.logo {
 margin: 100px 0 0 4%;
 height: 35px;
}
.header {
 margin-top: -120px;
 text-align: center;
 width: 100%;
 letter-spacing:0;
}
.header span {
 padding-right: 10px;
}
.header span:last-child {
 padding-right: 0;
}
.lang {
 padding: 98px 20px 20px 20px;
 display: block!important;
}
.lang .ls {
 top: 135px;
}
.soi {
 display: none!important;
}
.sobox {
 position: absolute;
 width: 80%;
 margin-left: 10%;
 top: 120px;
 display:block!important;
}
.nav {
 margin-top: -20px;
}
.nav .t {
 font-size: 22px;
 padding-right: 15px;
}
.nav .intro {
 padding: 50px 10px 10px 10px;
}
.nav .intro span {
 position: absolute;
 right: 12px;
 top: 25px;
 font-size:16px;
}
.nav .intro a {
 padding: 0 10px 20px 10px;
 font-weight:normal;
 color:#000;
}
.nav .intro .on {
 font-size: 16px;
 font-weight:bold;
}
.nav .intro .on:after {
 top: 30px;
 margin-left: -10px;
 width: 20px;
}
.page .content {
 padding: 15px 20px;
}
.page .title {
 font-size: 20px;
}
.page .line {
 height: 10px;
}
.footer {
 padding: 20px 0;
}
.footer .item {
 width: 33.33%;
}
.footer .first {
 width: 40%;
}
.footer .second {
 width: 60%;
}
.footer .first img {
 margin: 7px 0 0 20%;
 height: 40px;
}
.footer .item .t {
 padding-top: 20px;
}
.footer .second li {
 padding: 0 0 20px 35px;
}
.footer .second li img {
 height: 25px;
}
.overview .apimg {
 width: 100%;
 margin: 0 0 20px 0;
}
.plan #swiper1 {
 width: 100%;
 margin: 0 0 20px 0;
 height: 200px;
}
.plan #swiper1 .swiper-slide img {
 width: 100%;
 height:200px;
}
.plan .second {
 padding-top:30px;
}
.plan .items {
 width: 100%;
}
.plan .pics {
 width: 100%;
 padding-top: 25px;
}
.plan .items .item .cover .t {
 font-size: 20px;
}
.business {
 padding-bottom:0;
}
.business .content .item .t {
 padding: 0 20px 15px 20px;
 font-size:15px;
}
.business .content .item {
 margin: 5px .5% 25px .5%;
}
.business .content .item .intro {
 padding: 0 20px;
}
.goal .content .a {
 margin:0;
}
.goal .content .b {
 margin:0;
}
.goal .content .item {
 width: 100%;
 height: 100px;
 margin: 0 0 10px 0;
 transform: rotate(0);
}
.goal .content .item img {
 transform: rotate(0) scale(1.1);
 margin: 0;
 width: 100%;
}
.goal .content .item .cover {
 width: 100%;
 height: 100px;
 margin: 0;
 top: 0;
 transform: rotate(0);
}
.goal .content .item .t {
 left: 0;
 top: 25px;
 width: 90%;
 transform: translateY(0) rotate(0);
 font-size: 20px;
 height: auto;
 padding:0 5%;
}
.goal .content .item:hover .t {
 display:none;
}
.goal .content .item .text {
 width: 90%;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 padding:0 5%;
}
.goal .content .b .item {
 margin-top: 0;
}
.goal .content {
 padding-bottom:10px!important;
}
.group .content {
 padding: 30px 20px;
}
.group .content .title {
 font-size: 20px;
 font-weight: normal;
 padding-bottom: 25px;
}
.group .content .item .t {
 font-size: 14px;
}
.group .content .item {
 width: 100%;
}
.group .content .l {
 padding: 0;
 padding-bottom: 25px;
}
.group .content .r {
 padding: 0;
 padding-bottom: 25px;
}
.group {
 margin-bottom:30px!important;
}
.group .content .item .intro b {
 font-weight: normal;
}
.investment .item {
    width: 100%;
}
.investment .item .t {
    padding: 20px 0;
}
}
