@charset "gb2312";
body {
  font-size: 12px;
  color: #666666;
  /*word-break: break-all;*/
}
ul,
li {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
body,
textarea,
input {
  resize: none;
  font-family: Microsoft YaHei,微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
}
input:focus,
textarea,
select:focus {
  outline: none;
}
.clearfix {
  zoom: 1;
  *zoom: 1;
  *clear: both;
  _clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clear {
  clear: both;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*box-shadow: 0px 0px 10px #666666;box-shadow: 0px 0px 3px 2px #666666;*/
#page {
  padding-top: 45px;
  text-align: center;
}
#page a {
  position: relative;
  padding: 5px 9px;
  margin: 0 3px;
  color: #fff;
  font-size: 13px;
  background-color: #333;
  -moz-border-radius: 5px 0 5px 0;
  /* Firefox */
  -webkit-border-radius: 5px 0 5px 0;
  /* Safari 和 Chrome */
  border-radius: 5px 0 5px 0;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
}
#page a:hover,
#page a.current {
  background-color: #0066A6;
}
footer,
header,
nav,
section {
  display: block;
}
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: 700;
}
.editor-label {
  margin: 1em 0 0 0;
}
.editor-field {
  margin: 0.5em 0 0 0;
}
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: 700;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 20px;
  text-align: center;
}
.container {
  width: 1000px;
  margin: 0 auto;
  
}
#header {
  height: 136px;
  overflow: hidden;
}
#header_top {
 position: fixed;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index: 9996;
    display: block;
    overflow: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: url(/images/top_ding_bg.jpg) center no-repeat;
    z-index: 9997;
	line-height:40px;
	font-size:13px;
	color:#FFF
}
#header_top a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  height: 40px;
  padding-left: 30px;
  margin: 0 7px;
  color: #ffffff;
  vertical-align: top;
  font-size: 13px;
}
#header_top a#a1 {
  position: relative;
  background: url(../images/1.png) 0 -108px no-repeat;
}
#header_top a#a1 div {
  display: none;
  width: 120px;
  height: 140px;
  position: absolute;
  top: 10px;
  margin-left: -30px;
  z-index: 100;
}
#header_top a#a1 div img {
  margin-top: 40px;
  width: 120px;
  height: 120px;
}
#header_top a#a2 {
  background: url(../images/1.png) 0 -5px no-repeat;
}
#header_top a#a3 {
  background: url(../images/1.png) 0 -58px no-repeat;
}
#header_top a#a4 {
  display: none;
  width: 34px;
  padding-left: 0px;
  background: url(../images/1.png) 8px -248px no-repeat;
}
#header_top #search_open {
  margin-top: -5px;
  padding-left: 20px;
  color: #232323;
  cursor: pointer;
}
#header_top #serach {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  vertical-align: top;
  width: 0;
  height: 30px;
  margin-top: 5px;
  position: relative;
  -moz-border-radius: 15px 15px 15px 15px;
  /* Firefox */
  -webkit-border-radius: 15px 15px 15px 15px;
  /* Safari 和 Chrome */
  border-radius: 15px 15px 15px 15px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #fff;
  line-height: 20px;
  overflow: hidden;
}
#header_top #serach input[type=text] {
  width: 169px;
  height: 20px;
  padding-left: 15px;
  margin-top: 7px;
  margin-left: 5px;
  line-height: 20px;
  border: none;
  vertical-align: middle;
  color: #b5b5b5;
  background-color: #fff;
}
#header_top #serach input[type=submit] {
  display: none;
}
#header_top #serach i {
  vertical-align: middle;
  color: #00acff;
  font-size: 1.37em;
}
#header_bottom {
  height: 96px;
  width: 100%;
  padding-top: 14px;
  white-space: nowrap;
  word-spacing: -1px;
  /*background: url("../images/nav_bg.jpg") 0 0 repeat-x;*/
  overflow: hidden;
  background:#FFF;
}
/*#header_bottom.fixed {
  position: fixed;
  z-index: 9997;
  top: 0;
}*/
#header_bottom_logo {
  float: left;
  height: 80px;
  width: 300px;
  background: url("../images/logo.jpg") left center no-repeat;
}
#header_bottom_nav {
  float: right;
  height: 80px;
  line-height: 80px;
  width: 690px;
  overflow: hidden;
  text-align: right;
}
.top_menu{ position:fixed;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); z-index:9996; display:block;  overflow:visible;filter:alpha(opacity=100);
-moz-opacity:1.0; opacity:1.0; top:40px; background:#fff; left:0px; width:100%; height:96px; z-index:9995;}
.top_menu_nr{ margin:0 auto; width:1003px; height:96px; position:relative; }
.top_menu_logo{ position:absolute; left:0px; top:25px;}
.top_menu_list{ position:absolute; top:0px; left:280px; z-index:9996;}
.top_menu_list li{ float:left; width:100px; height:96px; text-align:center; position:relative; margin-right:1px;}
.top_menu_list li a{ font:16px/96px "微软雅黑"; color:#000000; display:block;}
.top_menu_list li a:hover{ color:#ce0000; text-decoration:none;}
.top_menu_list li .xian{ position:absolute; bottom:0px; left:0px; width:100%; height:3px; font-size:0px; background:#ce0000; display:none;}
.top_menu_list li:hover .xian{display:block;}

.top_menu_list li.in a{color:#ce0000; }
.top_menu_list li.in a:hover{color:#ce0000; }
.top_menu_list li.in .xian{ display:none; }

.top_menu_list li.on a{color:#ce0000; }
.top_menu_list li.on a:hover{color:#ce0000; }
.top_menu_list li.on .xian{ display:block; }

.topmenu_zlist{ position:absolute; top:96px; height:190px; left:0px; width:100%; display:none;}
.topmenu_zlist_tt{ float:left; width:100%; text-align:center; _height:30px; min-height:30px;}
.top_menu_list li .topmenu_zlist_tt a{ display:block; width:100%;min-height:30px; _height:30px; color:#FFF; font:12px/30px "微软雅黑";}
.top_menu_list li .topmenu_zlist_tt a:hover{ background:#ce0000; color:#FFF;}
.topmenu_zlist_jj{ float: left; width:100%; height:10px; font-size:10px;}
.mune_di_bg{ position:absolute;top:96px; width:100%; background:#131213; height:320px;z-index:6665;filter:alpha(opacity=45);-moz-opacity:0.45; opacity:0.45;display:none;}
.mune_scrll_bg{position:absolute;top:96px; background:url(/images/mune_scrll_bg.png); z-index:9997; width:100px; height:320px;z-index:100; display:none;}
.mune_scrll_bg .mune_scrll_bg_xian{ position:absolute; top:-3px; left:0px;width:100%; height:3px; font-size:0px; background:#ce0000;z-index:9997;}

#header_bottom_nav a {
  margin: 0 20px;
  color: #333333;
  font-size: 15px;
}
#header_bottom_nav a:first-child {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 17px;
  height: 25px;
  background: url(../images/1.png) 0 -327px no-repeat;
  vertical-align: middle;
}
#header_bottom_nav a:first-child:hover,
#header_bottom_nav a:first-child.current {
  background: url(../images/1.png) 0 -301px no-repeat;
}
#header_bottom_nav a:hover {
  color: #0789c7;
}
#header_bottom_nav a.current {
  color: #0789c7;
  font-weight: bold;
}
#banner {
  height: 550px;
}
#bannerinline {
  height: 360px;
}
#bannerinline1 {
  height: 25px;
  background:url(../images/banner_bg.jpg) no-repeat center bottom;
}
#content {
  /*特色*/
}
#content .container {
  position: relative;
}
#content .container #returntop {
  position: absolute;
  height: 67px;
  width: 67px;
  right: 0;
  bottom: -30px;
  background: url("../images/top.png");
  z-index: 19;
  cursor: pointer;
}
/*#content #aboutus {

  height: 560px;
  padding-top: 40px;
}
#content #aboutus > div {
  width: 530px;
  text-align: left;
  padding-left:450px;
}
#content #aboutus > div p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
#content #aboutus > div div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 154px;
  height: 39px;
  line-height: 37px;
  border: 0px solid #bcbcbc;
  margin-top:30px;
  margin-left:160px;
}
#content #aboutus > div div:hover {
  border-color: #ffffff;
  background-color: #FE0000;
}
#content #aboutus > div div:hover a {
  border-color: #ffffff;
  color: #ffffff;
}
#content #aboutus > div a {
  display: block;
  width: 152px;
  height: 37px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  text-align:center
}*/
#content #aboutus {
  /*关于我们*/
  height: 368px;
  padding-top: 128px;
}
#content #aboutus > div {
  width: 670px;
  margin: 0px auto;
  text-align: center;
}
#content #aboutus > div p {
  margin-bottom: 16px;
  line-height: 32px;
  color: #535353;
  font-size: 14px;
}
#content #aboutus > div div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 154px;
  height: 39px;
  line-height: 37px;
  border: 0px solid #bcbcbc;
}
#content #aboutus > div div:hover {
  border-color: #0097df;
  background-color: #0097df;
}
#content #aboutus > div div:hover a {
  border-color: #0097df;
  color: #ffffff;
}
#content #aboutus > div a {
  display: block;
  width: 152px;
  height: 37px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
}
#content #products {
  /*产品*/
  height: 557px;
  padding-top: 183px;
}
#content #products_menu {
  text-align: center;
}
#content #products_menu a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  min-width: 85px;
  padding: 0 20px;
  height: 43px;
  margin: 0 12px;
  -moz-border-radius: 15px 0px 15px 0px;
  /* Firefox */
  -webkit-border-radius: 15px 0px 15px 0px;
  /* Safari 和 Chrome */
  border-radius: 15px 0px 15px 0px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #636363;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#content #products_menu a:hover,
