@charset "UTF-8";
/* CSS Document */
body {background: #fff;}
a {color: inherit;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-content: space-between;
}
.wrap {width: 94%;margin: auto;}
.mar {margin: 20px auto;}
.p {
  text-indent: 2em;
  line-height: 1.5em;
  margin: 15px auto;
}

.title_main {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.title_main hr {
  width: 40px;
  height: 0;
  border: 1px solid #9f8c87;
}
.title_main img {
  width: 37px;
  height: 37px;
  padding: 0 10px;
}
.title_main strong {
  font-size: 30px;
  color: #5d3e37;
}
.title_main b {
  font-size: 22px;
  color: #b9b9b9;
  padding: 0 10px;
}

.anchor_nav {
  width: 700px;
  padding: 25px;
  background: #fff;
}
.anchor_nav a {
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #d9d9d9;
  text-align: center;
}
.anchor_nav a.on {background: #d5c1c2;}
.fixed {
  position: fixed;
  top: 0;
  /*left: 0;*/
  z-index: 9;
}

.ssxd {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.imgbox {
  position: relative;
}
.ssxd .imgbox h4 {
  width: 340px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #fff;
  background: rgba(0,0,0, .5);
  color: #fff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 75px;
}
.ssxd .imgbox p {
  width: 340px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.ssxd .zya {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  background: #e5e5e5;
}
.zya:first-child {background: #5d3e37;color: #fff;}

.zy1 li, .zy2 li {
  width: 340px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
    margin: 10px auto 0;
}
.zya {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  background: #e5e5e5;
}
.zy1 h4 {
  margin: 15px 0;
  font-size: 24px;
  text-align: center;
  color: #b5764d;
}
.zy1 .zy_sub {
  margin: 15px;
  height: 40px;
  line-height: 40px;
  background: #e7d4c8;
  border-radius: 10px;
  text-align: center;
}
.zy1 .p {font-size: 16px;}

.zyform {
  background: #b5764d;
  padding: 20px 0;
}
.zyform_title {
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.zyform_input {
  width: 248px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-indent: 10px;
}
.zyform_submit {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-indent: 10px;
  background: #ffd800;
  color: #8d491d;
  font-size: 20px;
}

.zy2 li {margin-top: 20px;}
.zy2 h4 {
  width: 260px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #fff;
  background: rgba(0,0,0, .5);
  color: #fff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 75px;
}
.zy2 p {
  margin: 20px 0;
  text-align: center;
  color: #b5764d;
}