body,
html {
	height: 100%;
}

/*index*/
#page-one {
	/*background-color: #ffffff;*/
}

#page-one .report {
	/*background: url(../images/one_page_bg.jpg) center center;*/
	background-size: cover;
}

.report-list .col-sm-4 a {
	display: block;
	border: 2px solid #ffffff;
	padding: 8px;
	color: #ffffff;
	width: 105px;
	height: 260px;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

#page-one .title {
	margin-top: 45px;
	margin-left: 12%;
	margin-bottom: 20px;
	width: 321px;
}

#page-one .title img {
	width: 100%;
}

.report-list .col-sm-4 a {
	margin-top: 20px;
	opacity: 0;
}

.report-list .col-sm-4 a span {
	width: 85px;
	display: block;
	height: 85px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	line-height: 81px;
	/*font-size: 50px;*/
	font-weight: bold;
}

.report-list .col-sm-4 a p {
	margin-top: 30px;
	/*font-size: 16px;*/
	text-align: center;
	line-height: 25px;
}

.report-list .col-sm-4 a p em {
	color: #868cfc;
}

.index-block {
	position: relative;
}

.scroll-btn {
	display: block;
	width: 20px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 100
}

.scroll-btn img {
	position: relative;
	left: -8px;
}

#page-two {
	/*background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/two_page_bg.jpg) center center;*/
	background-color: #fff;
	background-size: cover;
}

.area-circle {
	margin: 40px 100px 0 100px;
	position: relative;
	overflow: hidden;
}

.area-content .area-a {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.area-content .area-n {
	width: 50px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	/*background: url(../images/n_bg.png) no-repeat center center;*/
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	/*font-size: 18px;*/
}

.area-content .area-t {
	display: inline-block;
	width: 285px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	/*font-size: 18px;*/
	background-color: rgba(16, 110, 206, .5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.area-content .area-p {
	display: block;
	width: 285px;
	height: 40px;
	margin-left: 55px;
	background-color: rgba(158, 159, 161, .5);
	margin-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	font-size: 15px;
}

.area-content .area-b {
	position: absolute;
	top: 80px;
	left: 0;
	opacity: 0;
}

.area-content .area-b .area-p {
	margin-left: 0;
}

.area-content .area-c {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 340px;
	opacity: 0;
}

.area-content .area-d {
	position: absolute;
	bottom: 50px;
	right: 0;
	opacity: 0;
}

#page-three {
	background-color: #fff;
}

#page-three .title {
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	margin-top: 80px;
}

.pro-ser {
	width: 875px;
	margin: 0 auto;
	position: relative;
	height: 400px;
}

.pro-ser .pro-block {
	width: 320px;
	height: 70px;
	position: absolute;
	top: 0;
	opacity: 0;
	border-radius: 50px;
}

.pro-ser .pro-block span {
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 70px;
	position: relative;
}

.pro-ser .pro-block span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
}

.pro-ser .pro-block.pone {
	left: 0;
	background-color: rgba(33, 97, 234, .5);
}

.pro-ser .pro-block.pone span:after {
	border-bottom: 20px solid rgba(33, 97, 234, .5);
	top: -20px;
}

.pro-ser .pro-block.ptwo {
	left: 280px;
	background-color: rgba(12, 56, 151, .5);
}

.pro-ser .pro-block.ptwo span:after {
	border-top: 20px solid rgba(12, 56, 151, .5);
	bottom: -20px;
}

.pro-ser .pro-block.pthree {
	left: 560px;
	background-color: rgba(4, 38, 111, .5);
	top: 200px;
}

.pro-ser .pro-block.pthree span:after {
	border-bottom: 20px solid rgba(4, 38, 111, .5);
	top: -20px;
}

.pro-ser .pro-block .pro-list {
	font-size: 16px;
	position: absolute;
}

.pro-ser .pro-block .pro-list ul {
	position: relative;
}

.pro-ser .pro-block .pro-list ul:after {
	content: "";
	display: block;
	width: 160px;
	height: 2px;
	background-color: #4f638b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pro-ser .pro-block .pro-list ul:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: url(../images/point.png) center center;*/
	position: absolute;
	bottom: -8px;
	left: 148px;
	z-index: 1
}

.pro-ser .pro-block .pro-list ul li {
	margin-bottom: 8px;
	position: relative;
}

.pro-ser .pro-block .pro-list ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	/*background: url(../images/point.png) center center;*/
	left: -29px;
}

.pro-ser .pro-block.pone .pro-list {
	top: -160px;
}

.pro-ser .pro-block.ptwo .pro-list {
	top: 100px;
	left: 0
}

.pro-ser .pro-block.pthree .pro-list {
	top: -160px;
	right: 0;
	text-align: right;
}

.pro-ser .pro-block.pone .pro-list ul {
	border-left: 2px solid #4f638b;
	padding: 0 18px 10px;
}

.pro-ser .pro-block.ptwo .pro-list ul {
	border-left: 2px solid #4f638b;
	padding: 10px 18px 0;
}

