.header {
  width: 100%;
  height: 72px;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 0 96px;
}

.header * {
  line-height: 72px;
}

.header.normal {
  background: transparent;
}

.header .logoHover {
  display: inline-block;
}

.header .logo {
  display: none;
}

.header.normal .logo {
  display: inline-block;
}

.header.normal .logoHover {
  display: none;
}

.header.normal a {
  color: #FFFFFF;
}

.header .topNav {
  margin-left: 10%;
}

.header .topNav li {
  float: left;
  padding: 0 20px;
  text-align: center;
}

.header .topNav>li a {
  font-size: 16px;
  padding-bottom: 24px;
  /* width: 100%; */
}

.header .topNav li a span.iconfont {
  font-size: 12px;
  margin-left: 5px;
}

.header .topNav li a:hover,
.header .topNav li a:focus {
  color: #E2231A;
  border-bottom: 3px solid #E2231A;
  text-decoration: none;
}

.header .topNav li:hover .navBox {
  display: flex;
}

.header .topNav li .navBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 72px;
  display: flex;
  display: none;
  z-index: 50;
}

.header .topNav li .navBox .menuList {
  background: #EBEBEB;
  width: 100%;
  height: 73px;
}

.header .topNav li .navBox .menuList ul {
  display: inline-block;
}

.header .topNav li .navBox .menuList ul li a:hover {
  border-bottom: 0;
}

.header .topNav li .navBox .tabTit {
  width: 36%;
  background: #EBEBEB;
  float: left;
  padding: 32px 0;
  padding-left: 25%;
}

.header .topNav li .navBox1 .tabTit {
  padding-left: 20%;
}

.header .topNav li .navBox .tabTit .leftNav {
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
  padding-left: 20px;
}

.header .topNav li .navBox .tabTit .leftNav a {
  line-height: 40px;
}

.header .topNav li .navBox .tabTit .leftNav a:hover,
.header .topNav li .navBox .tabTit .leftNav a:focus {
  border-bottom: 0;
}

.header .topNav li .navBox .tabTit .leftNav:hover {
  color: #E2231A;
  background-color: #ddd;
}

.header .topNav li .navBox .tabTit .leftNav:hover a {
  color: #E2231A;
}

.header .topNav li .navBox .tabTit .leftNav .iconfont {
  float: right;
  line-height: 40px;
  margin-right: 25px;
  transform: rotate(90deg);
  display: none;
  margin-top: 2px;
}

.header .topNav li .navBox .tabTit .leftNav.active .iconfont {
  display: block;
}

.header .topNav li .navBox .tabCon {
  width: 64%;
  background: #F5F5F5;
  float: left;
  padding: 32px 0 32px 48px;
}

.header .topNav li .navBox .tabCon .tabItem {
  display: none;
  text-align: left;
}

.header .topNav li .navBox .tabCon .tabItem.active {
  display: block;
  line-height: 40px;
}

.header .topNav li .navBox .tabCon .tabItem.active a {
  font-size: 14px;
  border-bottom: 0;
  padding: 0;
  margin-right: 30px;
  line-height: 40px;
}

.header .topNav li .navBox .searchBox {
  width: 664px;
  height: 40px;
  position: relative;
}

