html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑";
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.line-bg {
	width: 30px;
	height: 1px;
	margin: 5px auto;
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s;
}

.line-bg-blue {
	width: 30px;
	height: 1px;
	margin: 5px auto;
	border-bottom: 1px solid #115afe;
	transition: all 0.5s;
}

.cor-w {
	color: #ffffff!important;
}
.font-w{
	font-weight: 600;
}
/* --- Common Styles ---*/

h1 {
	font-size: 16px;
}

.color-r {
	color: #fa4607!important;
}
.color-yellow {
	color: #fff200!important;
}

.color-b {
	color: #0e6ed5!important;
}

.pad-bm{
	padding:25px 10px;  
	color:#FFFFFF;
	background:rgba(74,144,226,.9);
}

.mar-bot-30{ margin-bottom: 30px;}
.mar-tb-30{ margin: 30px 0;}
/******************************右边******************************/

.box {
	float: right;
	width: 200px;
	height: 200px;
	margin-top:60px;
	text-align:center;
	perspective:400px;
}

.box:hover #div {
	transform: rotateY(-360deg);
}

.div div {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	border-radius: 50px;
	transform-origin: center center -100px;
}

.div3 {
	font: 50px/200px "arial";
	color: white;
	position: relative;
	transform-style: preserve-3d;
	transition: 15s all;
	animation: mupiao3 15s infinite linear running;
	transform-origin: center 100px -100px;
}

.div3 div:nth-of-type(3)> div{
    animation: mupiao33 15s infinite linear running;
}

.div div:nth-of-type(1) {
	background: red;
	transform: rotateY(0deg);
}

.div div:nth-of-type(2) {
	background: green;
	transform: rotateY(90deg);
}

.div div:nth-of-type(3) {
	background: blue;
	transform: rotateY(180deg);
}

.div div:nth-of-type(4) {
	background: purple;
	transform: rotateY(270deg);
}

.div div:nth-of-type(5) {
	background: yellow;
	transform: rotateX(90deg);
}

.div div:nth-of-type(6) {
	background: cyan;
	transform: rotateX(270deg);
}

@keyframes mupiao3 {
  1% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-720deg);
  }
  51% {
    transform: rotateY(-720deg) rotateX(0deg);
  }
  100% {
    transform: rotateY(-720deg) rotateX(-720deg);
  }
}

@keyframes mupiao33 {
  1% {
      transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
      transform: rotateY(0deg) rotateX(0deg);
  }
  51% {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(180deg);
  }
  100% {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(180deg);
  }
}

/******************************右边end******************************/


/*导航字颜色*/

.navbar-default.past-main .navbar-nav>li>a {
	color: #FFFFFF!important;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.navbar-default.past-main .navbar-nav>li>a:hover {
	color: #022a55!important;
}

.navbar-default:hover{ background: #077fff;}
/*导航字颜色end*/

::-moz-selection {
	color: #FFFFFF;
	background: #1eb858;
}

::selection {
	color: #FFFFFF;
	background: #1eb858;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 1;
	background-color: #F2F2F2;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	display: inline;
	top: 40%;
	position: relative;
	z-index: 9999;
}

.logo {
	margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover,
.logo:focus {
	text-decoration: none;
	color: #FFF;
}


/* ------ 导航 ----- */

.navbar {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
	transition: all 0.6s ease;
	border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-radius: 0px;
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
	padding: 4px 6px;
	font-size: 14px;
	color: #111111;
}

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
	transition: 1s;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	transition: all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #f8ca2b;
}

.navbar-default .navbar-nav>.active>a {
	background: transparent;
	color: #222222;
}

.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: #0054b4;
}

.navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #0054b4;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
	color: #111111;
}

.navbar-default .nav-white>li>a {
	color: #666666;
}

.navbar-default .nav-white>li>a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/*----------  ---------*/

@media only screen and (max-width: 767px) {
	.navbar {
		padding-top: 5px;
		height: 60px;
	}
	.navbar-default {
		border: 0px;
		background-color: transparent;
	}
	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
		background-color: #FFFFFF;
	}
	.navbar-default .navbar-collapse {
		border: 0;
		border-color: transparent;
	}
	.navbar-default .navbar-nav>li>a {
		color: #222222;
		margin-top: 5px;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #222222;
	}
	.navbar-default .navbar-brand {
		color: #FFFFFF;
		padding: 5px 15px 0 15px !important;
	}
	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #111111;
	}
	

}

@media only screen and (min-width: 414px) {
	/*.navbar-nav {
    background: rgba(7, 126, 255, 0.99);
}*/
	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 60px;
		background-color: rgba(7, 126, 255, 0.99);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}
	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}
	.navbar-default.past-main .navbar-nav>li>a {
		color: #000000!important;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}
	.navbar-default.past-main .navbar-nav>li>a:hover {
		color: #03448f;
	}
	.navbar-default.past-main .navbar-nav>.active>a {
		background: transparent;
		color: #5924EC;
	}
	.navbar-default.past-main .navbar-nav>.active>a:hover {
		background: transparent;
		color: #222222;
	}
	.navbar-default.past-main .navbar-nav>.active>a:focus {
		background: transparent;
		color: #03448f;
	}
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}


/* --------------------------- 中间 ----------------------------------*/

#main {
	height: 100%;
}


/* ----- 引言 ----- */

.hero-section {
	height: 100%;
	padding: 150px 0 0 0;
}

.hero-content {
	padding: 50px 0 100px 0;
	overflow: hidden;
}

.product .btn-action {
	background-color: transparent;
	border: 1px solid #82714a;
	color: #82714a;
}

.product .btn-action:hover,
.product .btn-action:focus {
	background: #92714A;
	color: #FFFFFF;
	border-color: #82714A;
}


/* ----------- App Home ---------*/

