body {
	font-family: "微软雅黑", "microsoft yahei";
	transition: all linear 1s;
}
/**/

.down-ico {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 2rem;
	margin: 0 auto;
}
.pagedown {
	width: 34px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(72, 52, 38, 0);
	animation: mymove 5s infinite;
	-webkit-animation: mymove 1s ease-in-out infinite;
}
.pagedown .glyphicon {
	top: 0;
	margin-top: 10px;
}
@keyframes mymove {
	from {
		border-color: rgba(72, 52, 38, 0);
	}
	to {
		border-color: rgba(72, 52, 38, 1);
	}
}
@-webkit-keyframes mymove {
	from {
		border-color: rgba(72, 52, 38, 0);
	}
	to {
		border-color: rgba(72, 52, 38, 1);
	}
}
/*topnav*/
/**/

#topnav {
	background-color: transparent;
	border: none;
}
#topnav .nav>li>a {
	padding-left: 23px;
	padding-right: 23px;
	color: rgb(72, 52, 38);
	cursor: pointer;
}
#topnav .nav>li:hover a,
#topnav .navbar-nav>.active>a {
	background-color: transparent;
	border-bottom: 3px solid rgb(255, 241, 0);
}
#topnav .navbar-header img {
	height: 35px;
}
/**/

.container-fluid>.row>.col-md-6 {
	height: 100vh;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.container-fluid {
	height: 200vh;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.container-fluid>.row.trs {
	position: fixed;
	top: -50%;
	left: -28%;
	width: 150vw;
	height: 110vh;
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
}
#prosec>.col-md-6 {}
/**/

#sec0 {
	height: 100vh;
	z-index: 5;
	display: table;
	position: fixed;
}
#sec0 .logomix {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#sec0 .logomix h1 {
	font-size: 30px;
}
#sec0 .logomix img {
	width: 100% \9;
}
/**/

.inbox {
	display: block;
	position: absolute;
	margin: 15px 25px;
	opacity: 0;
}
.inbox h1 {
	font-size: 32px;
	padding-bottom: 1rem;
	margin-top: 1rem;
	border-bottom: 3px solid rgb(255, 241, 0);
}
.inbox h3 {
	font-size: 16px;
}
/**/

#sec1 {
	background-color: rgb(244, 244, 244);
	/*transform: rotateZ(25deg) translateY(25%);
	width: 105%;*/
}
#sec1 .inbox {
	right: 0;
	bottom: 0;
	color: rgb(126, 120, 120);
}
/**/

#sec2 {
	background: ;
}
#sec2 .inbox {
	left: 0;
	bottom: 0;
	color: rgb(116, 116, 116);
}
/**/

#sec3 {
	background-color: rgb(219, 219, 219);
}
#sec3 .inbox {
	right: 0;
	top: 0;
	color: rgb(255, 255, 255);
}
/**/

#sec4 {
	background-color: rgb(245, 245, 245);
}
#sec4 .inbox {
	left: 0;
	top: 0;
	color: rgb(126, 120, 120);
}
/*
 
 * 
 * */
/*MB*/

#mb {
	height: 100vh;
	background-color: white;
	transform: translateX(-5%) translateY(-35%);
	-webkit-transform: translateX(-5%) translateY(-35%);
	-ms-transform: translateX(-5%) translateY(-35%);
}
#scol {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	overflow: hidden;
	width: 996px!important;
	transition: all linear 1s;
	-webkit-transition: all linear 1s;
	-ms-transition: all linear 1s;
}
#scol>.row {
	height: 1480px;
	position: relative;
	top: 0;
	transition: all linear 1s;
}
#scol>.row>div {
	padding: 0px;
	transition: all linear 1s;
	-webkit-transition: all linear 1s;
	-ms-transition: all linear 1s;
	height: 366px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	float: left;
}
#scol>.row>.cm1 {
	width: 620px;
}
#scol>.row>.cm2 {
	width: 365px;
}
#scol>.row>.cm1+.cm2 {
	margin-left: 11px;
}
#scol>.row>.cm2+.cm1 {
	margin-left: 11px;
}
#scol .pro-info {
	position: relative;
	display: block;
	color: inherit;
	cursor: pointer;
}
#scol .pro-info>.pro-text {
	position: absolute;
	padding: 15px;
	width: 100%;
	bottom: -100%;
	background-color: rgba(255, 255, 0, .5);
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-ms-transition: all linear .5s;
}
#scol .pro-info:hover>.pro-text {
	bottom: 0;
}
#scol .vplay {
	position: absolute;
	margin: auto;
	width: 4rem;
	height: 4rem;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
}
#scol .vplay>a {
	display: block;
	width: 2rem;
	height: 2rem;
	margin-left: 1rem;
	margin-top: 1rem;
	cursor: pointer;
}
#scol .vplay>a>span {
	font-size: 2rem;
	top: 0;
	color: rgb(255, 255, 255);
}
#scol .clock {
	margin: 140px auto;
	width: 71px;
	height: 71px;
	position: relative;
	background: rgb(255, 255, 255) url(../img/clock-bg.png) no-repeat center center;
	border-radius: 50%;
}
#scol .clock:before{
	content: "";
	position: absolute;
	width: 9px;
	height: 124px;
	bottom: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/clock-line.png) no-repeat center center;
}
#scol .clock:after{
	content: "";
	position: absolute;
	width: 71px;
	height: 71px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/clock-bg1.png) no-repeat center center;
	z-index: 11;
}
#scol .clock-m,
#scol .clock-h {
	position: absolute;
	width: 71px;
	height: 71px;
	top: 0;
	left: 0;
	background: url(../img/clock-m.png) no-repeat center center;
	z-index: 10;
}
#scol .clock-h {
	background: url(../img/clock-h.png) no-repeat center center;
	z-index: 9;
}
#footer {
	background-color: rgb(55, 54, 44);
	height: 220px;
	margin-bottom: 0;
	padding: 4rem 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#footer>div {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
	right: 0;
}
.linkmix .linkto {
	display: inline;
	cursor: pointer;
}
.linkmix .linkto+.linkto {
	margin-left: 2rem;
}
.copy-info {
	color: rgb(255, 255, 255);
}
.copy-info .glyphicon {
	margin-right: 1.5rem;
	color: rgb(255, 240, 0);
}
.copy-info a.jumpto {
	margin-left: 1rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
}
/*
 
 * 
 * */
/*c*/