* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
}

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: #01b0f1;
	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: #01b0f1;
}
.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: #01b0f1;
	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 #01b0f1;
	justify-content: center;
}
.menu .ol-list > li > a:hover {
	background: #222;
}

.top-logo{
	float: left;
	width: 630px;

}
.top-logo img{
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
/*.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: 22px;
	font-weight: 600;
	color: #1a5bab;
}
.top-logo-txt p:nth-child(2){
	color: #999;
}*/

/*.dianhua {
	width:50px;
	float: left;
	margin-left: 276px;
	margin-top: 20px;

}*/
.toplink{
	width: 100px;
	float: right;
	margin-top: 80px;
}
.toplink a{
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}
.toplink span{
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	padding: 0 5px;
}
/*banner开始*/
.flexslider{position:relative;height:450px;width:100%;overflow:hidden;background:url(../../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;padding: 0}
.slides li{height:450px;}
.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(../../image/banner01.jpg) 50% 0 no-repeat;
}
.banner02{
	background:url(../../image/banner02.jpg) 50% 0 no-repeat;
}
.banner03{
	background:url(../../image/banner03.jpg) 50% 0 no-repeat;
}

.nbanner01{
	background:url(../../image/nbanner01.jpg) 50% 0 no-repeat;
}
.nbanner02{
	background:url(../../image/nbanner02.jpg) 50% 0 no-repeat;
}
.nbanner03{
	background:url(../../image/nbanner03.jpg) 50% 0 no-repeat;
}
.nbanner04{
	background:url(../../image/nbanner04.jpg) 50% 0 no-repeat;
}
.nbanner05{
	background:url(../../image/nbanner05.jpg) 50% 0 no-repeat;
}
.nbanner06{
	background:url(../../image/nbanner06.jpg) 50% 0 no-repeat;
}
.nbanner07{
	background:url(../../image/nbanner07.jpg) 50% 0 no-repeat;
}
/*banner结束*/

