/*
* @Author:liwen
* @Date:2016-01-01 00:00:00
* @E-mail:li3083@126.com
* @Last Modified by:liwen
* @Last Modified time:2020-12-25 21:30:42
*/

@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
legend,
b,
button,
input,
textarea,
blockquote,
article,
aside,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
}

img,
abbr {
  border: 0;
}

table td {
  word-break: break-all;
}

caption,
th {
  text-align: left;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

input,
button,
textarea,
select,
canvas {
  font-size: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="tel"],
button,
textarea {
  -webkit-appearance: none;
}

a,
input,
button,
textarea,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

address,
cite,
dfn,
em,
code,
var,
caption,
th {
  font-style: normal;
  font-weight: normal;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

q:before,
q:after {
  content: '';
}

wbr:nth-of-type(n):after {
  vertical-align: middle;
  border-style: solid dashed dotted;
  text-decoration: underline;
  white-space: nowrap;
  background-size: contain cover;
}

/* Basic */
* {
  word-wrap: break-word;
  outline: none;
  box-sizing: border-box;
}

::selection {
  background: #F60;
  color: #fff;
}

::-moz-selection {
  background: #F60;
  color: #fff;
}

.clear:after,
.Endtext:after {
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


.none {
  display: none;
}

.relative {
  position: relative;
}

.red {
  color: #e8272f;
}

.pcShow {
  display: block;
}

.wapShow {
  display: none;
}


html {
  font-size: 38px;
  -webkit-text-size-adjust: none;
}

body {
  font: 14px/1.5 '微软雅黑', 'Microsoft YaHei';
  background: #F7F7F2;
  background-size: 100% auto;
  color: #333;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #bf4d28;
}

.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.headTop {
  width: 100%;
  background: white;
}

.headTop .tel {
  position: absolute;
  right: 0;
  top: 36px;
  background: url("../images/phone.png") no-repeat 0 center;
  line-height: 1.3;
  font-size: 16px;
  padding: 10px 0 10px 50px;
  color: #777;
}

.headTop .tel b {
  font-size: 24px;
  color: #C00;
  font-weight: normal;
}

.logo {
  padding: 20px 0 6px;
}

.logo img {
  margin: 0;
}

.nav {
  display: flex;
}

.nav li {
  z-index: 9;
  position: relative;
  margin: 0 8px 10px 0;
}

.nav li a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: white;
  line-height: 32px;
  background: #333;
}

.nav li.cur>a,
.nav li.cur>a:hover {
  background: #000;
  color: #E6AC27;
}

.nav li a:hover {
  background: #444;
  color: #E6AC27;
}

.nav li dl+a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  bottom: 0;
  border-bottom: 10px solid #BF4D28;
  border-left: 10px solid transparent;
  transition: border-color .25s linear;
}

.nav li>dl {
  display: none;
  position: absolute;
  width: 108px;
  left: 0;
  top: 100%;
}

.swiper-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 10px solid white;
  background: white;
  margin: 30px 0;
}

.swiper-banner-pagination span {
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 12px;
  height: 12px;
}

div.swiper-button-prev,
div.swiper-button-next {
  color: #BF4D28;
}

.Plist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Plist::after {
  content: '';
}

.Plist li {
  width: 285px;
  margin: 0 0 30px 0;
}

.Plist li:nth-of-type(3n) {
  margin-right: 0;
}

.Plist li a {
  position: relative;
  display: block;
  padding: 10px 10px 30px;
  background: white;
}

.Plist li div {
  position: relative;
  margin-bottom: 10px;
}

.Plist li div img {
  height: 155px;
  width: 100%;
}

.Plist li div b {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 40px;
  left: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 10px;
  color: #333;
  opacity: 0;
  transition: opacity .25s linear;
  font-weight: normal;
}

.Plist li a:hover div b {
  opacity: 1;
}

.Plist li span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 5px;
  font-size: 12px;
  text-align: right;
  line-height: 20px;
  background: #F7F7F2;
  color: #BF4D28;
}

.Plist li p {
  color: #333;
  max-height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Plist li span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -19px;
  top: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #F7F7F2;
}

.Nlist li,
.information {
  background: white;
  border: 1px solid #EEE;
  padding: 20px;
  margin: 0 0 20px 0;
}

.Nlist li h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
}

.Nlist li dl {
  display: flex;
  padding: 8px 0;
}

.Nlist li dt {
  padding: 0 20px 0 0;
}

.Nlist li dt img {
  width: 240px;
  height: 140px;
}

.Nlist li dd {
  flex: 1;
}