#content #products_menu a.current {
  background-color: #0789c7;
}
#content #products_child_menu {
  height: 15px;
  margin-top: 20px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
}
#content #products_child_menu a {
  padding: 0 8px ;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
}
#content #products_child_menu a:first-child {
  padding-left: 0;
  border-left: none;
}
#content #products #sca1 {
  width: 1000px;
  margin-top: 35px;
  overflow: hidden;
}
#content #products #sca1 > div {
  height: 316px;
  *position: relative;
}
#content #products #sca1 ul {
  height: 306px;
}
#content #products #sca1,
#content #products_list ul {
  word-spacing: -4px;
}
#content #products #sca1 li,
#content #products_list ul li,#content ul#product_list li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 234px;
  height: 306px;
  margin: 0 8px;
  padding-top: 10px;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  z-index: 100;
}
#content #products #sca1 li a.imgContainer,
#content #products_list ul li a.imgContainer,#content ul#product_list li a.imgContainer{
  display: block;
  height: 197px;
  width: 234px;
  background:#FFF;
}

#content #products #sca1 li a img,
#content #products_list ul li a img,#content ul#product_list li a img {
  display: block;
  height: 195px;
  width: 232px;
  background:#FFF;
  border:solid 1px #e8e8e8;
  border-bottom:none;
}
#content #products #sca1 li:hover a img,
#content #products_list ul li:hover a img,#content ul#product_list li:hover a img {
  display: block;
  height: 195px;
  width: 232px;
  background:#FFF;
  border:solid 1px #0789c7;
  border-bottom:none; transition: all 0.6s; 
}

