/* CSS Document */
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "Source Han Sans", "sans-serif", "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "SimHei", "ºÚÌå";
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	background-color: #00151F;
	z-index: 999;
}

.headermain {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}

.headermain a {
	color: #fff;
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0 5px 0 0;
}

.headermain .header_left {
	float: left;
}

.headermain .header_left a::after {
	content: "|";
	padding: 0 5px;
	box-sizing: border-box;
}

.headermain .header_left a:last-child::after {
	content: "";
}

.header .header_right {
	float: right;
}

.header .header_right a {
	margin: 0 10px 0 0;
}

.header .header_right img {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin: 16px 5px 0 0;
}

.banner {
	width: 100%;
	height: 549px;
	margin: 60px 0 0 0;
	background: url(/custom/skyray/libs/images/banner.jpg) no-repeat center;
	overflow: hidden;
}

.banner a {
	width: 100%;
	height: 549px;
	display: block;
}

.mainbody {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
}

.inContent {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section .main_title {
	font-size: 32px;
	line-height: 46px;
	color: #0f1429;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0;
}

.section .sub_title {
	font-size: 22px;
	line-height: 46px;
	color: #0f1429;
	font-weight: bold;
	text-align: left;
}

.section .img-box {
	overflow: hidden;
}

.section .txt-box {
	overflow: hidden;
	margin: 20px 0;
}

.section .txt-box p {
	color: #333;
	text-align: justify;
	font-size: 20px;
	line-height: 40px;
}

.section01 {
	background: url(/custom/skyray/libs/images/index_bg01.jpg)no-repeat bottom center #fff;
}

.section01 .txt-box {
	width: 1200px;
}

.section01 .txt-box {
	padding-bottom: 600px;
	box-sizing: border-box;
}

.section01 .txt-box p {
	text-align: center;
}

.section02 {
	background: #f8c923;
}

.section02 .img-box {
	width: 1086px;
	height: 439px;
	margin: 20px auto;
}

.section03 .img-box {
	width: 1156px;
	height: 343px;
	margin: 20px auto;
}

.section04 {
	padding: 30px 0;
	box-sizing: border-box;
	background: url(/custom/skyray/libs/images/index_05.png)no-repeat center center #f2f2f2;
}

.section04 .txt-box {
	padding: 30px 340px 30px 30px;
	box-sizing: border-box;
}

.section04 .txt-box .sub_title {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.section04 .txt-box p {
	font-size: 18px;
	line-height: 34px;
}

.mysecond {
	animation-name: shutter-in-top;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
}

@keyframes shutter-in-top {

	0% {
		transform: rotateX(-100deg);
		transform-origin: top;
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		transform-origin: top;
		opacity: 1;
	}
}

.footer {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 14px;
	border-top: 1px solid #ccc;
}

.footer p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center;
}