﻿
/* CSS Document */

a {
	color: #020106;
	text-decoration: none;
}
a:hover {
	color: #1e61b5;
}
.w {
	width: 1200px;
}
.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0;
}
.clearfix {
	clear: both;
	*zoom: 1;
}
/* 头部 */
.header {
	margin: 0 auto;
	height: 80px;
}
.logo {
	width: 233px;
	height: 80px;
	float: left;
}
.menubody {
	float: right;
}
.menubody ul li {
	float: left;
	margin: 0 2px
}
.menubody ul li a {
	display: block;
	height: 80px;
	line-height: 74px;
	text-align: center;
	padding: 0 12px;
}
.menubody ul li a:hover,.menubody ul li.current_li a {	
	color: #1e61b5;
	border-bottom: solid 6px #2060b7;
}
/* 底部 */
.bottombody {
	width: 100%;
	height: 350px;
	padding-top: 60px;
	background-color: #00387e;
	color: #fff;
}
.b_main {
	margin: 0 auto;
}
.b_info {
	width: 336px;
	text-align: center;
	float: left;
}
.b_info h1 {
	font-size: 24px;
	font-weight: 300;
}
.b_info h1 span {
	font-size: 24px;
}
.b_info p {
	margin: 40px auto 0;
	text-align: center;
}
.b_link {
	width: 710px;
	float: right;
}
.b_link li {
	width: 30%;
	float: left;
	color: white;
	
}
.b_link li.b_link_about {
	width: 28%
}
.b_link li.b_link_company {
	width: 36%
}
.b_link li.b_link_contact {
	width: 36%;
}
.b_link li h1 {
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
}
.b_link li a {
	display: block;
	color: white;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
}
.b_link li a:hover {
	color: #add0fb;
}
.b_link li span {
	display: block;
	margin-top: 20px;
	font-size: 14px;
}
.copy {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background-color: #002c62;
}


.secbottom {
	height: 86px;
	background: #00387e;
	color: white;
}
.sec_info {
	width: 470px;
	line-height: 86px;
	float: left;
	font-size: 20px;
	font-weight: 300;
}
.sec_info h1 {
	padding-left: 15px;
}
.sec_info span {
	font-size: 22px;
}
.sec_link {
	width: 700px;
	float: right;
	padding-top: 20px;
}
.link_drop {
	width: 128px;
	line-height: 42px;
	border: solid 1px #fff;
	padding-left: 40px;
    float: left;
	cursor: pointer;
	position: relative;
	margin-left: 60px;
}
.link_drop span {
	margin-left: 10px;
	font-size: 16px;
}

.link_list {
	margin-bottom: -2px;
	position: absolute;
	bottom: 44px;
	background: white;
	width: 168px;
	padding: 0;	
	display: none;
	left: -1px;
	transition: all 0.5s;
	border: solid 1px #fff;
	box-shadow: 3px 2px 5px rgba(0,0,0,.5);
}
.link_list li {
	padding: 1px 12px;
	font-size: 14px;
}
.link_mydrop .link_list {
	width: 190px;
}
.link_mydrop1 .link_list {
	width: 268px;
}
.link_mydrop .link_list li {
	color: #333;
	line-height: 30px;
}
.link_list li:hover {
	background: #e0e8f3;
}
.link_list li:hover a {
	color: #333;
}
.focus {
	margin: 0 auto;
}
.focus img {
}
/* 焦点新闻 */
.flexslider{position:relative;width: 100%;height:690px;overflow:hidden;/*background:url(/Public/img/loading.gif) 100% no-repeat;*/}
.slides{position:relative;z-index:1;}
.slides li{height:690px;}
.flex-control-nav{position:absolute;bottom:40px;z-index:2;width:100%;text-align:center;}
.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(../image/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:5px;background:url(../image/ban_pre.png) center center no-repeat;opacity: 0.7;}
.flex-direction-nav li a.flex-next{right:5px;background:url(../image/ban_next.png) center center no-repeat;opacity: 0.7;}
.flex-direction-nav li a:hover {opacity: 1;}

.banner {
	width: 1200px;
	height: 270px;
	margin: 0 auto;
}
.banner img {
	width: 100%;
	height: 100%;
	border: 0;
}
