﻿@charset "utf-8";

body {
  background-color: #ffffff;
}

#js-page {
  width: 1278px;
  height: auto;
  display: table;
  margin: auto;
}

#js-page .js-left {
  width: 265px;
  height: auto;
  display: table;
  float: left;
  padding: 0px 0px 50px;
}

#js-page .js-left .js-cat {
  width: 100%;
  height: auto;
  display: table;
  padding: 18px 0px 425px;
  background: url(../images/js_20.jpg) no-repeat center bottom;
  background-color: #f9f9f9;
}

#js-page .js-left .js-cat .catname {
  width: 100%;
  height: 65px;
  background-color: #006ccc;
  border-bottom: 3px solid #0057ab;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
}

#js-page .js-left .js-cat dd {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 20px;
  color: #24252a;
  line-height: 72px;
}

#js-page .js-left .js-cat dd span {
  position: relative;
  left: 90px;
}

#js-page .js-left .js-cat a {
  width: 100%;
  height: 69px;
  display: block;
  cursor: pointer;
  color: #24252a;
  background: url(../images/js_18.jpg) no-repeat 66px center;
}

#js-page .js-left .js-cat a:hover {
  background-color: #daedff;
}

#js-page .js-left .js-cat a:hover span {
  display: block;
  background: url(../images/js_19.jpg) no-repeat 140px center;
}

#js-page .js-left .js-cat .current {
  background-color: #daedff;
}

#js-page .js-left .js-cat .current span {
  display: block;
  background: url(../images/js_19.jpg) no-repeat 140px center;
}

#js-page .js-right {
  width: 1013px;
  height: auto;
  display: table;
  padding: 18px 0px 50px;
  float: left;
}

#js-page .js-right .pos {
  width: 100%;
  height: 65px;
  border-bottom: 3px solid #c9c9c9;
  font-size: 16px;
  color: #494949;
  line-height: 65px;
}

#js-page .js-right .pos span {
  float: right;
  position: relative;
  right: 32px;
}

#js-page .js-right .newslist {
  width: 90%;
  height: auto;
  display: table;
  margin: 15px auto 0px;
}

#js-page .js-right .newslist li {
  width: 100%;
  height: 59px;
  background: url(../images/js_21.jpg) no-repeat 1px center;
  border-bottom: 1px dashed #000000;
  line-height: 59px;
}

#js-page .js-right .newslist .t {
  width: 885px;
  height: 59px;
  float: left;
  position: relative;
  left: 23px;
  overflow: hidden;
  font-size: 20px;
  color: #262626;
}

#js-page .js-right .newslist .d {
  width: 125px;
  height: 59px;
  float: right;
  font-size: 14px;
  color: #4d4d4d;
}

#js-page .js-right .newslist .t a {
  float: left;
}

#js-page .js-right .newslist .t .icon {
  width: 23px;
  height: 13px;
  float: left;
  position: relative;
  top: 22px;
  left: 20px;
}

#js-page .js-right .page {
  width: 90%;
  margin: 20px auto 0px;
  clear: both;
  text-align: center;
  font: 12px/20px 微软雅黑;
  color: #000000;
  padding: 15px 0px 20px;
}

#js-page .js-right .page .num {
  width: 30px;
  height: 20px;
  border: 1px solid #a9a6a0;
  padding: 0px 3px;
}

#js-page .js-right .page a {
  color: #53514f;
}

#js-page .js-right .page a:hover {
  color: #b81b36;
}

#js-page .js-right .page .submit {
  width: 40px;
  height: 20px;
  border: 1px solid #9e9b96;
  text-align: center;
}

#js-page .js-right .about {
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
  padding: 35px 0px;
  font-size: 20px;
  color: #000000;
  line-height: 38px;
}

#js-page .js-right .tea-con {
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
  padding: 15px 0px 20px;
}

#js-page .js-right .tea-con .tea-tit {
  width: 100%;
  height: 85px;
  font-size: 30px;
  color: #24252a;
  text-align: center;
  line-height: 85px;
}

