﻿@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: 17px;
}
.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;
}
.part2 .arrow {
	left: 165px;
}
.part3 .arrow {
	left: 310px;
}
.part4 .arrow {
	left: 460px;
}
.page .content {
	padding:15px 50px;
	line-height: 25px;
	color: #333;
	padding-bottom: 50px;
	text-align: justify;
}
@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;
}
@keyframes fadeInUp2 {
 from {
 opacity: 0;
 transform: translate3d(0, 180px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInUp2 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp2;
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translate3d(0, -180px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInDown {
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}
.pager {
	padding: 20px 10% 40px 10%;
	font-size: 14px;
	width: max-content;
	margin: 0 auto;
}
.pager ul.pages li {
	float:left;
	padding:0 8px;
	background-color:transparent;
	color:#555;
	margin:0 5px 0 0;
	line-height:28px;
	transition:all 0.1s ease-out;
}
.pager ul.pages li:hover {
	color:#222;
	background-color:#eee;
}
.pager ul.pages li.pgEmpty {
	display:none;
}
.pager ul.pages li.pgCurrent {
	color:#fff;
	background-color:#03a9f4;
}
.page .title {
	font-size: 24px;
	color: #2555a7;
	padding-bottom: 5px;
}
.page .line {
	height: 30px;
}
.page .apimg {
	float: right;
	margin: 0 0 0 50px;
}
.part1 .intro {
	padding:10px 0;
}
.part1 .sixitems {
	width:550px;
	height: 450px;
	float: right;
	margin: 0 0 40px 150px;
}
.part1 .sixitems .item {
	transform: scale(0.75);
	position:relative;
}
.part1 .sixitems .item .t {
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 235px;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	opacity: 0.9;
}
.part1 .sixitems .item .intro {
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 150px;
	width: 140px;
	margin-left: -70px;
	text-align: center;
	line-height: normal;
	font-size: 16px;
	opacity: 0.9;
	word-break: break-all;
}
.part1 .sixitems .item:nth-child(1) {
 margin: -140px 0 0 -140px;
}
.part1 .sixitems .item:nth-child(2) {
 margin: -110px 0 0 -250px;
}
.part1 .sixitems .item:nth-child(2) .intro {
 bottom: 165px;
}
.part1 .sixitems .item:nth-child(3) {
 margin: -455px 0 0 150px;
}
.part1 .sixitems .item:nth-child(3) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(4) {
 margin: -360px 0 0 263px;
}
.part1 .sixitems .item:nth-child(4) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(5) {
 margin: -338px 0 0 -165px;
}
.part1 .sixitems .item:nth-child(5) .intro {
 bottom: 165px;
}
.part1 .sixitems .item:nth-child(6) {
 margin: -425px 0 0 125px;
}
.part1 .sixitems .item:nth-child(6) .intro {
 bottom: 165px;
}
.part1 .sixitems .item:nth-child(7) {
 margin: -376px 0 0 -15px;
}
.part1 .sixitems .item:nth-child(7) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(8) {
 margin: -360px 0 0 238px;
}
.part1 .sixitems .item:nth-child(8) .intro {
 bottom: 165px;
}
.part1 .sixitems .item:nth-child(9) {
 margin: -357px 0 0 98px;
}
.part1 .sixitems .item:nth-child(9) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(10) {
 margin: -390px 0 0 -155px;
}
.part1 .sixitems .item:nth-child(10) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(11) {
 margin: -328px 0 0 -268px;
}
.part1 .sixitems .item:nth-child(11) .intro {
 bottom: 175px;
}
.part1 .sixitems .item:nth-child(12) {
 margin: -388px 0 0 213px;
}
.part1 .sixitems .item:nth-child(12) .intro {
 bottom: 175px;
}
.part2 {
	padding:0!important;
	box-shadow:none;
	background:none;
	margin-bottom: 80px;
}
.part2 .content {
	padding:0!important;
	box-shadow:0 0 30px 0px rgba(0, 0, 0, 0.2);
}
.part2 .swiper-container {
	height: 367px;
}
.part2 .l {
	float:right;
	width:600px;
	position:relative;
}
.part2 .l .intro {
	height: 280px;
	overflow: hidden;
	padding: 50px 70px;
	line-height: 25px;
	color: #333;
}
.part2 .title {
	padding-left: 60px;
	position: relative;
}
.part2 .title img {
	position: absolute;
	left: 0;
	top: -8px;
	width: 42px;
}
.part2 .r {
	float:left;
}
.part2 .pagination {
	width: 600px;
}
.part3 .items {
	width: 100%!important;
}
.part3 .items .item {
	width: 100%;
	float: right;
	display:none;
	background:none;
	color:#333;
	margin:0;
	padding-top: 60px;
}
.part3 .items .p {
	float:left;
	margin: 80px 0 20px 80px;
}
.part3 .items .t {
	text-align:left!important;
	padding-left:20px!important;
}
.part3 .items .intro {
	padding: 30px 80px 30px 20px!important;
}
.part3 .step a {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 33.2%;
	border-left: #fff 1px solid;
	padding: 13px 0;
	font-weight: 200;
	transition: background 0.2s ease-in;
	background:#3D51E4;
}
.part3 .step a:not(.on):hover {
 background: #01E1BF;
}
.part3 .step .on {
	background: #01E1BF;
}
.part3 .itemcheckout {
	padding-top: 40px!important;
}
.part4 li {
	transition: transform 0.5s;
}
.part4 li:hover {
	transform: scale(1.02);
}
.part4 .item {
	width:50%;
}
.part4 .item .t {
	font-size: 17px;
    padding: 20px 50px;
}
.part4 .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-duration: 1s;
	animation-name:flipInX;
	backface-visibility:visible!important
}
@keyframes zoomInbanner {
 0% {
 background-size: 100% 100%;
}
70% {
 background-size: 110% 110%;
}
to {
	background-size: 100% 100%;
}
}
.zoomInbanner {
	animation-duration: 15s;
	animation-name: zoomInbanner;
}
@keyframes fadeInDownpart2 {
 from {
 opacity: 0.2;
 transform: translate3d(0, -80px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInDownpart2 {
	animation-duration: 1s;
	animation-name: fadeInDownpart2;
}
@keyframes zoomSixitems {
 from {
 opacity: 0;
 transform: scale(0);
}
to {
	opacity: 1;
	transform: scale(0.75);
}
}
.zoomSixitems {
	animation-duration: 0.8s;
	animation-name: zoomSixitems;
}
.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;
}
.part2 .l {
 width:40%;
}
.part2 .r {
 width:60%;
 overflow:hidden;
}
.part2 .r img {
 height:100%;
}
.part2 .pagination {
 width: 60%;
}
}
@media (max-width: 1010px) {
.h880 {
 display:none;
}
.lang {
 padding: 61px 20px 20px 20px;
}
.lang .ls {
 left: auto;
 right: 2%;
 z-index: 50;
 top: 100px;
}
.part1 .apimg {
 margin: 0;
 width: 100%;
}
}
@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;
}
.part2 {
 margin-bottom: 30px;
}
.part2 .l {
 width: 100%;
}
.part2 .r {
 width: 100%;
}
.part2 .r img {
 min-width: 100%;
 height: 200px;
}
.part2 .swiper-container {
 height: auto;
}
.part2 .swiper-slide {
 display: flex;
 flex-direction: column-reverse;
 height:1px;
}
.part2 .swiper-slide-active {
 height: auto!important;
}
.part2 .l .intro {
 height: 150px;
}
.part2 .pagination {
 width: 100%;
}
.part3 {
 margin-bottom: 0!important;
 min-height: auto;
}
.part3 img {
 width:260%!important;
 margin-left:-73%;
}
.part4 .item {
    width: 100%;
}
.part4 .item .t {
    padding: 20px 0;
}
}
