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

.banner {
  height: 760px;
  background: url(../images/banner_bg.jpg) no-repeat center center;
}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-top: 174px;
}

.txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1F1717;
  font-size: 36px;
  font-weight: bold;
}

.txt01 span {
  margin: 0 8px;
}

.txt02 {
  margin: 0 auto;
}

.txt03 {
  margin: 0 auto;
}

.bird01 {
  position: absolute;
  top: 14%;
  right: -2%;
  animation: top_l_ani 3s linear infinite;

}

.bird02 {
  position: absolute;
  top: 60%;
  left: 29%;
  animation: top_l_ani 3s linear infinite;
}

@keyframes top_l_ani {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0);
  }
}

.box_container {
  height: 4569px;
  background: url(../images/bg.jpg) no-repeat center top;
}

.wrap {
  position: relative;
  box-sizing: border-box;
  padding-left: 40px;
}

.cloud_line {
  height: 84%;
  position: absolute;
  width: 2px;
  box-sizing: border-box;
  border-left: 2px dashed #D70E0D;
  left: 97px;
  top: 129px;
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  margin-top: 33px;
}

.title01 {
  margin-top: 0;
}

.title_l {
  width: 115px;
  height: 115px;
  margin-right: 28px;
}

.title_l img {
  width: 100%;
  height: 100%;
}

.title_r {
  flex: 1;
}

