* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.nav {
  z-index: 99;
  position: fixed;
  _position: absolute;
  box-shadow: 0 2px 10px 0px #ccc;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
}

.nav .inner .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .inner .titleBox ul li {
  float: left;
  margin-left: 5px;
}

.nav .inner .titleBox ul li a {
  float: left;
  padding: 0 30px;
  line-height: 70px;
  color: #000;
  transition: all .4s ease;
  text-decoration: none;
  font-size: 1.2rem;
}

.nav .inner .titleBox ul li a:hover {
  color: #37c1e3;
}

.nav .inner .logo {
  display: block;
  width: 156px;
  height: 70px;
  background-image: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/logo.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.nav .inner .titleBox ul .check a {
  color: #37c1e3;
  font-weight: 800;
  font-size: 1.2rem;
}

#dowebok {
  margin-top: 70px;
}

.section {
  position: relative;
  overflow: hidden;
}

.section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section .bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.hgroup {
  position: absolute;
  width: 554px;
  height: 126px;
  left: 30%;
  top: 24%;
  margin: 0 0 0 -277px;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transition: all 1s;
  color: #fff;
}

.hgroup .slogan1 {
  font-size: 5rem;
  font-family: cursive;
  font-weight: 800;
  color: #fff;
}

.hgroup .slogan2 {
  font-size: 5rem;
  margin-left: 85px;
  font-family: cursive;
  font-weight: 800;
  color: #fff;
}

.p11 {
  position: absolute;
  left: 70%;
  bottom: 15%;
  width: 460px;
  margin: 0 0 0 -280px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s;
}

.bg21 {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 100%;
  height: 100%;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/judian.png) 0 0 no-repeat;
  background-size: 50%;
  transition: all 1s;
  opacity: 0;
}

.section strong {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 10;
  font-size: 24px;
  font-weight: 500;
  color: #748A9E;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transition: all 1s;
}

.section h3 {
  position: absolute;
  left: 50%;
  top: 15%;
  z-index: 10;
  margin-top: 60px;
  /* text-indent: -9999px; */
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transition: all 1s;
  color: #fff;
  font-size: 40px;
}

.p1 {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 510px;
  margin-left: -255px;
  margin-top: 130px;
  font-size: 16px;
  color: #727F8C;
  opacity: 0;
  transition: all 1s;
}

.p3 {
  position: absolute;
  width: 430px;
  left: 50%;
  top: 15%;
  margin-top: 250px;
  margin-left: -100%;
  font-size: 16px;
  color: #FFFDE1;
  opacity: 0;
  transition: all 1s;
}

.bg41 {
  position: absolute;
  bottom: -372px;
  width: 100%;
  height: 372px;
  background: url(http://www.dowebok.com/demo/2014/97/images/bg41.png) 50% 0 no-repeat;
  transition: all 1s;
}

.bg42 {
  position: absolute;
  bottom: -449px;
  width: 100%;
  height: 449px;
  background: url(http://www.dowebok.com/demo/2014/97/images/bg42.png) 50% 0 no-repeat;
  transition: all 1s;
}

.bg43 {
  position: absolute;
  bottom: -449px;
  width: 100%;
  height: 449px;
  margin-bottom: -130px;
  background: url(http://www.dowebok.com/demo/2014/97/images/bg43.png) 50% 0 no-repeat;
  transition: all 1s;
}

.bg51,
.bg52,
.bg53 {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 280px;
  left: 50%;
  top: 40%;
  color: #fff;
  text-align: center;
}

.section5 h4 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.section5 p {
  display: flex;
  font-size: 14px;
  padding: 3px 6px;
}

.bg51 .bgImage,
.bg52 .bgImage,
.bg53 .bgImage {
  margin-bottom: 20px;
}

.bg51 {
  margin-left: -851px;
  opacity: 0;
  transition: all 1s;
  background: rgba(58, 58, 126);
  padding: 30px 0 70px 0;
  border-radius: 8px;
}

.bg51 .explain,
.bg52 .explain,
.bg53 .explain {
  text-align: start;
  display: inline-block;
  margin: 0 auto;
  padding: 0 40px;
}
.bg51 .explain .textStyle,
.bg52 .explain .textStyle,
.bg53 .explain .textStyle {
  padding: 0 4px;
}

.bg52 {
  margin-left: -403px;
  opacity: 0;
  transition: all 1s;
  background: rgba(58, 58, 126);
  padding: 30px 0 70px 0;
  border-radius: 8px;
}

.bg53 {
  margin-left: 195px;
  opacity: 0;
  transition: all 1s;
  background: rgba(58, 58, 126);
  padding: 30px 0 70px 0;
  border-radius: 8px;
}

.bg91,
.bg92,
.bg93 {
  padding-top: 40px;
  font-size: 16px;
  color: #fff;
}

.bg91 .time,
.bg92 .time,
.bg93 .time {
  position: absolute;
  bottom: 0;
  left: 5.5%;
  color: black;
  font-size: 18px;
}

.bg91 {
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 10%;
  width: 16rem;
  height: 24rem;
  margin-left: -970px;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/zhiliang.png) 50%;
  background-repeat: no-repeat;
  background-size: 101.2%;
  opacity: 0;
  transition: all 1s;
}

.bg92 {
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 10%;
  width: 16rem;
  height: 24rem;
  margin-left: -180px;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/huanjing.png) 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 1s;
}

.bg93 {
  position: absolute;
  left: 50%;
  top: 36%;
  bottom: 10%;
  width: 16rem;
  height: 24rem;
  margin-left: 630px;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/jiankang.png) 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 1s;
}

