@charset "utf-8";
/*!
* under MIT license
*/
/* 
 * buttons
*/
.btn {
  background-color: #034c98;
  color: #fff;
  padding: 7px 8px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  box-shadow: 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.05);
  outline: none;
}
.btn-navy {
  background-color: #001f3f;
}
.btn-blue {
  background-color: #034c98;
}
.btn-aqua {
  background-color: #7fdbff;
}
.btn-teal {
  background-color: #39cccc;
}
.btn-olive {
  background-color: #3d9970;
}
.btn-green {
  background-color: #00895d;
}
.btn-lime {
  background-color: #01ff70;
}
.btn-yellow {
  background-color: #ffdc00;
}
.btn-orange {
  background-color: #ff851b;
}
.btn-red {
  background-color: #ff4136;
}
.btn-fuchsia {
  background-color: #f012be;
}
.btn-purple {
  background-color: #b10dc9;
}
.btn-maroon {
  background-color: #85144b;
}
.btn-white {
  background-color: #ffffff;
}
.btn-gray {
  background-color: #aaaaaa;
}
.btn-silver {
  background-color: #dddddd;
}
.btn-black {
  background-color: #111111;
}
.btn-white,
.btn-silver {
  color: #111111;
  text-shadow: none;
}
/*!**
   colors.css v1.0
   http://clrs.cc
   @mrmrs
   MIT License
***/
/*

   SKINS
   • Backgrounds
   • Colors
*/
/* Backgrounds */
.bg-navy {
  background-color: #001f3f;
}
.bg-blue {
  background-color: #1c3d6e;
}
.bg-aqua {
  background-color: #7fdbff;
}
.bg-teal {
  background-color: #39cccc;
}
.bg-olive {
  background-color: #3d9970;
}
.bg-green {
  background-color: #456949;
}
.bg-cyan {
  background-color: #bef1c7;
}
.bg-lime {
  background-color: #01ff70;
}
.bg-yellow {
  background-color: #ffe100;
}
.bg-orange {
  background-color: #ff851b;
}
.bg-red {
  background-color: #ff4136;
}
.bg-fuchsia {
  background-color: #f012be;
}
.bg-purple {
  background-color: #ac386b;
}
.bg-maroon {
  background-color: #85144b;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #686868;
}
.bg-silver {
  background-color: #dddddd;
}
.bg-black {
  background-color: #070707;
}
.bg-grey {
  background: #e7e6e6;
}
/* Colors */
.navy {
  color: #001f3f;
}
.blue {
  color: #1c3d6e;
}
.aqua {
  color: #7fdbff;
}
.teal {
  color: #39cccc;
}
.olive {
  color: #3d9970;
}
.green {
  color: #00895d;
}
.light-green {
  color: #35ba8d;
}
.lime {
  color: #01ff70;
}
.yellow {
  color: #b56d05;
}
.orange {
  color: #ff851b;
}
.red {
  color: #e00404;
}
.fuchsia {
  color: #f012be;
}
.purple {
  color: #cf48e3;
}
.maroon {
  color: #85144b;
}
.white {
  color: #fff;
}
.silver {
  color: #dddddd;
}
.gray {
  color: #4d4d4d;
}
.black {
  color: #222c2e;
}
.grey {
  color: #4d4d4d;
}
.brown {
  color: #5e412e;
}
.block-blue {
  color: #185b89;
}
/* Prettier Links */
a {
  text-decoration: none;
  color: #000;
}
/*!
* by zhangxinxu(.com) 2010-?
* base on [https://github.com/zhangxinxu/zxx.lib.css]
*/
/* ---------------------single CSS----------------------- */
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
/* height */
.h14 {
  height: 14px;
}
.h16 {
  height: 16px;
}
.h18 {
  height: 18px;
}
.h20 {
  height: 20px;
}
.h22 {
  height: 22px;
}
.h24 {
  height: 24px;
}
.h30 {
  height: 30px;
}
.h100 {
  height: 100%;
}
/* width */
/* fixed width value */
.w20 {
  width: 20px;
}
.w50 {
  width: 50px;
}
.w70 {
  width: 70px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w140 {
  width: 140px;
}
.w160 {
  width: 160px;
}
.w180 {
  width: 180px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w250 {
  width: 250px;
}
.w280 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w320 {
  width: 320px;
}
.w360 {
  width: 360px;
}
.w400 {
  width: 400px;
}
.w460 {
  width: 460px;
}
.w530 {
  width: 530px;
}
.w600 {
  width: 600px;
}
.w640 {
  width: 640px;
}
.w700 {
  width: 700px;
}
.w1008 {
  width: 1008px;
}
/* percent width value */
.pct10 {
  width: 10%;
}
.pct13 {
  width: 13%;
}
.pct20 {
  width: 20%;
}
.pct25 {
  width: 25%;
}
.pct30 {
  width: 30%;
}
.pct33 {
  width: 33.3%;
}
.pct40 {
  width: 40%;
}
.pct50 {
  width: 50%;
}
.pct60 {
  width: 60%;
}
.pct66 {
  width: 66.6%;
}
.pct70 {
  width: 70%;
}
.pct75 {
  width: 75%;
}
.pct80 {
  width: 80%;
}
.pct90 {
  width: 90%;
}
.pct100 {
  width: 100%;
}
/* line-height */
.lh14 {
  line-height: 14px;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh30 {
  line-height: 30px;
}
.lh40 {
  line-height: 40px;
}
.lh150 {
  line-height: 150%;
}
/* margin */
.m0 {
  margin: 0;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
/* margin negative */
.ml-1 {
  margin-left: -1px;
}
.mr-1 {
  margin-right: -1px;
}
.mt-1 {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: -1px;
}
.ml-3 {
  margin-left: -3px;
}
.mr-3 {
  margin-right: -3px;
}
.mt-3 {
  margin-top: -3px;
}
.mb-3 {
  margin-bottom: -3px;
}
.ml-20 {
  margin-left: -20px;
}
.mr-20 {
  margin-right: -20px;
}
.mt-20 {
  margin-top: -20px;
}
.mb-20 {
  margin-bottom: -20px;
}
/* padding */
.p0 {
  padding: 0;
}
.p1 {
  padding: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.p2 {
  padding: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl5 {
  padding-left: 5px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
/* border-color name rule:  border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/
.bda {
  border: 1px solid #d3d3d3;
}
.bdf {
  border: 1px solid #fff;
}
.blc {
  border-left: 1px solid #ccc;
}
.brc {
  border-right: 1px solid #ccc;
}
.btc {
  border-top: 1px solid #ccc;
}
.bbc {
  border-bottom: 1px solid #ccc;
}
.bdd {
  border: 1px solid #dedede;
}
.bld {
  border-left: 1px solid #ddd;
}
.brd {
  border-right: 1px solid #ddd;
}
.btd {
  border-top: 1px solid #ddd;
}
.bbd {
  border-bottom: 1px solid #ddd;
}
.bde {
  border: 1px solid #ededed;
}
.ble {
  border-left: 1px solid #eee;
}
.bre {
  border-right: 1px solid #eee;
}
.bte {
  border-top: 1px solid #eee;
}
.bbe {
  border-bottom: 1px solid #eee;
}
/* background-color name rule:  bg - (key word/Hex color) |-> All colors are safe color */
.bgfb {
  background-color: #fbfbfb;
}
.bgf5 {
  background-color: #f5f5f5;
}
.bgf0 {
  background-color: #f0f0f0;
}
.bgeb {
  background-color: #ebebeb;
}
.bge0 {
  background-color: #e0e0e0;
}
/* safe color */
.g0 {
  color: #000;
}
.g3 {
  color: #333;
}
.g6 {
  color: #666;
}
.g9 {
  color: #999;
}
.gc {
  color: #ccc;
}
/*  */
.f0 {
  font-size: 0;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
.f50 {
  font-size: 50px;
}
.f100 {
  font-size: 100%;
}
/* font-family */
.fa {
  font-family: Arial;
}
.ft {
  font-family: Tahoma;
}
.fv {
  font-family: Verdana;
}
.fs {
  font-family: Simsun;
}
.fl {
  font-family: 'Lucida Console';
}
.fw {
  font-family: 'Microsoft Yahei';
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* text-decoration */
.tdl {
  text-decoration: underline;
}
.tdn,
.tdn:hover,
.tdn a:hover,
a.tdl:hover {
  text-decoration: none;
}
/* letter-spacing */
.lt-1 {
  letter-spacing: -1px;
}
.lt0 {
  letter-spacing: 0;
}
.lt1 {
  letter-spacing: 1px;
}
/* white-space */
.nowrap {
  white-space: nowrap;
}
/* word-wrap */
.bk {
  word-wrap: break-word;
}
/* vertical-align */
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
/* float */
.l {
  float: left;
}
.r {
  float: right;
}
/* clear */
.cl {
  clear: both;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/*z-index*/
.zx1 {
  z-index: 1;
}
.zx2 {
  z-index: 2;
}
/* cursor */
.poi {
  cursor: pointer;
}
.def {
  cursor: default;
}
/* overflow */
.ovh {
  overflow: hidden;
}
.ova {
  overflow: auto;
}
/* visibility */
.vh {
  visibility: hidden;
}
.vv {
  visibility: visible;
}
/* zoom */
.z {
  *zoom: 1;
}
/* ------------------- multiply CSS ------------------ */
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* 清除浮 动*/
.fix {
  *zoom: 1;
}
.fix:after {
  display: table;
  content: '';
  clear: both;
}
/* 基于display: table-cell的自适应布局 */
.cell {
  display: table-cell;
  *display: inline-block;
  width: 2000px;
  *width: auto;
}
/* 双栏自适应cell部分连续英文字符换行 */
.cell-bk {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
/* 单行文字溢出虚点显示*/
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* css3过渡动画效果 */
.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib-vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* 加载中背景图片 - 如果您使用该CSS小库，务必修改此图片地址 */
.loading {
  background: url() no-repeat center;
}
/* 无框文本框文本域 */
.bd-none {
  border: 0;
  outline: none;
}
/* 绝对定位隐藏 */
.abs-out {
  position: absolute;
  left: -999em;
  top: -999em;
}
.abs-clip {
  position: absolute;
  clip: rect(0 0 0 0);
}
/*inline-block与float等宽列表*/
.inline-box {
  font-size: 1em;
  letter-spacing: -0.25em;
  font-family: Arial;
}
.inline-two,
.inline-three,
.inline-four,
.inline-five,
.inline-six,
.inline-any {
  display: inline-block;
  *display: inline;
  letter-spacing: 0;
  vertical-align: top;
  *zoom: 1;
}
.float-two,
.float-three,
.float-four,
.float-five,
.float-six {
  float: left;
}
.inline-two,
.float-two {
  width: 49.9%;
}
.inline-three,
.float-three {
  width: 33.3%;
}
.inline-four,
.float-four {
  width: 24.9%;
}
.inline-five,
.float-five {
  width: 19.9%;
}
.inline-six,
.float-six {
  width: 16.6%;
}
.inline-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.ib {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
}
.window {
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.document {
  width: 1024px;
  margin: 0 auto;
}
.cover {
  left: 0;
  top: 0;
  position: absolute;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  font: 12px Arial, '微软雅黑';
  text-decoration: none;
}
img,
hr,
a {
  border: 0;
}
h1,
h2 {
  margin: 0;
  padding: 0;
}
.pb50 {
  padding-bottom: 50px;
}
.bg {
  background: #000000 url(../images/bg.jpg) center center no-repeat;
}
.z-index {
  z-index: -1;
}
#kinMaxShow {
  visibility: hidden;
  width: 100%;
  height: 399px;
  overflow: hidden;
}
/*导航*/
.head {
  background: url(../images/bg.jpg) center center no-repeat;
  min-height: 400px;
  z-index: 9999;
}
.header {
  background-color: #070707;
  position: relative;
  z-index: 1;
}
.bbo {
  border-bottom: 6px solid #f38222;
}
.btb {
  border-top: 4px solid #585858;
}
.ovx {
  overflow-x: hidden;
}
.nav {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.nav h1 {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 10%;
}
.nav h1[class="white"] {
  width: 200px;
  height: 30px;
  position: absolute;
  right: -5%;
  top: 23px;
  font-size: 14px;
  background: url(../images/nav_bg.png) center bottom no-repeat;
  color: #d4d3d3;
}
.nav h1 a {
  color: #fff;
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  line-height: 63px;
  position: relative;
  z-index: 5;
  font-size: 14px;
}
.nav h1 a:hover {
  *background: white;
  background: white;
  color: #191512;
  /*
                &:before{
                    content:''; width: 46%; height: 0; border-bottom: 63px solid @grey; border-left: 2em solid transparent; position: absolute; left: 0; bottom: 0; z-index: -999;
                }
                &:after{
                    content:''; width: 0em; height: 0; border-bottom: 63px solid transparent; border-left: 2em solid @grey; position: absolute; right: 0; bottom: 0;z-index: -999;
                }
                */
}
.nav h1 ul {
  position: absolute;
  top: 63px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  width: 200%;
  margin-left: -20%;
  z-index: 9999;
}
.nav h1 ul li {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  height: 37px;
  margin-right: 35%;
}
.nav h1 ul li a {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  line-height: 37px;
  position: static;
  width: 75px;
}
.nav h1 ul li a:hover {
  background: transparent;
  color: white;
  text-decoration: underline;
}
.lang a {
  color: #fff;
  font-size: 14px;
}
.lang a:hover {
  text-decoration: underline;
}
.logo {
  width: 165px;
  padding: 0px 0 10px 0;
  height: auto;
  margin: -20px 0px 0 10%;
}
.logo2 {
  width: 165px;
  padding: 0px 20px 10px 20px;
  height: auto;
  margin-top: -20px;
}
/*/导航*/
/*首页*/
.home_slide {
  background: url(../images/slide.jpg) center center no-repeat;
  width: 100%;
  display: table;
}
.content {
  left: 0;
  bottom: 0;
  width: 100%;
}
.content hr {
  border-top: 1px solid  #c8c8c7;
  height: 1px;
  background-color: #d3d3d3;
  border-bottom: 12px solid #fff;
}
.content h2 {
  background: url(../images/dir.png) left center no-repeat;
  padding: 12px 0 12px 20px;
  font-size: 20px;
}
.content a {
  color: inherit;
  font-size: 20px;
}
.content a:hover {
  text-decoration: underline;
}
.show {
  position: relative;
  top: -12px;
  height: 0;
}
.show .show_img {
  height: 25px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .show_img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home_news {
  margin-bottom: 10px;
}
.home_news h3 {
  float: left;
  width: 60px;
  height: 60px;
  background: #c7c7c7;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 10px;
}
.home_news h3 span {
  font-size: 40px;
}
.content_new {
  width: 30%;
  float: left;
  margin-left: 4%;
}
.home_news_list {
  display: table-cell;
  *display: inline-block;
  width: 2000px;
  *width: auto;
}
.home_news_list h4 {
  line-height: 30px;
  font-size: 16px;
}
.content_honor {
  width: 27%;
  float: left;
  margin-left: 4%;
}
.slide {
  display: block;
  width: 335px;
  height: 150px;
}
.slide .left_btn {
  width: 11px;
  height: 11px;
  top: 60px;
  cursor: pointer;
}
.slide .left_btn img {
  display: list-item;
}
.slide .slide_left {
  background: url(../images/dir2.png) left center no-repeat;
  width: 11px;
  height: 11px;
  top: 60px;
  cursor: pointer;
  left: 0;
  margin-left: -15px;
}
.slide .slide_left img {
  display: list-item;
}
.slide .slide_right {
  background: url(../images/dir.png) right center no-repeat;
  width: 11px;
  height: 11px;
  top: 60px;
  cursor: pointer;
  right: 0;
  margin-right: -35px;
}
.slide .slide_right img {
  display: list-item;
}
.slide #Solution {
  width: 335px;
  height: 150px;
  overflow: hidden;
  display: block;
  position: relative;
}
.slide #Solution dd {
  float: left;
  margin-left: 8px;
  font-size: 0;
  width: 109px;
  z-index: 999;
}
.slide #Solution dd img {
  width: 100%;
}
.slide #Solution dd:first-child {
  margin-left: 10px;
}
.CEO {
  width: 27%;
  float: left;
  margin-left: 4%;
}
.CEO .CEO_pic {
  border: 3px solid #fff;
}
.CEO h3 span {
  padding: 5px 0;
}
/*/首页*/
/*内页*/
.inside_page {
  background: url(../images/bg.jpg) top center repeat-x;
  font-size: 12px;
  min-height: 600px;
  z-index: 0;
  position: relative;
}
.inside_page hr {
  border-left-width: 55px;
  border-right-width: 55px;
  height: 2px;
  background-color: #d7d7d7;
  border-color: #a5a5a5;
  display: block;
}
.inside_header {
  padding-top: 8px;
  padding-bottom: 12px;
}
.search [name="skey"] {
  border-style: inset;
  *width: 230px;
  font-size: 13px;
  padding-left: 20px;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  border-radius: 5px;
  width: 200px;
}
.search .search_btn {
  background: url(../images/btn.jpg) center center no-repeat;
  margin: 0px 0 0px -30px;
  width: 12px;
  height: 15px;
  padding: 8px;
  vertical-align: middle;
  cursor: pointer;
  *vertical-align: middle;
  border: 0;
}
.inside_nav {
  width: 227px;
}
.inside_nav h2 {
  width: 207px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  background: url(../images/title_bg.png) left center repeat-x;
  position: relative;
}
.inside_nav h2 .left {
  background: url(../images/tileft.jpg) no-repeat;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
}
.inside_nav h2 .right {
  background: url(../images/tiright.jpg) no-repeat;
  display: block;
  width: 4px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.inside_nav ul {
  border: 1px solid #dddddd;
  border-top: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.inside_nav ul a {
  line-height: 28px;
  background: url(../images/icon.png) left center no-repeat;
  padding-left: 20px;
  display: block;
}
.inside_nav ul a:hover {
  background: url(../images/icon2.png) left center no-repeat;
}
.inside_nav .mt5 {
  background: url(../images/contact.jpg) center center no-repeat;
  width: 100%;
  height: 108px;
  overflow: hidden;
  display: block;
}
.inside_nav .mt5 span {
  display: block;
  color: #fff;
  width: 155px;
  padding: 30px 0 0 60px;
}
.line {
  border-top: 1px solid #2a2a2a;
  height: 5px;
  background: #191919;
}
.bottom p {
  text-align: center;
  line-height: 25px;
}
.con_list {
  padding: 20px 0 20px 50px;
  margin-left: 232px;
}
.con_list p {
  line-height: 30px;
  font-size: 14px;
}
.con_list p:first-line {
  font-size: 18px;
  font-weight: bold;
}
.login_web {
  padding: 70px 0;
}
/*/内页*/
/*关于我们*/
.about {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  margin-left: 5px;
}
.about div[class="us"] p {
  line-height: 40px;
  text-indent: 2em;
  padding: 0 0 1em 0;
}
.about p {
  font-size: 14px;
  line-height: 40px;
  text-indent: 2em;
}
.about .honor {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  width: 33%;
}
.about .honor li {
  margin: 0 10px 10px 0;
}
.about .honor2 {
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  width: 24%;
}
.about .honor2 li {
  margin: 0 10px 10px 0;
}
.about img {
  display: list-item;
}
.about_list {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.about_list p {
  line-height: 30px;
  text-indent: 2em;
}
/*/关于我们*/
/*产品中心*/
.pro_list {
  margin-left: 232px;
}
.pro_list .pro_box {
  width: 250px;
  margin-left: 5px;
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  font-size: 0;
}
.pro_list .pro_box img {
  width: 100%;
}
.pro_list .pro_box span {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.pro_list_tag {
  margin-left: 1%;
}
.pro_list_tag dl {
  margin-right: 0%;
  display: inline-block;
  *position: relative;
  *display: inline;
  *zoom: 1;
  width: 24.5%;
}
.pro_list_tag dd img {
  width: 100%;
}
.pro_list_tag dd a {
  border: 5px solid #d2d2d2;
  font-size: 0;
  display: block;
  width: 90%;
}
.pro_list_tag dd a:hover {
  border: 5px solid #b56d05;
}
.pro_list_tag dt {
  text-align: center;
  line-height: 30px;
}
.pro_detail {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pro_detail [alt="pro_image"] {
  display: list-item;
  text-align: center;
}
.pro_detail .paramenter {
  padding-top: 10%;
  width: 20%;
}
.pro_detail .paramenter h3 {
  line-height: 2em;
  font-size: 1.8em;
}
.pro_detail .paramenter p {
  line-height: 2em;
  font-size: 1em;
}
.pro_detail img {
  width: 100%;
}
/*/产品中心*/
/*新闻中心*/
.news_page {
  background: url(../images/news.jpg) center center no-repeat;
}
.news_list {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.news_list ul {
  border-bottom: 1px dotted #000;
  overflow: hidden;
}
.news_list li {
  line-height: 2.5em;
}
.news_list li a:hover {
  color: #585858;
}
.news_list li[class="l"]:before {
  content: ">>";
  font-family: "宋体";
  padding-right: 1em;
}
.news_list:after {
  clear: both;
}
.news_detail {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.news_detail h2 {
  line-height: 50px;
}
.news_detail p {
  text-indent: 2em;
}
/*/新闻中心*/
/*分页*/
.badoo {
  padding: 15px 0px;
  color: #48b9ef;
  TEXT-ALIGN: center;
  height: 30px;
}
.badoo a {
  border: #d2d2d2 1px solid;
  padding: 2px 5px;
  margin: 0px 2px;
  color: #000;
}
.badoo a:hover {
  border: #603b05 1px solid;
  color: #fff;
  background: #0a6dca;
}
.badoo span {
  padding: 2px 5px;
  border: #aaa 1px solid;
  color: #222c2e;
  background: #e7e6e6;
  margin: 0 2px;
}
.badoo span .current {
  font-weight: bold;
  border: #603b05 1px solid;
  color: #222c2e;
  background: #e7e6e6;
}
.product_page {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  height: 30px;
}
.product_page ul {
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
  width: 220px;
}
.product_page li {
  line-height: 30px;
  float: left;
  text-align: center;
  width: 70px;
  margin-left: 0;
}
.product_page a {
  font-size: 14px;
}
.product_page :hover {
  text-decoration: underline;
  color: #585858;
}
/*/分页*/
/*订单*/
.msg {
  padding: 20px 0 20px 20px;
}
.msg dl {
  height: 40px;
  display: block;
  vertical-align: bottom;
  padding: 0;
}
.msg dl.feedback {
  min-height: 150px;
}
.msg dd {
  float: left;
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  line-height: 20px;
}
.msg dt {
  vertical-align: top;
  float: left;
  line-height: 20px;
}
.msg dt .verification {
  width: 60px;
}
.msg span {
  padding-left: 5px;
  color: red;
}
.msg input {
  height: 20px;
}
.msg input.btn {
  margin-left: 70px;
  margin-top: 10px;
  height: 30px;
  cursor: pointer;
}
.msg input:focus {
  border: 1px solid #585858;
}
.msg #content {
  height: 135px;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.msg #content:focus {
  border: 1px solid #585858;
}
.order tr {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
}
.order .input {
  border: 1px solid #d3d3d3;
}
/*/订单*/
/*注册*/
.login {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  border: 1px solid #d3d3d3;
}
.login h2 {
  background: url(../images/form_head.png) center -15px repeat-x;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.login ul {
  height: 20px;
  vertical-align: middle;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.login ul li {
  float: left;
  font-size: 14px;
  width: 30%;
  line-height: 20px;
}
.login ul input {
  border: 1px solid #d3d3d3;
  line-height: 20px;
}
.login ul input[name="dl"] {
  font-size: 16px;
  background: black;
  color: #fff;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 70px;
}
.login ul input[name="dl"]:hover {
  background: #e7e6e6;
}
.login ul input[id="verifycode"] {
  width: 70px;
}
.login ul select {
  border: 1px solid #d3d3d3;
  line-height: 20px;
}
.login ul:first-child {
  padding-top: 20px;
}
/*/注册*/
.lanren {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 9999;
}
.lanren .slide_min {
  width: 28px;
  height: 112px;
  background: url(../images/slide_min.jpg) no-repeat;
  cursor: pointer;
}
.lanren .slide_box {
  width: 154px;
  height: auto;
  overflow: hidden;
  background: url(../images/slide_box_bg.jpg) repeat-y;
  font-size: 12px;
  text-align: center;
  line-height: 130%;
  color: #666;
  border-bottom: 2px solid #1d4a8c;
}
.lanren .slide_box .weixin {
  margin-bottom: 5px;
}
.lanren .slide_box img {
  cursor: pointer;
}
.lanren .slide_box p {
  text-align: center;
  padding: 5px;
  margin: 5px;
  border-bottom: 1px solid #ddd;
}
.lanren .slide_box p a {
  display: block;
  padding-bottom: 10px;
}
.lanren .slide_box span {
  padding: 5px 10px;
  display: block;
}
.lanren .slide_box span a {
  color: #1d4a8c;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
