* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
}

a,
input,
textarea {
  outline: 0 none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
}

.clear {
  clear: both;
}

div {
  margin: 0 auto;
}

a.topimg {
  display: block;
}

a.topimg img {
  width: 100%;
}

.title {
  color: #282828;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.title span {
  color: #ff9600;
}

.bun {
  display: block;
  margin: 38px auto 0;
  width: 444px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  background: #df0303;
  border-radius: 24px;
  color: white;
  text-align: center;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  color: white;
  background: #df0303;
  border-radius: 30px;
  font-size: 24px;
  margin: 0 35px;
  font-weight: bold;
}

.content1 {
  width: 1200px;
  overflow: hidden;
  padding: 72px 0 68px;
}
/* .content1 img {
  width: 573px;
  height: 323px;
  float: left;
  margin-bottom: 23px;
} */
.content1 video {
  width: 573px;
  height: 323px;
  float: left;
  margin-bottom: 23px;
}
.content1 .text {
  float: left;
  width: 591px;
  padding-left: 36px;
  padding-top: 15px;
}
.content1 .text span {
  float: left;
  display: block;
  margin-top: 5px;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  background: #eb6100;
}
.content1 .text .tit {
  font-size: 30px;
  margin-bottom: 10px;
}
.content1 .text p {
  font-size: 19px;
  line-height: 36px;
  letter-spacing: 1px;
  padding-right: 25px;
}
.content1 .text a {
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  font-size: 18px;
  color: #df0303;
}
.content1 ul {
  clear: both;
  overflow: hidden;
}
.content1 li {
  width: 600px;
  float: left;
  background: #f19149;
  font-size: 20px;
  color: white;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-indent: 36px;
}
.content1 li span {
  font-weight: bold;
  position: relative;
}
.content1 li span::before {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  left: -36px;
  top: 0;
  background: url(../images/0.png);
}
.content1 li img {
  float: left;
}
.content1 .first {
  text-indent: 86px;
}

.content2 {
  text-align: center;
  padding-bottom: 88px;
}
.content2 ul {
  display: inline-block;
  overflow: hidden;
  margin-top: 38px;
}
.content2 ul li {
  float: left;
  width: 200px;
  padding: 15px 13px 0;
  margin: 0 10px;
  background: #f19149;
  height: 405px;
}
.content2 ul .grey {
  background: #7a95a1;
}
.content2 ul .tit {
  font-size: 24px;
  padding: 37px 0 15px;
  color: black;
}
.content2 ul p {
  font-size: 18px;
  line-height: 30px;
  color: black;
}

.content3 {
  text-align: center;
  padding: 0 0 59px;
}

.content3 .tit {
  font-size: 24px;
  font-weight: bold;
  color: #ff9600;
}

.content3 ul {
  overflow: hidden;
  display: inline-block;
  width: 1226px;
}

.content3 li {
  float: left;
  margin: 13px 6px;
}

.content3 li .tag {
  height: 45px;
  line-height: 45px;
  background: #f19149;
  color: white;
  font-size: 20px;
}

.content3 .histroy {
  height: 394px;
  width: 600px;
  background: white;
  border-radius: 16px;
  margin: 13px 0 13px 18px;
}

.content3 .histroy .tag1 {
  font-size: 24px;
  font-weight: bold;
  color: #ff9600;
  background: #e5e5e5;
  width: 203px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 16px;
}

.content3 .con {
  overflow-y: scroll;
  height: 298px;
  position: relative;
  padding-top: 15px;
}

.content3 .shuxian {
  width: 5px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 290px;
  top: 0;
  z-index: 0;
}

.content3 .right,
.content3 .left {
  width: 233px;
  padding-left: 266px;
  font-size: 18px;
}

.content3 .right .tit1,
.content3 .left .tit1 {
  font-size: 24px;
  font-weight: bold;
  color: ff9600;
  position: relative;
}

.content3 .right .circle,
.content3 .left .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff9600;
  position: absolute;
  left: -23px;
  top: 8px;
}

.content3 .right {
  text-align: left;
}

.content3 .left {
  text-align: right;
  padding-left: 0;
  padding-right: 266px;
}

.content3 .left .circle1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff9600;
  position: absolute;
  right: -25px;
  top: 8px;
}

.content4 {
  text-align: center;
}
.content4 ul {
  overflow: hidden;
  display: inline-block;
  width: 1224px;
  margin-top: 52px;
}
.content4 ul li {
  float: left;
  margin: 0 8px 24px;
}
.content4 .tag {
  height: 80px;
  overflow: hidden;
  margin-top: 4px;
}
.content4 .left {
  float: left;
  width: 79%;
  margin-right: 1%;
  background: #f19149;
  height: 80px;
}
.content4 .left .tit {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding-top: 16px;
}
.content4 .left p {
  font-size: 20px;
  color: #f8fb00;
}
.content4 .right {
  display: block;
  float: left;
  width: 20%;
  background: #0075a9;
  height: 80px;
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding-top: 9px;
}

.content5 {
  width: 1142px;
  padding: 100px 32px 50px;
}
.content5 .first {
  position: relative;
  margin-top: 46px;
}
.content5 .desc {
  position: absolute;
  left: 22px;
  top: 28px;
  width: 204px;
  height: 101px;
  color: #595959;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}
.content5 .desc .tit {
  font-size: 36px;
  letter-spacing: 4px;
  padding-top: 16px;
}
.content5 .desc p {
  font-size: 16px;
  letter-spacing: 8px;
}
.content5 .second {
  position: absolute;
  left: 600px;
  top: 48px;
}
.content5 .second .desc {
  left: 35px;
  top: 254px;
}
.content5 ul {
  overflow: hidden;
  margin-top: 15px;
}
.content5 li {
  float: left;
  text-align: center;
  position: relative;
  margin-right: 14px;
}
.content5 li .tag {
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.content5 .last {
  margin-right: 0;
}

.content6 {
  text-align: center;
  padding: 64px 0 70px;
}

.content6 ul {
  display: inline-block;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 42px;
}

.content6 ul li {
  float: left;
  width: 230px;
  margin: 0 7px;
}

.content6 ul .text {
  background: #54425c;
  height: 255px;
  padding: 0 39px 0 20px;
}

.content6 ul .tit {
  font-size: 36px;
  color: #cfcad2;
  padding-top: 34px;
  margin-bottom: 4px;
}

.content6 ul p {
  font-size: 18px;
  color: #948b98;
}

.content6 ul p span {
  color: #cfcad2;
}

/*# sourceMappingURL=style.css.map */
