@charset "UTF-8";
html {
  background-color: #fff;
  color: #000;
  font-size: 12px; }

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

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal; }

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }

caption,
th {
  text-align: inherit; }

ul,
ol,
menu {
  list-style: none; }

fieldset,
img {
  border: 0; }

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle; }

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " "; }

textarea {
  overflow: auto;
  resize: vertical; }

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

mark {
  background-color: transparent; }

a,
ins,
s,
u,
del {
  text-decoration: none; }

sup,
sub {
  vertical-align: baseline; }

html {
  overflow-x: hidden;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 50px;
  border-bottom: 1px solid #e5e7e9; }
  .header .header2 {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; }
    .header .header2 .left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row; }
      .header .header2 .left img {
        margin-right: 12px; }
      .header .header2 .left span {
        margin-right: 22px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777; }
    .header .header2 .right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row; }
      .header .header2 .right img {
        margin-left: 25px; }

.nav2 {
  border-top: 4px solid #82b660;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background: #fff; }

.nav {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 1200px;
  margin: auto; }
  .nav .left h2 {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: black; }
  .nav .left span {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: black;
    line-height: 28px; }
  .nav .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; }
	.nav .right .rights2 {
      position: relative;
      padding-left: 24px;
      padding-right: 24px;
       }
    .nav .right .rights {
      position: relative;
      padding-left: 24px;
      padding-right: 24px;
      background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/navbg.png") left bottom no-repeat; }
      .nav .right .rights ul {
        position: absolute;
        left: 0;
        padding-top: 10px;
        display: none;
        width: 100%; }
        .nav .right .rights ul li {
          width: 100%;
          height: 43px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row; }
          .nav .right .rights ul li a {
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #222133; }
    .nav .right a.item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column;
      padding-bottom: 10px; }
      .nav .right a.item h3 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #222133; }
      .nav .right a.item span {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777; }

.footer {
  width: 100%;
  height: 350px;
  background: #487C4E; }
  .footer .copyright {
    width: 100%;
    height: 60px;
    background: #487C4E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px; }
  .footer .footer2 {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #fff; }
    .footer .footer2 .left {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: row;
      padding-top: 30px; }
      .footer .footer2 .left .left1 {
        margin-bottom: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-top: 52px;
        margin-left: 50px;
        margin-right: 50px; }
        .footer .footer2 .left .left1 a {
          font-size: 12px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: white;
          line-height: 24px;
          margin-bottom: 30px; }
          .footer .footer2 .left .left1 a em {
            width: 5px;
            height: 5px;
            background: white;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px; }
        .footer .footer2 .left .left1 a.about2 {
          font-size: 14px;
          font-family: MicrosoftYaHei;
          font-weight: bold;
          color: white; }
        .footer .footer2 .left .left1 p {
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: white;
          line-height: 24px; }
    .footer .footer2 .right {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: column; }
      .footer .footer2 .right .right1 p {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: bold;
        color: white; }
      .footer .footer2 .right .right2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 34px; }
        .footer .footer2 .right .right2 p {
          font-size: 14px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: white;
          line-height: 24px;
          text-align: left;
          margin-top: 10px;
          margin-bottom: 10px;
          margin-left: 20px; }

.fullSlide {
  width: 100%;
  position: relative;
  height: 750px;
  background: #000; }

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.fullSlide .bd ul {
  width: 100% !important; }

.fullSlide .bd li {
  width: 100% !important;
  height: 750px;
  overflow: hidden;
  text-align: center; }

.fullSlide .bd li a {
  display: block;
  height: 750px; }

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60); }

.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 5px;
  margin: 5px;
  overflow: hidden;
  line-height: 9999px;
  background: rgba(255, 255, 255, 0.5); }

.fullSlide .hd ul .on {
  background: white; }

.btitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .btitle .line {
    width: 1200px;
    height: 2px;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; }
    .btitle .line .line2 {
      width: 128px;
      height: 2px;
      background: #F59D1F; }
  .btitle h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #487c4e;
    line-height: 23px;
    margin-bottom: 15px; }
  .btitle span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 23px;
    margin-top: 15px;
    text-transform: uppercase; }

