.box {
  position: relative;
  overflow: hidden;
  background-color: #96defb;
}

.box03, .box04, .box05 {
  margin-top: 60px;
}

.banner {
  height: 1946px;
  position: relative;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.cloud {
  position: absolute;
  animation: kenburns-1 16s linear infinite alternate;
  -webkit-animation: kenburns-1 16s linear infinite alternate;
  -moz-animation: kenburns-1 16s linear infinite alternate;
  -o-animation: kenburns-1 16s linear infinite alternate;
  -ms-animation: kenburns-1 16s linear infinite alternate;
}

.banner_container {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  top: 80px;
  box-sizing: border-box;
}

.txt1 {
  margin: 0 auto;
  -webkit-animation: ccgImg 2s infinite linear;
  -moz-animation: ccgImg 2s infinite linear;
  -ms-animation: ccgImg 2s infinite linear;
  -o-animation: ccgImg 2s infinite linear;
  animation: ccgImg 2s infinite linear;
}

@keyframes ccgImg {
  0% {}
  25% {
    opacity: .95;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .95;
  }
  100% {}
}

@-webkit-keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.wrap {
  position: relative;
}

.cloud1 {
  position: absolute;
  animation: box2_move 5s linear infinite reverse;
  top: 84%;
  right: -658px;
}

.cloud2 {
  position: absolute;
  animation: box2_move 3s linear infinite reverse;
  top: 193%;
  left: -646px;
}

.cloud3 {
  position: absolute;
  animation: box2_move 4s linear infinite reverse;
  top: -28%;
  right: -646px;
}

.cloud4 {
  position: absolute;
  animation: box2_move 3s linear infinite reverse;
  top: 64%;
  left: -646px;
}

.cloud5 {
  position: absolute;
  animation: box2_move 5s linear infinite reverse;
  top: 43%;
  right: -702px;
}

.cloud6 {
  position: absolute;
  animation: box2_move 3s linear infinite reverse;
  top: 3%;
  left: -646px;
}

.box01 {
  padding-top: 768px;
}

.title img {
  margin: 0 auto;
}

.box01_container {
  width: 1200px;
  height: 1139px;
  background: url(../images/bg1.png) no-repeat center top;
}

.box_common {
  box-sizing: border-box;
  padding: 63px 48px;
  margin-top: -43px;
}

@keyframes box2_move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.box_container {
  padding-top: 120px;
  box-sizing: border-box;
  background: url(../images/box_bg.png) no-repeat top center;
}

.box01_top {
  width: 1098px;
  height: 232px;
  background: url(../images/box01_top.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 59px;
}

.common_title {
  color: #A3291E;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin-bottom: 28px;
}

.box01_top p, .box01_bottom p {
  display: flex;
  color: #FFFFFF;
  align-items: flex-start;
  font-size: 19px;
  line-height: 1.8;
}

.box01_top p img, .box01_bottom p img {
  margin-right: 10px;
  margin-top: 8px;
}

.box01_center_title {
  width: 799px;
  height: 106px;
  background: url(../images/box01_title.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 22px;
}

.box01_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -8px;
}

.box01_item {
  width: 392px;
  height: 378px;
  background: url(../images/box01_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 40px;
}

.box01_item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FEFEFE;
  font-size: 22px;
  line-height: 96px;
  margin-bottom: 10px;
}

.box01_item h3 img {
  margin-right: 6px;
}

.box01_item h4 {
  color: #FF0002;
  font-size: 20px;
  margin: 0 0 8px;
}

.box01_item p {
  font-size: 18px;
  border-bottom: 1px dashed #000000;
  padding: 10px 0;
  line-height: 2;
  font-weight: bold;
}
.box02 .box01_item {
  height: 388px;
}
.box02 .box01_item p {
  line-height: 1.4;
  padding: 7px 0
}

.box01_item p:last-child {
  border-bottom: 0;
}

.box01_bottom {
  width: 1094px;
  height: 271px;
  background: url(../images/box01_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 59px;
}

.box02_container {
  width: 1200px;
  height: 853px;
  background: url(../images/bg2.png) no-repeat center center;
}

.box03_container {
  width: 1200px;
  height: 846px;
  background: url(../images/bg3.png) no-repeat center center;
}

.box04_container, .box05_container {
  width: 1200px;
  height: 335px;
  background: url(../images/bg5.png) no-repeat top center;
}

.box03_top {
  width: 100%;
  height: 275px;
  position: relative;
  background: url(../images/sanfen_bg.png) no-repeat center right;
  margin-top: 60px;
}

.box03_bottom {
  width: 100%;
  height: 316px;
  position: relative;
  background: url(../images/sanzhuan_bg.png) no-repeat center left;
  margin-top: 60px;
}

.sanfen {
  position: absolute;
  left: 0;
  top: -28px;
  animation: kq 2s infinite;
  animation-delay: .5s;
}

.sanzhuan {
  position: absolute;
  right: 0;
  top: -4px;
  animation: kq 2s infinite;
}

@keyframes kq {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.1)
  }
  0% {
    transform: scale(1)
  }
}

.box03_top ul, .box03_bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 26%;
}

