﻿@charset "UTF-8";
.newprod_con .newprod_list .newprod_name, .newprod_con .newprod_list .newprod_price, .newprod_con .newprod_list .newprod_intr, .marquee_list p a, .art_list .prod_list_list .prod_list_name, .art_list .prod_list_list .prod_list_type {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newprod_con .newprod_list .newprod_pic, .marquee, .marquee_list, .art_list .prod_list_list .prod_list_pic {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic img, .marquee img, .marquee_list img, .art_list .prod_list_list .prod_list_pic img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newprod_con .newprod_list .newprod_pic img:hover, .marquee img:hover, .marquee_list img:hover, .art_list .prod_list_list .prod_list_pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all linear 0.3s;
}

.newprod_con .newprod_list, .marquee_list p font, .art_list .prod_list_list, .art_list #pager, .copyright {
  text-align: center;
}

/*2015-3-5 21:00:27*/
* {
  margin: 0 auto;
  padding: 0;
}

body {
	font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
	color: #333333;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}

.left, .three > div, .art_list .prod_list_list, .art_list_con ul li p.l_title, .company_intro p img, #mess_main .mess_list .mess_title {
  float: left;
}

H3,em{
	font-weight:normal;
	}
.right, .art_list_con ul li p.n_time {
  float: right;
}

.clearFloat:after, .company_intro:after, #mess_main .mess_list:after, .flink_index:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearFloat, .company_intro, #mess_main .mess_list, .flink_index {
  *zoom: 1;
}

/*sitemaster reset and only*/
.logo, #nav, .flash_image, .three, .newprod_name, .wrap, .copyright {
  margin: 0 auto;
}
.banner .flash_image{
	text-align:center;
	}
.switch_langbar {
  display: none;
}

/*index - 2015-2-2 16:26:07*/
.wrap .mod_block {
  position: relative;
}

.logo,.three, .boundary, .copyright {
	width: 1100px;
}

 .header{
  min-width: 1100px;
}
.header_con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.logo, #nav, .logo .flash_image {
  width: auto;
}

/*banner*/
.banner {
  *z-index: -1;
  margin: 0 auto;
}
.banner .mod_block {
	padding-bottom: 0px;
	background-image: none;
}
#nav {
  width: 100%;
  height:50px;
  padding-top:4px;
  background-image: url(../images/nav_bg.gif);
  background-repeat: no-repeat;
  background-position:center;
}
.nav_con {
	width: 1100px;
	height: 50px;
	line-height: 50px;
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	position: relative;
	z-index:1;/* ie7菜单遮挡 */
	margin-right: auto;
	margin-left: auto;
}
#nav .mod_toolbar{
	top:-25px;
	}
.navigation {
  height: 50px;
  *height: 50px;
  /*>li:first-child a, */
}
.navigation a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
}
.navigation a:hover {
  color: #000;
}
.navigation li {
  *margin-left: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  min-width: 93px;/*指定菜单宽度，只对第一个LI有效*/
  z-index: 100;
  text-align:center;
}
.navigation li a:hover{
	text-decoration: none;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}
.navigation li span{
	padding:0;
	margin:0;
}
.navigation li span ul {
  position: absolute;
  background: #FFF;
  width: 100%;
  display: none;
  left: 0;
  z-index: 100;
  	  filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9; 
}
.navigation li span ul li {
  border-left: none;
  margin-left: 0;
  width: 100%;
  padding: 0;
  height:30px;
  line-height:30px;
  color:#FFF; 
}
.navigation li span ul li a{
	white-space: nowrap;/*文字超出自动隐藏*/
	overflow: hidden;
	text-overflow: ellipsis;
	color:#000000;
}
.navigation li span ul li a:hover{
	background-image: none;
	background-color:#79C423;
	color:#FFFFFF;
}
.navigation li span ul li ul {
  top: 0;
  left: 100%;
}
.navigation li span ul li a {
  font-size: 11px;
  padding: 0 0;
}
.navigation > li > span > a {
  height: 50px;/*控制带span菜单高度*/
  line-height: 50px;
  min-width: 70px;/*控制带span菜单宽度，兼容IE7*/
  color:#FFF;
}
.navigation > li:first-child {
  border-left: none;
  margin-left: 0;
}
/*底部导航*/
#nav_b {
  width: 100%;
  height:50px;
  padding-top:4px;
  background-color:#504f5f;
}
.nav_con_b {
	width: 1100px;
	text-align:center;
	height: 50px;
	line-height: 50px;
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	position: relative;
	z-index:1;/* ie7菜单遮挡 */
	margin-right: auto;
	margin-left: auto;
}
#nav_b li ul{display: none !important}
/*longBarTop*/
.con{
   width:100%;
   background-color:#f2f2f2;
   padding-top:20px;
   padding-bottom:20px;
}
.con > div {
  position: relative;
}