.transitions {
  transition-property: all;
  /*all:表示所有属性*/
  /* 过渡属性,必须设置过渡时间才会生效 */
  transition-duration: 0.3s;
  /* 过渡持续时间 */
  transition-timing-function: ease-out;
  /* 动画变幻速度 ease:减速(默认)  linear:匀速  ease-in:加速 ease-out:减速  ease-in-out:先加速后减速 */
  transition-delay: 0.3s;
  /* 动画延迟 */
  transition: all 0.3s ease-in-out 0s;
  /* 常用的简写方式 */ }

.lvshilist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1200px;
  margin: 40px auto; }
  .lvshilist .item {
    width: 246px;
    height: 300px;
    position: relative;
    margin-bottom: 60px;
    margin-right: 72px; }
    .lvshilist .item img {
      width: 246px;
      height: 300px; }
    .lvshilist .item .name {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column;
      width: 200px;
      height: 99px;
      background: #ce1900;
      position: absolute;
      bottom: -32px;
      margin-left: 23px; }
      .lvshilist .item .name span {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: white; }
      .lvshilist .item .name p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: white; }
  .lvshilist .item:nth-child(4n) {
    margin-right: 0; }

.line2 {
  width: 100px;
  height: 1px;
  background: #991705;
  margin-top: 14px;
  margin-bottom: 15px; }

.dongtai {
  width: 100%;
  height: 320px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/dongtaibg.jpg") center center no-repeat;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .dongtai .dongtai2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1200px; }
    .dongtai .dongtai2 .item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .dongtai .dongtai2 .item span {
        font-size: 36px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: white;
        margin-top: 30px;
        margin-bottom: 18px; }
      .dongtai .dongtai2 .item p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #a0a0a0; }

.zixunbody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .zixunbody .anpai {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    margin-bottom: 80px; }
  .zixunbody .zixunbody2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1200px; }
    .zixunbody .zixunbody2 .zixunitem {
      width: 300px;
      height: 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      border-bottom: 1px solid #ebeced; }
      .zixunbody .zixunbody2 .zixunitem em {
        color: #ce1900;
        font-size: 14px;
        font-style: normal;
        margin-right: 5px; }
      .zixunbody .zixunbody2 .zixunitem span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777; }
      .zixunbody .zixunbody2 .zixunitem input {
        border: none;
        height: 50px;
        width: 200px;
        margin-left: 5px; }
  .zixunbody .zixunbody3 {
    margin-top: 50px; }
    .zixunbody .zixunbody3 .zixunitem {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: column;
      width: 1200px;
      border-bottom: 1px solid #ebeced; }
      .zixunbody .zixunbody3 .zixunitem span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777; }
      .zixunbody .zixunbody3 .zixunitem textarea {
        width: 1200px;
        height: 100px;
        margin-top: 20px; }
  .zixunbody .zixunbody4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 70px; }
    .zixunbody .zixunbody4 button {
      width: 160px;
      height: 44px;
      background: #ce1900;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: white; }

.rongyu {
  background: #f2f3f8;
  width: 100%;
  height: 582px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .rongyu .rongyubody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1200px;
    margin-top: 60px; }
  .rongyu .rongyubodyl {
    width: 590px; }
    .rongyu .rongyubodyl h3 {
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555;
      line-height: 25px;
      text-align: center;
      margin-bottom: 24px; }
    .rongyu .rongyubodyl p {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #777777;
      line-height: 25px;
      text-align: center;
      margin-top: 24px; }
  .rongyu .rongyubodyr {
    width: 580px;
    height: 380px;
    background: white; }
  .rongyu .rongyubodyritem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 15px 12px;
    border-bottom: 1px solid #e5e6e8; }
    .rongyu .rongyubodyritem .dongtai1 {
      width: 299px; }
    .rongyu .rongyubodyritem h2 {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555; }
    .rongyu .rongyubodyritem p {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #777777;
      line-height: 25px; }
  .rongyu .rongyubodyritem2 {
    flex-direction: row-reverse;
    border-bottom: none; }

.zixun {
  padding-top: 40px; }

.swiper-button-next, .swiper-button-prev {
  color: #ce1900 !important; }

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.bannerxl {
  width: 100%;
  height: 280px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/bannerxl.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .bannerxl h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
    margin-bottom: 38px; }
  .bannerxl p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
    margin-bottom: 20px; }
  .bannerxl span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white; }

.bannerfuwu {
  width: 100%;
  height: 395px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/bannerfuwu.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .bannerfuwu h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
    margin-bottom: 43px; }
  .bannerfuwu span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: white;
    line-height: 36px;
    text-align: center; }

