@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.sub-page .left {
  width: 268px;
  height: auto; }

.sub-page .right {
  width: 900px;
  height: auto; }

.sub-page .right b {
  font-family: "Microsoft YaHei", SimHei, sans-serif;
  font-size: 18px;
  color: #333333; }

.main {
  padding-top: 50px;
  padding-bottom: 50px; }

.sub-page .right h1 {
  background: none;
  color: #333333; }

.sub-page .title {
  width: 100%;
  height: 55px;
  background: #262626;
  background-position: center;
  background-size: cover;
  font-family: "Microsoft YaHei", SimHei, sans-serif;
  font-size: 18px;
  text-align: center;
  color: white;
  margin-bottom: 5px;
  padding-top: 10px; }

.proTitle {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.content img {
  display: block;
  margin: 0 auto; }

.list > ul > li {
  width: 100%;
  height: 40px;
  transition: 0.2s; }

.list-mask {
  width: 0;
  height: 100%;
  position: absolute; }

.list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  text-align: center; }

.tous > dl {
  width: 100%;
  height: auto;
  line-height: 40px;
  font-family: "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #333333;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.sub-page .locat i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #003e95;
  margin-right: 5px; }

.sub-page .locat b {
  color: #003e95; }

/*
右上角面包屑
*/
.sub-page .location {
  width: auto;
  font-family: "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #939393; }

.sub-page .location > a {
  color: #939393; }

.sub-page .location > a:hover {
  color: #262626; }

dd, dt {
  display: inline-block; }

.contact {
  margin-top: 10px; }

.sidebar {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.list > ul > li:hover {
  background: #262626; }

.list > ul > li:hover .server-s {
  color: white; }

.locat {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #777777; }

/*
上页下页
*/
.prev_next > li {
  font-size: 14px; }

.prev_next > li > a:hover {
  color: #262626; }

.sub-page .prev_next > li:first-child {
  width: auto;
  float: left;
  border-bottom: none; }

.sub-page .prev_next > li:last-child {
  width: auto;
  float: right;
  border-bottom: none; }

/*
英文字
*/
.ename {
  font-size: 14px;
  color: #939393;
  margin-left: 10px;
  font-weight: bold; }

.thy-news {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  .thy-news:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
    .thy-news:hover .name b {
      color: #262626; }
    .thy-news:hover .time {
      transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -o-transform: translateY(-5px); }
  .thy-news .name b {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
  .thy-news .time {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }

.thy-side-li {
  border-bottom: 1px dashed #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 2px solid #262626;
  border-right: 2px solid #262626;
  position: relative; }
  .thy-side-li:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
    .thy-side-li:hover:before {
      width: 10px; }
    .thy-side-li:hover:after {
      width: 10px; }

.thy-side-li:before {
  content: '';
  width: 0px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }

.thy-side-li:after {
  content: '';
  width: 0px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }

#thy-product li {
  width: 290px;
  height: 260px;
  float: left;
  margin-right: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  #thy-product li:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
    #thy-product li:hover .img img {
      transform: scale(1.05);
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05); }
    #thy-product li:hover .tit {
      background: #262626;
      color: white; }
  #thy-product li a {
    width: 100%;
    height: 100%;
    display: block; }
    #thy-product li a .img {
      width: 100%;
      height: 229px;
      overflow: hidden;
      border-bottom: 1px dashed #ccc; }
      #thy-product li a .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
    #thy-product li a .tit {
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
#thy-product li:nth-child(3n) {
  margin-right: 0; }

.newslist li {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  .newslist li:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px); }
    .newslist li:hover .name {
      transform: translateX(5px);
      -ms-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -o-transform: translateX(5px); }
    .newslist li:hover .desc {
      transform: translateX(5px);
      -ms-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -o-transform: translateX(5px); }
    .newslist li:hover .time {
      transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -o-transform: translateY(-5px); }
  .newslist li .name {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
  .newslist li .desc {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-delay: 0.1s; }
  .newslist li .time {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-delay: 0.2s; }

/*# sourceMappingURL=sidebar.css.map */

/*# sourceMappingURL=sidebar.css.map */
