@keyframes turning {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes turning {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.describe-r1 {
	width: 100%;
	min-width: 1200px;
	/*height: 600px;*/
	position: relative;
	overflow: hidden;
	background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #000d4d 0%, #000105 100%);
	background-image: radial-gradient(ellipse farthest-corner at center top, #000d4d 0%, #000105 100%);
	/*cursor: move;*/
	overflow: hidden;
}

.describe-r1 canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.describe-r1 .describe-r1-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.describe-r1 .describe-r1-box .describe-r1-body {
	display: table-cell;
	text-align: center;
}

.describe-r1 .describe-r1-box .describe-r1-body h2 {
	font-size: 64px;
	color: #FFF;
}

.describe-r1 .describe-r1-box .describe-r1-body p {
	font-size: 18px;
	color: #FFF;
	margin-top: 20px;
}

.describe-r2 {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.describe-r2 h2 {
	font-size: 32px;
	color: #303030;
}

.describe-r2 p {
	font-size: 16px;
	color: #303030;
	margin-top: 10px;
}

.describe-r2 .describe-r2-box {
	width: 285px;
	height: 300px;
	margin-right: 20px;
	text-align: center;
	float: left;
	display: inline-block;
}

.describe-r2 .describe-r2-box:last-child {
	margin: 0;
}

.describe-r2 .describe-r2-box .describe-r2-img {
	width: 285px;
	height: 180px;
}

.describe-r2 .describe-r2-box .describe-r2-img img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.describe-r2 .describe-r2-box h3 {
	font-size: 20px;
	margin: 10px 0 10px;
	color: #303030;
}

.describe-r2 .describe-r2-box p {
	padding: 0 25px;
	font-size: 14px;
	color: #666;
}

.describe-r3 {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #303030 0%, #000105 100%);
	background-image: radial-gradient(ellipse farthest-corner at center top, #303030 0%, #000105 100%);
}

.describe-r3 h2 {
	font-size: 32px;
	color: #ccc;
}

.describe-r3 p {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}

.describe-r3 .describe-r3-ul {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.describe-r3 .describe-r3-ul li {
	display: inline-block;
	width: 150px;
	height: auto;
	margin-right: 25px;
	float: left;
	position: relative;
}

.describe-r3 .describe-r3-ul li h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}

.describe-r3 .describe-r3-ul li.active h3 {
	color: #FFF;
	background: url(../Images/describe/describeH3Background.png) bottom center no-repeat;
}

.describe-r3 .describe-r3-ul li:last-child {
	margin: 0;
}

.describe-r3 .describe-r3-ul li .r3-ul-box {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #303030;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.describe-r3 .describe-r3-ul li .r3-ul-box i {
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 60px;
	height: 60px;
}

.describe-r3 .describe-r3-ul li:nth-of-type(1) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-1.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(2) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-2.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(3) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-3.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(4) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-4.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(5) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-5.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(6) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-6.png) no-repeat;
}

.describe-r3 .describe-r3-ul li:nth-of-type(7) .r3-ul-box i {
	background: url(../Images/describe/describe-icon-7.png) no-repeat;
}

.describe-r3 .describe-r3-ul li.active .r3-ul-box i {
	animation: turning 5s linear infinite;
	-moz-animation: turning 5s linear infinite;
	-webkit-animation: turning 5s linear infinite;
	-o-animation: turning 5s linear infinite;
}

.describe-r3 .describe-r3-ul li.active .r3-ul-box {
	border: 1px solid #FFF;
}

.describe-r3 .describe-r3-div {
	width: 1200px;
	height: 40px;
	margin: 30px auto 0;
	overflow: hidden;
	position: relative;
}

.describe-r3 .describe-r3-div .r3-div-ul {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
}

.describe-r3 .describe-r3-div .r3-div-ul li {
	display: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFF;
}

.describe-r3 .describe-r3-div .r3-div-ul li.show {
	display: block;
}

.describe-r4 {
	display: table;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: url(../Images/describe/describeR4Background.png) right center no-repeat;
}

.describe-r4 h4 {
	color: #303030;
	font-size: 36px;
}

.describe-r4 h2 {
	color: #ffae39;
	font-size: 80px;
	text-shadow: 1px 1px 0 #666;
}

.describe-r4 p {
	color: #666;
	font-size: 16px;
	text-shadow: 1px 1px 0 #ccc;
}

.describe-r5 {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	margin: 0 auto;
	background: url(../Images/describe/describeR51Background.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.describe-r5 .describe-r5-box {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	text-align: center;
}

.describe-r5 .describe-r5-box h2 {
	font-size: 52px;
	color: #FFF;
	text-shadow: 1px 1px 0 #999;
}

.describe-r5 .describe-r5-box p {
	font-size: 24px;
	color: #FFF;
	margin-top: 15px;
	text-shadow: 1px 1px 0 #666;
}

.describe-r6 {
	width: 1200px;
	height: 670px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.describe-r6 .describe-r6-img {
	position: absolute;
	top: 85px;
	width: 220px;
	height: 442px;
	transition: top 0.6s;
	-moz-transition: top 0.6s;
	-webkit-transition: top 0.6s;
	-o-transition: top 0.6s;
}

.describe-r6 .describe-r6-img:hover {
	top: 50px;
}

.describe-r6 .describe-r6-1 {
	left: 0;
	background: url(../Images/describe/describe_r6_3.png) no-repeat;
	background-size: 100% auto;
}

.describe-r6 .describe-r6-2 {
	right: 0;
	background: url(../Images/describe/describe_r6_4.png) no-repeat;
	background-size: 100% auto;
}

.describe-r6 .describe-r6-3 {
	left: 220px;
	background: url(../Images/describe/describe_r6_2.png) no-repeat;
	background-size: 100% auto;
}

.describe-r6 .describe-r6-4 {
	right: 220px;
	background: url(../Images/describe/describe_r6_5.png) no-repeat;
	background-size: 100% auto;
}

.describe-r6 .describe-r6-5 {
	width: 320px;
	height: 613px;
	margin: 0 auto;
	background: url(../Images/describe/describe_r6_1.png) no-repeat;
	background-size: 100% auto;
}

.describe-r6 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #303030;
	font-size: 14px;
}

.describe-r7 {
	display: table;
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	background-image: -webkit-radial-gradient(ellipse farthest-corner at center bottom, #303030 0%, #000105 100%);
	background-image: radial-gradient(ellipse farthest-corner at center bottom, #303030 0%, #000105 100%);
}

.describe-r7 .describe-r7-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.describe-r7 .describe-r7-box .r7-box-c1 {
	display: inline;
	width: 410px;
	height: 390px;
	float: left;
	margin-top: 50px;
	position: relative;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img {
	position: absolute;
	width: 80px;
	height: 92px;
	overflow: hidden;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(1) {
	top: 0;
	left: 43px;
	background: url(../Images/describe/describe_r7img_1.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(2) {
	top: 0;
	left: 129px;
	background: url(../Images/describe/describe_r7img_2.png) no-repeat;
}

/*.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(3) {
					top: 0;
					left: 215px;
					background: url(../Images/describe/describe_r7img_3.png) no-repeat;
				}*/

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(3) {
	top: 74px;
	left: 86px;
	background: url(../Images/describe/describe_r7img_3.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(4) {
	top: 74px;
	left: 172px;
	background: url(../Images/describe/describe_r7img_4.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(5) {
	top: 74px;
	left: 258px;
	background: url(../Images/describe/describe_r7img_5.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(6) {
	top: 148px;
	left: 43px;
	background: url(../Images/describe/describe_r7img_6.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(7) {
	top: 148px;
	left: 129px;
	background: url(../Images/describe/describe_r7img_7.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(8) {
	top: 222px;
	left: 0;
	background: url(../Images/describe/describe_r7img_8.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c1 .describe-r7-img:nth-of-type(9) {
	top: 296px;
	left: 129px;
	background: url(../Images/describe/describe_r7img_9.png) no-repeat;
}

.describe-r7 .describe-r7-box .r7-box-c2 {
	width: 790px;
	height: auto;
	float: right;
}

.describe-r7 .describe-r7-box .r7-box-c2 h2 {
	font-size: 32px;
	color: #ccc;
}

.describe-r7 .describe-r7-box .r7-box-c2>p {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}

.describe-r7 .describe-r7-box .r7-box-c2 ul {
	margin-top: 60px;
}

.describe-r7 .describe-r7-box .r7-box-c2 ul li {
	display: block;
	width: 320px;
	height: 100px;
	float: left;
	margin: 0 0 10px 50px;
	text-align: left;
	overflow: hidden;
}

.describe-r7 .describe-r7-box .r7-box-c2 ul li h3 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #ccc;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../Images/describe/describeR7Icon.png) left center no-repeat;
	background-size: 13px 13px;
}

.describe-r7 .describe-r7-box .r7-box-c2 ul li p {
	font-size: 14px;
	color: #999;
}

@-webkit-keyframes scale_b {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(2);
	}
}

@-moz-keyframes scale_b {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(2);
	}
}

@-o-keyframes scale_b {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(2);
	}
}

@-ms-keyframes scale_b {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(2);
	}
}

.describe-r8 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.describe-r8 h2 {
	font-size: 32px;
	color: #303030;
}

.describe-r8 p {
	font-size: 16px;
	color: #303030;
	margin-top: 10px;
}

.describe-r8 .describe-r8-box {
	width: 285px;
	height: 360px;
	margin-right: 20px;
	text-align: center;
	float: left;
	display: inline-block;
	position: relative
}

.describe-r8 .describe-r8-box:last-child {
	margin: 0;
}

.describe-r8 .describe-r8-box:after {
	position: absolute;
	right: 80px;
	bottom: 0;
	left: 80px;
	height: 3px;
	content: '';
	background-color: #3e4f73;
}

.describe-r8 .describe-r8-box:hover:after {
	background-color: #ea5514;
}

.describe-r8 .describe-r8-box .describe-r8-img {
	width: 285px;
	height: 180px;
	overflow: hidden;
}

.describe-r8 .describe-r8-box .describe-r8-img img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.describe-r8 .describe-r8-box h3 {
	font-size: 20px;
	margin: 10px 0 10px;
	color: #303030;
}

.describe-r8 .describe-r8-box p {
	font-size: 14px;
	color: #666;
}

.describe-r8 .describe-r8-box:hover .describe-r8-img img {
	animation: scale_b 10s linear infinite alternate;
	position: relative;
	z-index: -1;
}

.describe-r8 .describe-r8-box:hover h3 {
	color: #ea5514;
}

.describe-r9 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #3e4f73;
}

.describe-r9 .describe-r9-box {
	display: table;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: all .3s ease;
	background: url(../Images/describe/describeR9Background.png) left center no-repeat;
	background-size: 100% auto;
}

.describe-r9 .describe-r9-box h2 {
	font-size: 32px;
	color: #F1F1F1;
}

.describe-r9 .describe-r9-box p {
	font-size: 16px;
	color: #CCC;
	margin-top: 10px;
}

.describe-r9 .describe-r9-box .r9-box-ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.describe-r9 .describe-r9-box .r9-box-ul li {
	flex: 1;
	text-align: center;
	position: relative;
	height: 400px;
	background: no-repeat center;
	background-size: 100% auto;
}

.describe-r9 .describe-r9-box .r9-box-ul li:nth-of-type(1) {
	background-image: url(../Images/describe/describe-r9-1.png);
}

.describe-r9 .describe-r9-box .r9-box-ul li:nth-of-type(2) {
	background-image: url(../Images/describe/describe-r9-2.png);
}

.describe-r9 .describe-r9-box .r9-box-ul li:nth-of-type(3) {
	background-image: url(../Images/describe/describe-r9-3.png);
}

.describe-r9 .describe-r9-box .r9-box-ul li:nth-of-type(4) {
	background-image: url(../Images/describe/describe-r9-4.png);
}

.describe-r9 .describe-r9-box .r9-box-ul li:nth-of-type(5) {
	background-image: url(../Images/describe/describe-r9-5.png);
}

.describe-r9 .describe-r9-box .r9-box-ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.describe-r9 .describe-r9-box .r9-box-ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-logo {
	margin: 0 auto;
	display: block;
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-logo {
	position: relative;
	margin-top: 120px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-title:before {
	content: "";
	position: relative;
	display: block;
	width: 20px;
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-text {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}

.describe-r9 .describe-r9-box .r9-box-ul li a .r9-li-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}


.describe-r9 .describe-r9-box .r9-box-ul li:hover .r9-li-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}

.describe-r9 .describe-r9-box .r9-box-ul li:hover:before {
	background-color: rgba(204, 51, 51, .9);
}

.describe-r9 .describe-r9-box .r9-box-ul li:hover .r9-li-logo {
	margin-top: 80px;
}

.describe-r9 .describe-r9-box .r9-box-ul li:hover .r9-li-title:before {
	opacity: 0;
	margin-bottom: 0;
}

.describe-r10 {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../Images/describe/describeR10Background.png) left center no-repeat;
	background-size: 480px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.describe-r10 .describe-r10-box {
	display: table-cell;
	text-align: center;
	padding-left: 500px;
}

.describe-r10 .describe-r10-box h2 {
	font-size: 64px;
	text-shadow: 2px 4px 2px #999;
	color: #d72b2b;
}

.describe-r10 .describe-r10-box p {
	font-size: 36px;
	font-family: 'Microsoft Sans Serif';
}

.describe-r10 .describe-r10-box p:nth-of-type(2) {
	font-size: 16px;
	color: #666;
}

.describe-r11 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: url(../Images/describe/describeR11Background.png) top center no-repeat;
}

.describe-r11 h2 {
	font-size: 32px;
	color: #FFF;
}

.describe-r11 p {
	font-size: 16px;
	color: #CCC;
	margin-top: 10px;
}

.describe-r11 .describe-r11-box {
	display: table;
	width: 1202px;
	margin: 0 auto;
}

.describe-r11 .describe-r11-box .r11-box-div {
	display: table;
	width: 293px;
	float: left;
	margin: 0 10px 0 0;
}

.describe-r11 .describe-r11-box .r11-box-div:last-child {
	margin-right: 0;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-img {
	width: 100%;
	height: 80px;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(1) .r11-div-img {
	background: url(../Images/describe/describe_r11img_1.png) left bottom no-repeat;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(2) .r11-div-img {
	background: url(../Images/describe/describe_r11img_2.png) left bottom no-repeat;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(3) .r11-div-img {
	background: url(../Images/describe/describe_r11img_3.png) left bottom no-repeat;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(4) .r11-div-img {
	background: url(../Images/describe/describe_r11img_4.png) left bottom no-repeat;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-body {
	width: 100%;
	height: 320px;
	padding: 0 10px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: #FFF;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-body h3 {
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #dcdcdc;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(1) .r11-div-body h3 {
	color: #ff9c2e;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(2) .r11-div-body h3 {
	color: #3fe0db;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(3) .r11-div-body h3 {
	color: #0f9bf7;
}

.describe-r11 .describe-r11-box .r11-box-div:nth-of-type(4) .r11-div-body h3 {
	color: #d550ff;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-body p {
	line-height: 18px;
	font-size: 12px;
	color: #303030;
	text-align: left;
	padding: 0 5px 0 20px;
	position: relative;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-body p span {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	background: #666;
}

.describe-r11 .describe-r11-box .r11-box-div .r11-div-pic {
	width: 100%;
	height: auto;
	padding: 0 10px 10px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