.bgred {
  background: #ce1900 !important;
  color: #fff !important; }

.rongyutitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 50px; }
  .rongyutitle span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222133; }

.aboutleft .rongyubody {
  width: 880px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row; }
  .aboutleft .rongyubody img {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 20px; }

.rongyubody2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 880px; }
  .rongyubody2 img {
    margin: 0 auto !important; }
  .rongyubody2 .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    .rongyubody2 .item .itemr {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: column;
      margin-left: 14px; }
      .rongyubody2 .item .itemr .itemr2 {
        height: 60px;
        width: 280px; }
      .rongyubody2 .item .itemr a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #555555; }
      .rongyubody2 .item .itemr span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777; }

.mfzx {
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/mfzxbg.jpg") no-repeat;
  height: 230px;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .mfzx .mfzx2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 230px;
    width: 1200px; }
    .mfzx .mfzx2 h3 {
      margin-left: 43px;
      font-size: 36px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: white;
      line-height: 36px; }
    .mfzx .mfzx2 a {
      width: 210px;
      height: 62px;
      border: 1px solid white;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: white;
      line-height: 36px; }

.cjwt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }

.cjwt {
  margin-top: 45px; }

.cjwtbody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 70px;
  margin-top: 54px; }
  .cjwtbody .item {
    width: 1200px;
    height: 128px;
    background: white;
    box-shadow: 0px 3px 7px 0px rgba(46, 65, 83, 0.13);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 20px; }
    .cjwtbody .item a.title {
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555; }
    .cjwtbody .item p {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555;
      line-height: 24px;
      margin-top: 10px; }
      .cjwtbody .item p a {
        color: #ce1900; }
    .cjwtbody .item .label {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555;
      line-height: 24px;
      margin-top: 10px; }

.cjwttitle {
  width: 172px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/titlebg.png") no-repeat;
  background-size: cover;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  line-height: 36px; }

.dbal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .dbal .dbal2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1200px;
    margin-top: 45px; }
    .dbal .dbal2 .dbalitem {
      width: 588px;
      height: 154px;
      background: white;
      box-shadow: 0px 3px 7px 0px rgba(46, 65, 83, 0.13);
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: row;
      padding-top: 20px; }
      .dbal .dbal2 .dbalitem img {
        width: 226px;
        height: 134px;
        margin-left: 20px;
        margin-right: 14px; }
      .dbal .dbal2 .dbalitem .anliright {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 305px; }
      .dbal .dbal2 .dbalitem a.ttt {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #555555; }
      .dbal .dbal2 .dbalitem p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777;
        margin-top: 11px; }
      .dbal .dbal2 .dbalitem a.more {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #777777;
        margin-top: 10px; }

