* {
  margin: 0;
  padding: 0;
}

body,
article {
  min-width: 1500px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#main .banner img {
  width: 100%;
}

/* h1 */
@font-face {
  font-family: "PangMenZhengDao";
  src: url("../css/PangMenZhengDao.woff2") format("woff2"),
    url("../css/PangMenZhengDao.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* h2 */
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url("../css/SourceHanSansCN-Heavy-Alphabetic.woff2") format("woff2"),
    url("../css/SourceHanSansCN-Heavy-Alphabetic.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main nav {
  height: 60px;
  background-color: #0b2e7a;
}

#main .nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#main .nav li {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 700;
  padding: 0 26px;
  box-sizing: initial;
  display: inline-block;
  float: left;
  position: relative;
}

#main .nav li:after,
#main .nav li::before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #124bc7;
}

#main .nav li::before {
  right: 1px;
  background: #000000;
}

#main .nav li.active,
#main .nav li:hover {
  /* width: 235px; */
  color: #0b2e7a;
  background-color: #fece65;
}
#main .nav_box.fixed{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
#main .nav li.active::before,
#main .nav li.active::after,
#main .nav li:last-child::before,
#main .nav li:last-child::after,
#main .nav li:hover::before,
#main .nav li:hover::after {
  display: none;
}

article {
  min-width: 1500px;
  margin: 0 auto;
  padding-top: 60px;
}

article h1 {
  font-family: "PangMenZhengDao";
  font-weight: normal;
  font-size: 50px;
  height: 45px;
  transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  text-align: center;
}

article h2 {
  font-family: "SourceHanSansCN-Heavy";
  font-weight: 700;
  height: 33px;
  font-size: 22px;
  color: #0b2e7a;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-bottom: 45px;
}
article h2 div {
  width: 114px;
  height: 78px;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  background: url(../img/icon.png) no-repeat;
  position: absolute;
  top: -32px;
  right: -118px;
  animation: linear  shake .5s infinite;
}
@keyframes shake {
  0% {
    transform: rotateZ(-5deg);
  }

  50% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(-5deg);
  }
}
article h2 div span {
  height: 78px;
  flex-direction: column;
  transform: rotateZ(-6deg);
}
article h2 div span i {
  font-size: 16px;
}
article h2 b {
  position: relative;
}
article h2 div i {
  display: block;
}
section {
  width: 1200px;
  height: auto;
  margin: 0 auto 60px;
  border-radius: 60px;
  border: solid 4px #436ec8;
  position: relative;
  padding: 41px 36px 20px 55px;
}

section .title {
  width: auto;
  height: 40px;
  background: #ffffff;
  font-size: 26px;
  font-weight: 700;
  color: #436ec8;
  position: absolute;
  padding-left: 10px;
  left: 50px;
  top: -22px;
}

section .title span {
  width: 208px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #436ec8;
  border-radius: 19.5px;
  margin-left: 15px;
}

