@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: "é»‘ä½“";
	color: #000;
	max-width: 660px; 
	margin: 0px auto !important;
	word-break: break-all;
}

html {
	height: 100%;
	color: #333;
	font-size: 1em;
	background: #5cb85c;
}

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
}

/*.clearfix:after {*/
/*	content: ".";*/
/*	display: block;*/
/*	height: 0;*/
/*	clear: both;*/
/*	overflow: hidden;*/
/*	visibility: hidden*/
/*}*/

.clearfix {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*.clearfix .qi{*/
/*    color: #ed143d;*/
/*}*/

.clearfix .ti{
    color: #999;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	overflow: hidden
}

.cgi-fl {
	float: left
}

.cgi-fr {
	float: right
}

html,
body,
div,
span,
header,
nav,
a,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

/*----------------------------*/
.cgi-body {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.cgi-wrap {
	padding: 0 10px;
}

.white-box {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fcf8e3;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cgi-head-home{
    background: url(/css/Images/amzc.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 250px;
    position: relative;
}

.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:180px;
	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:125px;
	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:70px;
	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:250px;
		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:200px;
		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:150px;
		right: 2%;
		font-weight: bold;
	}
}

.tk-c {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 660px;
    background: linear-gradient(to top, #eee, #006400);
    position: fixed;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cstk {
    width: calc(25% - 20px);
    text-align: center;
}
.imgsize {
    width: 40px;
    margin: 0 auto;
    margin-top: 5px;
}
.tk-c img {
    display: block;
}
.icon-txt{
    font-size: 15px;
    text-shadow: 1px 1px #555;
    color: #FF9800;
}
.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.dianPianTop {
	height: 27px;
}

.tongZhi {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.tongZhi img {
	max-width: 300px;
	margin-top: 10px;
}

.addInfo {
	background-color: #0B6C51;
	width: 100%;
	display: block;
	font-size: 22px;
}

.tongZhi2 {
	border: solid 8px #056142;
	margin: 0 auto;
	letter-spacing: 1px;
}

.wxss {
	background-color: yellow;
	display: inline-block;
	width: 100%;
	line-height: 40px;
}

.cgi-content {
	line-height: 40px;
	font-weight: bold;
}
@media screen and (max-width: 500px){
.down9898 {
     padding: 0 0 !important; 
     margin-bottom: 5px !important; ;
    }
}
.down9898 {
    padding: 0 0 !important; 
    margin-bottom: 5px !important; ;
}

.Menubox ul{
    display: flex;
}

.Menubox ul li{
    width: 20%;
    text-align: center;
    line-height: 40px;
    background: #4CAF50;
    border-right: 1px #ccc solid;
}

.Menubox .hover {
    font-weight: bold;
    background: #f00 !important;
}

.Contentbox,.yxym p,.jxzt p,.lxsbm p{
    line-height: 40px;
    text-align: center;
    color: #800000;
}

.Contentbox p,.yxym p,.jxzt p,.lxsbm p{
    border: 1px #5cb85c dashed  ;
    border-bottom: none;
    background: #dff0d8;
}

.Contentbox p:last-child,.zlzq li:last-child,.yxym p:last-child,.jxzt p:last-child,.lxsbm p:last-child{
    border-bottom: 1px #5cb85c dashed ;
}

.zlzq{
}

.zlzq li{
    border: 1px #5cb85c dashed;
    border-bottom: none;
    background: #dff0d8;
    line-height: 40px;
}

.yxym .n{
    display: none;
}

.yxym p{
    display: flex;
}

.yxym p span{
    padding: 0 5px;
}

.yxym p span:nth-child(2){
    flex: 2;
    word-break: break-word;
    color: #00008b;
}

.jxqi,.jxkai{
    background: #ff0;
    color: #a52a2a;
}

.tz_logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.tz_box {
    width: calc(20% - 10px);
    text-align: center;
    margin: 5px;

}

.tz_inner {
    display: block;
    margin: 0 auto;
}

.tz_inner img {
    width: 50px;
    vertical-align: middle;
}

.tz_inner p {
    font-size: 0.75rem;
    text-shadow: 1px 1px 1px #FF5722;
    color: black;
    font-weight: bold;
    word-break: keep-all;
}

.sx {
	background: #e5e5e5;
	margin-bottom: 75px;
}

.sx table {
	margin-top: 5px;
}

.sx th {
	height: 30px;
	border: solid 1px #ccc;
	background: #f1f1f1;
}

.sx td {
	padding: 5px 0;
	text-align: center;
	border: solid 1px #d8ccb4;
	word-wrap: break-word;
	background: #fff;
}

.sx td.a-left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.sx span {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 0 2px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 9px;
	display: inline-block;
	background: #f00;
}

.sx span.green {
	background: #009933;
}

.sx span.blue {
	background: #3366ff;
}


ul.sx1 li {
	float: left;
	width: 33.33%;
	padding: 5px 0;
}

ul.sx1 li dl dt img {
	width: 40px;
	height: auto;
}

.am_yc,.num{
    color: #f00;
    letter-spacing: 1px;
}

.jsxl ul li{
    background: #3f51b5 !important;
}

.Contentbox .name{
    color: #3f51b5;
}

.jsxl_in .name{
    color: #0d4f49 !important;
}

.jsxl_in .am_yc{
    color: #a94442 !important;
}

.jsxl_in .num{
    color: #a94442 !important;
}

.lxsbm .name{
    color: #000;
}

.lxsbm .num{
    color: #9c27b0;
}

.hsds .name{
    color: #3c763d !important;
}

.hsds .num{
    color: #f00;
}

.lxsbm .sm_kai{
    color: #f00;
}

.lxsbm .sm_yc{
    color: #4caf50;
    font-weight: bold;
}

.pmjx .jxkai{
    display: none;
}

.pmjx p{
    line-height: 40px;
}

.pmjx .n{
    display: none;
}

.jxyc{
    color: blue;
}

.amw .n{
    display: none;
}

.amw .num{
    word-break: break-word;
}

.jsxl_in .am_qi,.jsxl_in .qi,.jsxl_in .am_kai,.jsxl_in .kai{
    color: #f00;
}

.jxzt .am_qi{
    color: #337ab7;
}

.jxzt .am_kai{
    color: #006400;
}

.wbz .am_qi{
    color: #f00;
}

.stzt .qi,.stzt .kai{
    color: blue !important;
}

.hsds .qi,.hsds .kai{
    color: #d90f7f!important;
}

.tmsx .am_qi{
    color: #0000cd;
}

.lbzt .qi,.lbzt .kai{
    color: #3c763d!important;
}

.am_yc2{
    color: blue;
}

.sjg .name{
    color: #03a9f4!important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.banner_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner_swiper .swiper-slide img{
    height: 440px;
}

.cytz li{
    text-align: center;
}

.cytz .qi{
    color: #3f51b5;
}

.cgi-foot{
    text-align: center;
}

.cgi-tit{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: red;
}

.tit-date{
    text-align: center;
    font-size: 18px;
    color: blueviolet;
}

.am_tit{
    color: #9c27b0;
}

.am_kai{
    color: #4caf50;
}