.pro-ser .pro-block.ptwo .pro-list ul:after {
	top: 0;
}

.pro-ser .pro-block.ptwo .pro-list ul:before {
	top: -8px;
}

.pro-ser .pro-block.pthree .pro-list ul {
	border-right: 2px solid #4f638b;
	padding: 0 18px 10px;
}

.pro-ser .pro-block.pthree .pro-list ul:after {
	left: -28px;
}

.pro-ser .pro-block.pthree .pro-list ul:before {
	bottom: -8px;
	left: -37px
}

.pro-ser .pro-block.pthree .pro-list ul li:before {
	right: -28px;
	left: auto;
}

#page-four {
	background-color: #fff;
}

.about-ly {
	background-color: rgba(54, 67, 79, .7);
	width: 925px;
	height: 435px;
	margin: 0 auto;
	padding: 30px 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.about-ly h2 {
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.about-ly p {
	color: #ffffff;
	text-indent: 2em;
	font-size: 15px;
	line-height: 25px;
}

.about-ly .col-sm-5 {
	margin-top: 40px;
}

.index-news-list .carousel-indicators {
	bottom: 55px;
}

.index-news-list {}

.news-ly {
	background-color: rgba(8, 62, 104, .3);
	width: 925px;
	height: 435px;
	margin: 0 auto;
	padding: 30px 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.news-ly .title {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
}

.com-news {
	margin-bottom: 30px;
}

.com-news>div,
.mt-news>div {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 5px;
}

.com-news>div a,
.mt-news>div a {
	font-size: 14px;
	float: right;
}

.com-news ul li,
.mt-news ul li {
	line-height: 35px;
}

.com-news ul li:before,
.mt-news ul li:before {
	content: "";
	height: 1px;
	display: block;
	background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/lines.jpg) center center no-repeat;
	background-size: cover
}

.carousel-indicators li {
	width: 67px;
	height: 12px;
	background-color: #454546;
	border: 0;
	margin: 0;
}

.carousel-indicators li.active {
	width: 67px;
	height: 12px;
	background-color: #2161ea;
	border: 0;
}

.com-news ul li a,
.mt-news ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

/*product*/
.child-nav {
	padding: 0 !important;
}

.child-bg {
	width: 100%;
	/*background: url(../images/pbg.jpg);*/
	padding-top: 205px;
}

.child-nav li {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	margin-left: 15px;
	border: 1px solid transparent;
	padding: 10px 0;
}

.child-nav li.selected {
	border: 1px solid #0a6ddd;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 0 0 20px #0a6ddd;
}

.child-nav li.selected:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	/*background: url(../images/select.png) no-repeat;*/
	position: absolute;
	left: -60px;
	top: 50%;
}

.child-nav li a {
	font-size: 14px;
	color: #cccccc;
	display: block;
}

.pro-cut-icon {
	margin-top: 20px;
}

.pro-cut-icon .cut-item a {
	width: 175px;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: Center;
	text-align: center;
	margin: auto;
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
}

.pro-cut-icon .cut-item.curr a {
	color: #297fb9;
}

.pro-cut-icon .cut-item a:after {
	content: "";
	display: block;
	width: 135px;
	height: 135px;
	/*background: url(../images/pro_i1.png);*/
	position: absolute;
	top: 18px;
	left: 18px;
	background-size: 100%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: transform .8s linear;
	-webkit-transition: -webkit-transform .8s linear;
	-moz-transition: -moz-transform .8s linear;
	-o-transition: -o-transform .8s linear;
}

.pro-cut-icon .cut-item a:before {
	content: "";
	display: block;
	width: 175px;
	height: 175px;
	/*background: url(../images/pro_i2.png);*/
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-webkit-transition: transform .5s linear;
	transform: rotate(0deg);
	transition: transform .5s linear;
	-o-transform: rotate(0deg);
	-o-transition: transform .5s linear;
	-moz-transform: rotate(0deg);
	-moz-transition: transform .5s linear;
}

.pro-cut-icon .cut-item p {
	color: #297fb9;
	margin-top: 20px;
	white-space: nowrap;
}

.pro-cut-icon .cut-item a:hover:after {
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}

.pro-cut-icon .cut-item a:hover:before {
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
}

.pro-main {
	margin-top: 40px;
	background-color: #000000;
	padding: 30px 20px;
	margin-bottom: 40px;
}

.pro-main h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.pro-main p {
	color: #ffffff;
	text-indent: 2em;
	line-height: 22px;
	text-align: left;
	font-size: 15px;
}

.child-bg .footer,
.about-bg .footer,
.indus-bg .footer {
	background: transparent;
}

/*about*/
.about-bg {
	/*background: #181919 url(../images/about_bg.png) center 145px no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
}

.team-item {
	width: 725px;
	margin: 0 auto;
	border-bottom: #666 1px solid;
	padding: 25px 40px;
}

.team-item h3 {
	color: #ffffff;
	margin-bottom: 15px;
}

.team-item p {
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
}

.about-bg .container {
	margin-top: 50px;
}

.about-box {
	background-color: #ffffff;
	padding: 25px;
	border-radius: 15px;
}

/*news*/
.news-item {
	width: 725px;
	margin: 0 auto;
	border-bottom: #666 1px solid;
	padding: 25px 0
}

.news-item h3 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item span,
.news-item p {
	color: #cdcdcd;
	margin-top: 3px
}

.news-item img {
	width: 160px;
	height: 110px;
}

.partner-logo>div {
	margin-bottom: 30px;
}

.news_d_box {
	background-color: #ffffff;
	padding: 20px;
	width: 650px;
	margin: 0 auto;
	border-radius: 15px;
	position: relative;
}

.news_d_box .close a {
	display: block;
	width: 38px;
	height: 33px;
	/*background: url(../images/close.png);*/
	position: absolute;
	right: -25px;
	top: -22px;
}

.news_d_box .close {
	opacity: 1;
}

.news_d_box a {
	color: #444444
}

.news_d_box .arrow-left {
	position: absolute;
	left: -60px;
	color: #ffffff;
	font-size: 30px;
	top: 20%;
}

.news_d_box .arrow-right {
	position: absolute;
	right: -60px;
	color: #ffffff;
	font-size: 30px;
	top: 20%;
}

.news_d_box .main img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_d_box .main span {
	display: block;
	text-align: center
}

.news_d_box .main img {
	width: 100%;
}

/*industry*/
.indus-bg {
	/*background: url(../images/pbg.jpg);*/
}

.indus-bg .child-nav {
	margin-top: 145px;
}

#fz .indus-item {
	position: relative;
	margin-top: 40px;
}

.indus-item .indbox {
	background-color: #000000;
	width: 370px;
	height: 345px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 2px 10px #0a0b0b;
	text-align: center;
}

.indus-item .in_head {
	position: absolute;
	top: 0;
	left: 0;
}

.indus-item h2 {
	color: #ffffff;
	margin-top: 30px;
}

.indus-item .in_p .indbox {
	padding: 15px;
}

.indus-item .in_p h2 {
	margin-top: 15px;
	font-size: 18px;
}

.indus-item .in_p p {
	color: #ffffff;
	font-size: 12px;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.indus-item .in_p img {
	width: 40px;
}

.infadeIn {
	-webkit-animation: fadeInrotate .7s linear;
	animation: fadeInrotate .7s linear;
	-moz-animation: fadeInrotate .7s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.infadeOut {
	-webkit-animation: fadeOutrotate .7s linear;
	animation: fadeOutrotate .7s linear;
	-moz-animation: fadeOutrotate .7s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInrotate {
	from {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
	}

	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}

@keyframes fadeOutrotate {
	from {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: perspective(100px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInrotate {
	from {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
	}

	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}

	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutrotate {
	from {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: perspective(100px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
		opacity: 1;
	}
}

.indus2_top {
	margin-top: 125px;
}

.report-item a {
	display: block;
	border: 2px solid #ffffff;
	padding: 8px;
	color: #ffffff;
	width: 635px;
	position: relative;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-top: 40px;
}

.report-item a span {
	width: 80px;
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	height: 80px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	line-height: 81px;
	font-size: 50px;
	font-weight: bold;
}

.report-item a p {
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}

.report-item a p em {
	color: #868cfc;
}

/*contact*/
.contact-box {
	width: 605px;
	padding: 25px;
	height: 430px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
	-webkit-border-radius: 10px;
}

.contact-box .row p {
	margin-bottom: 0;
	font-size: 14px;
}

.contact-box .row {
	margin-top: 15px;
}

.about-ly a {
	float: right;
	margin-bottom: 10px;
}

.about-box p {
	text-indent: 2em;
}

.map img {
	width: 100%;
}

#banner {
	margin-top: -30px;
}

.pro-tab img {
	border-radius: 10px;
}

.pro-3 {
	color: #ffffff;
	text-align: left;
}

.pro-cut-icon .cut-item a:focus {
	text-decoration: none;
	color: #297fb9
}

#page-one .slide.text-center img {
	width: 925px;
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background-color: #000000;
	}

	.ly-header .nav>li>a:hover {
		background-color: #000000;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		min-height: 360px;
	}

	.GD_left {
		display: none;
	}

	.index-news-list {
		height: 70%;
	}

	.index-news-list .container,
	.index-news-list .carousel-inner,
	.index-news-list .item {
		height: 100%;
	}

	.news-ly {
		width: 100%;
		height: 70%;
		overflow: hidden;
	}

	.about-ly {
		width: 100%;
		height: 70%;
		overflow: hidden;
		padding: 0;
	}

	.pro-ser {
		width: 100%;
	}

	#page-one .title {
		width: 80%;
		margin: 0;
	}

	.navbar-header {
		height: 60px;
	}

	.ly-header {
		height: 60px;
	}

	.navbar-brand>img {
		width: 60%;
	}

	.navbar-default .navbar-collapse {
		background-color: #000000
	}

	.pro-cut-icon .cut-item p {
		white-space: normal;
	}

	#page-one .slide.text-center img {
		width: 100% !important;
	}

	.navbar-nav>li>a span {
		display: inline-block;
		vertical-align: middle;
	}

	.ly-header .nav>li>a {
		padding: 10px 0;
		font-size: 14px;
	}

	.ly-header .nav>li>a span {
		display: none;
	}

	.ly-header .navbar-nav>.active>a {
		border-top: 0;
	}

	.report-list .col-sm-4 a {
		width: 85px;
		height: 250px;
	}

	.report-list .col-sm-4 a span {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}

	.area-content .area-t {
		width: 225px;
	}

	.area-circle {
		text-align: center;
	}

	.area-wap-a,
	.area-wap-b,
	.area-wap-c,
	.area-wap-d {
		margin-top: 10px;
	}

	.news-ly {
		padding: 0;
	}

	.pro-img img {
		width: 100%;
	}

	#banner {
		margin-top: 60px;
	}

	.report-item a {
		width: 100%;
	}

	.team-item {
		width: 100%
	}

	.news-item {
		width: 100%;
	}

	.news_d_box {
		width: 90%;
	}

	.news_d_box .arrow-left {
		left: -30px;
	}

	.news_d_box .arrow-right {
		right: -30px;
	}

	.com-news ul li span {
		display: none;
	}

	#page-three .title {
		margin-top: 20px;
		font-size: 20px;
	}

	#page-three .wap-pro-ser .title {
		margin-top: 10px;
		font-size: 16px;
		background-color: rgba(33, 97, 234, .5);
		padding: 5px 0;
	}

	#page-three .wap-pro-ser li {
		text-align: center;
		line-height: 25px;
	}

	.contact-box {
		width: 100%;
	}

	.com-news {
		margin-bottom: 10px;
	}

	.cateBtn {
		margin-top: 80px;
		margin-left: 20px;
		background-color: #297fb9;
		border: 0;
		padding: 5px 20px;
		color: #ffffff;
	}

	.cateBtn:focus {
		color: #ffffff;
	}

	.about-bg .cateBtn {
		margin-top: 0;
	}

	.indus-bg .child-nav {
		margin-top: 10px;
	}

	.indus2_top {
		margin-top: 10px;
	}

	.child-bg {
		padding-top: 10px;
	}

	.pro-cut-icon .cut-item a,
	.pro-cut-icon .cut-item a:before {
		width: 145px;
		height: 145px;
	}

	.pro-cut-icon .cut-item a:after {
		width: 105px;
		height: 105px;
	}

	.paddtop {
		padding-top: 48px;
	}

	.index-news-list .carousel-indicators {
		bottom: 175px;
	}
}

