html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

dl,
ol,
ul {
  list-style-type: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
}

img {
  vertical-align: middle;
}

button,
input[type='submit'],
input[type='text'],
input[type='button'],
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

body {
  color: #000;
  line-height: 1.3;
  overflow-x: hidden;
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../css/ietip/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.layout {
  max-width: 1600px;
  padding: 0 5%;
  margin: 0 auto;
}

.layout2 {
  max-width: 1400px;
  padding: 0 5%;
  margin: 0 auto;
}

.bg {
  /* background-image: url(../images/bg.jpg);
  background-repeat: repeat; */
}

.bg2 {
  background-image: url(../images/main_bg2.jpg);
  background-repeat: repeat;
}

.title-phone {
  display: none;
}

.phone-arrow {
  display: none;
}

.headerWarp {
  zoom: 1;
}


.header {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 3px solid #5c0c11;
  border-bottom: 1px solid #5c0c11;
}

.headerR {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-fix {
  position: fixed;
  top: 0 !important;
  bottom: auto !important;
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: none;
  position: absolute;
  top: 0;
  margin-top: 3%;
  margin-left: 3%;
}

.logo img {
  width: 130px
}

/* .topMsg {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 61px; }
  .topMsg a {
    margin-left: 26px;
    color: #5c0c11;
    font-size: 15px; }
  .topMsg img {
    width: 13px;
    margin-right: 8px;
    vertical-align: middle; }
  .topMsg a.spe {
    font-weight: bold; }
    .topMsg a.spe img {
      width: 69px;
      margin-top: -10px; } */

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav li {
  margin-left: 38px;
  position: relative;
}

.nav .showNav img {
  transform: rotate(-90deg)
}

.nav li .navLink {
  padding: 0 25px;
  line-height: 80px;
  display: block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.nav .spe {
  display: none;
}


.nav li:hover .navLink,
.nav li.on .navLink {
  background: url(../images/header_sj.png) no-repeat bottom center;
  background-size: 20px 10px;
}

.nav li:hover .subNav {
  transform: scaleY(1);
  opacity: 1;
}

.nav .subNav {
  margin-top: -2px;
  transform: scaleY(0);
  transition: transform 0.35s, opacity 0.35s;
  transform-origin: top center;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #5b0c11;
  background-size: 100% 100%;
  background-color: #fff;
  padding: 8px 0;
}

.nav .subNav a {
  display: block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  font-size: 18px;
  color: #464343;
}

.nav .subNav a em {
  color: #5c0c11;
  width: 18px;
  margin-left: -18px;
  font-size: 30px;
  vertical-align: middle;
  display: none;
}

.nav .subNav a:hover {
  color: #5c0c11;
}

.nav .subNav a:hover em {
  display: inline-block;
}

.navClose,
.mask,
.navOpen {
  display: none;
}

.gotop {
  width: 46px;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1400px) {
  .gotop {
    width: 39.1px;
    position: fixed;
    z-index: 100;
    right: 17px;
    bottom: 25.5px;
    cursor: pointer;
  }

  .headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo img {
    width: 130px
  }

  .topMsg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 51.85px;
  }

  .topMsg a {
    margin-left: 22.1px;
    color: #5c0c11;
    font-size: 12.75px;
  }

  .topMsg img {
    width: 11.05px;
    margin-right: 6.8px;
    vertical-align: middle;
  }

  .topMsg a.spe {
    font-weight: bold;
  }

  .topMsg a.spe img {
    width: 58.65px;
    margin-top: -8.5px;
  }

  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav li {
    margin-left: 32.3px;
    position: relative;
  }

  .nav li .navLink {
    padding: 0 21.25px;
    line-height: 65px;
    display: block;
    font-size: 15.3px;
    color: #fff;
  }


  .nav li:hover .subNav {
    transform: scaleY(1);
    opacity: 1;
  }

  .nav .subNav {
    transform: scaleY(0);
    transition: transform 0.35s, opacity 0.35s;
    transform-origin: top center;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-size: 100% 100%;
    padding: 6.8px 0;
  }

  .nav .subNav a {
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 13.6px;
  }

  .nav .subNav a em {
    width: 15.3px;
    margin-left: -15.3px;
    font-size: 25.5px;
    vertical-align: middle;
    display: none;
  }

  .nav .subNav a:hover {
    color: #5c0c11;
  }

  .nav .subNav a:hover em {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .gotop {
    width: 36.8px;
    position: fixed;
    z-index: 100;
    right: 16px;
    bottom: 24px;
    cursor: pointer;
  }


  .headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo img {
    width: 120px
  }

  .topMsg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 48.8px;
  }

  .topMsg a {
    margin-left: 20.8px;
    color: #5c0c11;
    font-size: 12px;
  }

  .topMsg img {
    width: 10.4px;
    margin-right: 6.4px;
    vertical-align: middle;
  }

  .topMsg a.spe {
    font-weight: bold;
  }

  .topMsg a.spe img {
    width: 55.2px;
    margin-top: -8px;
  }

  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav li {
    margin-left: 14.4px;
    position: relative;
  }

  .nav li .navLink {
    padding: 0 16px;
    line-height: 55px;
    display: block;
    font-size: 14.4px;
    color: #fff;
  }


  .nav li:hover .subNav {
    transform: scaleY(1);
    opacity: 1;
  }

  .nav .subNav {
    transform: scaleY(0);
    transition: transform 0.35s, opacity 0.35s;
    transform-origin: top center;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-size: 100% 100%;
    padding: 6.4px 0;
  }

  .nav .subNav a {
    display: block;
    text-align: center;
    line-height: 32px;
    height: 38px;
    font-size: 12.8px;
  }

  .nav .subNav a em {
    width: 14.4px;
    margin-left: -14.4px;
    font-size: 24px;
    vertical-align: middle;
    display: none;
  }

  .nav .subNav a:hover {
    color: #5c0c11;
  }

  .nav .subNav a:hover em {
    display: inline-block;
  }
}

@media screen and (max-width: 990px) {
  .gotop {
    width: 39.1px;
    position: fixed;
    z-index: 100;
    right: 17px;
    bottom: 25.5px;
    cursor: pointer;
  }

  .mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }

  .showNav .mask {
    display: block;
  }

  .headerR {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .logo img {
    width: 110px
  }

  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav li {
    margin-left: 20px;
    position: relative;
  }

  .nav li .navLink {
    padding: 0 14px;
    line-height: 45px;
    display: block;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
  }


  .nav li:hover .subNav {
    transform: scaleY(1);
    opacity: 1;
    display: block;
  }

  .nav li.showNav .subNav {
    transform: scaleY(1) !important;
    opacity: 1 !important;
    display: block !important;
  }

  .nav .subNav {
    transform: scaleY(0);
    transition: transform 0.35s, opacity 0.35s;
    transform-origin: top center;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-size: 100% 100%;
    padding: 6.8px 0;
  }

  .nav .subNav a {
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 13.6px;
  }

  .nav .subNav a em {
    width: 15.3px;
    margin-left: -15.3px;
    font-size: 25.5px;
    vertical-align: middle;
    display: none;
  }

  .nav .subNav a:hover {
    color: #5c0c11;
  }

  .nav .subNav a:hover em {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .gotop {
    width: 36.8px;
    position: fixed;
    z-index: 100;
    right: 16px;
    bottom: 55px;
    cursor: pointer;
  }

  .navClose,
  .navOpen {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 17px;
  }

  .navOpen {
    position: absolute;
    left: 20px;
  }

  .mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

  }

  .showNav .mask {
    display: block;
  }

  .showNav .headerR {
    left: 0;
  }

  .title-phone {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    height: 55px;
  }

  .phone-arrow {
    transition: all .2s linear;
    transform: rotate(90deg);
    margin-left: auto;
    width: 10px;
    display: inline-block;
  }

  .logo-phone {
    width: 145px;
    height: 20px;
  }

  .headerR {
    z-index: 2;
    position: fixed;
    width: 200px;
    box-sizing: border-box;
    transition: left 0.3s ease-out;
    left: -200px;
    top: 0;
    padding: 24px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    background-repeat: repeat;
  }

  .headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .logo img {
    width: 50px
  }

  .nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .nav li {
    height: auto;
    margin-left: 0;
    width: 100%;
    position: relative;
    background: url(../../assets/images/li-bottom-bar.png) center bottom no-repeat;
    background-size: 150px 3px;
  }


  .nav li .navLink {
    width: 100%;
    line-height: 45px;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #5c0c11;
  }


  .nav li:hover .navLink {
    background: none;
  }

  .nav li:hover .subNav {
    transform: scaleY(0);
    opacity: 0;
    display: none;
  }


  .nav li .subNav {
    transform: scaleY(0);
    opacity: 0;
    display: none;
  }

  .nav .subNav {
    transform: scaleY(0);
    transition: transform 0.35s, opacity 0.35s;
    transform-origin: top center;
    opacity: 0;
    position: initial;
    width: 130px;
    top: 100%;
    left: 0;
    border: none;
    background: #fff;
    background-size: 100% 100%;
    padding: 6.4px 0;
  }

  .nav .subNav a {
    display: block;
    text-align: left;
    line-height: 36px;
    margin-bottom: 5px;
    height: 36px;
    font-size: 14.4px;
    color: #1a1a1a;
  }

  .nav .subNav a em {
    width: 14.4px;
    margin-left: -14.4px;
    font-size: 24px;
    vertical-align: middle;
    display: none;
  }

  .nav .subNav a:hover {
    padding-left: 10px;
    color: #5c0c11;
  }

  .nav .subNav a:hover em {
    display: inline-block;
  }
}

.footer {
  /* position: relative;
  margin-top: -8px;
  z-index: -10; */
  padding-top: 100px;
  background: url('../images/footer_back.jpg');
  background-size: cover;
  color: #e3d8cc;
}

.footer a {
  color: #e3d8cc;
}

.footer a:hover {
  color: #5c0c11;
}

.footT {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footLink a {
  font-size: 14px;
  margin-right: 58px;
}

.footShare a img {
  width: 28px;
  margin-left: 10px;
}

.footM {
  padding: 32px 0;
  background: url('../images/footer_bar.jpg') no-repeat top center, url('../images/footer_bar.jpg') no-repeat bottom center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: 110% auto, 110% auto;
}

.footLogo img {
  width: 77px;
}

.footAd {
  margin-left: 46px;
  padding-left: 46px;
  border-left: 1px solid #6b5a57;
  flex-grow: 1;
}

.footAd img {
  width: 17px;
}

.footAd p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

.footEwm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footEwm img {
  width: 92px;
  margin-left: 18px;
}

.footEwm .footEwmMsg {
  text-align: right;
}

.footEwm h5 {
  font-size: 12px;
}

.footEwm p {
  font-size: 12px;
  color: #f8b62b;
}

.footB {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 13px;
}

.footLink2 {
  margin-right: 20px;
}

.footLink2 span {
  margin: 0 5px;
  opacity: 0.5;
}

.mask2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  z-index: 1000;
  display: none;
}

.mask2 img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 200px;
}

.footB .footEwmMsg {
  display: none;
}

@media screen and (max-width: 1400px) {
  .footer {
    padding-top: 90px;
    background-size: cover;
    color: #e3d8cc;
  }

  .footT {
    height: 53.55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footLink a {
    font-size: 11.9px;
    margin-right: 49.3px;
  }

  .footShare a img {
    width: 23.8px;
    margin-left: 8.5px;
  }

  .footM {
    padding: 20.4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footLogo img {
    width: 65.45px;
  }

  .footAd {
    margin-left: 39.1px;
    padding-left: 39.1px;
    border-left: 1px solid #6b5a57;
    flex-grow: 1;
  }

  .footAd img {
    width: 14.45px;
  }

  .footAd p {
    font-size: 11.9px;
    line-height: 17px;
    padding-top: 8.5px;
  }

  .footEwm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footEwm img {
    width: 78.2px;
    margin-left: 15.3px;
  }

  .footEwm .footEwmMsg {
    text-align: right;
  }

  .footEwm h5 {
    font-size: 10.2px;
  }

  .footEwm p {
    font-size: 22.1px;
    color: #f8b62b;
  }

  .footB {
    display: flex;
    align-items: center;
    padding: 17px 0;
    font-size: 11.05px;
  }

  .footLink2 {
    margin-right: 17px;
  }

  .footLink2 span {
    margin: 0 4.25px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 100px;
    background-size: cover;
    color: #e3d8cc;
  }

  .footT {
    height: 50.4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footLink a {
    font-size: 11.2px;
    margin-right: 46.4px;
  }

  .footShare a img {
    width: 22.4px;
    margin-left: 8px;
  }

  .footM {
    padding: 19.2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footLogo img {
    width: 61.6px;
  }

  .footAd {
    margin-left: 36.8px;
    padding-left: 36.8px;
    border-left: 1px solid #6b5a57;
    flex-grow: 1;
  }

  .footAd img {
    width: 13.6px;
  }

  .footAd p {
    font-size: 11.2px;
    line-height: 16px;
    padding-top: 8px;
  }

  .footEwm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footEwm img {
    width: 73.6px;
    margin-left: 14.4px;
  }

  .footEwm .footEwmMsg {
    text-align: right;
  }

  .footEwm h5 {
    font-size: 9.6px;
  }

  .footEwm p {
    font-size: 20.8px;
    color: #f8b62b;
  }

  .footB {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 10.4px;
  }

  .footLink2 {
    margin-right: 16px;
  }

  .footLink2 span {
    margin: 0 4px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 990px) {
  .footer {
    padding-top: 60px;
  }
}

@media screen and (max-width: 800px) {
  .ban {
    margin-top: 55px;
  }

  .footer {
    padding-bottom: 60px;
    padding-top: 0;
    background-repeat: repeat;
    color: #e3d8cc;
  }

  .footT {
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footLink {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%;
  }

  .footLink a {
    flex-grow: 1;
    display: inline-block;
    font-size: 2.3vw;
    line-height: 38px;
    margin-right: 10px;
  }

  .footShare {
    width: 100%;
    text-align: left;
  }

  .footShare a img {
    width: 22.4px;
    margin-left: 8px;
  }

  .footM {
    display: none !important;
    flex-wrap: wrap;
    padding: 19.2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footLogo {
    display: none;
  }

  .footLogo img {
    width: 45.6px;
  }

  .footAd {
    display: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    flex-grow: 1;
  }

  .footAd img {
    width: 13.6px;
  }

  .footAd p {
    font-size: 11.2px;
    line-height: 16px;
    padding-top: 8px;
  }

  .footEwm {
    padding-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:
  }

  .footEwmMsg h5 {
    font-size: 13px;
  }

  .footEwmMsg p {
    margin-left: 5px;
    font-size: 13px;
    color: #f8b62b;
  }

  .footShare {
    display: flex;
    justify-content: center;
  }

  .footEwmMsg {
    margin-top: 10px;
  }

  .footEwmMsg .box1,
  .footEwmMsg .box2 {
    display: flex;
    margin-bottom: 10px;
  }

  .footEwmMsg h5:nth-of-type(2) {
    margin-left: 12px;
  }

  .footEwm img {
    display: none;
    width: 81.6px;
    margin-left: 0;
  }

  .footEwm .footEwmMsg {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .footB .footEwmMsg {
    display: block;
  }


  .footEwm p {
    font-size: 13px;
    color: #f8b62b;
  }

  .footB {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 15px 0;
    font-size: 10.4px;
  }

  .footLink2 {
    display: none;
    width: 100%;
    padding-bottom: 10px;
    margin-right: 16px;
  }

  .footLink2 span {
    margin: 0 4px;
    opacity: 0.5;
  }
}



.onehide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 58%;
}

.ov {
  overflow: hidden;
}

.ov .img {
  transition: all 0.3s;
}

.ovbox:hover .ov .img {
  transform: scale(1.1);
}

.ban {
  position: relative;
}

.ban .ban_bg{
  width: 100%;
}

.main {
  padding: 45px 0 64px 0;
}

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

.lbox {
  width: 209px;
  padding-right: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.lbox img {
  display: none;
}

.lbox h5 {
  color: #5b0c11;
  font-size: 24px;
  line-height: 41px;
  padding-bottom: 15px;
}

.lbox a {
  display: block;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 18px;
  color: #5b0c11;
  position: relative;
}

.lbox em {
  position: relative;
  z-index: 1;
}

.lbox a:hover,
.lbox a.on {
  color: #c3b49e;
}

.lbox a:hover::after,
.lbox a.on::after {
  content: '';
  position: absolute;
  left: -10px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5b0c11;
  z-index: 0;
}

.rbox {
  flex-grow: 1;
}

.rboxTop {
  line-height: 40px;
  font-size: 18px;
  color: #5b0c11;
  padding-bottom: 15px;
  position: relative;
}

.menuOpen {
  display: none;
}

.pro {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.pro li {
  margin-bottom: 17px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 25%;
}

.pro a {
  border-radius: 10px;
  display: block;
  transition: all 0.2s;
  padding: 10px;
  color: #5b0c11;
  text-align: center;
}

.pro a:hover {
  color: #fff;
  background: #7a393b;
}

.pro .ov {
  border: 1px solid #5b0c11;
  border-radius: 10px;
}

.pro .img {
  height: 273px;
  background-size: cover;
  background-position: center;
}

.pro h5 {
  line-height: 30px;
  padding: 10px 0 5px 0;
  font-size: 18px;
}

.pro p {
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 5px;
}

.page {
  display: flex;
  padding-top: 53px;
}

.page a {
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  color: #fff;
  background: #aa937f;
  margin-right: 10px;
  font-size: 14px;
}

.page a.on,
.page a:hover {
  background: #5b0c11;
}

.pro2 {
  margin: 0 -10px;
  color: #5b0c11;
  display: flex;
  flex-wrap: wrap;
}

.pro2 li {
  margin-bottom: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro2 .ov {
  width: 47%;
  border-radius: 5px;
  flex-shrink: 0;
}

.pro2 .img {
  height: 262px;
  background-size: cover;
  background-position: center;
}

.pro2 .cnt {
  width: 48%;
}

.pro2 h5 {
  line-height: 30px;
  font-size: 22px;
}

.pro2 p {
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 10px;
}

.pro2 em {
  line-height: 30px;
  display: block;
  font-size: 14px;
  display: flex;
}

.pro2 i {
  white-space: nowrap;
  flex-shrink: 0;
}

.pro2 span {
  color: #232323;
}

.pro2 a {
  display: block;
  width: 159px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../images/btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 20px;
  color: #f1e1c9;
  font-size: 16px;
}

.pro3 {
  color: #5b0c11;
  display: flex;
  flex-wrap: wrap;
}

.pro3 li {
  width: 100%;
  border: 1px solid #c39f64;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.pro3 li:nth-child(2n) a {
  flex-direction: row-reverse;
}

.pro3 a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro3 .ov {
  width: 100%;
  border-right: 1px solid #c39f64;
  display: flex;
  flex-direction: column;
}

.pro3 .img {
  background-size: cover;
  background-position: center;
  flex-grow: 1;
}

.pro3 .cnt {
  padding: 10px 36px;
  box-sizing: border-box;
  width: 100%;
  color: #ffdca2;
  background: #1d4f4c;
}

.pro3 h5 {
  text-align: center;
  line-height: 73px;
  font-size: 25px;
  border-bottom: 1px solid #ffdca2;
  margin-bottom: 20px;
}

.pro3 p {
  padding: 0 3%;
  line-height: 27px;
  font-size: 16px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1400px) {

  .main {
    padding: 38.25px 0 54.4px 0;
  }

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

  .lbox {
    width: 169.15px;
    flex-shrink: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .lbox h5 {
    color: #5b0c11;
    font-size: 20.4px;
    line-height: 34.85px;
    padding-bottom: 12.75px;
  }

  .lbox a {
    display: block;
    margin-bottom: 8.5px;
    line-height: 34px;
    font-size: 15.3px;
    color: #5b0c11;
  }

  .rbox {
    flex-grow: 1;
  }

  .rboxTop {
    line-height: 34px;
    font-size: 15.3px;
    color: #5b0c11;
    padding-bottom: 12.75px;
  }

  .pro {
    margin: 0 -8.5px;
    display: flex;
    flex-wrap: wrap;
  }

  .pro li {
    margin-bottom: 14.45px;
    padding: 0 8.5px;
    box-sizing: border-box;
    width: 25%;
  }

  .pro a {
    border-radius: 8.5px;
    display: block;
    transition: all 0.2s;
    padding: 8.5px;
    color: #5b0c11;
    text-align: center;
  }

  .pro a:hover {
    color: #fff;
    background: #7a393b;
  }


  .pro .img {
    height: 232.05px;
    background-size: cover;
    background-position: center;
  }

  .pro h5 {
    line-height: 25.5px;
    padding: 8.5px 0 4.25px 0;
    font-size: 15.3px;
  }

  .pro p {
    line-height: 20.4px;
    font-size: 13.6px;
    padding-bottom: 4.25px;
  }

  .page {
    display: flex;
    padding-top: 45.05px;
  }

  .page a {
    height: 33.15px;
    line-height: 33.15px;
    padding: 0 12.75px;
    color: #fff;
    background: #aa937f;
    font-size: 11.9px;
    margin-right: 8.5px;
  }

  .page a:hover {
    background: #5b0c11;
  }

  .pro2 {
    margin: 0 -8.5px;
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro2 li {
    margin-bottom: 34px;
    padding: 0 8.5px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pro2 .ov {
    width: 47%;
    border-radius: 4.25px;
    flex-shrink: 0;
  }

  .pro2 .img {
    height: 222.7px;
    background-size: cover;
    background-position: center;
  }

  .pro2 .cnt {
    width: 48%;
  }

  .pro2 h5 {
    line-height: 25.5px;
    font-size: 18.7px;
  }

  .pro2 p {
    line-height: 20.4px;
    font-size: 13.6px;
    padding-bottom: 8.5px;
  }

  .pro2 em {
    line-height: 25.5px;
    display: block;
    font-size: 11.9px;
    display: flex;
  }

  .pro2 i {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pro2 span {
    color: #232323;
  }

  .pro2 a {
    display: block;
    width: 135.15px;
    height: 38.25px;
    line-height: 38.25px;
    text-align: center;
    background: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 17px;
    color: #f1e1c9;
    font-size: 13.6px;
  }

  .pro3 {
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro3 li {
    width: 100%;
    border: 1px solid #c39f64;
    box-sizing: border-box;
    margin-bottom: 25.5px;
  }

  .pro3 li:nth-child(2n) a {
    flex-direction: row-reverse;
  }

  .pro3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pro3 .ov {
    width: 100%;
    border-right: 1px solid #c39f64;
    display: flex;
    flex-direction: column;
  }

  .pro3 .img {
    background-size: cover;
    background-position: center;
    flex-grow: 1;
  }

  .pro3 .cnt {
    padding: 8.5px 30.6px;
    box-sizing: border-box;
    width: 100%;
    color: #ffdca2;
    background: #1d4f4c;
  }

  .pro3 h5 {
    text-align: center;
    line-height: 62.05px;
    font-size: 21.25px;
    border-bottom: 1px solid #ffdca2;
    margin-bottom: 17px;
  }

  .pro3 p {
    padding: 0 3%;
    line-height: 22.95px;
    font-size: 13.6px;
    padding-bottom: 12.75px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    padding: 36px 0 51.2px 0;
  }

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

  .lbox {
    width: 143.2px;
    flex-shrink: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .lbox h5 {
    color: #5b0c11;
    font-size: 19.2px;
    line-height: 32.8px;
    padding-bottom: 12px;
  }

  .lbox a {
    display: block;
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
  }

  .rbox {
    flex-grow: 1;
  }

  .rboxTop {
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
    padding-bottom: 12px;
  }

  .pro {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }

  .pro li {
    margin-bottom: 13.6px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 25%;
  }

  .pro a {
    border-radius: 8px;
    display: block;
    transition: all 0.2s;
    padding: 8px;
    color: #5b0c11;
    text-align: center;
  }

  .pro a:hover {
    color: #fff;
    background: #7a393b;
  }


  .pro .img {
    height: 186.4px;
    background-size: cover;
    background-position: center;
  }

  .pro h5 {
    line-height: 24px;
    padding: 8px 0 4px 0;
    font-size: 14.4px;
  }

  .pro p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 4px;
  }

  .page {
    display: flex;
    padding-top: 42.4px;
  }

  .page a {
    height: 31.2px;
    line-height: 31.2px;
    padding: 0 12px;
    color: #fff;
    background: #aa937f;
    margin-right: 8px;
    font-size: 11.2px;
  }

  .page a:hover {
    background: #5b0c11;
  }

  .pro2 {
    margin: 0 -8px;
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro2 li {
    margin-bottom: 32px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pro2 .ov {
    width: 47%;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .pro2 .img {
    height: 209.6px;
    background-size: cover;
    background-position: center;
  }

  .pro2 .cnt {
    width: 48%;
  }

  .pro2 h5 {
    line-height: 24px;
    font-size: 17.6px;
  }

  .pro2 p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 8px;
  }

  .pro2 em {
    line-height: 24px;
    display: block;
    font-size: 11.2px;
    display: flex;
  }

  .pro2 i {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pro2 span {
    color: #232323;
  }

  .pro2 a {
    display: block;
    width: 127.2px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 16px;
    color: #f1e1c9;
    font-size: 12.8px;
  }

  .pro3 {
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro3 li {
    width: 100%;
    border: 1px solid #c39f64;
    box-sizing: border-box;
    margin-bottom: 24px;
  }

  .pro3 li:nth-child(2n) a {
    flex-direction: row-reverse;
  }

  .pro3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pro3 .ov {
    width: 100%;
    border-right: 1px solid #c39f64;
    display: flex;
    flex-direction: column;
  }

  .pro3 .img {
    background-size: cover;
    background-position: center;
    flex-grow: 1;
  }

  .pro3 .cnt {
    padding: 8px 28.8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffdca2;
    background: #1d4f4c;
  }

  .pro3 h5 {
    text-align: center;
    line-height: 58.4px;
    font-size: 20px;
    border-bottom: 1px solid #ffdca2;
    margin-bottom: 16px;
  }

  .pro3 p {
    padding: 0 3%;
    line-height: 21.6px;
    font-size: 12.8px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 990px) {

  .main {
    padding: 36px 0 51.2px 0;
  }

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

  .lbox.show {
    transform: translateX(0);
  }

  .lbox {
    transition: transform .25s;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #eee;
    z-index: 101;
    padding: 0;
    width: 175.2px;
    transform: translateX(-175.2px);
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .lbox .lboxbox {
    height: 100vh;
    overflow: auto;
    padding: 24px;
    padding-left: 8px;
    box-sizing: border-box;
  }

  .lbox img {
    width: 23px;
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    cursor: pointer;
  }

  .lbox h5 {
    color: #5b0c11;
    font-size: 19.2px;
    line-height: 32.8px;
    padding-bottom: 12px;
  }

  .lbox a {
    display: block;
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
  }

  .rbox {
    flex-grow: 1;
  }

  .rboxTop {
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
    padding-bottom: 12px;
  }

  .menuOpen {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12.8px;
  }

  .pro {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }

  .pro li {
    margin-bottom: 13.6px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 25%;
  }

  .pro a {
    border-radius: 8px;
    display: block;
    transition: all 0.2s;
    padding: 8px;
    color: #5b0c11;
    text-align: center;
  }

  .pro a:hover {
    color: #fff;
    background: #7a393b;
  }
  .pro .img {
    height: 186.4px;
    background-size: cover;
    background-position: center;
  }

  .pro h5 {
    line-height: 24px;
    padding: 8px 0 4px 0;
    font-size: 14.4px;
  }

  .pro p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 4px;
  }

  .page {
    display: flex;
    padding-top: 42.4px;
  }

  .page a {
    height: 31.2px;
    line-height: 31.2px;
    padding: 0 12px;
    color: #fff;
    background: #aa937f;
    margin-right: 8px;
    font-size: 11.2px;
  }

  .page a:hover {
    background: #5b0c11;
  }

  .pro2 {
    margin: 0 -8px;
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro2 li {
    margin-bottom: 32px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pro2 .ov {
    width: 47%;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .pro2 .img {
    height: 209.6px;
    background-size: cover;
    background-position: center;
  }

  .pro2 .cnt {
    width: 48%;
  }

  .pro2 h5 {
    line-height: 24px;
    font-size: 17.6px;
  }

  .pro2 p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 8px;
  }

  .pro2 em {
    line-height: 24px;
    display: block;
    font-size: 11.2px;
    display: flex;
  }

  .pro2 i {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pro2 span {
    color: #232323;
  }

  .pro2 a {
    display: block;
    width: 127.2px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 16px;
    color: #f1e1c9;
    font-size: 12.8px;
  }

  .pro3 {
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro3 li {
    width: 100%;
    border: 1px solid #c39f64;
    box-sizing: border-box;
    margin-bottom: 24px;
  }

  .pro3 li:nth-child(2n) a {
    flex-direction: row-reverse;
  }

  .pro3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pro3 .ov {
    width: 100%;
    border-right: 1px solid #c39f64;
    display: flex;
    flex-direction: column;
  }

  .pro3 .img {
    background-size: cover;
    background-position: center;
    flex-grow: 1;
  }

  .pro3 .cnt {
    padding: 8px 28.8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffdca2;
    background: #1d4f4c;
  }

  .pro3 h5 {
    text-align: center;
    line-height: 58.4px;
    font-size: 20px;
    border-bottom: 1px solid #ffdca2;
    margin-bottom: 16px;
  }

  .pro3 p {
    padding: 0 3%;
    line-height: 21.6px;
    font-size: 12.8px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 800px) {

  .main {
    padding: 20px 0 51.2px 0;
    overflow-x: hidden;
  }

  .join_us{
    padding: 0 0 51.2px 0 !important;
  }

  .join_us .layout2{
    padding:0 !important;
  }

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

  .lbox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #eee;
    z-index: 101;
    padding: 0;
    width: 175.2px;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .lbox .lboxbox {
    height: 100vh;
    overflow: auto;
    padding: 24px;
    padding-left: 8px;
    box-sizing: border-box;
  }

  .lbox img {
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    cursor: pointer;
  }

  .lbox h5 {
    color: #5b0c11;
    font-size: 19.2px;
    line-height: 32.8px;
    padding-bottom: 12px;
  }

  .lbox a {
    display: block;
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
  }

  .rbox {
    flex-grow: 1;
  }

  .rboxTop {
    line-height: 32px;
    font-size: 14.4px;
    color: #5b0c11;
    padding-bottom: 12px;
  }

  .menuOpen {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12.8px;
  }

  .pro {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }

  .pro li {
    margin-bottom: 13.6px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 50%;
  }

  .pro a {
    border-radius: 8px;
    display: block;
    transition: all 0.2s;
    padding: 8px;
    color: #5b0c11;
    text-align: center;
  }

  .pro a:hover {
    color: #fff;
    background: #7a393b;
  }

  .pro .img {
    height: 186.4px;
    background-size: cover;
    background-position: center;
  }

  .pro h5 {
    line-height: 24px;
    padding: 8px 0 4px 0;
    font-size: 14.4px;
  }

  .pro p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 4px;
  }

  .page {
    display: flex;
    padding-top: 42.4px;
  }

  .page a {
    height: 24px;
    line-height: 24px;
    padding: 0 6.4px;
    color: #fff;
    background: #aa937f;
    margin-right: 8px;
    font-size: 9.6px;
  }

  .page a:hover {
    background: #5b0c11;
  }

  .pro2 {
    margin: 0 -8px;
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro2 li {
    margin-bottom: 32px;
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pro2 .ov {
    width: 47%;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .pro2 .img {
    height: 209.6px;
    background-size: cover;
    background-position: center;
  }

  .pro2 .cnt {
    width: 48%;
  }

  .pro2 h5 {
    line-height: 24px;
    font-size: 17.6px;
  }

  .pro2 p {
    line-height: 19.2px;
    font-size: 12.8px;
    padding-bottom: 8px;
    width: 90%;
  }

  .pro2 em {
    line-height: 24px;
    display: block;
    font-size: 11.2px;
    display: flex;
  }

  .pro2 i {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pro2 span {
    color: #232323;
  }

  .pro2 a {
    display: block;
    width: 127.2px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 16px;
    color: #f1e1c9;
    font-size: 12.8px;
  }

  .pro3 {
    color: #5b0c11;
    display: flex;
    flex-wrap: wrap;
  }

  .pro3 li {
    width: 100%;
    border: 1px solid #c39f64;
    box-sizing: border-box;
    margin-bottom: 24px;
  }

  .pro3 li:nth-child(2n) a {
    flex-direction: row-reverse;
  }

  .pro3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pro3 .ov {
    width: 100%;
    border-right: 1px solid #c39f64;
    display: flex;
    flex-direction: column;
  }

  .pro3 .img {
    background-size: cover;
    background-position: center;
    flex-grow: 1;
  }

  .pro3 .cnt {
    padding: 8px 28.8px;
    box-sizing: border-box;
    width: 100%;
    color: #ffdca2;
    background: #1d4f4c;
  }

  .pro3 h5 {
    text-align: center;
    line-height: 58.4px;
    font-size: 20px;
    border-bottom: 1px solid #ffdca2;
    margin-bottom: 16px;
  }

  .pro3 p {
    padding: 0 3%;
    line-height: 21.6px;
    font-size: 12.8px;
    padding-bottom: 12px;
  }
}

.webtit {
  padding-bottom: 10px;
  color: #5b0c11;
}

.webtit h4 {
  line-height: 48px;
  font-size: 30px;
}

.webtit h5 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 57px;
}

.menu2 {
  display: flex;
  border-bottom: 1px solid #d6ccb7;
  overflow: auto;
}

.menu2 a {
  line-height: 25px;
  padding: 15px 10px;
  margin-right: 44px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.menu2 a:hover {
  color: #5b0c11;
}

.menu2 a.on {
  color: #5b0c11;
  border-bottom: 1px solid #5b0c11;
}

.wh.spe a:hover {
  transform: translateY(-10px);
  box-shadow: none;
}

.wh {
  padding-top: 85px;
}

.wh a {
  display: block;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.wh a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 8px 0px #5b0c11;
}

.wh img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .webtit {
    padding-bottom: 8.5px;
    color: #5b0c11;
  }

  .webtit h4 {
    line-height: 40.8px;
    font-size: 25.5px;
  }

  .webtit h5 {
    text-transform: uppercase;
    font-size: 38.25px;
    line-height: 48.45px;
  }

  .menu2 {
    display: flex;
    border-bottom: 1px solid #d6ccb7;
  }

  .menu2 a {
    line-height: 21.25px;
    padding: 15px 8.5px;
    margin-right: 37.4px;
    color: #333;
    font-size: 15.3px;
    border-bottom: 1px solid transparent;
  }

  .menu2 a:hover {
    color: #5b0c11;
  }

  .menu2 a.on {
    color: #5b0c11;
    border-bottom: 1px solid #5b0c11;
  }

  .wh {
    padding-top: 72.25px;
  }

  .wh a {
    display: block;
    margin-bottom: 34px;
    transition: all 0.3s;
  }

  .wh a:hover {
    transform: translateY(-8.5px);
    box-shadow: 0 0 6.8px 0px #5b0c11;
  }

  .wh img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .webtit {
    padding-bottom: 8px;
    color: #5b0c11;
  }

  .webtit h4 {
    line-height: 38.4px;
    font-size: 24px;
  }

  .webtit h5 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 45.6px;
  }

  .menu2 {
    display: flex;
    border-bottom: 1px solid #d6ccb7;
  }

  .menu2 a {
    line-height: 20px;
    padding: 15px 8px;
    margin-right: 35.2px;
    color: #333;
    font-size: 14.4px;
    border-bottom: 1px solid transparent;
  }

  .menu2 a:hover {
    color: #5b0c11;
  }

  .menu2 a.on {
    color: #5b0c11;
    border-bottom: 1px solid #5b0c11;
  }

  .wh {
    padding-top: 68px;
  }

  .wh a {
    display: block;
    margin-bottom: 32px;
    transition: all 0.3s;
  }

  .wh a:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 6.4px 0px #5b0c11;
  }

  .wh img {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .webtit {
    padding-bottom: 8.5px;
    color: #5b0c11;
  }

  .webtit h4 {
    line-height: 40.8px;
    font-size: 25.5px;
  }

  .webtit h5 {
    text-transform: uppercase;
    font-size: 38.25px;
    line-height: 48.45px;
  }

  .menu2 {
    display: flex;
    border-bottom: 1px solid #d6ccb7;
  }

  .menu2 a {
    line-height: 21.25px;
    padding: 15px 8.5px;
    margin-right: 20.4px;
    color: #333;
    font-size: 15.3px;
    border-bottom: 1px solid transparent;
  }

  .menu2 a:hover {
    color: #5b0c11;
  }

  .menu2 a.on {
    color: #5b0c11;
    border-bottom: 1px solid #5b0c11;
  }

  .wh {
    padding-top: 72.25px;
  }

  .wh a {
    display: block;
    margin-bottom: 34px;
    transition: all 0.3s;
  }

  .wh a:hover {
    transform: translateY(-8.5px);
    box-shadow: 0 0 6.8px 0px #5b0c11;
  }

  .wh img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .webtit {
    padding-bottom: 8px;
    color: #5b0c11;
  }

  .webtit h4 {
    line-height: 38.4px;
    font-size: 20px;
  }

  .webtit h5 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 45.6px;
  }

  .menu2 {
    display: flex;
    border-bottom: 1px solid #d6ccb7;
  }

  .menu2 a {
    line-height: 20px;
    padding: 15px 8px;
    margin-right: 8px;
    color: #333;
    font-size: 14.4px;
    border-bottom: 1px solid transparent;
  }

  .menu2 a:hover {
    color: #5b0c11;
  }

  .menu2 a.on {
    color: #5b0c11;
    border-bottom: 1px solid #5b0c11;
  }

  .wh {
    padding-top: 44px;
  }

  .wh a {
    display: block;
    margin-bottom: 24px;
    transition: all 0.3s;
  }

  .wh a:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 6.4px 0px #5b0c11;
  }

  .wh img {
    width: 100%;
  }
}

.join {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.join li {
  width: 48.5%;
}

.join a {
  display: block;
}

.join .ov {
  border: 5px solid #980404;
}

.join .img {
  background-size: cover;
  background-position: center;
  height: 331px;
}

.join .cnt {
  display: flex;
  justify-content: space-between;
  height: 72px;
  align-items: center;
  background: url(../images/line.png) bottom center no-repeat;
  background-size: 100% auto;
}

.join .cnt img {
  width: 46px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s;
}

.join p {
  font-size: 22px;
  color: #5b0c11;
}

.join a:hover .cnt img {
  transform: translateX(0);
  opacity: 1;
}

.makeTip {
  /*text-align: center;*/
  padding: 40px 0 100px 0;
}

.makeTip img {
  width: 191px;
}

@media screen and (max-width: 1400px) {
  .makeTip {
    /*text-align: center;*/
    padding: 40px 0 100px 0;
  }

  .makeTip img {
    width: 162.35px;
  }

  .join {
    display: flex;
    justify-content: space-between;
    padding-top: 38.25px;
  }

  .join li {
    width: 48.5%;
  }

  .join a {
    display: block;
  }

  .join .ov {
    border: 4.25px solid #980404;
  }

  .join .img {
    background-size: cover;
    background-position: center;
    height: 281.35px;
  }

  .join .cnt {
    display: flex;
    justify-content: space-between;
    height: 61.2px;
    align-items: center;
    background: url(../images/line.png) bottom center no-repeat;
    background-size: 100% auto;
  }

  .join .cnt img {
    width: 39.1px;
    opacity: 0;
    transition: all 0.3s;
  }

  .join p {
    font-size: 18.7px;
    color: #5b0c11;
  }

  .join a:hover .cnt img {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .makeTip {
    /*text-align: center;*/
    padding: 40px 0 100px 0;
  }

  .makeTip img {
    width: 152.8px;
  }

  .join {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
  }

  .join li {
    width: 48.5%;
  }

  .join a {
    display: block;
  }

  .join .ov {
    border: 4px solid #980404;
  }

  .join .img {
    background-size: cover;
    background-position: center;
    height: 264.8px;
  }

  .join .cnt {
    display: flex;
    justify-content: space-between;
    height: 57.6px;
    align-items: center;
    background: url(../images/line.png) bottom center no-repeat;
    background-size: 100% auto;
  }

  .join .cnt img {
    width: 36.8px;
    opacity: 0;
    transition: all 0.3s;
  }

  .join p {
    font-size: 17.6px;
    color: #5b0c11;
  }

  .join a:hover .cnt img {
    opacity: 1;
  }
}

@media screen and (max-width: 990px) {
  .makeTip {
    /*text-align: center;*/
    padding: 40px 0 100px 0;
  }

  .makeTip img {
    width: 162.35px;
  }

  .join {
    display: flex;
    justify-content: space-between;
    padding-top: 38.25px;
  }

  .join li {
    width: 48.5%;
  }

  .join a {
    display: block;
  }

  .join .ov {
    border: 4.25px solid #980404;
  }

  .join .img {
    background-size: cover;
    background-position: center;
    height: 281.35px;
  }

  .join .cnt {
    display: flex;
    justify-content: space-between;
    height: 61.2px;
    align-items: center;
    background: url(../images/line.png) bottom center no-repeat;
    background-size: 100% auto;
  }

  .join .cnt img {
    width: 39.1px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s;
  }

  .join p {
    font-size: 18.7px;
    color: #5b0c11;
  }

  .join a:hover .cnt img {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .makeTip {
    /*text-align: center;*/
    padding: 40px 0 100px 0;
  }

  .makeTip img {
    width: 152.8px;
  }

  .join {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    flex-wrap: wrap;
  }

  .join li {
    width: 100%;
    margin-bottom: 20px;
  }

  .join a {
    display: block;
  }

  .join .ov {
    border: 4px solid #980404;
  }

  .join .img {
    background-size: cover;
    background-position: center;
    height: 264.8px;
  }

  .join .cnt {
    display: flex;
    justify-content: space-between;
    height: 57.6px;
    align-items: center;
    background: url(../images/line.png) bottom center no-repeat;
    background-size: 100% auto;
  }

  .join .cnt img {
    width: 36.8px;
    opacity: 1;
    transition: all 0.3s;
  }

  .join p {
    font-size: 17.6px;
    color: #5b0c11;
  }

  .join a:hover .cnt img {
    opacity: 1;
  }
}

.ry {
  padding-top: 53px;
  display: flex;
  margin: 0 -1.5%;
  flex-wrap: wrap;
}

.ry li {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 3%;
}

.ry a {
  display: block;
  padding: 15px;
  padding-bottom: 0;
  border: 1px dashed #5b0c11;
}

.ry a:hover {
  border: 1px solid #5b0c11;
}

.ry a:hover p {
  font-weight: bold;
}

.ry .img {
  height: 290px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ry p {
  line-height: 27px;
  padding: 15px 0;
  color: #5b0c11;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .ry {
    padding-top: 45.05px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .ry li {
    width: 22%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .ry a {
    display: block;
    padding: 12.75px;
    padding-bottom: 0;
    border: 1px dashed #5b0c11;
  }

  .ry a:hover {
    border: 1px solid #5b0c11;
  }

  .ry a:hover p {
    font-weight: bold;
  }

  .ry .img {
    height: 246.5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ry p {
    line-height: 22.95px;
    padding: 12.75px 0;
    color: #5b0c11;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .ry {
    padding-top: 42.4px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .ry li {
    width: 22%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .ry a {
    display: block;
    padding: 12px;
    padding-bottom: 0;
    border: 1px dashed #5b0c11;
  }

  .ry a:hover {
    border: 1px solid #5b0c11;
  }

  .ry a:hover p {
    font-weight: bold;
  }

  .ry .img {
    height: 232px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ry p {
    line-height: 21.6px;
    padding: 12px 0;
    color: #5b0c11;
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .ry {
    padding-top: 45.05px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .ry li {
    width: 30.33%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .ry a {
    display: block;
    padding: 12.75px;
    padding-bottom: 0;
    border: 1px dashed #5b0c11;
  }

  .ry a:hover {
    border: 1px solid #5b0c11;
  }

  .ry a:hover p {
    font-weight: bold;
  }

  .ry .img {
    height: 246.5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ry p {
    line-height: 22.95px;
    padding: 12.75px 0;
    color: #5b0c11;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .ry {
    padding-top: 42.4px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .ry li {
    width: 47%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .ry a {
    display: block;
    padding: 12px;
    padding-bottom: 0;
    border: 1px dashed #5b0c11;
  }

  .ry a:hover {
    border: 1px solid #5b0c11;
  }

  .ry a:hover p {
    font-weight: bold;
  }

  .ry .img {
    height: 232px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ry p {
    line-height: 21.6px;
    padding: 12px 0;
    color: #5b0c11;
    text-align: center;
  }
}

.news.spe {
  padding-top: 0;
}

.news {
  padding-top: 50px;
  display: flex;
  margin: 0 -1.5%;
  flex-wrap: wrap;
}

.news li {
  width: 30.333%;
  margin: 0 1.5%;
  margin-bottom: 3%;
}

.news a {
  display: block;
  border: 1px solid #5b0c11;
  color: #5b0c11;
}

.news a:hover {
  color: #fff;
}

.news a:hover .box {
  background: #5b0c11;
}

.news a:hover .cntMsg {
  border-left: 1px solid #8d5559;
}

.news a:hover .more {
  border-top: 1px solid #8d5559;
}

.news a:hover .more .j1 {
  display: none;
}

.news a:hover .more .j2 {
  display: block;
}

.news .img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news .box {
  padding: 0 20px;
}

.news .cnt {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.news .cntTime {
  width: 70px;
  flex-shrink: 0;
}

.news .cntTime em {
  display: block;
  line-height: 48px;
  font-size: 45px;
}

.news .cntTime span {
  line-height: 20px;
  font-size: 14px;
}

.news .cntMsg {
  width: 0;
  flex-grow: 1;
  padding-left: 20px;
  border-left: 1px solid transparent;
}

.news .cntMsg h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
}

.news .cntMsg p {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .more {
  border-top: 1px solid #5b0c11;
  display: flex;
  height: 42px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}

.news .more .j2 {
  display: none;
}

.newTit {
  line-height: 86px;
  font-size: 24px;
  color: #5b0c11;
}

.xq {
  padding: 41px 0;
  border-bottom: 1px solid #dcc8b9;
}

.xq img {
  max-width: 100%;
}

.xqBox {
  padding-top: 30px;
}

@media screen and (max-width: 1400px) {
  .xq {
    padding: 34.85px 0;
    border-bottom: 1px solid #dcc8b9;
  }

  .xq img {
    max-width: 100%;
  }

  .xqBox {
    padding-top: 25.5px;
  }

  .newTit {
    line-height: 73.1px;
    font-size: 20.4px;
    color: #5b0c11;
  }

  .news {
    padding-top: 42.5px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .news li {
    width: 30.333%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .news a {
    display: block;
    border: 1px solid #5b0c11;
    color: #5b0c11;
  }

  .news a:hover {
    color: #fff;
  }

  .news a:hover .box {
    background: #5b0c11;
  }

  .news a:hover .cntMsg {
    border-left: 1px solid #8d5559;
  }

  .news a:hover .more {
    border-top: 1px solid #8d5559;
  }

  .news a:hover .more .j1 {
    display: none;
  }

  .news a:hover .more .j2 {
    display: block;
  }

  .news .img {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .news .box {
    padding: 0 17px;
  }

  .news .cnt {
    padding: 13.6px 0;
    display: flex;
    align-items: center;
  }

  .news .cntTime {
    width: 59.5px;
    flex-shrink: 0;
  }

  .news .cntTime em {
    display: block;
    line-height: 40.8px;
    font-size: 38.25px;
  }

  .news .cntTime span {
    line-height: 17px;
    font-size: 11.9px;
  }

  .news .cntMsg {
    flex-grow: 1;
    padding-left: 17px;
    border-left: 1px solid transparent;
  }

  .news .cntMsg h5 {
    line-height: 17px;
    font-size: 13.6px;
    font-weight: bold;
    padding-bottom: 5.95px;
  }

  .news .cntMsg p p {
    font-size: 10.2px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news .more {
    border-top: 1px solid #5b0c11;
    display: flex;
    height: 35.7px;
    justify-content: space-between;
    align-items: center;
    font-size: 10.2px;
    text-transform: uppercase;
  }

  .news .more .j2 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .xq {
    padding: 32.8px 0;
    border-bottom: 1px solid #dcc8b9;
  }

  .xq img {
    max-width: 100%;
  }

  .xqBox {
    padding-top: 24px;
  }

  .newTit {
    line-height: 68.8px;
    font-size: 19.2px;
    color: #5b0c11;
  }

  .news {
    padding-top: 40px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .news li {
    width: 30.333%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .news a {
    display: block;
    border: 1px solid #5b0c11;
    color: #5b0c11;
  }

  .news a:hover {
    color: #fff;
  }

  .news a:hover .box {
    background: #5b0c11;
  }

  .news a:hover .cntMsg {
    border-left: 1px solid #8d5559;
  }

  .news a:hover .more {
    border-top: 1px solid #8d5559;
  }

  .news a:hover .more .j1 {
    display: none;
  }

  .news a:hover .more .j2 {
    display: block;
  }

  .news .img {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .news .box {
    padding: 0 16px;
  }

  .news .cnt {
    padding: 12.8px 0;
    display: flex;
    align-items: center;
  }

  .news .cntTime {
    width: 56px;
    flex-shrink: 0;
  }

  .news .cntTime em {
    display: block;
    line-height: 38.4px;
    font-size: 36px;
  }

  .news .cntTime span {
    line-height: 16px;
    font-size: 11.2px;
  }

  .news .cntMsg {
    flex-grow: 1;
    padding-left: 16px;
    border-left: 1px solid transparent;
  }

  .news .cntMsg h5 {
    line-height: 16px;
    font-size: 12.8px;
    font-weight: bold;
    padding-bottom: 5.6px;
  }

  .news .cntMsg p {
    font-size: 9.6px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news .more {
    border-top: 1px solid #5b0c11;
    display: flex;
    height: 33.6px;
    justify-content: space-between;
    align-items: center;
    font-size: 9.6px;
    text-transform: uppercase;
  }

  .news .more .j2 {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .xq {
    padding: 34.85px 0;
    border-bottom: 1px solid #dcc8b9;
  }

  .xq img {
    max-width: 100%;
  }

  .xqBox {
    padding-top: 25.5px;
  }

  .newTit {
    line-height: 73.1px;
    font-size: 20.4px;
    color: #5b0c11;
  }

  .news {
    padding-top: 42.5px;
    display: flex;
    margin: 0 -1.5%;
    flex-wrap: wrap;
  }

  .news li {
    width: 47%;
    margin: 0 1.5%;
    margin-bottom: 3%;
  }

  .news a {
    display: block;
    border: 1px solid #5b0c11;
    color: #5b0c11;
  }

  .news a:hover {
    color: #fff;
  }

  .news a:hover .box {
    background: #5b0c11;
  }

  .news a:hover .cntMsg {
    border-left: 1px solid #8d5559;
  }

  .news a:hover .more {
    border-top: 1px solid #8d5559;
  }

  .news a:hover .more .j1 {
    display: none;
  }

  .news a:hover .more .j2 {
    display: block;
  }

  .news .img {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .news .box {
    padding: 0 17px;
  }

  .news .cnt {
    padding: 13.6px 0;
    display: flex;
    align-items: center;
  }

  .news .cntTime {
    width: 59.5px;
    flex-shrink: 0;
  }

  .news .cntTime em {
    display: block;
    line-height: 40.8px;
    font-size: 38.25px;
  }

  .news .cntTime span {
    line-height: 17px;
    font-size: 11.9px;
  }

  .news .cntMsg {
    flex-grow: 1;
    padding-left: 17px;
    border-left: 1px solid transparent;
  }

  .news .cntMsg h5 {
    line-height: 17px;
    font-size: 13.6px;
    font-weight: bold;
    padding-bottom: 5.95px;
  }

  .news .cntMsg p {
    font-size: 10.2px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news .more {
    border-top: 1px solid #5b0c11;
    display: flex;
    height: 35.7px;
    justify-content: space-between;
    align-items: center;
    font-size: 10.2px;
    text-transform: uppercase;
  }

  .news .more .j2 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .xq {
    padding: 32.8px 0;
    border-bottom: 1px solid #dcc8b9;
  }

  .xq img {
    max-width: 100%;
  }

  .xqBox {
    padding-top: 24px;
  }

  .newTit {
    line-height: 68.8px;
    font-size: 19.2px;
    color: #5b0c11;
  }

  .news {
    padding-top: 40px;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }

  .news li {
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
  }

  .news a {
    display: block;
    border: 1px solid #5b0c11;
    color: #5b0c11;
  }

  .news a:hover {
    color: #fff;
  }

  .news a:hover .box {
    background: #5b0c11;
  }

  .news a:hover .cntMsg {
    border-left: 1px solid #8d5559;
  }

  .news a:hover .more {
    border-top: 1px solid #8d5559;
  }

  .news a:hover .more .j1 {
    display: none;
  }

  .news a:hover .more .j2 {
    display: block;
  }

  .news .img {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .news .box {
    padding: 0 16px;
  }

  .news .cnt {
    padding: 12.8px 0;
    display: flex;
    align-items: center;
  }

  .news .cntTime {
    width: 56px;
    flex-shrink: 0;
  }

  .news .cntTime em {
    display: block;
    line-height: 38.4px;
    font-size: 36px;
  }

  .news .cntTime span {
    line-height: 16px;
    font-size: 11.2px;
  }

  .news .cntMsg {
    flex-grow: 1;
    padding-left: 16px;
    border-left: 1px solid transparent;
  }

  .news .cntMsg h5 {
    line-height: 16px;
    font-size: 12.8px;
    font-weight: bold;
    padding-bottom: 5.6px;
  }

  .news .cntMsg p {
    font-size: 9.6px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news .more {
    border-top: 1px solid #5b0c11;
    display: flex;
    height: 33.6px;
    justify-content: space-between;
    align-items: center;
    font-size: 9.6px;
    text-transform: uppercase;
  }

  .news .more .j2 {
    display: none;
  }
}

.swpier.spe {
  padding-top: 0;
}

.swpier {
  padding: 100px 0 60px;
}

.swpier .img {
  background-size: cover;
  border: 3px solid transparent;
}

.swpier .swiper-slide-active .img {
  border: 3px solid #980404;
}

.swpier .swiper-slide-active .msg {
  display: block;
}

.swpier .msg {
  display: none;
  padding: 25px 0;
  background: url(../images/line.png) bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.swpier .msgt {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swpier .msgt h5 {
  font-size: 22px;
  color: #5b0c11;
}

.swpier .msgt span {
  font-size: 16px;
  color: #5b0c11;
}

.swpier .msgb {
  font-size: 14px;
  color: #5b0c11;
}

.swpier .swiper-button-next,
.swpier .swiper-button-prev {
  width: 35px;
  height: 65px;
  background-size: cover;
}

.swpier .swiper-button-prev {
  background-image: url(../images/jt3.png);
}

.swpier .swiper-button-next {
  background-image: url(../images/jt4.png);
}

@media screen and (max-width: 1400px) {
  .swpier {
    padding: 85px 0 51px;
  }

  .swpier .img {
    background-size: cover;
    border: 2.55px solid transparent;
  }

  .swpier .swiper-slide-active .img {
    border: 2.55px solid #980404;
  }

  .swpier .swiper-slide-active .msg {
    display: block;
  }

  .swpier .msg {
    display: none;
    padding: 21.25px 0;
    background: url(../images/line.png) bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .swpier .msgt {
    padding-bottom: 8.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swpier .msgt h5 {
    font-size: 18.7px;
    color: #5b0c11;
  }

  .swpier .msgt span {
    font-size: 13.6px;
    color: #5b0c11;
  }

  .swpier .msgb {
    font-size: 11.9px;
    color: #5b0c11;
  }

  .swpier .swiper-button-next,
  .swpier .swiper-button-prev {
    width: 29.75px;
    height: 55.25px;
    background-size: cover;
  }

  .swpier .swiper-button-prev {
    background-image: url(../images/jt3.png);
  }

  .swpier .swiper-button-next {
    background-image: url(../images/jt4.png);
  }
}

@media screen and (max-width: 1200px) {
  .swpier {
    padding: 80px 0 48px;
  }

  .swpier .img {
    background-size: cover;
    border: 2.4px solid transparent;
  }

  .swpier .swiper-slide-active .img {
    border: 2.4px solid #980404;
  }

  .swpier .swiper-slide-active .msg {
    display: block;
  }

  .swpier .msg {
    display: none;
    padding: 20px 0;
    background: url(../images/line.png) bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .swpier .msgt {
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swpier .msgt h5 {
    font-size: 17.6px;
    color: #5b0c11;
  }

  .swpier .msgt span {
    font-size: 12.8px;
    color: #5b0c11;
  }

  .swpier .msgb {
    font-size: 11.2px;
    color: #5b0c11;
  }

  .swpier .swiper-button-next,
  .swpier .swiper-button-prev {
    width: 28px;
    height: 52px;
    background-size: cover;
  }

  .swpier .swiper-button-prev {
    background-image: url(../images/jt3.png);
  }

  .swpier .swiper-button-next {
    background-image: url(../images/jt4.png);
  }
}

@media screen and (max-width: 990px) {
  .swpier {
    padding: 85px 0 51px;
  }

  .swpier .img {
    background-size: cover;
    border: 2.55px solid transparent;
  }

  .swpier .swiper-slide-active .img {
    border: 2.55px solid #980404;
  }

  .swpier .swiper-slide-active .msg {
    display: block;
  }

  .swpier .msg {
    display: none;
    padding: 21.25px 0;
    background: url(../images/line.png) bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .swpier .msgt {
    padding-bottom: 8.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swpier .msgt h5 {
    font-size: 18.7px;
    color: #5b0c11;
  }

  .swpier .msgt span {
    font-size: 13.6px;
    color: #5b0c11;
  }

  .swpier .msgb {
    font-size: 11.9px;
    color: #5b0c11;
  }

  .swpier .swiper-button-next,
  .swpier .swiper-button-prev {
    width: 29.75px;
    height: 55.25px;
    background-size: cover;
  }

  .swpier .swiper-button-prev {
    background-image: url(../images/jt3.png);
  }

  .swpier .swiper-button-next {
    background-image: url(../images/jt4.png);
  }
}

@media screen and (max-width: 800px) {
  .swpier {
    padding: 48px 0 24px;
  }

  .swpier .img {
    background-size: cover;
    border: 2.4px solid transparent;
  }

  .swpier .swiper-slide-active .img {
    border: 2.4px solid #980404;
  }

  .swpier .swiper-slide-active .msg {
    display: block;
  }

  .swpier .msg {
    display: none;
    padding: 20px 0;
    background: url(../images/line.png) bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .swpier .msgt {
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swpier .msgt h5 {
    font-size: 17.6px;
    color: #5b0c11;
  }

  .swpier .msgt span {
    font-size: 12.8px;
    color: #5b0c11;
  }

  .swpier .msgb {
    font-size: 11.2px;
    color: #5b0c11;
  }

  .swpier .swiper-button-next,
  .swpier .swiper-button-prev {
    width: 28px;
    height: 52px;
    background-size: cover;
  }

  .swpier .swiper-button-prev {
    background-image: url(../images/jt3.png);
  }

  .swpier .swiper-button-next {
    background-image: url(../images/jt4.png);
  }
}

.job {
  padding-top: 45px;
}

.job li {
  border: 1px solid #5b0c11;
  background: #fff;
  padding: 0 30px;
  margin-bottom: 10px;
}

.job li.on .jobt .j1 {
  display: none;
}

.job li.on .jobt .j2 {
  display: block;
}

.job li.on .jobt h5 {
  color: #5b0c11;
  font-size: 16px;
}

.job .jobt {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job .jobt h5 {
  color: #333;
  font-size: 16px;
}

.job .jobt img {
  width: 22px;
}

.job .jobt .j2 {
  display: none;
}

.job .jobx {
  padding: 30px 0;
  padding-bottom: 50px;
  border-top: 1px dashed #ebebeb;
  display: none;
}

@media screen and (max-width: 1400px) {
  .job {
    padding-top: 38.25px;
  }

  .job li {
    background: #fff;
    padding: 0 25.5px;
    margin-bottom: 8.5px;
  }

  .job li.on .jobt .j1 {
    display: none;
  }

  .job li.on .jobt .j2 {
    display: block;
  }

  .job li.on .jobt h5 {
    color: #5b0c11;
    font-size: 13.6px;
  }

  .job .jobt {
    cursor: pointer;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .job .jobt h5 {
    color: #333;
    font-size: 13.6px;
  }

  .job .jobt img {
    width: 18.7px;
  }

  .job .jobt .j2 {
    display: none;
  }

  .job .jobx {
    padding: 25.5px 0;
    padding-bottom: 42.5px;
    border-top: 1px dashed #ebebeb;
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .job {
    padding-top: 36px;
  }

  .job li {
    background: #fff;
    padding: 0 24px;
    margin-bottom: 8px;
  }

  .job li.on .jobt .j1 {
    display: none;
  }

  .job li.on .jobt .j2 {
    display: block;
  }

  .job li.on .jobt h5 {
    color: #5b0c11;
    font-size: 12.8px;
  }

  .job .jobt {
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .job .jobt h5 {
    color: #333;
    font-size: 12.8px;
  }

  .job .jobt img {
    width: 17.6px;
  }

  .job .jobt .j2 {
    display: none;
  }

  .job .jobx {
    padding: 24px 0;
    padding-bottom: 40px;
    border-top: 1px dashed #ebebeb;
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .job {
    padding-top: 38.25px;
  }

  .job li {
    background: #fff;
    padding: 0 25.5px;
    margin-bottom: 8.5px;
  }

  .job li.on .jobt .j1 {
    display: none;
  }

  .job li.on .jobt .j2 {
    display: block;
  }

  .job li.on .jobt h5 {
    color: #5b0c11;
    font-size: 13.6px;
  }

  .job .jobt {
    cursor: pointer;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .job .jobt h5 {
    color: #333;
    font-size: 13.6px;
  }

  .job .jobt img {
    width: 18.7px;
  }

  .job .jobt .j2 {
    display: none;
  }

  .job .jobx {
    padding: 25.5px 0;
    padding-bottom: 42.5px;
    border-top: 1px dashed #ebebeb;
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .job {
    padding-top: 36px;
  }

  .job li {
    background: #fff;
    padding: 0 24px;
    margin-bottom: 8px;
  }

  .job li.on .jobt .j1 {
    display: none;
  }

  .job li.on .jobt .j2 {
    display: block;
  }

  .job li.on .jobt h5 {
    color: #5b0c11;
    font-size: 12.8px;
  }

  .job .jobt {
    cursor: pointer;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .job .jobt h5 {
    color: #333;
    font-size: 12.8px;
  }

  .job .jobt img {
    width: 17.6px;
  }

  .job .jobt .j2 {
    display: none;
  }

  .job .jobx {
    padding: 24px 0;
    padding-bottom: 40px;
    border-top: 1px dashed #ebebeb;
    display: none;
  }
}

.sl {
  overflow: hidden;
  padding-top: 20px;
}

.sl .sltit {
  padding: 50px 0;
  font-size: 30px;
  line-height: 45px;
  color: #5b0c11;
  text-align: center;
}

.sl .slul li:last-child::after {
  display: none;
}

.sl .slul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.sl .slul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  width: 1px;
  background: #5b0c11;
}

.sl .slul li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -9px;
  width: 17px;
  height: 17px;
  background: url(../images/ddd.png);
  background-size: cover;
}

.sl .slul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.sl .slul li:nth-child(2n) .slcnt {
  text-align: right;
  transform: translateX(40px);
}

.sl .slul li:nth-child(2n) .slimg {
  transform: translateX(-40px);
  text-align: left;
}

.sl .slul li:nth-child(2n) .slimg2 {
  justify-content: flex-end;
}

.sl .slul .slimg {
  transition: all 0.6s ease-out;
  transform: translateX(40px);
  opacity: 0;
  width: 47%;
  text-align: right;
}

.sl .slul .slimg img {
  max-width: 100%;
  border-radius: 20px;
}

.sl .slul .slcnt {
  width: 47%;
  transition: all 0.6s ease-out 0.3s;
  transform: translateX(-40px);
  opacity: 0;
}

.sl .slul .slcnt h5 {
  margin-top: -7px;
  line-height: 40px;
  font-size: 30px;
  color: #5b0c11;
}

.sl .slul .slcnt p {
  color: #5b0c11;
  font-size: 24px;
  line-height: 35px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.sl .slul .slcnt em {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #232323;
}

.sl .slul .slimg2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sl .slul .slimg2 img {
  display: inline-block;
  vertical-align: top;
  width: 32.33%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.move {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1400px) {
  .sl {
    padding-top: 17px;
  }

  .sl .sltit {
    padding: 42.5px 0;
    font-size: 25.5px;
    line-height: 38.25px;
    color: #5b0c11;
    text-align: center;
  }

  .sl .slul li:last-child::after {
    display: none;
  }

  .sl .slul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 59.5px;
  }

  .sl .slul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: #5b0c11;
  }

  .sl .slul li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6.8px;
    margin-left: -7.65px;
    width: 14.45px;
    height: 14.45px;
    background: url(../images/ddd.png);
    background-size: cover;
  }

  .sl .slul li:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .sl .slul li:nth-child(2n) .slcnt {
    text-align: right;
  }

  .sl .slul li:nth-child(2n) .slimg {
    text-align: left;
  }

  .sl .slul .slimg {
    width: 47%;
    text-align: right;
  }

  .sl .slul .slimg img {
    max-width: 100%;
    border-radius: 17px;
  }

  .sl .slul .slcnt {
    width: 47%;
  }

  .sl .slul .slcnt h5 {
    margin-top: -5.95px;
    line-height: 34px;
    font-size: 25.5px;
    color: #5b0c11;
  }

  .sl .slul .slcnt p {
    color: #5b0c11;
    font-size: 20.4px;
    line-height: 29.75px;
    padding: 4.25px 0;
    margin-bottom: 8.5px;
  }

  .sl .slul .slcnt em {
    display: block;
    line-height: 20.4px;
    font-size: 11.9px;
    color: #232323;
  }
}

@media screen and (max-width: 1200px) {
  .sl {
    padding-top: 16px;
  }

  .sl .sltit {
    padding: 40px 0;
    font-size: 24px;
    line-height: 36px;
    color: #5b0c11;
    text-align: center;
  }

  .sl .slul li:last-child::after {
    display: none;
  }

  .sl .slul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
  }

  .sl .slul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: #5b0c11;
  }

  .sl .slul li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6.4px;
    margin-left: -7.2px;
    width: 13.6px;
    height: 13.6px;
    background: url(../images/ddd.png);
    background-size: cover;
  }

  .sl .slul li:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .sl .slul li:nth-child(2n) .slcnt {
    text-align: right;
  }

  .sl .slul li:nth-child(2n) .slimg {
    text-align: left;
  }

  .sl .slul .slimg {
    width: 47%;
    text-align: right;
  }

  .sl .slul .slimg img {
    max-width: 100%;
    border-radius: 16px;
  }

  .sl .slul .slcnt {
    width: 47%;
  }

  .sl .slul .slcnt h5 {
    margin-top: -5.6px;
    line-height: 32px;
    font-size: 24px;
    color: #5b0c11;
  }

  .sl .slul .slcnt p {
    color: #5b0c11;
    font-size: 19.2px;
    line-height: 28px;
    padding: 4px 0;
    margin-bottom: 8px;
  }

  .sl .slul .slcnt em {
    display: block;
    line-height: 19.2px;
    font-size: 11.2px;
    color: #232323;
  }
}

@media screen and (max-width: 990px) {
  .sl {
    padding-top: 17px;
  }

  .sl .sltit {
    padding: 42.5px 0;
    font-size: 25.5px;
    line-height: 38.25px;
    color: #5b0c11;
    text-align: center;
  }

  .sl .slul li:last-child::after {
    display: none;
  }

  .sl .slul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 59.5px;
  }

  .sl .slul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: #5b0c11;
  }

  .sl .slul li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6.8px;
    margin-left: -7.65px;
    width: 14.45px;
    height: 14.45px;
    background: url(../images/ddd.png);
    background-size: cover;
  }

  .sl .slul li:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .sl .slul li:nth-child(2n) .slcnt {
    text-align: right;
  }

  .sl .slul li:nth-child(2n) .slimg {
    text-align: left;
  }

  .sl .slul .slimg {
    width: 47%;
    text-align: right;
  }

  .sl .slul .slimg img {
    max-width: 100%;
    border-radius: 17px;
  }

  .sl .slul .slcnt {
    width: 47%;
  }

  .sl .slul .slcnt h5 {
    margin-top: -5.95px;
    line-height: 34px;
    font-size: 25.5px;
    color: #5b0c11;
  }

  .sl .slul .slcnt p {
    color: #5b0c11;
    font-size: 20.4px;
    line-height: 29.75px;
    padding: 4.25px 0;
    margin-bottom: 8.5px;
  }

  .sl .slul .slcnt em {
    display: block;
    line-height: 20.4px;
    font-size: 11.9px;
    color: #232323;
  }
}

@media screen and (max-width: 800px) {
  .sl {
    padding: 0 20px;
    padding-top: 16px;
  }

  .sl .sltit {
    padding: 40px 0;
    font-size: 24px;
    line-height: 36px;
    color: #5b0c11;
    text-align: center;
  }

  .sl .slul li:last-child::after {
    display: none;
  }

  .sl .slul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 56px;
    padding-left: 20px;
    flex-direction: column-reverse;
  }

  .sl .slul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: #5b0c11;
  }

  .sl .slul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -6.4px;
    margin-left: -7.2px;
    width: 13.6px;
    height: 13.6px;
    background: url(../images/ddd.png);
    background-size: cover;
  }

  .sl .slul li:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .sl .slul li:nth-child(2n) .slcnt {
    text-align: left;
  }

  .sl .slul li:nth-child(2n) .slimg {
    text-align: rigth;
  }

  .sl .slul li:nth-child(2n) .slimg2 {
    justify-content: flex-start;
  }

  .sl .slul .slimg {
    margin-top: 30px;
    width: 100%;
    text-align: right;
  }

  .sl .slul .slimg img {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }

  .sl .slul .slcnt {
    width: 100%;
    padding-top: 0;
    margin-top: -12px;
  }

  .sl .slul .slcnt h5 {
    line-height: 32px;
    font-size: 24px;
    color: #5b0c11;
  }

  .sl .slul .slcnt p {
    color: #5b0c11;
    font-size: 19.2px;
    line-height: 28px;
    padding: 4px 0;
    margin-bottom: 8px;
  }

  .sl .slul .slcnt em {
    display: block;
    line-height: 19.2px;
    font-size: 11.2px;
    color: #232323;
  }
}

.contact {
  padding-top: 50px;
}

.contact .contactt {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #c78a7e;
  padding: 34px 30px 20px;
}

.contact .contactt li {
  width: 33.33%;
}

.contact .contactt img {
  width: 62px;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: top;
}

.contact .contactt p {
  padding: 4px 0;
  line-height: 23px;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.contact .contactb {
  margin-top: 43px;
  border-bottom: 1px solid #ddc6b7;
  background: url(../images/mapbg.png) 3% top no-repeat;
  background-size: auto 90%;
  display: flex;
  justify-content: space-between;
}

.contact .contactb .box {
  padding-top: 32px;
  width: 38%;
}

.contact .contactb .box li {
  padding: 10px 0;
  line-height: 27px;
  font-size: 16px;
  color: #666666;
}

.contact .contactb .box li img {
  width: 20px;
  margin-right: 10px;
}

.contact .contactb .box2 {
  width: 60%;
}

.contact .contactb .box2 img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .contact {
    padding-top: 42.5px;
  }

  .contact .contactt {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #c78a7e;
    padding: 28.9px 25.5px 17px;
  }

  .contact .contactt li {
    width: 33.33%;
  }

  .contact .contactt img {
    width: 52.7px;
    margin-bottom: 13.6px;
    display: inline-block;
    vertical-align: top;
  }

  .contact .contactt p {
    padding: 3.4px 0;
    line-height: 19.55px;
    font-size: 11.9px;
    color: #666666;
    font-weight: bold;
  }

  .contact .contactb {
    margin-top: 36.55px;
    border-bottom: 1px solid #ddc6b7;
    background: url(../images/mapbg.png) 3% top no-repeat;
    background-size: auto 90%;
    display: flex;
    justify-content: space-between;
  }

  .contact .contactb .box {
    padding-top: 27.2px;
    width: 38%;
  }

  .contact .contactb .box li {
    padding: 8.5px 0;
    line-height: 22.95px;
    font-size: 13.6px;
    color: #666666;
  }

  .contact .contactb .box li img {
    width: 17px;
    margin-right: 8.5px;
  }

  .contact .contactb .box2 {
    width: 60%;
  }

  .contact .contactb .box2 img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .contact {
    padding-top: 40px;
  }

  .contact .contactt {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #c78a7e;
    padding: 27.2px 24px 16px;
  }

  .contact .contactt li {
    width: 33.33%;
  }

  .contact .contactt img {
    width: 49.6px;
    margin-bottom: 12.8px;
    display: inline-block;
    vertical-align: top;
  }

  .contact .contactt p {
    padding: 3.2px 0;
    line-height: 18.4px;
    font-size: 11.2px;
    color: #666666;
    font-weight: bold;
  }

  .contact .contactb {
    margin-top: 34.4px;
    border-bottom: 1px solid #ddc6b7;
    background: url(../images/mapbg.png) 3% top no-repeat;
    background-size: auto 90%;
    display: flex;
    justify-content: space-between;
  }

  .contact .contactb .box {
    padding-top: 25.6px;
    width: 38%;
  }

  .contact .contactb .box li {
    padding: 8px 0;
    line-height: 21.6px;
    font-size: 12.8px;
    color: #666666;
  }

  .contact .contactb .box li img {
    width: 16px;
    margin-right: 8px;
  }

  .contact .contactb .box2 {
    width: 60%;
  }

  .contact .contactb .box2 img {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .contact {
    padding-top: 42.5px;
  }

  .contact .contactt {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #c78a7e;
    padding: 28.9px 25.5px 17px;
  }

  .contact .contactt li {
    width: 33.33%;
  }

  .contact .contactt img {
    width: 52.7px;
    margin-bottom: 13.6px;
    display: inline-block;
    vertical-align: top;
  }

  .contact .contactt p {
    padding: 3.4px 0;
    line-height: 19.55px;
    font-size: 11.9px;
    color: #666666;
    font-weight: bold;
  }

  .contact .contactb {
    margin-top: 36.55px;
    border-bottom: 1px solid #ddc6b7;
    background: url(../images/mapbg.png) 3% top no-repeat;
    background-size: auto 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact .contactb .box {
    padding-top: 27.2px;
    width: 100%;
  }

  .contact .contactb .box li {
    padding: 8.5px 0;
    line-height: 22.95px;
    font-size: 13.6px;
    color: #666666;
  }

  .contact .contactb .box li img {
    width: 17px;
    margin-right: 8.5px;
  }

  .contact .contactb .box2 {
    margin-top: 17px;
    width: 100%;
  }

  .contact .contactb .box2 img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .contact {
    padding-top: 40px;
  }

  .contact .contactt {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #c78a7e;
    padding: 27.2px 24px 16px;
  }

  .contact .contactt li {
    width: 33.33%;
  }

  .contact .contactt img {
    width: 49.6px;
    margin-bottom: 12.8px;
    display: inline-block;
    vertical-align: top;
  }

  .contact .contactt p {
    padding: 3.2px 0;
    line-height: 18.4px;
    font-size: 11.2px;
    color: #666666;
    font-weight: bold;
  }

  .contact .contactb {
    margin-top: 34.4px;
    border-bottom: 1px solid #ddc6b7;
    background: url(../images/mapbg.png) 3% top no-repeat;
    background-size: auto 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact .contactb .box {
    padding-top: 25.6px;
    width: 100%;
  }

  .contact .contactb .box li {
    padding: 8px 0;
    line-height: 21.6px;
    font-size: 12.8px;
    color: #666666;
  }

  .contact .contactb .box li img {
    width: 16px;
    margin-right: 8px;
  }

  .contact .contactb .box2 {
    margin-top: 16px;
    width: 100%;
  }

  .contact .contactb .box2 img {
    width: 100%;
  }
}

.webtit2 {
  text-align: center;
  color: #5b0c11;
  padding-bottom: 50px;
}

.webtit2 h4 {
  font-size: 30px;
  line-height: 1.5;
}

.webtit2 h5 {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
}

.fw {
  padding: 50px;
  border-radius: 20px;
  border: 1px dashed #5b0c11;
}

.fw .box {
  display: flex;
  justify-content: center;
}

.fw .box .inp {
  margin-right: 20px;
  border-radius: 10px;
  border: 1px dashed #5b0c11;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background: none;
  padding: 0 10px;
  width: 264px;
}

.fw .box .btn {
  border: none;
  border-radius: 10px;
  height: 46px;
  font-size: 16px;
  width: 204px;
  color: #fff;
  cursor: pointer;
  background: #5b0c11;
}

.fw .phone {
  text-align: center;
  line-height: 76px;
  color: #5b0c11;
  font-size: 16px;
  margin-bottom: 23px;
  font-weight: bold;
}

.fw .tip {
  border-radius: 20px;
  border: 1px dashed #5b0c11;
  margin: 0 5%;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}

.fw .tip img {
  width: 74px;
  flex-shrink: 0;
}

.fw .tip .cnt {
  margin-left: 28px;
  flex-grow: 1;
  line-height: 28px;
  font-size: 16px;
  color: #2c2c2c;
}

@media screen and (max-width: 1400px) {
  .webtit2 {
    text-align: center;
    color: #5b0c11;
    padding-bottom: 42.5px;
  }

  .webtit2 h4 {
    font-size: 25.5px;
    line-height: 1.5;
  }

  .webtit2 h5 {
    font-size: 38.25px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
  }

  .fw {
    padding: 42.5px;
    border-radius: 17px;
    border: 1px dashed #5b0c11;
  }

  .fw .box {
    display: flex;
    justify-content: center;
  }

  .fw .box .inp {
    margin-right: 17px;
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    height: 39.1px;
    line-height: 39.1px;
    font-size: 13.6px;
    background: none;
    padding: 0 8.5px;
    width: 224.4px;
  }

  .fw .box .btn {
    border: none;
    border-radius: 8.5px;
    height: 39.1px;
    font-size: 13.6px;
    width: 173.4px;
    color: #fff;
    cursor: pointer;
    background: #5b0c11;
  }

  .fw .phone {
    text-align: center;
    line-height: 64.6px;
    color: #5b0c11;
    font-size: 13.6px;
    margin-bottom: 16.6175px;
    font-weight: bold;
  }

  .fw .tip {
    border-radius: 17px;
    border: 1px dashed #5b0c11;
    margin: 0 5%;
    padding: 11.9px 17px;
    display: flex;
    align-items: center;
  }

  .fw .tip img {
    width: 62.9px;
    flex-shrink: 0;
  }

  .fw .tip .cnt {
    margin-left: 23.8px;
    flex-grow: 1;
    line-height: 23.8px;
    font-size: 13.6px;
    color: #2c2c2c;
  }
}

@media screen and (max-width: 1200px) {
  .webtit2 {
    text-align: center;
    color: #5b0c11;
    padding-bottom: 40px;
  }

  .webtit2 h4 {
    font-size: 24px;
    line-height: 1.5;
  }

  .webtit2 h5 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
  }

  .fw {
    padding: 40px;
    border-radius: 16px;
    border: 1px dashed #5b0c11;
  }

  .fw .box {
    display: flex;
    justify-content: center;
  }

  .fw .box .inp {
    margin-right: 16px;
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    height: 36.8px;
    line-height: 36.8px;
    font-size: 12.8px;
    background: none;
    padding: 0 8px;
    width: 211.2px;
  }

  .fw .box .btn {
    border: none;
    border-radius: 8px;
    height: 36.8px;
    font-size: 12.8px;
    width: 163.2px;
    color: #fff;
    cursor: pointer;
    background: #5b0c11;
  }

  .fw .phone {
    text-align: center;
    line-height: 60.8px;
    color: #5b0c11;
    font-size: 12.8px;
    margin-bottom: 14.72px;
    font-weight: bold;
  }

  .fw .tip {
    border-radius: 16px;
    border: 1px dashed #5b0c11;
    margin: 0 5%;
    padding: 11.2px 16px;
    display: flex;
    align-items: center;
  }

  .fw .tip img {
    width: 59.2px;
    flex-shrink: 0;
  }

  .fw .tip .cnt {
    margin-left: 22.4px;
    flex-grow: 1;
    line-height: 22.4px;
    font-size: 12.8px;
    color: #2c2c2c;
  }
}

@media screen and (max-width: 990px) {
  .webtit2 {
    text-align: center;
    color: #5b0c11;
    padding-bottom: 42.5px;
  }

  .webtit2 h4 {
    font-size: 25.5px;
    line-height: 1.5;
  }

  .webtit2 h5 {
    font-size: 38.25px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
  }

  .fw {
    padding: 42.5px;
    border-radius: 17px;
    border: 1px dashed #5b0c11;
  }

  .fw .box {
    display: flex;
    justify-content: center;
  }

  .fw .box .inp {
    margin-right: 17px;
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    height: 39.1px;
    line-height: 39.1px;
    font-size: 13.6px;
    background: none;
    padding: 0 8.5px;
    width: 224.4px;
  }

  .fw .box .btn {
    border: none;
    border-radius: 8.5px;
    height: 39.1px;
    font-size: 13.6px;
    width: 173.4px;
    color: #fff;
    cursor: pointer;
    background: #5b0c11;
  }

  .fw .phone {
    text-align: center;
    line-height: 64.6px;
    color: #5b0c11;
    font-size: 13.6px;
    margin-bottom: 16.6175px;
    font-weight: bold;
  }

  .fw .tip {
    border-radius: 17px;
    border: 1px dashed #5b0c11;
    margin: 0 5%;
    padding: 11.9px 17px;
    display: flex;
    align-items: center;
  }

  .fw .tip img {
    width: 62.9px;
    flex-shrink: 0;
  }

  .fw .tip .cnt {
    margin-left: 23.8px;
    flex-grow: 1;
    line-height: 23.8px;
    font-size: 13.6px;
    color: #2c2c2c;
  }
}

@media screen and (max-width: 800px) {
  .webtit2 {
    text-align: center;
    color: #5b0c11;
    padding-bottom: 40px;
  }

  .webtit2 h4 {
    font-size: 24px;
    line-height: 1.5;
  }

  .webtit2 h5 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
  }

  .fw {
    padding: 40px;
    border-radius: 16px;
    border: 1px dashed #5b0c11;
  }

  .fw .box {
    display: flex;
    justify-content: center;
  }

  .fw .box .inp {
    margin-right: 16px;
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    height: 36.8px;
    line-height: 36.8px;
    font-size: 12.8px;
    background: none;
    padding: 0 8px;
    width: 211.2px;
  }

  .fw .box .btn {
    border: none;
    border-radius: 8px;
    height: 36.8px;
    font-size: 12.8px;
    width: 163.2px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    background: #5b0c11;
  }

  .fw .phone {
    text-align: center;
    line-height: 60.8px;
    color: #5b0c11;
    font-size: 12.8px;
    margin-bottom: 14.72px;
    font-weight: bold;
  }

  .fw .tip {
    border-radius: 16px;
    border: 1px dashed #5b0c11;
    margin: 0;
    padding: 11.2px 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fw .tip img {
    width: 59.2px;
    flex-shrink: 0;
  }

  .fw .tip .cnt {
    margin-top: 12px;
    width: 100%;
    margin-left: 0;
    flex-grow: 1;
    line-height: 22.4px;
    font-size: 12.8px;
    color: #2c2c2c;
  }
}

.city {
  display: flex;
  border-radius: 10px;
  border: 1px dashed #5b0c11;
  padding: 7px 25px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.city img {
  width: 27px;
}

.city li {
  padding: 18px 0;
  flex-shrink: 0;
  width: 30%;
  margin-right: 3.33%;
}

.city p {
  padding-top: 10px;
  line-height: 28px;
  font-size: 16px;
  color: #5b0c11;
}

.citycho {
  border-radius: 10px;
  border: 1px dashed #5b0c11;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.citycho em {
  padding-left: 15px;
  flex-grow: 1;
  font-size: 16px;
  color: #3c3c3c;
}

.citycho img {
  width: 27px;
}

.citycho .box {
  display: flex;
}

.citycho select {
  margin-left: 20px;
  padding: 0 30px 0 40px;
  font-size: 15px;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 30px;
  height: 30px;
  -webkit-appearance: none;
  /*for chrome*/
  background: url(../images/jt5.png) 14px center no-repeat #5b0c11;
}

@media screen and (max-width: 1400px) {
  .city {
    display: flex;
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    padding: 5.95px 21.25px;
    margin-top: 25.5px;
    flex-wrap: wrap;
  }

  .city img {
    width: 22.95px;
  }

  .city li {
    padding: 15.3px 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 3.33%;
  }

  .city p {
    padding-top: 8.5px;
    line-height: 23.8px;
    font-size: 13.6px;
    color: #5b0c11;
  }

  .citycho {
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    padding: 0 21.25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46.75px;
  }

  .citycho em {
    padding-left: 12.75px;
    flex-grow: 1;
    font-size: 13.6px;
    color: #3c3c3c;
  }

  .citycho img {
    width: 22.95px;
  }

  .citycho .box {
    display: flex;
  }

  .citycho select {
    margin-left: 17px;
    padding: 0 25.5px 0 34px;
    font-size: 12.75px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 25.5px;
    height: 25.5px;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt5.png) 11.9px center no-repeat #5b0c11;
  }
}

@media screen and (max-width: 1200px) {
  .city {
    display: flex;
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    padding: 5.6px 20px;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .city img {
    width: 21.6px;
  }

  .city li {
    padding: 14.4px 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 3.33%;
  }

  .city p {
    padding-top: 8px;
    line-height: 22.4px;
    font-size: 12.8px;
    color: #5b0c11;
  }

  .citycho {
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
  }

  .citycho em {
    padding-left: 12px;
    flex-grow: 1;
    font-size: 12.8px;
    color: #3c3c3c;
  }

  .citycho img {
    width: 21.6px;
  }

  .citycho .box {
    display: flex;
  }

  .citycho select {
    margin-left: 16px;
    padding: 0 24px 0 32px;
    font-size: 12px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 24px;
    height: 24px;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt5.png) 11.2px center no-repeat #5b0c11;
  }
}

@media screen and (max-width: 990px) {
  .city {
    display: flex;
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    padding: 5.95px 21.25px;
    margin-top: 25.5px;
    flex-wrap: wrap;
  }

  .city img {
    width: 22.95px;
  }

  .city li {
    padding: 15.3px 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 3.33%;
  }

  .city p {
    padding-top: 8.5px;
    line-height: 23.8px;
    font-size: 13.6px;
    color: #5b0c11;
  }

  .citycho {
    border-radius: 8.5px;
    border: 1px dashed #5b0c11;
    padding: 0 21.25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46.75px;
  }

  .citycho em {
    padding-left: 12.75px;
    flex-grow: 1;
    font-size: 13.6px;
    color: #3c3c3c;
  }

  .citycho img {
    width: 22.95px;
  }

  .citycho .box {
    display: flex;
  }

  .citycho select {
    margin-left: 17px;
    padding: 0 25.5px 0 34px;
    font-size: 12.75px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 25.5px;
    height: 25.5px;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt5.png) 11.9px center no-repeat #5b0c11;
  }
}

@media screen and (max-width: 800px) {
  .city {
    display: flex;
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    padding: 5.6px 20px;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .city img {
    width: 21.6px;
  }

  .city li {
    padding: 14.4px 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
  }

  .city p {
    padding-top: 8px;
    line-height: 22.4px;
    font-size: 12.8px;
    color: #5b0c11;
  }

  .citycho {
    border-radius: 8px;
    border: 1px dashed #5b0c11;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    flex-wrap: wrap;
  }

  .citycho em {
    padding-left: 12px;
    flex-grow: 1;
    font-size: 12.8px;
    color: #3c3c3c;
  }

  .citycho img {
    width: 21.6px;
  }

  .citycho .box {
    width: 100%;
    display: flex;
    margin-top: 15px;
  }

  .citycho select {
    margin-left: 0;
    margin-right: 4px;
    padding: 0 16px 0 24px;
    font-size: 12px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 24px;
    height: 24px;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt5.png) 5.6px center no-repeat #5b0c11;
  }
}

.ban2 img {
  width: 100%;
}

.webtit3 {
  text-align: center;
  padding-bottom: 57px;
}

.webtit3 img {
  width: 235px;
}

.showban {
  margin-bottom: 60px;
}

.showban img {
  width: 100%;
}

.form {
  background: url(../images/bg3.png);
  background-size: 100% 100%;
  padding: 40px 66px;
  display: flex;
  justify-content: space-between;
}

.form .box1 {
  width: 49%;
}

.form .box1 h4 {
  line-height: 50px;
  font-size: 30px;
  color: #5b0c11;
}

.form .box1 h5 {
  line-height: 46px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5b0c11;
}

.form .box1 p {
  line-height: 23px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 25px 0;
}

.form .box1 em {
  color: #5b0c11;
}

.form .box1 span {
  display: flex;
  align-items: center;
}

.form .box1 img {
  width: 77px;
  margin-right: 25px;
}

.form .box1 i {
  font-size: 14px;
  color: #5b0c11;
  font-weight: bold;
  position: relative;
}

.form .box1 i::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 113px;
  height: 1px;
  background: #5b0c11;
}

.form .box2 {
  color: #5b0c11;
  width: 49%;
  font-size: 14px;
}

.form .box2 .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form .box2 .itembox {
  background-color: #f7f7f7;
  width: 49%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form .box2 .itembox.spe {
  width: 100%;
}

.form .box2 span {
  flex-shrink: 0;
  width: 90px;
  padding-left: 30px;
  line-height: 50px;
}

.form .box2 .sbox {
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.form .box2 .inp {
  background-color: #f7f7f7;
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border: none;
}

.form .box2 .yzm {
  height: 50px;
}

.form .box2 select {
  font-size: 14px;
  color: #5b0c11;
  margin-left: 20px;
  padding: 0 20px 0 10px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  /*for chrome*/
  background: url(../images/jt6.png) right center no-repeat;
  background-color: none;
}

.form .box2 em {
  flex-shrink: 0;
  color: red;
  padding-right: 15px;
}

.form .box2 .radio {
  padding: 10px 0;
  margin-left: 20px;
}

.form .box2 .spe.itembox {
  flex-wrap: wrap;
}

.form .box2 textarea {
  background-color: #f7f7f7;
  width: 100%;
  height: 108px;
  padding: 10px 30px;
  padding-top: 0;
  border: none;
  line-height: 22px;
  font-size: 14px;
  outline: none;
}

.form .box2 .btn {
  width: 170px;
  height: 50px;
  color: #fff;
  background: #231f20;
  font-size: 14px;
  display: block;
  margin-top: 35px;
  cursor: pointer;
  border: none;
}

.form.spe {
  background: none;
  padding: 0;
  margin-top: 84px;
  padding-bottom: 63px;
  border-bottom: 1px solid #dfc7bf;
}

@media screen and (max-width: 1400px) {
  .form.spe {
    background: none;
    padding: 0;
    margin-top: 71.4px;
    padding-bottom: 53.55px;
    border-bottom: 1px solid #dfc7bf;
  }

  .webtit3 {
    text-align: center;
    padding-bottom: 48.45px;
  }

  .webtit3 img {
   width: 230px;
  }

  .showban {
    margin-bottom: 51px;
  }

  .showban img {
    width: 100%;
  }

  .form {
    background: url(../images/bg3.png);
    background-size: 100% 100%;
    padding: 34px 56.1px;
    display: flex;
    justify-content: space-between;
  }

  .form .box1 {
    width: 49%;
  }

  .form .box1 h4 {
    line-height: 42.5px;
    font-size: 25.5px;
    color: #5b0c11;
  }

  .form .box1 h5 {
    line-height: 39.1px;
    font-size: 30.6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5b0c11;
  }

  .form .box1 p {
    line-height: 19.55px;
    font-size: 11.9px;
    color: #1e1e1e;
    padding: 21.25px 0;
  }

  .form .box1 em {
    color: #5b0c11;
  }

  .form .box1 span {
    display: flex;
    align-items: center;
  }

  .form .box1 img {
    width: 65.45px;
    margin-right: 21.25px;
  }

  .form .box1 i {
    font-size: 11.9px;
    color: #5b0c11;
    font-weight: bold;
    position: relative;
  }

  .form .box1 i::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -21.25px;
    width: 96.05px;
    height: 1px;
    background: #5b0c11;
  }

  .form .box2 {
    color: #5b0c11;
    width: 49%;
    font-size: 11.9px;
  }

  .form .box2 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12.75px;
  }

  .form .box2 .itembox {
    width: 49%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form .box2 .itembox.spe {
    width: 100%;
  }

  .form .box2 span {
    flex-shrink: 0;
    width: 76.5px;
    padding-left: 25.5px;
    line-height: 42.5px;
  }

  .form .box2 .sbox {
    padding-left: 8.5px;
    padding-right: 8.5px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .form .box2 .inp {
    width: 100%;
    font-size: 11.9px;
    height: 42.5px;
    line-height: 42.5px;
    border: none;
  }

  .form .box2 .yzm {
    height: 42.5px;
  }

  .form .box2 select {
    font-size: 11.9px;
    color: #5b0c11;
    margin-left: 17px;
    padding: 0 17px 0 8.5px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt6.png) right center no-repeat;
    background-color: none;
  }

  .form .box2 em {
    flex-shrink: 0;
    color: red;
    padding-right: 12.75px;
  }

  .form .box2 .radio {
    padding: 8.5px 0;
    margin-left: 17px;
  }

  .form .box2 .spe.itembox {
    background-color: #f7f7f7;
    flex-wrap: wrap;
  }

  .form .box2 textarea {
    width: 100%;
    height: 91.8px;
    padding: 8.5px 25.5px;
    padding-top: 0;
    border: none;
    line-height: 18.7px;
    font-size: 11.9px;
    outline: none;
  }

  .form .box2 .btn {
    width: 144.5px;
    height: 42.5px;
    color: #fff;
    background: #231f20;
    font-size: 11.9px;
    display: block;
    margin-top: 29.75px;
    cursor: pointer;
    border: none;
  }
}

@media screen and (max-width: 1200px) {
  .form.spe {
    background: none;
    padding: 0;
    margin-top: 67.2px;
    padding-bottom: 50.4px;
    border-bottom: 1px solid #dfc7bf;
  }

  .webtit3 {
    text-align: center;
    padding-bottom: 45.6px;
  }

  .webtit3 img {
    width: 200px;
  }

  .showban {
    margin-bottom: 48px;
  }

  .showban img {
    width: 100%;
  }

  .form {
    background: url(../images/bg3.png);
    background-size: 100% 100%;
    padding: 32px 52.8px;
    display: flex;
    justify-content: space-between;
  }

  .form .box1 {
    width: 49%;
  }

  .form .box1 h4 {
    line-height: 40px;
    font-size: 24px;
    color: #5b0c11;
  }

  .form .box1 h5 {
    line-height: 36.8px;
    font-size: 28.8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5b0c11;
  }

  .form .box1 p {
    line-height: 18.4px;
    font-size: 11.2px;
    color: #1e1e1e;
    padding: 20px 0;
  }

  .form .box1 em {
    color: #5b0c11;
  }

  .form .box1 span {
    display: flex;
    align-items: center;
  }

  .form .box1 img {
    width: 61.6px;
    margin-right: 20px;
  }

  .form .box1 i {
    font-size: 11.2px;
    color: #5b0c11;
    font-weight: bold;
    position: relative;
  }

  .form .box1 i::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 90.4px;
    height: 1px;
    background: #5b0c11;
  }

  .form .box2 {
    color: #5b0c11;
    width: 49%;
    font-size: 11.2px;
  }

  .form .box2 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .form .box2 .itembox {
    width: 49%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form .box2 .itembox.spe {
    width: 100%;
  }

  .form .box2 span {
    flex-shrink: 0;
    width: 72px;
    padding-left: 24px;
    line-height: 40px;
  }

  .form .box2 .sbox {
    padding-left: 8px;
    padding-right: 8px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .form .box2 .inp {
    width: 100%;
    font-size: 11.2px;
    height: 40px;
    line-height: 40px;
    border: none;
  }

  .form .box2 .yzm {
    height: 40px;
  }

  .form .box2 select {
    font-size: 11.2px;
    color: #5b0c11;
    margin-left: 16px;
    padding: 0 16px 0 8px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt6.png) right center no-repeat;
    background-color: none;
  }

  .form .box2 em {
    flex-shrink: 0;
    color: red;
    padding-right: 12px;
  }

  .form .box2 .radio {
    padding: 8px 0;
    margin-left: 16px;
  }

  .form .box2 .spe.itembox {
    flex-wrap: wrap;
  }

  .form .box2 textarea {
    width: 100%;
    height: 86.4px;
    padding: 8px 24px;
    padding-top: 0;
    border: none;
    line-height: 17.6px;
    font-size: 11.2px;
    outline: none;
  }

  .form .box2 .btn {
    width: 136px;
    height: 40px;
    color: #fff;
    background: #231f20;
    font-size: 11.2px;
    display: block;
    margin-top: 28px;
    cursor: pointer;
    border: none;
  }
}

@media screen and (max-width: 990px) {
  .form.spe {
    background: none;
    padding: 0;
    margin-top: 71.4px;
    padding-bottom: 53.55px;
    border: none;
    border-bottom: 1px solid #dfc7bf;
  }

  .webtit3 {
    text-align: center;
    padding-bottom: 40px;
  }

 

  .showban {
    margin-bottom: 51px;
  }

  .showban img {
    width: 100%;
  }

  .form {
    background: none;
    border: 2px solid #5b0c11;
    background-size: 100% 100%;
    padding: 34px 30.6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form .box1 {
    width: 100%;
    margin-bottom: 25.5px;
  }

  .form .box1 h4 {
    line-height: 42.5px;
    font-size: 25.5px;
    color: #5b0c11;
  }

  .form .box1 h5 {
    line-height: 39.1px;
    font-size: 30.6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5b0c11;
  }

  .form .box1 p {
    line-height: 19.55px;
    font-size: 11.9px;
    color: #1e1e1e;
    padding: 21.25px 0;
  }

  .form .box1 em {
    color: #5b0c11;
  }

  .form .box1 span {
    display: flex;
    align-items: center;
  }

  .form .box1 img {
    width: 65.45px;
    margin-right: 21.25px;
  }

  .form .box1 i {
    font-size: 11.9px;
    color: #5b0c11;
    font-weight: bold;
    position: relative;
  }

  .form .box1 i::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -21.25px;
    width: 96.05px;
    height: 1px;
    background: #5b0c11;
  }

  .form .box2 {
    color: #5b0c11;
    width: 100%;
    font-size: 11.9px;
  }

  .form .box2 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12.75px;
  }

  .form .box2 .itembox {
    width: 49%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form .box2 .itembox.spe {
    width: 100%;
  }

  .form .box2 span {
    flex-shrink: 0;
    width: 76.5px;
    padding-left: 25.5px;
    line-height: 42.5px;
  }

  .form .box2 .sbox {
    padding-left: 8.5px;
    padding-right: 8.5px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .form .box2 .inp {
    width: 100%;
    font-size: 11.9px;
    height: 42.5px;
    line-height: 42.5px;
    border: none;
  }

  .form .box2 .yzm {
    height: 42.5px;
  }

  .form .box2 select {
    font-size: 11.9px;
    color: #5b0c11;
    margin-left: 17px;
    padding: 0 17px 0 8.5px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt6.png) right center no-repeat;
    background-color: none;
  }

  .form .box2 em {
    flex-shrink: 0;
    color: red;
    padding-right: 12.75px;
  }

  .form .box2 .radio {
    padding: 8.5px 0;
    margin-left: 17px;
  }

  .form .box2 .spe.itembox {
    flex-wrap: wrap;
  }

  .form .box2 textarea {
    width: 100%;
    height: 91.8px;
    padding: 8.5px 25.5px;
    padding-top: 0;
    border: none;
    line-height: 18.7px;
    font-size: 11.9px;
    outline: none;
  }

  .form .box2 .btn {
    width: 144.5px;
    height: 42.5px;
    color: #fff;
    background: #231f20;
    font-size: 11.9px;
    display: block;
    margin-top: 29.75px;
    cursor: pointer;
    border: none;
  }
}

@media screen and (max-width: 800px) {

  .form.spe {
    background: none;
    padding: 0;
    margin-top: 35.2px;
    padding-bottom: 50.4px;
    border-bottom: 1px solid #dfc7bf;
  }

  .webtit3 {
    text-align: center;
    padding-bottom: 0px;
  }

  .webtit3 img {
    width: 150px;
  }


  .vi .box1 .edge {
    width: 30px;
  }

  .showban {
    margin-bottom: 48px;
  }

  .showban img {
    width: 100%;
  }

  .form {
    border: 1px solid #5b0c11;
    padding: 32px 20.8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form .box1 {
    width: 100%;
    margin-bottom: 24px;
  }

  .form .box1 h4 {
    line-height: 40px;
    font-size: 24px;
    color: #5b0c11;
  }

  .form .box1 h5 {
    line-height: 36.8px;
    font-size: 28.8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5b0c11;
  }

  .form .box1 p {
    line-height: 18.4px;
    font-size: 11.2px;
    color: #1e1e1e;
    padding: 20px 0;
  }

  .form .box1 em {
    color: #5b0c11;
  }

  .form .box1 span {
    display: flex;
    align-items: center;
  }

  .form .box1 img {
    width: 61.6px;
    margin-right: 20px;
  }

  .form .box1 i {
    font-size: 11.2px;
    color: #5b0c11;
    font-weight: bold;
    position: relative;
  }

  .form .box1 i::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 90.4px;
    height: 1px;
    background: #5b0c11;
  }

  .form .box2 {
    color: #5b0c11;
    width: 100%;
    font-size: 11.2px;
  }

  .form .box2 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  .form .box2 .itembox {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .form .box2 .itembox.spe {
    width: 100%;
  }

  .form .box2 .itembox.spe2 {
    width: 100%;
    margin-bottom: 12px;
  }

  .form .box2 span {
    flex-shrink: 0;
    width: 48px;
    padding-left: 8px;
    line-height: 40px;
  }

  .form .box2 .sbox {
    padding-left: 8px;
    padding-right: 8px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .form .box2 .inp {
    width: 100%;
    font-size: 11.2px;
    height: 40px;
    line-height: 40px;
    border: none;
  }

  .form .box2 .yzm {
    height: 40px;
  }

  .form .box2 select {
    margin: 10px 0;
    font-size: 11.2px;
    color: #5b0c11;
    margin-left: 16px;
    padding: 0 16px 0 8px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/jt6.png) right center no-repeat;
    background-color: none;
  }

  .form .box2 em {
    flex-shrink: 0;
    color: red;
    padding-right: 12px;
  }

  .form .box2 .radio {
    padding: 8px 0;
    margin-left: 16px;
  }

  .form .box2 .spe.itembox {
    flex-wrap: wrap;
  }

  .form .box2 textarea {
    width: 100%;
    height: 86.4px;
    padding: 8px;
    padding-top: 0;
    border: none;
    line-height: 17.6px;
    font-size: 11.2px;
    outline: none;
  }

  .form .box2 .btn {
    width: 136px;
    height: 40px;
    color: #fff;
    background: #231f20;
    font-size: 11.2px;
    display: block;
    margin-top: 28px;
    cursor: pointer;
    border: none;
  }
}

.place {
  margin-top: -30px;
  line-height: 75px;
  font-size: 16px;
  color: #000;
}

.place a {
  color: #000000;
}

.place a:last-child {
  color: #5b0c11;
}

.proxq {
  padding-bottom: 40px;
}

.proxq .proxqtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 64px;
  color: #5b0c11;
  font-size: 24px;
}

.proxq .proxqtit::after {
  height: 1px;
  background: #5b0c11;
  content: '';
  flex-grow: 1;
  margin-left: 20px;
}

.proxq .proxqtit::before {
  height: 1px;
  background: #5b0c11;
  content: '';
  flex-grow: 1;
  margin-right: 20px;
}

.proxq .proxqcnt {
  padding-top: 30px;
}

.proxq img {
  max-width: 100%;
}

.prot {
  padding-top: 30px;
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.prot .box1 {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.prot .box1 .gallery-top {
  height: 400px;
  width: 78%;
}

.prot .box1 .gallery-thumbs {
  height: 400px;
  width: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.prot .box1 .gallery-top .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prot .box1 .gallery-top .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.prot .box1 .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 33.33%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prot .box1 .gallery-thumbs .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}

.prot .box1 .gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid #5b0c11;
}

.prot .box2 {
  width: 57%;
}

.prot .box2 .h4 {
  line-height: 23px;
  color: #242424;
  font-size: 18px;
}

.prot .box2 .h3 {
  line-height: 32px;
  color: #242424;
  font-size: 18px;
}

.prot .box2 .xx {
  padding: 20px 0;
  display: flex;
}

.prot .box2 .xx img {
  width: 26px;
  margin-right: 5px;
}

.prot .box2 .h5 {
  line-height: 32px;
  color: #242424;
  font-size: 18px;
}

.prot .box2 .p {
  line-height: 30px;
  color: #242424;
  font-size: 17px;
  padding-bottom: 12px;
}

.prot .box2 .a {
  color: #242424;
}

.prot .box2 .a:hover {
  color: #5b0c11;
}

.prot .box2 .mask3 {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  z-index: 1000;
  display: none;
}

.prot .box2 .mask3 img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 200px;
}

.prot .box2 .footShare3 {
  padding-top: 73px;
}

.prot .box2 .footShare3 a img {
  width: 28px;
  margin-left: 10px;
}

@media screen and (max-width: 1400px) {
  .place {
    margin-top: -25.5px;
    line-height: 63.75px;
    font-size: 13.6px;
    color: #000;
  }

  .place a {
    color: #000000;
  }

  .place a:last-child {
    color: #5b0c11;
  }

  .proxq {
    padding-bottom: 34px;
  }

  .proxq .proxqtit {
    line-height: 54.4px;
    color: #5b0c11;
    font-size: 20.4px;
  }

  .proxq .proxqcnt {
    padding-top: 25.5px;
  }

  .proxq img {
    max-width: 100%;
  }

  .prot {
    padding-top: 25.5px;
    padding-bottom: 46.75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prot .box1 {
    width: 40%;
    display: flex;
    justify-content: space-between;
  }

  .prot .box1 .gallery-top {
    height: 340px;
    width: 73%;
  }

  .prot .box1 .gallery-thumbs {
    height: 340px;
    width: 25%;
    box-sizing: border-box;
    padding: 8.5px 0;
  }

  .prot .box1 .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box1 .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 33.33%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box2 {
    width: 57%;
  }

  .prot .box2 .h4 {
    line-height: 19.55px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .h3 {
    line-height: 27.2px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .xx {
    padding: 17px 0;
    display: flex;
  }

  .prot .box2 .xx img {
    width: 22.1px;
    margin-right: 4.25px;
  }

  .prot .box2 .h5 {
    line-height: 27.2px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .p {
    line-height: 25.5px;
    color: #242424;
    font-size: 14.45px;
    padding-bottom: 10.2px;
  }

  .prot .box2 .a {
    color: #242424;
  }

  .prot .box2 .a:hover {
    color: #5b0c11;
  }

  .prot .box2 .mask3 {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    z-index: 1000;
    display: none;
  }

  .prot .box2 .mask3 img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
  }

  .prot .box2 .footShare3 {
    padding-top: 62.05px;
  }

  .prot .box2 .footShare3 a img {
    width: 23.8px;
    margin-left: 8.5px;
  }
}

@media screen and (max-width: 1200px) {
  .place {
    margin-top: -24px;
    line-height: 60px;
    font-size: 12.8px;
    color: #000;
  }

  .place a {
    color: #000000;
  }

  .place a:last-child {
    color: #5b0c11;
  }

  .proxq {
    padding-bottom: 32px;
  }

  .proxq .proxqtit {
    line-height: 51.2px;
    color: #5b0c11;
    font-size: 19.2px;
  }

  .proxq .proxqcnt {
    padding-top: 24px;
  }

  .proxq img {
    max-width: 100%;
  }

  .prot {
    padding-top: 24px;
    padding-bottom: 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prot .box1 {
    width: 40%;
    display: flex;
    justify-content: space-between;
  }

  .prot .box1 .gallery-top {
    height: 320px;
    width: 73%;
  }

  .prot .box1 .gallery-thumbs {
    height: 320px;
    width: 25%;
    box-sizing: border-box;
    padding: 8px 0;
  }

  .prot .box1 .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box1 .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 33.33%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box2 {
    width: 57%;
  }

  .prot .box2 .h4 {
    line-height: 18.4px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .h3 {
    line-height: 25.6px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .xx {
    padding: 16px 0;
    display: flex;
  }

  .prot .box2 .xx img {
    width: 20.8px;
    margin-right: 4px;
  }

  .prot .box2 .h5 {
    line-height: 25.6px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .p {
    line-height: 24px;
    color: #242424;
    font-size: 13.6px;
    padding-bottom: 9.6px;
  }

  .prot .box2 .a {
    color: #242424;
  }

  .prot .box2 .a:hover {
    color: #5b0c11;
  }

  .prot .box2 .mask3 {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    z-index: 1000;
    display: none;
  }

  .prot .box2 .mask3 img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
  }

  .prot .box2 .footShare3 {
    padding-top: 58.4px;
  }

  .prot .box2 .footShare3 a img {
    width: 22.4px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 990px) {
  .place {
    margin-top: -25.5px;
    line-height: 63.75px;
    font-size: 13.6px;
    color: #000;
  }

  .place a {
    color: #000000;
  }

  .place a:last-child {
    color: #5b0c11;
  }

  .proxq {
    padding-bottom: 34px;
  }

  .proxq .proxqtit {
    line-height: 54.4px;
    color: #5b0c11;
    font-size: 20.4px;
  }

  .proxq .proxqcnt {
    padding-top: 25.5px;
  }

  .proxq img {
    max-width: 100%;
  }

  .prot {
    padding-top: 25.5px;
    padding-bottom: 46.75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prot .box1 {
    width: 40%;
    display: flex;
    justify-content: space-between;
  }

  .prot .box1 .gallery-top {
    height: 340px;
    width: 73%;
  }

  .prot .box1 .gallery-thumbs {
    height: 340px;
    width: 25%;
    box-sizing: border-box;
    padding: 8.5px 0;
  }

  .prot .box1 .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box1 .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 33.33%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box2 {
    width: 57%;
  }

  .prot .box2 .h4 {
    line-height: 19.55px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .h3 {
    line-height: 27.2px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .xx {
    padding: 17px 0;
    display: flex;
  }

  .prot .box2 .xx img {
    width: 22.1px;
    margin-right: 4.25px;
  }

  .prot .box2 .h5 {
    line-height: 27.2px;
    color: #242424;
    font-size: 15.3px;
  }

  .prot .box2 .p {
    line-height: 25.5px;
    color: #242424;
    font-size: 14.45px;
    padding-bottom: 10.2px;
  }

  .prot .box2 .a {
    color: #242424;
  }

  .prot .box2 .a:hover {
    color: #5b0c11;
  }

  .prot .box2 .mask3 {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    z-index: 1000;
    display: none;
  }

  .prot .box2 .mask3 img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
  }

  .prot .box2 .footShare3 {
    padding-top: 62.05px;
  }

  .prot .box2 .footShare3 a img {
    width: 23.8px;
    margin-left: 8.5px;
  }
}

@media screen and (max-width: 800px) {
  .place {
    margin-top: -24px;
    line-height: 60px;
    font-size: 12.8px;
    color: #000;
  }

  .place a {
    color: #000000;
  }

  .place a:last-child {
    color: #5b0c11;
  }

  .proxq {
    padding-bottom: 32px;
  }

  .proxq .proxqtit {
    line-height: 51.2px;
    color: #5b0c11;
    font-size: 19.2px;
  }

  .proxq .proxqcnt {
    padding-top: 24px;
  }

  .proxq img {
    max-width: 100%;
  }

  .prot {
    padding-top: 0px;
    padding-bottom: 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .prot .box1 {
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .prot .box1 .gallery-top {
    height: 320px;
    flex-grow: 1;
  }

  .prot .box1 .gallery-thumbs {
    height: 320px;
    width: 90px;
    box-sizing: border-box;
    padding: 8px 0;
    margin-left: -10px;
  }

  .prot .box1 .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box1 .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 33.33%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prot .box2 {
    width: 100%;
  }

  .prot .box2 .h4 {
    line-height: 18.4px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .h3 {
    line-height: 25.6px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .xx {
    padding: 16px 0;
    display: flex;
  }

  .prot .box2 .xx img {
    width: 20.8px;
    margin-right: 4px;
  }

  .prot .box2 .h5 {
    line-height: 25.6px;
    color: #242424;
    font-size: 14.4px;
  }

  .prot .box2 .p {
    line-height: 24px;
    color: #242424;
    font-size: 13.6px;
    padding-bottom: 9.6px;
  }

  .prot .box2 .a {
    color: #242424;
  }

  .prot .box2 .a:hover {
    color: #5b0c11;
  }

  .prot .box2 .mask3 {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    z-index: 1000;
    display: none;
  }

  .prot .box2 .mask3 img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
  }

  .prot .box2 .footShare3 {
    padding-top: 58.4px;
  }

  .prot .box2 .footShare3 a img {
    width: 22.4px;
    margin-left: 8px;
  }
}

.main2 {
  padding-top: 80px;

  /* background-image: url(../images/main_bg.jpg); */
  background-repeat: repeat;
}

.banner .swiper-pagination-bullet {
  width: 82px;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-pagination {
  bottom: 20px !important;
}

/*.vi {
  margin-bottom: 68px;
  display: flex;
  align-items: center;
}*/
.vi {
  position: relative;
  margin-bottom: 68px;
  display: flex;
  align-items: center;
}

.vi:hover .box1 a .j1 {
  display: none;
}

.vi:hover .box1 a .j2 {
  display: inline-block;
}

.vi .box1 {
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
  padding: 80px;
  width: 45%;
  color: #1a1a1a;
}

.vi .box1 .edge {
  position: absolute;
  width: 80px;
}

.top-left {
  top: 0;
  left: 0; 
}

.top-right {
  top: 0;
  right: 0;
  transform: rotate(90deg)
}

.bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(180deg)
}

.bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg)
}



.vi .box1 h5 {
  font-size: 32px;
  line-height: 70px;
  background: url(../images/line.png);
  background-position: bottom left;
  background-size: 118px 2px;
  background-repeat: no-repeat;
}

.vi .box1 p {
  margin-left: 40px;
  font-size: 18px;
  line-height: 33px;
}

.vi .box1 .more {
  display: block;
  text-align: right;
}

.vi .box1 a {
  width: 159px;
  text-align: center;
  font-size: 16px;
  color: #804036;
  font-weight: bold;
  transition: all 0.3s;
}

.vi .box1 a img {
  width: 20px;
  margin-left: 15px;
}

.vi .box1 a .j2 {
  display: none;
}

/*.vi .video-wrap {
  position: absolute;
  width: 42%;
  padding-top: 20%;
  z-index: 2;
}*/

.vi .video-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  padding-top: 23.8%;
  z-index: 2;
}

.vi video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.bban {
  height: 80px;
  background-size: cover;
  background-position: center;
}

.indexnews {
  padding: 100px 0;
}

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

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

.indexnewsBox .indexnewsUl li {
  width: 49%;
  margin-bottom: 21px;
}

.indexnewsBox .indexnewsUl a {
  display: block;
  border: 1px solid #856b5b;
  display: flex;
  padding: 23px 0;
  align-items: center;
  transition: all 0.3s;
}

.indexnewsBox .indexnewsUl a:hover {
  background: #804036;
}

.indexnewsBox .indexnewsUl a:hover .box1 {
  color: #fff;
}

.indexnewsBox .indexnewsUl a:hover .box2 {
  border-left: 1px solid #fff;
}

.indexnewsBox .indexnewsUl a:hover .box2 h5 {
  color: #fff;
}

.indexnewsBox .indexnewsUl a:hover .box2 p {
  color: #fff;
}

.indexnewsBox .indexnewsUl .box1 {
  transition: all 0.3s;
  width: 111px;
  flex-shrink: 0;
  text-align: center;
  color: #856b5b;
}

.indexnewsBox .indexnewsUl .box1 em {
  display: block;
  font-size: 48px;
  line-height: 1.1;
}

.indexnewsBox .indexnewsUl .box1 span {
  display: block;
  font-size: 12px;
  line-height: 1.1;
}

.indexnewsBox .indexnewsUl .box2 {
  width: 0;
  transition: all 0.3s;
  flex-grow: 1;
  padding-left: 31px;
  padding-right: 10px;
  border-left: 1px solid #856b5b;
}

.indexnewsBox .indexnewsUl .box2 h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  transition: all 0.3s;
  color: #654029;
  font-weight: bold;
  padding-bottom: 10px;
}

.indexnewsBox .indexnewsUl .box2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  height: 46px;
  color: #856b5b;
  transition: all 0.3s;
  font-size: 14px;
}

.indexnewsBox .indexnewsUl .box2 img {
  width: 12px;
  margin-left: -22px;
  margin-right: 10px;
}

.indexnewsBox .single{
  width: 48%;
}

.int_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 18px;
  background: url(../images/single_hx.jpg) no-repeat 134px center;
}

.int_title span{
  padding: 0 10px 0 30px;
  background: url(../images/single.png);
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #000000;
  display: inline-block;
}

.int_title a {
  display: inline-block;
  height: 27px;
  background: url(../images/single_add.png) no-repeat right center;
  width: 27px;
}


.snews .swiper-pic {
  display: flex;
  width: 100%;
  padding-top: 83%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.xf_news {
  width: 48%;
}

.xf_news .int_title span {
  padding: 0 10px 0 40px;
  background: url(../images/news.png);
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
}

.news-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.news-item .new-pic {
  width: 21%;
}


.news-item img {
  width: 150px;
  height: 100px;
  flex-shrink: 0;
}

.news-item .info {
  display: flex;
  flex-direction: column;
  padding: 3px 0 3px 20px;
}

.news-item .title {
  font-size: 18px;
  color: #1a1a1a;
}

.news-item .date {
  font-size: 14px;
  line-height: 35px;
  color: #b2b2b2;
}

.news-item .resume {
  margin-top: auto;
  font-size: 15px;
  color: #7e7e7e;
}

.xf_news {
  display: flex;
  flex-direction: column;
}

.xf_news .store-image {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  width: 100%;
  border-top: 1px solid #e6e7e9;
}

.store-image a{
  display: inline-block;
}

.store-image a:nth-child(1) {
  width: 55%;
} 

.store-image a:nth-child(2) {
  width: 45%;
} 

.store-image img{ width: 100%;height: 100%; }


/*.fz {
  height: 821px;
  background-size: cover;
  background-position: center; }
  .fz .fzbox {
    display: flex; }
  .fz li {
    height: 821px;
    width: 33.33%;
    border-right: 1px solid #d7cecd;
    position: relative;
    -webkit-perspective: 1500px;
    perspective: 1500px; }*/
.fz {
  border-top: 1px solid #d7cecd;
  border-bottom: 1px solid #d7cecd;
  background-size: cover;
  background-position: center;
}

.fz .fzbox {
  display: flex;
  justify-content: center;
}

.fz li {
  width: 25%;
  border-right: 1px solid #d7cecd;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.fz li div {
  position: relative;
  padding-top: 171%;
}

.fz li:first-child {
  border-left: 1px solid #d7cecd;
}

.fz .fzi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fz .fz1 {
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transition: all 0.8s linear;
}

.fz .fz2 {
  opacity: 0;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
 
  transition: all 0.8s linear;
}

.fz li:hover .fz1 {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.fz li:hover .fz2 {
  opacity: 1;
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotate(0deg);
  z-index: 10;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .main2 {
    padding-top:60px;
  }

  .banner .swiper-pagination-bullet {
    width: 69.7px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
  }

  .banner .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .banner .swiper-pagination {
    bottom: 17px !important;
  }

  .vi {
    margin-bottom: 90.1px;
    display: flex;
    align-items: center;
  }

  .vi .box1 {
    padding: 65px;
    color: #1a1a1a;
  }

  .vi .box1 .edge {
    width: 70px;
  }

  .vi .box1 h5 {
    font-size: 27.2px;
    line-height: 59.5px;
    background: url(../images/line.png);
    background-position: bottom left;
    background-size: 100.3px 2px;
    background-repeat: no-repeat;
  }

  .vi .box1 p {
    font-size: 16px;
    line-height: 30px;
  }

  .vi .box1 a {
    width: 135.15px;
    height: 38.25px;
    line-height: 38.25px;
    display: inline-block;
    font-size: 13.6px;
    color: #804036;
  }

  .vi .box1 a img {
    width: 17px;
    margin-left: 12.75px;
  }

  .bban {
    height: 79.9px;
    background-size: cover;
    background-position: center;
  }

  .news-item {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .indexnews {
    padding: 85px 0;
  }

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

  .indexnewsBox .indexnewsUl li {
    width: 49%;
    margin-bottom: 17.85px;
  }

  .indexnewsBox .indexnewsUl a {
    display: block;
    border: 1px solid #856b5b;
    display: flex;
    padding: 19.55px 0;
    align-items: center;
    transition: all 0.3s;
  }

  .indexnewsBox .indexnewsUl a:hover {
    background: #804036;
  }

  .indexnewsBox .indexnewsUl a:hover .box1 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 {
    border-left: 1px solid #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 h5 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 p {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl .box1 {
    transition: all 0.3s;
    width: 94.35px;
    flex-shrink: 0;
    text-align: center;
    color: #856b5b;
  }

  .indexnewsBox .indexnewsUl .box1 em {
    display: block;
    font-size: 40.8px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box1 span {
    display: block;
    font-size: 10.2px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box2 {
    transition: all 0.3s;
    flex-grow: 1;
    padding-left: 26.35px;
    padding-right: 8.5px;
    border-left: 1px solid #856b5b;
  }

  .indexnewsBox .indexnewsUl .box2 h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15.3px;
    transition: all 0.3s;
    color: #654029;
    font-weight: bold;
    padding-bottom: 8.5px;
  }

  .indexnewsBox .indexnewsUl .box2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19.55px;
    height: 39.1px;
    color: #856b5b;
    transition: all 0.3s;
    font-size: 11.9px;
  }

  .indexnewsBox .indexnewsUl .box2 img {
    width: 10.2px;
    margin-left: -18.7px;
    margin-right: 8.5px;
  }


  .snews .swiper-button-next,
  .snews .swiper-button-prev {
    width: 25.5px;
    height: 25.5px;
    background-size: cover;
    background-position: center;
    bottom: 17px;
    top: auto;
    margin: 0;
  }

  .snewsbox {
    display: flex;
  }

  .fz {
    /*height: 621px;*/
    background-size: cover;
    background-position: center;
  }

  .fz .fzbox {
    display: flex;
  }

  .fz li {
    /*height: 621px;*/
    border-right: 1px solid #d7cecd;
    position: relative;
  }
}

@media screen and (max-width: 1200px) {
  .main2 {
    padding-top:50px;
  }

  .banner .swiper-pagination-bullet {
    width: 65.6px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
  }

  .banner .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .banner .swiper-pagination {
    bottom: 16px !important;
  }

  .vi {
    margin-bottom: 50px;
    display: block;
  }

  .vi .box1 {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    color: #1a1a1a;
    margin-bottom: 45px;
  }

  

  .vi .box1 .edge {
    width: 55px;
  }

  .vi .box1 h5 {
    font-size: 25.6px;
    line-height: 56px;
    background: url(../images/line.png);
    background-position: bottom left;
    background-size: 94.4px 2px;
    background-repeat: no-repeat;
  }

  .vi .box1 p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .vi .box1 a {
    width: 127.2px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 12.8px;
    color: #804036;
  }

  .vi .box1 a img {
    width: 16px;
    margin-left: 12px;
  }

  /*.vi .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 45%;
    z-index: 2;
  }*/

  .vi .video-wrap {
    position: relative;
    top: auto;
    transform: none;
    width: 50%;
    padding-top: 23.8%;
    z-index: 2;
  }

  .bban {
    height: 75.2px;
    background-size: cover;
    background-position: center;
  }

  .news-item .title {
    font-size: 16px;
  }

  .news-item .date {
    font-size: 12px;
    line-height: 24px;
  }

  .news-item .resume {
    font-size: 14px;
  }

  .news-item img {
    width: 140px;
    height: 90px;
    flex-shrink: 0;
  }

  .indexnews {
    padding: 80px 0;
  }

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

  .indexnewsBox .indexnewsUl li {
    width: 49%;
    margin-bottom: 16.8px;
  }

  .indexnewsBox .indexnewsUl a {
    display: block;
    border: 1px solid #856b5b;
    display: flex;
    padding: 18.4px 0;
    align-items: center;
    transition: all 0.3s;
  }

  .indexnewsBox .indexnewsUl a:hover {
    background: #804036;
  }

  .indexnewsBox .indexnewsUl a:hover .box1 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 {
    border-left: 1px solid #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 h5 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 p {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl .box1 {
    transition: all 0.3s;
    width: 88.8px;
    flex-shrink: 0;
    text-align: center;
    color: #856b5b;
  }

  .indexnewsBox .indexnewsUl .box1 em {
    display: block;
    font-size: 38.4px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box1 span {
    display: block;
    font-size: 9.6px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box2 {
    transition: all 0.3s;
    flex-grow: 1;
    padding-left: 24.8px;
    padding-right: 8px;
    border-left: 1px solid #856b5b;
  }

  .indexnewsBox .indexnewsUl .box2 h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14.4px;
    transition: all 0.3s;
    color: #654029;
    font-weight: bold;
    padding-bottom: 8px;
  }

  .indexnewsBox .indexnewsUl .box2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18.4px;
    height: 36.8px;
    color: #856b5b;
    transition: all 0.3s;
    font-size: 11.2px;
  }

  .indexnewsBox .indexnewsUl .box2 img {
    width: 9.6px;
    margin-left: -17.6px;
    margin-right: 8px;
  }

  .snews .swiper-button-next,
  .snews .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    bottom: 16px;
    top: auto;
    margin: 0;
  }

  .snews .swiper-button-next {
    background-image: url(../images/jt8.png);
    left: 50%;
    margin-left: 32px;
  }

  .snews .swiper-button-prev {
    background-image: url(../images/jt7.png);
    left: 50%;
    margin-left: 0;
  }

  .snewsbox {
    display: flex;
  }

  .snewsbox .box1 {
    width: 50%;
    background-size: cover;
    background-position: center;
  }

  .snewsbox .box2 {
    width: 50%;
    padding: 20px 33.6px;
    padding-bottom: 68px;
  }

  .snewsbox .box2 h5 {
    line-height: 36px;
    font-size: 19.2px;
    color: #654029;
  }

  .snewsbox .box2 em {
    display: block;
    line-height: 24px;
    font-size: 11.2px;
    color: #654029;
  }

  .snewsbox .box2 p {
    padding-top: 16px;
    font-size: 12.8px;
    color: #654029;
    line-height: 24px;
  }

  .fz {
    /*height: 521px;*/
    background-size: cover;
    background-position: center;
  }

  .fz .fzbox {
    display: flex;
  }

  .fz li {
    /*height: 521px;*/
    border-right: 1px solid #d7cecd;
    position: relative;
  }

}

@media screen and (max-width: 990px) {
  .main2 {
    padding-top:40px;
  }

  .banner .swiper-pagination-bullet {
    width: 69.7px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
  }

  .banner .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .banner .swiper-pagination {
    bottom: 17px !important;
  }

  .vi {
    margin-bottom: 45px;
    display: block;
  }

  .vi .box1 {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    color: #1a1a1a;
  }

  .vi .box1 .edge {
    width: 40px;
  }

  .vi .box1 h5 {
    font-size: 27.2px;
    line-height: 59.5px;
    background: url(../images/line.png);
    background-position: bottom left;
    background-size: 100.3px 2px;
    background-repeat: no-repeat;
  }

  .vi .box1 p {
    padding: 23.8px 0;
    font-size: 16px;
    line-height: 24.65px;
  }

  .vi .box1 a {
    font-size: 13.6px;
    color: #804036 !important;
  }

  .vi .box1 a .j1 {
    display: none;
  }

  .vi .box1 a .j2 {
    display: inline-block;
  }

  .vi .box1 a img {
    width: 17px;
    margin-left: 12.75px;
  }

  .vi .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 50%;
    z-index: -1;
  }

  .bban {
    height: 79.9px;
    background-size: cover;
    background-position: center;
  }

  .indexnewsBox .single{
    width: 100%;
  }

  .single-title {
    display: none;
  }

  .snews .swiper-pic {
    display: flex;
    width: 100%;
    padding-top: 50.2%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }


  .xf_news {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .xf_news .int_title a {
    display: none;
  }

  

  .news-item {
    align-items: center;
    margin-bottom: 30px;
  }
  
  .news-item .title {
    font-size: 20px;
    color: #1a1a1a;
  }
  
  .news-item .date {
    font-size: 14px;
    line-height: 35px;
    color: #b2b2b2;
  }

  .news-item .resume {
    font-size: 16px;
  }

  .indexnews {
    padding: 0 0 35px 0;
  }

  .clear-padding-phone {
    padding: 0;
  }

  .indexnewsBox {
    display: block;
  }

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

  .indexnewsBox .indexnewsUl li {
    width: 49%;
    margin-bottom: 17.85px;
  }

  .indexnewsBox .indexnewsUl a {
    display: block;
    border: 1px solid #856b5b;
    display: flex;
    padding: 19.55px 0;
    align-items: center;
    transition: all 0.3s;
  }

  .indexnewsBox .indexnewsUl a:hover {
    background: #804036;
  }

  .indexnewsBox .indexnewsUl a:hover .box1 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 {
    border-left: 1px solid #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 h5 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 p {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl .box1 {
    transition: all 0.3s;
    width: 94.35px;
    flex-shrink: 0;
    text-align: center;
    color: #856b5b;
  }

  .indexnewsBox .indexnewsUl .box1 em {
    display: block;
    font-size: 40.8px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box1 span {
    display: block;
    font-size: 10.2px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box2 {
    transition: all 0.3s;
    flex-grow: 1;
    padding-left: 26.35px;
    padding-right: 8.5px;
    border-left: 1px solid #856b5b;
  }

  .indexnewsBox .indexnewsUl .box2 h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15.3px;
    transition: all 0.3s;
    color: #654029;
    font-weight: bold;
    padding-bottom: 8.5px;
  }

  .indexnewsBox .indexnewsUl .box2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19.55px;
    height: 39.1px;
    color: #856b5b;
    transition: all 0.3s;
    font-size: 11.9px;
  }

  .indexnewsBox .indexnewsUl .box2 img {
    width: 10.2px;
    margin-left: -18.7px;
    margin-right: 8.5px;
  }


  .snews .swiper-button-next,
  .snews .swiper-button-prev {
    width: 25.5px;
    height: 25.5px;
    background-size: cover;
    background-position: center;
    bottom: 17px;
    top: auto;
    margin: 0;
  }

  .snews .swiper-button-next {
    background-image: url(../images/jt8.png);
    left: 50%;
    margin-left: 34px;
  }

  .snews .swiper-button-prev {
    background-image: url(../images/jt7.png);
    left: 50%;
    margin-left: 0;
  }

  .snewsbox {
    display: flex;
  }

  .snewsbox .box1 {
    width: 50%;
    background-size: cover;
    background-position: center;
  }

  .snewsbox .box2 {
    width: 50%;
    padding: 21.25px 35.7px;
    padding-bottom: 72.25px;
  }

  .snewsbox .box2 h5 {
    line-height: 38.25px;
    font-size: 20.4px;
    color: #654029;
  }

  .snewsbox .box2 em {
    display: block;
    line-height: 25.5px;
    font-size: 11.9px;
    color: #654029;
  }

  .snewsbox .box2 p {
    padding-top: 17px;
    font-size: 13.6px;
    color: #654029;
    line-height: 25.5px;
  }

  .fz {
    /*height: 421px;*/
    background-size: cover;
    background-position: center;
  }

  .fz .fzbox {
    display: flex;
  }

  .fz li {
    /*height: 421px;*/
    border-right: 1px solid #d7cecd;
    position: relative;
  }
}

@media screen and (max-width: 800px) {

  .fz li:last-child {
    border-right: none;
  }

  .main2 {
    padding-top: 16px;
  }

  .banner .swiper-pagination-bullet {
    width: 25.6px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
  }

  .banner .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .banner .swiper-pagination {
    bottom: 16px !important;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 20px;
    height: 42px;
    background-size: 20px 42px;
  }

  .vi {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .vi .box1 {
    padding: 16px;
    width: 100%;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .vi .box1 h5 {
    font-size: 20.8px;
    line-height: 56px;
    background: url(../images/line.png);
    background-position: bottom left;
    background-size: 94.4px 2px;
    background-repeat: no-repeat;
  }

  .vi .box1 p {
    padding:0;
    font-size: 14px;
    line-height: 23.2px;
  }

  .vi .box1 a {
    display: inline-block;
    font-size: 12.8px;
    color: #804036;
  }

  .vi .box1 a img {
    width: 16px;
    margin-left: 12px;
  }

  .vi video {
    flex-wrap: wrap;
    width: 100%;
    /*height: 224px;*/
    height: 100%;
    outline: none;
  }

  .bban {
    height: 39.2px;
    background-size: cover;
    background-position: center;
  }

  .news-item {
    margin-bottom: 15px;
}

  .indexnews {
    padding: 0 0 15px 0;
  }

  .single-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .8;
  }

  .single-bullet--active {
    background-color: #fff;
  }

  .snews .swiper-pic {
    padding-top: 62.2%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .xf_news .int_title {
    margin-bottom: 0;
    background: url(../images/single_hx.jpg) no-repeat 100px center;
    height: 55px;
  }

  .xf_news .int_title span{
    padding-left: 25px;
    font-size: 16px;
    background-size: 18px;
  }

  .single-bullet {
    width: 4px !important;
    height: 4px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .8;
  }

  .single-bullet--active {
    background-color: #fff;
  }

  .news-item .title {
    font-size: 13px;
    color: #1a1a1a;
  }
  
  .news-item .date {
    font-size: 12px;
    line-height: 22px;
    color: #b2b2b2;
  }

  .news-item .resume {
    font-size: 12px;
  }

  .news-item .info {
    padding-left: 15px;
  }

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

  .indexnewsBox .indexnewsUl li {
    width: 100%;
    margin-bottom: 16.8px;
  }

  .indexnewsBox .indexnewsUl a {
    display: block;
    border: 1px solid #856b5b;
    display: flex;
    padding: 18.4px 0;
    align-items: center;
    transition: all 0.3s;
  }

  .indexnewsBox .indexnewsUl a:hover {
    background: #804036;
  }

  .indexnewsBox .indexnewsUl a:hover .box1 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 {
    border-left: 1px solid #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 h5 {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl a:hover .box2 p {
    color: #fff;
  }

  .indexnewsBox .indexnewsUl .box1 {
    transition: all 0.3s;
    width: 88.8px;
    flex-shrink: 0;
    text-align: center;
    color: #856b5b;
  }

  .indexnewsBox .indexnewsUl .box1 em {
    display: block;
    font-size: 38.4px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box1 span {
    display: block;
    font-size: 9.6px;
    line-height: 1.1;
  }

  .indexnewsBox .indexnewsUl .box2 {
    transition: all 0.3s;
    flex-grow: 1;
    padding-left: 24.8px;
    padding-right: 8px;
    border-left: 1px solid #856b5b;
  }

  .indexnewsBox .indexnewsUl .box2 h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14.4px;
    transition: all 0.3s;
    color: #654029;
    font-weight: bold;
    padding-bottom: 8px;
  }

  .indexnewsBox .indexnewsUl .box2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18.4px;
    height: 36.8px;
    color: #856b5b;
    transition: all 0.3s;
    font-size: 11.2px;
  }

  .indexnewsBox .indexnewsUl .box2 img {
    width: 9.6px;
    margin-left: -17.6px;
    margin-right: 8px;
  }
  .snews .swiper-button-next,
  .snews .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    bottom: 16px;
    top: auto;
    margin: 0;
  }

  .snews .swiper-button-next {
    background-image: url(../images/jt8.png);
    left: 20px;
    margin-left: 32px;
  }

  .snews .swiper-button-prev {
    background-image: url(../images/jt7.png);
    left: 20px;
    margin-left: 0;
  }

  .snews .swiper-slide a {
    display: flex;
    width: 100%;
  }

  .snewsbox {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .snewsbox .box1 {
    /*height: 200px;*/
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .snewsbox .box2 {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 68px;
  }

  .snewsbox .box2 h5 {
    line-height: 36px;
    font-size: 19.2px;
    color: #654029;
  }

  .snewsbox .box2 em {
    display: block;
    line-height: 24px;
    font-size: 11.2px;
    color: #654029;
  }

  .snewsbox .box2 p {
    padding-top: 16px;
    font-size: 12.8px;
    color: #654029;
    line-height: 24px;
  }

  .fz {
    height: auto;
    background-size: cover;
    background-position: center;
  }

  .fz .layout {
    padding: 0;
  }

  .fz .fzbox {
    display: flex;
    flex-wrap: wrap;
  }

  .fz li {
    
    /*height: 301px;*/
    width: 32.333%;
    border-left: none;
    position: relative;
  }

  .fz li:first-child {
    border-left: none;
  }

  .fz li:last-child {
    border-left: none;
  }

  .fz li:nth-child(2) {
    border-right: 1px solid #d7cecd;
  }
}

@media screen and (max-width: 360px) {
  .vi .box1 {
    padding: 10px;
  }

  .vi .box1 p {
    padding: 15px 0;
  }

  .news-item {
    margin-bottom: 15px;
  }

  .xf_news .int_title span {
    font-size: 16px;
    background-size: 16px;
    padding-left: 25px;
  }

  .title-phone {
    height: 55px;
  }

  .int_title {
    background: url(../images/single_hx.jpg) no-repeat 100px center;
    height: 45px;
  }



  .logo img {
    width: 35px;
  }


  .navOpen {
    width: 15px;
  }

  .logo-phone {
    width: 130px;
    height: 18px;
  }

  .indexnews {
    padding-bottom: 15px;
  }

  .xf_news {
    padding: 0 8px;
  }

  .news-item .info {
    padding-left: 10px;
  }

  .news-item img {
    width: 110px;
    height: 65px;
  }

  .news-item .title {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .news-item .date {
    font-size: 12px;
    line-height: 20px;
  }

  .news-item .resume {
    width: 50%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
  }  

  .single-bullet {
    width: 3px !important;
    height: 3px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .8;
  }

  .single-bullet--active {
    background-color: #fff;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 14px;
    height: 32px;
    background-size: 14px 32px;
    margin-top: -18px;
  }
}

.pswp__caption small {
  display: none !important;
}

.pswp__caption__center {
  text-align: center !important;
}

.linkbox {
  display: flex;
  flex-wrap: wrap;
}

.linkbox .webLink {
  width: 16.6%;
  margin-bottom: 20px;
}

.linkbox .webLink dt {
  line-height: 60px;
}

.linkbox .webLink dt a {
  font-size: 20px;
  color: #5c0c11;
}

.linkbox .webLink dd {
  display: block;
  margin-right: 30px;
  line-height: 40px;
  white-space: nowrap;
}

.linkbox .webLink dd a {
  font-size: 15px;
  color: #333;
}

.linkbox .webLink dd a:hover {
  color: #5c0c11;
}

@media screen and (max-width: 1400px) {
  .linkbox {
    display: flex;
    flex-wrap: wrap;
  }

  .linkbox .webLink {
    width: 16.6%;
    margin-bottom: 16px;
  }

  .linkbox .webLink dt {
    line-height: 48px;
  }

  .linkbox .webLink dt a {
    font-size: 16px;
    color: #5c0c11;
  }

  .linkbox .webLink dd {
    display: block;
    margin-right: 24px;
    line-height: 32px;
    white-space: nowrap;
  }

  .linkbox .webLink dd a {
    font-size: 12px;
    color: #333;
  }

  .linkbox .webLink dd a:hover {
    color: #5c0c11;
  }
}

.botban {
  overflow: hidden;
  display: none;
  position: sticky;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: #231f20;
}

.botban .botbanBox {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.botban .botbanEwm {
  display: flex;
  align-items: center;
}

.botban .botbanEwm img {
  width: 64px;
  height: 64px;
}

.botban .botbanEwm .box {
  padding-left: 15px;
}

.botban .botbanEwm span {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}

.botban .botbanEwm em {
  font-size: 26px;
  color: #f8b62b;
}

.botban .botbanForm {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.botban .botbanForm .box {
  border: 1px solid #fff;
  margin-left: 10px;
  width: 140px;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.botban .botbanForm .input {
  padding-left: 10px;
  background: none;
  border: none;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  flex-grow: 1;
}

.botban .botbanForm img {
  width: 30px;
  margin-left: 10px;
}

.botban .botbanForm img.n4 {
  cursor: pointer;
  width: 30px;
  margin-left: 20px;
  margin-right: -40px;
}

.botban .botbanForm .btn {
  width: 150px;
  height: 44px;
  background: #e10c0c;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}

.botban .botbanForm .select {
  font-size: 14px;
  flex-grow: 1;
  padding-left: 30px;
  line-height: 42px;
  height: 42px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  /*for chrome*/
  background: url(../images/n3.png) 10px center no-repeat;
  color: #fff;
  background-color: transparent;
}

.botban .botbanForm .select option {
  background: #231f20;
}

@media screen and (max-width: 1400px) {
  .botban {
    overflow: hidden;
    display: none;
    position: sticky;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20;
  }

  .botban .botbanBox {
    height: 76.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .botban .botbanEwm {
    display: flex;
    align-items: center;
  }

  .botban .botbanEwm img {
    width: 54.4px;
    height: 54.4px;
  }

  .botban .botbanEwm .box {
    padding-left: 12.75px;
  }

  .botban .botbanEwm span {
    color: #fff;
    font-size: 15.3px;
    padding-bottom: 4.25px;
    display: block;
  }

  .botban .botbanEwm em {
    font-size: 22.1px;
    color: #f8b62b;
  }

  .botban .botbanForm {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .botban .botbanForm .box {
    border: 1px solid #fff;
    margin-left: 8.5px;
    width: 119px;
    height: 35.7px;
    display: flex;
    align-items: center;
    border-radius: 4.25px;
  }

  .botban .botbanForm .input {
    padding-left: 8.5px;
    background: none;
    border: none;
    line-height: 35.7px;
    font-size: 11.9px;
    color: #fff;
    flex-grow: 1;
  }

  .botban .botbanForm img {
    width: 25.5px;
    margin-left: 8.5px;
  }

  .botban .botbanForm img.n4 {
    cursor: pointer;
    width: 25.5px;
    margin-left: 17px;
    margin-right: -34px;
  }

  .botban .botbanForm .btn {
    width: 127.5px;
    height: 37.4px;
    background: #e10c0c;
    color: #fff;
    border: none;
    border-radius: 4.25px;
    font-size: 13.6px;
    margin-left: 8.5px;
    cursor: pointer;
  }

  .botban .botbanForm .select {
    font-size: 11.9px;
    flex-grow: 1;
    padding-left: 25.5px;
    line-height: 35.7px;
    height: 35.7px;
    border: 1px solid transparent;
    -webkit-appearance: none;
    /*for chrome*/
    background: url(../images/n3.png) 8.5px center no-repeat;
    color: #fff;
    background-color: transparent;
  }
}

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

.np {
  display: flex;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}

.np a {
  height: 35px;
  line-height: 35px;
  border: 1px dashed #5b0c11;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 10px;
  color: #5b0c11;
}

.np a.on {
  background: #5b0c11;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .np {
    display: flex;
    padding-top: 42.5px;
    align-items: center;
    justify-content: center;
  }

  .np a {
    height: 29.75px;
    line-height: 29.75px;
    border: 1px dashed #5b0c11;
    padding: 0 8.5px;
    font-size: 13.6px;
    margin: 0 8.5px;
    color: #5b0c11;
  }

  .np a.on {
    background: #5b0c11;
    color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .np {
    display: flex;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
  }

  .np a {
    height: 28px;
    line-height: 28px;
    border: 1px dashed #5b0c11;
    padding: 0 8px;
    font-size: 12.8px;
    margin: 0 8px;
    color: #5b0c11;
  }

  .np a.on {
    background: #5b0c11;
    color: #fff;
  }
}