.software .hero-section {
	padding: 100px 0 0 0;
	background: #F9F9F9;
}

.software .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #444444;
	margin: 0 0 20px 0;
}

.software .btn-action {
	font-family: Arial;
	background-color: #3f51b5;
	border: 1px solid #3f51b5;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 24px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.software .btn-action:hover,
.software .btn-action:focus,
.software .btn-action:active,
.software .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #3f51b5;
	background: transparent;
	border-color: #3f51b5;
}

.software .hero-section img {
	margin: 0 auto;
}


/*---------------- ------------------- */

.form .hero-section {
	background-size: cover;
	padding: 150px 0 0 0;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

.form .hero-content h1 {
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}

.form .sub-form .submit-button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFFFFF;
	/*background-color: rgba(0,0,0,0);*/
	background-color: transparent;
	border: 1px solid #ffffff;
	cursor: pointer;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .sub-form .submit-button:hover {
	background: #0176e8;
	border: 1px solid #0176e8;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .btn-action {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
}

.form .btn-action:hover {
	background: transparent;
	border-color: #1eb858;
	color: #1eb858;
}


/*---------------------------------------------*/

.image-bg .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(/Content/BIMCaseTraining/images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
	font-weight: 600;
	color: #FFFFFF;
}

.image-bg .hero-content p {
	color: #FFFFFF;
}


/* ------------  ------------ */

.signup .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url(/Content/BIMCaseTraining/images/app_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.signup .hero-content {
	padding: 50px 0 100px 0;
}

.signup .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup .hero-content p {
	color: #FFFFFF;
}

.signup-form {
	padding: 25px 25px 30px 25px;
	background: #1eb858;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.signup-form h1 {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: capitalize;
	text-align: center;
	margin: 20px 0 30px 0;
}

.signup-form form textarea {
	height: 100px;
}

.signup-form form .input-error {
	border-color: #19b9e7;
}

.signup-form p {
	font-family: Open Sans;
	font-size: 12px;
	color: #DDDDDD;
	margin: 25px 0 10px 0;
}

.form-group {
	margin-bottom: 20px;
}

.signup .btn-action.btn-round {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #1eb858;
	border-radius: 30px;
}

.signup .btn-action.btn-round:hover,
.signup .btn-action.btn-round:focus {
	background: transparent;
	color: #1eb858;
	border-color: #1eb858;
}

.signup .btn-action {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
}

.signup .btn-action:hover {
	background: transparent;
	border-color: #1eb858;
	color: #1eb858;
}

input[type="text"],
textarea,
textarea.form-control {
	height: 35px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #888888;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #FFFFFF;
	border: 1px solid #111;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	color: #888;
}

.signup-form button.btn {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #111111;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.signup-form button.btn:hover {
	opacity: 0.6;
	color: #FFFFFF;
}

.signup-form button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #FFFFFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.signup-form button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.signup-form button.btn:active:focus,
button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.signup-form {
		max-width: 500px;
		margin: 0 auto;
	}
}


/*---------------------------------------------------------*/

.slider-pro .sp-slide {
	background: #222222;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 16px;
	color: #A1A1A1;
	line-height: 1.4;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}


/* ---------------- 引言 ----------------------*/

.app .hero-section {
	padding: 50px 0 0 0;
}

.app .hero-content {
	padding: 100px 0 0 0;
}

.app img {
	margin: 0 auto;
}

.app-info h1 {
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	margin-top: 30px !important;
}

.app-info h4 {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 300;
	color: #3C4B5D;
	line-height: 1.4;
	margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}

.app-info .ion {
	font-size: 1em;
	color: #ff8000;
}

.download-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}

.app .btn-action {
	color: #FFFFFF;
	background: #1eb858;
	border-color: #1eb858;
}

.app .btn-action:hover {
	color: #1eb858;
	background: transparent;
	border-color: #1eb858;
}


/*--------------------------------------------------------*/

.cs-main .left-section {
	background-color: #F2F2F2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cs-main .right-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 20px 0 20px;
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
}

.cs-main .hero-section {
	padding: 120px 0 0 0;
	background: #FFFFFF !important;
}

.cs-main .hero-content {
	padding: 50px 0 0 0;
}

.cs-main .app-info h1 {
	font-weight: 600;
	font-size: 42px;
}

.cs-main .left-section {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/Content/BIMCaseTraining/images/split-bg.jpg) no-repeat center center;
	background-size: cover;
}


/*---------------------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-family: 'Josefin Sans';
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}


/* ----- 合作伙伴 ----- */

.client-section {
	padding: 5px 0 0 0;
	background: #ffffff;
	padding: 30px 0 50px 0;
}

.client-section h1 {
	margin-bottom: 15px;
	font-size: 28px;
	color: #666666;
	font-weight: 600;
	line-height: 1.4;
}

.client-section-intro p {
	font-size: 15px;
	color: #999999;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.clients .single {
	padding: 25px 0 25px 0;
}


/*.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 0.6;
}

.clients .single img:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 1;
}*/

.clients .single img {
	opacity: 1;
}

.clients .single img:hover {
	opacity: 0.6;
}


/*--------------------------创新之处------------------------------------------------*/

.line-bgc {
	width: 30px;
	height: 1px;
	margin: 15px auto;
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s;
}

.pitch {
	padding: 100px 0;
	/*background: url(/Content/BIMCaseTraining/images/bg.jpg) no-repeat center 0;*/
}

.pitch-intro {
	max-width: 600px;
	margin: 0 auto;
}

.pitch-intro i {
	font-size: 15px;
}

.pitch-intro .biaoti {
	max-width: 240px;
	margin: 0 auto 40px auto;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFFFFF;
	background: #f1940f;
	border-radius: 5px;
}

.pitch-intro h2 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #0a3db5;
	margin: 0 0 10px 0;
}