.index-block .footer {
	background-color: #e8edf0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100
}

@media (min-width: 768px) and (max-width: 992px) {
	.pro-cut-icon .cut-item p {
		white-space: normal;
	}

	.navbar-brand>img {
		display: none;
	}

	.navbar-nav {
		margin-top: 15px;
	}

	.ly-header .nav>li>a {
		/* padding: 20px 0; */
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		margin-top: 15px;
	}

	.child-nav li:hover {
		border: 1px solid #0a6ddd;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-shadow: 0 0 20px #0a6ddd;
	}

	.child-nav li:hover:before {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		/*background: url(../images/select.png) no-repeat;*/
		position: absolute;
		left: -60px;
		top: 50%;
	}
}

.index-block .fp-controlArrow {
	display: none;
}

.index-block .fp-slidesNav.bottom {
	bottom: 80px;
}

.index-block #fp-nav ul li a span,
.index-block .fp-slidesNav ul li a span {
	background-color: #ffffff;
}


#page-five {
	background-color: #F8FAFE;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #464646;
}

/**新加的**/
a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none
}

ol.nostyle,
ul.nostyle {
	padding: 0
}

ol.nostyle li,
ul.nostyle li {
	list-style-type: none
}

ol.inline li,
ul.inline li {
	display: inline-block
}

