* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}


.w1200 {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}

.mr40 {
	margin-right: 40px;
}

.pa {
	position: absolute;
}
.pl20{padding-left: 20px;}
.h30{width: 100%;height: 30px;overflow: hidden;}
.h30:after{content: "";width: 0;height: 0;display: block;clear: both;}
/*导航*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}
.menu {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #1a5bab;
	display: flex;
	justify-content: center;
	z-index: 999999999;
}
.menu * {
	box-sizing: border-box;
}
.menu .center {
	width: 1200px;
}
.menu .ul-list {
	display: flex;
}
.menu .ul-list > li {
	flex: 1;
	border-right: 1px solid #fff;
	position: relative;
}
.menu .ul-list > li:last-child {
	border-right: none;
}
.menu .ul-list > li > a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #1a5bab;
}
.menu .ul-list > li > span {
	color: #fff;
	font-size: 14px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
}
.menu .ul-list > li:hover .ol-list {
	display: block;
}
.menu .ol-list {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	z-index: 999;
	background: #1a5bab;
	width: 100%;
}
.menu .ol-list > li > a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	height:50px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #13437e;
	justify-content: center;
}
.menu .ol-list > li > a:hover {
	background: #222;
}

.top-logo{
	float: left;
	width: 900px;

}
.top-logo img{
	width: 260px;
	float: left;
}
.top-logo-txt{
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-top:12px;
	border-left: 1px solid #d8d8d8;
	padding-left: 20px;
	margin-left: 20px;
}
.top-logo-txt p:nth-child(1){
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.top-logo-txt p:nth-child(2){
	color: #666;
	font-size: 16px;
}
.toplink{
	width: 235px;
	float: right;
	text-align: left;
	margin-top: 20px;
}
.dianhua {
	width:50px;
	float: left;
	margin-left: 110px;
	margin-top: 20px;

}
.toplink p{
	line-height: 30px;
	font-weight: bold;
	font-size: 30px;
}
/*NAV*/
*{margin:0;padding:0;list-style-type:none;}

/*#nav-1 .nav {
	position: relative;
	border: none;
	border-radius: 10em;
	display: flex;
	list-style: none;
	background: #f5f5f5;
	box-shadow: 20px 40px 50px #00000044;
	padding: 10px;
}*/
.topnav{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #1e8b47;
	display: flex;
	justify-content: center;
	z-index: 999999999;
/*	box-shadow: 0 10px 10px 0 rgba(169, 169, 169, 0.2);*/

}
.active1{
	background-color: #fff;
/*	border-radius: 10em;*/
	color: #1e8b47!important;
}
#nav-1 .nav li a {
	position: relative;
	padding: 0.85em 1.9em;
	font-size: 18px;
	/*display: inline-block;*/
	text-decoration: none;
	z-index: 3;
	color: #fff;
}
/*#nav-1 .slide1,
#nav-1 .slide2 {
	position: absolute;
	display: inline-block;
	height: 3em;
	border-radius: 10em;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05);
}*/
#nav-1 .nav li{
	margin-top: 8px;
}
#nav-1 .nav li a:hover {
	background: #fff;
	/*border: 1px solid #5bc380;*/
	z-index: 1;
/*	display: inline-block;
	border-radius: 10em;*/
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05);
	color: #1e8b47!important;
}

.squeeze {
	transition: all 1.5s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.top-logo-txt-bg{
	background: url("../../images/topbg.jpg")no-repeat center;
}
/*banner开始*/
.flexslider{position:relative;height:600px;width:100%;overflow:hidden;background:url(../../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;padding: 0}
.slides li{height:600px;}
.flex-control-nav{position:absolute;z-index:2;width:100%;text-align:center;bottom: 90px}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../../images/preImg.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../../images/nexImg.png) center center no-repeat;}
.banner01{
	background:url(../../images/banner03.jpg) 50% 0 no-repeat;
}
.banner02{
	background:url(../../images/banner02.jpg) 50% 0 no-repeat;
}
.banner03{
	background:url(../../images/banner01.jpg) 50% 0 no-repeat;
}
.banner04{
	background:url(../../images/banner04.jpg) 50% 0 no-repeat;
}
/*banner结束*/

/*右侧联系*/
.slide{
	width: 50px;
	height: 250px;
	position: fixed;
	top: 70%;
	margin-top: -126px;
	background: #1e8b45;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}
.slide ul{
	list-style: none;
}
.slide .icon li{
	width: 49px;
	height: 50px;
	background: url(../../image/icon.png) no-repeat;
}
.slide .icon .up{
	background-position:-330px -120px ;
}
.slide .icon li.qq{
	background-position:-385px -73px ;
}
.slide .icon li.tel{
	background-position:-385px -160px ;
}
.slide .icon li.wx{
	background-position:-385px -120px ;
}
.slide .icon li.down{
	background-position:-330px -160px ;
}
.slide .info{
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #1e8b45;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition:0.5s;
	border-radius:4px 0 0 4px ;
}
.slide .info.hover{
	width: 145px;

}
.slide .info li{
	width: 145px;
	color: #CCCCCC;
	text-align: center;
}
.slide .info li p{
	font-size: 1.1em;
	line-height: 2em;
	padding: 15px;
	text-align: left;
}
.slide .info li.qq p a{
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00DFB9;
	border-radius: 5px;
}
.slide .info li.qq p a:hover{
	color: #fff;
	border: none;
	background: #00E0DB;
}
.slide .info li div.img{
	height: 100%;
	background: #1e8b45;
	padding: 15px;
}
.slide .info li div.img img{
	width: 100%;
	height: 100%;
}
/*控制菜单的按钮*/
.index_cy{
	width: 30px;
	height: 30px;
	background: url(../../image/index_cy.png);
	position: fixed;
	right: 0;
	top: 70%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}
.index_cy2{
	width: 30px;
	height: 30px;
	background: url(../../image/index_cy.png);
	position: fixed;
	right: 0;
	top: 70%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
	.slide{
		display: none;
	}
	#btn{
		display: none;
	}

}