.pitch-intro h1 {
	margin: 20px 0;
	letter-spacing: 2px;
	font-size:25px;
	font-weight: 900;
	line-height: 1.2em;
	color: #ffffff;
	/*text-shadow: 5px 3px 5px rgba(0, 27, 59, .5);*/
}

.pitch-intro p {
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	letter-spacing: 0;
}

.pitch-icon {
	width: 100px;
	height: 100px;
	margin: 50px 0 10px 0;
	display: inline-block;
	background: rgba(17, 90, 254, 1);
	box-shadow: 0px 0px 30px 0px rgba(1, 134, 255, .8);
	border-radius: 50%;
}

.pitch-icon i {
	font-size: 60px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
}

.pitch-content {
	padding: 10px 0 10px 0;
}

.pitch-content h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #115afe;
}

.pitch-content p {
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #115afe;
	letter-spacing: 0;
	border-radius: 5px;
}


/*-------------------------------------------------------------------------*/

.icon-features {
	padding: 100px 0 100px 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size: 16px;
	color: #A1A1A1;
	text-align: center;
	margin: 0 0 30px 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.f-content {
	padding-left: 80px;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	color: #4D4D4D;
	line-height: 1.5;
	text-align: left;
}


/*----------------------------------------------------------------*/

.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #222222;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}

.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans';
	font-size: 16px;
	line-height: 1.2;
	color: #A1A1A1;
}


/* --------- */

.software .features {
	padding: 100px 0 100px 0;
}

.software .features .features-list h1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #222222;
	margin: 20px 0 20px 0;
}

.software .features-list p {
	margin: 0 0 25px 0;
	font-family: 'Josefin Sans';
	font-size: 18px;
	line-height: 1.2;
	color: #A1A1A1;
}

.software .features .features-list ul {
	list-style-type: disc;
	padding-left: 20px;
}

.software .features .features-list ul li {
	font-family: Open Sans;
	display: block;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #A1A1A1;
}


/* --------------------------- */

.feature-sub .sub-inner h1 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}

.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #1eb858;
	border-color: #1eb858;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #1eb858;
	background: transparent;
	border-color: #1eb858;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(/Content/BIMCaseTraining/images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.sub-inner {
	padding: 0 10% 0 10%;
	text-align: center;
	float: left;
}


/* --------- ------- */

.software .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.99)), url(/Content/BIMCaseTraining/images/app_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.software .feature-sub .sub-inner h1 {
	font-family: 'Josefin Sans';
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFF;
	margin: 0 0 30px 0;
}


/*  --------------------------------------------------------*/

.app-adobe {
	background: url(/Content/BIMCaseTraining/images/bg1.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0 70px 0;
}

.app-adobe h1 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px 0;
}

.app-adobe p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0 40px 0;
	text-indent: 2em;
	margin-bottom: 15px;
	text-align: justify;
	color: #ffffff;
}


/*  -------------------------------------------------------*/

.app-features {
	background: url(/Content/BIMCaseTraining/images/bg2.png) no-repeat center #F4F4F4;
	padding: 70px 0 70px 0;
}

.app-features h1 {
	font-size: 30px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.app-features p {
	font-size: 18px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 40px 0;
}

.app-features img {
	margin: 0 auto;
}

.app-features .features-left,
.app-features .features-right {
	padding: 50px 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 60px;
	color: #4a90e2;
}

.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}

.app-features .feature-single h1 {
	font-size: 18px;
	font-weight: 600;
	color: #666666;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.app-features .feature-single p {
	font-size: 14px;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 0 0;
}


/*--------------------------------------------------------*/

.split-features {
	background: #F9F9F9;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.signup .split-features {
	background: #F2F2F2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #A1A1A1;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: Open Sans;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #A1A1A1;
}

.split-features2 {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.second {
	padding: 120px 10px 50px 350px;
}


/*  --------------------------------------------------------*/

.review-section {
	padding: 100px 0;
	text-align: center;
	background: url(/Content/BIMCaseTraining/images/bim-bg-2.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.review-intro {
	padding-bottom: 30px;
}
.review-intro img {
	padding: 30px 0; 
}

.review-intro h1 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: 5px 5px 5px rgba(0, 27, 59, .7);
}

.review-intro h2 {
	font-size: 22px;
	color: #001b3b;
	font-weight: 600;
	line-height: 1.4;
}

.review-intro h3 {
	margin-bottom:5px;
	font-size:16px;
	font-weight:600;
	color:#052243;
	line-height:1.5em;
	text-align: left;
}

.review-intro p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.reviews {
	width: 100%;
}

.review-single img {
	width: 120px;
	height: 120px;
}

.review-text h3 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.review-text h4 {
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #ff8000;
}

.review-text p {
	font-size: 14px;
	font-weight: 300;
	padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #A1A1A1;
}


/*--------------------------------------------------------------------------------*/

.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}


/* ----- ----- */

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(/Content/BIMCaseTraining/images/bg4.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.pricing-section img{
	margin-bottom: 25px;
	border:1px solid  #ffffff;
	cursor: pointer;
	transition: all 0.6s;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
    -khtml-opacity: 0.6;  
    opacity: 0.6;  
}

.pricing-section img:hover{
	border:1px solid  #ff8c20;
	transform: scale(1.1);
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;  
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 40px;
	/*text-shadow: 5px 5px 5px rgba(0, 27, 59, .7);*/
}

.pricing-intro p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 2em;
	letter-spacing: 1px;
	text-align: left;
}

.pricing-section .table-left,
.pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #4a90e2;
	box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .5);
	max-width:400px;
	height:400px;
}

.table-left .icon,
.table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon,
.table-right .icon {
	font-size: 50px;
	margin: 0 auto;
	color: #ffffff;
}