.top_zw {
	font: 17px "微软雅黑";
	float: left;
	display: block;
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
}

.top_ywt {
	font-size: 10px;
	display: block;
	position: absolute;
	top: 55px;
	width: 100%;
	text-align: center;
}

.top_nav {
	float: right;
	width: 800px;
	height: 90px;
}

.top_nav a {
	display: inline-block;
	background: none;
	width: 100px;
	/*height: 100px;*/
	height: 62px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 10;
	/*line-height: none;*/
}

.top_nav li {
	display: inline-block;
	background: none;
	width: 150px;
	overflow: hidden;
	text-align: center;
	z-index: 10;
	line-height: none;
}

.top_nav a {
	/*color: #6679db;*/
	/*color: #ffffff;*/
	color: #666;
}

.top_nav a.on,
.top_nav a.on:visited,
.top_nav a.on:hover,
.top_nav a:hover {
	/*border-bottom: 5px solid #6679db;*/
	border-bottom: 2px solid #246EE9;
}

.topHeader {
	width: 100%;
	/*background: #fff;*/
	color: #FFFFFF;
	z-index: 999;
	position: fixed;
	left: 0;
	/*top: 30px;*/
}

.fp-tableCell {
	vertical-align: inherit !important;
	position: relative;
	top: 90px;
}

