﻿@charset "UTF-8";
html {
  font-family: "Microsoft YaHei"; }

html, body {
  width: 100%;
  height: 100%; }

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur()); }

a, input, button {
  outline: none; }

::-moz-focus-inner {
  border: 0px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

ul, li {
  list-style: none; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll; }

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl {
  float: left; }

.fr {
  float: right; }

a, a:hover {
  text-decoration: none;
  outline: none; }

a {
  color: #515151; }

.cl {
  clear: both; }

figure {
  padding: 0;
  margin: 0; }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */ }

img {
  border: 0;
  padding: 0;
  vertical-align: middle; }

em {
  font-style: normal; }

.banner img {
  width: 100%; }
.banner .phone {
  display: none; }

.Advertisement {
  width: 100%;
  float: left;
  height: auto; }

.Box12 {
  max-width: 1280px;
  margin: 0 auto;
  line-height: 30px;
}

.BigTitle {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  font-size: 20px;
  position: relative; }
  .BigTitle h2 {
    font-weight: normal;
    position: relative;
    display: inline-block; }
    .BigTitle h2:before {
      width: 2px;
      height: 30px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -moz-transform: rotate(45deg);
      /* Firefox */
      -webkit-transform: rotate(45deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(45deg);
      /* Opera */
      content: "";
      background: #fc3c2a;
      left: -30px;
      position: absolute;
      top: -10px;
      margin-left: 14px; }
    .BigTitle h2:after {
      width: 2px;
      height: 20px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -moz-transform: rotate(45deg);
      /* Firefox */
      -webkit-transform: rotate(45deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(45deg);
      /* Opera */
      content: "";
      background: #ccc;
      right: -20px;
      position: absolute;
      bottom: -5px;
      margin-left: -12px; }

.Bigdesc {
  text-align: center;
  margin-top: 10px;
  color: #666;
  width: 100%;
  float: left; }

.Header {
  width: 100%;
  float: left;
  height: auto;
  color: #666; }
  .Header .Top {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
    font-size: 12px; }
    .Header .Top .fr li:nth-child(1):before {
      content: none; }
    .Header .Top .fr li {
      float: left;
      margin-left: 20px;
      position: relative; }
      .Header .Top .fr li:before {
        position: absolute;
        content: "  ";
        left: -11px;
        width: 2px;
        height: 10px;
        background: #ccc;
        font-size: 12px;
        top: 4px; }
      .Header .Top .fr li a {
        color: #666; }
  .Header .Info {
    width: 100%;
    float: left;
    height: auto; }
    .Header .Info .Box12 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .Header .Info .Nav {
      margin-left: 10px; }
      .Header .Info .Nav .title {
        display: none; }
      .Header .Info .Nav li {
        float: left;
        padding: 40px 20px; }
      .Header .Info .Nav .hover {
        border-bottom: 2px solid #fc3c2a;
        font-weight: bold; }
        .Header .Info .Nav .hover a {
          color: #fc3c2a; }
    .Header .Info .Tel {
      display: flex;
      align-items: center; }
      .Header .Info .Tel i {
        font-size: 40px;
        line-height: 40px;
        color: #fc3c2a; }
      .Header .Info .Tel .content {
        margin-left: 10px; }
        .Header .Info .Tel .content .explain {
          color: #fc3c2a; }
        .Header .Info .Tel .content .number {
          font-weight: bold;
          font-size: 25px;
          color: #424242; }

.Footer {
  width: 100%;
  float: left;
  height: auto;
  background: #515151;
  padding: 70px 0;
  color: #fff;
  border-bottom: 2px solid #fc3c2a; }
  .Footer .Link {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #999;
    padding-bottom: 20px; }
    .Footer .Link .title {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 10px;
      font-size: 18px; }
      .Footer .Link .title:before {
        border-left: 2px solid #fc3c2a;
        width: 2px;
        height: 18px;
        content: "";
        left: 0px;
        position: absolute; }
    .Footer .Link ul {
      margin-top: 10px; }
      .Footer .Link ul li {
        float: left;
        margin-right: 20px; }
        .Footer .Link ul li a {
          color: #ababab; }
  .Footer .info {
    margin-top: 30px;
    float: left;
    width: 100%; }
    .Footer .info .fl .name {
      font-size: 18px;
      float: left;
      font-weight: bold;
      color: #ed5d4a; }
    .Footer .info .fl .nav {
      margin-top: 10px;
      float: left; }
      .Footer .info .fl .nav li:last-child:before {
        content: ""; }
      .Footer .info .fl .nav li {
        float: left;
        margin-right: 25px;
        position: relative; }
        .Footer .info .fl .nav li:before {
          content: "/";
          position: absolute;
          right: -17px;
          color: #999; }
        .Footer .info .fl .nav li a {
          color: #fff;
          font-size: 14px; }
    .Footer .info .fl .copyinfo {
      margin-top: 15px;
      font-size: 12px; }
    .Footer .info .fr {
      text-align: right; }
      .Footer .info .fr .tel {
        font-size: 25px; }
      .Footer .info .fr .address {
        font-size: 12px;
        margin-top: 10px;
        display: flex;
        float: right;
        align-items: center; }
        .Footer .info .fr .address i {
          font-size: 25px;
          line-height: 14px; }

.NewsListpage {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
  height: auto; }
  .NewsListpage .Newscontentbox {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 0px;
    margin-top: 60px; }
    .NewsListpage .Newscontentbox:before {
      width: 2px;
      background: #f9f9f9;
      height: 100%;
      position: absolute;
      content: "";
      left: 50%; }
  .NewsListpage .NewsUl:nth-child(1) {
    padding-right: 20px; }
  .NewsListpage .NewsUl:nth-child(2) {
    padding-left: 20px; }
  .NewsListpage .NewsUl {
    width: 50%;
    float: left; }
    .NewsListpage .NewsUl a:hover {
      color: #fc3c2a; }
    .NewsListpage .NewsUl .Imglist {
      display: flex;
      align-items: center;
      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
      padding: 10px 0; }
      .NewsListpage .NewsUl .Imglist .img {
        width: 180px;
        flex-shrink: 0; }
        .NewsListpage .NewsUl .Imglist .img img {
          width: 100%;
          border-radius: 5px; }
      .NewsListpage .NewsUl .Imglist .content {
        margin-left: 15px; }
        .NewsListpage .NewsUl .Imglist .content .title {
          font-weight: bold; }
          .NewsListpage .NewsUl .Imglist .content .title h3 {
            font-size: 16px;
            height: 22px;
            overflow: hidden; }
        .NewsListpage .NewsUl .Imglist .content .describe {
          font-size: 14px;
          margin-top: 10px;
          color: #666;
          height: 55px;
          overflow: hidden; }
    .NewsListpage .NewsUl ul li {
      width: 100%;
      float: left;
      height: auto;
      border-bottom: 1px dashed #f0f0f0;
      padding-bottom: 10px; }
      .NewsListpage .NewsUl ul li .content {
        width: 100%;
        float: left;
        height: auto; }
        .NewsListpage .NewsUl ul li .content .title {
          margin-top: 10px; }
          .NewsListpage .NewsUl ul li .content .title h3 {
            font-size: 15px;
            font-weight: normal;
            height: 18px;
            overflow: hidden; }
            .NewsListpage .NewsUl ul li .content .title h3 a {
              color: #333; }
              .NewsListpage .NewsUl ul li .content .title h3 a:before {
                content: "- "; }
              .NewsListpage .NewsUl ul li .content .title h3 a:hover {
                color: #fc3c2a; }
        .NewsListpage .NewsUl ul li .content .describe {
          font-size: 12px;
          color: #666;
          margin-top: 5px;
          height: 35px;
          overflow: hidden;
          line-height: 1.6; }

@media screen and (max-width: 769px) {
  .Advertisement {
    display: none; }

  .slide .Phone {
    display: block; }
  .slide .Pc {
    display: none; }

  .Header .Top {
    display: none; }
  .Header .Info .Box12 {
    flex-direction: column; }
    .Header .Info .Box12 .Logo {
      text-align: center;
      justify-content: center;
      border-top: 2px solid #fc3c2a;
      width: 100%;
      padding: 10px 0; }
      .Header .Info .Box12 .Logo img {
        height: 40px; }
    .Header .Info .Box12 .Tel {
      display: none; }
    .Header .Info .Box12 .Nav {
      display: flex;
      justify-content: center;
      margin: 0;
      width: 100%;
      float: left;
      height: auto; }
      .Header .Info .Box12 .Nav .title {
        display: block;
        width: 100px;
        flex-shrink: 0;
        border: 2px solid #f0f0f0;
        text-align: center;
        line-height: 60px; }
      .Header .Info .Box12 .Nav ul {
        border-bottom: 2px solid #f0f0f0;
        display: flex;
        flex-wrap: wrap; }
      .Header .Info .Box12 .Nav li:nth-child(1) {
        display: none; }
      .Header .Info .Box12 .Nav li {
        width: 33.33333%;
        text-align: center;
        padding: 5px 0;
        border-top: 2px solid #f0f0f0;
        border-right: 2px solid #f0f0f0; }

  .BigTitle h2 {
    font-size: 20px; }
    .BigTitle h2:before {
      left: 50%;
      bottom: -20px;
      margin-left: 0px;
      top: inherit;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      /* Safari 和 Chrome */ }
    .BigTitle h2:after {
      content: none; }

  .Footer {
    padding: 40px 20px 60px 20px; }
    .Footer .info .fr {
      float: left; }
      .Footer .info .fr .tel {
        text-align: left;
        font-size: 18px;
        margin-top: 10px; }
      .Footer .info .fr .address {
        float: left;
        margin-top: 20px; }
        .Footer .info .fr .address i {
          display: none; }

  .NewsListpage {
    padding: 30px 0; }
    .NewsListpage .Newscontentbox {
      margin-top: 20px; }
      .NewsListpage .Newscontentbox:before {
        content: none; }
      .NewsListpage .Newscontentbox .NewsUl {
        width: 100%;
        padding: 10px; }
        .NewsListpage .Newscontentbox .NewsUl .Imglist .img {
          width: 120px; } }
/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=public.css.map */