.table-left .pricing-details span,
.table-right .pricing-details span {
	display: inline-block;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 20px;
}

.table-left .pricing-details h2,
.table-right .pricing-details h2 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 30px;
}

.table-left .pricing-details p,
.table-right .pricing-details p {
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .pricing-details ul,
.table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}

.table-left .pricing-details li,
.table-right .pricing-details li {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover,
.pricing-section .table-right:hover {
	background: rgba(74, 144, 226, 0.8);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left,
.pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}


/* -----  -----*/

.counter-section {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F1F1F1;
}

.counter-section h3 {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.counter-icon {
	padding: 15px;
}

.counter-icon i {
	font-size: 48px;
	color: #1eb858;
}

.counter-text {
	margin-top: 10px;
	margin-bottom: 20px;
}

.counter-text h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 0.5em;
	color: #222222;
}


/* -----  ----- */

.cta-sub {
	padding-top: 150px;
	padding-bottom: 150px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(/Content/BIMCaseTraining/images/cta_bg.jpg) no-repeat center center;
	background-size: cover;
}

.cta-inner {
	text-align: center;
	float: none;
}

.cta-sub .cta-inner h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: -2px;
}

.cta-sub .cta-inner p {
	font-family: Open Sans;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: left;
}

.center-form {
	text-align: center;
}

.subscribe-form .mail {
	background-color: #F9F9F9;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	height: 40px;
	padding: 0 130px 0 20px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
}

.subscribe-form input {
	color: #222222;
	font-family: Open Sans;
	padding: 0;
	font-size: 0.9em;
}

.subscribe-form .submit-button {
	font-size: 0.9em;
	height: 40px;
	border: 2px solid;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding: 0 25px 0 25px;
	border-color: #FFFFFF;
	background-color: #927f54;
	color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.subscribe-form .submit-button:hover {
	border-color: #927f54;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.product .subscribe-form .submit-button {
	border-color: #FFFFFF;
	background-color: #927f54;
}

.product .subscribe-form .submit-button:hover {
	border-color: #927f54;
}

.error_message {
	color: #fc6e51;
	font-family: Open Sans;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 30px;
}

#success_page {
	color: #9ce726;
	font-family: Open Sans;
	padding-bottom: 10px;
	font-size: 12px;
}

#success_page h3 {
	font-size: 17px;
	font-weight: 400px;
	color: #4ab217;
}

#success_page p {
	font-size: 12px;
	font-weight: 400px;
	color: #b3b3b3;
}


/* -------底部------- */

.footer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 50px 0;
	color: #FFFFFF;
	text-align: left;
	background: #4a90e2;
}

.footer p {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 2em;
}

.footer img {
	margin: 10px 0;
}

.footer li {
	float: left;
	margin-top: 5px;
	margin-right: 10px
}


/* ---------------------- Top ------------------------------------*/

.back-to-top {
	background: rgba(74, 144, 226, 0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 7px;
	top: 7px;
	font-size: 20px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
	background: rgba(74, 144, 226, 0.9);
	color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
	color: #FFFFFF;
}

.product .back-to-top {
	background: rgba(146, 127, 84, 0.5);
}

.product .back-to-top:hover {
	background: rgba(146, 127, 84, 0.9);
}


/*---------------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.hero-section {
		padding: 150px 0 100px 0;
	}
	.form .hero-section {
		padding: 150px 0 10px 0;
	}
	.form .hero-content {
		padding: 50px 0 0px 0;
		overflow: hidden;
	}
	.product .hero-content {
		padding: 150px 0 100px 0;
		text-align: left;
	}
	.hero-content p {
		font-size: 20px;
	}
	.about-content h2 {
		font-size: 38px;
	}
	.image-bg .hero-content h1 {
		font-size: 54px;
	}
	.signup .hero-content h1 {
		font-size: 48px;
	}
	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}
	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}
	.software .features {
		padding: 100px 0 100px 0;
	}
	.software .features .features-list h1 {
		font-size: 34px;
	}
	.software .features .features-list {
		padding: 30px 0 0 0;
	}
	.software .features .features-list ul li {
		display: list-item;
		font-size: 14px;
		text-align: left;
	}
	.feature-sub {
		padding: 200px 0 200px 0;
	}
	.software .feature-sub .sub-inner h1 {
		font-size: 42px;
	}
	.split-content {
		padding: 120px 350px 50px 10px;
		text-align: left;
	}
	.split-content h1 {
		font-size: 37px;
	}
	.second {
		padding: 120px 10px 50px 350px;
	}
	.pricing {
		padding: 100px 0 100px 0;
	}
	.pricing-content {
		text-align: left;
	}
	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}
	.contact h1 {
		font-size: 19px;
	}
	.contact p {
		font-size: 13px !important;
	}
	.contact a {
		font-family: "Open Sans";
		font-size: 14px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}
	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}
}

@media screen and (min-width: 412px) and (max-width: 600px) {
	.pitch-icon {
    width: 80px;
    height:80px;
    margin:30px 0 10px 0;
    display: inline-block;
    background: rgba(17, 90, 254, 1);
    box-shadow: 0px 0px 30px 0px rgba(1, 134, 255, .8);
    border-radius: 50%;
}
.pitch-icon i {
    font-size: 40px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
	.pitch-intro .biaoti {
    max-width: 300px;
    margin: 0 auto 30px auto;
    padding: 8px 20px;
    font-size:18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFFFFF;
    background: #f1940f;
    border-radius: 5px;
}
.pitch-content h1 {
    margin: 0 0 10px 0;
    font-size:18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #115afe;
}
	.qiu {
		display: none;
	}
	.app .hero-section {
		padding: 50px 0;
		background: url(/Content/BIMCaseTraining/images/banner1.jpg)no-repeat center 0;
	}
	.app-info h1 {
		font-size: 30px;
		font-weight: 600;
		color: #404040;
		margin-top: 30px !important;
	}
	.form .hero-content h1 {
		font-size: 30px;
		font-weight: 700;
		color: #FFFFFF;
		line-height: 1.2;
		letter-spacing: -1px;
		margin: 0 0 20px 0;
	}
	.form .hero-content p {
		font-size: 22px;
		color: #FFFFFF;
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 25px 0;
	}
	.pitch {
		padding: 60px 0;
		/*background: url(/Content/BIMCaseTraining/images/bg.jpg);*/
		background-attachment: fixed;
		background-size: cover;
	}
	.subscribe-form .mail {
		padding: 0 30px 0 20px;
		border-radius: 5px 0 0 5px;
	}
	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
	}
	
	.pricing-intro h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    text-shadow: 5px 5px 5px rgba(0, 27, 59, .7);
}
.pricing-section .table-left, .pricing-section .table-right {
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #4a90e2;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .5);
    max-width: 400px;
    }
    .table-left .icon, .table-right .icon {
    font-size:40px;
    margin: 0 auto;
    color: #ffffff;
}