.page1-title {
	font-size: 48px;
	color: #246ee9 !important;
}

.page1-sub-title {
	color: #555;
	font-size: 24px;
	border-left: 10px solid #246ee9;
	margin-left: -26px;
	text-indent: 13px;
}

.page2-img1 {
	position: absolute;
	right: 10px;
	top: 20px;
}

.page2-img2 {
	position: absolute;
	right: 70px;
	top: 80px;
}

.page3-title {
	font-size: 48px;
	color: #246ee9 !important;
}

.page5-panel {
	position: relative;
}

.ending-content {
	width: 36%;
	float: left;
	height: 100%;
	padding-left: 130px;
}


.ending-content p {
	color: #666;
	font-size: 16px;
}


.link {
	color: #246EE9;
	font-size: 17px;
	width: inherit;
	display: inline;
	text-decoration: none;
}

.link:hover {
	color: #246EE9;
	text-decoration: underline;
}

.link:focus {
	text-decoration: none;
	color: #006fb5;
}

.link2:hover {
	color: #246EE9;
	cursor: pointer;
	text-decoration: underline;
	font-size: 17px;
}

.contact-two a {
	color: #888;
	width: inherit;
	display: inline;
	text-decoration: none;
}

.contact-two a:hover {
	color: #246EE9;
	width: inherit;
	display: inline;
	text-decoration: underline;
}

#page5-a {
	width: 100%;
	height: 360px;
	margin-top: 90px;
}

.case-title {
	font-size: 48px;
	color: #555;
}

.case-box-content {
	background-color: rgb(248, 250, 254);
	padding-left: 50px;
	padding-right: 50px;
	color: #555;
}

.case-box-title {
	font-size: 24px;
}

.case-content {
	font-size: 15px;
	margin-top: 8px;
}

