@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

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,
caption,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td {
	border: 1px solid #e5e5e5
}

body {
	line-height: 1.8em;
	font-size: 16px;
	font-family: "Lantinghei SC", "Microsoft Yahei", Helvetica, Arial;
	color: #000;
	max-width: 700px;
	margin: 0 auto
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa
}

input[type=text],
select {
	-webkit-appearance: none
}

.tit {
    height: 96px;
    background: url(../images/tit-bg.jpg) top center no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 700px){
    .tit {
        height: 70px;
    }
}
.tit h2 {
    height: 86px;
    line-height: 52px;
    padding-top: 34px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #6a3906;
    text-shadow: 0 1px 0 #ffedb1;
    background: url(../images/tit.png) top center no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 700px){
    .tit h2 {
        height: 60px;
        line-height: 37px;
        padding-top: 23px;
        font-size: 17px;
    }
}

.n{
    display: none;
}

.jxqi_tit{
    background: #ae8338!important;
    text-align: center!important;
    font-weight: bold;
    color: #fff;
}

.yxym p{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5cb85c;
     margin: 2px 0;
}

.yxym p span:nth-child(1),.yxym p span:nth-child(3){
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #fcf8e3;
}

.yxym p span:nth-child(2){
    width: 50%;
    text-align: center;
    background: #f1e7d8;
    font-weight: bold;
    color: #00008b;
}

.sxzt p span{
    display: block;
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    border: 1px solid #ccc;
}

.sxzt p{
    display: flex;
    text-align: center;
    font-weight: bold;
}

.sxzt .am_qi,.sxzt .am_kai{
    width: 25%;
    background: linear-gradient(to top, #eee, #ddd);
    color: #9c27b0;
    font-weight: 300;
}

.sxzt .am_yc{
    width: 50%;
    background: #337ab7;
    color: #FFEB3B;
    text-shadow: 1px 1px #000;
}

.gstz li{
    background: url(../images/jp3.gif);
}

.gstz li {
    padding: 10px 15px;
    box-sizing: border-box;
    background-size: 100% 100%;
    margin: 5px;
}

@media screen and (max-width: 700px){
    .gstz li {
        height: 70px;
        padding: 10px;
        margin: 5px;
    }
}

.clearfix{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gstz img{
    display: block;
    width: 50px;
    vertical-align: middle;
    margin: 0 10px;
}

.gs_title{
    font-size: 13px;
    color: #a52a2a;
}

.gs_box{
   display: flex;
   align-items: center;
}

.gs_box span{
    display: block;
}

.gs_content{
    font-size: 13px;
    color: #f00;
}

.gs_dj{
    display: block;
    font-size: 13px;
    color: #8b008b;
}

.tuzhi {
	display: flex;
	align-items: stretch;
	padding: 10px 0;
	margin: 10px;
}

.tuzhi .swiper-slide img {
	width: 100%;
	height: 250px;
}

@media screen and (max-width:750px) {
	.tuzhi .swiper-slide img {
		height: 200px;
	}
}

@media screen and (max-width:650px) {
	.tuzhi .swiper-slide img {
		height: 170px;
	}
}

@media screen and (max-width:550px) {
	.tuzhi .swiper-slide img {
		height: 150px;
	}
}

@media screen and (max-width:450px) {
	.tuzhi .swiper-slide img {
		height: 120px;
	}
}

@media screen and (max-width:400px) {
	.tuzhi .swiper-slide img {
		height: 100px;
	}
}

.syxyw-box {
    display: flex;
    text-align: center;
}

.syxyw {
    width: 100%;
    box-sizing: border-box;
}

.syxyw-tit {
    padding: 3px 0;
    color: #fff;
    font-weight: bold;
    background: #7d5817;
}

.syxyw:last-child {
    margin-left: 3px;
}

.syxyw p {
    padding: 3px 0;
    border: solid 1px #a98b57;
    background: #f7f1e7;
    color: #3c763d;
}

@media screen and (max-width: 750px){
    .syxyw-box {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 5px;
    }
}

@media screen and (max-width: 700px){
    .syxyw {
        width: 100%;
    }
}

@media screen and (max-width: 700px){
    .syxyw:last-child {
        margin-top: 3px;
        margin-left: 0;
    }
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 700px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    background: #3f51b5;
}

@media screen and (max-width: 700px){
    header {
        height: 40px;
    }
}

header .logo{
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

header .home {
    width: 22px;
    height: 22px;
}

header .home img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.banner{
    margin-top: 52px;
    margin-bottom: 2px;
}

@media screen and (max-width: 700px){
    .banner{
        margin-top: 42px;
        margin-bottom: 2px;
    }
}

.yjzt p{
    text-align: center;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}

.yjzt .am_qi,.yjzt .am_kai{
    color: #f00;
    text-shadow: 1px 1px 1px #000;
}

.yjzt .am_yc{
    color: #0000ff
}

.essm p{
    text-align: center;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    color: #4caf50;
}

.essm .am_yc{
    color: #f00;
    word-break: break-all;
}

.cgi-foot {
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.cgi-title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.big-tit-ts {
    color: #888;
    font-size: 14px;
    text-align: center;
}

.cgi-content{
    font-size: 14px;
    line-height: 40px;
}

.cgi-content p{
   border-bottom: 1px #ccc solid;
}

.cgi-descr{
    color: #f00;
    font-size: 15px;
    font-weight: bold;
}

.liuyan {
	display: block;
	width: 50px;
	height: 50px;
	background: #3f51b5;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:130px;
	right: 2%;
}
.touzhu {
	display: block;
	width: 50px;
	height: 50px;
	background: #337ab7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:75px;
	right: 2%;
}
.reload {
	display: block;
	width: 50px;
	height: 50px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:20px;
	right: 2%;
}
@media screen and (max-width:800px) {
    .liuyan {
    	display: block;
		width: 40px;
		height: 40px;
		background: #3f51b5;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:200px;
		right: 2%;
		font-weight: bold;
    }
	.touzhu {
		display: block;
		width: 40px;
		height: 40px;
		background: #005F3C;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:150px;
		right: 2%;
	}
	.reload {
		display: block;
		width: 40px;
		height: 40px;
		background: #f00;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:100px;
		right: 2%;
		font-weight: bold;
	}
}

.download66 {
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 700px;
	height: 50px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.download66 p {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
}

.download66 .btn {
	height: 40px;
	line-height: 40px;
	width: 70px;
	text-align: center;
	background-color: #ec0909;
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	padding: 0;
	color: #fff;
}

.download66 i.close {
	display: block;
	position: absolute;
	top: 5px;
	left: 12px;
	height: 40px;
	width: 40px;
}

.tongji+a {
	bottom: 110px !important;
}

.cgi-content .name{
    color: #0000ff;
}

.cgi-content .num{
    color: #f00;
}

.cgi-content .kind{
    color: #a52a2a;
}

.cgi-content p{
    color: #00008b;
}

.am_tit{
    color: blue;
}

.am_kai{
    color: red;
}