#content #products #sca1 li a.imgContainer,
#content #products_list ul li a.imgContainer,#content ul#product_list li a.imgContainer {
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/Watermark_s_cn.png) center no-repeat;
}
#content #products #sca1 li a.imgContainer_en,
#content #products_list ul li a.imgContainer_en {
  background: url(../images/Watermark_s_en.png) center no-repeat;
}
#content #products #sca1 li p{
  height: 77px;
  width: 100%;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  background-color: #333333;
}


#content #products_list ul li p,#content ul#product_list li p {
  height: 55px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #333333;
}

#content #products #sca1 li p a,
#content #products_list ul li p a,#content ul#product_list li p a {
  color: #ffffff;
  font-weight: bold;
  font-size:13px
}
#content #products #sca1 li a.more,
#content #products_list ul li a.more,#content  ul#products_list li a.more {
  position: absolute;
  background: url("../images/more.png");
  bottom: 0;
  left: 84px;
  height: 66px;
  width: 66px;
  z-index: 200;
}
#content #products #sca1 li:hover p,
#content #products_list ul li:hover p,#content  ul#product_list li:hover p {
  background-color: #0789c7;
}
#content #products .pages {
  width: 200px;
  margin: 50px auto 0px auto;
}
#content #products .pages li {
  width: 50px;
  height: 4px;
  margin-right: 10px;
  background-color: #5c5c5c;
  float: left;
  cursor: pointer;
}
#content #products .pages li:hover,
#content #products .pages li.cur {
  background-color: #0789c7;
}
#content #characteristic {
  height: 525px;
  padding-top: 200px;
}
#content #characteristic_left {
  float: left;
  padding: 10px 10px 0 10px;
  width: 550px;
}
#content #characteristic_left h3 {
  padding-left: 45px;
  margin-bottom: 15px;
  font-size: 23px;
  color: #333333;
  background: url(../images/1.png) 0 -217px no-repeat;
}
#content #characteristic_left h3:first-child {
  background: url(../images/1.png) 0 -153px no-repeat;
}
#content #characteristic_left p {
  margin-bottom: 31px;
  text-indent: 24px;
  line-height: 26px;
  font-size: 14px;
}
#content #characteristic_right {
  float: right;
  position: relative;
  width: 430px;
}
#content #characteristic_right img {
  margin: 120px 0 0 110px;
}
#content #characteristic_right > div {
  position: absolute;
  width: 87px;
  height: 60px;
  padding-top: 27px;
  -moz-border-radius: 50% 50% 50% 50%;
  /* Firefox */
  -webkit-border-radius: 50% 50% 50% 50%;
  /* Safari 和 Chrome */
  border-radius: 50% 50% 50% 50%;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #333333;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
#content #characteristic_right > div p {
  font-size: 14px;
}
#content #characteristic_right > div:hover {
  background-color: #0789c7;
}
#content #characteristic_right > div.pic_1 {
  left: 10px;
  top: 185px;
}
#content #characteristic_right > div.pic_2 {
  left: 45px;
  top: 90px;
}
#content #characteristic_right > div.pic_3 {
  left: 124px;
  top: 12px;
}
#content #characteristic_right > div.pic_4 {
  left: 226px;
  top: 0px;
}
#content #characteristic_right > div.pic_5 {
  left: 331px;
  top: 27px;
}
#content #partner {
  /*合作伙伴*/
  height: 375px;
  padding-top: 0px;
}
#content #partner_middle {
  position: relative;
  height: 420px;
}
#content #partner_middle > div {
  position: absolute;
  width: 180px;
  height: 210px;
  background: url("../images/hzhb.png") 0 0 no-repeat;
}
#content #partner_middle > div.pic_1 {
  left: 77px;
  top: 176px;
  background-position: 0px -66px;
}
#content #partner_middle > div.pic_1:hover {
  background-position: 0px -291px;
}
#content #partner_middle > div.pic_2 {
  left: 567px;
  top: 25px;
  background-position: -180px -66px;
}
#content #partner_middle > div.pic_2:hover {
  background-position: -180px -291px;
}
#content #partner_middle > div.pic_3 {
  left: 250px;
  top: 25px;
  background-position: -360px -66px;
}
#content #partner_middle > div.pic_3:hover {
  background-position: -360px -291px;
}
#content #partner_middle > div.pic_4 {
  left: 409px;
  top: 176px;
  background-position: -540px -66px;
}
#content #partner_middle > div.pic_4:hover {
  background-position: -540px -291px;
}
#content #partner_middle > div.pic_5 {
  left: 740px;
  top: 176px;
  background-position: -720px -66px;
}
#content #partner_middle > div.pic_5:hover {
  background-position: -720px -291px;
}
#content #news {
  position: relative;
  height: 325px;
  z-index: 1;
  overflow: hidden;
}
#content #news .news_title {
  height: 18px;
  margin-bottom: 35px;
  font-size: 18px;
  color: #000;
}
#content #news .news_title span {
  float: left;
  color: #343434;
}


a.a_more {
  float: right;
  color: #b8b8b8;
  font-size:10px;
  font-weight:normal;
  line-height:28px;
}
a.a_more:hover {
  color: #ff0000;
  font-size:10px;
  font-weight:normal;
}

