﻿@charset "utf-8";
@font-face {
	font-family: 'HATTEN';
	src: url('/font/HATTEN.TTF') format('truetype');
}
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	background: #fff;
	font-family: "微软雅黑";
}
img {
	border: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
*zoom:1;
}
.dn {
	display: none;
}
.clear{ clear:both}
.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
input, select, area, textarea {
	outline: 0;
	-moz-outline: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
.auto {
	width: 1200px;
	margin: 0 auto;
}
em, i {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, b {
	font-weight: normal;
}
.blank {
	width: 100%;
	height: 10px;
	overflow: hidden;
	clear: both;
}
.head {
	background: #FFFFFF;
	border-top: 6px solid #005fb8;
}
.logo .fl {
	font-size: 0;
}
.menu {
	font-size: 16px;
	line-height: 88px;
}
.menu li {
	float: left;
	padding: 0 30px;
	position: relative;
}
.menu li a {
	color: #363636;
}
.menu li a:hover, .menu li a.hover {
	color: #005fb8;
	transition-duration: 0.5s;
}
.ul {
	line-height: 20px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	height: 260px;
	border-left: 1px solid #e5e5e5;
	float: left;
}
.ul a {
	display: block;
	color: #6a6a6a;
	width: 100px;
	margin: 0 auto;
	padding: 7px 0;
}
.menu_pos {
	width: 100%;
	height: 300px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=90);
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 999;
	display: none;
}
.menu_xl {
	width: 950px;
	margin-left: 340px;
}
.menu_xl ul.hover {
	background: #f6f6f6;
}
/*-------------------------顶部*/
.header{ width:100%; background:#FFFFFF;}
#top{
	width:100%;
	height:115px;
	margin:0 auto;
	overflow:hidden;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#top a{ display:block; height:115px; width:100%; cursor:hand; }

.topl{ float:left; padding-top:10px;}
.topck{ width:100%; background:#005fb8; height:6px;overflow:hidden;}
.topc{ width:1170px; margin:0 auto}
.topl2{ float:left;height:36px; line-height:36px;color:#333333}
.topnrr{ float: right; height:36px; line-height:36px; width:280px;}
.topnrr ul li{ float:left; height:36px; margin-left:5px; line-height:36px;}
.topnrr img{ margin:10px 0 0 15px;}

.topmc{font-size: 37px; font-family: Microsoft YaHei; color: rgb(0, 0, 4); font-weight:bold;}
.topzm{ font-size: 21px; font-family: Arial,Helvetica,sans-serif;}
.topr{ float:right; margin-top:40px;}
.xz{color:#fff; text-decoration:none; background:#226931;  line-height:405px; width:130px; text-align:center; display:block;}


/*-------------------------顶部:导航信息*/
/*.dhbg{ width:100%; background:#034f9b;}
#nav{ width:1201px; height:40px;margin:0 auto;}
#nav a{ font-size:16px; color:#fff; font-family:"微软雅黑";}
.menut{height: 40px;width: 1201px; font-family:"微软雅黑";}
#sddm
{
	margin: 0 auto;
	padding: 0;
	z-index: 30;
	width: 1170px;
	height:40px;
	position:absolute;
	z-index:1111;
	top: 121px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 16px;
	margin-right:5px;}

#sddm li a
{	display: block;
	width: 130px;
	line-height: 40px;
	color: #fff;
	font-size:16px;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #ffffff;
    background:#8db22f;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 130px;
	line-height:35px;
	background-color:#0c457e; 
	filter:alpha(opacity=90);
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font: 14px arial;
	text-align: center;
	border-bottom:#0062CE 1px dashed;
	line-height:35px;}

#sddm div a:hover
{	background: #2484d8;
	color: #FFF;
	border-bottom:#0062CE 1px dashed;
	line-height:35px;
	height:35px;}*/

.flexslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.slides {
	position: relative;
	z-index: 1;
	font-size: 0;
}
.slides li {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0;
}
.slides li a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.slides li a img {
	width: 100%;
	height: auto;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5%;
	z-index: 2;
	right: 0;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 9px;
	height: 9px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/6.png) no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background: url(../images/5.png) no-repeat;
}
.flex-direction-nav {
	z-index: 3;
	left: 0;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.foot {
	width: 100%;
	background: #005fb8;
	padding: 10px 0;
}
.foot a {
	color: #FFFFFF;
}
.foot a:hover {
	text-decoration: underline;
}
.foot_top {
	border-bottom: 1px solid #166eb1;
}
.foot_menu li {
	float: left;
	line-height: 60px;
	padding-right: 50px;
}
.foot_fx {
	margin-top: 20px;
}
.foot_fx a {
	padding-right: 20px;
}
.foot_bottom {
	color: #FFFFFF;
	line-height: 50px;
}
.foot_right {
	margin-top: 12px;
}
.weixinCodeBg {
	width: 100%;
	height: 100%;
	display: none;
	border: #333 10px solid;
	border-radius: 10px;
	z-index: 99999998;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.weixinCode {
	width: 330px;
	height: 360px;
	display: none;
	border: #333 10px solid;
	border-radius: 10px;
	z-index: 99999999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -190px auto auto -180px;
}
.weixinCode dl {
	width: 330px;
	height: 30px;
	display: block;
	text-align: right;
	background: #eee;
}
.weixinCode a {
	float: right;
	width: 30px;
	height: 20px;
	margin: auto;
	display: block;
	height: 30px;
	text-align: right;
	padding-right: 5px;
	font-size: 30px;
	line-height: 25px;
	color: #000;
	cursor: pointer;
	text-align: center;
}
/*产品*/
.piclist{overflow: hidden;}
.piclist li{float: left;margin-left: 20px;margin-top: 5px;}
.piclist li .pic_img img{width: 210px;height: 160px;border:0px;}
.piclist li .pic_img a{border: #e6e7e7 1px solid;padding:4px;display: inline-block;}
.piclist li .pic_img a:hover{background:#1d8be0;border:1px solid #2072cb}
.piclist li p{display: block;height: 30px;line-height: 30px;font-size: 12px;width: 200px;text-align: center;font-family: "Microsoft YaHei", "微软雅黑", "黑体";}
.piclist li p a{color: #444}

.newspage{clear: both;text-align: center;height: 30px;margin-top: 10px;}
.newspage strong{font-size: 14px;color: #fff;padding: 2px 5px;font-family: "宋体";background: #2072cb}
.newspage a{font-size: 14px;color: #373030;padding: 2px 5px;font-family: "宋体";background: #ccc;}

.news_main_02{overflow: hidden;margin-top: 5px;}
.news_main_02 li{font-size: 14px;padding-left: 9px;background: url('../images/hanhao.gif') no-repeat left center;height: 35px;line-height: 35px;border-bottom: 1px dashed #ababab}
.news_main_02 li a{color: #666;}
.news_main_02 li a:hover{color: #0282ef;text-decoration: underline;}
.news_main_02 span{float: right;color: #696461;}

/*内容页*/
.newstitle{font-size: 18px;line-height: 30px;text-align: center;color: #ff0000;ont-family: "微软雅黑";padding-top: 15px;}
.newsdata{font-size: 12px;line-height: 30px;text-align: center;color: #b3b3b3;border-bottom: 1px dashed #dddddd;padding-bottom: 15px;width: 700px;margin: 0 auto}
.newsmain{padding: 10px;}
.newsmain p{line-height: 25px;font-size: 14px;color: #454545;padding-top: 10px;}
.entrynext{font-size: 12px;font-family:"宋体";line-height: 30px;padding-left: 10px; }
.entrynext a{color: #005fb8;}
.entrynext a:hover{text-decoration: underline;color:#e00;}

.content{ width:100%; }

/*留言*/

.comment{
	border:1px solid #B3B3B3;
	margin:10px;
	text-align:center;
}
.comment .commenttitle{
	height:26px;
	margin:1px auto;
	background:url(images/comment_title_bg.gif) repeat-x;
	border-bottom:1px solid #B3B3B3;
}
.comment .commenttitle .title4{
	float:left;
	margin:5px 0px 0px 12px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title4 strong{
	letter-spacing:4px;
	color:#000;
	margin-right:10px;
	font-size: 12px;font-family: "宋体"
}
.comment .commentbox{
	width:95%;text-align:left;
}
.comment .commentbox dl{
	margin:10px auto 0px;
	border:1px solid #B3B3B3;
}
.comment .commentbox dl dt{
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #B3B3B3;
}
.comment .commentbox dl dt span{
	color:#FF0000;
	font-size:14px;
}
.comment .commentbox dl dd{
	padding:10px;
	font-size:14px;
	line-height:35px;
	color:#666;
}
/*---------------内容页:发表预定:标题*/
.comment .posttitle{
	height:26px;
	margin:10px auto;
	border-top:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	text-align:left;
	background:url(images/comment_title_bg.gif) repeat-x;
	font-size: 12px;font-family:"宋体";
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#000;
	display:block;
	margin:7px 0px 0px 13px;
	font-size: 12px;font-family:"宋体";
}
.comment .postbox{
	width:95%;
	margin:5px auto;
	overflow:hidden;
	text-align:left;
	font-size: 12px;font-family:"宋体";
}

.comment .postbox .userbox{
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #B3B3B3;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:100%;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #B3B3B3;
	width:98%;
	height:80px;
	padding:5px;
}
.comment .postbox .txtbox div{padding-top:5px;color:#000;}
.comment .postbox .txtbox input{
	width:40px;
	border:1px solid #B3B3B3;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .txtbox img{position:static;+position:relative;vertical-align:middle}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}

label{font-family: "宋体";color: #000;font-size: 12px;}

.NewshowConBot{width:930px;padding:10px;height:60px; position:relative;border-top:1px solid #e2e2e2;}
.NewshowConBot span{float:left;width:700px;color:#005fb8; line-height:26px;}
.NewshowConBot span a{color:#005fb8;}
.NewshowConBot p{width:190px;margin:0px;position:absolute; top:8px; right:8px;}
.NewshowConBot p a{color:#b7453a}