.Nlist li dd div {
  color: #777;
  max-height: 105px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.Nlist li dd a {
  display: inline-block;
  padding: 4px 12px;
  color: #DDD;
  background: #333;
  font-size: 12px;
  margin-top: 6px;
}

.Nlist li dd a:hover {
  background: #BF4D28;
}

.Nlist li p {
  color: #999;
}

.footer {
  color: #AAA;
  background-color: #1A1917;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  padding: 20px;
  position: relative;
}

.footer::after {
  content: '';
  position: fixed;
  width: 100%;
  height: 600px;
  background-color: #1A1917;
  left: 0;
}

.footer p {
  color: #999;
  padding-top: 4px;
}

.footer a {
  color: #EEE;
}


/* 财务 */
.breadcrumbs {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}

.breadcrumbs:before,
.Rnav li a:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 6px;
  left: 9px;
  border-top: 4px solid transparent;
  border-left: 4px solid #333;
  border-bottom: 4px solid transparent;
}

.financeItem,
.Hfinance {
  border: 1px solid #EEE;
  border-width: 0 0 1px 1px;
  display: none;
}

.Hfinance {
  display: table;
}

.finance th,
.finance td {
  border: 1px solid #EEE;
  border-width: 1px 1px 0 0;
  padding: 8px;
  background: white;
  text-align: center;
}

.finance th {
  background: #d7bbb2;
  font-weight: bold;
  padding: 10px 8px;
}

.pb20 {
  padding-bottom: 30px;
}

.finance td.finance-total {
  text-align: right;
  padding-right: 16px;
  font-weight: bold;
  color: #BF4D28;
  padding: 10px;
}

.finance td.finance-add {
  text-align: left;
}

.Pnav {
  display: flex;
  justify-content: center;
  margin-top: -5px;
  padding-bottom: 8px;
}

.Pnav li {
  padding-right: 1px;
}

.Pnav li a {
  display: inline-block;
  padding: 4px 12px;
  color: #DDD;
  background: #333;
  font-size: 13px;
}

.Pnav li a:hover {
  background: #000;
}

.Pnav li.cur a {
  background: #BF4D28;
}

.page {
  text-align: center;
  clear: both;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px;
}

.page * {
  border: 1px solid #d9d9d9;
  background: #FFF;
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 8px;
}

.page b {
  border: 1px solid #BF4D28;
  background: #BF4D28;
  color: #fff;
}

.page a b {
  border: none;
  background: none;
  padding: 0;
  color: #333;
  margin-bottom: 0;
}

.page a:hover {
  background: #f0f0f0;
  border: 1px solid #BBB;
  text-decoration: none;
}

.information h1 {
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  color: #bf4d28;
  padding-top: 10px;
}

.Endtime {
  line-height: 32px;
  border-bottom: 1px dashed #DDD;
  color: #999;
  padding: 4px 0 0;
}

.upDown {
  color: #000;
  padding: 12px 0 0;
  border-top: 1px dotted #DDD;
  clear: both;
  line-height: 24px;
}