#js-page .js-right .tea-con dl {
  width: 100%;
  height: auto;
  display: table;
  padding: 0px 0px 15px;
  margin: 0px auto 42px;
  background-color: #f1f1f1;
}

#js-page .js-right .tea-con dl dt {
  width: 100%;
  height: 48px;
  background-color: #c6e5ff;
  border-bottom: 3px solid #fff;
  clear: both;
  font-size: 20px;
  color: #24252a;
  line-height: 48px;
}

#js-page .js-right .tea-con dl dt span {
  display: block;
  position: relative;
  left: 46px;
}

#js-page .js-right .tea-con dl dd {
  width: 100px;
  height: 45px;
  padding: 5px 0px 0px 72px;
  float: left;
  font-size: 18px;
  color: #24252a;
  line-height: 50px;
}

#js-page .js-right .tea-con .tea {
  background-color: #f2f2f2;
  display: table;
  height: 222px;
  width: 100%;
}

#js-page .js-right .tea-con .tea2 {
  background-color: #f2f2f2;
  display: table;
  float: left;
  height: 210px;
  width: 48%;
}

#js-page .js-right .tea-con .gap {
  float: left;
  height: 210px;
  margin: 21px auto 21px;
  width: 4%;
}

#js-page .js-right .tea-con .dis {
  margin: 21px auto 42px;
}

#js-page .js-right .tea-con .dis2 {
  margin: 21px auto 21px;
}

#js-page .js-right .tea-con .tea li, #js-page .js-right .tea-con .tea2 li {
  float: left;
}

#js-page .js-right .tea-con .tphoto {
  height: 222px;
  text-align: right;
  width: 163px;
}

#js-page .js-right .tea-con .tphoto2 {
  height: 210px;
  text-align: right;
  width: 154px;
}

#js-page .js-right .tea-con .tphoto img, #js-page .js-right .tea-con .tphoto2 img {
  padding: 5px 5px;
  border: 1px solid #dedede;
  position: relative;
  top: 15px;
}

#js-page .js-right .tea-con .tinstro {
  border-right: 1px solid #c9c9c9;
  height: 222px;
  width: 319px;
}

#js-page .js-right .tea-con .tinstro2 {
  width: 360px;
  height: 150px;
}

#js-page .js-right .tea-con .tea2 .tinstro {
  border: 0 none;
  height: 210px;
  width: 280px;
}

#js-page .js-right .tea-con .tdesc {
  height: 180px;
  padding-top: 42px;
  width: 410px;
}

#js-page .js-right .tea-con .tdesc2 {
  height: 108px;
  padding-top: 42px;
  width: 360px;
}

#js-page .js-right .tea-con .tinstro h3, #js-page .js-right .tea-con .tinstro2 h3 {
  font-size: 20px;
  color: #24252a;
  line-height: 42px;
  position: relative;
  top: 15px;
  margin-left: 20px;
}

#js-page .js-right .tea-con .tinstro p, #js-page .js-right .tea-con .tinstro2 p, #js-page .js-right .tea-con .tdesc p, #js-page .js-right .tea-con .tdesc2 p {
  font-size: 16px;
  color: #444444;
  line-height: 36px;
  position: relative;
  top: 15px;
  margin-left: 22px;
}

#js-page .js-right .tea-con .tea2 .tinstro p {
  line-height: 32px;
}

#js-page .js-right .tea-con .tdesc p {
  margin-left: 30px;
}

#js-page .js-right .tea-con .tinstro2 p, #js-page .js-right .tea-con .tdesc2 p {
  line-height: 40px;
}

#js-page .js-right .tea-con .tinstro p a, #js-page .js-right .tea-con .tdesc p a, #js-page .js-right .tea-con .tdesc2 p a {
  color: #006ccd;
}

#js-page .js-right .tea-con .tinstro p a:hover, #js-page .js-right .tea-con .tdesc p a:hover, #js-page .js-right .tea-con .tdesc2 p a:hover {
  color: #870000;
}