.review-intro h1 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 5px 5px 5px rgba(0, 27, 40, .7);
}

.review-intro p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.review-intro h2 {
    font-size: 18px;
    color: #001b3b;
    font-weight: 600;
    line-height: 1.4;
}

.review-intro h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #052243;
    line-height: 1.5em;
    text-align: left;
}

.app-features h1 {
    font-size:24px;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.app-features p {
    font-size: 16px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 10px 0 40px 0;
}

.app-adobe h1 {
    font-size:24px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 30px 0;
}

label {
    margin-bottom: 15px;
}

input[type="text"], textarea, textarea.form-control{
	margin-bottom: 15px;
}
.form-control{
	margin-bottom: 15px;
}

.app-features img{
	margin-bottom: 15px;
}


}

@media screen and (min-width: 360px) and (max-width: 600px) {
	
	
	/*右边浮动*/

.waiter {
	z-index: 999;
	position: fixed;
	right: 1px;
	top: 50%;
	width: 140px;
	margin-top: -90px;
}

.waiter ul li {
	height: 42px;
	margin-bottom: 1px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #f60, #ffb443);
	background-image: -moz-linear-gradient(left, #f60, #ffb443);
	background-image: -ms-linear-gradient(left, #f60, #ffb443);
}

.waiter ul li a {
	display: block;
	height: 26px;
	padding: 15px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 13px;
	text-align: center;
	border-radius: 5px;
	
}
	
	
	.pricing-intro h1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    text-shadow: 5px 5px 5px rgba(0, 27, 59, .7);
}
	.review-intro h3 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #052243;
    line-height: 1.5em;
    text-align: left;
}
	.review-intro h2 {
    font-size: 18px;
    color: #001b3b;
    font-weight: 600;
    line-height: 1.4;
}
	.review-intro h1 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 5px 5px 5px rgba(0, 20, 30, .7);
}
	.app-features h1 {
    font-size:24px;
    font-weight: 900;
    margin: 0 0 30px 0;
}
	
	.app-adobe h1 {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px 0;
}
label {
    margin-bottom: 15px;
}

input[type="text"], textarea, textarea.form-control{
	margin-bottom: 15px;
}
.form-control{
	margin-bottom: 15px;
}

.app-features img{
	margin-bottom: 15px;
}

  .section3 {display:none; }
	.box {
		display: none;
	}
	.app .hero-section {
		padding: 50px 0;
		background: url(/Content/BIMCaseTraining/images/banner1.jpg)no-repeat center 0;
	}
	.app-info h1 {
		font-size: 24px;
		font-weight: 600;
		color: #404040;
		margin-top: 30px !important;
	}
	.form .hero-content h1 {
		font-size:20px;
		font-weight: 700;
		color: #FFFFFF;
		line-height: 1.2;
		letter-spacing: -1px;
		margin: 0 0 20px 0;
	}
	.form .hero-content p {
		font-size: 15px;
		color: #FFFFFF;
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 25px 0;
		text-align: justify;/*段落文字两端对齐*/
	}
	.pitch {
		padding:10px 0;
		/*background: url(/Content/BIMCaseTraining/images/bg.jpg);*/
		background-attachment: fixed;
		background-size: cover;
	}
	.subscribe-form .mail {
		padding: 0 30px 0 20px;
		border-radius: 5px 0 0 5px;
	}
	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
	}
	.pitch-intro h1 {
    margin: 0 0 30px 0;
    letter-spacing: 2px;
    font-size:19px;
    font-weight: 900;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 5px 5px 5px rgba(0, 27, 40, .5);
}

.pitch-intro .biaoti {
    max-width: 300px;
    margin: 0 auto 30px auto;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFFFFF;
    background: #f1940f;
    border-radius: 5px;
}
	/*.navbar-nav {
    background: rgba(7, 126, 255, 0.99);
}*/
	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 60px;
		background-color: rgba(7, 126, 255, 0.99);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}
	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}
	.navbar-default.past-main .navbar-nav>li>a {
		color: #000000!important;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}
	.navbar-default.past-main .navbar-nav>li>a:hover {
		color: #03448f;
	}
	.navbar-default.past-main .navbar-nav>.active>a {
		background: transparent;
		color: #5924EC;
	}
	.navbar-default.past-main .navbar-nav>.active>a:hover {
		background: transparent;
		color: #222222;
	}
	.navbar-default.past-main .navbar-nav>.active>a:focus {
		background: transparent;
		color: #03448f;
	}
}

