/** CSS Reset **/
*{-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;outline:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; vertical-align: top;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:center; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
textarea, input, select{resize: none;outline:none;background:none;border:none;}
button {overflow:visible;width:auto;margin:0;padding:0;border:0 none;outline:none;}
input{border:0}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:transparent; -webkit-touch-callout:none;}
a:hover{ text-decoration:none;color:#000;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
html{width: 100%;height:100%;}
body{color:#333;font-size:24px;line-height:160%;font-family: "Microsoft YaHei";width: 100%;height:100%;background:url(../images/index/bg.jpg) no-repeat center top;}
.fl{float:left;}
.fr{float:right;}
.mobile{display:none;}
.m1200{width:1200px;margin:0 auto;overflow: hidden;}

/* 解决 */
#kfivtwin{display: none !important;}
#kfoutdetainwin{display: none !important;}



/*  */

#reg form { width: 100%; height: 235px;}
#reg form .label { display: block;line-height:110%;}
#reg form .label span { font-size: 14px; }
#reg form .label span b { background-color: transparent; color: #c00; }
#reg form .label input { width: 115px; font-size: 12px; border:1px solid #ccc;}
#reg form .label select { width: 90px; font-size: 12px; border:1px solid #ccc;}
#reg .tiaokuan{color:#999;margin: 0px;}
#reg .tiaokuan .checked{width:14px;height:14px;background:url(https://liuxue.xdf.cn/images/form_checked2.png) no-repeat center top;display:inline-block;vertical-align:bottom;}
#reg .tiaokuan .checked.active{background:url(https://liuxue.xdf.cn/images/form_checked.png) no-repeat center top;}
#reg form button { background: yellow; color: #ac0002;cursor: pointer; width: 170px; height: 34px;  border: none;  font-size: 18px;margin-top: 10px;margin-left: -6px;*margin-top:20px;}

/*  */
h2 {text-align: center;color: #091d5f;font-size: 46px;font-weight: bold;}
h2::before {content: "'";font-size: 0;display: inline-block;vertical-align: middle;background: url(../images/caption_l.png) no-repeat center center;
    width: 32px;height: 42px;margin-right: 10px;}
h2::after {content: "'";font-size: 0;display: inline-block;vertical-align: middle;background: url(../images/caption_r.png) no-repeat center center;
        width: 32px;height: 42px;margin-left: 10px;}

.index{background: url(../images/banner.jpg) no-repeat center top;height: 1440px;}
.header .header_t {display: block;margin: 35px auto 25px;}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
  .logo {
    padding-top: 20px;
    padding-left: 20px;
}
  #nav {width: 100%;z-index: 6;}
  .nav {background: #273563;color: #fff;width: 1140px;margin: 20px auto 10px;border-radius: 50px;text-align: center; 
 
    -moz-box-shadow: 0px 0px 10px #273563;-webkit-box-shadow: 0px 0px 10px #273563;box-shadow: 0px 0px 10px #273563;
    height: 60px;line-height: 60px;font-size: 23px;}
  .nav p.active, .nav p:hover {background: #eeb284;}
  .nav p {float: left;width: 16.66%;border-radius: 50px;cursor: pointer;}

  .page1{height: 349px;position: relative;padding: 30px 0 0;box-sizing: border-box;margin-bottom: 60px;} 
  /* .page1::before {content: "'";font-size: 0;display: inline-block;vertical-align: top;
    background: url(../images/box1_bg_t.png) no-repeat right center;width: 100%;height: 82px;position: absolute;top: 0;} */
  .box1 li h3 {color: #000;font-weight: bold;padding-bottom: 10px;font-size: 26px;}
  .box1 {position: relative;z-index: 2;padding: 0 2%;}
  .con {padding: 40px 0 20px;}
  .box1.row3 li {width: 341px; height: 180px;margin:  0 21px;box-sizing: border-box;box-shadow: 0 0 10px #ece6e3;}
  .xinjiapo .box1 li {margin-bottom: 10px;}
  .xinjiapo .box1 li p{font-size: 20px;}
  .box1 li {float: left;background: #fff;border-radius: 20px;padding: 20px 0;text-align: center;}
  .box1 li p span {color: #fb7421;font-size:26px;font-weight: bold;line-height: 120%;}

  .page2{padding: 0px 0 0;}
  .btn {position: relative;display: block;margin: 53px auto 0;border-radius: 50px;text-align: center;height: 60px;line-height: 60px;box-shadow: 0px 0px 10px #d68557;
    width: 250px;text-align: center;font-size: 18px;color: #fff;
    background: -webkit-linear-gradient(0deg,#fb8d21 0%,#fb7421 100%);
    background: -moz-linear-gradient(0deg,#fb8d21 0%,#fb7421 100%);
    background: -o-linear-gradient(0deg,#fb8d21 0%,#fb7421 100%);
    background: -ms-linear-gradient(0deg,#fb8d21 0%,#fb7421 100%);
    background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);
    transition: all 0.2s ease-in 0s;}
    .btn i {
        -webkit-animation: pulse 0.6s ease-out 0s infinite normal none running;
        animation: pulse 0.6s ease-out 0s infinite normal none running;
        width: 45px;height: 35px;
        background: url(../images/btn_swiper.png) no-repeat center center;
        background-size: 100% auto;position: absolute;left: 88%;top: 50%;
    }
    .btn:hover{color:#fff;-moz-box-shadow:0px 0px 10px #fb7421; -webkit-box-shadow:0px 0px 10px #fb7421; box-shadow:0px 0px 10px #fb7421;}
    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)        ;
            -moz-transform: scale3d(1,1,1);
            -ms-transform: scale3d(1,1,1);
            -o-transform: scale3d(1,1,1);
}
    
        50% {
            -webkit-transform: scale3d(1.05,1.05,1.05);
            transform: scale3d(1.05,1.05,1.05)
        }
    
        100% {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }
    }
    
    @keyframes pulse {
        0% {
            -webkit-transform: scale3d(1,1,1);
            -ms-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }
    
        50% {
            -webkit-transform: scale3d(1.2,1.2,1.2);
            -ms-transform: scale3d(1.2,1.2,1.2);
            transform: scale3d(1.2,1.2,1.2);
        }
    
        100% {
            -webkit-transform: scale3d(1,1,1);
            -ms-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }
    }
    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse
    }
    .box1 .wid11{
      font-size: 20px;
        width: 1164px;height: 190px;background: url(../images/hui.png) no-repeat center top;line-height: 190px;
        padding:  0 ;border-radius: 21px;margin: auto;box-sizing: border-box;background-size: 100% 100%;-webkit-border-radius: 21px;
        -moz-border-radius: 21px;-ms-border-radius: 21px;-o-border-radius: 21px;box-shadow: 12px 11px 0px #c9b19c;}
    .xinjiapo .box1 .wid11 p{font-size: 20px;}
    .xinjiapo .box1 .wid11 span{font-size: 26px;}
    .zxyy .pc {
        width: 96%;padding: 20px 2%;background: #465173 url(../images/index/form_bg.png) no-repeat center top;position: relative;
        -webkit-background-size: 100% 100%;background-size: 100% 100%;}
    .zxyy .formBox {border: 1px solid #b7a8a0;width: 80%;padding: 20px 10%;}
    .qt_form .form .label {width: 46%;margin: 5px 2%;font-size: 15px;color: #fff;float: left;}
    .qt_form .form .label span {display: block;line-height: 160%;}
    .calc{font-size: 20px;}
    .qt_form .form .input {width: 96%;height: 40px;line-height: 40px;background: #fff;border-radius: 4px;color: #555;padding: 0 1.9%;}
    .qt_form .form .label span b {color: #fb7421;padding: 0 1%;}
    .qt_form .form .select {font-size: 15px;
            width: 100%;height: 40px;line-height: 40px;background: #fff url(../images/select2.png) no-repeat 94% center;
            outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
    .qt_form .btn {width: 50%;height: 40px;font-size: 16px;color: #fff;text-align: center;line-height: 40px;
                background: url(../images/an2.png) repeat;margin: 0 auto;cursor: pointer;transition: all 0.2s ease-in 0s;
                border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;
}
    .qt_form .form .SmsCode {width: 65%;margin-right: 1%;}
    .qt_form .form .SmsCodeBtn {cursor: pointer; font-size: 14px;width: 29%;height: 40px;line-height: 40px;color: #fff;display: inline-block !important;
        text-align: center;background: #fb7421;border-radius: 4px;transition: all 0.2s ease-in 0s;line-height: 40px !important;}
    .qt_form .tiaokuan {text-align: center;margin: 10px 0;font-size: 12px;color: #fff;overflow: hidden;}
    .qt_form .tiaokuan .checked {width: 14px;height: 14px;
        background: url(https://liuxue.xdf.cn/images/form_checked2_white.png) no-repeat center top;display: inline-block;vertical-align: middle;}
    .qt_form .tiaokuan .checked.active {background: url(https://liuxue.xdf.cn/images/form_checked_white.png) no-repeat center top;}
    .qt_form .tiaokuan a {color: #fd7929;}
    .sijiao{width: 400px;height: 100px;background: url(../images/sijiao.png) no-repeat center top;margin: -100px auto 0;position: relative;
    padding-top: 15px;box-sizing: border-box;}
    .page2 .btn{margin-bottom: 215px;}
    .m1201{overflow: inherit;}
    .page3{padding-bottom: 60px;}
    .sijiao h2{font-size: 29px;line-height: 36px;}
    .sijiao h2::before{position: absolute;left: 29px;top: 30px;}
    .sijiao h2::after{position: absolute;right: 29px;top: 30px;}

    .page4{background: url(../images/end.png) no-repeat center top;padding: 145px 0 59px;}
    .page4 .disFlex{display: flex;justify-content:space-between;padding-top: 43px;padding-bottom: 82px;}
    .page4 .disFlex div{width: 582px;height: 309px;background: #fff;overflow: hidden;box-shadow: 0 0 10px #0000004d;}
    .page4 .disFlex .red{width: 50px;height: 30px;background: url(../images/one.png) repeat;margin-bottom: 52px; font-size: 16px;color: #fff;text-align: center;line-height: 30px;}
    .page4 .disFlex .p{font-size: 29px;color: #091d5f;font-weight: bold;text-align: center;margin-bottom: 50px;}
    .page4 .disFlex .p1{font-size: 20px;color: #000; text-align: center;line-height: 36px;}
    .page4 .disFlex .p2{font-size: 20px;color: #000; text-align: left;line-height: 36px;width: 365px;margin: auto;}
    
    .m1200x{margin: auto;width: 1200px;}

    .page4 .disFlex2{display: flex;justify-content: space-between;padding-bottom: 19px;padding-top: 40px;}
    .page4 .disFlex3{display: flex;justify-content: space-between;padding-bottom: 93px;width: 894px;margin: auto;}
    .page4 .showbox{ width: 280px; height: 160px; background: #fff;box-shadow: 0 0 10px #c9b4a2;  border-radius:0 0 25px 25px ; -webkit-border-radius:0 0 25px 25px ; -moz-border-radius:0 0 25px 25px ; -ms-border-radius:0 0 25px 25px ; -o-border-radius:0 0 25px 25px ; }
    .page4 .showbox .orange{background: #fb7421;width: 100%;height: 11px;}
    /* .page4 .tit{font-size: 26px;font-weight: bold;text-align: center;color: #fb7421;padding-top: 17px;padding-bottom: 12px;} */
    .page4 .wenzi{color: #091d5f;text-align: center;line-height: 30px;padding:  0 8px;font-size: 20px;}
    .page4 .xiaozi{font-size: 20px;color: #091d5f;text-align: center;}
    .page4 .lh{ padding: 0 10px;}
    .divsan{padding-top: 40px;}
    .cerlt{ width: 100%;position: relative;padding: 15px 20px;box-sizing: border-box; height: 180px;margin-bottom: 39px; background: #fff9f0; border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
    .cerlt .bgbottom{position: absolute;width: 90%;height: 12px;background: #414e6f;z-index: 2;left: 5%;bottom: -11px;border-radius: 0 0 20px 20px;}
    .cerlt .wid30{width: 42%;height: 100%;}
    .shu{display: inline-block;vertical-align: text-bottom;width: 37px;height:37px;border: 1px solid #091d5f;
      border-radius: 50%;font-size: 30px;font-weight: bold;color: #091d5f;text-align: center;line-height: 37px;margin-right: 6px;}
    .shu i{font-style: normal;}
    .shu1{font-size: 23px;color: #091d5f;font-weight: bold;display: inline-block;vertical-align: top;}
    .pb20{padding-bottom: 20px;}
      .leftbox{margin-left: 62px;padding-bottom: 28px;padding-left: 22px;line-height: 19px;
         background: url(../images/an.png) no-repeat left top;vertical-align: top; font-size: 20px;color: #000;}
      .leftbox span{font-weight: bold;font-size: 20px;}

    .cerlt .wid58{width: 58%;background: url(../images/an1.png) no-repeat left center;height: 100%;padding-top: 22px;
       padding-left: 32px;box-sizing: border-box;font-size: 20px;line-height: 36px;color: #000;} 
    .bottomNav {background: #48536b;text-align: center;padding: 40px 0;}
    .bottomNav .list.first {border-left: none;}
    .bottomNav .list {width: 22.9%;border-left: 1px solid #fff;padding: 10px 1%;float: left;font-size: 18px;line-height: 160%;}
    .bottomNav h2 { color: #fff; font-size: 30px;font-weight: bold;padding-bottom: 20px;}
    .bottomNav .list a { color: #fff;}
    .bottomNav .list a:hover{color:#e8af6b;}

    .bottomNav .list.row2 ul {width: 50%;float: left;}
    .bottomNav .list li {padding: 5px 0;}
    .bottomNav h2::before {content: "'";font-size: 0;display: inline-block;vertical-align: middle;
      background: url(../images/caption.png) no-repeat center center;width: 12px;height: 16px;margin-right: 10px;}
   .bottomNav h2::after {content: "'"; font-size: 0; display: inline-block; vertical-align: middle; background: url(../images/caption.png) no-repeat center center;
    width: 12px; height: 16px;margin-left: 10px;}
    #reg form label {margin: 0;line-height: 110%;}
    #reg form button{margin-left: -4px;}

/* 日本 */
.riben .orcenterm .pcblock{height: 0;}
    .riben .h3{font-size: 16px;color: #000;font-weight: normal;margin-top: -10px;}
    .riben .rip{font-size: 20px;}
    .riben .box1 .wid11{width: 100%;background: none;box-shadow: 0 0 0 #fff;}
    .riben .box1 .wid11 .wid100{display: flex;justify-content: space-between;}
    .riben .box1 .wid11 .wid100 div{
      width:577px ;
      height: 190px;
      background: url(../images/ril.png) no-repeat center top;
      box-shadow: 12px 11px 0px #c9b19c;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      padding-top: 54px;line-height: 40px;font-size: 20px;box-sizing: border-box;
}

    .riben .box1 .wid11 .wid100 div span{color: #fb7421;font-weight: bold;font-size: 26px;}

    .riben .box1{padding:  0;}
    .riben .m1200{overflow: inherit;}
    .riben .page3 .disFlex{display: flex;justify-content: space-between;padding-top: 46px;}
    .riben .page3 .disFlex .san{width: 360px;height: 452px;border: 1px solid #f3ae78;position: relative;padding: 73px 40px 0 13px;box-sizing: border-box;}
    .riben .page3 .disFlex .san p{font-size: 20px;line-height: 30px;color: #000;}
    .ortop{font-size: 23px;font-weight: bold;line-height: 29px;color: #091d5f;box-sizing: border-box; position: absolute; width: 275px; height: 79px; padding-top: 13px; text-align: center; left: -1px; top: -19px; background: #f3ae78; border-radius: 0 0 20px 0; -webkit-border-radius: 0 0 20px 0; -moz-border-radius: 0 0 20px 0; -ms-border-radius: 0 0 20px 0; -o-border-radius: 0 0 20px 0; }
    .orcenter{padding:  0 ;line-height: 79px;}
    .xuhao{ font-size: 20px; color: #f3b56c;position: absolute;padding-right: 3px;box-sizing: border-box;line-height: 33px; right: 0;top: 0px; font-weight: bold; text-align: right; width: 35px; height: 33px;background: url(../images/yuan_03.png) no-repeat center top;   }

    .riben .page4 .disFlex div {padding: 0px 28px 0 14px;box-sizing: border-box; width: 362px;
       height: 280px;box-shadow: 12px 11px 0px #c9b19c;overflow:initial; position: relative;font-size: 23px;
        border-radius:20px ; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
    .riben .page4 .disFlex .red {box-shadow: 0px 0px 0px #fff; width: 70px; height: 70px;
       background: #fb7421;font-weight: bold;margin-bottom: 0;
       border-radius:50% ;font-size: 30px;line-height: 70px; -webkit-border-radius:50% ;
        -moz-border-radius:50% ;position: absolute;left: 12px;top: -34px;
        -ms-border-radius:50% ; -o-border-radius:50% ;
      padding: 0; }
      .riben .page4 .disFlex .p{font-size: 23px;height: 42px;border-bottom: 1px solid #465173;margin-bottom: 0;
         vertical-align: top;padding-top: 10px; }

      .riben .page4 .disFlex .p2{font-size: 20px;line-height: 28px;width: 100%;padding-top: 17px;border-top: 1px solid #c9b19c;text-align: left;}
      .riben .page4 .disFlex .p1{font-size: 20px;line-height: 28px;padding-top: 17px;border-top: 1px solid #c9b19c;text-align: left;}
      .riben .page4 .disFlex .youshu{background: #fff url(../images/you.png) no-repeat right center;background-position: 342px center;}
      .riben .sijiao{background: url(../images/sj.png) no-repeat center top;}
      .riben .mt86{margin:86px auto 0;}
      .riben .page5 .m1200{overflow: hidden;}        


/* 中国香港 */
      .xg .page2 .btn{margin-bottom: 137px;}  
      .xg .page3 .disFlex{display: flex;justify-content: space-between;padding-top: 45px;}
      .xg .page3 .disFlex .xgbox{width: 294px;height: 437px;border: 1px solid #f3ae78;position: relative;padding: 74px 27px 15px 15px;box-sizing: border-box;}
      .xg .page3 .disFlex .xgbox .p{font-size: 20px;line-height: 30px;color: #000;height: 100%;overflow: auto;}
      .xg .page3 .disFlex .red{font-size: 23px; box-sizing: border-box; text-align: center;line-height: 29px;padding: 12px 0 0;color: #091d5f;font-weight: bold; width: 275px; height: 80px; background: #f3ae78; position: absolute; left: -1px; top: -19px; border-radius:0 0 15px 0 ; -webkit-border-radius:0 0 15px 0 ; -moz-border-radius:0 0 15px 0 ; -ms-border-radius:0 0 15px 0 ; -o-border-radius:0 0 15px 0 ; }
      .xg .page3 .disFlex .red .titr{position: absolute;right: 0;top: 0;font-size: 18px;color: #f3b56c;font-weight: bold;text-align: center;line-height: 33px; background: url(../images/yuan_03.png) no-repeat center top;width: 35px;height: 33px;}
      .xg .page3 .disFlex .redp0{padding: 0;line-height: 80px;}
      .xg .page3 .disFlex .xgbox .p::-webkit-scrollbar {width: 8px;background: #ffebdc;}
      .xg .page3 .disFlex .xgbox .p::-webkit-scrollbar-thumb {background-color: #f3ae78;}
      .xg .page3 .disFlex .firstbox{padding: 18px 2px 15px 13px;box-sizing: border-box;}
      .xg .page3 .disFlex .firstbox2{padding: 54px 12px 0 0;box-sizing: border-box;}
      .xg .mb{margin-bottom: 40px;}
      .xg .page41{ width: 100%; height: 160px; margin-bottom: 126px; background: #fff; border-radius:0 0 15px 15px ; -webkit-border-radius:0 0 15px 15px ; -moz-border-radius:0 0 15px 15px ; -ms-border-radius:0 0 15px 15px ; -o-border-radius:0 0 15px 15px ; }
      .xg .page41 .orange{height: 10px;background: #fb7421;margin-bottom: 56px;}
      .xg .page41 p{font-size: 20px;color: #091d5f;text-align: center;}
      .xg .sijiao{background: url(../images/sj.png) no-repeat center top;}
/* 韩国 */
      .hg .box1.row3 li{width: 525px;margin: 0;}
      .hg .rowone{padding: 0;height: 100%;padding: 0 50px;box-sizing: border-box;}
      .hg .rowone li:nth-child(1){float: left;}
      .hg .rowone li:nth-child(2){float: right;}
      .hanp div{font-size: 20px;color: #000;}
      .hanp span{color: #fb7421;font-weight: bold;font-size: 26px;}
      .hg .orcenterm .pcblock{height: 0;}
      .hg .page3 .disFlex{display: flex;justify-content: space-between;padding-top: 46px;}
      .hg .page3 .disFlex .san{width: 360px;height: 372px;border: 1px solid #f3ae78;position: relative;padding: 73px 40px 0 13px;box-sizing: border-box;}
      .hg .page3 .disFlex .san p{font-size: 20px;line-height: 30px;color: #000;}
      .hg .ortop{font-size: 23px;font-weight: bold;line-height: 29px;color: #091d5f;box-sizing: border-box; position: absolute; width: 275px; height: 79px; padding-top: 13px; text-align: center; left: -1px; top: -19px; background: #f3ae78; border-radius: 0 0 20px 0; -webkit-border-radius: 0 0 20px 0; -moz-border-radius: 0 0 20px 0; -ms-border-radius: 0 0 20px 0; -o-border-radius: 0 0 20px 0; }
      .hg .orcenter{padding:  0 ;line-height: 79px;}
      .hg .xuhao{ font-size: 18px; color: #f3b56c;position: absolute;padding-right: 3px;box-sizing: border-box;line-height: 33px; right: 0;top: 0px; font-weight: bold; text-align: right; width: 35px; height: 33px;background: url(../images/yuan_03.png) no-repeat center top;   }
      /* .hanp{font-size: 15px;} */
    
      .hg .page3 .disFlex .san .fir{padding: 55px 23px 0 0;overflow-y: auto;box-sizing: border-box;height: 100%;}
      .hg .page3 .disFlex .san1{padding: 19px 10px 16px 13px;}
      .hg .page3 .disFlex .san .fir::-webkit-scrollbar {width: 8px;background: #ffebdc;}
      .hg .page3 .disFlex .san .fir::-webkit-scrollbar-thumb {background-color: #f3ae78;}
      .hg .page4 .disFlex .youshu{ width: 100%; height: 160px; border-radius:0 0 15px 15px ; -webkit-border-radius:0 0 15px 15px ; -moz-border-radius:0 0 15px 15px ; -ms-border-radius:0 0 15px 15px ; -o-border-radius:0 0 15px 15px ; }
      .hg .page4 .disFlex .red {height: 10px;background: #fb7421;margin-bottom: 62px;width: 100%;}
      .hg .page4 .disFlex .p1 {font-size: 20px;color: #091d5f;}
      .hg .page4 .disFlex{padding-bottom: 105px;}
      .hg .sijiao {background: url(../images/sj.png) no-repeat center top;}
      .ripm{font-size: 20px;}
/* 马来西亚 */
      .mlxy .box1.row3 li{padding: 42px 0 0;}
      .mlxy .sijiao{background: url(../images/sj1.png) no-repeat center top;}
      .mlxy .page4 {background: url(../images/end2.png) no-repeat center top;}



    .pcblock{display: block;}
    .mnone{display: none;}
    .pcblock1{display: flex !important;}




    .zxyy{padding:50px 0;}
.zxyy .pc{width: 96%;padding:20px 2% 20px;background:url(../images/form_bg1.png) no-repeat center top;-webkit-background-size:100% 100%;background-size:100% 100%; }
.zxyy h3{font-size: 30px;color:#091d5f;text-align:center;font-weight: bold;line-height: 110%;}
.zxyy .formBox{width: 80%;padding:20px 10%;border: none;}

    .form_new li{width:46%;margin:5px 2%;font-size:12px;color:#fff;float: left;font-size: 15px;}
.form_new li .tit{display: block; line-height: 130%;}
.form_new li .tit span{color:#fb7421;padding:0 1%;}
.form_new li input{width:96%;height:40px;line-height:40px;font-size: 15px; background:#fff;border-radius:4px;color:#555;padding:0 1.9%;}
.form_new li select{ padding: 0 1.9%; width:100%; height:39px; line-height:39px; border-radius:4px ; background:#fff url(../images/select2.png) no-repeat 94% center; outline:none; appearance:none; -moz-appearance:none; -webkit-appearance:none; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
.form_new li select option{color:#000;}
.form_new li.Code input{width:65%;margin-right:1%;}
.form_new li .VeriCodeBtn{cursor: pointer;display: inline-block;font-size:14px;width:29%;height:40px;line-height:40px;color:#fff;text-align:center;background:#fb7421;border-radius:4px;transition:all 0.2s ease-in 0s;}
.form_new .tiaokuan{text-align:center;margin:10px 0;font-size:12px;color:#fff;}
.form_new .tiaokuan .checked{width:14px;height:14px;background:url(https://liuxue.xdf.cn/images/form_checked2_white.png) no-repeat center top;display:inline-block;vertical-align:bottom;}
.form_new .tiaokuan .checked.active{background:url(https://liuxue.xdf.cn/images/form_checked_white.png) no-repeat center top;}
.form_new .tiaokuan a{color:#f1b256;}
.form_new .btn{width:50%;height:40px;font-size:16px;color:#fff;text-align:center;line-height:40px;background:#fb7421;border-radius:20px;margin:0 auto;cursor:pointer;transition:all 0.2s ease-in 0s;}
.form_new li .VeriCodeBtn:hover,
.form_new .btn:hover{background:#f89558;cursor: pointer;}

    #reg{width: 170px;height: auto;padding: 95px 10px 10px;background: url(../images/reg_bg.png) no-repeat 0 0;font-size: 24px;}
    .reg_form_btn{background: url(../images/reg_btn.png) no-repeat 0 0;height: 170px;}
    #reg .btn-close{background: url(../images/reg_close.png) 0 0 no-repeat;width: 24px;height: 24px;top: 10px;right: -5px;}
    #reg .form_new li{width: 100%;margin: 0;}
    #reg .form_new li input{background: #ffd8b8;padding-left:5%;width: 95%;height: 26px;line-height: 26px;font-size: 15px; }
    #reg .form_new li select{background: #ffd8b8 url(../images/select2.png) no-repeat 94% center;padding-left:5%;width: 100%;font-size: 15px; height: 26px;line-height: 26px;}
    #reg .form_new li .tit{color:#333;}
    #reg .form_new li.Code input{width: 40%;float: left;}
    #reg .form_new li.Code .VeriCodeBtn{width: 50%;float: right;font-size: 12px;height: 26px;line-height: 26px;}
    #reg .form_new .tiaokuan{color: #333;text-align: left;line-height: 140%;margin: 5px 0;}
    #reg .form_new .btn {width: 100%;height: 28px;line-height: 28px;}
    #reg .form_new .tiaokuan .checked{background: url(https://liuxue.xdf.cn/images/form_checked2.png) no-repeat center top;}
    #reg .form_new .tiaokuan .checked.active{background: url(https://liuxue.xdf.cn/images/form_checked.png) no-repeat center top;}
    

/*顶部导航*/
.navTop {background:url(../images/navbg.png) repeat-x;height: 60px;line-height: 60px;}
.navTop  .fl{width: 10%}
.navTop  .fl img{vertical-align: middle;width: 200px;}
.navTop  .fr{width: 80%;}
.navTop  .fr a{display: inline-block;padding: 0 2%;color:#fff;font-size: 20px;}
.navTop  .fr a.active{color: #d6b892;background: url(../images/navActiveBg.png) no-repeat center bottom;}
.navTop  .fr a:hover{color: #d6b892;}

.result{display: none;position: fixed;top: 0;height: 100%;width: 100%;z-index: 10000;}
.result .mask {filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;background: #000;z-index: 9;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.result .resultBox{position: absolute;top: 30%;left: 50%;margin-left: -20%;background: url(../images/resule_bg.jpg) no-repeat center top;width: 40%;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 10;padding: 30px;text-align: center;color: #fff;}
.result .resultBox h3{padding-bottom: 20px;font-size: 48px;line-height: 160%;color: #efa365;text-align: center;font-weight: bold;}
.result .resultBox .result_txt h4{}
.result .resultBox .result_txt h4 strong{font-size: 34px;font-weight: bold;}
.result .resultBox .result_txt h5{font-size: 34px;line-height: 160%;font-weight: bold;color: #efa365;padding:20px;}
.result .resultBox .result_txt p{font-size: 14px;}
#result_close{cursor: pointer;position: absolute;right: -5px;top: -10px;background: url(../images/reg_close.png) 0 0 no-repeat;width: 24px;height: 24px;}

.listNews{margin: 60px auto 20px;}
.listNews .ulwrap{margin: 38px auto 0;padding:20px 0 20px 5%;display: inline-block; width: 92%;background: #fff7f0;border-radius: 20px;-moz-box-shadow: 6px 6px 0px #C9B19C;-webkit-box-shadow: 6px 6px 0px #C9B19C;box-shadow: 6px 6px 0px #C9B19C;}
.listNews .ulwrap ul li{font-size: 22px;margin: 5px 0;width: 48%;padding-right: 2%;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.listNews .ulwrap ul li a{color:#091d5f;}
.listNews .ulwrap ul li a:hover{text-decoration: underline;}


/* .page2{background: #d8c1af url(../images/bg1.jpg) no-repeat center bottom;padding-bottom: 80px;} */
.page2{background: #d8c1af url(../images/bg1.jpg) no-repeat center bottom;padding-bottom: 80px;}

.page2 .btn {margin-bottom: 80px;cursor: pointer;}
.page3{padding-bottom: 35px;}
.page4 .disFlex{padding-bottom: 80px;}
.zxyy{margin-bottom: 36px;}

.xinjiapo .zxyy{padding-bottom: 10px;padding-top: 0;}
.xinjiapo .page4 .tit{font-size: 26px;font-weight: bold;text-align: center;color: #fb7421;padding-top: 17px;padding-bottom: 12px;}
.xinjiapo .page4 .disFlex{padding-bottom: 93px;}
.xg .page2{padding-bottom: 34px;}
.xg .page41{margin-bottom: 40px;}
.hg .page4 .disFlex {padding-bottom: 40px;}
/* .pagede{padding-bottom: 35px;} */
.mlxy .zxyy{padding-top: 0px;padding-bottom: 0;}



.xinjiapo .page2 {background: #d8c1af;padding-bottom: 0;}
.xinjiapo .page4{background: url(../images/end.png) no-repeat center bottom;padding: 0px 0 59px;}

.mlxy .page2 {background: #d8c1af;padding-bottom: 0;}
.mlxy .page4{background: url(../images/end.png) no-repeat center bottom;padding: 0px 0 59px;}
@media (max-width:1000px){

  .navTop {display: none;}
  .mobile {display: block;}
/*移动端导航*/
.navimenu{position: fixed;top:5px;right:5px;z-index: 1000}
.navimenu .menuBtn{
    width: 60px;
    height: 60px;
    background: #e9c797;
    line-height: 60px;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size:40px;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 200ms ease-out 0s;
    outline: transparent solid 20px;
    margin-left: 100%;
    }
.navimenu .menuBtn .burger{
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    background: rgb(255, 255, 255);
    transition: transform 200ms ease 0s;
    width: 50px;
    height: 5px;
    }
.navimenu .menuBtn .burger-1 {
    transform: translate3d(0px, -17px, 0px);
    -webkit-transform: translate3d(0px, -17px, 0px);
    -moz-transform: translate3d(0px, -17px, 0px);
    -ms-transform: translate3d(0px, -17px, 0px);
    -o-transform: translate3d(0px, -17px, 0px);
}
.navimenu .menuBtn .burger-2 {
    transform: translate3d(0px, -2px, 0px);
}
.navimenu .menuBtn .burger-3 {
    transform: translate3d(0px, 12px, 0px);
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
}
.navimenu .menuBtn.menu-open .burger-1 {
    transform: translate3d(0px, 0px, 0px) rotate(45deg);
}
.navimenu .menuBtn.menu-open .burger-2 {
    transform: translate3d(0px, 0px, 0px) scale(0.1, 1);
}
.navimenu .menuBtn.menu-open .burger-3 {
    transform: translate3d(0px, 0px, 0px) rotate(-45deg);
}
.navimenu .menuList{
    background: #495680;
    width: 80%;
    text-align: right;
    padding: 0 5%;
    height: 0;
    overflow: hidden;
    transition: transform 200ms ease 0s;
}
.navimenu .menuList a{display: block;height: 70px;line-height: 70px;border-top: 1px solid #3b4568;color:#fff;font-size: 24px;}
.navimenu .menuList a.active{color: #e9cba6;font-weight: bold;}


.listNews .ulwrap{width:700px;box-shadow: 12px 11px 0px #c9b19c; display: block; box-sizing: border-box;height: 188px;  padding: 20px 23px 20px 21px;}
.listNews .ulwrap ul li{font-size: 26px;line-height: 160%;width: 48%;padding-right: 2%;}


.m_zxyy{position: fixed;top:0;height: 100%;width: 100%; z-index: 10;display: none;}
	.m_zxyy .mobile{position: absolute;top:12%;left:0;padding: 50px 0;background: url(../images/m_zxyy.jpg) no-repeat center top;width: 96%;margin:0 2%;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 10;}
	.m_zxyy #close{cursor: pointer;position: absolute;right: -5px;top: -10px;background: url(../images/reg_close.png) 0 0 no-repeat;width: 40px;height: 40px;background-size: cover;}
	.m_zxyy h3{font-size: 48px;color:#fff;text-align:center;font-weight: bold;}
	.m_zxyy h3::before{content: "'";font-size:0;display:inline-block;vertical-align: middle;background: url(../images/icon5.png) no-repeat center center;width: 40px;height: 50px;margin-right:10px;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
	.m_zxyy .form_new li{width:84%;margin: 5px 8%;}

	.formBtn {cursor: pointer;width: 130px;height: 130px;background: url(../images/m_zxyy_btn.png) no-repeat center center;-webkit-background-size: contain;background-size: contain;position: fixed;right: 0%;bottom: 150px;z-index: 10;}
	.form_new li .VeriCodeBtn{font-size: 24px;}
	.m_zxyy .mask {filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;background: #000;z-index: 9;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	.m_zxyy .result_txt{display: none}
	.m_zxyy .result_txt{color:#fff;text-align: center;padding-top:40px;}
	.m_zxyy .result_txt h4 strong{font-size: 40px;font-weight: bold;}
	.m_zxyy .result_txt h5{font-size: 40px;line-height: 160%;font-weight: bold;color: #efa365;padding:20px 0;}
	.m_zxyy .result_txt p{font-size: 24px;}


  .listNews{background: #d8c1af url(../images/m_bg1.jpg) no-repeat center bottom;padding-bottom: 40px;}
  /* .page2{background: none;} */

.zxyy{display: none;}



  .btnWrap{height: 5rem;line-height: 5rem;font-size: 2rem;}





  /* 底部公共包 */
  .pcblock1{display: none !important;}

  .pcblock{display: none;}
  .mnone{display: block;}


  .m1200{width: 100%;}



  .header{width: 750px;margin: auto;}


  .index{background: url(../images/bannerm.png) no-repeat center top;}
  .header .header_t{display: none;}
  #nav {width: 100%;margin: auto;overflow: hidden;}
  .nav {width: 100%;height: auto;margin: 0;background: transparent;box-shadow: 0 0 0 #fff;}
  .nav p {width: 245px;height: 80px;line-height: 80px;font-size: 24px;color: #fff;background: #273563;box-shadow: 0 0 10px #303d6d;}

  #nav{position: absolute !important;left: 0;top: 383px !important;}
  .chaoniubi .tabF{padding-bottom: 9px;display:flex;justify-content: space-between;}
  /* .chaoniubi .tabF1{width: 500px;margin: auto;} */

  .yjs{position: absolute;top: 598px;width: 100%;}

  .page1 {padding: 55px 0 0;height: 528px;margin-bottom: 0;}
  h2::before{margin-right: 17px;}
  h2::after{margin-left:17px;}
  .con {padding: 41px 0px 0;}
  .xinjiapo .box1 li{margin-bottom: 17px;}
  .box1.row3 li {width: 708px;height: 113px;margin:0 auto 17px;box-sizing: border-box;box-shadow: 0 0 10px #ece6e3;padding: 0;}
  .box1 li h3 {color: #000;font-weight: bold;padding-bottom: 0px;font-size: 30px;width: 290px;float: left;line-height: 113px;}
  .xinjiapo .box1 li p {font-size: 26px;line-height: 113px;float: left;width: calc(100% - 290px);display: block;text-align: left;}
  .box1 li p span{line-height: 113px;font-size: 26px;}
  .xinjiapo .box1 li .lh41{line-height: 41px;padding-top: 17px;box-sizing: border-box;} 
  .box1 li .lh41 span{line-height: 41px;} 

  .page2{padding:58px 0 0;}
  .conpt63{padding-top: 63px;}

  .box1 .wid11{width: 699px;height: 160px;margin: auto;background: url(../images/shenhuo.png) no-repeat center top;padding:  0 ;display: block;}
  .xinjiapo .box1 li .wid100{width: 100%;line-height: 48px;text-align: center;padding-top: 35px;font-size: 26px;}
  .xinjiapo .box1 li .wid100 span{line-height: 48px;font-size: 26px;}
  .xinjiapo .box1 li .wid100  .he1{height: 1px;}

  .changebox1{padding:  0;width: 699px;margin: auto;}
  .pore{position: absolute;right: -23px;bottom: -92px;}

  .btn {margin: 41px auto 0;}
  .page2 .btn {margin-bottom: 141px;width: 351px;height: 81px;font-size: 27px;line-height: 81px;}

  .reg_mobile{display: block;}
  .qt_form .form .select {width: 100%;height: 40px;line-height: 40px;background: #fff url(../images/select2.png) no-repeat 94% center;
    outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
  .qt_form .form .label {width: 90%;margin: 0.1rem 5%;}
  .reg_mobile{width: 710px;height: 1090px;margin: auto;background: url(../images/b.png) no-repeat center top;padding:178px 54px 0;box-sizing: border-box;}
  .qt_form .form .label{width: 100%;margin: 0  0 12px;font-size: 19px;}
  .qt_form .form .select { height: 70px; line-height: 70px; font-size: 23px; border-radius:0 ; -webkit-border-radius:0 ; -moz-border-radius:0 ; -ms-border-radius:0 ; -o-border-radius:0 ; }
  .qt_form .form .input { height: 70px; line-height: 70px; font-size: 23px; border-radius:0 ; -webkit-border-radius:0; -moz-border-radius:; -ms-border-radius:; -o-border-radius:; }
  .qt_form .form .SmsCode {margin-right: 0;box-sizing: border-box; float: left;}
  .qt_form .form .SmsCodeBtn {background: #c39767; width: 35%; height: 70px; font-size: 19px; line-height: 70px !important; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

  .qt_form .tiaokuan{font-size: 20px;text-align: left;}
  .qt_form .tiaokuan .checked{width: 20px;height: 20px;background-size: 100% 100%;}
  .qt_form .tiaokuan .checked.active {
    background: url(https://liuxue.xdf.cn/images/form_checked_white.png) no-repeat center top;background-size: 100% 100%;
}
.qt_form .btn{width: 100%;height: 80px;font-size: 24px;line-height: 80px;}

.xinjiapo .qt_form .btn{background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);}
.xinjiapo{background:#d8c2af ;}
.xinjiapo .page4{background:#d8c2af ;}

.xinjiapo{background: none;}


.nav{width: 750px;margin: auto;}
.page1{width: 750px;margin: auto;}
.page2{width: 750px;margin: auto;}
.page4{width: 750px;margin: auto;}
.m1200x {width: 100%;}

.xinjiapo{width: 750px;margin: auto;}
.page4 {padding:86px 0 0;background-position:  0 -66px;background:url(../images/lbj1.png) no-repeat center top;overflow: hidden;}
.page4 .disFlex {padding-top: 41px;width: 710px;margin: auto;}
.page4 .disFlex div {width: 337px;height: 305px;}
.page4 .disFlex .red{margin-bottom: 28px;}
.page4 .disFlex .p{margin-bottom: 38px;font-size: 27px; }
.page4 .disFlex .p1 {width: 260px;margin: auto;text-align: left;font-size: 26px;}
.page4 .disFlex .p2 {width: 260px;margin: auto;text-align: left;font-size: 26px;}
.page4 .disFlex2 {width: 710px;margin: auto;flex-wrap: wrap;padding-bottom: 0;}
.page4 .showbox {width: 338px;height: 192px;margin-bottom: 22px;}
.page4 .showbox .orange{height: 12px;}
.page4 .tit {padding-top: 21px;font-size: 27px;padding-bottom: 25px;}
.page4 .wenzi {font-size: 26px;line-height: 43px;}
.page4 .luobo{height: 1px;}
.page4 .wid338{width: 338px;margin:0 auto 71px;}
.page4 .lh{line-height: 43px;font-size: 26px;}
.page4 .xiaozi{font-size: 26px;}

.page4 .mlh{font-size: 26px;line-height: 43px;}
.pb20{display: none;}

.cerlt {width: 700px;margin:0 auto 66px;height: 315px;padding-top: 0;box-shadow: 10px 10px 3px #3a4466;}
.cerlt .bgbottom{display: none;}
.henpi{position: relative; width: 660px;margin: auto;line-height: 59px; height: 59px;border-bottom: 1px solid #d7c6b7;font-size: 27px;font-weight: bold;color: #091d5f;text-align: center;}
.yuan{ width: 82px; height: 82px;position: absolute;top: -36px;left: 7px; line-height: 82px; background: #fb7421;font-size: 35px;color: #fff;font-weight: bold; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
.divwid1{width: 660px;height: 1px;background: #465173;margin:  1px auto 0;}

.cerlt .wid30 {height: auto;padding-top: 83px;width: 46%;}
.leftbox{margin-left: 28px;font-size: 26px;padding-left: 33px;padding-bottom: 21px;}
.leftbox span{color: #091d5f;font-size: 26px;}
.leftlh29{line-height: 30px;vertical-align: top;padding-bottom: 15px;background-position: 0 10px;padding-right: 10px;}
.cerlt .wid58{font-size: 22px;line-height: 29px;padding-top: 33px;height: 242px;width: 52%;}

.cerlt .patop11{padding-top: 70px;}
.cerlt .patop12{padding-top: 52px;}

.page5{width: 750px;margin: auto;}
.bottomNav .list {width: 50%;padding: 0 0 65px;box-sizing: border-box;}
.bottomNav .listnone{border: none;}
.bottomNav{padding:  73px  55px 5rem;box-sizing: border-box;}

.bottomNav h2{font-size: 28px;margin-bottom: 38px;}

.xinjiapo .page4 .disFlex{display: flex;justify-content: space-between;}

/* 日本 */
.riben .rip{width: calc(100% - 299px);float: left;height: 100%;text-align: left;line-height: 39px;padding-top: 15px;color: #000;font-size: 26px;}
.riben .box1 li p span{line-height: 39px;font-size: 26px;}
.riben .ripm{padding-top: 10px;line-height: 32px;}
.riben .ripm span{line-height: 32px;}
.riben .h3{display: none;}
.riben .h4{font-size: 22px;color: #000;font-weight: normal;margin-top: -10px;}
.riben .changebox1 {width: 702px;}
.riben .box1 .wid11{height: auto;}
.riben .box1 .wid11 .wid100{display: block;justify-content: initial;}
.riben .box1 .wid11 .wid100 div{width: 699px;height: 160px;margin-bottom: 26px;line-height: 46px; font-size: 26px; background: url(../images/rishen.png) no-repeat center top;padding-top: 37px;box-sizing: border-box;}
.riben .page2 .btn {margin: 14px auto 111px;}
.riben .pore {position: absolute;right: -23px;bottom: 147px;}
/* .riben .page2{background: url(../images/ripage2.png) no-repeat center top;padding: 58px 0 10px;} */
.riben .conpt63 {padding-top: 30px;}
.riben .page3{width: 750px;margin: auto;}
.riben .page3 .disFlex{display: block;width: 708px;margin: auto;}
.riben .page3 .disFlex .san{width: 100%;height: 260px;margin-bottom: 45px;padding: 82px 37px 0 15px;}
.riben .page3 .disFlex .san p{font-size: 26px;line-height: 30px;overflow: auto;height: 151px;}
.riben .page3 .disFlex .san p::-webkit-scrollbar{width:8px;height:163px;background:#ffebdc;}
.riben .page3 .disFlex .san p::-webkit-scrollbar-thumb{background:#f3ae78;} 

.riben .page3 h2{padding-top: 5px;}
.riben .ortop{width: 355px;height: 80px;font-size: 27px;}
.riben .orcenterm{line-height: 80px;padding: 0;}
.riben .page3{padding-bottom: 0px;}
.riben .page4 .disFlex .red{display: none;}
.page4 .disFlex{display: block;width: 708px;margin: auto;position: relative;padding-bottom: 38px;}
.riben .page4 .disFlex .youshu { width: 100%; height: 202px;padding: 0; box-shadow: 0 0 0 #fff; margin-bottom: 36px; background: #fff9ec url(../images/rishixig.png) no-repeat;background-position: 680px center; border-radius:7px ; -webkit-border-radius:7px ; -moz-border-radius:7px ; -ms-border-radius:7px ; -o-border-radius:7px ; }
.riben .page4 .disFlex .p1 {font-size: 23px; border: none;width: calc(100% - 171px);height: 100%; float: left;padding: 22px 75px 0 59px;box-sizing: border-box;background: url(../images/rishixi.png) no-repeat left center;}
.riben .page4 .disFlex .p{border: none;width: 171px;height: 100%;float: left;padding: 0;line-height: 202px;font-size: 27px;color: #091d5f;font-weight: bold;}
.riben .page4 .disFlex .p2 {font-size: 23px; border: none;width: calc(100% - 171px);height: 100%; float: left;padding: 22px 75px 0 59px;box-sizing: border-box;background: url(../images/rishixi.png) no-repeat left center;}
.riben .page4 .disFlex .plh{padding-top: 72px;line-height: 35px;box-sizing: border-box;}
.riben .br{height: 0px;}
.riben .page4 .disFlex .mei{box-shadow: 0 0 0 #fff; position: absolute;width: 90%;height: 12px;background: #3f4b6b;z-index: 2;left: 5%;bottom: -11px;border-radius: 0 0 20px 20px; }
.riben .qt_form .btn{background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);}
.riben .rowone{width: 708px;margin: auto;}
.riben .pb89{padding-bottom: 80px;}

/* 香港 */

      .xg .calc{width: calc(100% - 290px);float: left;height: 100%;text-align: left;padding-left: 30px;box-sizing: border-box;font-size: 26px;}
      .xg .padd{padding-top: 29px;line-height: 30px !important;}
      .xg .padd span{line-height: 38px !important;}
      .xg .box1 .wid11{line-height: 160px;font-size: 26px;}
      .xg .page3 .disFlex{display: block;width: 708px;margin: auto;}
      .xg .page3 .disFlex .xgbox {width: 100%;height: 279px;margin-bottom: 38px;background: url(../images/xgr.png) no-repeat;background-position: 686px center;}
      .xg .page3 .disFlex .red{overflow: hidden; width: 355px; height: 79px; border-radius:0 0 23px 0 ;font-size: 27px; -webkit-border-radius:0 0 23px 0 ; -moz-border-radius:0 0 23px 0 ; -ms-border-radius:0 0 23px 0 ; -o-border-radius:0 0 23px 0 ; }
      .xg .page3 .disFlex .red .titr{padding-left: 3px;right: -2px;}
      .xg .page3 .disFlex .firstbox {padding: 18px 12px 15px 13px;box-sizing: border-box;background: none;}
      .xg .page3 .disFlex .xgbox .p::-webkit-scrollbar {height: 166px;}
      .xg .page3{padding-bottom: 0;}
      .xg .page41 {width: 709px;height: 307px;margin:0 auto 80px;}
      .xg .page41 .orange{height: 30px;margin-bottom: 59px;}
      .xg .page41 p {width: 580px;margin: auto;font-size: 26px;line-height: 56px;}
      .xg .qt_form .btn{    background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);}
      .xg .mb89px{padding-bottom: 89px;}
      .xg .divsan {padding-top: 64px;}
      .xg .page2{margin-bottom: 10px;}
      .xg .page3 h2{padding-top: 5px;}
      .xg .page2 .btn {
        margin-bottom: 51px;
    }
/* 韩国 */
.hg .btn{margin-bottom: 49px;}
.hg .rowone{padding:  0 19px;}
.hg .rowone li:nth-child(2){width: 345px;height: 368px;}
.hg .rowone li:nth-child(1){width: 345px;height: 368px;}
.hg .box1 li h3 {padding-top: 47px;line-height: normal;width: 100%;padding-bottom: 44px;}
.hg .br{height: 0;}
.hg .ripm{line-height: 38px;margin-bottom: 41px;font-size: 26px;}
.hg .ripm span{line-height: normal;}
.hg .box1 .wid11{line-height: 160px;}
.hg .page3 .disFlex {display:block;}
.hg{width: 750px;margin: auto;}
.hg .page3 .disFlex .san{width: 100%;height: 279px;margin-bottom: 37px;}
.hg .orcenter{width: 355px;font-size: 27px;}
.hg .pageb0{padding-bottom: 0;margin-top: -21px;background: #fff;}
.hg .mei{display: none;}
.hg .page4 .disFlex .red{margin-bottom: 65px;height: 29px;}
.hg .page4 .disFlex .p1{width: 585px;font-size: 26px;line-height: 54px;text-align: center;}
.hg .page4 .disFlex .youshu{height: 305px;}
.hg .page4 .disFlex {padding-bottom: 80px;}
.hg .qt_form .btn{background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);}
.hg .page3 h2{padding-top: 5px;}


/* 马来西亚 */
.mlxy .box1.row3 li{padding-top: 0;}
.mlxy .pageb0{padding-bottom: 0;}
.mlxy .qt_form .btn{background: linear-gradient(90deg,#fb8d21 0%,#fb7421 100%);}
.mlxy .page4 {background:#d8c2af url(../images/end2.png) no-repeat center top;}
.mlxy .listNews{background: #d8c2af;}
/* 修改 */
.riben .box1 .wid11 .wid100 div span {font-size: 26px;}
.xg .page3 .disFlex .xgbox .p {font-size: 26px;text-size-adjust: none;}
.hanp div {font-size: 26px;}
.hanp span{font-size: 26px;}
.hg .page3 .disFlex .san p{font-size: 26px;}

.calc{font-size: 26px;}

.mlxy .box1 .wid11 {font-size: 26px;line-height: 160px;}


.mlxy{background: #d8c2af;width: 750px;margin: auto;}
.mlxy .page4{background: #d8c2af;padding-top: 33px;margin-top: -1px;}
.xinjiapo .page2{padding-top: 50px;}
.xinjiapo .page4{padding-top: 0px;}
.xinjiapo .page2 .btn {margin-bottom: 84px;}
.xinjiapo .page4 .disFlex {margin-bottom: 71px;}
.hg .page3 .disFlex .san {width: 708px;margin: auto;}
.mlxy .page2 .btn {margin-bottom: 0;}
/* 那表单 */
/* .zxyy{display: none;} */
.riben .page2 .btn{margin: 48px auto 50px;}
.xinjiapo .listNews {background: #d8c1af;margin-bottom: 0;padding-bottom: 0;}
.xinjiapo .page2{background: #d8c1af;}
.xinjiapo .page4 .disFlex{margin-bottom: 0;}

.mlxy{background: transparent;}
.mlxy .listNews{margin-bottom: 0;}


.m_zxyy{position: fixed;top:0;height: 100%;width: 100%; z-index: 10;}
	.m_zxyy .mobile{position: absolute;top:4%;left:0;padding: 50px 0;background: url(../images/m_zxyy.jpg) no-repeat center top;width: 96%;margin:0 2%;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 10;}
	.m_zxyy #close{cursor: pointer;position: absolute;right:auto;left: -5px; top: -10px;background: url(../images/reg_close.png) 0 0 no-repeat;width: 40px;height: 40px;background-size: cover;}
	.m_zxyy h3{font-size: 48px;color:#fff;text-align:center;font-weight: bold;}
	.m_zxyy h3::before{content: "'";font-size:0;display:inline-block;vertical-align: middle;background: url(../images/icon5.png) no-repeat center center;width: 40px;height: 50px;margin-right:10px;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
	.m_zxyy .form_new li{width:84%;margin: 5px 8%;}

	.formBtn {cursor: pointer;width: 130px;height: 130px;background: url(../images/m_zxyy_btn.png) no-repeat center center;-webkit-background-size: contain;background-size: contain;position: fixed;right: 0%;bottom: 150px;z-index: 10;}
	.form_new li .VeriCodeBtn{font-size: 24px;}
	.m_zxyy .mask {filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;background: #000;z-index: 9;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	.m_zxyy .result_txt{display: none}
	.m_zxyy .result_txt{color:#fff;text-align: center;padding-top:40px;}
	.m_zxyy .result_txt h4 strong{font-size: 40px;font-weight: bold;}
	.m_zxyy .result_txt h5{font-size: 40px;line-height: 160%;font-weight: bold;color: #efa365;padding:20px 0;}
	.m_zxyy .result_txt p{font-size: 24px;}








}
@media(max-width:1000px){
  .riben .listNews{margin-bottom: 0;}
  .xg .listNews{margin-bottom: 0;}
  .riben .page3{background: #fff;margin-top: -2px;}
  .xinjiapo .page4{margin-top: -2px;}
  /* .xg .page2 .m1200:nth-child(2){background: #fff;} */
  .xg .page2 {margin-bottom:0px;padding-bottom: 0;}
  .xg .page3{margin-top: -1px;background: #fff;}


  #formBtn{display: block;}
  .form_new .tit{font-size: 22px;}
  .form_new li input{font-size: 22px;}
  .form_new li select{font-size: 22px;}
  .form_new .input_wrap input{vertical-align: top;}
  .form_new .btn {height: 50px;line-height: 50px;font-size: 22px;}






}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  4% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  8% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  12% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  16% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  20%,100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: swing 5s 0s infinite;
  animation: swing 5s 0s infinite;
}




















