/*	normal color #77b725 rgb(119, 183, 37)
 *	primary color #539001 rgb(83, 144, 1)
 */

/************* global ***************/
@font-face {
 font-family: 'SourceHanSansCN-Regular';
 src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.eot');
 src: url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.eot') format('embedded-opentype'),
 url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.ttf') format('truetype'),
 url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.woff') format('woff'),
 url('http://2019-gjhl-biz.oss-cn-hangzhou.aliyuncs.com/font/SourceHanSansCN-Regular.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}





.fl {
	float: left;
}
.fr {
	float: right;
}
.clearboth {
	clear: both;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
	color: #0f84df;
}
::-moz-placeholder { /* Firefox 19+ */  
	color: #0f84df;
}
:-ms-input-placeholder { /* IE 10+ */ 
 color: #0f84df;
}
:-moz-placeholder { /* Firefox 18- */ 
 color: #0f84df;
}
input:focus {
	border: none;
	outline: none;
}
img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border: 1px solid rgb(127, 127, 127);}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.textOverflow {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text2Overflow{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.container {
	padding: 0;
}
.title {
	text-align: center;
	position: relative;
	padding-bottom: 18px;
}
.title h4 {
	font-size: 36px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 12px;
}
.title p {
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	
}
.title p::after {
	content: '';
	display: inline-block;
	width: 38px;
	height: 1px;
	background-color: #539001;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	bottom: 0px;
}
.banner {
	height: 420px;
	overflow: hidden;
	position: relative;
}
@media (min-width: 1400px) {
	.container {
		width: 1300px;
	}
	.header .container {
		width: 1350px;
	}
}
@media (max-width: 768px) {
	.banner {
		height: auto;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	.container {
		padding: 0 10px;
	}
	.title {
		text-align: center;
		position: relative;
		padding-bottom: 0.8rem;
	}
	.title h4 {
		font-size: 1.6rem;
		letter-spacing: 1px;
		color: #000000;
		margin-bottom: 0.8rem;
	}
	.title p {
		font-size: 0.875rem;
		color: #888;
	}
	.title p::after {
		content: '';
		display: inline-block;
		width: 2.2rem;
		height: 1px;
		background-color: #539001;
		position: absolute;
		left: 50%;
		margin-left: -1.1rem;
		bottom: 0px;
	}
	.pages {
		/*display: none;*/
	}
}

.transition {
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}
.rich-text img {
	margin-bottom: 16px;
}
.rich-text,
.rich-text a, 
.rich-text p,
.right-text span,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
html, body {
	font-family: 'SourceHanSansCN-Regular' !important;
}
.pages {
	text-align: center;
}
/*.pages a {
	display: inline-block;
	width: 42px;
	height: 42px;
	font-size: 18px;
	line-height: 40px;
	color: #77b725;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}*/
.pages a + a {
	margin-left: 20px;
}
.pages a.prev-page, .pages a.next-page {
	width: 90px;
	color: #fff;
	background-color: #bbbbbb;
}
.pages a.page-num-current, .pages a:hover {
	color: #fff;
	background-color: #77b725;
}

/************* topbar ***************/
.header {
	height: 92px;
	position: relative;
	z-index: 99;
}
.header .navbar {
	height: 92px;
	border: none;
	background-color: #7cbc27;
	border-radius: 0;
	margin: 0;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
}
.header .navbar .container {
	position: relative;
}
.header .navbar-nav {
	margin-left: 100px;
}
.header .navbar-nav>li>a {
	height: 92px;
	padding: 0 16px;
	line-height: 92px;
	font-size: 16px;
	color: #ffffff;
}
@media (min-width: 770px) {
	.navbar-default .navbar-nav>li>a::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 1px;
		background-color: #fff;
		position: absolute;
		bottom: 15px;
		left: 0;
		transition: all ease-out .3s 0s;
  	-webkit-transition: all ease-out .3s 0s;
  	-moz-transition: all ease-out .3s 0s;
  	-o-transition: all ease-out .3s 0s;
  	opacity: 0;
	}
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
	position: relative;
}
.navbar-default .navbar-nav>.active>a::after {
	width: 100%;
	opacity: 1;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus::after, 
.navbar-default .navbar-nav>li>a:hover::after {
	width: 100%;
	opacity: 1;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #fff;
}

.header .dropdown-menu {
	opacity: 0.92;
	background-color: #7cbc27;
	max-width: 160px;
	left: -20px;
	padding: 0;
}
.header .dropdown-menu>li>a {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 0;
	line-height: 52px;

}
.header .dropdown-menu>li + li {
	border-top: 1px solid #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #539001;
}
.navbar-search {
	height: 92px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.navbar-search .input-box {
	position: absolute;
	width: 260px;
	height: 40px;
	border: 2px solid #7cbc27;
  background: #fff;
  top: 70px;
  left: -20px;
  z-index: 999;
  display: none;
	/*border-radius: */
}
.navbar-search .input-box input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
	color:#999
}
.navbar-search .search-icon {
	width: 22px;
	height: 22px;
	background: url('../images/search_icon.png') center no-repeat;
	background-size: 100%;
	margin-right: 36px;
	position: relative;
	color: #333;
}
.navbar-search .search-icon::after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 26px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: -18px;
}
.navbar-search .phone-box {
	font-size: 22px;
	color: #ffffff;
	line-height: 26px;
	display: inline-flex;
	align-items: center;
}
.navbar-search .phone-box span {
	/*display: inline-block;*/
	width: 22px;
	height: 26px;
	background: url('../images/topbar_phone_icon.png') center no-repeat;
	background-size: 100%;
	margin-right: 12px;
}

@media(max-width: 768px) {
	.header {
		height: 3rem;
	}
	.header .navbar {
		height: 3rem;
	}
	.header .navbar .container {
		height: 100%;
		padding: 0;
	}
	.navbar-search {
		display: none;
	}
	.navbar-default .navbar-brand img {
		height: 2rem;
		width: auto;
	}
	.container .navbar-header {
		height: 100%;
		margin: 0;
	}
	.navbar-brand {
		height: 100%;
		padding: 0 0 0 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-toggle {
		border: 0;
		padding-top: 0;
		margin-bottom: 0;
		margin-top: 0.66rem;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		width: 1.6rem;
		background-color: #283a1d;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 0.56rem;
	}
	.navbar-collapse {
		margin: 0 !important;
		padding: 0;
		background-color: #000;
		position: fixed;
		overflow: hidden;
		overflow-y: auto;
		top: 3rem;
		left: 0;
		right: 0;
		bottom: 0;
		border-color: #fff;
		z-index: 999;
	}
	.header .navbar-nav {
		padding: 0;
		margin: 0;
	}
	.header .navbar-nav>li>a {
		height: 3.16rem;
		line-height: 3.16rem;
		border-bottom: 1px solid #fff;
		padding: 0 22px;
		color: #ffffff;
		font-size: 1rem;
		letter-spacing: 0.03rem;
		position: relative;
	}
	.header .navbar-nav>li>a.dropdown-toggle::after {
		content: '';
		display: inline-block;
		width: 0.56rem;
		height: 0.94rem;
		background: url('../images/m_header_menu_right.png') center no-repeat;
		background-size: cover;
		position: absolute;
		top: 50%;
		margin-top: -0.57rem;
		right: 22px;
		transition: all ease-out .3s 0s;
  	-webkit-transition: all ease-out .3s 0s;
  	-moz-transition: all ease-out .3s 0s;
  	-o-transition: all ease-out .3s 0s;
	}
	.header .navbar-nav>li.open>a.dropdown-toggle::after {
		transform: rotate(90deg);
	}
	.navbar-nav .open .dropdown-menu {
		width: 100%;
		opacity: 1;
		max-width: 100%;
		text-align: left;
		margin: 0;
		background-color: #292929;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		height: 3.3rem;
		line-height: 3.3rem;
		color: #fff;
		font-size: 0.88rem;
		text-align: left;
		padding: 0 0 0 66px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
		border-bottom: 1px solid #fff;
	}
	.header .dropdown-menu>li + li {
		border-top: none;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>li>a.dropdown-toggle:focus, .navbar-default .navbar-nav>li>a.dropdown-toggle:hover {
		background-color: transparent;
		border-color: #fff;
	}
	.navbar-default .navbar-nav>li>a.dropdown-menu:focus, .navbar-default .navbar-nav>li>a.dropdown-menu:hover {
		background: transparent;
	}
}

/************* footer ***************/
.footer {
	position: relative;
	height: 462px;
	background: url('../images/bottom_banner.jpg') center center no-repeat;
	background-size: cover;
}
.footer .mask {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
}
.footer .container {
	/*overflow: hidden;*/
}
.footer .container .d1,
.footer .container .d3 {
	width: 24%;
}
.footer .container .d1 h6,
.footer .container .d2 h6,
.footer .container .d3 h6 {
	font-size: 20px;
	color: #d9d9d9;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.footer .container .d1 .p1 {
	font-size: 28px;
	letter-spacing: 1px;
	color: #77b725;
	margin-bottom: 30px;
}
.footer .container .d1 .p2 {
	font-size: 14px;
	color: #dcdcdc;
	margin-bottom: 20px;
}

.footer .container .d1 .p2 a{
	color:#fff;
}

.footer .container .d2 {
	width: 17.33%;
	padding-left: 22px;
	position: relative;
}
.footer .container .d2::before,
.footer .container .d3::before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 260px;
	background-color: #4f4f4f;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .container .d2 h6 {
	color: #ffffff;
	margin-bottom: 28px;
}
.footer .container .d2 a {
	display: block;
	font-size: 14px;
	color: #a4a4a4;
	margin-bottom: 16px;
}
.footer .container .d2 a:hover {
	color: #7cbc27;
}
.footer .container .d3 {
	padding-left: 22px;
	position: relative;
}
.footer .container .d3 h6 {
	margin-bottom: 26px;
}
.footer .container .d3 .qrcode-box {
	display: flex;
}
.footer .container .d3 .qrcode-box > div {
	display: inline-flex;
	flex-direction: column;
}
.footer .container .d3 .qrcode-box > div + div {
	margin-left: 46px;
}
.footer .container .d3 .qrcode-box img {
	width: 200px;
	height: 200px;
	margin-bottom: 16px;
}
.footer .container .d3 .qrcode-box p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

@media(max-width: 768px) {
	.m-footer {
		width: 100%;
		height: 4.47rem;
		background: url('../images/m_footer_banner.png') center no-repeat;
		background-size: cover;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 4rem;
	}
	
	.m-footer a{ color:#fff}
	
	.m-footer p {
		font-size: 0.94rem;
		color: #ffffff;
	}
	.m-footer p + p {
		margin-top: 0.46rem;
	}
	.bottom-bar {
		position: fixed;
		/*height: 4rem;*/
		left: 0;
		right: 0;
		width: 100%;
		bottom: 0;
		background-color: #7cbc27;
		display: flex;
		z-index: 99;
	}
	.bottom-bar a {
		flex: 1;
		height: 4rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.bottom-bar a + a {
		border-left: 1px solid #8acc32;
	}
	.bottom-bar a img {
		height: 1.36rem;
		width: auto;
		margin-bottom: 0.44rem;
	}
	.bottom-bar a p {
		font-size: 0.94rem;
		color: #fff;
	}
	.pages .prev-page, .pages .next-page {
		display: none;
	}
	.pages a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
}


.clearboth .wz{ color:#fff;text-align:center; line-height:35px; height:50px; font-size:13px;}
.clearboth .wz a{ color:#fff; }