.upDown li {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upDown li a {
  color: #000;
}

.Endtext {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 0 16px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

.Endtext p,
.Endtext ul,
.Endtext ol {
  padding: 6px 0;
}

.Endtext table,
.Endtext hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.Endtext ul li {
  list-style: disc outside none;
  margin-left: 2em;
}

.Endtext ol li {
  list-style: decimal outside none;
  margin-left: 2em;
}

.Endtext img {
  display: inline;
  vertical-align: middle;
}

.PupDown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.area {
  display: flex;
  flex-direction: row-reverse;
}

.Larea {
  flex: 1;
}

.Rnav {
  display: block;
  margin: 0;
}

.Rnav li {
  border-bottom: 1px solid #555;
  padding-right: 0;
}

.Rnav li a {
  position: relative;
  display: block;
  padding-left: 20px;
}

.Rnav li a:before {
  border-left-color: #999;
  top: 10px;
}

.Rarea {
  width: 200px;
  padding-left: 20px;
}

.loginMain {
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0 200px;
}

.Tlogin {
  font-size: 36px;
  text-align: center;
}

.login {
  padding-bottom: 30px;
}

.login dt {
  padding: 16px 0;
}

.login dt input {
  width: 100%;
  height: 72px;
  border: 2px solid #EEE;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 28px;
}

.login dd {
  padding: 8px 0 12px;
}

.login dd input {
  width: 100%;
  height: 72px;
  border: none;
  background: #fab691;
  color: #FFF;
  font-size: 32px;
  border-radius: 40px;
}

.login dd.pwderr {
  display: none;
  text-align: center;
  padding: 8px 0 12px;
  color: red;
}

/* bounceIn */
@media screen and (max-width:1220px) {
  .wrap {
    width: 1050px;
  }

  .Plist li {
    width: 330px;
    /* margin-right: 30px; */
  }

  .Plist li div img {
    height: 180px;
  }

  .Plist li:nth-of-type(4) {
    display: none;
  }
}

@media screen and (max-width:1080px) {
  .pcShow {
    display: none;
  }

  .wapShow {
    display: block;
  }

  .wrap {
    width: 10rem;
  }

  .logo {
    padding: 0.25rem 1.675rem 0.25rem 0.375rem;
  }

  .logo img {
    height: 1rem;
  }

  .navArea {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 3.75rem;
    background: #333;
    z-index: 99;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2) inset;
    display: none;
    padding: 0.3rem 0;
  }

  .navArea.cur {
    display: block;
  }

  .navArea .navBg {
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    right: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
  }

  .navBtn {
    position: absolute;
    width: 1.5rem;
    height: 100%;
    top: 0;
    right: 0;
    background: url('../images/navBtn.png') no-repeat center center;
    background-size: 0.75rem auto;
  }

  .nav {
    height: 100%;
    display: block;
    overflow-y: auto;
  }

  .nav li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
  }

  .nav li>a {
    font-weight: bold;
  }

  .nav li dl {
    position: relative;
    order: 2;
    width: 100%;
  }

  .nav li.cur dl {
    display: block;
  }

  .nav li dl a {
    padding-left: 30px;
    opacity: 0.8;
  }

  /* ============== */
  .swiper-banner {
    margin: 0.325rem auto;
    width: 9.35rem;
  }

  .Plist {
    padding: 0 0.325rem;
  }

  .Plist li {
    width: 4.5rem;
    margin-bottom: .4rem;
  }

  .Plist li:nth-of-type(3n) {
    margin-right: 0;
  }

  .Plist li a {
    padding: .125rem .125rem 30px;
  }

  .Plist li div {
    margin-bottom: .125rem;
  }

  .Plist li div img {
    height: 2.48rem;
  }

  .Plist li div b {
    font-size: 0.35rem;
    line-height: 0.65rem;
    height: 0.65rem;
    bottom: 0;
    padding: 0 10px;
    opacity: 1;
  }

  .Plist li:nth-of-type(4) {
    display: block;
  }

  .Nlist {
    padding: 0 0.325rem;
  }

  .Nlist li,
  .information {
    padding: .25rem;
    margin: 0 0 .25rem 0;
  }

  .Nlist li h4 {
    font-size: 0.325rem;
  }

  .Nlist li dl {
    display: block;
    padding: .1rem 0;
  }

  .Nlist li dt {
    padding: 0 0 0.125rem;
  }

  .Nlist li dt img {
    width: 100%;
    height: 5rem;
  }

  .Nlist li dd div {
    font-size: 0.3rem;
    line-height: 0.45rem;
    max-height: 1.35rem;
    -webkit-line-clamp: 3;
  }

  /* 财务 */
  .finance {
    width: 100%;
    overflow-x: auto;
  }

  .Hfinance {
    display: table;
  }

  .financeItem {
    width: 800px;
  }

  .pb20 {
    padding-bottom: .4rem;
  }

  .page {
    font-size: 0.34375rem;
    line-height: 0.5rem;
    padding: 0 0.125rem 0.4rem;
  }

  .page * {
    padding: 0.09375rem 0.25rem;
    margin-bottom: 0.125rem;
  }

  .information h1 {
    font-size: 0.56rem;
    padding-top: 0.32rem;
  }

  .Endtime {
    font-size: 0.32rem;
    line-height: 0.72rem;
    padding: 0.08rem 0 0;
  }

  .Endtime span {
    display: none;
  }

  .Endtext {
    overflow-x: auto;
    padding: 0.1875rem 0 0.25rem;
    font-size: 0.375rem;
  }

  .Endtext p,
  .Endtext ul,
  .Endtext ol {
    padding: 0.09375rem 0;
  }

  .Endtext table,
  .Endtext hr {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .Endtext img {
    height: auto;
  }

  .upDown {
    padding: 0.3125rem 0;
    font-size: 0.375rem;
    line-height: 0.625rem;
  }

  .upDown li {
    height: 0.625rem;
  }

  .PupDown {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 0.375rem;
  }

  .area {
    display: block;
  }

  .Larea {
    flex: 1;
  }

  .Rnav {
    display: flex;
    margin: 0;
  }

  .Rnav li {
    border-bottom: none;
    padding-right: 1px;
  }

  .Rnav li a {
    padding-left: 12px;
  }

  .Rnav li a:before {
    display: none;
  }

  .Rarea {
    width: 100%;
    padding-left: 0;
  }

  .information {
    border-width: 1px 0;
  }

  .headTop .tel {
    display: none;
  }


  .loginMain {
    padding: 2rem 0 4rem;
    width: 90%;
  }

  .Tlogin {
    font-size: 0.6rem;
    text-align: center;
  }

  .login {
    padding-bottom: 0.4rem;
  }

  .login dt {
    padding: .2rem 0;
  }

  .login dt input {
    width: 100%;
    height: 1.2rem;
    padding: .16rem .4rem;
    border-radius: 0.2rem;
    font-size: .4rem;
  }

  .login dd {
    padding: .12rem 0 .2rem;
  }

  .login dd input {
    width: 100%;
    height: 1.2rem;
    font-size: .48rem;
    border-radius: .5rem;
  }

  .login dd.pwderr {
    display: none;
    text-align: center;
    padding: .12rem 0 0.2rem;
    color: red;
  }
}