body {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
	height: 1000px;
	background-image: url(../webpic/homebg1.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.page_width {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_div {
	clear: both;
}
form {
	padding: 0px;
	margin: 0px;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 300;
}
#top {
	background-color: #bcbdc1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2abed8;
	font-family: "Century Gothic", Verdana, geneva;
	font-size: 14px;
	line-height: 25px;
	z-index: 200;
}
#nav {
	background-image: url(../webpic/navbg.png);
	height: 100px;
	/* [disabled]position: fixed; */
	width: 100%;
	z-index: 9999;
	display: block;
}
#nav #logo {
	background-image: url(../webpic/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	width: 310px;
}
#nav .main_nav {
	font-family: "Century Gothic", Verdana, geneva;
	line-height: 100px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
#nav ul li a:hover {
	background-image: url(../webpic/topbg1.png);
}
#nav ul li a.selected {
	display: block;
	color: #FFF;
	background-color: #339933;
}
#nav_s {
	background-image: url(../webpic/navbg.png);
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	/* [disabled]top: 200px; */
	background-color: #333;
	display: none;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
	/* [disabled]transition: all 0.3s ease-in 0.1s; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#nav_s #logo {
	background-image: url(../webpic/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	background-size: 60%;
}
#nav_s .main_nav {
	font-family: "Century Gothic", Verdana, geneva;
	line-height: 60px;
	text-transform: capitalize;
	font-size: 16px;
	/* [disabled]font-weight: bold; */
}
#nav_s ul {
	margin: 0px;
	padding: 0px;
}
#nav_s ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#nav_s ul li a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
#nav_s ul li a:hover {
	background-color: #00718f;
}
#nav_s ul li a.selected {
	display: block;
	color: #FFF;
	background-color: #339933;
}
.homebanner {
	background-color: #FFF;
	max-height: 540px;
	/* [disabled]margin-top: 100px; */
}
.bug01 {
	height: 125px;
	background-color: #333;
}