@media (max-height: 1600px) {
	#page5-a {
		width: 100%;
		height: 360px;
		margin-top: 90px;
	}

	#bottom-logo {
		width: 230px;
	}

	.ending-content ul {
		margin-top: 53px;
	}

	#connection {
		margin-top: 55px;
	}

	.ending-content ul li {
		color: #555;
		font-size: 20px;
		margin-top: 5px;
	}

	#curl {
		margin-top: 8px;
	}

	#eurl {
		margin-top: 10px;
	}

	#bottom-box {
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 50px;
		text-align: center;
	}

	.contact-content {
		width: 100%;
		height: 120px;
		position: absolute;
		bottom: 230px;
	}

	.contact-content>div {
		width: 25%;
		height: 100%;
		text-align: left;
		float: left
	}

	.contact-one {
		color: #888;
		font-size: 22px;
		font-weight: bold;
	}

	.contact-two {
		color: #888;
		font-size: 16px;
		margin-top: 3px;
	}

	#choice1-img {
		height: 658px;
		position: absolute;
		left: -1000px;
	}

	#choice2-img {
		position: absolute;
		left: -1500px;
		height: 375px
	}

	#page3-panel {
		position: relative;
		background-image: url('../images/page3-bg.png');
		background-size: cover;
		background-position: center;
	}

	.page4-panel {
		position: relative;
		background-image: url('../images/page4-bg.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	#page3-img1 {
		height: 150px;
		position: absolute;
		top: 210px;
		right: -1600px;
	}

	#page3-img2 {
		height: 180px;
		position: absolute;
		top: 1px;
		right: -1600px;
	}

	#page3-img3 {
		height: 250px;
		position: absolute;
		bottom: -8px;
		right: -1600px;
	}

	.devive {
		margin-top: 35px;
	}

	.devive2 {
		margin-top: 30px;
	}

	.page1-sub-content {
		margin-top: 10px;
		font-size: 17px;
		color: #555;
	}

	.page1-content {
		width: 405px;
		height: 540px;
		position: absolute;
		top: 27%;
		left: 280px;
		z-index: 1001;
	}

	.page1-content2 {
		width: 546px;
		height: 170px;
		position: absolute;
		top: 50%;
		left: 1100px;
		z-index: 1001;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content2 p {
		color: #fff;
	}

	.page1-content3 {
		width: 486px;
		height: 170px;
		position: absolute;
		top: 24%;
		left: 900px;
		z-index: 1001;
		display: none;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content3 p {
		color: #fff;
	}

	.casebg-content {
		width: 410px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 280px;
		z-index: 1001;
	}

	.partners-content {
		width: 325px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 280px;
		z-index: 1001;
	}

	.about-content {
		width: 370px;
		height: 540px;
		position: absolute;
		top: 38%;
		left: 280px;
		z-index: 1001;
	}

	.page1-search {
		width: 720px;
		height: 65px;
		background-color: #246ee9;
		margin-top: 100px;
		z-index: 1001;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(36, 110, 233, 0.5);
		padding-left: 60px;
		padding-top: 12px;
	}

	#vision {
		margin-top: 6px;
		color: #555;
		font-weight: bold;
		font-size: 40px;
	}

	#classiccase {
		margin-top: 6px;
		color: #246ee9;
		font-size: 40px;
		font-weight: bold;
	}

	.page2-box-single {
		width: 425px;
		height: 390px;
		box-shadow: 0 0 40px rgba(36, 110, 233, 0.5);
		background-color: #fff;
		border-radius: 10px;
		margin-left: 70px;
		position: relative;
		color: #000;
		padding: 0 45px 30px 50px;
		display: none;
		left: 3000px;
	}

	.page2-box-main {
		margin-left: 120px;
	}

	.page2-box {
		width: 2000px;
		position: absolute;
		bottom: -140px;
	}

	.page2-logo {
		width: 50px
	}

	.page2-logo2 {
		width: 42px;
	}

	.page2-logo3 {
		width: 62px;
	}

	.page2-logo-box {
		height: 80px;
		line-height: 100px;
		font-size: 22px;
		color: #666
	}

	#page2-ul1 {
		padding-left: 72px;
	}

	#page2-ul2 {
		padding-left: 65px;
	}

	#page2-ul3 {
		padding-left: 85px;
	}

	.product {
		color: #555;
		margin-top: 20px;
		font-size: 17px;
	}

	.product>p {
		margin-top: 5px;
	}

	.content {
		color: #777;
		margin-top: 24px;
		font-size: 17px;
	}

	.page-btn {
		margin-top: 40px;
		width: 100%;
		height: 40px;
	}

	.page-btn span {
		color: #fff;
		font-size: 15px;
		background-color: rgb(145, 182, 244);
		border-radius: 18px;
		padding: 8px 20px;

	}

	#c2 {
		color: #555;
		font-size: 24px;
		margin-top: 50px;
	}

	#c3 {
		color: #555;
		font-size: 24px;
		margin-top: 50px;
	}

	#c1 {
		color: #555;
		font-size: 24px;
		margin-top: 50px;
	}

	.cc {
		color: #777;
		margin-top: 10px;
		font-size: 17px;
	}

	.page2-title {
		color: #fff;
		position: absolute;
		top: 150px;
		left: 120px;
	}

	.case-row {
		width: 100%;
		height: 25%;
	}

	.case-box {
		width: 33.3%;
		height: 100%;
		float: left;
	}

	.about-content-box {
		position: relative;
		height: 650px;
		background-image: url('../images/about-bg.jpg');
		background-size: cover;
		background-position: center;
	}

	.about-padding {
		/*position: absolute;*/
		/*left: 20%;*/
		width: 1160px;
		height: 100%;
		padding: 60px;
		background-color: rgba(255, 255, 255, 0.8);
		margin: 0 auto;
	}

	.about-title {
		margin-top: 50px;
	}

	.about-line {
		margin-top: 10px;
	}

	.about-line2 {
		margin-top: 18px;
	}
}

