/*================== 
 * @authors Adrian 
 * @date    2015-5-19 12:40:20
 * @version 
 ===================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.bd, .col-r, .menu-3, .proc-item, .fb-ipt, .fb-ta {
  border: 1px solid #d9d9d9;
}

.bd-r, .foot, .search-btn, .nav li, .quot-form-l .quot-form-label {
  border-right: 1px solid #d9d9d9;
}

.bd-l, .foot, .col-l-m, .quot-form-item-deadline .quot-form-label, .quot-form-r, .pro-cate-table th, .pro-cate-table td, .pro-instr {
  border-left: 1px solid #d9d9d9;
}

.bd-t, .col-l-m, .menu-2 > li {
  border-top: 1px solid #d9d9d9;
}

.bd-b, .foot, .col-l-m, .lang, .search, .title, .menu-1 > li, .menu-3 h5, .nav, .quot-form-l li, .quot-form-r, .quot-form-r h5, .pro-cate-table th, .pro-cate-table td,  .proi-hd, .proins-hd {
  border-bottom: 1px solid #d9d9d9;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  background: url("../images/bg.jpg") repeat;
  font-family: "SimSun","Arial","sans-serif";
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.col-l {
  float: left;
  margin-top: 3px;
  width: 291px;
  line-height: 35px;
}

.col-r {
  float: right;
  margin-top: 3px;
  width: 909px;
  background-color: #f4f4f4;
  overflow: hidden;
  height: 894px;
}

.logo {
  height: 65px;
}
.logo a {
  height: 56px;
  display: block;
  background: url("../images/sprite_1.png") 0 2px no-repeat;
  padding-top: 2px;
  text-indent: 9999em;
  overflow: hidden;
}

.foot {
  clear: both;
  line-height: 48px;
  text-align: center;
  background-color: #f4f4f4;
  margin-bottom: 10px;
}

.lang {
  background-color: #eaeaea;
  height: 36px;
}
.lang-img {
  width: 75.52%;
  height: 35px;
  background: url("../images/sprite_1.png") -63px -54px no-repeat;
  float: right;
}

.lang-btn {
  text-align: center;
  display: block;
  float: left;
  width: 24.48%;
  line-height: 12px;
  padding-top: 4px;
}
.lang-btn i {
  width: 21px;
  height: 14px;
  display: block;
  margin: 0 auto;
  background: url("../images/sprite_1.png") -4px -59px no-repeat;
}
.lang-btn span {
  font-size: 12px;
  font-family: "Microsoft Yahei";
}

.search {
  height: 36px;
  background-color: #fff;
}
.search-btn {
  border: none;
  height: 35px;
  width: 71px;
  float: left;
  background-color: #eaeaea;
  font-size: 16px;
  cursor: pointer;
}

.search-ipt {
  padding: 4px;
  border: none;
  outline: none;
  margin-left: 4px;
}

.title {
  background-color: #eaeaea;
  font-size: 16px;
  text-indent: 39px;
  font-weight: bold;
}
.title a{
  background-color: #eaeaea;
  font-size: 16px;
  text-indent: 39px;
  font-weight: bold;
}
.title a:hover{
 color:rgb(91, 136, 220)
}

.menu {
  position: relative;
  z-index: 29;
}
.menu a {
  display: block;
}
.menu ul li  a:hover{   color: #fff;
  background: #5b88dc url("../images/arr.png") 260px center no-repeat;}
.menu ul li ul li  a:hover{ color:#ffffff; background-color:#5b88dc;}
.menu-1 {
  background-color: #f4f4f4;
}
.menu-1 > li > a {
  font-size: 14px;
  text-indent: 39px;
}
.menu-1 > li.active > a, .menu-1 > li.current > a {
  color: #fff;
  background: #5b88dc url("../images/arr.png") 260px center no-repeat;
}
.menu-1 > li.current .menu-2 {
  display: block;
}
.menu-1 > li.last {
  border: none;
}

.menu-2 {
  background-color: #f9f9f9;
  display: none;
}
.menu-2 > li > a {
  font-size: 14px;
  text-indent: 68px;
}
.menu-2 > li.current > a {
  background: #5b88dc url("../images/arr.png") 260px center no-repeat;
  color: #fff;
}

.menu-3 {
  position: absolute;
  padding: 10px 25px;
  position: absolute;
  left: 0px;
  background: url("../images/bg_1.png") repeat;
  width: 231px;
}
.menu-3.open {
  left: 290px;
}
.menu-3 h5 {
  line-height: 39px;
  height: 40px;
  text-indent: 4px;
  font-size: 14px;
}
.menu-3 ul {
  margin: 10px 0;
}
.menu-3 ul li a {
  line-height: 25px;
  font-size: 12px;
  text-indent: 3px;
}
.menu-3 ul li a:hover {
  color: #fff;
  background-color: #5b88dc;
}

.menu-expand {
  position: absolute;
  width: 290px;
  height: 730px;
  z-index: 59;
  top: -1px;
  left: 0px;
}

.jspDrag {
  background-color: #80808D;
}

.scroll-pane-1 {
  position: relative;
  z-index: 69;
  background-color: #f4f4f4;
}
.scroll-pane-1 .jspVerticalBar {
  left: 0;
  width: 10px;
}
.scroll-pane-1 .jspPane {
  margin-left: 0px !important;
  width: 290px !important;
}

.scroll-pane-2 {
  width: 206px !important;
}
.scroll-pane-2 .jspContainer {
  width: 206px !important;
}
.scroll-pane-2 .jspVerticalBar {
  width: 10px;
  right: 10px;
}
.scroll-pane-2 .jspPane {
  width: 181px !important;
}

.scroll-pane-4 .jspVerticalBar {
  width: 10px;
  right: 0px;
}

.nav {
  *zoom: 1;
  background-color: #eaeaea;
}
.nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav li {
  float: left;
  width: 14.285%;
}
.nav li a {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.nav li a:hover {
  color: #5b88dc;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.nav li.last {
  border: none;
}

.hd {
  line-height: 36px;
  height: 36px;
  padding: 0 33px 0 30px;
}
.hd h2 {
  float: left;
  font-size: 14px;
}
.hd h2 i {
  width: 9px;
  height: 9px;
  float: left;
  background: url("../images/sprite_1.png") -54px -54px no-repeat;
  margin: 13px 12px 0 0;
}

.crumb {
  float: right;
  font-size: 12px;
  color: #000;
}
.crumb a {
  color: #0151a3;
}
.crumb i {
  width: 12px;
  height: 10px;
  float: left;
  margin: 11px 12px 0 0;
  background: url("../images/sprite_1.png") -51px -63px no-repeat;
  margin: 12px 12px 0 0;
}
.crumb span {
  margin: 0 3px;
  color: #0151a3;
}

.cont {
  *zoom: 1;
}
.cont:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.proc-cont {
  padding-left: 30px;
  height: 786px;
}

.proc-item {
  float: left;
  background-color: #fff;
  width: 157px;
  text-align: center;
  margin: 0 16px 10px 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.proc-item span {
  line-height: 38px;
  font-size: 12px;
}
.proc-item img {
  width: 155px;
  height: 147px;
}
.proc-item:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.quot-form {
  *zoom: 1;
  position: relative;
  width: 908px;
}
.quot-form:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.quot-form-l {
  float: left;
  width: 517px;
  font-size: 12px;
}
.quot-form-l li {
  line-height: 35px;
  height: 36px;
  background-color: #fff;
}
.quot-form-l .quot-form-label {
  float: left;
  width: 129px;
  text-align: center;
}
.quot-form-l .quot-form-ipt {
  width: 388px;
  float: left;
  border: none;
  height: 31px;
  padding: 4px 6px;
  outline: none;
  margin: 2px 0;
}

.quot-form-item-quant {
  width: 260px;
  float: left;
}
.quot-form-item-quant .quot-form-ipt {
  width: 131px;
}

.quot-form-item-deadline {
  width: 257px;
  float: left;
}
.quot-form-item-deadline .quot-form-ipt {
  width: 128px;
}

.quot-form-r {
  float: left;
  width: 390px;
  height: 216px;
  background-color: #fff;
}
.quot-form-r h5 {
  line-height: 35px;
  height: 36px;
  font-size: 12px;
  text-indent: 18px;
}
.quot-form-r .crumb {
  float: left;
  line-height: 26px;
  margin-left: 18px;
}

.quot-form-ta {
  border: none;
  padding: 4px 6px;
  outline: none;
  height: 117px;
  width: 100%;
  font-size: 14px;
}

.quot-form-btn {
  position: absolute;
  right: 0px;
  bottom: 1px;
  width: 132px;
  line-height: 36px;
  height: 36px;
}

.btn {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: #5b88dc;
  display: block;
}

.pro-cate, .pro-instr {
  float: left;
  width: 519px;
  background-color: #fff;
}

.pro-cate-table tr {
  height: 65px;
}
.pro-cate-table tr.first {
  height: 63px;
}
.pro-cate-table tr.last {
  height: 67px;
}
.pro-cate-table th{
  width: 172px !important;
  padding: 0 0 0 24px;
  font-size: 12px;
}
.pro-cate-table td {
  width: 347px  !important;
  padding: 0 0 0 24px;
  font-size: 12px;
}
.pro-cate-table th {
  font-weight: bold;
  background-color: #f4f4f4;
  font-size:20px;
}
.pro-cate-table td {
 color: #575757;
    font-weight: bold;
	 font-size:20px;
}

.scroll-pane-3 .jspVerticalBar {
  width: 10px;
}
.scroll-pane-3 .jspPane {
  width: 519px !important;
}

.pro-show {
  float: left;
  width: 388px;
  text-align: center;
}
.pro-show img {
  margin: 0px auto;
  display: block;
  width: 323px;
  height: 323px;
}

.pro-show-img {
  background-color: #fff;
  position: relative;
}

.pro-show-sketch {
  background-color: #fff;
  text-align: center;
  padding-top: 6px;
}
.quot-pro,.proi-pro{
  width: 908px;
}
.quot-pro .pro-show-img {
  height: 324px;
}
.quot-pro .pro-show-sketch {
  height: 324px;
}
.proins-pro{width: 908px;}
.proi-pro .pro-show-img, .proins-pro .pro-show-img {
  height: 432px;
}
.proi-pro .pro-show-sketch, .proins-pro .pro-show-sketch {
  height: 395px;
}

.pro-show-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 132px;
  line-height: 43px;
  height: 43px;
}

.pro-show-zoom-triggle {
  margin-top: 20px;
  display: inline-block;
}

.pro-instr-txt {
  padding: 38px;
  font-size: 12px;
  line-height: 20px;
}

.comp-cont {
  padding: 30px 0 30px 56px;
  font-size: 12px;
  line-height: 20px;
}

.fb-cont {
  padding: 10px 0 10px 36px;
  font-size: 14px;
  position: relative;
}

.fb-thx, .fb-code-thx {
  line-height: 20px;
  padding: 24px 0;
}

.fb-form ul li {
  min-height: 45px;
  line-height: 32px;
}
.fb-form ul li * {
  float: left;
}
.fb-form ul li b {
  color: #ff0000;
  margin-left: 9px;
}
.fb-form ul li.fb-item-detail {
  min-height: 150px;
}
.fb-ipt, .fb-ta {
  background-color: #ececec;
  padding: 4px 8px;
  font-size: 14px;
}

.fb-ipt {
  height: 32px;
  width: 393px;
}

.fb-ta {
  line-height: 24px;
  width: 750px;
  max-height: 150px;
  height: 150px;
}

.fb-btn-box {
  *zoom: 1;
  padding: 38px 0;
  margin-left: 297px;
}
.fb-btn-box:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.fb-btn-box .btn {
  float: left;
  margin-right: 50px;
  line-height: 36px;
  height: 36px;
  width: 129px;
}

.fb-code {
  position: absolute;
  top: 10px;
  right: 52px;
  width: 306px;
}
.fb-code-wrap {
  padding: 22px;
  background-color: #fff;
}
.fb-code-wrap img {
  width: 262px;
  height: 262px;
  display: block;
}
.fancybox-opened .fancybox-title{display: none;}


.pro-instr{
  position: relative;
  z-index: 9;
}
.quot-form-label{
  background-color: #f4f4f4;
}