﻿@charset "utf-8";
/* Style Reset*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h2, font {
	margin: 0;
	padding: 0;
	border: 0;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden
}
a {
	text-decoration: none;
	outline: 0;
}
html {
	overflow-x: hidden;
}
.center {
	text-align: center;
}
.center img {
	border: 1px solid #ccc;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
body {
	color: #000000;
	font-size: 12px;
	overflow-x: hidden;
	background: #ffffff;
	font-family: "Microsoft Yahei";
}
a {
	color: #000000;
}
/* head */
.head {
	width: 100%;
}
.menu {
	width: 100%;
	height: 68px;
	background: url(../images/navbg.jpg) left top repeat-x;
}
.menu ul {
	width: 1004px;
	height: 68px;
	margin: 0 auto;
}
.menu ul li {
	float: left;
	position: relative;
	width: 120px;
	line-height: 68px;
	z-index: 9;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	color: #003399;
	font-size: 16px;
	font-weight: bold;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	color: #fff;
	background: url(../images/nav.jpg) left top repeat-x;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 68px;
	left: 0;
	width: 105px;
}
.menu ul li:hover ul li a {
	display: block;
	background: #1a2a39;
	color: #fff;
	line-height: 30px;
	height: 30px;
	margin-top: 1px
}
.menu ul li:hover ul li a:hover {
	background: #fbb812;
	color: #fff;
}
.headtop {
	width: 100%;
	height: 115px;
	background: url(../images/top.jpg) left top repeat;
}
.headtop a {
	float: left;
	padding: 30px 0 0 0;
}
.headtop span {
	color: #fff;
	float: right;
	height: 35px;
	background: url(../images/telt.png) left top no-repeat;
	padding: 0px 0 0 45px;
	display: inline;
	margin: 30px 0 0 0;
	line-height: 30px;
}
.headtop span label {
	font-family: Impact;
	font-size: 26px;
}
.main_image {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}
.main_image ul {
	width: 9999px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 450px
}
.main_image li span {
	display: block;
	width: 100%;
	height: 450px
}
.main_image li a {
	display: block;
	width: 100%;
	height: 450px
}
div.flicking_con {
	width: 990px;
	margin: 0 auto;
	position: relative
}
div.flicking_con .flicking_inner {
	position: absolute;
	top: 380px;
	left: 90px;
	z-index: 999;
	height: 21px
}
div.flicking_con a {
	float: left;
	width: 45px;
	height: 6px;
	margin: 0;
	margin-right: 17px;
	padding: 0;
	background: #504537;
	display: block;
	text-indent: -1000px
}
div.flicking_con a.on {
	background: #fff
}
#btn_next, #btn_prev {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none
}
#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 150px
}
#btn_next {
	background: url(../images/hover_right.png) no-repeat right top;
	right: 150px
}
.head-right {
	float: right;
	width: 285px;
}
.main_visual {
	height: 450px;
}
.banner {
	width: 100%;
	height: 450px;
}
 *//*-------------------search-----------------*/
