@charset "utf-8";
@import url("reset.css");
@import url("font-awesome.min.css");
@import url("../swiper/swiper-bundle.css");

.block {display: block;}
.none {display: none;}

.main {
	position: relative;
	margin: 0 auto;
}
.main .login .logo_form .layui-btn.a_btn {
	line-height: 60px;
}

.main .login {
	position: relative;
	margin: 0px auto;
}
.main .login .figure_img {
	position: relative;
    margin: 50px auto;
}
.main .login .logo_form {
	position: relative;
	margin: 0 auto;
	padding: 50px 30px;
	border-radius: 20px;
	box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}
.main .login .logo_form .layui-form-item {
	position: relative;
	margin-bottom: 30px;
}
.main .login .logo_form .layui-form-item:nth-child(3) {margin-bottom: 0;}
.main .login .logo_form .img {
	position: absolute;
    left: 12px;
    right: auto;
    top: 15px;
    bottom: auto;
    width: 30px;
    height: 30px;
}
.main .login .logo_form input {
	color: #333;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 500;
	height: 60px;
	background: #f8f8f8;
	border-radius: 10px;
	padding-left: 50px;
	border: 1px solid transparent;
}
.main .login .logo_form input::-webkit-input-placeholder, 
.main .login .logo_form textarea::-webkit-input-placeholder,
.main .login .logo_form input:-moz-placeholder, 
.main .login .logo_form textarea:-moz-placeholder,
.main .login .logo_form input::-moz-placeholder, 
.main .login .logo_form textarea::-moz-placeholder,
.main .login .logo_form input:-ms-input-placeholder, 
.main .login .logo_form textarea:-ms-input-placeholder {
  color: #c5c5c5;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.main .login .logo_form .layui-btn {
	color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    height: 60px;
    width: 100%;
    padding: 0px;
    border-radius: 100px;
    background-color: #60ce66;
    background-image: linear-gradient(90deg, #60ce66 0%, #1d9554 80%);
    border: 1px solid transparent;
    opacity: 1;
    margin: 0 auto;
}
.main .login .logo_form .layui-btn:hover {
    opacity: 1;
}
.main .login .logo_form .txt {
	position: relative;
	margin: 100px auto 0;
}
.main .login .logo_form .txt .h2 {
	position: relative;
	margin: 0px auto;
	color: #b3b8d3;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.main .login .logo_form .txt .h2::before {
	content: "";
	height: 1px;
	width: 35%;
	margin: 0 auto;
	background: #b3b8d3;
	position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 15px;
} 
.main .login .logo_form .txt .h2::after {
	content: "";
	height: 1px;
	width: 35%;
	background: #b3b8d3;
	position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 15px;
}
.main .login .logo_form .txt .p {
	position: relative;
	margin: 15px auto;
	color: #b3b8d3;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.main .login .logo_form .txt .p:last-child {margin: 0;}



.home {background: #f2f2f2;}
.main .home_header {
	position: relative;
	margin: 0px auto;
	background: url("../images/home_bg.png");
	height: 420px;
}
.main .home_header .figure_img {
	position: relative;
	margin: 0px auto;
	padding: 30px 0 0 0;
}
.main .home_header .figure_img .figcaption_txt {margin: 0px auto 20px;}
.main .home_header .figure_img .figcaption_txt .h2 {
	color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
	margin: 0px auto 30px;
}
.main .home_header .figure_img .figcaption_txt .information_a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main .home_header .figure_img .figcaption_txt .information_a .span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main .home_header .figure_img .figcaption_txt .information_a .span img {
	width: 100px;
	height: 100px;
}
.main .home_header .figure_img .figcaption_txt .information_a .span .fa {
	color: #fff;
	font-size: 23px;
	line-height: 1.5;
    font-weight: 500;
}
.main .home_header .figure_img .figcaption_txt .information_a .span2 {margin-left: 15px;}
.main .home_header .figure_img .figcaption_txt .information_a .span2 small {
	color: #fff;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}
.main .home_header .figure_img .figcaption_txt .information_a .span2 small:last-child {
	color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}
.main .nav_list {
	position: relative;
	margin: 0px auto;
}
.main .nav_list .bg {
	background: #fff;
    padding: 50px 0 0;
    border-radius: 15px;
}
.main .home_img {margin: -190px auto 15px;}
.main .home_img .home_header_img {
	border-radius: 10px;
}
.main .home_img .swiper-button-prev, 
.main .home_img .swiper-button-next {
	color: #47925a;
	opacity: 0;
	outline: 0;
	transition: all .5s;
}
.main .home_img:hover .swiper-button-prev, 
.main .home_img:hover .swiper-button-next {opacity: 1;}
.main .home_img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px;
    outline: 0;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    transition: all .5s;
}
.main .home_img .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 100px;
    background: #47925a;
}
.main .home_img .swiper-pagination {
	position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -40px;
}
.main .home_img img {border-radius: 10px;}
.main .home_img .home_pagination {display: none;}

.main .nav_list .figure_img {
	text-align: center;
	margin: 0 auto 50px;
}
.main .nav_list .figure_img .ico_a .figcaption_txt {
	color: #666;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    margin: 15px auto 0;
}
.main .nav_list .layui-btn {
	color: #fff;
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
    height: 60px;
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    background-color: #1d9554;
    border: 1px solid transparent;
    opacity: 1;
    margin: 15px auto;
}
.tz {
	position:relative;
	margin:0 auto 15px;
}
.tz .huabox {
	margin:0 auto;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tz .hdimg img {
	width:25px;
	height: 25px;
	margin: 0;
	vertical-align:middle;
}
.tz h5 {
	font-size:16px;
	line-height: 1.5;
	margin:0;
}
.tz .notice_active {
	width:75%;
	height:20px;
	line-height: 20px;
	padding:0;
	overflow:hidden;
	position:relative;
}
.tz .notice_active li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	list-style-type:none;
	overflow:hidden;
}
.tz .notice_active li.notice_active_ch span {
	color:#656972;
	font-size:16px;
	line-height: 1.5;
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin:0;
}
.tz .notice_active li.notice_active_ch em {
	color:#888;
	font-size:16px;
	line-height: 1.5;
	text-align:right;
	font-style:normal;
}
.tz .gg_more {
	width: 12%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tz .gg_more a {
	font-size:16px;
	line-height: 1.5;
	text-decoration:none;
}
.tz .gg_more .news_ck {
    color: #888;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    margin: 0;
    display: block;
    border: 1px solid #656972;
}



.agreement {background: #f7f7f7;}
.main .header {
	position: relative;
	margin: 0 auto;
	height: 80px;
	background: #47925a;
}
.main .header .h2 {
	position: relative;
    margin: 0 auto;
}
.main .header .h2 a {
	color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    width: 100px;
    height: 100px;
    z-index: 1;
    position: relative;
}
.main .header .h2 span {
	color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0;
}
.main .txt_main {
	position: relative;
	margin: 15px auto;
	padding-bottom: 15px;
}
.main .bgf {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
}
.main .txt_main .p {
	color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-indent: 30px;
    margin: 0px auto 15px;
}
.main .txt_main .p:last-child {margin: 0 auto;}


.notice {background: #fbfbfb;}
.main .notice_list {
	position: relative;
	margin: 30px auto 0;
	padding-bottom: 30px;
}
.main .notice_list .figure_img {
	position: relative;
	padding: 20px;
	margin: 0px auto 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
	transition: all .5s;
}
.main .notice_list .figure_img:last-child {margin: 0 auto;}
.main .notice_list .figure_img:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}
.main .notice_list .figure_img .ico_a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main .notice_list .figure_img .ico_a .div_ico_img{width: 7%;}
.main .notice_list .figure_img .ico_a .ico_img {
	margin: 0;
	width: 45px;
    height: 50px;
}
.main .notice_list .figure_img .figcaption_txt {
	display: flex;
    align-items: center;
	width: 93%;
	margin: 0 auto;
    position: relative;
}
.main .notice_list .figure_img .figcaption_txt .span {
	color: #000;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
}
.main .notice_list .figure_img .figcaption_txt .fa {
	color: #696969;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    position: absolute;
    right: 0;
}


.pay {background: #f2f2f2;}
.pay .layui-carousel,
.pay .layui-carousel>[carousel-item]>* {background: transparent;}
.main .pay_img_bg {
	position: relative;
	margin: 0 auto 60px;
}
.main .pay_img_bg .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 200px;
	background: #47925a;
}
.main .pay_img_bg .swiper-button-prev, 
.main .pay_img_bg .swiper-button-next {
	color: #fff;
	opacity: 0;
	outline: 0;
	transition: all .5s;
}
.main .pay_img_bg:hover .swiper-button-prev, 
.main .pay_img_bg:hover .swiper-button-next {opacity: 1;}
.main .pay_img_bg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px;
    outline: 0;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    transition: all .5s;
}
.main .pay_img_bg .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 100px;
    background: #47925a;
}
.main .pay_img_bg .swiper-pagination {
	position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -40px;
}
.main .pay_main .pay_img img {border-radius: 10px;}
.main .pay_main .pay_form {
	padding-bottom: 30px;
    margin: 0px auto;
}
.main .pay_main .pay_main_txt {
	position: relative;
	margin: 0px auto 30px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}
.main .pay_main .pay_main_txt .h2 {
	color: #7e7d7d;
	font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0px auto 20px;
}
.main .pay_main .pay_main_txt .ul {
	margin: 0 auto;
	position: relative;
}
.main .pay_main .pay_main_txt .ul li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
}
.main .pay_main .pay_main_txt .ul li:last-child {margin-bottom: 0px;}
.main .pay_main .pay_main_txt .ul li span {
	color: #7e7d7d;
	font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    width: 50%;
}
.main .pay_main .pay_main_txt .ul li span:nth-child(2) {
	color: #1d9554;
	text-align: left;
	width: 50%;
}
.main .pay_main .pay_main_txt .h3 {
	position: relative;
	padding-bottom: 10px;
    margin: 80px auto 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.main .pay_main .pay_main_txt .h3 span {
	color: #7e7d7d;
	font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
}
.main .pay_main .pay_main_txt .h3 small {
	color: #1d9554;
	font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
}
.main .pay_main .layui-btn {
	color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    padding: 0px;
    margin: 15px auto 0;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1;
    overflow: hidden;
}
.main .pay_main .layui-btn span {
	color: #fff;
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
    width: 60%;
    height: 60px;
    background: #1d9554;
    position: relative;
}
.main .pay_main .layui-btn span::after {
	content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #1d9554;
    border-bottom: 10px solid transparent;
}
.main .pay_main .layui-btn small {
	color: #fff;
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
    width: 40%;
    height: 60px;
    background: #69d370;
}



.album {background: #fff;}
.main .album_list {
	margin: 30px auto 0;
    padding: 0 15px;
}
.main .album_list .figure_img {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 15px;
}
.main .album_list .figure_img .img {
	height: 150px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
	border-radius: 10px;
}
.main .album_list .figure_img .figcaption_txt {
	position: relative;
	padding: 15px;
	text-align: left;
}
.main .album_list .figure_img .figcaption_txt h3 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin: 0 auto;
}
.main .album_list .figure_img .figcaption_txt span {
	color: #a7a6a6;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
}



.album_details {background: #fff;}
.album_details .main .header {
	background: url("../images/album_details_bg.jpg") center bottom no-repeat #59c764;
    height: 420px;
}
.album_details .main .header .layui-container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.album_details .main .header .h2 {width: 100%;}
.album_details .main .header .h2 span {/*display: none;*/}
.album_details .main .header .txt {width: 100%;}
.album_details .main .header .txt .h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin: 0 auto 20px;
}
.album_details .main .header .txt .span {
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.album_details .main .header .txt .p {
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin: 30px auto 0;
}
.album_details .main .album_details_list {
	margin-top: 20px;
	padding-bottom: 20px;
}
.album_details .main .album_details_list .figure_img {
	margin-bottom: 20px;
}
.album_details .fancybox-close {background-image: none;}
.album_details .fancybox-nav span {visibility: visible;}



.entry_notice {background: #fff;}
.main .entry_notice_main {padding-bottom: 20px;}
.main .entry_notice_txt {
	position: relative;
    margin: 20px auto 0;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
}
.main .entry_notice_txt .h2 {
	position: relative;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    /*background: rgb(0 0 0 / 50%);*/
}
.main .entry_notice_txt .h2 span {
	color: #47925a;
	font-size: 30px;
	line-height: 1;
}
.main .entry_notice_txt .h2 a {display: none;}
.main .entry_notice_txt .h2 a img {
	width: 50px;
	height: 50px;
}
.main .entry_notice_txt .time_txt {
	position: relative;
	margin: 50px auto;
	padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #626262;
}
.main .entry_notice_txt .time_txt .time {
	width: 30%;
	text-align: center;
	border-right: 2px solid #ccc;
}
.main .entry_notice_txt .time_txt .time small {
	color: #626262;
	font-size: 25px;
	line-height: 1;
	display: block;
	margin: 0 auto 5px;
}
.main .entry_notice_txt .time_txt .time span {
	color: #505050;
	font-size: 45px;
	line-height: 1.2;
	display: block;
	margin: 0 auto;
}
.main .entry_notice_txt .time_txt .p {
	color: #626262;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	width: 70%;
	margin: 0;
}
.main .entry_notice_txt .entry_notice_ul {
	position: relative;
	margin: 0 auto;text-align: left;
}
.main .entry_notice_txt .entry_notice_ul li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
	margin-bottom: 15px;
}
.main .entry_notice_txt .entry_notice_ul li:last-child {margin-bottom: 0px;}
.main .entry_notice_txt .entry_notice_ul li img {margin: 0 5px 0 0;}
.main .entry_notice_txt .entry_notice_ul li span {
	color: #626262;
	font-size: 25px;
	line-height: 1.2;
}



.contact {background: #fff;}
.main .contact_main {
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 20px;
}
.main .contact_main .figure_img {
	position: relative;
	margin: 0 auto 30px;
}
.main .contact_main .figure_img:last-child {margin: 0 auto;}
.main .contact_main .figure_img .ico_a {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.main .contact_main .figure_img .span_img {width: 15%;}
.main .contact_main .figure_img .span_img .img {
	width: 100px;
	height: 100px;
	margin: 0;
}
.main .contact_main .figure_img .figcaption_txt {
	position: relative;
	width: 85%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.main .contact_main .figure_img .figcaption_txt h3 {
	color: #000;
	font-size: 25px;
	line-height: 1.2;
	margin: 0 auto 10px;
}
.main .contact_main .figure_img .figcaption_txt span {
	color: #707070;
	font-size: 20px;
	line-height: 1.2;
}
.main .contact_main .figure_img .figcaption_txt img {
	width: 45px;
	height: 45px;
	margin: 0;
	position: absolute;
    right: 0;
    top: 15px;
}



.information .main .header {
	background: url("../images/information_bg.jpg") center bottom no-repeat #1d9555;
	height: 420px;
}
.information .main .header .h2 span {/*display: none;*/}
.information .main .header .txt {
	margin: 100px auto 50px;
}
.information .main .header .txt span {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: block;
}
.information .main .header .pz_img {
	position: absolute;
    top: auto;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 130px;
    height: 130px;
}
.main .information_main {
	position: relative;
	margin: 120px auto 0;
}
.main .information_main .layui-form-label {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
    float: left;
    display: block;
    padding: 10px;
    width: 150px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.main .information_main .layui-form-radio * {
    font-size: 20px;
}
.main .information_main .layui-input {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #eee;
}
.main .information_main .layui-input.date {width: 90%;}
.main .information_main .layui-input::-webkit-input-placeholder{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}    /* 使用webkit内核的浏览器 */
.main .information_main .layui-input:-moz-placeholder{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}                  /* Firefox版本4-18 */
.main .information_main .layui-input::-moz-placeholder{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}                  /* Firefox版本19+ */
.main .information_main .layui-input:-ms-input-placeholder{
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}           /* IE浏览器 */
.main .information_main .div_btn {
	display: flex;
	justify-content: center;
}
.main .information_main .layui-btn {
	color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    height: 60px;
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    background-color: #1d9554;
    border: 1px solid transparent;
    opacity: 1;
    margin: 0 auto;
}