.fwly {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 45px; }
  .fwly .fwly2d {
    width: 1200px;
    margin: 35px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; }
    .fwly .fwly2d .fwly2d1 {
      width: 580px;
      height: 300px;
      background: #ce1900;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap;
      flex-direction: column; }
      .fwly .fwly2d .fwly2d1 p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.8);
        line-height: 25px;
        padding-left: 20px;
        padding-right: 20px; }
      .fwly .fwly2d .fwly2d1 p.t1 {
        width: 540px;
        height: 40px;
        background: #ff8888;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 20px;
        margin-top: 30px;
        margin-bottom: 20px; }
      .fwly .fwly2d .fwly2d1 p.t3 {
        margin-top: 30px;
        margin-bottom: 30px; }
  .fwly .fwly2 {
    margin-bottom: 45px; }
    .fwly .fwly2 p.fwlyms {
      width: 1200px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555;
      line-height: 25px;
      text-align: center; }
  .fwly .fwlysc {
    width: 1200px;
    margin: auto;
    height: 100px;
    margin-top: 50px;
    border-bottom: 1px solid #f3f4f9; }

.scrollBox {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.piclist {
  width: 1100px; }
  .piclist li {
    width: 140px; }
    .piclist li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column;
      margin-top: 8px; }
      .piclist li a span {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #555555;
        margin-top: 15px; }
      .piclist li a .line5 {
        width: 105px;
        height: 2px;
        background: #fff;
        margin-top: 10px; }
    .piclist li a:hover .line5 {
      width: 105px;
      height: 2px;
      background: #ce1900; }

.ohbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 1100px; }

.leftjt {
  width: 18px;
  height: 30px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/icon_jiantouleft_hover.png");
  cursor: pointer; }

.leftjt.prevStop {
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/icon_jiantouleft.png"); }

.rightjt {
  width: 18px;
  height: 30px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/icon_jiantouright_hover.png");
  cursor: pointer; }

.rightjt.nextStop {
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/icon_jiantouright.png"); }

.bannerlvshi {
  width: 100%;
  height: 395px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/bannerlvshi.jpg") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .bannerlvshi h3 {
    font-size: 48px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: white; }
  .bannerlvshi span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px; }

.lvshilist2title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 60px; }
  .lvshilist2title p {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333; }
  .lvshilist2title span {
    width: 30px;
    height: 3px;
    background: #e33134;
    margin-top: 20px; }
  .lvshilist2title em {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: whitesmoke;
    margin-bottom: 60px;
    margin-top: 5px; }

.lvshilist3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1200px;
  margin: auto; }
  .lvshilist3 .lvshilist3item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 240px;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px; }
    .lvshilist3 .lvshilist3item h3 {
      font-size: 16px;
      font-family: SourceHanSansCN;
      font-weight: 400;
      color: #333333;
      margin-top: 25px;
      margin-bottom: 25px; }
    .lvshilist3 .lvshilist3item p {
      font-size: 12px;
      font-family: SourceHanSansCN;
      font-weight: 400;
      color: #777777;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      width: 100%; }

.mt20 {
  margin-top: 20px; }

.fenye {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }
  .fenye .fenye1 {
    width: 70px;
    height: 30px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    cursor: pointer; }
  .fenye a {
    padding-left:10px;
	padding-right:10px;
    height: 30px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    margin-left: 10px;
    margin-right: 10px; }
  .fenye a:hover {
    background: #3D8F46;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white; }
  .fenye button {
    width: 70px;
    height: 30px;
    background: #f5f6f8;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    margin-left: 15px;
    cursor: pointer; }
  .fenye span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    margin-left: 15px;
    margin-right: 15px; }
  .fenye input {
    width: 40px;
    height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center; }

.bannerfalv {
  width: 100%;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/bannerfalv.jpg") no-repeat;
  height: 395px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .bannerfalv h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
    line-height: 36px; }
  .bannerfalv span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: white;
    line-height: 36px;
    margin-top: 44px; }

.banneranli {
  width: 100%;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/banneranli.jpg") no-repeat;
  height: 395px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }
  .banneranli h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
    line-height: 36px; }
  .banneranli span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: white;
    line-height: 36px;
    margin-top: 44px; }

.falvlistbody {
  width: 1200px;
  margin: 20px auto; }
  .falvlistbody .mianbao {
    margin-bottom: 40px; }
    .falvlistbody .mianbao img {
      margin-right: 12px; }
    .falvlistbody .mianbao span {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #555555;
      margin-left: 5px;
      margin-right: 5px; }
    .falvlistbody .mianbao em {
      color: #ce1900;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold; }

.falvlistbodyr {
  width: 840px;
  margin: auto;
  margin-top: 20px; }
  .falvlistbodyr .falvlistbodyritem {
    width: 840px;
    height: 160px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 30px; }
    .falvlistbodyr .falvlistbodyritem img.slt {
      width: 160px;
      height: 110px; }
    .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr {
      height: 160px;
      padding-left: 20px; }
      .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr h3 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        margin-bottom: 15px; }
      .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #666666;
        line-height: 25px; }
      .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr a {
        width: 101px;
        height: 33px;
        background: #ce1900;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: white;
        margin-top: 26px; }
      .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr .time {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #999999;
        line-height: 25px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row; }
        .falvlistbodyr .falvlistbodyritem .falvlistbodyritemr .time img {
          margin-left: 10px;
          margin-right: 5px; }

.falvlistbodyr2 {
  width: 850px;
  margin: auto; }
  .falvlistbodyr2 h3.title2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 850px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px; }
  .falvlistbodyr2 h3.title3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 850px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 30px; }

.falvlistbodyr3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 45px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px; }
  .falvlistbodyr3 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 25px;
    text-indent: 2em;
    text-align: left;
    width: 850px;
    margin-bottom: 20px; }
  .falvlistbodyr3 img {
    max-width: 850px;
    margin-top: 30px;
    margin-bottom: 30px; }

.falvlistbodyr4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 40px; }
  .falvlistbodyr4 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #777777;
    line-height: 25px; }
  .falvlistbodyr4 span {
    width: 108px;
    height: 32px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 25px; }