.three .list_bot, .con .list_bot, .left .list_bot, .three > div .list_bot, .art_list .prod_list_list .list_bot, .art_list_con ul li p.l_title .list_bot, .company_intro p img .list_bot, #mess_main .mess_list .mess_title .list_bot {
  height: 5px;
}

.blk_t, .art_list_title, .artview_title {
  font-family: "Microsoft Yahei", Arial;
  font-size: 14px;
}
.center_con .blk_t, .center_con .art_list_title, .center_con .artview_title,.right_con .blk_t {
  line-height: 37px;
  *height: 37px;
}
#centerLeft .blk_t,#centerRight .blk_t{
  line-height: 33px;
  *height: 33px;
}
.newprod_con {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic {
  vertical-align: middle;
  text-align: center;
}
.newprod_con .newprod_list .newprod_pic img {
  max-width: 160px;
  height: 160px;
  vertival-align: middle;
}
.newprod_con .newprod_list .newprod_name {
  font-weight: bold;
  max-width: 160px;
}
.newprod_con .newprod_list .newprod_price {
  color: #fdb200;
}
.newprod_con td:hover {
  background: #eeeeee;
  transition: all linear 0.3s;
}
/*通用list*/
.prod_type,.list_con,.pro_over,.art_list1,.com_con,.qq_list_con{
	
}
.con #centerTop .list_con{
	overflow:auto;
	zoom:1;/* 鍏煎IE6 */
	}
/*three*/
.three {
  background: #fff;
  padding-bottom:10px;
}
.three > div {
  width: 33%;
}
.three .threeLeft .blk_t, .three .threeLeft .art_list_title, .three .threeLeft .artview_title, .three .threeCenter .blk_t, .three .threeCenter .art_list_title, .three .threeCenter .artview_title, .three .threeRight .blk_t, .three .threeRight .art_list_title, .three .threeRight .artview_title{
  color: #083e7a;
  font-size: 18px;
}
.three .threeLeft .blk_t em, .three .threeLeft .art_list_title em, .three .threeLeft .artview_title em, .three .threeCenter .blk_t em, .three .threeCenter .art_list_title em, .three .threeCenter .artview_title em, .three .threeRight .blk_t em, .three .threeRight .art_list_title em, .three .threeRight .artview_title em{
  line-height: 37px;
  font-style: normal;
  color: #969696;
  font-size: 14px;
}
.three .threeRight {
  *width: 32.9%;
}
.three .threeCenter {
  margin: 0 0.5%;
}
.three .flash_image{
	
}

/*up down*/
.marquee {
  height: 100px;
}
.marquee a {
  overflow: hidden;
  display: block;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.marquee p a {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  border-top: none;
}

/*left right*/
.marquee_list {
	padding: 5px;
}
.marquee_list p {
  width: 160px;
  border: 2px solid #eee;
  margin: 3px !important;
}
.marquee_list p font {
  display: block;
}

/* 左侧正文内框 */
.left_con .category .prod_type,.left_con .list_con,.left_con .pro_over,.left_con .art_list1,.left_con .com_con,.left_con .flash_image,.left_con .qq_list_con{
 
}
.left_con .list_con{
	padding: 0 0;
}
.category .prod_type ul li {
  border-top: 1px dashed #99c77b;
  padding-left: 15px;
}
.category .prod_type ul li ul {
  display: none;
}
.category .prod_type ul li:first-child {
  border-top: none;
}
.category #tree1 ul li {
  background: url("../images/news_arrow.gif") no-repeat scroll 0px 10px;
}

.left_con, .right_con {
  width: 29%;
}
/* 左侧正文内框 */
.right_con .category .prod_type,.right_con .list_con,.right_con .pro_over,.right_con .art_list1,.right_con .com_con,.right_con .flash_image,.right_con .qq_list_con{
	
}
.center_con {
  width: 42%;
}

.centerLeft_con, .centerRight_con {
  width: 49.7%;
}

.list_more, .art_list .art_list_search {
  position: absolute;
  top: 12px;
  bottom: 14px;
  right: 12px;
  height:35px;
}