#content #news_left {
  width: 482px;
  margin-right: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  vertical-align: top;
}
#content #news_left img {
  display: block;
  height: 183px;
  width: 482px;
  margin-bottom: 20px;
}
#content #news_left p {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
#content #news_right {
  width: 470px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  vertical-align: top;
}
#content #news_right ul li {
  height: 62px;
  padding: 15px 0;
  color: #363636;
}
#content #news_right ul li .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 78px;
  border-right: 1px solid #aaaaaa;
  margin-right: 10px;
  font-size: 50px;
  text-align: center;
}
#content #news_right ul li .cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 370px;
  vertical-align: top;
}
#content #news_right ul li .cont h3 {
  margin-bottom: 4px;
  font-size: 14px;
  height: 22px;
}
#content #news_right ul li .cont h3 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  width: 277px;
  height: 17px;
  overflow: hidden;
  color: #363636;
}
#content #news_right ul li .cont h3 span {
  line-height: 20px;
}
#content #news_right ul li .cont p {
  height: 40px;
  line-height: 19px;
  text-indent: 0px;
}
#content #news_right ul li:hover {
  background-color: #0789c7;
  color: #ffffff;
}
#content #news_right ul li:hover h3 a {
  color: #ffffff;
}
#content #link {
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  margin-top: 20px;
}
#content #link strong {
  color: #0789c7;
}
#content #link a {
  margin: 0 7px;
}
#content #link img {
  width: 181px;
  height: 31px;
}
#content .inline_top {
  padding-bottom: 115px;
}
#content .inline_top .title {
  height: 20px;
  padding: 00px 0 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
}
#content .inline_top .title strong span,
#content .inline_top .title p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  height: 19px;
  width: 19px;
  margin-right: 8px;
  vertical-align: middle;
}
#content .inline_top .title strong {
  float: left;
  font-size: 17px;
}
#content .inline_top .title p {
  float: right;
}
#content .inline_top .title p span {
  width: 13px;
  height: 21px;
  background: url(../images/1.png) 0 -355px no-repeat;
}
#content .inline_top .menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  height: 40px;
  min-width: 85px;
  padding: 0 20px;
  margin-right: 6px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
  -moz-border-radius: 15px 0px 15px 0px;
  /* Firefox */
  -webkit-border-radius: 15px 0px 15px 0px;
  /* Safari 和 Chrome */
  border-radius: 15px 0px 15px 0px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #ffffff;
  color: #333333;
  vertical-align: top;
}
#content .inline_top .menu a:hover,
#content .inline_top .menu a.current {
  color: #ffffff;
  background: url("../images/menu_hover_bg.jpg") 0 0 repeat-x;
}
#content .inline_top .menu a.current {
  font-weight: bold;
}
#content #news_list {
  /*joblist*/
}
#content #news_list.inline_top .title strong {
  color: #006aca;
}
#content #news_list.inline_top .title strong span {
  background: url(../images/1.png) 0 -400px no-repeat;
}
#content #news_list.inline_top .menu a {
  border: 1px solid #c3c1c1;
}
#content #news_list #products_menu {
  text-align: left;
}
#content #news_list .info {
  padding: 30px 00px 0px 0px;
  line-height: 24px;
}
#content #news_list .jbs_tb_1 th {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}
#content #news_list .jbs_tb_1 td {
  padding: 5px;
}
#content #news_list .jbs_txt {
  width: 280px;
  height: 26px;
  border: 1px solid #cccccc;
  line-height: 26px;
  padding: 0 5px;
  border-radius: 3px;
  outline: none;
}
#content #news_list .jbs_txt:focus {
  border: 1px solid #be1415;
}
#content #news_list .jbs_txtarea {
  width: 400px;
  height: 90px;
  border: 1px solid #cccccc;
  padding: 5px;
  border-radius: 3px;
  outline: none;
}
#content #news_list .jbs_txtarea:focus {
  border: 1px solid #be1415;
}
#content #news_list .jbs_age {
  width: 90px;
}
#content #news_list .jbs_tel {
  width: 150px;
}
#content #news_list .jbs_hong {
  color: #be1415;
}
#content #news_list .jbs_submit {
  width: 95px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 0px;
  background: #be1415;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
#content #news_list .jbs_tb {
  border-left: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  margin: 25px auto 0 auto;
}
#content #news_list .jbs_tb td {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 5px;
}
#content #news_list .jbs_tb td.bkg {
  background: #efefef;
}
#content #news_list .jbs_tb td.cont {
  line-height: 22px;
  font-size: 13px;
}
#content #news_list .jbs_btn {
  padding: 2px 5px;
  border: 1px solid #A7A7A7;
  background: #eee;
  cursor: pointer;
}
#content #news_list .jn_main {
  line-height: 22px;
}
#content #news_list .jn_main .jn_box {
  padding-bottom: 20px;
  overflow: hidden;
  width: 520px;
  margin: 0px auto;
}
#content #news_list .jn_main .jn_box .lt {
  float: left;
  width: 70px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
#content #news_list .jn_main .jn_box .rt {
  float: left;
  width: 360px;
}
#content #news_list .jn_main .jn_box .txt,
#content #news_list .jn_main .jn_box .txtarea {
  border: 1px solid #DBDBDB;
  padding: 5px;
  border-radius: 3px;
}
#content #news_list .jn_main .jn_box .txt :focus,
#content #news_list .jn_main .jn_box .txtarea :focus {
  border: 1px solid #be1415;
}
#content #news_list .jn_main .jn_box .txt {
  width: 325px;
  height: 28px;
  line-height: 28px;
}
#content #news_list .jn_main .jn_box .cod {
  width: 70px;
  vertical-align: top;
  cursor: pointer;
}
#content #news_list .jn_main .jn_box .txtarea {
  width: 325px;
  height: 120px;
  font-size: 13px;
}
#content #news_list .jn_main .jn_box .btn {
  width: 95px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 0px;
  background: #be1415;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
