@charset "UTF-8";

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,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

.paogou1 {
	text-align: center;
	display: flex;
	background:#096d60;
	background-size: 100% 100%;
}

.paogou1-l {
	width: 248px;
	margin-top: 40px;
	box-sizing: border-box;
}

.paogou1-l ul {}

.paogou1-l ul li {}

.paogou1-l ul li a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 14px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: url('/img/lv-a.png') no-repeat 0 0;
	background-size: 100% 100%
}
.paogou1-l ul li div{
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-size: 100% 100%;
}
.paogou1-l ul li a:hover {
	color: #ff0;
}

.paogou1-r {
	width: 537px;
	height: 649px;
	margin-top: 0%;
	background-size: 100% 100%;
}

.paogou1-r a {
	display: none;
}
.paogou1-r img {
    position: absolute;
}
.paogou1-r img.xiao {
    top: 10%;
    right: 9%;
    width: 82%;
    height: 80%;
    z-index: 3;
	background: url('/img/loading.gif') no-repeat center;
}
.paogou1-r img.dat {
    top: 4%;
    right: 1%;
    width: 98%;
    height: 91%;
    z-index: 1;
}
@media screen and (max-width:600px) {
	.paogou1 {
		height: 416px;
	}

	.paogou1-l {
		width: 35%;
		margin-top: 0.6rem;
	}

	.paogou1-l ul li a {
		width: 76px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 9px;
		font-size: 12px;
	}
	.paogou1-l ul li div {
		width: 76px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 9px;
		font-size: 12px;
	}
	.paogou1-r {
		width: 100%;
		height: 100%;
		margin-top: 10px;
	}

	.paogou1-r img.dat {
        width: 92%;
        height: 96%;
        top: 0%;
        right: 7%;
    }
	    .paogou1-r img.xiao {
        top: 6%;
        right: 15%;
        width: 77%;
        height: 84%;
    }
	.paogou1-r a {
		display: none;
	}
}


.paogou2 {
	padding: 0 45px 40px 45px;
	color: #fff;
	font-size: 16px;
	background: #096d60;
	position: relative;
}

#paogou_jie_1,
#paogou_jie_2,
#paogou_jie_3,
#paogou_jie_4,
#paogou_jie_5,
#paogou_jie_6,
#paogou_jie_7,
#paogou_jie_8,
#paogou_jie_9,
#paogou_jie_10,
#paogou_jie_11 {
	display: none;
}

.paogou2:after {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	background: url(../images/paogou2-shadow.png) 0 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

.paogou2-tit {
	font-size: 18px;
	font-weight: bold;
	color: #ff0;
	position: relative;
	z-index: 1;
}

.paogou2-box {
	position: relative;
	z-index: 1;
}

@media screen and (max-width:800px) {
	.paogou2 {
		padding: 0 0.45rem 0.4rem 0.45rem;
		font-size: 0.24rem;
	}

	.paogou2-tit {
		font-size: 0.3rem;
	}
}