/*art_list*/
.art_list {
  position: relative;
}
.art_list .art_list_search {
  top: 6px;
}
.art_list .art_list_search #prd_keyword {
  height: 20px;
  line-height: 20px;
}
.art_list .art_list_search #prdsearch_submit,.art_list .art_list_search #articlesearch_submit {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 62px;
  height: 20px;
  line-height: 20px;
  background: url(../images/search_button1.gif) no-repeat;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  text-indent: 15px;
}
.art_list .prod_list_con {
  padding: 8px;
  zoom: 1;
  overflow: auto;
  scrollbar-face-color: #E6E6E6;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-arrow-color: #666666;
  scrollbar-track-color: #f5f5f5;
  scrollbar-color: #B0B0B0;
  scrollbar-darkshadow-color: #9C9C9C;
}
.art_list .prod_list_list {
  width: 24%;
  _display: inline;
  margin: 0 0.5%;
  padding: 5px 0;
  line-height: 1.5em;
}
.art_list .prod_list_list :hover {
  background: #eeeeee;
}
.art_list .prod_list_list .prod_list_pic {
  height: 135px;
}
.art_list #pager {
  margin: 20px auto;
}
.art_list .art_list_title_ul h2 {
  padding: 10px 0;
}

.art_list_con ul li {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dashed #3298FE;
  @entend .clearFloat;
}
.art_list_con ul li p.l_title {
  background: url(../images/news_arrow.gif) no-repeat left;
  padding-left: 15px;
}
.art_list_con ul li :hover {
  color: #fdb200;
}

.art_list_title, .artview_title {
  
}
.company_intro p img {
  border: 5px solid #F0F0F0;
  margin-right: 10px;
  max-height: 150px;
}

/*mess*/
#mess_main {
  padding: 0 10px;
}
#mess_main .mess_list .mess_title {
  width: 10%;
  height: 30px;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input, #mess_main .mess_list .mess_textarea {
  padding-left: 15px;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_input textarea, #mess_main .mess_list .mess_textarea input, #mess_main .mess_list .mess_textarea textarea {
  width: 60%;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_textarea input {
  height: 22px;
}
#mess_main .mess_list img {
  vertical-align: middle;
}
#mess_main .subd {
  width: 70px;
  border: 0px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  color: #333333;
}

.artview {
  padding: 0 0;
}

.flink_index {
  margin: 0px 10px;
}
.flink_index li {
  display: table-cell;
  margin: 5px;
  padding: 3px;
  border: 1px solid #fff;
  width: 144px;
  height: 60px;
  vertical-align: middle;
  *position: relative;
  float: left;
}
.flink_index li img {
  width: auto !important;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  *position: absolute;
  *top: 50%;
  *left: 50%;
  *margin-top: expression(-this.height/2);
  *margin-left: expression(-this.width/2);
  /*for IE低版本7/6*/
}

#footer {
  font-size: 12px;
  color: #FFF;
  background-color:#504f5f;
}
#footer a{
  color: #FFF;
}
#footer .com_con {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright {
  padding: 5px 0;
}

.qq_list_con ul li {
  line-height: 30px;
}
.qq_list_con ul li img {
  padding-right: 10px;
}

/*noContent*/
.noContent .placeholder, .noContent_left .placeholder, .noContent_right .placeholder {
  height: 20px;
  background: #CCF3FF;
  border: 1px dashed #3298FE;
}

.noContent_left {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  left: -121px;
  width: 112px;
}

.noContent_right {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  right: -121px;
  width: 112px;
}

.noContent_left:after {
  content: '点击激活左侧内容';
}

.noContent_right:after {
  content: '点击激活右侧内容';
}

/* sortable placeholder */
.sortable_placeholder {
  display: block;
  order: 1px solid #efefef;
  height: 32px;
  background: #3298FE;
}

.placeholder {
  display: block;
  height: 12px;
}

.artview_info, .prodview_info {
  margin: 20px 0 15px;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #f4e4b4;
  background: #fffff0;
}

.prodview_pic, .prodview_pic img {
  width: 200px;
  height: 225px;
}

.prodview_pic {
  float: left;
  margin: 0 15px 0 20px;
  _margin-left: 10px;
  border: #D5E1E2 1px solid;
}

/*列表前面的小三角*/
.recent, .titlelist {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#longBarTop .titlelist{
	width:1100px;
}
#longBarTop .titlelist li {
	width:550px;
	float:left;
}
.recent_list, .titlelist li {
  background: url(../images/news_arrow.gif) left center no-repeat;
  text-indent: 8px;
  border-bottom: 1px dashed #E9E9E9;
}

.recent_list a {
  display: block;
}
.recent_list :last-child {
  text-align: right;
}

/*链接hover*/
.category .prod_type li, .titlelist li {
  line-height: 26px;
}
.category .prod_type li a:hover, .titlelist li a:hover {
  color: #ce0d12;
}

/*正文内边距*/
.art_list_con, #sta_content, .company_intro, .qq_list_con, .prodview_content, form#messform, .com_con,#artview_content {
  
}
#longBarTop .company_intro img{
	padding-right:10px;
	padding-bottom:10px;
	}
