html {
    /*background-image: url(/static/home/zl/img/bg.jpg);*/
    background:#000;
}
body,html{
    font-family: STHeiti,Microsoft YaHei,Helvetica,Arial,sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
}
body{
    max-width: 720px;
    background:#fff;
    margin:0 auto;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    border: 0;
    font-size: 1.4rem;
    color: #333;
}
em, i {
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
#app{
    font-size: 1.3rem;
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}
.nav_top{
    height: 5rem;
    color: #fff;
    background-image: linear-gradient(to top, #10ac05, #0e6200);
}
.nav_logo{
    height: 100%;
    background-size: 96%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.nav_menu_btn{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    display: flex;
}
.nav_menu_btn a{
    text-align: center;
    display: block;
    padding: .6rem;
    color: #fff;
}
.nav_menu_btn a i{
    font-size: 2rem;
}
.index_menu{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.index_menu a{
    width: 25%;
    border-right: .1rem solid #dedede;
    border-bottom: .1rem solid #dedede;
    padding: .6rem 0;
    color: #0d8c00;
}
.index_menu a:nth-child(4n) {
    border-right: 0;
}
.index_menu a .iconfont{
    display: block;
    font-size: 2rem;
    line-height: 3.6rem;
    color: #fefefe;
    width: 3.6rem;
    height: 3.6rem;
    margin: auto;
    background: #0f9f00;
    border-radius: 50%;
    margin-bottom: .3rem;
    margin-top: .1rem;
}
.itop{
    padding: .8rem .3rem;
    border-bottom: .1rem solid #e6e6e6;
    text-align: center;
    letter-spacing: 2px;
}
.title{
    line-height: 3.6rem;
    background-color: #ebebeb;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #17aa08;
    padding: 0 1rem;
    letter-spacing: .1rem;
}
.gp_box {
    border-top: 1px solid #9c9c9c;
}
.gp_box .title img{
    height: 2rem;
    position: relative;
    top: .4rem;
}
.title a{
    border: 0;
    color: #333;
    font-size: 1.4rem;
}
.title a .iconfont{
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.more{
    float: right;
}
.more a{
    color: #959595;;
}
.content{
    padding: 1rem;
}
.gp-info {
    position: relative;
    padding-left: 11rem;
    height: 10rem;
}
.gp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}
.gp-con {
    line-height: 2rem;
    font-size: 1.4rem;
}
.gp-img img {
    width: 100%;
    height: 100%;
}
.gp-con b {
    color: #0f9f00;
    font-weight: 600;
    font-family: '宋体';
}
.tu_box{
    border-top: 1px solid #9c9c9c;
}
.flex2,.flex3{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tu_box .flex2 div{
    width: 50%;
    font-size: 1.4rem;
    border-top: .1rem solid #e6e6e6;
}
.tu_box .flex3 div{
    text-align: center;
    width: 33.33%;
    font-size: 1.4rem;
    border-top: .1rem solid #e6e6e6;
}
.tu_box div:nth-child(1),.tu_box div:nth-child(2),.tu_box .flex3 div:nth-child(3){
    border:0;
}
.content div a{
    display: block;
    padding: .8rem .5rem;
    color:#3b3b3b;
}
.footer {
    text-align: center;
    padding: 1rem;
    color: #8d8d8e;
    font-size: 1.3rem;
    background-color: #fafafa;
    border-top: 1px solid #adadad;
    margin-top: -3px;
}
.nav-path {
    height: 3rem;
    line-height: 3rem;
    padding: 0 .3rem;
    border-bottom: .1rem solid #e6e6e6;
    overflow: hidden;
    color: #888;
    background-color: #f5f5f5;
}
.nav-path a{
    color: #0f7b02;
    font-weight: 600;
}
.bigPic{
    position: fixed;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d1;
    z-index: 1;
}
.bigPic p{
    background:#fff;
}
.bigPic img{
    height: auto!important;
}
.fanhui{
    width: 80%;
    margin: 10px auto;
    text-align: center;
    height: 36px;
    border-radius: 15px;
    line-height: 34px;
    font-size: 1.2rem;
    position: fixed;
    top: 90%;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 0px #39771f;
    background: linear-gradient(to bottom, #77ff74, #30a90c);
    border: 2px groove #ffffff;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}
#msgBtn{
    position: fixed;
    z-index: 999;
    right: 6px;
    bottom: 8rem;
    display: block;
    border-radius: 50%;
    background: #34bd18;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    box-shadow: 0px 3px 0px #038d20;
    color: #fdfdfd;
    border: 1px solid #fff;
}
.yqlj{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.yqlj a{
	display: block;
	border: 1px #ccc solid;
	border-top: none;
	width: 33.33%;
	padding: 3px;
	text-align: center;
	line-height: 40px;
}
.box-hf a img {
	margin: 4px 0px;
	display: block
}
.download66 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 720px;
    height: 50px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.download66 i.close {
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    height: 40px;
    width: 40px;
}
.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;
}

.ggsdh {
    margin-top: 3px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #ff0;
    font-family: '微软雅黑';
    font-size: 13pt;
    color: #000;
    font-weight: 500;
    border: solid 1px #C0C0C0;
    line-height: normal;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.pop-cpt {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pop-cpt .bd123 {
	font-family: 微软雅黑;
	position: relative;
	width: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pop-cpt .bd123 .img123 {
	border: 2px solid red;
	position: relative;
	max-width: 85%;
	background-color: white;
	height: auto;
	padding: 18px;
	padding-top: 25px;
	line-height: 25px
}

.pop-cpt .bd124 a {
	color: green;
	font-size: 16px;
	font-weight: bold;
	color: red
}

.pop-cpt .bd123 .view {
	margin-top: 5px;
	color: green;
	font-size: 16px;
	font-weight: bold;
	color: blue
}

.pop-cpt .bd123 .pop-close {
	cursor: pointer;
	display: inline-block;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 20px;
	z-index: 10;
	color: black
}

.am_nav {
	width: 100%;
	background: #000;
}

.am_fnav {
	background: #000;
	margin: 0 auto;
	height: 4rem;
}

.am_fnav a img {
	display: block;
	width: 25rem;
	height: 4rem;
	margin: 0 auto;
	}
@media screen and (max-width:800px) {
	.am_fnav {
	background: #000;
	margin: 0 auto;
	height: 4rem;
    }

.am_fnav a img {
	display: block;
	width: 25rem;
	height: 4rem;
	margin: 0 auto;
    }
}

.waibox {
	text-align: center;
	background: linear-gradient(to top, #9C27B0, #2196F3);
	line-height: 55px;
	border-radius: 5px;
}

.location_to {
	padding: 10px;
	background: beige;
	border-radius: 15px;
	font-size: 20px;
	color: #F44336;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 2px 2px 1px #F44336;
}

.pop-cpt {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pop-cpt .bd123 {
	font-family: 微软雅黑;
	position: relative;
	width: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pop-cpt .bd123 .img123 {
	border: 2px solid red;
	position: relative;
	max-width: 85%;
	background-color: white;
	height: auto;
	padding: 18px;
	padding-top: 25px;
	line-height: 25px
}

.pop-cpt .bd123 a {
	color: green;
	font-size: 16px;
	font-weight: bold;
	color: red
}

.pop-cpt .bd123 .view {
	margin-top: 5px;
	color: green;
	font-size: 16px;
	font-weight: bold;
	color: blue
}

.pop-cpt .bd123 .pop-close {
	cursor: pointer;
	display: inline-block;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 20px;
	z-index: 10;
	color: black
}

#swiper-container1 {
	position: relative;
}

#swiper-pagination1 {
	width: 100%;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
}

#swiper-pagination1 .swiper-pagination-bullet {
	width: calc(20% - 2px);
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	background: #4CAF50;
	border-radius: 0;
	margin: 1px !important;
}

.swiper-pagination-bullet-active {
	color: #fff !important;
	background: #007aff !important;
}
.ad-a a{
    display: block;
    font-weight:bold;
    border: 1px #cfcfcf solid;
    margin: 3px;
    background: linear-gradient(to bottom, #fff , #efefef);
    line-height: 30px;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.guangg a {
	color: #f00;
	animation: move linear 2s infinite;
	animation-delay: 2s;
}
@keyframes move {
	0% {
		color: #f00;
	}
	25% {
		color: #1c6109;
	}
	50% {
		color: #ff5722;
	}
	75% {
		color: #f00;
	}
	100% {
		color: #3f51b5;
	}
}