* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
* {
  box-sizing: border-box;
}
.textdq {
  text-align: justify;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header {
  margin-top: 0.3rem;
  position: relative;
}
.header .headerBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header .headerBox .logo {
  flex: 0 0 18%;
  justify-content: center;
  float: left;
  width: 18%;
}
.header .headerBox .logo img {
  display: block;
  width: 100%;
  /* height: 150px; */
  object-fit: contain;
}
.header .headerBox .HeaderNav {
  flex: 0 0 70%;
  justify-content: center;
  float: left;
  width: 70%;
  margin-top: 0.2rem;
}
.header .headerBox .HeaderNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 1.12rem;
  width: 100%;
}
.header .headerBox .HeaderNav ul li {
  flex: 0 0 1;
  padding: 0 32px;
  height: 100%;
  position: relative;
}
.header .headerBox .HeaderNav ul li a.HeaderNavList {
  font-size: 0.16rem;
  line-height: 1.12rem;
}
.header .headerBox .HeaderNav ul li .headerNavBox {
  position: absolute;
  top: 1.12rem;
  left: -20%;
  width: 160%;
  padding: 0 5%;
  height: auto;
  padding: 0rem 0.1rem;
  background: #ffffff;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
  opacity: 0;
  transition: 0.7s;
  display: none;
}

.header .headerBox .HeaderNav ul li:hover .headerNavBox{
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
}
.header .headerBox .HeaderNav ul li .headerNavBox.on {
 
}
.header .headerBox .HeaderNav ul li .headerNavBox .headerNavBoxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.1rem 0;
  height: 100%;
  width: 100%;
}
.header .headerBox .HeaderNav ul li .headerNavBox .headerNavBoxList p {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  padding-top: 0.2rem;
}
.header .headerBox .HeaderNav ul li .headerNavBox .headerNavBoxList p img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  object-fit: contain;
}
.header .headerBox .HeaderNav ul li .headerNavBox .headerNavBoxList p span {
  display: block;
  text-align: center;
  padding: 0;
  padding-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
}
.header .mheaderNav {
  display: none;
}
.mheaderNavBox {
  display: none;
}
/*foot*/
.foot-box {
  background: url(../images/di.jpg) no-repeat center;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 999999999999;
}
.foot {
  float: right;
}
.foot-zi {
  font-size: 14px;
  color: #4baeaf;
  padding-left: 19px;
  box-sizing: border-box;
  background: url("../images/zixun.png") no-repeat 0 center;
}
.foot-tell {
  font-size: 14px;
  color: #ecc4a3;
  padding-left: 17px;
  box-sizing: border-box;
  background: url("../images/tel.png") no-repeat 0 center;
  margin-left: 31px;
  margin-right: 20px;
}
.foot-wei {
  display: block;
  background: url("../images/weibo.png") no-repeat center;
  width: 20px;
  height: 40px;
  margin: 0 10px 0 22px;
}
.foot-wx {
  background: url("../images/wx.png") no-repeat center;
  width: 18px;
  height: 40px;
  position: relative;
  z-index: 999999;
  margin-left: 20px;
}
.foot-wx span {
  display: block;
  width: 0;
  height: 80px;
  transition: all 0.5s ease-out;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
}
.foot-wx:hover span {
  width: 80px;
}
.foot-wx span img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header {
    margin-top: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background: #ffffff;
    position: relative;
    height: 0.9rem;
    z-index: 9999999999999;
  }
  .header .headerBox {
    width: 96%;
    position: absolute;
    left: 2%;
    background: #ffffff;
  }
  .header .headerBox .HeaderNav ul {
    height: auto;
  }
  .header .headerBox .HeaderNav {
    display: none;
  }
  .header .headerBox .mheaderNav {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
    display: inline-flex;
    justify-content: flex-end;
  }
  .header .headerBox .logo {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
    height: 100%;
  }
  .header .headerBox .logo img {
    display: block;
    height: 0.5rem;
  }
  .header .headerBox .HeaderNav ul li .headerNavBox.on {
    width: 100%;
    padding: 0.3rem;
  }
  .header .mheaderNavBox {
    width: 100%;
    display: none;
    margin-top: 0.3rem;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0.6rem;
  }
  .header .mheaderNavBox ul li a {
    display: block;
    font-size: 0.2rem;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .banner {
    display: none;
  }
  .mbanner {
    display: block;
    position: fixed;
    top: 0;
  }
  .foot-box {
    height: auto;
    background: url(../images/di.jpg) repeat center;
  }
  .foot-wx {
    display: none;
  }
  .foot-tell {
    margin-left: 0;
  }
}

.crumbs{
  box-sizing: content-box;
}


.another>a{
  color: #d93624;
}




/*nav*/
.nav_box {
  background-color: #fff;
  margin-top: auto;
  position: relative;
  z-index: 99999;
}

.menubox {
  position: relative;
  max-width: 1200px;
  height: 66px;
  margin: 0 auto;
}

.menubox ul .nav-item {
  z-index: 1;
  position: relative;
  float: left;
  height: 66px;
  padding: 0 32px;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
}