.prodview_content {
  clear: both;
}

/*add or reset css*/
.wrap {
  width: 100%;
  min-height: 400px;
}

#longBarTop, #longBarBottom, .con > div, #leftmain {
	width: 1100px;
  	margin: 0 auto;
}

#longBarTop, #longBarBottom {
	padding-bottom: 10px;
	padding-top:10px;
  
}
#longBarTop .list_con, #longBarBottom .list_con {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;  
}
#longBarTop .blk_t, #longBarTop .art_list_title, #longBarTop .artview_title, #longBarBottom .blk_t, #longBarBottom .art_list_title, #longBarBottom .artview_title {
	text-align:center;
	background-image: url(../images/about_title.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:90px;
	font-size:20px;
	margin-bottom:5px;
}
#longBarTop .blk_t span, #longBarTop .art_list_title span, #longBarTop .artview_title span, #longBarBottom .blk_t span, #longBarBottom .art_list_title span, #longBarBottom .artview_title span{
	width:1100px;
	display: block;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#9f9f9f;
	font-size:30px;
}
#longBarTop .list_bot, #longBarBottom .list_bot {
  height: 7px;
}

.left_con .mod_block{
  margin-right: 8px;/*左栏与中栏的空隙*/
}
.center_con .mod_block {
  margin-right: 0px;
}

.right_con .mod_block {
  margin-left: 10px;/*右栏与中栏的空隙*/
}

#leftmain.art_list, #leftmain .center_con .artview, #leftmain .center_con .art_list1 {
  margin-right: 0px;
}

.con .left_con .blk_t,.con .left_con .art_list_title,.con .left_con .artview_title, .right_con .blk_t, .right_con .art_list_title, .right_con .artview_title,.con .center_con .blk_t { 
  line-height: 37px;
  *height: 37px;
  color:#083e7a;
  font-size:18px;
  	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/* 内页的样式单独写*/
.wrap > #leftmain > .left_con .blk_t,.wrap > #leftmain > .left_con .art_list_title{
  line-height:40px;
  *height:40px;
  color:#FFF;
  font-size:18px;
  text-indent:20px;
  background-color:#083E7A;
	}
.wrap > #leftmain > .center_con .blk_t,.wrap > #leftmain > .center_con .art_list_title,.wrap > #leftmain > .center_con .artview_title{
	line-height:40px;
  color:#FFF;
  font-size:18px;
  text-indent:20px;
  background-color:#79C423;
	}
.wrap > #leftmain > .center_con h3{
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:18px;
	}
.wrap > #leftmain > .center_con #sta_content,
.wrap > #leftmain > .center_con #artview_content,
.wrap > #leftmain > .center_con .prodview_content{
	padding:5px;
	}
/* 内页的样式结束*/
.center_con .centerTop .titlelist li {
	width:50%;
	float:left;
	}
.center_con .centerTop .titlelist li,.center_con .centerLeft_con .titlelist li,.center_con .centerRight_con .titlelist li {
	line-height:33px;
	}
.center_con .centerTop .titlelist li a,.center_con .centerLeft_con .titlelist li a,.center_con .centerRight_con .titlelist li a{
	color:#083e7a;
	font-size:16px;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	}
.center_con .titlelist li a:hover,.center_con .centerLeft_con .titlelist li a:honver,.center_con .centerRight_con .titlelist li a:honver{
	color:#f00;
	}
.con .left_con .blk_t em, .con .left_con .art_list_title em, .con .left_con .artview_title em, .right_con .blk_t em, .right_con .art_list_title em,.artview_title em,
.center_con .blk_t em
 {
  line-height: 37px;
  font-style: normal;
  color:#969696;
  font-size:14px;
}

.center_con .mod_block, .center_con .art_list, .center_con .artview, .center_con .art_list1 {
  
}
.center_con .art_list_title {
  *height: 37px;
}
.center_con .art_list_title em {
  margin-left: 8px;
  line-height: 37px;
  font-style: normal;
}


#longBarTop .list_main .list_more,#longBarTop .company_intro .art_list .art_list_search, .art_list #longBarTop .company_intro .art_list_search, #longBarBottom .company_intro .list_more, #longBarBottom .company_intro .art_list .art_list_search, .art_list #longBarBottom .company_intro .art_list_search {
  display: none;
}
#longBarTop .company_intro .list_more{
	position:relative;
	top:12px;
	right:0;
	}

.FORIE7 {
  float: none;
}

ul.mktree li.liBullet .bullet {
  background: url(../images/minus.gif) center left no-repeat !important;
}