@charset "utf-8";
/* CSS Document */
/*2015/08/03 Edit by zanghao*/
body,
div,
ul,
dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
a,
img,
html {
  margin: 0;
  padding: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
nav1,
figure,
menu {
  display: block;
}

body {
  font-family: "微软雅黑", "宋体";
  font-size: 14px;
  min-width: 1400px;
  line-height: 25px;
  transform-origin: left top; /*设置左上角为缩放原点*/
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

img,
input {
  vertical-align: middel;
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.pr {
  position: relative !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.fwb {
  font-weight: bold;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}
.mt220 {
    margin-top: 220px !important;}
.mb0 {
  margin-bottom: 0 !important;
}

.mar10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt14 {
  margin-top: 14px !important;; 
}

.tdu a {
  text-decoration: underline;
}

.tdu a:hover {
  text-decoration: none;
}

.lh20 {
  line-height: 20px;
}

.lh24 {
  line-height: 24px;
}

.ti2 p {
  text-indent: 2em;
}

.lh2 {
  line-height: 2em;
}

.lh25 {
  line-height: 25px;
}

.lh30 {
  line-height: 30px;
}

.lh35 {
  line-height: 35px;
}

.bk5 {
  height: 5px;
}

.bk10 {
  height: 10px;
  font-size: 100%;
  line-height: 0;
}

.cmain,
.cmain a {
  color: #523317;
}

.cgray3,
.cgray3 a {
  color: #333;
}

.cgray5,
.cgray5 a {
  color: #555;
}

.cgray8,
.cgray8 a {
  color: #888;
}

.cred,
.cred a {
  color: red !important;
}

.cblue,
.cblue a {
  color: #45bfdb;
}

.cpink {
  color: #ff78be;
}

.corange,
.corange a {
  color: #ff5a11 !important;
}

.w1200 {
  width: 90%;
  margin: 0 auto;

  max-width: 1400px;
}


.header {
  width: 100%;
  position: relative;
  z-index: 0;
}
.header.showdiv .header-top{transform: none;opacity: 1;}

.header .header-top {
  transition: all 0.7s ease-out 0s;transform: translateY(-100%);opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/header_bg.png) repeat-x left top;
  background-size: 100% 99%;
  z-index: 9;
}
/* .header-top::after {
  content: "";
  width: 100%;
  height: 201px;
  background: url(../img/header_bg.png) repeat-x left top;
  min-width: 1200px;
  background-size: 100% 99%;
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
} */


.w1198 {
  width: 1198px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.clearfix {
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  line-height: 0;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*html .clearfix {
  height: 0;
  overflow: hidden;
}
.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.flexbox {
  display: flex;
  display: -webkit-flex;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-right {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.flex-c-center {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.f0 {
  flex-shrink: 0;
}
.line1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pa {
  position: absolute;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.flex1 {
  flex:1
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}