.menubox ul .nav-item.another a {
  color: #d93624;
}

.menubox ul li:hover a {
  color: #d93624 !important;
}


.menubox ul .nav-item:hover::before,
.menubox ul .nav-item.another::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menubox ul .nav-item a {
  display: block;
  height: 66px;
  line-height: 86px;
  text-align: center;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
}

.menubox ul .nav-item a:hover {
  color: #fff;
}

.menubox ul .nav-item>ul {
  position: absolute;
  top: 66px;
  left: 50%;
  width: 105% !important;
  height: 0;
  visibility: hidden;
  transform: translateX(-50%);
  perspective: 500px;
  z-index: 999;
}

.menubox ul .nav-item>ul li {
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  transform: rotateY(90deg);
  transition: transform .4s, opacity .5s;
  opacity: 0;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #ccc;
}

.menubox ul .nav-item>ul li a {
  color: #333 !important;
}
.menubox ul .nav-item>ul li a:hover{
color:#d93624 !important;
}
.menubox ul .nav-item>ul li:hover a {
  color: #fff;
}

.menubox ul .nav-item>ul li:nth-child(1) {
  transition-delay: 0ms;
}

.menubox ul .nav-item>ul li:nth-child(2) {
  transition-delay: 100ms;
}

.menubox ul .nav-item>ul li:nth-child(3) {
  transition-delay: 200ms;
}

.menubox ul .nav-item>ul li:nth-child(4) {
  transition-delay: 300ms;
}

.menubox ul .nav-item>ul li:nth-child(5) {
  transition-delay: 400ms;
}

.menubox ul .nav-item>ul li:nth-child(6) {
  transition-delay: 500ms;
}

.menubox ul .nav-item>ul li:nth-child(7) {
  transition-delay: 600ms;
}

.menubox ul .nav-item>ul li:nth-child(8) {
  transition-delay: 700ms;
}

.menubox ul .nav-item>ul li:nth-child(9) {
  transition-delay: 800ms;
}

.menubox ul .nav-item>ul li:nth-child(10) {
  transition-delay: 900ms;
}

.menubox ul .nav-item>ul li:nth-child(11) {
  transition-delay: 1000ms;
}

.menubox ul .nav-item>ul li:nth-child(12) {
  transition-delay: 1200ms;
}

.menubox ul .nav-item>ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d93624;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menubox ul .nav-item>ul li:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menubox ul .nav-item>ul li a {
  position: relative;
  display: block;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
}
.menubox ul .nav-item>ul li a:hover{
color:#ab8f6e; !important;
}
.menubox ul .nav-item>ul li.drop>a {
  padding-right: 18px;
  padding-left: 12px;
  background-image: url('../images/drop.png');
  background-repeat: no-repeat;
  background-position: 95% center !important;
  box-sizing: border-box;
}

.menubox ul .nav-item>ul li:hover>a:link::after,
.menubox ul .nav-item>ul li:hover>a:visited::after {
  height: 248%;
}

.menubox ul .nav-item>ul li>dl {
  position: absolute;
  left: 100% !important;
  top: 0;
  width: 110%;
  height: 0;
  visibility: hidden;
  perspective: 500px;
}

.menubox ul .nav-item>ul li>dl dd {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  height: 50px;
  transform: rotateY(90deg);
  transition: transform .4s, opacity .5s;
  opacity: 0;
  border-bottom: 1px solid #ccc;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(1) {
  transition-delay: 0ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(2) {
  transition-delay: 100ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(3) {
  transition-delay: 200ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(4) {
  transition-delay: 300ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(5) {
  transition-delay: 400ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(6) {
  transition-delay: 500ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(7) {
  transition-delay: 600ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(8) {
  transition-delay: 700ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(9) {
  transition-delay: 800ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(10) {
  transition-delay: 900ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(11) {
  transition-delay: 1000ms;
}

.menubox ul .nav-item>ul li>dl dd:nth-child(12) {
  transition-delay: 1200ms;
}

.menubox ul .nav-item>ul li>dl dd::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ab8f6e;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menubox ul .nav-item>ul li>dl dd:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menubox ul .nav-item>ul li>dl dd a {
  position: relative;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.menubox ul .nav-item>ul li:hover>dl {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.menubox ul .nav-item>ul li:hover>dl dd {
  transform: rotateY(0);
  opacity: 1;
}

.menubox ul .nav-item:hover>ul {
  height: auto;
  visibility: visible;
}

.menubox ul .nav-item:hover>ul li {
  transform: rotateY(0);
  opacity: 1;
}

.between{
  width: 90%;
  margin: 0 auto;
}

/* @media (max-width: 1828px) and (min-width: 1720px) {
  .between {
      width: 1650px;
  }
}

@media (max-width: 1720px) and (min-width: 1540px) {
  .between {
      width: 1450px;
  }
}

@media (max-width: 1540px) {
  .between {
      width: 1200px;
  }
} */

body{
  overflow: hidden;
}


@media (max-width:768px){
  .nav_box{
    display: none;
  }
}