.box03_bottom ul {
  top: -10px;
  left: 15%;
}

.box03_top ul li, .box03_bottom ul li {
  cursor: pointer;
  width: 222px;
  height: 102px;
  background: url(../images/tab_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 79px;
}
.box03_bottom ul li {
  width: 360px;
}

.box03_top ul li.active, .box03_bottom ul li.active {
  background: url(../images/tab_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_top .tab, .box03_bottom .tab {
  display: none;
}

.box03_top .tab.active, .box03_bottom .tab.active {
  display: block;
}

.tab_container {
  width: 69%;
  height: 48%;
  position: absolute;
  top: 33%;
  left: 22%;
  color: #FFFFFF;
  font-size: 20px;
}

.box03_bottom .tab_container {
  height: 50%;
  top: 33%;
  left: 9%;
}

.tab_container p {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
  line-height: 1.8;
}

.tab_container p img {
  margin-right: 8px;
  margin-top: 10px;
}

.box04_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.box04_item {
  width: 348px;
  height: 522px;
  background: #FFFFFF;
  box-shadow: 0px 16px 18px 0px rgba(160, 160, 160, 0.35);
  border-radius: 10px;
}

.box04_item img {
  width: 348px;
  height: 348px;
  background: #BFBFBF;
  border-radius: 10px;
}

.box04_item h3 {
  color: #000000;
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 20px;
}

.box04_item a {
  display: block;
  margin: 0 auto;
  width: 325px;
  height: 70px;
  background: url(../images/kc_btn.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 30px;
}

.box05_out {
  background: url(../images/box_bottom.png) no-repeat center bottom;
  padding-bottom: 230px;
}

/* 地区开始 */

.region {
  margin-top: 30px;
}

.region a {
  float: left;
  width: 211px;
  height: 106px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: -30px;
  text-align: center;
  margin-bottom: -10px;
  line-height: 80px;
  font-size: 26px;
  color: #FFFFFF;
  transition: transform .4s ease;
}

.region a:hover {
  transform: translateY(-8px);
}

.fixed_right {
  position: fixed;
  display: none;
  top: 24%;
  right: 0;
  z-index: 100;
  width: 253px;
  height: 388px;
  box-sizing: border-box;
  padding: 70px 0 0;
  background: url(../images/fixed_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.fixed_right a {
  display: block;
  height: 59px;
  box-sizing: border-box;
  line-height: 59px;
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

@media only all and (max-width:1400px) {
  .fixed_right {
    width: 160px;
    height: 300px;
    box-sizing: border-box;
    padding: 46px 0 0;
    background-size: 100% 100%;
  }
  .fixed_right a {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

@media only all and (max-width:1080px) {
  .box02,.box03, .box04, .box05 {
    margin-top: .8rem;
  }
  .banner {
    height: auto;
    background-size: 100% auto;
  }
  .cloud {
    width: 100%;
    position: absolute;
  }
  .banner_container {
    margin-left: -50%;
    width: 100%;
    top: .6rem;
  }
  .txt1 {
    width: 100%;
  }
  .cloud1 {
    display: none;
  }
  .cloud2 {
    display: none;
  }
  .cloud3 {
    display: none;
  }
  .cloud4 {
    display: none;
  }
  .cloud5 {
    display: none;
  }
  .cloud6 {
    display: none;
  }
  .box01 {
    padding-top: 9rem;
  }
  .title img {
    width: 94%;
  }
  .box01_container {
    width: 100%;
    height: auto;
    background: #fff;
    border: .1rem solid #865c35;
    border-radius: .8rem;
  }
  .box_common {
    padding: 1rem .4rem;
    margin-top: -.3rem;
  }
  .box_container {
    padding-top: 0;
    background-size: 100% auto;
  }
  .box01_top {
    width: 100%;
    height: auto;
    background: linear-gradient(#EC593A, #C11C22);
    box-sizing: border-box;
    border: .2rem solid #21868C;
    border-radius: .4rem;
    padding: .6rem;
  }
  .common_title {
    width: 90%;
    margin: 0 auto;
    font-size: .8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    margin-bottom: .6rem;
    background: linear-gradient(#FFF5D6, #FFBF79);
    border: .1rem solid #BB814B;
  }
  .box01_top p, .box01_bottom p {
    font-size: .7rem;
  }
  .box01_top p img, .box01_bottom p img {
    width: 1rem;
    margin-right: .2rem;
    margin-top: .2rem;
  }
  .box01_center_title {
    width: 100%;
    height: auto;
    background: none;
    padding-top: 0;
    margin-top: .4rem;
  }
  .box01_list {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .box01_item {
    width: 95%;
    height: 15rem;
    padding: 0 1.4rem;
  }
  .box01_item h3 {
    font-size: .8rem;
    line-height: 4rem;
    margin-bottom: .4rem;
  }
  .box01_item h3 img {
    width: 1rem;
    margin-right: .1rem;
  }
  .box01_item h4 {
    font-size: 1rem;
    margin: 0 0 .4rem;
  }
  .box01_item p {
    font-size: 0.8rem;
    padding: .1rem 0;
  }
  .box01_bottom {
    width: 100%;
    height: auto;
    background: linear-gradient(#EC593A, #C11C22);
    box-sizing: border-box;
    border: .2rem solid #21868C;
    border-radius: .4rem;
    padding: .6rem;
  }
  .box02_container {
    width: 100%;
    height: auto;
    background: #fff;
    border: .1rem solid #865c35;
    border-radius: .8rem;
  }
  .box03_container {
    width: 100%;
    height: auto;
    background: #fff;
    border: .1rem solid #865c35;
    border-radius: .8rem;
  }
  .box04_container, .box05_container {
    width: 100%;
    height: auto;
    background: #fff;
    border: .1rem solid #865c35;
    border-radius: .8rem;
  }
  .box03_top {
    width: 100%;
    height: auto;
    background: linear-gradient(#EC593A, #C11C22);
    box-sizing: border-box;
    border: .2rem solid #21868C;
    border-radius: .4rem;
    padding: .6rem .6rem .6rem 2.6rem;
    margin-top: .8rem;
  }
  .box03_bottom {
    width: 100%;
    height: auto;
    background: linear-gradient(#EC593A, #C11C22);
    box-sizing: border-box;
    border: .2rem solid #21868C;
    border-radius: .4rem;
    padding: .6rem 2.6rem .6rem .6rem;
    margin-top: .8rem;
  }
  .sanfen {
    width: 5rem;
    position: absolute;
    left: -2rem;
    top: 0;
  }
  .sanzhuan {
    width: 5rem;
    position: absolute;
    right: -2rem;
    top: 0;
  }
  .box03_top ul, .box03_bottom ul {
    
    position: static;
    top: auto;
    left: auto;
  }
  .box03_bottom ul {
    top: auto;
    left: auto;
  }
  .box03_top ul li, .box03_bottom ul li {
    width: 33.33%;
    height: 2rem;
    font-size: .8rem;
    line-height: 1.8rem;
  }
  .box03_bottom ul li {
    width: 50%;
    font-size: 0.7rem;
  }
  .tab_container {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    font-size: .7rem;
  }
  .box03_bottom .tab_container {
    height: 50%;
    top: auto;
    left: auto;
  }
  .tab_container p {
    display: flex;
    align-items: flex-start;
    margin: 8px 0;
    line-height: 1.8;
  }
  .tab_container p img {
    width: 1rem;
    margin-right: .2rem;
    margin-top: .4rem;
  }
  .box04_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .6rem;
  }
  .box04_item {
    width: 49%;
    height: auto;
    padding: 0 0 .4rem;
    margin: .2rem 0;
    border-radius: .4rem;
  }
  .box04_item:nth-child(1){
    margin-right: 2%;
  }
  .box04_item img {
    width: 100%;
    height: 7rem;
    border-radius: .4rem;
  }
  .box04_item h3 {
    font-size: .75rem;
    margin-top: .4rem;
    margin-bottom: .2rem;
    padding: 0 .1rem;
  }
  .box04_item a {
    width: 80%;
    height: 1.8rem;
    line-height: 1.9rem;
    font-size: .7rem;
  }
  .box05_out {
    background-size: 100% auto;
    padding-bottom: 3rem;
  }
  /* 地区开始 */
  .region {
    margin-top: 0;
}
  .region a {
    width: 24%;
    height: 2.5rem;
    margin: -.2rem 0;
    line-height: 1.9rem;
    font-size: .7rem;
  }

}