@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1300px;font:15px 微软雅黑;color:#444;background: #fff}
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li {list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}

.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.w0{width: 100%;}
.w1100{width: 1100px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}

/*header start*/
.head_top{height: 30px;color: #aaa;line-height: 30px;font-size: 13px}
.head_top a{color: #aaa;padding:0 10px;}
.head_body{border-top:1px solid #444;}
.header .logo{padding:10px 0;display: block;}
.header .nav > li{float: left;width: 150px;height: 40px;line-height: 40px;text-align: center;margin:15px 0;display: block;font-size: 16px;background: url(../images/navli.jpg) no-repeat center;position: relative;z-index: 9999}
.header .nav > li > a{color: #fff;}
.header .nav > li:hover {background: url(../images/navli1.jpg) no-repeat center;}
.header .nav > li:hover > a{color: #fff}
.header .nav > li ul{display: none;position: absolute;top: 40px;}
.header .nav > li:hover ul{display: block;}
.header .nav > li ul li{width: 150px;height: 35px;line-height: 35px;text-align: center;background: #ccc;font-size: 14px}
.header .nav > li ul li:hover {background: #0b64a9}
.header .nav > li ul li:hover a{color: #fff}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:200px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom:0px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background: #0b64a9;
;
}

.flexslider .slides a img{
	width: 1100px;
	height: 200px;
	display: block;
}
/*banner end*/

/*index_body start*/
.title{height: 45px;border-bottom: 1px solid #444;line-height: 45px;margin: 0 20px 15px;}
.title b{font-size: 18px;color: #0b64a9}
.title a{float: right;font-size: 13px;color: #fff}
.title a:hover {color: #0b64a9}
.index_body{margin: 20px auto;}

.pl_con .lxwm{width:300px;height: 305px;background: #9a9a9a;margin-top: 0px}
.pl_con .lxwm ul li {color: #fff;font-size: 14px;line-height: 180%}
.pl_con .lxwm ul li span{display: block;padding-left: 25px;float: left}
.pl_con .lxwm ul li i{display: block;float: left;}
.pl_con .lxwm ul li img{display: block;float: left;margin: 10px 0 0 10px}

.ib_r{width: 780px;}
.ib_r .company{width: 780px;height: 305px;background: #9a9a9a}
.ib_r .company .com_body{padding: 0 25px}
.ib_r .company .com_body p{font-size: 14px;line-height: 180%;color: #fff;text-indent: 2em;}

/*footer start*/
.footer{border-top: 1px solid #444;line-height: 30px;color: #333;font-size: 13px}
.footer span a{color: #333}