* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	border: none;
}
a {
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
body {
	font-size: 0;
	color: #0D475C;
	min-width: 1100px;
}
.pre {
	word-break: break-all;
    white-space: pre-wrap;
}
.hidden-point {
	position: absolute;
	top: -80px;
	opacity: 0;
	visibility: hidden;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hidden {
	overflow: hidden;
}
.bg-gray {
	background: #7B6E3B important;
}
.bg-red {
	background: #7B3B3B important;
}
.clear::after, .clear::before {
	content: ' ';
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.p-l-337 {
	padding-left: 337px;
}
.margin-off-45 {
	margin-top: -45px !important;
}
.m-t-58 {
	margin-top: 58px;
}
.m-t-55 {
	margin-top: 55px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-t-9 {
	margin-top: 9px;
}
.inline-block {
	display: inline-block;
	vertical-align: middle;
}
.relative {
	position: relative;
}
.content-auto {
	position: relative;
}
.normal {
	font-size:16px;
	font-weight:400;
	line-height:30px;
}
.normal-l {
	font-size:18px;
	font-weight:400;
	line-height:25px;
}
.normal-x {
	font-size:20px;
	font-weight:500;
	line-height:28px;
}
.bigger {
	font-size:22px;
	font-weight:500;
	line-height:30px;
}
.small {
	font-size:10px;
	font-weight:400;
	line-height:14px;
}
.menu {
	height:80px;
	background:rgba(7,33,33,0.5);
	color: #fff;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu img {
	width:48px;
	height:45px;
	margin-right: 5px;
}
.menu .logo {
	flex: 1;
	justify-content: center;
    display: flex;
	color: #fff;
}
.menu .list {
	flex: 1;
	justify-content: center;
    display: flex;
}
.menu .list a:active {
	color: #fff;
}
.menu .list a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 32px;
	font-size:16px;
	height: 32px;
	position: relative;
}
.menu .list a.active::after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height:4px;
	background:rgba(255,255,255,1);
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.pic {
	padding: 0 10% 32px;
	position: relative;
	margin: 0 64px;
}
.pic .list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.pic .list img{
	width: calc(50% - 10px);
}
.link {
	padding: 0 10% 32px;
	position: relative;
	margin-top: 64px;
}
.link .title {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -1px;
	color: #062935;
	display: block;
}
.link .detail {
	margin-top: 16px;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: #0D475C;
	margin-bottom: 70px;
	display: block;
}
.stone {
	padding: 0 10% 32px;
	position: relative;
}
.stone .top {
	font-size: 32px;
    font-weight: 400;
    color: rgba(13,71,92,1);
    height: 90px;
    line-height: 60px;
    background: linear-gradient(180deg,rgba(173,194,201,1) 0%,rgba(255,255,255,1) 100%);
    border: 15px solid #fff;
    text-align: center;
    position: relative;
	z-index: 10;
	margin: 0 -15px;
	
}
.stone .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #062935;
	margin-top: 40px;
}
.stone .detail {
    text-indent: 64px;
	margin-top: 32px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: #0D475C;
}
.stone .content {
    font-weight: 600;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #0D475C;
	margin-top: 40px;
}
.stone .tips {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #C52B29;
	margin-top: 15px;
}
.footer {
	text-align: center;
	font-size:12px;
	font-weight:500;
	color:rgba(50,111,137,1);
	line-height:20px;
	padding-bottom: 84px;
}
.footer a {
	color:rgba(50,111,137,1);
}

@media (min-width: 1500px) {
	.content-auto {
		margin: 0 12%;
	}
}