@charset "utf-8";

.browser-tips, .text-center {
	text-align: center
}

.container, .header, body {
	position: relative
}

body, html {
	font-family: 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', arial, sans-serif;
	color: #666;
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 55rem;
	overflow: hidden;
	background-color: #F4F4F4;
	-webkit-transition: -webkit-transform .5s ease-out;
	-moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
	-o-transition: transform .5s ease-out, -o-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out, -o-transform .5s ease-out;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.center-block, .container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5rem;
}

body.active {
	-webkit-transform: translateY(-8rem);
	-ms-transform: translateY(-8rem);
	-moz-transform: translateY(-8rem);
	-o-transform: translateY(-8rem);
	transform: translateY(-8rem)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
	height: 3.125rem;
	outline-offset: -.125rem;
	border: 0
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a6a6a6;
	height: 3.125rem
}

::-webkit-scrollbar {
	width: .5rem;
	height: .5rem
}

::-webkit-scrollbar-track-piece {
	background-color: #f2f3f2;
	-webkit-border-radius: 0
}

a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
	outline: 0
}

a:focus, a:hover {
	color: #23527c
}

.center-block {
	display: block
}

.browser-tips {
	line-height: 1.875rem;
	height: 1.875rem;
	font-size: .875rem;
	margin: 0;
	padding: 0;
	background-color: #FFFFE1
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}

.list.list-inline {
	display: inline-block;
	font-size: 0
}

.list.list-inline>.item {
	display: inline-block;
	font-size: .875rem
}

.header {
	height: 4.4375rem;
	background-color: #2bb1f3;
	vertical-align: middle;
	z-index: 20
}

.header>.container {
	width: 60rem;
	min-width: 56.25rem
}

.header>.container a {
	color: #fff;
	line-height: 3.4375rem
}

.header>.container>.brand {
	margin: 0;
	padding: 0;
	display: inline-block
}

.header>.container>.brand>.logo {
	display: inline-block;
	background: url(../image/logo/logo_index_head.png?v=1.1) no-repeat;
	-webkit-background-size: 31.25rem 31.25rem;
	-moz-background-size: 31.25rem 31.25rem;
	-o-background-size: 31.25rem 31.25rem;
	background-size: 31.25rem 31.25rem;
	width: 20rem;
	height: 2.5rem;
	margin-top: .5rem;
	text-align: right;
	font-size: 1.5rem;
	line-height: 2.5rem
}

.header>.container>.nav {
	float: right
}

.header>.container>.nav a {
	display: block;
	font-size: 1.3rem;
	padding: 0 1.5rem;
	text-align: center
}

.header>.container>.nav>.item:last-of-type>a {
	margin-right: 0
}

.content {
	text-align: center;
	margin: 7% auto 0
}

.content>.list {
	width: 56rem
}

.content>.list>.item {
	width: 33.33%;
	min-width: 12.5rem;
	min-height: 12.5rem;
	position: relative;
	-webkit-perspective: 900;
	-moz-perspective: 900;
	perspective: 900;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%
}

.content>.list>.item:after {
	content: " ";
	display: inline-block;
	width: .0625rem;
	padding-top: 86.6666%
}

.content>.list>.item>.back, .content>.list>.item>.front {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #2e9af4;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: transform .5s, -moz-transform .5s;
	-o-transition: transform .5s, -o-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.content>.list>.item>.front {
	font-size: 2rem;
	padding-top: 38%;
	margin: 0;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
	z-index: 2;
	background-color: #F4F4F4;
	-webkit-box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2)
}

.content>.list>.item>.back {
	z-index: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden
}

.content>.list>.item>.back img {
	width: 100%;
	height: 100%
}

.content>.list>.item:hover>.front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 1
}

.content>.list>.item:hover>.back {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
	z-index: 2
}

.slogan {
	padding: 7% 0 9%
}

.slogan>.container {
	width: 63%;
	min-width: 56.25rem;
	text-align: center;
	-webkit-box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, .2);
	padding-top: 6.25rem;
	padding-bottom: 2.5rem
}

.slogan>.container>.title {
	width: 31.25rem;
	margin: -7.8125rem auto 0;
	font-size: 2.5rem;
	font-weight: 400;
	background-color: #f4f4f4;
	color: #333
}