.header .topNav li .navBox .searchBox input {
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  padding-left: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.header .topNav li .navBox .searchBox .iconfont {
  font-size: 18px;
  color: #999999;
  position: absolute;
  right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.header .topNav li .navBox .searchProduct {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  display: none;
}

.header .topNav li .navBox .searchProduct.active {
  display: flex;
}

.header .topNav li .navBox .searchProduct ul {
  width: 245px;
  margin-right: 20px;
  margin-top: 10px;
}

.header .topNav li .navBox .searchProduct ul p {
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 7px;
}

.header .topNav li .navBox .searchProduct ul li {
  color: #666666;
  line-height: 30px;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
}

.header .topNav li .navBox .searchProduct ul li a {
  line-height: 30px;
  font-size: inherit;
  padding-bottom: 0;
}

.header .topNav li .navBox .searchProduct ul li a:hover,
.header .topNav li .navBox .searchProduct ul li a:focus {
  border-bottom: 0;
}

.header .topNav li .navBox .searchProduct ul li .pro-l {
  line-height: 28px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  padding: 10px;
  border-radius: 4px;
  display: none;
}

.header .topNav li .navBox .searchProduct ul li:hover .pro-l {
  display: block;
}

.header .topNav li .navBox .searchProduct ul li .pro-l::after {
  content: '';
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 8px;
  top: -18px;
}

.header .topNav li .navBox .searchProduct ul li .pro-l a {
  display: block;
  padding-left: 5px;
}

.header .topNav li .navBox .searchProduct ul li .pro-l a:hover {
  background: #eee;
}

.header.normal .topRight {
  background: transparent;
}

.header .topRight {
  display: flex;
  align-items: center;
  position: absolute;
  right: 96px;
  background: #fff;
  padding-left: 20px;
}

.header .topRight .searchBox {
  position: relative;
  height: 72px;
  min-width: 18px;
}

.header .topRight .searchBox:hover input {
  display: inline-block;
  width: 276px;
}

.header .topRight input {
  width: 276px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding-left: 13px;
  display: none;
  line-height: 72px;
}

.header.normal .topRight .icon-search {
  font-size: 18px;
  color: #FFFFFF;
}

.header .topRight .icon-search {
  position: absolute;
  right: 12px;
  top: 0;
  cursor: pointer;
  /* line-height: 36px; */
}

.header .topRight .login {
  margin: 0 20px 0 16px;
}

.header .topRight .register {
  width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #E2231A;
  color: #FFFFFF;
}

.header.normal .topRight .register {
  border: 1px solid #FFFFFF;
  background: transparent;
}

/*  */
.header .topNav li .navBox1 .tabCon .tabItem.active a {
  padding-top: 60px;
  display: inline-block;
  text-align: center;
  min-width: 80px;
}

.footer {
  background: #F2F2F2;
}

.footer .content {
  margin: 0 auto;
  padding: 48px 0 36px;
  border-bottom: 1px solid #E1E1E1;
}

.footer .content .leftCon {
  border-right: 1px solid #E1E1E1;
  padding-right: 70px;
  text-align: center;
  height: 222px;
}

.footer .content .leftCon .iconfont {
  font-size: 44px;
  color: #898989;
}

.footer .content .leftCon .address {
  font-size: 12px;
  color: #666666;
  margin: 14px 0 24px;
}

.footer .content .leftCon button {
  width: 156px;
  height: 38px;
  border: 1px solid #848484;
  color: #666666;
}

.footer .content .rightCon {
  width: calc(100% - 309px);
}

.footer .content .rightCon ul {
  margin: 0 20px;
}

.footer .content .rightCon ul p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .content .rightCon ul li {
  color: #666666;
  line-height: 30px;
  cursor: pointer;
}

.footer .bottom span {
  line-height: 60px;
  color: #999999;
}

.footer .content .tabTit {
  margin-top: 18px;
}

.footer .content .tabTit li {
  float: left;
  margin-right: 6px;
  position: relative;
}

.footer .content .tabTit li .iconfont {
  font-size: 32px;
  color: #BBBBBB;
  cursor: pointer;
}

.footer .content .tabTit li.active .iconfont,
.footer .content .tabTit li .iconfont:hover {
  color: #999999;
}

.footer .content .tabTit li.active .hoverShow,
.footer .content .tabTit li .iconfont:hover+.hoverShow {
  display: block;
}

.footer .content .tabTit li .hoverShow {
  position: absolute;
  text-align: center;
  display: none;
}

.footer .content .tabTit li .hoverShow .code {
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  background: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 10px;
  position: relative;
}

.footer .content .tabTit li .hoverShow .code::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  top: -6px;
  background: #fff;
  left: 10px;
}

.footer .content .tabTit li .hoverShow .code img {
  width: 100px;
}

.footer .content .tabTit li .hoverShow p {
  font-size: 12px;
  color: #999999;
}

.footer .content .tabTit li:nth-child(3) .hoverShow,
.footer .content .tabTit li:nth-child(4) .hoverShow {
  right: 0;
}

.footer .content .tabTit li:nth-child(3) .hoverShow .code::before,
.footer .content .tabTit li:nth-child(4) .hoverShow .code::before {
  right: 10px;
  left: unset;
}

/*  */
.rightFixed {
  position: fixed;
  right: 30px;
  top: 256px;
  z-index: 100;
}

.rightFixed .contact {
  width: 50px;
  height: 181px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; */
  position: relative;
  text-align: center;
}

.rightFixed .contact i {
  height: 137px;
  border-bottom: 1px solid #848484;
  padding: 0 6px;
  color: #E2231A;
  text-align: center;
  line-height: 19px;
  display: block;
  margin-bottom: 12px;
  padding: 16px 14px 10px;
}

.rightFixed .contact i>.iconfont {
  font-size: 20px;
  margin-bottom: 10px;
}

.rightFixed .contact .code {
  font-size: 19px;
  color: #848484;
  padding: 14px;
}

.rightFixed .contact i:hover .contactBox {
  display: block;
}

.contactBox {
  width: 320px;
  height: 298px;
  background: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  left: -332px;
  top: 0;
  padding-left: 18px;
  display: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  color: #333333;
}

.contactBox::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 0px;
  opacity: 0;
  width: 20px;
  height: 137px;
  background-color: #fff;
}

