﻿@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, "微软雅黑", "黑体";
}
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;
	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: 480px;
}
.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: #222;
	margin:0 3px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-visible-switch {
	background: #aaa;
}
.swiper-active-switch {
	background: #F44336;
}
.arrow {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	filter: drop-shadow(0 3px 5px #333);
	cursor:default;
	width: 40px;
	border-radius: 50%;
	border: #fff 2px solid;
}
.arrow-left {
	left: 30px;
}
.arrow-right {
	right: 30px;
}
.banner {
	position:relative;
	width:100%;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(0, 224, 184, 0.38) 0%, rgba(18, 155, 255, 0.38) 100%);
}
.banner .scroll, .banner ul, .banner li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ctrl {
	position: absolute;
	width: 8px;
	top: 28%;
	right: 0;
	text-align: center;
	z-index: 20;
}
.ctrl .libs {
	display:inline-block;
	width:6px;
	height:6px;
	z-index:50;
	cursor:pointer;
	border-radius:50%;
	background:#fff;
	margin:25px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}
.ctrl span.active {
	background:#ffed19;
}
.ctrl .arrow {
	visibility:hidden;
}
.bp {
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
}
.bp .bpt {
	display: block;
	margin: 260px auto 0 auto;
	max-width: 94%;
}
.banner .section {
	padding:0!important;
	position:relative;
	z-index: 50;
}
.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 90px 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;
}
.banner .nav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
}
.banner .nav .items {
	width: 620px;
	margin:0 auto;
}
.banner .nav .items .item {
	width: 20%;
}
.banner .nav .items .item .p {
	height: 54px;
	width:auto;
	margin:0 auto;
	filter: drop-shadow(0 3px 3px #645b81);
	transition: transform 0.2s ease-in-out;
}
.banner .nav .items .item:hover .p {
	transform: scale(1.2);
}
.banner .nav .items .item .t {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 4px #130443;
	padding-top:15px;
	font-size:16px;
	transition: text-shadow 0.2s ease-in-out;
}
.sobox {
	border-radius: 24px;
	width: 650px;
	margin: 140px auto 0 auto;
	background: #fff;
	box-shadow: 0 0 12px #9c99aa;
}
.sobox input {
	border: 0;
	color: #444;
	width: 80%;
	line-height: normal;
	outline: none;
	background: transparent;
	padding: 15px 0 15px 30px;
}
.sobox input::-webkit-input-placeholder {
 color: #999;
}
.sobox img {
	width: auto;
	float: right;
	margin: 17px 30px 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;
}
.home1 {
	width:100%;
	margin-top:150px;
	padding-bottom: 50px;
}
.home1 .intros {
	width:38%;
	float:left;
	height: 480px;
	position: relative;
}
.home1 .pics {
	width:62%;
	float:left;
	overflow: hidden;
}
.home1 .pics .swiper-slide {
	width:307px;
	height:480px;
	transition: width, height 0.8s;
}
.home1 .pics .swiper-slide img {
	display:block;
	width:100%;
	height:413px;
	margin:0 20px;
	transition: width, height 0.8s;
}
.home1 .pics .swiper-slide-active {
	width:357px;
	height:480px;
}
.home1 .pics .swiper-slide-active img {
	position:absolute;
	width:357px;
	height:480px;
}
.home1 .intros .content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.homeleft {
	padding: 0 20% 67px 150px;
}
.home1 .intros .content .tit {
	color:#333;
	font-size: 25px;
	font-weight: bold;
}
.home1 .intros .content .t {
	color: #666;
	font-size: 20px;
	padding: 25px 0 10px 0;
}
.home1 .intros .content .intro {
	color: #888;
}
.home1 .intros .content .btn {
	width: 80px;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	margin-top: 35px;
	background: #03a9f4;
}
.homeright {
	left:auto;
	right:0;
	text-align:right;
	padding: 0 150px 67px 20%;
}
.homeright .btn {
	float:right;
}
.footer {
	background:#2555a7;
	padding:40px 0;
	color:#fff;
}
.footer .item {
	width:12%;
}
.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 8px 0;
}
.footer .item .intro a:hover {
	color:#e3edfe;
}
.footer .last img {
	margin-top:15px;
}
@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;
}
.links font{
	font-size: 16px!important;
	padding-bottom:5px;
}
.links a{
	display: block;
    color: #b8cff7;
    padding: 4px 0;
}
@media (max-height: 850px) {
.sobox {
 margin: 80px auto 0 auto;
}
}
@media (max-height: 750px) {
.bp .bpt {
 margin: 180px auto 0 auto;
}
}
@media (max-height: 660px) {
.banner .nav {
 bottom: 50px;
}
.sobox {
 margin: 40px auto 0 auto;
}
}
@media (max-width: 1600px) {
.home1 .intros {
 width: 34%;
}
.home1 .pics {
 width: 66%;
}
}
@media (max-width: 1440px) {
.home1 .intros {
 width: 31%;
}
.home1 .pics {
 width: 69%;
}
}
@media (max-width: 1230px) {
.section {
 width: 96%;
 padding: 20px 2%;
}
.bp .bpt {
 max-width: 80%;
}
.home1 {
 margin-top: 100px;
}
}
@media (max-width: 1010px) {
.h880 {
 display:none;
}
.lang {
 padding: 61px 20px 20px 20px;
}
.lang .ls {
 left: auto;
 right: 2%;
 z-index: 50;
 top: 100px;
}
.home1 {
 margin-top: 60px;
}
.banner .nav .items {
 width: 80%;
}
.sobox {
 width: 80%;
}
.footer .item {
 width: 14%;
}
.footer .first {
 width: 21%;
}
.footer .second {
 width: 35%;
}
}
@media (max-width: 750px) {
.h750 {
 display:none;
}
.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;
}
.lang .ls {
 top: 135px;
}
.bp .bpt {
 margin: 250px auto 0 auto;
}
.banner .nav {
 bottom: 50px;
}
.banner .nav .items .item {
 width: 33.33%;
}
.banner .nav .items .fourth {
 padding-left:16.66%;
}
.banner .nav .items .item .p {
 height: 42px;
}
.banner .nav .items .item .t {
 padding: 5px 0 20px 0;
 font-size:13px;
 letter-spacing:0;
 font-weight:bold;
}
.sobox {
 margin: 40px auto 0 auto;
}
.sobox input {
 width: 60%;
}
.home1 {
 padding-bottom:0;
}
.home1 .intros {
 width: 50%;
 min-height:200px;
}
.home1 .pics {
 width: 50%;
}
.home1 .intros .content .tit {
 font-size: 16px;
}
.home1 .intros .content .t {
 font-size: 15px;
}
.homeleft {
 padding: 0 10% 67px 50px;
}
.homeright {
 padding: 0 50px 67px 10%;
}
.swiper-container {
 height: auto;
}
.home1 .pics .swiper-slide {
 height: auto;
}
.home1 .pics .swiper-slide img {
 height: auto;
 margin:0;
}
.home1 .pics .swiper-slide-active {
 height: auto;
}
.home1 .intros .content {
 padding-bottom:0;
}
.arrow {
 width: 20px;
 top:50%;
 opacity: 0.6;
}
.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;
}
.home1 .intros .content .intro {
 max-height: 50px;
 overflow: hidden;
}
}