.search {
position:relative;
float:left;
width:285px;
z-index:999;
height:40px;
display:inline-block;
line-height:30px;
}
.text {
	float: left;
	width: 163px;
	color: #8f6d1b;
	height: 28px;
	padding-left: 6px;
	line-height: 28px;
	border: 1px solid #96731f;
	border-right: 0;
	background: none;
}
.button {
	float: left;
	width: 33px;
	height: 32px;
	display: inline;
	background: url(../images/button.png) center top no-repeat
}
.select {
	float: left;
	width: 82px;
	display: inline;
	background: url(../images/select.gif) right top no-repeat;
	position: relative;
	z-index: 9999999
}
.select select {
	margin: 5px auto;
	width: 80px
}
div.selectbox-wrapper {
	border: #dcdcdc 1px solid;
	overflow: hidden;
	width: 86px;
	position: absolute;
	background: #fff;
	text-align: left;
	z-index: 10
}
div.selectbox-wrapper ul li.selected {
	background: #ffc600;
	color: #fff
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #ffc600
}
div.selectbox-wrapper ul li {
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 100%;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 12px;
	font-family: 'Microsoft Yahei';
	color: #666
}
.selectbox {
	border: none;
	display: block;
	width: 88px;
	text-indent: 8px;
	cursor: pointer;
	height: 32px;
	background: 0 0;
	font-size: 12px;
	font-family: 'Microsoft Yahei';
	color: #ffc11a;
	line-height: 32px
}
/* page*/
.page {
	font-family: "宋体";
	margin-top: 15px;
	font-size: 12px;
	float: left;
	width: 770px;
	line-height: 28px;
	text-align: right;
	color: #364a5b;
}
.page a {
	color: #fff;
	padding: 0 10px;
	margin: 0 5px;
	background: #677682;
}
.page * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
}
.page a:hover {
	color: #fff;
}
.page img {
	height: auto;
	margin: 0 3px;
}
.page .bg {
	font-weight: normal;
	color: #fff;
	margin: 0 5px;
}
.page .current {
	display: inline-block;
	border: 1px solid #677682;
	padding: 0 10px;
	color: #fff;
	background: #677682;
	margin: 0 5px;
}
.total {
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.reach {
	text-align: left;
	padding-left: 5px;
	height: 32px;
	line-height: 32px;
}
.btn {
	width: 36px;
}
.btn a {
	background: #677682;
	color: #fff;
	line-height: 32px;
	width: 30px;
	height: 32px;
	text-align: center;
}
.input_page {
	width: 28px;
	height: 32px;
	text-align: center;
	background: #677682;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
}
.arrow_l {
	border: 10px solid #000;
	margin-top: 10px;
	display: inline;
	border-color: #f00 transparent transparent transparent;
	border-style: solid dashed dashed dashed;
}
.page a.le {
	margin: 0 5px;
	background: url(../images/pagel.gif) #677682 4px center no-repeat;
}
.page a.ri {
	margin: 0 5px;
	background: url(../images/pager.gif) #677682 48px center no-repeat;
}
.c_red {
	color: #f00;
}
.searchred {
	color: #f00 !important;
	margin: 0 !important
}
/*-----index---------------*/
.fra {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.fra1 {
	width: 1000px;
	margin: 0 auto;
}
.zoombut {
	width: 39px;
	height: 39px;
	float: left;
	display: inline;
	margin-left: 104px;
	background: url(../images/big.png) top center no-repeat;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0
}
#jquery-lightbox a img {
	border: none
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 440px;
	height: 250px;
	margin: 0 auto
}
#lightbox-container-image {
	padding: 10px
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0
}
#lightbox-nav a {
	outline: none
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left
}
#lightbox-nav-btnNext {
	right: 0;
	float: right
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0
}
#lightbox-container-image-data {
	color: #666
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left
}
#lightbox-image-details-caption {
	font-weight: bold
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em
}
.case {
	width: 100%;
	height: 500px;
	background: url(../images/case.jpg) left top repeat-x;
}
.caseleft {
	float: left;
	width: 233px;
	height: 500px;
	background: url(../images/case.png) left top no-repeat;
	display: inline;
	margin: 23px 0 0 0;
	position:relative;
}
.caseleft p.name {
	float: left;
	width: 218px;
}
.caseleft p.name b {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 28px;
}
.caseleft p.name span {
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.casel-in {
	float: left;
	/* [disabled]width: 200px;
*/
	font-size: 14px;
	line-height: 30px;
	height: 520px;
	overflow: hidden;
	padding: 20px 0 0 18px;
}
/*.casel-in a{
	display: block;
	width: 180px;
	height: 25px;
	line-height: 25px;
	color: #000;
	border-bottom: #000 1px dashed;
	text-indent: 30px;
}*/
.case-more {
	font-size: 14px;
	float: left;
	width: 165px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(../images/morebg.gif) left top no-repeat;
	display: inline;
	margin: 20px 0 0 30px;
}
.caseright {
	float: right;
	width: 766px;
	padding: 10px 0 0 0;
}
.noticecon {
	width: 600px;
	float: left;
	padding: 5px 0 0 20px;
	line-height: 30px;
}
.noticecon b {
	float: left;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	padding-left: 30px;
	background: url(../images/notice.gif) left center no-repeat;
}
.noticecon marquee {
	float: left;
	width: 350px;
	font-size: 12px;
	font-family: '宋体'
}
.caseul {
	float: left;
	width: 744px;
	padding: 20px 0 0 22px;
}
.caseul li {
	float: left;
	width: 215px;
	height: 200px;
	background: #fff;
	display: inline;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0;
}
.caseul li a {
	float: left;
	width: 215px;
	height: 200px;
}
.caseul li a img {
	float: left;
	width: 215px;
	height: 161px;
	border: 1px solid #CCC;
}
.caseul li a span {
	float: left;
	width: 185px;
	padding: 10px 15px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
}
.caseul li a p {
	float: left;
	width: 185px;
	padding: 0px 15px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}
.product {
	height: 389px;
}
.pro-name {
	width: 100%;
}
.pro-name b {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 18px;
}
.pro-name span {
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#container {
	width: 1000px;
	margin: 15px auto 0 auto;
	position: relative;
	z-index: 0
}
#example {
	width: 1000px;
	height: 247px;
	position: relative;
	z-index: 0
}
#slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 247px
}
#slides .slide {
	height: 300px;
	width: 1000px;
	position: relative;
	z-index: 0;
	word-break: break-all;
	word-wrap: break-word
}
#slides .next, #slides .prev {
	position: absolute;
	z-index: 0;
	top: 80px;
	left: -120px;
	width: 33px;
	height: 78px;
	display: block;
	background: url(../images/about03.jpg) no-repeat;
}
#slides .next {
	z-index: 0;
	position: absolute;
	left: 1065px;
	width: 33px;
	height: 78px;
	display: block;
	background: url(../images/about04.jpg) no-repeat;
}
.slides_container {
	z-index: 0;
	width: 1000px;
	height: 247px;
	overflow: hidden;
	position: relative
}
.pagination {
	display: none
}
.pagination li {
	display: none
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: none;
	background-position: 0 0;
	float: left;
	overflow: hidden
}
.pagination li.current a {
	background-position: 0 -12px
}
#slides .link {
	display: block;
	margin-top: 10px;
	font-weight: 800
}
.product-ul {
	float: left;
	width: 103%
}
.product-ul li {
	float: left;
	width: 245px;
	height: 247px;
	background: #fdb811;
	display: inline;
	padding: 0 0 10px 0;
	margin: 0px 6px 0px 0px;
	position: relative;
	overflow: hidden;
}
.product-ul li img {
	float: left;
	width: 245px;
	height: 184px;
}
.product-ul li p.wor {
	float: left;
	width: 215px;
	line-height: 20px;
	font-size: 14px;
	padding: 15px 15px 0 15px;
}
.casetitle {
	left: 0;
	top: 0;
	position: absolute;
	width: 245px;
	height: 140px;
	padding-top: 43px;  /* background:rgba(0,0,0,0.5);*/
	background: url(../images/bigbg.png) top center repeat;
	_background: none;
	_background: #000;
	_filter: alpha(opacity=50);
}
.product-ul li p.wor span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-ul li p.wor label {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jianjie {
	float: left;
	display: block;
	width: 200px;
	padding: 10px 20px;
	text-align: left;
	color: #c4c4c4;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.pro-more {
	display: block;
	text-align: center;
	line-height: 35px;
	color: #f4ad00;
	font-size: 14px;
	margin: 17px auto 0 auto;
	height: 35px;
	width: 208px;
	background: url(../images/morebg1.gif) left top no-repeat;
}
.news {
	height: 320px;
	background: url(../images/map.png) center 20px #fdb811 no-repeat;
}
.about-left {
	float: left;
	width: 440px;
}
.ab-name {
	float: left;
	width: 440px;
	padding: 15px 0 0 0;
	line-height: 20px;
}
.ab-name span {
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}
.ab-name b {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
p.ab-con {
	float: left;
	width: 440px;
	line-height: 24px;
	height: 168px;
	overflow: hidden;
	font-size: 14px;
	padding: 30px 0 13px 0;
}
.ab-more {
	float: left;
	width: 160px;
	height: 35px;
	background: url(../images/morebg2.gif) left top no-repeat;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.news-right {
	float: right;
	width: 445px;
}
.news-name {
	float: left;
	width: 445px;
	padding: 15px 0 0 0;
	text-align: right;
	line-height: 20px;
}
.news-name span {
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}
.news-name b {
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-ul {
	float: left;
	width: 445px;
}
.news-ul li {
	float: left;
	width: 445px;
	height: 60px;
	padding: 5px 0 5px 0;
}
.news-ul li .num {
	float: left;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	font-family: Impact;
	background: url(../images/num.png) left top no-repeat;
	color: #fdb811;
	padding-right: 6px;
	overflow: hidden;
}
.news-ul li a {
	float: right;
	width: 368px;
	font-size: 14px;
	line-height: 24px;
}
.news-ul li a p {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #d99a00;
}
.news-ul li a span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: right;
}
.news-more {
	float: right;
	width: 160px;
	height: 35px;
	background: url(../images/morebg2.gif) left top no-repeat;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.z-notice {
	padding: 27px 0;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.z-notice a {
	position: absolute;
	top: 90px;
	right: 247px;
	width: 234px;
	height: 46px;
	background: url(../images/zhu.png) left top no-repeat;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
}
/*---foot----*/
.foot {
	width: 100%;
	background: url(../images/boline.gif) left top repeat-x #13212d;
	padding: 10px 0 15px 0;
}
.footlink {
	width: 1000px;
	color: #7b8e9e;
	margin: 14px auto 0 auto;
	border-bottom: 1px solid #283c4e;
	border-top: 1px solid #283c4e;
	line-height: 25px;
	padding: 10px 0px;
}
.footlink .name {
	float: left;
	padding-left: 10px;
}
.linka {
	float: left;
	width: 850px;
	padding: 0px 0 0 0px;
	word-wrap: break-word
}
.linka a {
	display: inline-block;
	margin: 0 5px;
	color: #7b8e9e;
}
.foot-con {
	width: 1004px;
	margin: 10px auto 0 auto;
	color: #7b8e9e;
	line-height: 28px;
	text-align: center
}
.foot-con a {
	color: #7b8e9e;
}
.foot-left {
	float: left;
	width: 680px;
	padding-left: 10px;
}
.newsshare {
	float: right;
	height: 36px;
	padding: 5px 0;
	width: 185px;
	overflow: hidden;
}
.newsshare .bdshare-button-style0-16 a {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	margin: 0 0 0 10px!important;
}
.newsshare a {
	background: url(../images/share.gif) no-repeat !important;
}
.newsshare .bds_tsina, .newsshare a.bds_tsina:hover {
	background-position: 0 0 !important;
}
.newsshare .bds_tqq, .newsshare a.bds_tqq:hover {
	background-position: -46px 0 !important;
}
.newsshare .bds_sqq, .newsshare a.bds_sqq:hover {
	background-position: -90px 0 !important;
}
.newsshare .bds_bdhome, .newsshare a.bds_bdhome:hover {
	background-position: -139px 0 !important;
}
.foot-map {
	width: 1000px;
	margin: 0 auto;
}
.foot-mleft {
	float: left;
	width: 500px;
	padding: 20px 0 0 0;
}
.site {
	float: left;
	width: 160px;
	height: 38px;
	line-height: 38px;
margin-bot/tom:5px;
	padding-left: 50px;
	font-size: 14px;
	background: url(../images/bmap.png) left center no-repeat;
	padding-right: 25px;
	color: #7b8e9e
}
.site a {
	color: #7b8e9e
}
.foot-mleft ul {
	float: left;
	width: 500px;
	padding: 15px 0 0 0;
}
.foot-mleft ul li {
	float: left;
	padding: 0 20px 0 0;
}
.foot-mleft ul li a {
	float: left;
	line-height: 20px;
	padding: 0px 15px;
	color: #7b8e9e;
	text-align: center;/*text-overflow:ellipsis; overflow:hidden;*/
}
.foot-tel {
	color: #ffc600;
	float: left;
	width: 270px;
	background: url(../images/tel.png) 80px top no-repeat;
	padding: 0 0 0 84px;
	display: inline;
	margin: 80px 0 0;
}
.foot-tel p {
	display: block;
	padding: 0 0 0 50px;
}
.foot-tel p label {
	font-size: 22px;
	display: block;
	line-height: 30px;
}
.foot-er {
	float: right;
	padding: 34px 0 0 0;
	width: 123px;
	text-align: center;
	color: #6e8294;
	line-height: 25px;
}
/*----about-------------*/
.fy {
	width: 100%;
	background: url(../images/tipline.jpg) left top repeat-x;
	padding: 166px 0 40px 0;
}
.fyLeft {
	float: left;
	width: 200px;
	margin-top: 13px;
	overflow: hidden;
	margin-bottom: 20px;
}
.l_pro {
	float: left;
	width: 200px;
	padding-bottom: 30px;
	background: #1a2a38;
}
.l_pro_t {
	background: url(../images/ftop.jpg) left top no-repeat;
	font-size: 18px;
	text-align: center;
	width: 200px;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
}
.l_procon {
	float: left;
	width: 184px;
	padding: 20px 0 0 16px;
}
.proOne {
	width: 167px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
}
.proOne a {
	width: 139px;
	background: url(../images/fleft.jpg) 16px center no-repeat;
	padding-left: 28px;
	color: #9badbd;
	line-height: 43px;
	float: left;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #273d50
}
.proTwo {
	float: left;
	width: 167px;
	line-height: 25px;
	overflow: hidden;
	padding: 0px 0 5px 0px;
}
.proTwo li {
	border-bottom: 1px solid #273d50;
	float: left;
	width: 100%;
}
.proTwo li a {
	float: left;
	font-size: 14px;
	background: url(../images/fleft.jpg) no-repeat 33px center;
	color: #9badbd;
	line-height: 42px;
	width: 124px;
	font-weight: normal;
	text-align: left;
	padding-left: 43px;
}
.proTwo li a:hover {
	float: left;
	color: #9badbd
}
.fyRight {
	float: right;
	padding-bottom: 30px;
	overflow: hidden;
	width: 800px;
	padding: 85px 0 0 0;
	position: relative;
}
.title {
	float: left;
	display: inline;
	margin: 0 0 30px 25px;
	padding: 0 0 3px 0px;
	width: 777px;
	height: 30px;
	position: relative;
	line-height: 30px;
	border-bottom: 1px solid #000000;
}
.title .fl {
	float: left;
	font-size: 18px;
	border-bottom: 2px solid #000000;
	padding: 0 25px;
}
.title .fl h1 {
	font-size: 18px;
	font-weight: 100;
}
.title .fr, .title .fr a {
	font-size: 14px;
}
.title .fr {
	float: right;
	margin-right: 8px;
	margin-top: 5px;
}
.title .fr font {
	font-size: 14px;
}
.padding25 {
	padding: 30px 10px 0 20px;
	width: 777px;
	word-break: break-all;
	line-height: 30px;
	font-size: 14px;
	min-height: 640px;
	_height: 640px;
}
.fl-contact {
	float: left;
	width: 200px;
	display: inline;
	margin: 23px 0 0 0;
	background: #1a2a38;
}
.l_pro_t1 {
	background: url(../images/ctop.jpg) left top no-repeat;
	font-size: 18px;
	text-align: center;
	width: 200px;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
}
.fl-con {
	float: left;
	line-height: 27px;
	color: #9badbd;
	padding: 10px 0 10px 15px;
	padding-left: 15px;
}
    .fl-con a {
        color:#9badbd;
    }
/*---------------pro--------------------*/
.proul li {
	float: left;
	width: 245px;
	height: 247px;
	background: #eaeaea;
	display: inline;
	padding: 0 0 10px 0;
	margin: 0px 5px 25px 12px;
	position: relative;
	overflow: hidden;
}
.proul li img {
	float: none;
	width: auto;
	height: 184px;
}
.proul li p.wor {
	float: left;
	width: 230px;
	line-height: 20px;
	font-size: 14px;
	padding: 15px 0 0 15px;
}
.proul {
	float: left;
	width: 786px;
	padding: 0px 0 0 14px;
}
.casetitle1 {
	left: 0;
	top: 0;
	position: absolute;
	width: 245px;
	height: 120px;
	padding-top: 22px;  /* background:rgba(0,0,0,0.5);*/
	background: url(../images/bigbg.png) top center repeat;
	_background: none;
	_background: #000;
	_filter: alpha(opacity=50);
}
.proul li p.wor span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.proul li p.wor label {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.title_s {
	text-align: center;
	color: #778795;
	font-size: 12px;
	line-height: 35px;
}
.padding25 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1d1d1d;
	font-weight: bold;
}
.padding25 h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1d1d1d;
	font-weight: bold;
}
.padding25 .center img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: auto;
	max-width: 600px;
_width:expression(this.width > 600 ? "600px" : this.width);
	overflow: hidden;
}
.newsview {
	display: inline;
	width: 777px;
	padding: 25px 0px 0 0px;
	padding-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 28px;
	float: left;
}
.newsview img {
	max-width: 100%;
	height: auto;
}
.returnlist {
	display: inline;
	margin: 30px 0 0 330px;
	float: left;
	font-size: 14px;
	background: #6f8190;
	width: 101px;
	height: 33px;
	text-align: center;
	color: #d8e1ea;
	line-height: 33px;
}
.fy-left {
	float: left;
	width: 35px;
	height: 75px;
	text-align: center;
	font-size: 14px;
	padding: 20px 0 0 0;
	background: #6f8190;
	color: #d8e1ea;
}
.fy-right {
	float: left;
	width: 35px;
	height: 75px;
	text-align: center;
	font-size: 14px;
	padding: 20px 0 0 0;
	background: #6f8190;
	color: #d8e1ea;
}
.aaleft {
	width: 35px;
	height: 75px;
	position: absolute;
	left: 20px;
	top: 330px;
}
.aaleft_kk {
	float: left;
	height: 156px;
	width: 53px;
}
.aaleft1 {
	width: 35px;
	height: 75px;
	position: absolute;
	right: 0px;
	top: 330px;
}
.pro-ri {
	display: block;
	font-size: 14px;
	padding-left: 35px;
}
.pro_cname {
	display: block;
	float: left;
	border-bottom: 1px solid #000000;
	height: 41px;
	display: inline;
	width: 777px;
}
.pro_cname span {
	float: left;
	background: #1a2a38;
	line-height: 41px;
	color: #9badbd;
	font-size: 16px;
	padding: 0 20px;
}
/*----------------news-----------------*/
.news_list {
	float: left;
	padding: 0 0 0 40px;
	width: 750px;
	font-size: 14px
}
.news_list li {
	float: left;
	width: 750px;
	line-height: 42px
}
.news_list li a {
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: url(../images/nleft.jpg) left center no-repeat;
}
.news_list li a span {
	cursor: pointer
}
.news_list li .fl {
	width: 546px;
	margin-left: 6px;
	display: inline;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 14px
}
.news_list li .fr {
	margin-right: 5px;
	font-size: 12px
}
/*----honor----------------*/
.case-ul li {
	float: left;
	width: 245px;
	height: 224px;
	background: #eaeaea;
	display: inline;
	padding: 0 0 0 0;
	margin: 0px 5px 25px 12px;
	position: relative;
	overflow: hidden;
}
.case-ul li img {
	float: left;
	width: 245px;
	height: 184px;
}
.case-ul li p.wor {
	float: left;
	width: 230px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 0 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case-ul {
	float: left;
	width: 786px;
	padding: 0px 0 0 14px;
}
.m20 {
	margin-bottom: 20px;
}
.biref {
	padding: 25px 0px 0 25px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 28px;
}
.biref p {
	text-indent: 25px;
}
.dqfz {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 20px;
}
.dqfz a {
	padding: 0px 5px;
}
/* indMain*/
.newsarea {
	width: 980px;
	margin: 0 auto;
	clear: both;
	height: 470px;
}
.news1 {
	float: left;
	width: 600px;
}
.news_t1 {
	float: left;
	width: 600px;
	height: 42px;
	line-height: 42px;
	background: url(/template/images/news_t.gif) no-repeat left top;
	font-family: 'Microsoft Yahei';
	margin-bottom: 13px;
}
.news_t1 .fl {
	font-size: 24px;
	color: #000000;
	padding-left: 12px;
	padding-right: 28px;
	background: url(/template/images/newsspan.gif) no-repeat right center;
}
.news_t1 a {
	color: #fff;
	float: right;
	padding-right: 25px;
}
.news1 li {
	float: left;
	width: 100%;
	padding-top: 18px;
	border-bottom: 1px solid #d8d1c4;
	padding-bottom: 14px;
}
.news1img {
	float: left;
	background: #fdb811;
	width: 56px;
	height: 58px;
	margin-left: 12px;
	margin-top: 5px;
	display: inline;
	text-align: center;
	color: #fff;
	font-family: 'Microsoft Yahei';
	font-size: 10px;
	word-wrap: break-word;
}
.news1img font {
	float: left;
	width: 100%;
	background: #13212d;
	font-size: 18px;
}
.news1min {
	float: left;
	color: #888;
	width: 460px;
	line-height: 21px;
	padding-left: 14px;
	padding-right: 18px;
}
.news1time {
	margin-bottom: 7px;
}
.news1time a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.news1more {
	margin-top: 20px;
	margin-right: 8px;
	display: inline;
	float: right
}
.news1main a {
	color: #b31e27
}
.contactarea {
	float: right;
	width: 340px;
}
.tab {
	border: 3px solid #13212d;
	float: left;
	margin-bottom: 17px;
}
.tab object {
	float: left;
}
.contact {
	float: left;
	line-height: 25px;
	color: #707070;
	width: 300px;
}
.contact_t {
	float: left;
	width: 319px;
	overflow: hidden;
	height: 75px;
	background: url(../images/contact_t.gif) no-repeat left top;
}
.contact_t a {
	float: left;
	width: 93px;
	height: 15px;
	margin-top: 5px;
	margin-left: 180px;
	display: inline;
}
.contact_t .fl {
	font-size: 24px;
	font-family: 微软雅黑;
	color: #000000;
	padding-left: 90px;
	padding-top: 15px;
	line-height: 1;
}
.box_os .os_x, .box_os .osqq, .ico_os, .ico_gt, .ico_pp, .osqq .qq {
	background: url(/template/images/kf.gif) no-repeat;
}
.box_os {
	height: auto;
	overflow: hidden;
	width: 131px;
	position: fixed;
	right: 0;
	top: 150px;
	_position: absolute;
	z-index: 99999;
	display: none;
}
.box_os .os_x {
	background-color: #f7f7f7;
	background-position: 2px 2px;
	width: 18px;
	height: 20px;
	float: right;
	display: inline;
	cursor: pointer;
}
.box_os .osqq {
	width: 129px;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	background-position: 0 -120px;
	clear: both;
	padding: 37px 0 8px 0;
	text-align: center;
}
.box_os .osqq p {
	height: auto;
	line-height: 20px;
	width: 129px;
	margin-top: 8px;
}
.box_os .osqq p strong {
	color: #666;
}
.box_os .osqq img {
	padding: 7px 0 3px 0;
}
.box_os .osqq p em {
	color: #999;
	display: block;
}
.box_os .osqq p span {
	color: #547816;
	display: block;
}
.box_os .osqq .qq {
	background-position: -140px -120px;
	display: block;
	width: 99px;
	height: 26px;
	margin: 0 auto;
	margin-top: 8px;
	cursor: pointer;
}
.acbox {
	width: 130px;
	overflow: hidden;
}
.acbox .ico_gt {
	background-position: -60px 0;
	border: 1px solid #299ec0;
	border-top: 0;
	cursor: pointer;
	width: 60px;
	height: 33px;
	float: right;
}
.acbox .ico_pp {
	background-position: -60px -60px;
	border: 1px solid #81b140;
	border-top: 0;
	cursor: pointer;
	width: 60px;
	height: 33px;
	float: right;
	margin: 0 2px;
}
.onlineService {
	background: none;
	display: none;
	width: 39px;
*width:84px;
	height: 178px;
	position: fixed;
	right: 0;
	top: 160px;
	_position: absolute;
	z-index: 99998;
}
.onlineService .ico_os {
	background-position: -2px -20px;
	border: 1px solid #c7c7c7;
	cursor: pointer;
	width: 39px;
	height: 98px;
	float: right;
}
.onlineService .ico_gt {
	background-position: right 0;
	border: 1px solid #299ec0;
	cursor: pointer;
	width: 39px;
	height: 37px;
	float: right;
	clear: both;
}
.onlineService .ico_pp {
	background-position: right -60px;
	border: 1px solid #81b140;
	cursor: pointer;
	width: 39px;
	height: 37px;
	float: right;
	margin: 0 0 1px 0;
	clear: both;
}
.box_os .osqq p span a {
	color: #557917;
}
/*----------------------------------neiye   style---------------------------------------*/

#pl_box {
	width: 200px;
}
#pl_box ul {
	width: 160px;
	zoom: 1;
}
#pl_box ul .li {
	width: 200px;
	line-height: 48px;
	text-align: left;
	padding-left: 20px;
}
#pl_box ul .li .lia {
	color: #FFF;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	height: 48px;
	display: block;
	background: url(../images/plbg.png) no-repeat 0 bottom;
}
#menu23 li {
	background: none;
	text-align: right;
	border-bottom: 1px dotted #CCC;
	line-height: 30px;
	text-align: center;
}
#menu23 li a {
	color: #FF0;
}
#menu23 li a:hover {
	color: #06C;
}

#nav ul li {
	position: relative;
	display: inline-block;
			height: 30px;

}
#nav ul li a {
	font: 14px/35px 'Microsoft Yahei';
	font-weight: bold;
	height: 30px;
	display: block;
	width: 190px;
	color: #18284a;
	background: url(../images/menuico.gif) 150px center no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9ba1ae;
}
#nav ul li:hover {
	background-color: #FFF;
	height: 30px;
	width: 190px;

}
#nav ul li:hover a {
	text-decoration: none;
	color: #000;
}
#nav ul li:hover ul {
	visibility: visible;
	display: block;
}
#nav ul li ul {
	background: silver;
	visibility: hidden;
	z-index: 999;
	left: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border: 0px;
	display: block;
	margin-left: 130px;
	top: -5px;
	
position:relative;   z-index:99999; 	
	
	
}
#nav ul li ul li {
	clear: left;
	padding-right: 0px;
	border-width: 0px;
	background: #ebebeb;
	border: 0px;
}
#nav ul li ul li a {
	color: #FFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: 140px;
	font-weight: normal;
}
#nav ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #19294b;
}