.contactBox::after {
  content: '';
  border: 9px solid transparent;
  border-left: 14px solid #fff;
  position: absolute;
  right: -20px;
  top: 26px;
}

.contactBox .iconfont {
  font-size: 25px;
  float: left;
  margin-right: 16px;
  line-height: 50px;
}

.contactBox li {
  padding: 10px 0;
  text-align: left;
}

.contactBox li h6 {
  font-size: 14px;
  line-height: 30px;
}

.contactBox li p {
  font-size: 12px;
  color: #848484;
  line-height: 20px;
}

.contactBox li p.red {
  font-size: 18px;
  font-family: Arial;
  color: #E1251B;
}

.rightFixed .contact .code:hover .codeShow {
  display: block;
}

.codeShow {
  width: 119px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  left: -131px;
  bottom: -54px;
  padding: 9px 8px;
  text-align: center;
  display: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
}

.codeShow::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 42px;
  width: 20px;
  height: 43px;
  background-color: #fff;
  opacity: 0;
}

.codeShow::after {
  content: '';
  border: 9px solid transparent;
  border-left: 14px solid #fff;
  position: absolute;
  right: -20px;
  top: 55px;
}

.codeShow p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

.rightFixed .top {
  margin-top: 4px;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
}

.rightFixed .top .iconfont {
  font-size: 18px;
  color: #848484;
}

.mainbox-tit {
  color: #353335;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 62px;
}

.xinshangke .mainbox p {
  font-size: 16px;
  font-weight: 400;
  color: #353335;
  line-height: 30px;
  text-indent: 2em;
}

/*  */
@media screen and (max-width: 1440px) {
  .header {
    padding: 0 22px;
  }

  .header .topNav {
    margin-left: 50px;
  }

  .header .topNav li {
    padding: 0 10px;
  }

  .header .topRight {
    right: 22px;
  }

  .header .topNav li .navBox .tabTit {
    width: 20%;
    padding-left: 4%;
  }

  .header .topNav li .navBox1 .tabTit {
    width: 41%;
    padding-left: 4%;
  }

  .header .topNav li .navBox .tabCon {
    width: 80%;
    padding-left: 20px;
  }

  .footer .content .leftCon {
    display: none;
  }

  .footer .content .rightCon {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .header {
    padding: 0 36px;
  }

  .header .topNav {
    margin-left: 100px;
  }

  .header .topNav li {
    padding: 0 32px;
  }

  .header .topNav .navBox li {
    padding: 0 15px;
  }

  .header .topRight {
    right: 36px;
  }

  .header .topNav li .navBox .tabTit {
    width: 30%;
    padding-left: 16%;
  }

  .header .topNav li .navBox1 .tabTit {
    width: 36%;
    padding-left: 12%;
  }

  .header .topNav li .navBox .tabCon {
    width: 70%;
    padding-left: 30px;
  }
}

.index_page01 {
   text-align: center;
    padding: 40px 0;
}

.index_page01 span {
  height: 36px;
    margin: 0 7px;
    color: #ffffff;
    padding: 0px 13px;
    font-size: 16px;
    line-height: 36px;
    background: #E2231A;
    display: inline-block;
}

.index_page01 a {
    height: 36px;
    margin: 0 7px;
    padding: 0px 13px;
    font-size: 16px;
    line-height: 36px;
    background: #F3F3F3;
    color: #666666;
    display: inline-block;
}

.index_page01 a:hover {
  background: #e3e3e3;
}

.index_page01 a.index_prev1 {
  background: url(../images/index_131022_04.png) no-repeat 8px center;
  padding: 3px 12px;
}

.index_page01 a.index_next1 {
  background: url(../images/index_131022_03.png) no-repeat 10px center;
  padding: 3px 12px;
}

.index_page01 a.index_this {
  background: #ffba00;
  border: 1px #ffba00 solid;
  color: #ffffff;
}

.index_page01 .index_numPage {
  background: url(../images/index_131022_07.png) repeat-x;
  border: 1px #c5c5c5 solid;
  width: 40px;
  font-size: 14px;
  padding: 2px 0;
  margin-right: 10px;
}

.index_page01 .index_go {
  border: 1px #c5c5c5 solid;
  width: 32px;
  height: 22px;
  line-height: 18px;
  font-size: 14px;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
}