#js-page .js-right .tea-con .tdesc p .cur, #js-page .js-right .tea-con .tdesc2 p .cur {
  color: #870000;
}

#js-page .js-right .tea-con .tresearch {
  height: 72px;
  width: 720px;
}

#js-page .js-right .tea-con .tresearch p {
  font-size: 16px;
  color: #444;
  line-height: 40px;
  margin-left: 22px;
  position: relative;
}

#js-page .js-right .nw-head {
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
  border-bottom: 1px dashed #999999;
}

#js-page .js-right .nw-head div {
  width: 98%;
  height: auto;
  margin: auto;
}

#js-page .js-right .nw-head .title {
  padding: 36px 0px 0px;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  text-align: center;
}

#js-page .js-right .nw-head .gy {
  padding: 6px 0px 12px;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 38px;
  text-align: center;
}

#js-page .js-right .nw-con {
  font-family: 'Times New Roman', SimSun;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 88%;
  height: auto;
  display: table;
  padding: 38px 0px;
  margin: auto;
  font-size: 18px;
  color: #000000;
  line-height: 38px;
}

#js-page .js-right .case {
  width: 90%;
  min-height: 1430px;
  display: table;
  margin: auto;
  background-color: #f2f2f2;
}

#js-page .js-right .case .title-list {
  float: left;
  display: block;
  margin: 33px 0px 0px 52px;
}

#js-page .js-right .case .title-list li {
  display: block;
  float: left;
  padding: 0px 46px;
  margin: 0px 35px 0px 0px;
  border-radius: 15px;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
  cursor: pointer;
  background-color: #005eb6;
}

#js-page .js-right .case .title-list li.on {
  background-color: #ec5741;
}

#js-page .js-right .product-wrap {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

#js-page .js-right .product {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
  margin-top: 20px;
}

#js-page .js-right .product-wrap .show {
  display: block;
}

#js-page .js-right .product-wrap .showcase_style {
  WIDTH: 100%;
  MARGIN: 0px auto;
}

#js-page .js-right .product .year {
  width: 100%;
  height: auto;
  display: table;
  margin: 30px auto 0px;
  position: relative;
  left: 50px;
}

#js-page .js-right .product .year dt {
  width: 90px;
  height: 60px;
  float: left;
  font-size: 22px;
  color: #005eb6;
}

#js-page .js-right .product .year dd {
  width: 765px;
  height: auto;
  float: left;
}

#js-page .js-right .product .year dd ul {
  display: table;
}

#js-page .js-right .product .year dd ul li {
  width: 83px;
  height: 30px;
  float: left;
  padding: 0px 0px 0px 0px;
  line-height: 30px;
  font-size: 18px;
  color: #040404;
}

#js-page .js-right .product .year dd ul li a {
  color: #040404;
}

#js-page .js-right .product .year dd ul li a:hover {
  color: #ec5741;
  text-decoration: underline;
}

#js-page .js-right .product .year dd ul li .active {
  color: #ec5741;
  text-decoration: underline;
}

#js-page .js-right .product .titname {
  width: 90%;
  height: 41px;
  margin: 26px auto 0px;
  background: url(../images/js_24.jpg) no-repeat 5px center;
  border-bottom: 1px solid #939393;
  font-size: 18px;
  color: #454545;
  line-height: 41px;
}

#js-page .js-right .product .titname span {
  position: relative;
  left: 28px;
}

#js-page .js-right .product .lw-list {
  width: 89%;
  height: auto;
  display: table;
  margin: 15px auto;
}

#js-page .js-right .product .lw-list li {
  padding: 5px 0px;
  font-size: 18px;
  color: #2f2f2f;
  line-height: 30px;
}

#js-page .js-right .product .lw-list li .icon2 {
  width: 45px;
  height: 16px;
  margin-left: 35px;
}

#js-page .js-right .product .showcase {
  margin-top: 35px;
}