/*按钮*/

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  border-radius:5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e84c3d;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#fff;
  font-size:1.1em;
  padding:6px 40px;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E42313;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:0;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.horizontal {
  display: inline-block;
  vertical-align: middle;		
  border-radius:5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #0d59aa;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#fff;
  padding:5px ;
}
.horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E42313;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:5px;
}
.horizontal:hover, .horizontal:focus, .horizontal:active {
  color: white;
}
.horizontal:hover:before, .horizontal:focus:before, .horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*右边浮动*/

.waiter {
	z-index: 999;
	position: fixed;
	right: 1px;
	top: 50%;
	width: 140px;
	margin-top: -90px;
}

.waiter ul li {
	height: 52px;
	margin-bottom: 1px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #f60, #ffb443);
	background-image: -moz-linear-gradient(left, #f60, #ffb443);
	background-image: -ms-linear-gradient(left, #f60, #ffb443);
}

.waiter ul li a {
	display: block;
	height: 36px;
	padding: 17px;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
	
}


/**一站式**/
@media (min-width: 992px){
.how-we-box:nth-child(4n+1) {
		clear: both;
	}
	.how-we-box:nth-child(4n+1)::before,
	.how-we-box:nth-child(4n)::after {
		display: none;
	}
}
.how-we-box {
	z-index: 1;
	margin-bottom: 33px;
}
.how-we-box::before,
.how-we-box::after {
	border-top: 1px dashed rgba(0,86,183,0.64);
	content: "";
	height: 1px;
	width: 50%;
	position: absolute;
	top: 50px;
	z-index: -1;
}
.how-we-box::before {
	left: 0;
}
.how-we-box::after {
	right: 0;
}
.how-we-box i,
.how-we-box h5 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.how-we-box i {
	border-radius:50%;
	color:#3996fe;
	font-size:50px;
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
}
.how-we-box i::before {
	line-height: 100px;
}
.how-we-box h5 {
	font-size:18px;
	font-weight:600;
	line-height:36px;
	letter-spacing:0.56px;
	margin-top:5px;
	margin-bottom:3px;
	color: #0c42b4;
}
.how-we-box:hover h5 {
	color: #ffb300;
}
.how-we-box p {
	margin-top:18px;
	color: #0c42b4;
	font-size:18px;
	line-height: 24px;
	letter-spacing: 0.455px;
}
.how-we-box:hover i {
	border-color: transparent;
	background: rgba(253, 133, 51, 1);
    box-shadow: 0px 0px 30px 0px rgba(1, 134, 255, .8);
	color: #fff;
}
.how-we-section.no-bg {
	background-color: transparent;
}


/*旋转部分、、、、、、、、、、、、、、、、、、、、、、、、、、*/
.section3 {
    width: 1000px;
    height: 600px;
    margin: 40px auto 0px;
    background: url(/Content/BIMCaseTraining/images/zj-bim-bg.png) 32px 65px no-repeat;
}

.u_p3d {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.section3 .ui_base {
    position: relative;
    top: 90px;
    left: 280px;
    width: 400px;
    height: 0px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 0%;
    -moz-perspective-origin: 50% 0%;
    -o-perspective-origin: 50% 0%;
    -ms-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%
}

.section3 .ball_c {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    width: 225px;
    height: 157px;
    line-height: 157px;
    text-align: center;
  /*  background: url(/Content/BIMCaseTraining/images/bim.png) no-repeat;*/
    left: 90px;
    top: 100px;
}

.section3 .ball_c img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
}

.section3 .ball_c p {
    margin-top: -70px;
}

.section3 .ball_c p a {
    font-size: 19px;
    font-family: ""
}

.section3 .base {
    -webkit-transform: rotateX(80deg) rotateY(-10deg);
    -moz-transform: rotateX(80deg) rotateY(-10deg);
    -o-transform: rotateX(80deg) rotateY(-10deg);
    -ms-transform: rotateX(80deg) rotateY(-10deg);
    transform: rotateX(80deg) rotateY(-10deg);
    position: relative;
    width: 350px;
    height: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: -38px;
    left: 40px;
}

.section3 .ball_base {
    -webkit-transform-origin: 225px 0px;
    -moz-transform-origin: 225px 0px;
    -ms-transform-origin: 225px 0px;
    -o-transform-origin: 225px 0px;
    transform-origin: 225px 0px;
    position: absolute;
    top: 175px;
    left: -50px;
    width: 225px;
    height: 127px
}

.section3 .ball_1 {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(0deg) translateY(-70px)
}

.section3 .ball_2 {
    -webkit-transform: rotateX(-90deg) rotateY(36deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(36deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(36deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(36deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(36deg) translateY(-70px)
}

.section3 .ball_3 {
    -webkit-transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(72deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(72deg) translateY(-70px)
}

.section3 .ball_4 {
    -webkit-transform: rotateX(-90deg) rotateY(108deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(108deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(108deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(108deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(108deg) translateY(-70px)
}

.section3 .ball_5 {
    -webkit-transform: rotateX(-90deg) rotateY(144deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(144deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(144deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(144deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(144deg) translateY(-70px)
}

.section3 .ball_6 {
    -webkit-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(180deg) translateY(-70px)
}
.section3 .ball_7 {
    -webkit-transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(216deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(216deg) translateY(-70px)
}
.section3 .ball_8 {
    -webkit-transform: rotateX(-90deg) rotateY(242deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(242deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(242deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(242deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(242deg) translateY(-70px)
}
.section3 .ball_9 {
    -webkit-transform: rotateX(-90deg) rotateY(278deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(278deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(278deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(278deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(278deg) translateY(-70px)
}
.section3 .ball_10 {
    -webkit-transform: rotateX(-90deg) rotateY(314deg) translateY(-70px);
    -ms-transform: rotateX(-90deg) rotateY(314deg) translateY(-70px);
    -o-transform: rotateX(-90deg) rotateY(314deg) translateY(-70px);
    -moz-transform: rotateX(-90deg) rotateY(314deg) translateY(-70px);
    transform: rotateX(-90deg) rotateY(314deg) translateY(-70px)
}

.section3 .ball_1 .ball {
    -webkit-transform: rotateY(10deg) rotateZ(10deg);
    -moz-transform: rotateY(10deg) rotateZ(10deg);
    -o-transform: rotateY(10deg) rotateZ(10deg);
    -ms-transform: rotateY(10deg) rotateZ(10deg);
    transform: rotateY(10deg) rotateZ(10deg)
}

.section3 .ball_2 .ball {
    -webkit-transform: rotateY(-35deg) rotateZ(10deg);
    -o-transform: rotateY(-35deg) rotateZ(10deg);
    -ms-transform: rotateY(-35deg) rotateZ(10deg);
    -moz-transform: rotateY(-35deg) rotateZ(10deg);
    transform: rotateY(-35deg) rotateZ(10deg)
}

.section3 .ball_3 .ball {
    -webkit-transform: rotateY(-71deg) rotateZ(10deg);
    -o-transform: rotateY(-71deg) rotateZ(10deg);
    -moz-transform: rotateY(-71deg) rotateZ(10deg);
    -ms-transform: rotateY(-71deg) rotateZ(10deg);
    transform: rotateY(-71deg) rotateZ(10deg)
}

.section3 .ball_4 .ball {
    -webkit-transform: rotateY(-107deg) rotateZ(10deg);
    -o-transform: rotateY(-107deg) rotateZ(10deg);
    -moz-transform: rotateY(-107deg) rotateZ(10deg);
    -ms-transform: rotateY(-107deg) rotateZ(10deg);
    transform: rotateY(-107deg) rotateZ(10deg)
}

.section3 .ball_5 .ball {
    -webkit-transform: rotateY(-143deg) rotateZ(10deg);
    -o-transform: rotateY(-143deg) rotateZ(10deg);
    -moz-transform: rotateY(-143deg) rotateZ(10deg);
    -ms-transform: rotateY(-143deg) rotateZ(10deg);
    transform: rotateY(-143deg) rotateZ(10deg)
}

.section3 .ball_6 .ball {
    -webkit-transform: rotateY(-179deg) rotateZ(10deg);
    -o-transform: rotateY(-179deg) rotateZ(10deg);
    -ms-transform: rotateY(-179deg) rotateZ(10deg);
    -moz-transform: rotateY(-179deg) rotateZ(10deg);
    transform: rotateY(-179deg) rotateZ(10deg)
}
.section3 .ball_7 .ball {
    -webkit-transform: rotateY(-215deg) rotateZ(10deg);
    -o-transform: rotateY(-215deg) rotateZ(10deg);
    -ms-transform: rotateY(-215deg) rotateZ(10deg);
    -moz-transform: rotateY(-215deg) rotateZ(10deg);
    transform: rotateY(-215deg) rotateZ(10deg)
}

.section3 .ball_8 .ball {
    -webkit-transform: rotateY(-251deg) rotateZ(10deg);
    -o-transform: rotateY(-251deg) rotateZ(10deg);
    -ms-transform: rotateY(-251deg) rotateZ(10deg);
    -moz-transform: rotateY(-251deg) rotateZ(10deg);
    transform: rotateY(-251deg) rotateZ(10deg)
}
.section3 .ball_9 .ball {
    -webkit-transform: rotateY(-287deg) rotateZ(10deg);
    -o-transform: rotateY(-287deg) rotateZ(10deg);
    -ms-transform: rotateY(-287deg) rotateZ(10deg);
    -moz-transform: rotateY(-287deg) rotateZ(10deg);
    transform: rotateY(-287deg) rotateZ(10deg)
}
.section3 .ball_10 .ball {
    -webkit-transform: rotateY(-323deg) rotateZ(10deg);
    -o-transform: rotateY(-323deg) rotateZ(10deg);
    -ms-transform: rotateY(-323deg) rotateZ(10deg);
    -moz-transform: rotateY(-323deg) rotateZ(10deg);
    transform: rotateY(-323deg) rotateZ(10deg)
}

.section3 .ball {
    -webkit-transition: all 2s ease-out 0ms;
    -o-transition: all 2s ease-out 0ms;
    -moz-transition: all 2s ease-out 0ms;
    -ms-transition: all 2s ease-out 0ms;
    transition: all 2s ease-out 0ms;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    left: -200px;
    top: -30px;
    overflow: hidden;
}

.section3 .ball img {
    width: 110px;
    height: 110px;
}

.section3 .ball_1 .ball {
    -webkit-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.section3 .ball_2 .ball {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.section3 .ball_3 .ball {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

.section3 .ball_4 .ball {
    -webkit-transition-delay:800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}

.section3 .ball_5 .ball {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.section3 .ball_6 .ball {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.section3 .ball_7 .ball {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
}

.section3 .ball_8 .ball {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.section3 .ball_9 .ball {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.section3 .ball_10 .ball {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}

.section3 .ball_1 .ball {
    -webkit-animation: cir1 28s linear 0s infinite;
    -o-animation: cir1 28s linear 0s infinite;
    -ms-animation: cir1 28s linear 0s infinite;
    -moz-animation: cir1 28s linear 0s infinite;
    animation: cir1 28s linear 0s infinite
}

.section3 .ball_2 .ball {
    -webkit-animation: cir2 28s linear 0s infinite;
    -o-animation: cir2 28s linear 0s infinite;
    -ms-animation: cir2 28s linear 0s infinite;
    -moz-animation: cir2 28s linear 0s infinite;
    animation: cir2 28s linear 0s infinite
}

.section3 .ball_3 .ball {
    -webkit-animation: cir3 28s linear 0s infinite;
    -o-animation: cir3 28s linear 0s infinite;
    -ms-animation: cir3 28s linear 0s infinite;
    -moz-animation: cir3 28s linear 0s infinite;
    animation: cir3 28s linear 0s infinite
}

.section3 .ball_4 .ball {
    -webkit-animation: cir4 28s linear 0s infinite;
    -o-animation: cir4 28s linear 0s infinite;
    -ms-animation: cir4 28s linear 0s infinite;
    -moz-animation: cir4 28s linear 0s infinite;
    animation: cir4 28s linear 0s infinite
}

.section3 .ball_5 .ball {
    -webkit-animation: cir5 28s linear 0s infinite;
    -o-animation: cir5 28s linear 0s infinite;
    -ms-animation: cir5 28s linear 0s infinite;
    -moz-animation: cir5 28s linear 0s infinite;
    animation: cir5 28s linear 0s infinite
}

.section3 .ball_6 .ball {
    -webkit-animation: cir6 28s linear 0s infinite;
    -o-animation: cir6 28s linear 0s infinite;
    -ms-animation: cir6 28s linear 0s infinite;
    -moz-animation: cir6 28s linear 0s infinite;
    animation: cir6 28s linear 0s infinite
}

.section3 .ball_7 .ball {
    -webkit-animation: cir7 28s linear 0s infinite;
    -o-animation: cir7 28s linear 0s infinite;
    -ms-animation: cir7 28s linear 0s infinite;
    -moz-animation: cir7 28s linear 0s infinite;
    animation: cir7 28s linear 0s infinite
}

.section3 .ball_8 .ball {
    -webkit-animation: cir8 28s linear 0s infinite;
    -o-animation: cir8 28s linear 0s infinite;
    -ms-animation: cir8 28s linear 0s infinite;
    -moz-animation: cir8 28s linear 0s infinite;
    animation: cir8 28s linear 0s infinite
}
.section3 .ball_9 .ball {
    -webkit-animation: cir9 28s linear 0s infinite;
    -o-animation: cir9 28s linear 0s infinite;
    -ms-animation: cir9 28s linear 0s infinite;
    -moz-animation: cir9 28s linear 0s infinite;
    animation: cir9 28s linear 0s infinite
}

.section3 .ball_10 .ball {
    -webkit-animation: cir10 28s linear 0s infinite;
    -o-animation: cir10 28s linear 0s infinite;
    -ms-animation: cir10 28s linear 0s infinite;
    -moz-animation: cir10 28s linear 0s infinite;
    animation: cir10 28s linear 0s infinite
}

.section3 .base {
    -webkit-animation: cir 28s linear 0s infinite;
    -o-animation: cir 28s linear 0s infinite;
    -ms-animation: cir 28s linear 0s infinite;
    -mozanimation: cir 28s linear 0s infinite;
    animation: cir 28s linear 0s infinite
}

@-webkit-keyframes cir1 {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-360deg) rotateZ(10deg)
    }
}

@keyframes cir1 {
    0% {
        transform: rotateY(0deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-360deg) rotateZ(10deg)
    }
}

@-webkit-keyframes cir2 {
    0% {
        -webkit-transform: rotateY(-36deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-396deg) rotateZ(10deg)
    }
}

@keyframes cir2 {
    0% {
        transform: rotateY(-36deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-396deg) rotateZ(10deg)
    }
}

@-webkit-keyframes cir3 {
    0% {
        -webkit-transform: rotateY(-72deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-432deg) rotateZ(10deg)
    }
}

@keyframes cir3 {
    0% {
        transform: rotateY(-72deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-432deg) rotateZ(10deg)
    }
}

@-webkit-keyframes cir4 {
    0% {
        -webkit-transform: rotateY(-108deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-468deg) rotateZ(10deg)
    }
}

@keyframes cir4 {
    0% {
        transform: rotateY(-108deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-468deg) rotateZ(10deg)
    }
}

@-webkit-keyframes cir5 {
    0% {
        -webkit-transform: rotateY(-144deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-504deg) rotateZ(10deg)
    }
}

@keyframes cir5 {
    0% {
        transform: rotateY(-144deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-504deg) rotateZ(10deg)
    }
}

@-webkit-keyframes cir6 {
    0% {
        -webkit-transform: rotateY(-180deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-540deg) rotateZ(10deg)
    }
}

@keyframes cir6 {
    0% {
        transform: rotateY(-180deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-540deg) rotateZ(10deg)
    }
}
@-webkit-keyframes cir7 {
    0% {
        -webkit-transform: rotateY(-216deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-576deg) rotateZ(10deg)
    }
}

@keyframes cir7 {
    0% {
        transform: rotateY(-216deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-576deg) rotateZ(10deg)
    }
}
@-webkit-keyframes cir8 {
    0% {
        -webkit-transform: rotateY(-252deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-612deg) rotateZ(10deg)
    }
}

@keyframes cir8 {
    0% {
        transform: rotateY(-252deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-612deg) rotateZ(10deg)
    }
}
@-webkit-keyframes cir9 {
    0% {
        -webkit-transform: rotateY(-288deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-648deg) rotateZ(10deg)
    }
}

@keyframes cir9 {
    0% {
        transform: rotateY(-288deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-648deg) rotateZ(10deg)
    }
}
@-webkit-keyframes cir10 {
    0% {
        -webkit-transform: rotateY(-324deg) rotateZ(10deg)
    }
    100% {
        -webkit-transform: rotateY(-684deg) rotateZ(10deg)
    }
}

@keyframes cir10 {
    0% {
        transform: rotateY(-324deg) rotateZ(10deg)
    }
    100% {
        transform: rotateY(-684deg) rotateZ(10deg)
    }
}

@keyframes cir {
    0% {
        transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg)
    }
}

@-webkit-keyframes cir {
    0% {
        -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg)
    }
}