.title_r h1 {
  font-size: 40px;
  text-shadow: 0px 2px 2px rgba(51, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(0deg, #E60F0F 0%, #7B0500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E60F0F;
}

.title_r h1 span {
  font-size: 48px;
}

.title_r .line {
  width: 645px;
  height: 2px;
  background: #D70E0D;
  margin: 10px 0;
}

.title_r p {
  display: flex;
  align-items: flex-end;
}

.title_r p span {
  margin-right: 8px;
  font-size: 20px;
  text-shadow: 0px 2px 2px rgba(51, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(0deg, #E60F0F 0%, #7B0500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E60F0F;
  font-weight: bold;
}

.box_wrap {
  box-sizing: border-box;
  padding-left: 115px;
}

.box01_p {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.box01_img {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.box01_img img {
  margin-right: 37px;
}

.box01_list {
  display: flex;
  align-items: center;
}

.box01_item {
  width: 261px;
  margin-right: 26px;
}

.box01_item h3 {
  width: 162px;
  height: 56px;
  background: url(../images/box01_btn2.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto -23px;
  position: relative;
  color: #CAF5F6;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  padding-right: 10px;
}

.box01_item_body {
  width: 100%;
  height: 179px;
  background: url(../images/box01_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 23px 16px 20px;
  color: #603C05;
  font-size: 15px;
}

.video {
  width: 1060px;
  margin-top: -30px;
}

.video_out {
  width: 970px;
  height: 564px;
  background: linear-gradient(0deg, #488681 0%, #136A6B 100%);
  border-radius: 8px;
  margin: -20px auto 0;
  box-sizing: border-box;
  padding: 28px 16px 16px;
}

.video_inner {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  background: #DCAC5D;
}

#video {
  width: 100%;
  height: 100%;
}

.box03_p {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-indent: -70px;
  padding-left: 100px;
  margin-bottom: 27px;
}

.box03_list {
  width: 992px;
  height: 736px;
  background: url(../images/box03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 30px 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box03_item {
  width: 446px;
}

.box03_item h3 {
  height: 83px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto 4px;
}

.box03_l h3 {
  width: 356px;
  background: url(../images/box03_btn1.png) no-repeat center center;
  background-size: 100% 100%;
  color: #CAF5F6;
  font-size: 36px;
}

.box03_r h3 {
  width: 434px;
  background: url(../images/box03_btn2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FEE5E4;
  font-size: 36px;
}

.box03_item_inner {
  width: 446px;
  height: 578px;
  background: #F9F5EB;
  box-sizing: border-box;
  padding: 10px;
}

.box03_item_body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #4F9AA0;
  padding: 13px;
}

.box03_r .box03_item_body {
  border: 1px solid #BA463C;
}

.overflow_hide {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.box03_item_body p {}

.color {
  text-decoration: underline;
}

.box03_item_body p {
  text-align: left;
  vertical-align: text-top;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
}

.box03_item_body p b {
  display: none;
  font-style: normal;
  font-weight: normal;
}

.box03_item_body p b.active {
  display: inline;
}

.click {
  cursor: pointer;
}

.box03_r .click,
.box03_r .box03_item_body p b {
  color: #BA463C;
}

.box03_l .click,
.box03_l .box03_item_body p b {
  color: #22838B;
}

.box04_top {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.box04_top_item {
  height: 52px;
  text-align: center;
  line-height: 46px;
  margin-right: 14px;
  width: 317px;
  background: url(../images/box04_btn1.png) no-repeat center center;
  background-size: 100% 100%;
  color: #CAF5F6;
  font-size: 17px;
  font-weight: bold;
}

.box04_top_item02 {
  width: 221px;
  background: url(../images/box04_btn2.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.box04_b_item,
.box05_item {
  width: 320px;
  height: 220px;
  background: url(../images/img_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 16px;
  box-sizing: border-box;
  margin: 10px;
}

.box04_b_item img {
  width: 100%;
  height: 100%;
}

.box05_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box05_item img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #F9F5EB;
  border: 2px solid #C78116;
}

.title06 {
  margin: 55px auto 13px;
  width: 612px;
  height: 179px;
  background: url(../images/province_title.png) no-repeat center center;
  background-size: 100% 100%;
  color: #DBF8F9;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 186px;
}


.region a {
  float: left;
  display: block;
  width: 131px;
  height: 69px;

  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 28px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #ECFAF3;
  transition: all .3s linear;
  margin-right: 20px;
}

.region a:hover {
  background: url(../images/province_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.box06.wrap {
  padding: 0;
}

@media only all and (max-width:1080px) {

  .banner {
    height: 12rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 2rem;
  }

  .txt01 {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .txt01 img {
    width: 2rem;
    height: auto;
  }

  .txt01 span {
    margin: 0 0.2rem;
  }

  .txt02 {
    width: 90%;
    height: auto;
  }

  .txt03 {
    width: 90%;
    height: auto;
  }

  .bird01 {
    width: 3rem;
    height: auto;
    top: 14%;
    right: -2%;
  }

  .bird02 {
    width: 4rem;
    height: auto;
    top: 60%;
    left: 29%;
  }

  .box_container {
    height: auto;
    background-size: auto 100%;
  }

  .wrap {
    padding-left: 0;
  }

  .cloud_line {
    display: none;
  }

  .title {
    justify-content: center;
    margin-bottom: 0.825rem;
    margin-top: 0.825rem;
  }

  .title01 {
    margin-top: 0;
  }

  .title_l {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.7rem;
  }

  .title_r h1 {
    font-size: 1rem;
    text-shadow: 0rem 0.05rem 0.05rem rgba(51, 0, 0, 0.3);
  }

  .title_r h1 span {
    font-size: 1.2rem;
  }

  .title_r .line {
    width: 100%;
    height: 0.05rem;
    margin: 0.25rem 0;
  }

  .title_r p span {
    margin-right: 0.2rem;
    font-size: 0.7rem;
    text-shadow: 0rem 0.05rem 0.05rem rgba(51, 0, 0, 0.3);
  }

  .title_r p img {
    width: 1rem;
    height: auto;
  }

  .box_wrap {
    padding-left: 0;
  }

  .box01_p {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .box01_img {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .box01_img img {
    height: 5rem;
    margin: .2rem;
  }

  .box01_list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .box01_item {
    width: 49%;
    margin-right: 0;
    margin: .4rem 0;
  }

  .box01_item:nth-child(1) {
    margin-right: 2%;
  }

  .box01_item h3 {
    width: 80%;
    height: 2rem;
    margin: 0 auto -0.575rem;
    font-size: 0.8rem;
    line-height: 1.8rem;
    padding-right: 0.25rem;
  }

  .box01_item_body {
    height: 8rem;
    padding: 0.575rem 0.4rem 0.5rem;
    font-size: 0.6rem;
  }

  .video {
    width: 100%;
    margin-top: -0.75rem;
  }

  .video img {
    width: 100%;
    height: auto;
  }

  .video_out {
    width: 94%;
    height: 11rem;
    border-radius: 0.2rem;
    margin: -0.5rem auto 0;
    padding: 0.7rem 0.4rem 0.4rem;
  }

  .video_inner {
    border-radius: 0.2rem;
    padding: 0.1rem;
  }


  .box03_p {
    font-size: 0.7rem;
    text-indent: -1.75rem;
    padding-left: 2.5rem;
    margin-bottom: 0.675rem;
  }

  .box03_list {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.825rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box03_item {
    width: 100%;
    margin-bottom: .6rem;
  }

  .box03_item h3 {
    height: 2.075rem;
    line-height: 1.75rem;
    margin: 0 auto 0.1rem;
  }

  .box03_l h3 {
    width: 8.9rem;
    font-size: 0.9rem;
  }

  .box03_r h3 {
    width: 10.85rem;
    font-size: 0.9rem;
  }

  .box03_item_inner {
    width: 100%;
    height: 20rem;
    padding: 0.25rem;
  }

  .box03_item_body {
    padding: 0.325rem;
  }

  .box03_item_body p {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.325rem;
  }

  .box04_top {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.7rem;
  }

  .box04_top_item {
    height: 1.7rem;
    line-height: 1.5rem;
    margin-right: 0.35rem;
    width: 10rem;
    font-size: 0.6rem;
    margin-bottom: .4rem;
  }

  .box04_top_item02 {
    width: 7rem;
  }

  .box04_b_item,
  .box05_item {
    width: 8rem;
    height: 5.5rem;
    padding: 0.4rem;
    margin: 0.25rem;
  }

  .box05_list {
    flex-wrap: wrap;
  }

  .title06 {
    margin: 1.375rem auto 0.325rem;
    width: 90%;
    height: 4.475rem;
    font-size: 1.05rem;
    line-height: 4.65rem;
  }

  .region a {
    width: 23.6%;
    height: 2rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.9rem;
    font-size: .8rem;
  }

  .region a:nth-child(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }
}