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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Microsoft YaHei';
}

body {
	background: #FFFFFF;
	color: #555555;
	line-height: 24px;
	position: relative;
}

.topCode {
	position: absolute;
	top: 120px;
	right: 150px;
	z-index: 10;
}

.topCode img {
	margin-left: 60px;
	display: inline-block;
	width: 230px;
	height: 230px;
	margin: 0 auto;
}

.topCode .text {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px !important;
	margin-top: 10px;
}

.topCode .text1 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 1px !important;
	line-height: 50px;
	margin-top: 30px;
}

.topCode .text2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px !important;
	margin-top: 10px;
}

.usesr_login {
	position: absolute;
	top: 120px;
	right: 150px;
	z-index: 10;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 400px;
	height: 300px;
	border-radius: 3px;
}

.usesr_login h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
}
.usesr_login input,
.usesr_login span{
	font-size: 16px;	
}
usesr_login .input{
	width: 100px;
}
.login_form li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.login_form li span {
	display: inline-block;
	width: 19%;
}

.login_form li input {
	width: 50%;
	height: 40px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.login_form li:nth-of-type(2) input {
	margin-left: 12px;
	width: 30%;
	margin-right: 20px;
}

.usesr_login button {
	background-color: #289d6c;
	color: #fff;
}

.login_form li:nth-of-type(2) button {
	height: 40px;
	width: 82px;
	border-radius: 3px;
}
.login_btn{
	display: flex;
	justify-content: center;
}

.login_btn button {
	width: 50%;
	padding:10px 0;
	font-size: 18px;
	border-radius: 3px;
}
.login_btn .disabled{
	background-color: #ccc;
	color: #666;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

.orange {
	color: #C60;
}

.white {
	color: #FFF;
}

@media (min-width: 768px) {
	.container {
		width: 700px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-default .jj {
	position: relative;
}

.navbar-default {
	background: #279B6A;
	border: none;
	margin: 0 !important;
}

.navbar-default .navbar-brand {
	color: #66AF33;
	height: 65px;
	line-height: 65px;
	padding: 0;
	width: 250px;
	padding: 5px 0;
}

.navbar-default .navbar-brand img {
	height: 50px;
	display: inline-block;
}

.navbar-default .navbar-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.navbar-default .navbar-brand h3 {
	font-weight: 400;
}

.navbar-default .navbar-nav li a {
	font-size: 16px;
	color: #FFFFFF;
	height: 65px;
	line-height: 40px;
}

.navbar-default .navbar-nav li a:hover {
	color: #66AF33;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #888;
}

.navbar-default .navbar-toggle {
	margin-top: 16px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #66AF33;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #66AF33;
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #66AF33;
}

h1 {
	margin: 0;
}

#home .img {
	width: 100%;
	height: 550px;
	background: url(./banner-1.png) no-repeat center;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	padding: 0;
	position: relative;
	zoom: 1;
	background-color: #371604;
	overflow: hidden;
	margin: 0;
}

.flexslider .slides {
	padding: 0;
	zoom: 1;
}

.flexslider .slides img {
	width: 100%;
	min-width: 648px;
	min-height: 270px;
	display: block;
}

.flexslider .slides>li {
	display: none;
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.flexslider img {
	position: relative;
	width: 100%;
}

.slider-caption {
	color: white;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#about {
	min-height: 300px;
	padding: 80px 0 80px 0;
}

#about h2,
#about h3 {
	font-weight: 400;
}

#about .col-md-7 h3 {
	padding: 12px 0 0 0;
}

#about .col-md-7 h2 {
	color: #66AF33;
	padding: 10px 0 10px 0;
	margin: 10px 0 32px 0;
}

#about .col-md-5 .col-md-6 {
	padding: 4px;
}

#about .col-md-5 h3 {
	padding: 10px 0 10px 0;
}

#about .col-md-5 img {
	width: 200px;
	height: 100px;
}

#about p {
	font-weight: 400;
}

#team {
	background: #279969;
	color: #FFFFFF;
	min-height: 300px;
	padding: 40px 0 80px 0;
}

#team .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

#team h3 {
	font-weight: 400;
	letter-spacing: 1px !important;
	width: 107px;
	margin: 0 auto;
	padding: 5px 2px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 40px;
}

#team .team_thumb {
	overflow: hidden;
	position: relative;
}

#team .team_thumb img {
	margin: 0 auto;
	height: 450px;
	margin-bottom: 10px;
}

h5 {
	margin: 0;
}

#team .team_thumb .team_overlay {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#team .team_thumb:hover .team_overlay {
	opacity: 0.8;
}

#team .team_description {
	background: #303030;
	padding: 10px;
}