#content #news_list #news_list_ul li {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
#content #news_list #news_list_ul li .tm {
  float: left;
  width: 60px;
  height: 100px;
  background: #EEEEEE;
  text-align: center;
  color: #959595;
  font-size: 27px;
  font-weight: bold;
}
#content #news_list #news_list_ul li .tm span,
#content #news_list #news_list_ul li .tm label {
  height: 50px;
  line-height: 50px;
  display: block;
}
#content #news_list #news_list_ul li .tm span {
  background-color: #DBDBDB;
}
#content #news_list #news_list_ul li .tm label {
  font-size: 20px;
}
#news_list_ul li .cont {
  float: right;
  width: 700px;
  height: 80px;
  padding: 5px 17px 10px 10px;
  font-size:13px;
}
#news_list_ul li .cont h3 {
 
  font-size: 15px;
  margin:0;
  padding:0;
  padding-bottom:8px;
}
#news_list_ul li .cont h3 a {
  color:#333;font-size: 15px;
}
#news_list_ul li .cont h3 a:hover {
      color: #0187D0;
	  text-decoration:none;
}
#news_list_ul li .cont p {
  line-height: 24px;
  font-size:13px;
}
#content #news_list #pics li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  vertical-align: top;
  width: 234px;
  margin: 10px 6px;
}
#content #news_list #pics li img {
  width: 234px;
  min-height: 100px;
}
#content #news_list #pics li p {
  text-align: center;
  line-height: 24px;
}
#content #products_list.inline_top .title {
  border-bottom: 1px solid #272636;
  padding-top:20px;
  padding-bottom:10px
}
#content #products_list.inline_top .title strong {
  color: #373737;
}
#content #products_list.inline_top .title strong span {
  background: url(../images/1.png) 0 -400px no-repeat;
}
#content #products_list.inline_top .title p {
  color: #272636;
}
#content #products_list.inline_top .title p a {
  color: #272636;
}
#content #products_list.inline_top .title p span {
  background: url(../images/1.png) 0px -355px no-repeat;
}
#content #products_list.inline_top .menu {
  text-align: center;
}
#content #products_list.inline_top .menu a {
  background-color: #636363;
  color: #ffffff;
}
#content #products_list ul {
  padding-top: 18px;
}
#content #products_list ul li,#content  ul#product_list li {
  height: 300px;
  padding-top: 0px;
  margin: 0 6px;
  background: url(../images/pro_yy.png) center 229px no-repeat;
}
#content #products_list ul li div,#content  ul#product_list li div {
  position: absolute;
  top: 5px;
}
#content #products_list ul li p,#content ul#product_list  li p {
  line-height: 55px;
}
#content #products_list #page a {
  color: #ffffff;
}
#content #news_content {
  padding: 30px;
}
#content #news_content h1 {
  margin-top: 20px;
}
#content #news_content h1,
#content #news_content h3 {
  text-align: center;
}
#content #news_content.inline_top .title strong {
  color: #006aca;
}
#content #news_content.inline_top .title strong span {
  background: url(../images/1.png) 0 -400px no-repeat;
}
#content #news_content.inline_top .menu {
  text-align: center;
}
#content #news_content h1 {
  font-size: 14px;
}
#content #news_content h3 {
  margin: 20px 0 20px 0;
}
#content #news_content .info {
  line-height: 24px;
}
#content #products_content {
  padding: 30px;
  /*ul li {
        width: 100px;
        height: 120px;
        .inline-block;
        margin-right: 5px;
        overflow: hidden;

        img {
            width: 100px;
            height: 100px;
        }

        p {
            height: 20px;
            display: block;
        }
    }*/
}
#content #products_content h1 {
  margin-top: 20px;
}
#content #products_content h1,
#content #products_content h3 {
  text-align: center;
}
#content #products_content.inline_top .title {
  border-bottom: 1px solid #373737;
}
#content #products_content.inline_top .title strong {
  color: #ffffff;
}
#content #products_content.inline_top .title strong span {
  background: url(../images/1.png) 0 -381px no-repeat;
}
#content #products_content.inline_top .title p {
  color: #c8c8c8;
}
#content #products_content.inline_top .title p a {
  color: #c8c8c8;
}
#content #products_content.inline_top .title p span {
  background: url(../images/1.png) -15px -355px no-repeat;
}
#content #products_content.inline_top .menu {
  text-align: center;
}
#content #products_content .info {
  color: #ffffff;
}
#content #products_content .info a {
  color: #ffffff;
}
#content #products_content > img {
  margin: 30px 0;
}
#content #CustomerTable {
  font-size: 13px;
}
#content #CustomerTable img {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
}
#content #CustomerTable div {
  padding-top: 13px;
}
#content #CustomerTable div p {
  line-height: 24px;
}
#content #CustomerTable div p strong {
  font-size: 14pt;
  color: #0789c7;
}
#content #Feedback {
  position: absolute;
  height: 454px;
  width: 100%;
  margin-top: -600px;
  padding: 146px 0 0 0;
  background: url(../images/fkly.jpg) center 65px no-repeat;
  background-color: #f8f8f8;
}
#content #Feedback p {
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 15px;
}
#content #Feedback p span {
  font-size: 18px;
  color: red;
}
#content #Feedback img {
  float: left;
  margin-right: 30px;
}
#content #Feedback table {
  width: 590px;
}
#content #Feedback table tr td {
  padding: 0 10px  20px 0;
}
#content #Feedback table tr td input,
#content #Feedback table tr td textarea {
  border: none;
}
#content #Feedback table tr td div {
  height: 16px;
  padding: 12px 0 12px 18px;
  background-color: #ffffff;
}
#content #Feedback table tr td div input {
  width: 190px;
}
#content #Feedback table tr td div.bz {
  height: 76px;
}
#content #Feedback table tr td div.bz textarea {
  width: 530px;
  height: 50px;
}
#content #Feedback table tr td > input {
  width: 124px;
  height: 42px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