.footer {
  position: relative;
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.copyright a,
.copyright span {
  margin: 0 7px;
  font-size: 12px;
  color: #a0a0a0;
}

/* CSS3过度及动画 */
.active strong,
.active h3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.7s;
  transform: translateX(-50%);
}

.active .p1 {
  opacity: 1;
  transition-delay: 1.7s;
}

.active .hgroup {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.active .p11 {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.5s;
}

.active .bg21 {
  opacity: 1;
  transition-delay: 0.7s;
  transform: translate(-5%, -30%);
}

.active .p3 {
  margin-left: -480px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg41 {
  bottom: 15%;
  transition-delay: 0.7s;
}

.active .bg42 {
  bottom: 15%;
  transition-delay: 1.1s;
}

.active .bg43 {
  bottom: 15%;
  transition-delay: 0.9s;
}

.active .bg51 {
  margin-left: -600px;
  opacity: 0.7;
  transition-delay: 0.7s;
}

.active .bg52 {
  margin-left: -150px;
  opacity: 0.7;
  transition-delay: 0.7s;
}

.active .bg53 {
  margin-left: 300px;
  opacity: 0.7;
  transition-delay: 0.7s;
}

.active .bg61 {
  top: 0;
  transition-delay: 0.7s;
}

.active .bg62 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .txt6 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg71 {
  bottom: 250px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg72 {
  bottom: 350px;
  opacity: 1;
  transition-delay: 0.9s;
}

.active .txt7 {
  bottom: 420px;
  opacity: 1;
  transition-delay: 1.1s;
}

.active .bg82 {
  bottom: 260px;
  margin-left: -280px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg83 {
  bottom: 380px;
  margin-left: -430px;
  opacity: 1;
  transition-delay: 1s;
}

.active .bg84 {
  bottom: 420px;
  margin-left: -510px;
  opacity: 1;
  transition-delay: 1.2s;
}

.active .p8 {
  opacity: 1;
  transition-delay: 1.7s;
}

.active .bg91 {
  margin-left: -520px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg92 {
  margin-left: -126px;
  opacity: 1;
  transition-delay: 0.8s;
}

.active .bg93 {
  margin-left: 264px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg102,
.active .bg103 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.active .go {
  top: 25%;
  opacity: 1;
  transition-delay: 1.2s;
}

/* 历史 */
.about-title {
  margin-bottom: 25px;
}

.about-title h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 400;
  color: #2c2c2c;
}

.about-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #ECECEC;
}

.title-white h3 {
  color: #d6d6d6;
}

.title-white p {
  color: rgba(222, 222, 222, .09);
}

.about-history-list {
  position: relative;
}

.about-history-list .flex-viewport {
  padding: 0 31px;
}

.about-history-list .flex-viewport:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #C7C7C7;
  content: '';
}

.about-history-list .slides li {
  position: relative;
  width: 253px;
  height: 470px;
  margin-right: 31px;
}

.about-history-list .slides li .item {
  position: absolute;
  right: -32px;
  bottom: 0;
  left: -32px;
  min-height: 152px;
  padding: 44px 0 0 0;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.about-history-list .slides li .item:before {
  position: absolute;
  top: -49px;
  left: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(218, 183, 101, .6);
  content: '';
}

.about-history-list .slides li .item:after {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #DAB765;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item {
  top: 0;
  bottom: auto;
  padding: 0 0 44px;
}

.about-history-list .slides li:nth-child(even) .item:before {
  top: auto;
  bottom: -49px;
}

.about-history-list .slides li:nth-child(even) .item:after {
  top: auto;
  bottom: -45px;
}

.about-history-list .slides li .item:hover {
  background-color: #DAB765;
}

.about-history-list .slides li .item h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.about-history-list .slides li .item:hover h3 {
  color: #232323;
  background-color: #fff;
}

.about-history-list .slides li .item h3:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 18px;
  border-style: solid;
  border-color: transparent transparent #E2E2E2;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item h3 {
  top: auto;
  bottom: 0;
}

.about-history-list .slides li:nth-child(even) .item h3:before {
  top: 100%;
  bottom: auto;
  border-width: 18px 9px 0;
  border-color: #E2E2E2 transparent transparent;
}

.about-history-list .slides li .item .desc {
  line-height: 24px;
  padding: 22px 26px 0;
  font-size: 14px;
  color: #929292;
}

.about-history-list .slides li .item:hover .desc {
  color: #ffffff;
}

.about-history-list .slides li .item .desc p {
  margin: 0;
}

.about-history-list .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-history-list .flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  margin-top: -80px;
  font-size: 50px;
  font-family: simsun;
  color: #ffffff;
  text-align: center;
}

.about-history-list .flex-direction-nav a.flex-prev {
  left: -48px;
}

.about-history-list .flex-direction-nav a.flex-next {
  right: -48px;
}

.about-history-swiper {
  width: 100%;
}

.about-history-swiper .swiper-slide .item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  color: #999999;
  background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  color: #929292;
}

.about-history-swiper .swiper-slide .item .desc p {
  margin: 0;
}

.about-history-swiper .about-history-pagination {
  position: static;
  margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
  background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
  background: #C91523;
}

a {
  color: #414141;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
}

img.full {
  display: block;
  width: 100%;
}

.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hidden {
  display: none;
}

.col-1 {
  float: left;
  width: 8.33333333%;
}

.col-2 {
  float: left;
  width: 16.66666667%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-4 {
  float: left;
  width: 33.33333333%;
}

.col-5 {
  float: left;
  width: 41.66666667%;
}

.col-6 {
  float: left;
  width: 50%;
}

.col-7 {
  float: left;
  width: 58.33333333%;
}

.col-8 {
  float: left;
  width: 66.66666667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.33333333%;
}

.col-11 {
  float: left;
  width: 91.66666667%;
}

.col-12 {
  float: left;
  width: 100%;
}

.col-13 {
  float: left;
  width: 20%;
}

.col-offset-3 {
  margin-left: 25%;
}

.tb {
  display: table;
  width: 100%;
  height: 100%;
}

.tbr {
  display: table-row;
}

.tbc {
  display: table-cell;
  vertical-align: middle;
}


/* 历程 */
/*轮播*/
.pictureSlider {
  /* height: 420px; */
  height: 30rem;
  width: 100%;
}

.pictureSlider  .poster-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.poster-item {
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/lishi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  width: 16rem;
  border-radius: 10px;
  transition: all 0.5s;
  cursor: default;
  -moz-transition: all 0.5s;
  cursor: default;
  -webkit-transition: all 0.5s;
  cursor: default;
  -o-transition: all 0.5s;
  cursor: default;
  position: relative;
}

.poster-item p {
  width: calc(15rem - 4px);
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #333;
  font-size: 18px;
}