@media (max-height: 900px) {

	/*#banner1{*/
	/*width: 82%;*/
	/*}*/
	/*#banner2{*/
	/*width: 82%;*/
	/*}*/
	#page5-a {
		width: 100%;
		height: 280px;
		margin-top: 60px;
	}

	#bottom-logo {
		width: 180px;
	}

	.ending-content ul {
		margin-top: 34px;
	}

	#connection {
		margin-top: 34px;
	}

	.ending-content ul li {
		color: #555;
		font-size: 18px;
		margin-top: 3px;
	}

	#curl {
		margin-top: 4px;
	}

	#eurl {
		margin-top: 5px;
	}

	#bottom-box {
		width: 100%;
		height: 100px;
		/* position: absolute;
        bottom: 32px; */
		padding-top: 48px;
		text-align: center;
	}

	.contact-content {
		width: 100%;
		height: 120px;
		padding-top: 100px;
		/* position: absolute;
        bottom: 160px; */
	}

	.contact-content>div {
		width: 25%;
		height: 100%;
		text-align: left;
		float: left
	}

	.contact-one {
		color: #888;
		font-size: 22px;
		font-weight: bold;
	}

	.contact-two {
		color: #888;
		font-size: 16px;
		margin-top: 3px;
	}

	#choice1-img {
		height: 638px;
		position: absolute;
		left: -1000px;
	}

	#choice2-img {
		position: absolute;
		left: -1500px;
		height: 355px
	}

	.devive {
		margin-top: 20px;
	}

	.devive2 {
		margin-top: 30px;
	}

	.page1-sub-content {
		margin-top: 5px;
		font-size: 17px;
		color: #555;
	}

	.page1-content {
		width: 350px;
		height: 540px;
		position: absolute;
		top: 22%;
		left: 160px;
		z-index: 1001;
	}

	.page1-search {
		width: 600px;
		height: 60px;
		background-color: #246ee9;
		margin-top: 85px;
		z-index: 1001;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(36, 110, 233, 0.5);
		padding-left: 60px;
		padding-top: 10px;
	}

	.page1-content2 {
		width: 546px;
		height: 170px;
		position: absolute;
		top: 50%;
		left: 900px;
		z-index: 1001;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content2 p {
		color: #fff;
	}

	.page1-content3 {
		width: 486px;
		height: 170px;
		position: absolute;
		top: 24%;
		left: 700px;
		z-index: 1001;
		display: none;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content3 p {
		color: #fff;
	}

	#vision {
		margin-top: 0;
		color: #555;
		font-weight: bold;
		font-size: 40px;
	}

	#classiccase {
		margin-top: 0;
		color: #246ee9;
		font-size: 40px;
		font-weight: bold;
	}

	.page2-box-single {
		width: 410px;
		height: 360px;
		box-shadow: 0 0 40px rgba(36, 110, 233, 0.5);
		background-color: #fff;
		border-radius: 10px;
		margin-left: 50px;
		position: relative;
		color: #000;
		padding: 0 45px 30px 50px;
		display: none;
		left: 3000px;
	}

	.page2-box {
		width: 2000px;
		position: absolute;
		bottom: -120px;
	}

	.page2-logo {
		width: 40px
	}

	.page2-logo2 {
		width: 35px;
	}

	.page2-logo3 {
		width: 50px;
	}

	.page2-logo-box {
		height: 70px;
		line-height: 80px;
		font-size: 22px;
		color: #666
	}

	#page2-ul1 {
		padding-left: 62px;
	}

	#page2-ul2 {
		padding-left: 58px;
	}

	#page2-ul3 {
		padding-left: 74px;
	}

	.product {
		color: #555;
		margin-top: 12px;
		font-size: 17px;
	}

	.product>p {
		margin-top: 0;
	}

	.content {
		color: #777;
		margin-top: 12px;
		font-size: 17px;
	}

	.page-btn {
		margin-top: 30px;
		width: 100%;
		height: 40px;
	}

	.page-btn span {
		color: #fff;
		font-size: 14px;
		background-color: rgb(145, 182, 244);
		border-radius: 18px;
		padding: 8px 20px;
		height: 40px;
	}

	#page3-img1 {
		height: 150px;
		position: absolute;
		top: 210px;
		right: -1600px;
	}

	#page3-img2 {
		height: 180px;
		position: absolute;
		top: 13px;
		right: -1600px;
	}

	#page3-img3 {
		height: 250px;
		position: absolute;
		bottom: -5px;
		right: -1600px;
	}

	#c2 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	#c3 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	#c1 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	.cc {
		color: #777;
		margin-top: 6px;
		font-size: 17px;
	}

	.page2-title {
		color: #fff;
		position: absolute;
		top: 70px;
		left: 80px;
	}

	.page2-box-main {
		margin-left: 80px;
	}

	.about-content-box {
		position: relative;
		height: 600px;
		background-image: url('../images/about-bg.jpg');
		background-size: cover;
		background-position: center;
	}

	.about-padding {
		/*position: absolute;*/
		/*left: 12%;*/
		width: 1160px;
		height: 100%;
		padding: 30px;
		background-color: rgba(255, 255, 255, 0.8);
		margin: 0 auto;
	}

	.about-title {
		margin-top: 30px;
	}

	.about-line {
		margin-top: 6px;
	}

	.about-line2 {
		margin-top: 10px;
	}

	.casebg-content {
		width: 410px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 160px;
		z-index: 1001;
	}

	.partners-content {
		width: 325px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 160px;
		z-index: 1001;
	}

	.about-content {
		width: 370px;
		height: 540px;
		position: absolute;
		top: 38%;
		left: 160px;
		z-index: 1001;
	}
}