.falvlistbodyr5 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 850px;
  margin-top: 10px; }
  .falvlistbodyr5 p {
    text-align: right;
    line-height: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.54); }

.falvlistbodyr6 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px; }
  .falvlistbodyr6 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    color: #3d8f46; }

.suip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.aboutbody {
  width: 1200px;
  margin: auto; }
  .aboutbody .aboutbody2 {
    width: 960px;
    text-align: center;
    margin: 40px auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 25px; }
    .aboutbody .aboutbody2 a {
      color: #FC8C15; }
    .aboutbody .aboutbody2 p {
      text-align: center; }
  .aboutbody .aboutbody3 {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 70px; }
    .aboutbody .aboutbody3 .item {
      width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .aboutbody .aboutbody3 .item .item2 {
        width: 130px;
        height: 130px;
        border: 2px solid #efbe78;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row; }
      .aboutbody .aboutbody3 .item p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        margin-top: 50px;
        text-align: center; }

.fuwu {
  margin-top: 50px; }

.appdown {
  width: 1200px;
  margin: auto;
  margin-top: 30px; }
  .appdown .downboby {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 45px;
    margin-bottom: 45px; }
    .appdown .downboby .left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row; }
    .appdown .downboby h3 {
      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #f59d1f; }
    .appdown .downboby .erweima {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row; }
      .appdown .downboby .erweima .erweima2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 45px; }
        .appdown .downboby .erweima .erweima2 p {
          font-size: 14px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #0d0101;
          text-align: center;
          margin-top: 20px; }

.hezuobody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 1200px;
  margin: 50px auto; }
  .hezuobody .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 10px;
    width: 1200px; }
    .hezuobody .list .item {
      width: 279px;
      height: 100px;
      border: 1px solid #c4c4c4;
      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #487c4e;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row; }

.zixunbody {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 100px; }
  .zixunbody .left img {
    width: 496px;
    height: 397px; }
  .zixunbody .right {
    width: 670px;
    height: 129px; }
    .zixunbody .right .item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      padding-bottom: 30px;
      border-bottom: 1px solid #B3B3B3;
      padding-top: 30px; }
      .zixunbody .right .item img {
        margin-left: 18px;
        margin-right: 30px; }
      .zixunbody .right .item h3 {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #487c4e; }
      .zixunbody .right .item p {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #999999;
        margin-top: 5px; }
    .zixunbody .right .item:last-child {
      border-bottom: none; }

.fuwubody {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row; }
  .fuwubody .left {
    width: 340px; }
  .fuwubody .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row; }
    .fuwubody .right img {
      margin-bottom: 13px;
      margin-left: 12px; }