#content #Feedback table tr td input[type=submit] {
  color: #ffffff;
  background-color: #0789c7;
}
#content #Feedback table tr td input[type=res] {
  color: #333333;
  background-color: #dadada;
}
#pyy {
  background-color: #070707;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#productInfo {
  display: none;
  position: fixed;
  width: 980px;
  height: 670px;
  padding: 0 10px;
  margin: -335px 0 0 -500px;
  top: 50%;
  left: 50%;
  z-index: 9999;
  overflow: hidden;
}
#productInfo1 {
  width: 980px;
  padding: 10px;
  overflow: hidden;
  position:relative;
  margin:15px 0px;
  
}
#productInfo_top {
  padding-left: 13px;
}
#productInfo_top a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  height: 38px;
  padding: 0 15px;
  margin: 0 6px;
  text-align: center;
  line-height: 38px;
  vertical-align: top;
  background-color: #636363;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  /* Firefox */
  -webkit-border-radius: 5px 5px 0 0;
  /* Safari 和 Chrome */
  border-radius: 5px 5px 0 0;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
}
#productInfo_top a.current,
#productInfo_top a:hover {
  background-color: #00a4f2;
}
#productInfo_content {
  padding: 30px 17px;
  background-color: #fff;
  overflow: hidden;
  -moz-border-radius: 5px 5px 5px 5px;
  /* Firefox */
  -webkit-border-radius: 5px 5px 5px 5px;
  /* Safari 和 Chrome */
  border-radius: 5px 5px 5px 5px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  box-shadow:2px 2px 5px #DFDFDF;
}
#productInfo_content .item {
  position: relative;
}
#productInfo_content h3 {
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
#productInfo_content a.imgContainer,


#productInfo_content a.imgContainer {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/Watermark_cn.png) center no-repeat;
}
#productInfo_content a.imgContainer_en {
  background: url(../images/Watermark_en.png) center no-repeat;
}
#productInfo_content #param {
  float: right;
  width: 480px;
  color: #333;
}
#productInfo_content #param_top {
  margin-bottom: 35px;
  line-height: 24px;
  font-size: 14px;
}
#productInfo_content #param_top strong {
  color: #005ec6;
  font-size: 16px;
}
#productInfo_content #param_bottom h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#productInfo_content #param_bottom p {
  line-height: 24px;
  text-indent: 24px;
  font-size: 14px;
}
#productInfo_content_paraminfo {
  display: none;
  height: 470px;
}
#productInfo .btn {
  height: 36px;
  width: 36px;
  position: absolute;
}
#productInfo .close {
  right: -6px;
  top: 20px;
  background: url(../images/button.png) -22px -7px no-repeat;
}
#productInfo .left {
  display: none;
  left: 20px;
  top: 330px;
  background: url(../images/button.png) -58px -7px no-repeat;
}
#productInfo .right {
  display: none;
  right: 20px;
  top: 330px;
  background: url(../images/button.png) -92px -7px no-repeat;
}
#footer {
  height: 390px;
  background-color: #363636;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer_top {
  height: 238px;
  padding: 56px 0 45px 7px;
  overflow: hidden;
}
#footer_top > div {
  float: left;
}
#footer_top_map {
  width: 408px;
  height: 238px;
}
#footer_top_nav {
  width: 140px;
  height: 238px;
  margin: 0 38px 0 18px;
}
#footer_top_nav a {
  position: relative;
  display: block;
  width: 140px;
  height: 36px;
  margin-bottom: 2px;
  line-height: 36px;
  text-align: center;
  -moz-border-radius: 20px 20px 20px 20px;
  /* Firefox */
  -webkit-border-radius: 20px 20px 20px 20px;
  /* Safari 和 Chrome */
  border-radius: 20px 20px 20px 20px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #363636;
}
#footer_top_nav a:hover,
#footer_top_nav a.current {
  background-color: #0789c7;
}
#footer_top_other {
  width: 375px;
  padding: 10px 0px 0 0;
}
#footer_top_other #erweima {
  width: 117px;
  height: 121px;
  margin-right: 17px;
  float: left;
}
#footer_top_other p {
  margin-bottom: 16px;
  word-break: break-all;
  line-height: 25px;
}
#footer_top_other p span {
  font-size: 15px;
}
#footer_top_other #phone {
  width: 232px;
  height: 28px;
}
#footer_top_other #share {
  margin-top: 47px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
}
#footer_top_other #share span {
  font-size: 18px;
}
#footer_top_other #share a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  -moz-border-radius: 50% 50% 50% 50%;
  /* Firefox */
  -webkit-border-radius: 50% 50% 50% 50%;
  /* Safari 和 Chrome */
  border-radius: 50% 50% 50% 50%;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  width: 42px;
  height: 42px;
  padding: 0;
  margin-left: 13px;
  line-height: 42px;
  text-align: center;
  background: none;
  background-image: none;
  background-color: #0789c7;
}
#footer_top_other #share a:hover {
  text-decoration: none;
  opacity: 1;
}
#footer_copyright {
  height: 47px;
  border-top: 3px solid #2d2d2d;
  line-height: 47px;
  text-align: center;
  background-color: #232323;
}

/************************************************************************/
/*quick*/

#quick{width:100%;height:360px;margin:auto;overflow:hidden;padding:40px 0 30px 0;}

.quickContent{float:left;text-align:center;padding:80px 0;}

.quickContent dl{display:inline-block;margin:0 50px;text-align:center;}

.quickContent dl dt{margin-bottom:15px;}

.quickContent dl dd{font-size:20px;}

