﻿@charset "utf-8";
.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.top {
	width: 100%;
	background: url(../img/top-bg.png);
}

.nav {
	width: 100%;
	height: 46px;
	background: url(../img/nav-bgc.png);
}
.nav .container{ position:relative;}
.lang-01{position:absolute;right:0;top:10px;}
.lang-01 a{margin:0 5px;display:inline-block;font-size:16px;color:#d7ecfc;}
.nav ul li {
	cursor: pointer;
	width: 155px;
	height: 46px;
	float: left;
	list-style: none;
	line-height: 46px;
	text-align: center;
}

.nav ul li:hover {
	background: url(../img/nav-bg.png);
}

.nav ul li:nth-child(3) {
	background: url(../img/nav-bg.png);
}

.nav ul li a {
	font-size: 16px;
	color: #d7ecfc;
	text-decoration: none;
    display:block;
}

.search {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #7fb9e2;
}

.search span {
	font-size: 16px;
	color: #d7ecfc;
	margin-left: 22px;
	
}

.btn_search {
	width: 235px;
	height: 28px;
    line-height:28px;
	float: right;
	margin-top: 9px;
	position: relative;
}

.btn_search input {
	width: 185px;
	height: 28px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
	border: none;
}

.btn_search img {
	position: absolute;
	right: 5px;
	bottom: -1px;
}

.banner {
	width: 100%;
	height: 480px;
}


/*==========banner01==========*/

.flexslider {
	position: relative;
	overflow: hidden;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 480px;
}

.flex-control-nav {
	position: absolute;
	bottom: 16px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 15px;
	height: 8px;
	line-height: 40px;
	overflow: hidden;
	background: #78a8c6;
	cursor: pointer;
	border-radius: 8px;
}

.flex-control-nav .flex-active {
	background: #1f8ccf;
	width: 26px;
}

.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;
}

.center {
	width: 100%;
	height: 772px;
	/*background-color: #008000;*/
	padding-top: 50px;
}

.center_left {
	float: left;
	width: 230px;
}

.center_left .l_title {
	background: url(../img/zjqz_01.jpg) no-repeat;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.center_left .l_box {
	border: #e8e8e8 1px solid;
	border-top: 0;
	padding: 0 9px 30px 9px;
}

.center_left_nav {}

.center_left_nav h3 {
	display: block;
	border-bottom: #bdbdbd 1px dashed;
	line-height: 40px;
	padding-left: 20px;
	border-left: #fff 4px solid;
	font-size: 18px;
	font-weight: normal;
	color: #747474;
}

.center_left_nav h3.on {
	border-left: #054b94 4px solid;
	background: #f18a12;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.center_left_nav h3:hover {
	background-color: #f18a12;
	color: #ffffff;
}

.center_left_nav a:hover {
	text-decoration: none;
}

.center_right {
	float: right;
	width: 920px;
}

.center_right_top {
	width: 920px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.center_right_top span {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333333;
	border-bottom: #054b94 3px solid;
}

.center_right_top p {
	font-size: 14px;
	color: #999999;
	float: right;
}

.center_right_bottom {
	width: 920px;
	height:700px;
	/*background-color: #9CD0F3;*/
}
.product_list{margin: 30px 0px 0px 25px;}
.product_list li{ float:left; width:253px; font-size:16px; line-height:70px; text-align:center; margin:0 18px;}
.product_list li img{ width:247px; height:234px; border:#d3d3d3 3px solid;}
.product_list li:hover a{ color:#054b94;text-decoration: none;}
.product_list li:hover img{ border:#054b94 3px solid;}

.footer {
	width: 100%;
	height: 300px;
	background-color: #d2d2d2;
}

.footer_top {
	width: 100%;
	height: 57px;
	border-bottom: 1px solid #1b7bb7;
}

.footer_top ul li {
	width: 200px;
	float: left;
	text-align: center;
	/*background-color: #0064B0;*/
	line-height: 57px;
}

.footer_top ul li a {
	font-size: 18px;
	color: #333333;
}

.footer_top ul li a:hover {
	color: #00419c;
	text-decoration: none;
}

.footer_bottom {
	width: 100%;
	height: 242px;
}

.footer_bottom_left {
	float: left;
}

.footer_bottom_right {
	float: right;
	width: 340px;
	height: 240px;
	/*background-color: #5AB10D;*/
}

.footer_bottom_right p {
	font-size: 16px;
	color: #333333;
	float: left;
	margin-top: 35px;
}

.footer_bottom_right ul li {
	margin-top: 5px;
	float: left;
	font-size: 16px;
	color: #666666;
	width: 300px;
}

.footer_bottom_right ul li img {
	margin-right: 10px;
}