.slogan>.container>.sub-title {
	color: #888;
	font-size: 1.125rem;
	margin-top: 0
}

.slogan>.container>.more-bg {
	position: absolute;
	width: 18.75rem;
	height: 2.25rem;
	left: 50%;
	bottom: -1.125rem;
	margin-left: -9.375rem;
	background-color: #f4f4f4
}

.slogan>.container>.more-bg>.more {
	display: inline-block;
	margin-bottom: -7.8125rem;
	color: #2e9af4;
	font-size: 1.125rem;
	line-height: 2.25rem;
	width: 14.25rem;
	height: 2.25rem;
	padding-left: .625rem;
	padding-right: .625rem;
	border: 1px solid #2e9af4;
	-webkit-border-radius: .3125rem;
	-moz-border-radius: .3125rem;
	border-radius: .3125rem;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slogan>.container>.more-bg>.more:hover {
	background-color: #2EA3FD;
	color: #fff
}

.download-content {
	width: 66rem;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 8rem;
	left: 50%;
	margin-left: -28rem
}

.download-content .left {
	display: inline-block;
	width: 44rem;
	font-size: .75rem;
	vertical-align: top;
	color: #2bb1f3;
	text-align: left;
	position: relative
}

.download-content .left>.title {
	margin-top: 0;
	margin-bottom: 1rem
}

.download-content .left>.title>h2, .download-content .left>.title>h3 {
	font-size: 3rem;
	font-weight: 300;
	margin: 0;
	line-height: 1.5
}

.download-content .left>.title>h3 {
	display: inline-block;
	border-bottom: 1px solid #ddd
}

.download-content .left>.sub-title {
	display: inline-block;
	font-weight: 600;
	font-size: 3.5rem;
	margin-top: 0;
	vertical-align: top
}

.download-content .left>.sub-slogan {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 1.2rem;
	margin-left: 1.625rem;
}

.download-content .left>.sub-slogan:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 8%;
	top: 2.2rem;
	width: 100%;
	height: 2.25rem;
}