.quickContent dl dd.quickEn{font-size:12px;color:#999;}







#xiaoguo{overflow:hidden;width:100%}

#xiaoguo li{float:left;position:relative;z-index:1;width:200px;height:auto;overflow:hidden;margin-right:50px}

.zie{margin-top:20px;}

.zie a{font-size:20px;font-weight:normal;}

.zie a i{font-style:normal;color:#999;font-size:12px;}

#xiaoguo li img{text-align:center;display:block;margin:0 auto}

#xiaoguo li span{position:absolute;z-index:-1;left:0;top:0;width:100%;height:200px}

#xiaoguo li.f_top span{transform-origin:0 0;animation:enter1 .3s;z-index:1;-webkit-transform-origin:0 0;-webkit-animation:enter1 .3s}

#xiaoguo li.f_right span{transform-origin:100% 100%;animation:enter2 .3s;z-index:1;-webkit-transform-origin:100% 100%;-webkit-animation:enter2 .3s}

#xiaoguo li.f_bottom span{transform-origin:0 100%;animation:enter2 .3s;z-index:1;-webkit-transform-origin:0 100%;-webkit-animation:enter2 .3s}

#xiaoguo li.f_left span{transform-origin:0 100%;animation:enter1 .3s;z-index:1;-webkit-transform-origin:0 100%;-webkit-animation:enter1 .3s}

#xiaoguo li.t_top span{transform-origin:0 0;animation:leave1 .3s;-webkit-transform-origin:0 0;-webkit-animation:leave1 .3s}

#xiaoguo li.t_right span{transform-origin:100% 100%;animation:leave2 .3s;-webkit-transform-origin:100% 100%;-webkit-animation:leave2 .3s}

#xiaoguo li.t_bottom span{transform-origin:0 100%;animation:leave2 .3s;-webkit-transform-origin:0 100%;-webkit-animation:leave2 .3s}

#xiaoguo li.t_left span{transform-origin:0 100%;animation:leave1 .3s;-webkit-transform-origin:0 100%;-webkit-animation:leave1 .3s}

@keyframes enter1{0%{transform:rotate(-90deg)}

100%{transform:rotate(0)}

}

@keyframes enter2{0%{transform:rotate(90deg)}

100%{transform:rotate(0)}

}

@keyframes leave1{0%{transform:rotate(0);z-index:1}

100%{transform:rotate(-90deg);z-index:1}

}

@keyframes leave2{0%{transform:rotate(0);z-index:1}

100%{transform:rotate(90deg);z-index:1}

}

@-webkit-keyframes enter1{0%{-webkit-transform:rotate(-90deg)}

100%{-webkit-transform:rotate(0)}

}

@-webkit-keyframes enter2{0%{-webkit-transform:rotate(90deg)}

100%{-webkit-transform:rotate(0)}

}

@-webkit-keyframes leave1{0%{-webkit-transform:rotate(0);z-index:1}

100%{-webkit-transform:rotate(-90deg);z-index:1}

}

@-webkit-keyframes leave2{0%{-webkit-transform:rotate(0);z-index:1}

100%{-webkit-transform:rotate(90deg);z-index:1}

}
/************************************************************************/

.ypf{ position:fixed; right:1%; top:280px; width:75px; z-index:9999;}
.ypf li{ vertical-align:middle; margin-bottom:8px; position:relative;width:75px; height:75px; }
.ypf img{ vertical-align:middle;}
.ypf .ypf_1 a{ background:url(../Images/t1.png) no-repeat; display:block; width:75px; height:75px;}
.ypf .ypf_2 a{ background:url(../Images/t2.png) no-repeat; display:block; width:75px; height:75px;}
.ypf .ypf_3 a{ background:url(../Images/t3.png) no-repeat; display:block; width:75px; height:75px;}
.ypf .ypf_4 a{ background:url(../Images/t4.png) no-repeat; display:block; width:75px; height:75px;}
.ypf .ypf_1 a:hover{ background:url(../Images/t11.png) no-repeat; }
.ypf .ypf_2 a:hover{ background:url(../Images/t22.png) no-repeat;}
.ypf .ypf_3 a:hover{ background:url(../Images/t33.png) no-repeat; }
.ypf .ypf_4 a:hover{ background:url(../Images/t44.png) no-repeat;}
.ypf_3 .ew{ position:absolute; left:-120px;top:0px; display:none}
.ypf li.ypf_3:hover .ew{ display:block;}
.ypf_4 .ew{ position:absolute; left:-200px;top:0px; display:none}
.ypf li.ypf_4:hover .ew{ display:block;}




.menu-first {
	background: #f2f2f3;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 180px;
	float:left
}

.menu-first ul li {
	display: block
}

.menu-first ul li a {
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	display: block;
	
}

.menu-first ul li a:hover {
	text-decoration: none;
}

.menu-first ul li a.current,.menu-first ul li a.current:hover {
	background: #0187D0 url(../images/about_05.jpg) no-repeat scroll 90% center!important;
	color: #06c;
	border-bottom: solid 1px #FFF;
	font-weight:bold;transition: .2s;
}

.menu-first ul li.menu-none a {
	display: block;
	margin: 0 auto;	
	text-decoration: none;
	width: 145px;
	font-size:15px;transition: .2s;
	padding:10px 0px;padding-left: 35px;
}

.menu-first ul li.menu-none a:hover {
	text-decoration: none;
	color:#0187D0;
	font-size:15px;
	border-left: 4px solid #0187D0;
	
}

.menu-first ul li.menu-none a.current,.menu-first ul li.menu-none a.current:hover {
	color: #fff;border-left: 0px solid #0187D0;
}#content .right_content {
	float: right;
	width: 790px;
	font-size:15px;
	line-height:26px;
}
.info_nicecom {
	border-top:dashed 1px #e1e1e1;
	padding-top:10px;}
.info_nicecom img,.xx_txt img{
	max-width:900px;}
.right_content p{
	font-size:15px;
	line-height:26px;
	margin-bottom:10px;}
	
ul.showpic {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.showpic li {
	height:90px;
	width:105px;
	float:left
}
.format_spec{
	padding-top:10px;line-height:26px;font-size:13px;}
	.format_spec p{
		font-size:13px;
		margin:0;
		padding:0;
		line-height:26px;}
ul.showpic li img {
	height:66px;
	width:85px;
	border:1px solid #ccc;
	padding:0px;
	/*filter:alpha(opacity=80);
	opacity:0.8;*/
}
ul.showpic li:hover img {
	height:66px;
	width:85px;
	border:1px solid #0187D0;
	padding:0px;
	/*filter:alpha(opacity=100);
	opacity:1.0;*/
	transition: .5s;
	cursor:pointer;
}

.imghover1{
	/*filter:alpha(opacity=80);
	opacity:0.8;*/
	border:solid 1px #e1e1e1;
}
.imghover1:hover{
	/*filter:alpha(opacity=100);
	opacity:1.0;*/
	border:solid 1px #0187D0;
	transition: .5s;
}
.fy_left_content{ padding-bottom:50px; line-height:25px;}
.fy_left_box{padding-bottom:18px; border-bottom:dashed 1px #e1e1e1; margin-bottom:18px;}
.fy_left_box  h3{font-size:15px; margin:0; padding:0; padding-bottom:5px;color:#333}
.fy_left_box  h3 a{text-decoration:none; color:#333;}
.fy_left_box  h3 a:link{color:#333; font-size:15px; font-weight:bold;}
.fy_left_box  h3 a:visited{color:#333; }
.fy_left_box  h3 a:hover, .fy_left_box  h3 a:active, .fy_left_box  h3 a:focus{color:#0187D0; text-decoration:none;}
.fy_left_box  h2{ height:24px; line-height:24px; color:#b4b4b4; font-size:12px; font-weight:normal; margin:0; padding:0;}
.fy_left_box  p{ font-size:13px; line-height:22px; color:#6e6e6e;}
.fy_left_box .foot_more_p{ text-align:right; height:20px; line-height:20px;}
.fy_left_box .foot_more_p a{ color:#FF0000;}
.page_list{ height:24px; line-height:24px; padding-top:14px; color:#636363; text-align:right; border-top:1px solid #c5c5c5;}
.page_list p{ float:left; width:452px;}
.page_list span{ display:inline; float:left; background:url(../images/pagelist_by2.gif) center center no-repeat; margin-left:3px; text-align:center; }
.page_list span a{ display:block; width:55px; height:24px; text-align:center; line-height:24px; text-decoration:none;}
.page_list span a:link{color:#636363;}
.page_list span a:visited{color:#636363;}
.page_list span a:hover,.page_list span a:active, .page_list span a:focus{color:#fff;text-decoration:none; border-bottom:dashed 1px #e1e1e1;}

/*mfzq_xx*/
.xx_title{ line-height:28px; text-align:center; background:url(../images/certer_border_01.gif) left bottom repeat-x;
padding-bottom:20px;}
.xx_title h1{ font-size:20px; font-family:"微软雅黑"; font-weight:normal;}
.xx_time{ height:30px; line-height:30px; text-align:center; color:#969696; background:url(../images/certer_border_01.gif) left bottom repeat-x; padding-bottom:10px;}
.xx_time span{display:inline-block;}
.xx_txt{ font-size:14px; line-height:25px; padding:0px 15px; color:#505050; border-bottom:0px solid #c5c5c5;}
.xx_txt p{
	padding-bottom:5px;font-size:14px; line-height:25px;}
#xx_pqge_list{ position:relative; border-top:0px; }
.jiathis_style_24x24{ position:absolute; left:0px;}
.jiathis_style_24x24 a{ float:left; margin:0; padding:0; width:30px;}
.bigpic{
	width:440px;
	float:right;}
.showpic{
	height:90px;
	width:110px;
	float:left;
	margin-top:10px;
}

.showpic img {
	height:72px;
	width:96px;
	border:1px solid #ccc;
	padding:0px;
	/*filter:alpha(opacity=80);
	opacity:0.8;*/
}
.showpic:hover img {
	height:72px;
	width:96px;
	border:1px solid #0187D0;
	padding:0px;
	/*filter:alpha(opacity=100);
	opacity:1.0;*/
	transition: .5s;
	cursor:pointer;
}
#content #products_menu0 {
  text-align: center;
  padding-top:15px;
}
#content #products_menu0 a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-spacing: 0;
  min-width: 85px;
  padding: 0 20px;
  height: 43px;
  margin: 0 12px;
  -moz-border-radius: 15px 0px 15px 0px;
  /* Firefox */
  -webkit-border-radius: 15px 0px 15px 0px;
  /* Safari 和 Chrome */
  border-radius: 15px 0px 15px 0px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  behavior: url(PIE.htc);
  background-color: #ccc;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#content #products_menu0 a:hover,
#content #products_menu0 a.current {
  background-color: #0187D0;
}

.jiage_search{
	width:100%;
	clear:both;
	background:#f2f2f2;
	margin-bottom:15px;}
.jiage_search .bt {
    height: 90px;
    line-height: 90px;
    text-indent: 47px;
    font-size: 14px;
    color: #666;
    float: left;
    width: 106px;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: hidden;
	border-bottom:solid 2px #fff;
}
.jiage_search ul.cc{
	margin:0;
	padding:0;
	list-style:none;}
.jiage_search ul.cc li a{
    height: 26px;
    line-height: 26px;
    background-color: #e5e5e5;
    text-align: center;
    color: #666;
    padding: 0 20px;
    float: left;
    margin: 10px 12px 5px 0;
    font-size: 12px;
    cursor: pointer;
}
.jiage_search ul.cc li a:hover{
    height: 26px;
    line-height: 26px;
    background-color: #0789C7;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    float: left;
    margin: 10px 12px 5px 0;
    font-size: 12px;
    cursor: pointer;
}
.jiage_search ul.cc li a.selected{
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    float: left;
    margin: 10px 12px 5px 0;
    font-size: 12px;
    cursor: pointer;
	background:url(../images/gou.png) #0789C7 no-repeat 2px center;
}