/* CSS Document */
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.main {
  background: #000;
  color: #fff;
}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-content: space-between;
}
.wrap {width: 1230px;margin: auto;}
.mar {margin: 30px auto;}
.pad {padding: 30px;}
.p {
  line-height: 1.5em;
  text-indent: 2em;
}

.banner {
  min-width: 1230px;
}
.lead {
  align-items: center;
}
.lead p {
  width: 450px;
  line-height: 1.5em;
}

.title_main  {
  border-bottom: 1px solid #bf7540;
  color: #bf7540;
  align-items: flex-end;
  text-transform: uppercase;
}
.title_main b {
  width: 100%;
  font-family: Impact;
  text-shadow: 0 0 3px #bf7540;
  font-size: 40px;
  color: #fff;
  transform: scaleX(.5);
  transform-origin: 0 center;
}
.title_main strong {font-size: 36px;}
.title_main span {
  font-family: Arial;
  font-size: 20px;
  color: #e1ad88;
}

.title_sub {
  display: inline-block;
  padding: 15px 50px 15px 20px;
  font-size: 1.5rem;
  background: #bf7540;
  color: #fff;
  border-radius: 0 .5rem .5rem 0;
}

.ys li {
  width: 240px;
  padding: 30px;
}
.ys li:nth-child(even) {background: #fff3eb;}
.ys li img {width: 25%;margin-right: 2%;}
.ys li strong {font-size: 1.5rem; color: #bf7540;}
.ys li p {padding-top: 5%;}

.cy_title {font-size: 24px;}
.cy {margin: 15px auto;}
.cy li {
  width: 150px;
  text-align: center;
  border: 1px solid #bf7540;
  color: #bf7540;
}
.cy li strong {
  font-size: 18px;
  line-height: 2em;
}
.cy li p {
  margin-top: 10px;
  line-height: 1.5em;
}
.zxbtn {
  display: block;
  width: 284px;
  line-height: 60px;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
}