#team .team_description h5 {
	color: #66AF33;
	padding-bottom: 10px;
}

#team p {
	font-weight: 400;
}

#service {
	width: 100%;
	min-height: 700px;
	text-align: center;
	margin-bottom: 80px;
}

#service h3 {
	color: #333;
	font-weight: 400;
	width: 107px;
	margin: 0 auto;
	padding: 5px 2px;
	margin-top: 20px;
	border-bottom: 2px solid #279B6A;
}

#service .media .iconfont {
	background: #279B6A;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	padding-right: 0;
}

#service .media {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 25px 8px;
	box-shadow: 0px 0px 8px #EFEFF4
}

#service .kb {
	padding: 0 60px;
}

/*#service .media-body {
	padding: 0 3px;
}*/

#service .media-body {
	margin-top: 10px;
	line-height: 17px;
}

#service .media .media-heading {
	letter-spacing: 1px !important;
	margin: 0.5rem 0;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

#service .media-body p {
	font-weight: 600;
	font-size: 14px;
}

#service .kk {
	margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
}

/* start 768 media quires */

@media only screen and ( max-width: 768px) {
	.navbar-header {
		padding-left: 15px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 18px;
	}
	#home .btn {
		margin-top: 10px;
		width: 180px;
		height: 40px;
		padding-top: 8px;
	}
	#about {
		padding-top: 65px;
	}
	#team .team_thumb .team_overlay {
		background: #FFFFFF;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		opacity: 0;
		position: absolute;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
}

@media only screen and (max-width: 640px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 14px;
	}
	#home .btn {
		width: auto;
		height: auto;
		padding: 10px 20px;
		margin-top: 10px;
	}
}

/* start 360 media quires */

@media only screen and ( max-width: 360px) {
	#team .team_thumb .team_overlay {
		background: #FFFFFF;
		width: 100%;
		height: 100%;
		line-height: 220px;
		top: 0;
		bottom: 0;
		opacity: 0;
		position: absolute;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
}

.footerHide .code-b {
	color: #FFFFFF;
	line-height: 25px;
}

.footerHide img {
	width: 100px;
	height: 100px;
}

.footerHide {
	background-color: #484D51;
}

.footerHide .bb {
	color: #FFFFFF;
	font-weight: 400;
}

.footerHide .ac {
	height: 100px;
	text-align: left;
}

.footerHide .ab {
	padding: 20px 0 20px;
	position: relative;
}

.footerHide .div4 {
	font-size: 5px;
}

.footerHide .img {
	display: inline-block;
}

.footerHide .img img {
	width: 75px;
	height: 75px;
	margin-left: 215px;
}

.footerHide .consult {
	display: inline-block;
	line-height: 30px;
}

/*code*/

#code {
	padding: 50px;
}

#code h3 {
	text-align: center;
	color: #333;
	font-weight: 400;
	width: 178px;
	margin: 0 auto;
	padding: 5px 4px;
	border-bottom: 2px solid #279B6A;
}

#code .code_thumb {
	margin-top: 50px;
	margin-bottom: 50px;
}

#code .code_thumb img {
	width: 230px;
	height: 230px;
	margin: 0 auto;
}

/*备案*/

.col666 {
	color: #666 !important;
}

.tac {
	text-align: center;
}

.dnf:hover {
	color: #c91423 !important
}

.h54 {
	height: 54px;
	line-height: 54px;
}

.bg-2422 {
	background-color: #24222d;
}

/* 登录框适配 */
@media (max-width: 1700px) {
	.usesr_login {
		width: 360px;
		right: 5%;
	}
	.login_form li:nth-of-type(2) input {
		margin-left: 8px;
		width: 30%;
		margin-right: 20px;
	}
	.login_form li:nth-of-type(2) button{
		width: 68px;
	}

}

@media (max-width: 1500px) {
	.usesr_login {
		width: 360px;
		right: 3%;
	}
}

@media (max-width: 1380px) {
	.usesr_login {
		width: 360px;
		right: 1%;
	}
}


.tabLogin{
	font-size: 18px;
	margin: 10px 30px;
	display: flex;
}
.tabLogin li{
	flex:1;
	padding: 10px 30px;	
	display: flex;
	justify-content: center;
	cursor: pointer;
	border-bottom: 4px solid #cccccc;
}
.active{
	color: #279b6a;
	border-bottom: 4px solid #279b6a !important;
}
.tab_box .phoneLogin{
	display: none;	
}
.qrLogin .qrImg{
	position: relative;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.qrLogin .qrImg img{
	width: 100%;
	height: 100%;
}
.qrLogin .qrImg div{
	display: none;
	position: absolute;
	top: 0;
	left:0;
	width: 160px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .6)

}