.download-content .left>.sub-slogan:after {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 3%;
	top: 2.6rem;
	width: 105%;
	height: 1.3125rem;
	background-color: #F4F4F4;
	-webkit-transform: rotateZ(-4deg);
	-moz-transform: rotateZ(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotateZ(-4deg);
	transform: rotateZ(-4deg)
}

.download-content .left>.download-btn {
	display: block;
	text-decoration: none;
	outline: 0;
	border: none;
	height: 3.75rem;
	width: auto;
	padding: 0 10%;
	font-size: 2.2rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	/*background-color: #3b414f;*/
	color: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 4.375rem;
	text-align: center;
	font-weight: 100;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	margin-top: 2rem
}

.download-content .left>.download-btn+.detail {
	position: absolute;
	top: 48%;
	left: 8%;
	width: 33rem;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	-webkit-perspective: 100;
	-moz-perspective: 100;
	perspective: 100;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.download-content .left>.download-btn+.detail>img {
	display: inline-block;
	width: 10rem;
	height: auto;
	-webkit-box-shadow: 0 1.3125rem 1.875rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1.3125rem 1.875rem rgba(0, 0, 0, .15);
	box-shadow: 0 1.3125rem 1.875rem rgba(0, 0, 0, .15);
	-webkit-border-radius: .625rem;
	-moz-border-radius: .625rem;
	border-radius: .625rem;
	margin-right: .75rem
}

/*.download-content .left>.download-btn:hover {*/
	/*background-color: #2bb1f3*/
/*}*/

/*.download-content .left>.download-btn:hover+.detail {*/
	/*visibility: visible;*/
	/*opacity: 1;*/
	/*-webkit-transform: translate3d(.625rem, -.125rem, 0);*/
	/*-moz-transform: translate3d(.625rem, -.125rem, 0);*/
	/*transform: translate3d(.625rem, -.125rem, 0)*/
/*}*/

/*.download-content .left>.download-btn:hover+.detail>img {*/
	/*-webkit-animation: zoom .5s ease-in-out 2 alternate;*/
	/*-moz-animation: zoom .5s ease-in-out 2 alternate;*/
	/*-o-animation: zoom .5s ease-in-out 2 alternate;*/
	/*animation: zoom .5s ease-in-out 2 alternate*/
/*}*/

/*.download-content .left>.download-btn:hover+.detail>img:last-of-type {*/
	/*-webkit-animation: zoom .5s ease-in-out .6s 2 alternate;*/
	/*-moz-animation: zoom .5s ease-in-out .6s 2 alternate;*/
	/*-o-animation: zoom .5s ease-in-out .6s 2 alternate;*/
	/*animation: zoom .5s ease-in-out .6s 2 alternate*/
/*}*/

.download-content .left>.characteristic {
	margin-left: -3rem;
	color: #666666
}

.download-content .left>.characteristic>.item {
	width: 11rem;
	text-align: center;
}

.download-content .left>.characteristic>.item>.characteristic-icons1 {
	background: url(../image/index/characteristic-icons1.png) no-repeat;
}
.download-content .left>.characteristic>.item>.characteristic-icons2 {
	background: url(../image/index/characteristic-icons2.png) no-repeat;
}
.download-content .left>.characteristic>.item>.characteristic-icons3 {
	background: url(../image/index/characteristic-icons3.png) no-repeat;
}
.download-content .left>.characteristic>.item>.characteristic-icons4 {
	background: url(../image/index/characteristic-icons4.png) no-repeat;
}

.download-content .left>.characteristic>.item>.characteristic-icons {
	-webkit-background-size: 3.125rem 3.125rem;
	-moz-background-size: 3.125rem 3.125rem;
	-o-background-size: 3.125rem 3.125rem;
	background-size: 3.125rem 3.125rem;
	margin-left: 4rem;
	width: 3.125rem;
	height: 3.125rem
}

.download-content .left>.characteristic>.item>.point {
	font-size: 1.1rem
}

.download-content .left>.characteristic>.item>.sub-point {
	margin-top: 0;
	font-size: .8rem
}

/*.download-content .left>.characteristic>.item:nth-of-type(2)>.characteristic-icons {*/
	/*background-position: -8rem 0*/
/*}*/

/*.download-content .left>.characteristic>.item:nth-of-type(3)>.characteristic-icons {*/
	/*background-position: -16.8125rem 0*/
/*}*/

/*.download-content .left>.characteristic>.item:nth-of-type(4)>.characteristic-icons {*/
	/*background-position: -24.75rem 0*/
/*}*/

.download-content .right {
	display: inline-block;
	width: 20rem;
	height: 100%;
	font-size: .75rem;
	vertical-align: bottom;
	margin-left: 2rem;
	overflow: hidden
}

.download-content .right>.head {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: left
}

.download-content .right>.head:after, .download-content .right>.head:before {
	display: inline-block;
	content: " ";
	width: 1.25rem;
	height: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	border-radius: 1.25rem;
	border: .125rem solid #ddd;
	margin-left: 32%;
	vertical-align: middle
}

.download-content .right>.head:after {
	width: 5rem;
	height: .5rem;
	margin-left: 5%
}

.download-content .right>.carousel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 33rem;
}

.footer {
	width: 100%;
	height: 8rem;	
	line-height: 7.9rem;
	min-width: 56.25rem;
	font-size: .75rem;
	text-align: center;
	background-color: #3b414f;
	position: absolute;
	bottom: 0
}

.footer * {
	color: #fff !important;
    vertical-align: middle;	
	display: inline-block;
}

.carousel {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}

.carousel>.carousel-indicators {
	width: 60%;
	height: 1.25rem;
	text-align: center;
	z-index: 3;
	position: absolute;
	bottom: 3%;
	left: 50%;
	margin-left: -30%;
	padding: 0
}

.carousel>.carousel-indicators>li {
	text-indent: -9999em;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #add8e6;
	margin: 0 .3125rem;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.carousel>.carousel-indicators>li.active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}

.carousel>.carousel-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.carousel>.carousel-inner>.item {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-animation: carouselOut .6s ease forwards;
	-moz-animation: carouselOut .6s ease forwards;
	-o-animation: carouselOut .6s ease forwards;
	animation: carouselOut .6s ease forwards
}

.carousel>.carousel-inner>.item.active {
	-webkit-animation: carouselIn .6s ease forwards;
	-moz-animation: carouselIn .6s ease forwards;
	-o-animation: carouselIn .6s ease forwards;
	animation: carouselIn .6s ease forwards;
	z-index: 2
}

.carousel>.carousel-inner>.item img {
	width: 100%;
	height: auto
}