.bannerabout {
  width: 100%;
  height: 220px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/aboutbanner.jpg") center center no-repeat ; background-size:100% 100%;}

.bannercontact {
  width: 100%;
  height: 220px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/banner-contact.jpg") center center no-repeat ; background-size:100% 100%;}

.bannerproject {
  width: 100%;
  height: 220px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/banner-product.jpg") center center no-repeat ; background-size:100% 100%;}

.bannernews {
  width: 100%;
  height: 220px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/bannernews.jpg") center center no-repeat ; background-size:100% 100%;}

.bannerzhaopin {
  width: 100%;
  height: 220px;
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/banner_zp.jpg") center center no-repeat;background-size:100% 100%; }

.aboutpage2 {
  width: 1200px;
  margin: auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row; }
  .aboutpage2 .left {
    width: 260px; }
    .aboutpage2 .left .leftnav {
      background: #fff;
      margin-bottom: 16px; }
      .aboutpage2 .left .leftnav .head {
        background: #3c9048;
        height: 64px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column; }
        .aboutpage2 .left .leftnav .head .heads {
          background: #fcb031;
          font-size: 20px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #f6f6f6;
          width: 180px;
          height: 41px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row; }
      .aboutpage2 .left .leftnav .leftnavb {
        width: 260px;
        background: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 20px; }
        .aboutpage2 .left .leftnav .leftnavb .leftnavb2 {
          width: 180px;
          height: 28px;
          background: #fac05a;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row;
          font-size: 14px;
          font-family: NotoSansHans;
          font-weight: 400;
          color: white;
          margin-bottom: 10px; }
        .aboutpage2 .left .leftnav .leftnavb .leftnavb3 {
          width: 229px;
          height: 49px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row;
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #3d8f46;
          border-bottom: 1px solid #EEEEEE; }
          .aboutpage2 .left .leftnav .leftnavb .leftnavb3 a {
            color: #222222; }
        .aboutpage2 .left .leftnav .leftnavb .leftnavb3:last-child {
          border-bottom: none; }
        .aboutpage2 .left .leftnav .leftnavb .leftnavb3.hover a {
          color: #3D8F46; }
    .aboutpage2 .left .leftcontent {
      background: #fff;
      width: 260px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .aboutpage2 .left .leftcontent h3 {
        line-height: 60px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: black;
        text-align: center;
        border-bottom: 1px solid #EEEEEE;
        width: 230px; }
      .aboutpage2 .left .leftcontent .tel {
        border-bottom: 1px solid #EEEEEE;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 230px;
        min-height: 36px; }
        .aboutpage2 .left .leftcontent .tel p {
          font-size: 13px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #333;
          line-height: 36px; }
        .aboutpage2 .left .leftcontent .tel .img {
          width: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row;
          margin-left: 10px;
          margin-right: 15px;
          margin-top: 10px; }
  .aboutpage2 .right {
    width: 888px;
    background: #fff;
    min-height: 500px; }
    .aboutpage2 .right .crumbs {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      width: 850px;
      margin-left: 20px;
      height: 50px; }
      .aboutpage2 .right .crumbs p, .aboutpage2 .right .crumbs a {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #454545; }
      .aboutpage2 .right .crumbs p.hover {
        color: #57B662; }

.aboutpage {
  background: #f7f5f8;
  width: 100%; }

.zhaopin {
  width: 850px;
  margin: auto; }
  .zhaopin h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px; }

.zhaopinlist .item {
  width: 820px;
  height: 88px;
  border: 1px solid rgba(196, 196, 196, 0.3);
  margin: auto;
  margin-top: 25px; }
  .zhaopinlist .item .itemhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 820px;
    padding-top: 20px; }
    .zhaopinlist .item .itemhead .title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #000000;
      margin-left: 24px; }
    .zhaopinlist .item .itemhead .price {
      margin-right: 24px;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #fe0b0b; }
  .zhaopinlist .item .itemfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 820px;
    padding-top: 10px; }
    .zhaopinlist .item .itemfooter .title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #BFBBBB;
      margin-left: 24px; }
    .zhaopinlist .item .itemfooter .price {
      margin-right: 24px;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #5D5C5C; }

.w3cFocus {
  width: 100%;
  position: relative;
  height: 750px;
  background: #292929; }

.w3cFocus .next {
  position: absolute;
  display: block;
  right: 10px;
  top: 300px;
  width: 50px;
  height: 120px;
  filter: alpha(opacity=80);
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/arrowright.png") no-repeat;
  opacity: 0.8; }

.w3cFocus .prev {
  position: absolute;
  display: block;
  left: 10px;
  top: 300px;
  width: 50px;
  height: 120px;
  filter: alpha(opacity=80);
  background: url("https://web.archive.org/web/20220625133254im_/http://www.yaolunde.com/images/arrowleft.png") no-repeat;
  opacity: 0.8; }

.w3cFocus .prev:hover, .w3cFocus .next:hover {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }

.w3cFocusIn {
  width: 100%;
  height: 750px;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.w3cFocusIn .bd li {
  vertical-align: middle;
  width: 100%;
  height: 750px; }

.w3cFocusIn .hd {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.w3cFocusIn .hd ul {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  overflow: hidden;
  zoom: 1; }

.w3cFocusIn .hd ul li {
  position: relative;
  float: left;
  display: inline;
  padding-top: 4px;
  margin-right: 6px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  cursor: pointer; }

.w3cFocusIn .hd ul li img {
  width: 76px;
  height: 46px;
  border: 2px solid #fff;
  display: block; }

.w3cFocusIn .hd ul li.on {
  filter: alpha(opacity=100);
  opacity: 1; }

.w3cFocusIn .hd ul li.on img {
  border: 2px solid #82b660;
  border-bottom-width: 4px; }

/*# sourceMappingURL=style.css.map */

/*
     FILE ARCHIVED ON 13:32:54 Jun 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:16:51 Apr 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.621
  load_resource: 714.603
  PetaboxLoader3.resolve: 31.219
  PetaboxLoader3.datanode: 673.657 (2)
  loaddict: 667.648
*/