@media (max-height: 700px) {


	#page5-a {
		width: 100%;
		height: 280px;
		margin-top: 60px;
	}

	#bottom-logo {
		width: 180px;
	}

	.ending-content ul {
		margin-top: 34px;
	}

	#connection {
		margin-top: 34px;
	}

	.ending-content ul li {
		color: #555;
		font-size: 18px;
		margin-top: 3px;
	}

	#curl {
		margin-top: 4px;
	}

	#eurl {
		margin-top: 5px;
	}

	#bottom-box {
		width: 100%;
		height: 100px;
		/* position: absolute;
        bottom: 32px; */
		padding-top: 48px;
		text-align: center;
	}

	.contact-content {
		width: 100%;
		height: 120px;
		padding-top: 100px;
		/* position: absolute;
        bottom: 160px; */
	}

	.contact-content>div {
		width: 25%;
		height: 100%;
		text-align: left;
		float: left
	}

	.contact-one {
		color: #888;
		font-size: 22px;
		font-weight: bold;
	}

	.contact-two {
		color: #888;
		font-size: 16px;
		margin-top: 3px;
	}

	#choice1-img {
		height: 638px;
		position: absolute;
		left: -1000px;
	}

	#choice2-img {
		position: absolute;
		left: -1500px;
		height: 355px
	}

	.devive {
		margin-top: 20px;
	}

	.devive2 {
		margin-top: 30px;
	}

	.page1-sub-content {
		margin-top: 5px;
		font-size: 17px;
		color: #555;
	}

	.page1-content {
		width: 350px;
		height: 540px;
		position: absolute;
		top: 22%;
		left: 160px;
		z-index: 1001;
	}

	.page1-search {
		width: 400px;
		height: 60px;
		background-color: #246ee9;
		margin-top: 40px;
		z-index: 1001;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(36, 110, 233, 0.5);
		padding-left: 34px;
		padding-top: 10px;
	}

	.page1-content2 {
		width: 546px;
		height: 170px;
		position: absolute;
		top: 50%;
		left: 900px;
		z-index: 1001;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content2 p {
		color: #fff;
	}

	.page1-content3 {
		width: 486px;
		height: 170px;
		position: absolute;
		top: 24%;
		left: 700px;
		z-index: 1001;
		display: none;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 20px;
		padding-left: 46px;
		padding-top: 26px;
		border-radius: 10px;
	}

	.page1-content3 p {
		color: #fff;
	}

	#vision {
		margin-top: 0;
		color: #555;
		font-weight: bold;
		font-size: 40px;
	}

	#classiccase {
		margin-top: 0;
		color: #246ee9;
		font-size: 40px;
		font-weight: bold;
	}

	.page2-box-single {
		width: 410px;
		height: 360px;
		box-shadow: 0 0 40px rgba(36, 110, 233, 0.5);
		background-color: #fff;
		border-radius: 10px;
		margin-left: 50px;
		position: relative;
		color: #000;
		padding: 0 45px 30px 50px;
		display: none;
		left: 3000px;
	}

	.page2-box {
		width: 2000px;
		position: absolute;
		bottom: -120px;
	}

	.page2-logo {
		width: 40px
	}

	.page2-logo2 {
		width: 35px;
	}

	.page2-logo3 {
		width: 50px;
	}

	.page2-logo-box {
		height: 70px;
		line-height: 80px;
		font-size: 22px;
		color: #666
	}

	#page2-ul1 {
		padding-left: 62px;
	}

	#page2-ul2 {
		padding-left: 58px;
	}

	#page2-ul3 {
		padding-left: 74px;
	}

	.product {
		color: #555;
		margin-top: 12px;
		font-size: 17px;
	}

	.product>p {
		margin-top: 0;
	}

	.content {
		color: #777;
		margin-top: 12px;
		font-size: 17px;
	}

	.page-btn {
		margin-top: 30px;
		width: 100%;
		height: 40px;
	}

	.page-btn span {
		color: #fff;
		font-size: 14px;
		background-color: rgb(145, 182, 244);
		border-radius: 18px;
		padding: 8px 20px;
		height: 40px;
	}

	#page3-img1 {
		height: 150px;
		position: absolute;
		top: 210px;
		right: -1600px;
	}

	#page3-img2 {
		height: 180px;
		position: absolute;
		top: 13px;
		right: -1600px;
	}

	#page3-img3 {
		height: 250px;
		position: absolute;
		bottom: -5px;
		right: -1600px;
	}

	#c2 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	#c3 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	#c1 {
		color: #555;
		font-size: 24px;
		margin-top: 30px;
	}

	.cc {
		color: #777;
		margin-top: 6px;
		font-size: 17px;
	}

	.page2-title {
		color: #fff;
		position: absolute;
		top: 70px;
		left: 80px;
	}

	.page2-box-main {
		margin-left: 80px;
	}

	.about-content-box {
		position: relative;
		height: 600px;
		background-image: url('../images/about-bg.jpg');
		background-size: cover;
		background-position: center;
	}

	.about-padding {
		/*position: absolute;*/
		/*left: 12%;*/
		width: 1160px;
		height: 100%;
		padding: 30px;
		background-color: rgba(255, 255, 255, 0.8);
		margin: 0 auto;
	}

	.about-title {
		margin-top: 30px;
	}

	.about-line {
		margin-top: 6px;
	}

	.about-line2 {
		margin-top: 10px;
	}

	.casebg-content {
		width: 410px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 160px;
		z-index: 1001;
	}

	.partners-content {
		width: 325px;
		height: 540px;
		position: absolute;
		top: 36%;
		left: 160px;
		z-index: 1001;
	}

	.about-content {
		width: 370px;
		height: 540px;
		position: absolute;
		top: 38%;
		left: 160px;
		z-index: 1001;
	}
}


.card {
	-webkit-perspective: 150rem;
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
}

.card__side {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	position: absolute;
	width: calc(100% - 100px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}


.card__side--back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: calc(100% - 100px);
}



.card:hover .card__side--front-1 {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.card:hover .card__side--back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

#connection img {
	cursor: pointer;
}

.homegengduo {
	position: absolute;
	bottom: 20%;
	right: 5%;
	color: #246ee9;
	font-size: 20px;
	cursor: pointer;
}


/* =============================================== */