.slideimg1 {
	background-image: url(../vbanner/img1.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
	background-size: cover;
}
.slideimg2 {
	background-image: url(../vbanner/img2.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
	background-size: cover;
}
.home_banner_txt {
	font-size: 36px;
	color: #FFF;
	/* [disabled]height: 300px; */
	width: 100%;
	position: absolute;
	z-index: 200;
	font-family: "Century Gothic", Verdana, geneva;
	top: 260px;
	font-weight: bold;
	text-align: center;
	/* [disabled]margin-right: 300px; */
	/* [disabled]margin-left: 300px; */
}
.home_banner_txt h2 {
	margin-bottom: 40px;
}
.home_banner_txt h3 {
	font-weight: lighter;
	font-size: 24px;
	line-height: 50px;
}
.homepart {
	padding-top: 50px;
	padding-bottom: 50px;
}
.homepart_h1 {
	font-size: 36px;
	text-align: center;
	color: #2abed8;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, geneva;
}
.homepart_h2 {
	font-size: 16px;
	text-align: center;
	color: #949599;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 30px;
	font-weight: lighter;
}
.homepart_h1_bai {
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, geneva;
}
.homepart_h2_bai {
	font-size: 16px;
	text-align: center;
	color: #CCCCCC;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 30px;
	font-weight: lighter;
}
.homeappbox {
	background-color: #039;
	height: 260px;
}
.homepartbg {
	background-color: #FFF;
}
.homepartbgline {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99c7d7;
}
.homepartbgimg {
	background-color: #FFF;
	background-image: url(../webpic/coverr-red-painted-tree-with-birdhouse-1580908236426.jpg);
	background-size: auto;
	background-attachment: fixed;
}
.homeappimg1 {
	background-image: url(../webpic/app1.jpg);
	background-size: cover;
}
.homeappimg2 {
	background-image: url(../webpic/app2.jpg);
	background-size: cover;
}
.homeappimg3 {
	background-image: url(../webpic/app3.jpg);
	background-size: cover;
}
.homeappimg4 {
	background-image: url(../webpic/app4.jpg);
	background-size: cover;
}
.homeapptitle {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center;
	font-weight: bold;
}
.homebrief {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	padding: 30px;
	text-align: center;
}
.homeconbgimg {
	height: 300px;
	background-size: cover;
	border-radius: 10px;
	background-color: #FFF;
	font-size: 18px;
	line-height: 300px;
	color: #999;
	text-align: center;
	border: 1px solid #bcbdc1;
}
.homecontact {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.homecontact strong {
	font-size: 18px;
	line-height: 25px;
	color: #2abed8;
	margin-bottom: 10px;
	display: block;
}
.homepartbgfoot {
	background-color: #404040;
}
.homepartbgfoot ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.homepartbgfoot ul li {
	margin: 0px;
	padding: 0px;
	color: #bcbdc1;
	font-weight: lighter;
	font-size: 14px;
	line-height: 25px;
}
.homepartbgfoot ul li a {
	color: #bcbdc1;
}
.homepartbgfoot ul li a:hover {
	color: #2abed8;
}
.footnavtitle {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: "Century Gothic", Verdana, geneva;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949599;
	font-weight: bold;
}
.footcopy {
	background-color: #6d6e72;
	font-size: 12px;
	color: #bcbdc1;
	padding: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
}
.pagebannerimg1 {
	background-image: url(../webpic/no_name_1.jpg);
	background-position: center center;
	height: 300px;
	width: 100%;
	background-size: cover;
	margin-top: 25px;
	background-repeat: no-repeat;
}
.pagebannerimg2 {
	background-image: url(../webpic/no_name_2.jpg);
	background-position: center center;
	height: 300px;
	width: 100%;
	background-size: cover;
	margin-top: 25px;
	background-repeat: no-repeat;
}
.pagebannerimg3 {
	background-image: url(../webpic/no_name_3.jpg);
	background-position: center center;
	height: 300px;
	width: 100%;
	background-size: cover;
	margin-top: 25px;
	background-repeat: no-repeat;
}
.bgcolor_fff {
	background-color: #FFF;
}
.page_left {
	background-color: #FAFAFA;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	box-shadow: 0px 2px 5px 0px #CCC;
	border-radius: 0px 0px 10px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 300px;
	margin-bottom: 20px;
}
.page_left h1 {
	color: #0f728f;
	font-size: 18px;
	/* [disabled]text-align: center; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.page_left h1 a {
	color: #0f728f;
	/* [disabled]font-size: 18px; */
	/* [disabled]text-align: center; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #D6D6D6; */
	/* [disabled]margin: 0px; */
	/* [disabled]padding-top: 30px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 20px; */
}
.page_left ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/* [disabled]font-weight: lighter; */
}
.page_left ul li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.page_left ul li a {
	/* [disabled]line-height: 40px; */
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.page_left ul li a:hover {
	background-color: #99c7d7;
	color: #FFF;
	/* [disabled]width: 220px; */
	border-radius: 0px 20px 20px 0px;
}
.page_left ul li .selected {
	background-color: #5caac1;
	color: #FFF;
	width: 280px;
	border-radius: 0px 20px 20px 0px;
}
.page_left ul li ul{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/* [disabled]font-weight: lighter; */
}
.page_left ul li ul li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.page_left ul li ul li a{
	/* [disabled]line-height: 40px; */
	padding-right: 20px;
	padding-left: 30px;
	display: block;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.page_left ul li ul li a:hover {
	background-color: #99c7d7;
	color: #FFF;
	/* [disabled]width: 220px; */
	border-radius: 0px 20px 20px 0px;
}
.page_left ul li ul li .selected{
	background-color: #84BFD0;
	color: #FFF;
	width: 250px;
	border-radius: 0;
}
.page_main {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* [disabled]background-color: #999; */
	width: 940px;
	float: right;
}
.page_main ul {
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.page_main ul p {
	margin: 0px;
	padding: 0px;
}
.page_main ul li {
	list-style-type: disc;
	font-size: 14px;
	color: #666;
	font-style: italic;
	line-height: 25px;
}
.page_main p {
	WWfont-size: 14px;
	line-height: 25px;
	/* [disabled]font-weight: lighter; */
	color: #666;
	padding-bottom: 20px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.page_main h1 {
	color: #2abed8;
	font-size: 24px;
	/* [disabled]text-align: center; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.page_main h3 {
	color: #6d6e72;
	font-size: 16px;
	/* [disabled]text-align: center; */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.page_main h2 {
	color: #666666;
	font-size: 14px;
	/* [disabled]text-align: center; */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/* [disabled]font-weight: bold; */
}
.page_main h2.urhere {
	color: #5caac1;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* [disabled]font-weight: bold; */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5caac1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Century Gothic", Verdana, geneva;
}
.grid-demo {
	background-color: #D6D6D6;
	font-size: 12px;
	line-height: 150px;
	color: #666;
	text-align: center;
}
.grid-img {
	font-size: 12px;
	/* [disabled]line-height: 200px; */
	color: #CCC;
	text-align: center;
	background-image: url(../webpic/pbg.jpg);
	background-repeat: repeat;
	background-position: center center;
	/* [disabled]background-size: cover; */
	/* [disabled]height: 120px; */
	padding: 5px;
}
.albumimg {
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
	background-position: center center;
	/* [disabled]width: 200px; */
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0s 0.3s;
	-moz-transition: all 0s 0.3s;
	-ms-transition: all 0s 0.3s;
	-o-transition: all 0s 0.3s;
	transition: all 0s 0.3s;
}
.albumimg:hover {
	cursor: pointer;
	/* [disabled]background-size: cover; */
	-webkit-transition: all 0.5s linear 0.1s;
	-moz-transition: all 0.5s linear 0.1s;
	-ms-transition: all 0.5s linear 0.1s;
	-o-transition: all 0.5s linear 0.1s;
	transition: all 0.5s linear 0.1s;
	/* [disabled]filter: BlendTrans(Duration=1); */
}
.grid-name {
	font-size: 12px;
	/* [disabled]line-height: 50px; */
	text-align: center;
	color: #0f87a0;
	height: 50px;
}
.layui-btn {
	background-color: #26bcd7;
}
.layui-tab-title {
	font-family: "Century Gothic", Verdana, geneva;
	font-weight: bold;
	color: #666;
}
.propagelist {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.propagelist_img {
	height: 200px;
	width: 300px;
	border-radius: 10px;
	background-color: #99c7d7;
	background-size: cover;
	background-position: center center;
}
.propage_img {
	height: 500px;
	width: 100%;
	border-radius: 10px;
	/* [disabled]background-color: #99c7d7; */
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.pbg {
	background-image: url(../webpic/pbg.jpg);
	border-radius: 10px;
}
.propagehome_img {
	height: 300px;
	width: 400px;
	border-radius: 10px;
	background-color: #99c7d7;
	background-size: cover;
	background-position: center center;
}
.propagelist_summer {
	height: 170px;
}
.propagelist_summer p {
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.propagelist_summer strong {
	font-family: "Century Gothic", Verdana, geneva;
	font-size: 16px;
	color: #404040;
}.hide {
	display: none;
	text-align: center;
	height: 800px;
	width: 1200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #FFF;
}
.toprnav {
	text-align: center;
}
.toprnav a {
	text-align: center;
}
.toprnav a:hover {
	background-color: #999;
	display: block;
	text-align: center;
	color: #FFF;
}
.toprnav a.selected {
	background-color: #666;
	display: block;
	text-align: center;
	color: #FFF;
}
.homenewbox {
	text-align: center;
	height: 400px;
	width: 100%;
	border: 1px solid #FFF;
	border-radius: 20px;
	
}
.homenewbox h1 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 100px;
	font-size: 32px;
	font-weight: bold;
	display: block;
	background-image: url(../webpic/navbg.png);
	border-radius: 20px 20px 0px 0px;
}
.homenewbox p {
	font-family: "Century Gothic", Verdana, geneva;
	font-size: 22px;
	font-style: normal;
	color: #FFF;
	margin-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.shejiao {
}
.shejiao a {
	font-size: 12px;
	color: #CCC;
	/* [disabled]margin-bottom: 30px; */
	display: block;
	/* [disabled]margin-top: 10px; */
}
.shejiao img {
	height: 32px;
	width: 32px;
}