section .remark {
  justify-content: flex-start;
  padding-left: 20px;
  flex-wrap: wrap;
}
section .remark li {
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0px;
  color: #436ec8;
  margin-right: 35px;
  position: relative;
}
section .remark li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #436ec8;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
section .remark li:last-child {
  margin-right: 0;
}
section .schedule {
  position: relative;
  margin-top: 45px;
}
section .left {
  width: 30px;
  height: 140px;
  background-color: #436ec8;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  color: #ffffff;
  justify-content: center;
  position: absolute;
  left: -47px;
  top: 50%;
  transform: translateY(-50%);
}
section .line {
  width: 100%;
  height: 5px;
  background-color: #436ec8;
  border-radius: 2px;
  position: absolute;
  top: 62px;
  left: 0;
}
section .schedule .detail li {
  width: 150px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
section .schedule .time {
  width: 127px;
  height: 36px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  word-break: break-all;
}
section .schedule .circle {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 3px #436ec8;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
}
section .schedule .desc {
  width: 150px;
  height: 140px;
  border: 1px solid #436ec8;
  position: relative;
  padding: 0 10px;
  border-radius: 10px;
}
section .schedule .desc em {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #436ec8;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) rotateZ(-45deg);
}
section .schedule .desc p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
}
section .schedule .desc::after {
  content: "";
  width: 20px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
section .btn_box {
  margin-top: 20px;
  height: 55px;
}
section .btn {
  width: 220px;
  height: 55px;
  background-color: #0b2e7a;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
section .btn:first-child {
  margin-right: 60px;
}

/* 加拿大 */
section.ca {
  border: solid 4px rgba(255, 153, 102, 1);
}
section.ca .title {
  color: rgba(255, 153, 102, 1);
}
section.ca .title span {
  background-color: rgba(255, 153, 102, 1);
}
section.ca .remark {
  height: 45px;
}
section.ca .remark li {
  color: #ff9966;
}
section.ca .remark li:nth-child(3) {
  width: 345.39px;
}
section.ca .line {
  background: #bd763d;
}
section.ca .schedule .circle {
  border-color: rgba(255, 153, 102, 1);
}
section.ca .schedule .desc {
  border-color: rgba(255, 153, 102, 1);
}
section.ca .schedule .desc em {
  border-color: rgba(255, 153, 102, 1);
}
section.ca .remark li::before {
  background: rgba(255, 153, 102, 1);
}

/* 澳大利亚 */
section.au {
  border: solid 4px rgba(255, 102, 153, 1);
}
section.au .title {
  color: #ff6699;
}
section.au .title span {
  background-color: rgba(255, 102, 153, 1);
}
section.au .remark {
  height: 45px;
}
section.au .remark li {
  color: #ff6699;
}
section.au .remark li:nth-child(3) {
  width: 345.39px;
}
section.au .line {
  background: #db4a6b;
}
section.au .schedule .detail li {
  width: 185px;
}
section.au .schedule .detail li:last-child,
section.au .schedule .detail li:last-child .desc {
  width: 130px;
}
section.au .schedule .circle {
  border-color: rgba(255, 102, 153, 1);
}
section.au .schedule .desc {
  width: 185px;
  height: 120px;
  border-color: rgba(255, 102, 153, 1);
}
section.au .schedule .desc em {
  border-color: rgba(255, 102, 153, 1);
}
section.au .remark li::before {
  background: rgba(255, 102, 153, 1);
}
section.au .btn {
  width: 240px;
}


/* 新西兰 */
section.new_Z {
  border: solid 4px rgba(254, 204, 45, 1);
}
section.new_Z .title {
  color: #FECC2D;
}
section.new_Z .title span {
  background-color: rgba(254, 204, 45, 1);
}
section.new_Z .remark {
  height: 65px;
}
section.new_Z .remark li {
  color: #FECC2D;
}
section.new_Z .remark li:nth-child(odd) {
  width: 394px;
}
section.new_Z .line {
  background: #bd763d;
}
section.new_Z .schedule .detail li {
  width: 185px;
}
section.new_Z .schedule .detail li:last-child,
section.new_Z .schedule .detail li:last-child .desc {
  width: 130px;
}
section.new_Z .schedule .circle {
  border-color: rgba(254, 204, 45, 1);
}
section.new_Z .schedule .desc {
  width: 185px;
  height: 120px;
  border-color: rgba(254, 204, 45, 1);
}
section.new_Z .schedule .desc em {
  border-color: rgba(254, 204, 45, 1);
}
section.new_Z .remark li::before {
  background: rgba(254, 204, 45, 1);
}



/* 英国 */
section.uk {
  border: solid 4px rgba(255, 153, 102, 1);
}
section.uk .title {
  color: #FF9966;
}
section.uk .title span {
  background-color: rgba(255, 153, 102, 1);
}
section.uk .remark {
  height: 20px;
}
section.uk .remark li {
  color: #FF9966;
}
section.uk .remark li:nth-child(odd) {
  width: auto;
}
section.uk .line {
  background: #b99012;
}
section.uk .schedule .detail li {
  width: 160px;
}
section.uk .schedule .detail li:last-child,
section.uk .schedule .detail li:last-child .desc {
  width: 100px;
}
section.uk .schedule .circle {
  border-color: rgba(255, 153, 102, 1);
}
section.uk .schedule .desc {
  width: 160px;
  height: 185px;
  border-color: rgba(255, 153, 102, 1);
}
section.uk .schedule .desc em {
  border-color: rgba(255, 153, 102, 1);
}
section.uk .remark li::before {
  background: rgba(255, 153, 102, 1);
}
section.uk .btn {
  /* width: 240px; */
}

/* 中国香港 */
section.hk {
  border: solid 4px rgba(255, 102, 153, 1);
}
section.hk .title {
  color: #FF6699;
}
section.hk .title span {
  background-color: rgba(255, 102, 153, 1);
}
section.hk .remark {
  height: 20px;
}
section.hk .remark li {
  color: #FF6699;
}
section.hk .remark li:nth-child(odd) {
  width: auto;
}
section.hk .line {
  background: #db4a6b;
}
section.hk .schedule .detail li {
  width: 180px;
}
section.hk .schedule .detail li:last-child,
section.hk .schedule .detail li:last-child .desc {
  width: 130px;
}
section.hk .schedule .circle {
  border-color: rgba(255, 102, 153, 1);
}
section.hk .schedule .desc {
  width: 180px;
  height: 165px;
  border-color: rgba(255, 102, 153, 1);
}
section.hk .schedule .desc em {
  border-color: rgba(255, 102, 153, 1);
}
section.hk .remark li::before {
  background: rgba(255, 102, 153, 1);
}
section.hk .btn {
  width: 240px;
}

/* 韩国 */
section.Korea {
  border: solid 4px rgba(254, 204, 45, 1);
}
section.Korea .title {
  color: #FECC2D;
}
section.Korea .title span {
  width: 260px;
  background-color: rgba(254, 204, 45, 1);
}
section.Korea .remark {
  height: 20px;
}
section.Korea .remark li {
  color: rgba(254, 204, 45, 1);
}
section.Korea .remark li:nth-child(odd) {
  width: auto;
}
section.Korea .line {
  background: #b99012;
}
section.Korea .schedule .detail li {
  width: 180px;
}
section.Korea .schedule .detail li:last-child,
section.Korea .schedule .detail li:last-child .desc {
  width: 130px;
}
section.Korea .schedule .circle {
  border-color: rgba(254, 204, 45, 1);
}
section.Korea .schedule .desc {
  width: 180px;
  height: 115px;
  border-color: rgba(254, 204, 45, 1);
}
section.Korea .schedule .desc em {
  border-color: rgba(254, 204, 45, 1);
}
section.Korea .remark li::before {
  background: rgba(254, 204, 45, 1);
}
section.Korea .btn {
  width: 280px;
}

/* Macao */
section.Macao .title span {
  width: 260px;
}
section.Macao .remark {
  height: 20px;
}

section.Macao .remark li:nth-child(odd) {
  width: auto;
}
section.Macao .schedule{
  position: relative;
}

section.Macao .schedule1 .detail li {
  width: 210px;
}
section.Macao .schedule2 .detail li{
  width: 110px;

}
section.Macao .schedule2 .detail li:last-child,
section.Macao .schedule2 .detail li:last-child .desc {
  width: 130px;
}

section.Macao .schedule1 .desc {
  width: 210px;
  height: 115px;
}
section.Macao .schedule2 .desc {
  width: 110px;
  height: 135px;
}

/* 法国 */
section.France .schedule .detail li {
  width: 175px;
}
section.France .schedule .detail li:last-child,
section.France .schedule .detail li:last-child .desc {
  width:175px ;
}
section.France .schedule .desc {
  width: 175px;
  height: 100px;
}

/* 意大利 */
section.Italy .remark {
  height: 20px;
}

section.Italy .remark li:nth-child(odd) {
  width: auto;
}
section.Italy .schedule{
  position: relative;
}
section.Italy .schedule1 .detail li {
  width: 265px;
}
section.Italy .schedule2 .detail li{
  width: 130px;
}
section.Italy .left {
  height: 215px;
  background-color: rgba(255, 102, 153, 1);
  font-size: 16px;
}
section.Italy .schedule2 .left{
  height:240px;
}
section.Italy .left i{
  font-size: 12px;
}
section.Italy .schedule1 .detail li:last-child,
section.Italy .schedule1 .detail li:last-child .desc {
  width: 265px;
}
section.Italy .schedule2 .detail li:last-child,
section.Macao .schedule2 .detail li:last-child .desc {
  width: 130px;
}

section.Italy .schedule1 .desc {
  width: 265px;
  height: 90px;
}
section.Italy .schedule2 .desc {
  width: 130px;
  height: 125px;
}

/* 西班牙 */
section.Spain .schedule .detail li {
  width: 210px;
}
section.Spain .schedule .detail li:last-child,
section.Spain .schedule .detail li:last-child .desc {
  width:210px ;
}
section.Spain .schedule .desc {
  width: 210px;
  height: 105px;
}

/* 德国 */
section.Germany .title span {
  width: 260px;
}
section.Germany .remark {
  height: 65px;
}

section.Germany .remark li:nth-child(odd) {
  width: auto;
}
section.Germany .schedule{
  position: relative;
}

section.Germany .schedule1 .detail li {
  width: 175px;
}
section.Germany .schedule2 .detail li{
  width: 175px;
}
section.Germany .schedule2 .detail li:last-child,
section.Germany .schedule2 .detail li:last-child .desc {
  width: 175px;
}

section.Germany .schedule1 .desc {
  width: 175px;
  height: 135px;
}
section.Germany .schedule2 .desc {
  width: 175px;
  height: 135px;
}

/* 日本 */
section.Japan .schedule .detail li {
  width: 100px;
}
section.Japan .schedule .detail li:last-child,
section.Japan .schedule .detail li:last-child .desc {
  width:100px;
}
section.Japan .schedule .detail li:nth-child(1),
section.Japan .schedule .detail li:nth-child(2),
section.Japan .schedule .detail li:nth-child(3),
section.Japan .schedule .detail li:nth-child(1) .desc,
section.Japan .schedule .detail li:nth-child(2) .desc,
section.Japan .schedule .detail li:nth-child(3) .desc {
  width:120px;
}
section.Japan .schedule .detail li:nth-child(7) .time{
  width: 98px;
}
section.Japan .schedule .detail li:nth-child(7),
section.Japan .schedule .detail li:nth-child(7) .desc{
  width:80px;
}
section.Japan .schedule .desc {
  width: 100px;
  height: 155px;
}

/* Malaysia */
section.Malaysia .schedule{
  position: relative;
}
section.Malaysia .left{
  background-color:rgba(255, 102, 153, 1);
}
section.Malaysia .schedule1 .detail li {
  width: 125px;
}
section.Malaysia .schedule2 .detail li{
  width: 130px;
}
section.Malaysia .schedule2 .detail li:last-child,
section.Malaysia .schedule2 .detail li:last-child .desc {
  width: 125px;
}

section.Malaysia .schedule1 .desc {
  width: 125px;
  height: 135px;
}
section.Malaysia .schedule2 .desc {
  width: 130px;
  height: 135px;
}

/* 泰国 */
section.Thailand .schedule .detail li {
  width: 130px;
}
section.Thailand .schedule .detail li:last-child,
section.Thailand .schedule .detail li:last-child .desc {
  width: 130px;
}
section.Thailand .schedule .circle {
  border-color: rgba(254, 204, 45, 1);
}
section.Thailand .schedule .desc {
  width: 130px;
  height: 165px;
  border-color: rgba(254, 204, 45, 1);
}

/* hot */
div.hot{
  padding-bottom: 70px;
}
div.hot .hot_box {
  height: 220px;
  background-color: #0b2e7a;
  margin-top: 30px;
}

div.hot .hot_box ul {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

div.hot .hot_box li {
  width: 220px;
  height: 240px;
  background-color: #ffffff;
  position: relative;
  top: 0;
  transition: all .5s;
}

div.hot .hot_box li:hover{
  position: relative;
  top: -10px;
  transition: all .5s;
}


/* 底部悬浮 */
.btm_fixed {
  width: 100%;
  min-width: 1500px;
  height: 122px;
  background-color: #0b2e7a;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  justify-content: center;
  margin-top: 25px;
}

.btm_fixed > div {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.btm_fixed > div>div{
  margin-top: 30px;
}
.btm_fixed > div > img {
  position: relative;
  top: -12px;
}

.btm_fixed h2 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10px;
}

.btm_fixed form {
  width: 856px;
  height: 38px;
  position: relative;
  justify-content: flex-start;
}

.btm_fixed .item {
  width: 180px;
  height: 38px;
  position: relative;
  margin-right: 6px;
}

.btm_fixed .item img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.btm_fixed .item input,
.btm_fixed .item select {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  padding-left: 5%;
  color: #b3b3b3;
}

.btm_fixed .item input::placeholder {
  color: #b3b3b3;
}

.btm_fixed .item.yzm input {
  width: 100px;
}

.btm_fixed .item.yzm .getYzm {
  width: 80px;
  height: 38px;
  background-color: #ff790d;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.btm_fixed .submit {
  position: absolute;
  right: 0;
  top: -140%;
  cursor: pointer;
  animation: linear grow 1s infinite;
}

@keyframes grow {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}


/* 弹窗 */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.layout > div {
  width: 460px;
  height: 310px;
  background: url(../img/layout.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  padding: 22px 25px 15px;
}

.layout h1 {
  font-size: 24px;
  line-height: 35px;
  color: #7a260c;
  margin-bottom: 5px;
  padding-left: 80px;
}
.layout h1 span{
  font-size: 32px;
}
.layout h3 {
  font-size: 14px;
  line-height: 20px;
  color: #89381c;
  padding-left: 80px;
}

.layout form {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 7px;
}

.layout form .item {
  width: 200px;
  height: 40px;
  position: relative;
  margin-bottom: 5px;
}

.layout form .item img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.layout form .item input,
.layout form .item select {
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  color: #b3b3b3;
  padding-left: 10px;
}

.layout form .item.yzm input {
  width: 100px;
}

.layout form .item.yzm span {
  width: 100px;
  background-color: #7a260c;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.layout form .item input::placeholder {
  color: #b3b3b3;
}

.layout form .submit {
  width: 120px;
  height: 40px;
  background-color: #e64c4a;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.layout .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
