@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

a,
area {
    blur: expression(this.onFocus=this.blur())
}

ul,
li {
    list-style: none;
}

.mr-top5 {
    margin-top: 5%;
}

.disp {
    display: flex;
    flex-direction: column;
}
input,button,select,textarea{outline:none}
textarea{resize:none}
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.disp-r {
    display: flex;
    justify-content: space-around;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* start */

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 1070px;
    background: url(../images/header_bg.png) no-repeat top center;
    position: relative;
}

.header_sgd {
    animation-iteration-count: infinite;
}

.header_bot {
    position: absolute;
    bottom: -10%;
    left: 0;
}
.header-slg{
    display: block;
    margin: 0 auto;
    margin-top: -8%;
}
.header_box{
    position: relative;
    height: 100%;
}
.tree{
    position: absolute;
    left: 0;
    bottom: 0;
}
.huatu{
    position: absolute;
    left: 30%;
    bottom: 0;
}
.tuzi{
    position: absolute;
    right: 18%;
    bottom: 0;
}

.body{
    position: relative;
}
.body_l{
    position: absolute;
    left: 0;
    top: 0;
}
.body_r{
    position: absolute;
    right: 0;
    top: 0;
}
.con_c{
    background: url(../images/con_c.png) repeat-y top center;
    padding: 10px 4%;
    margin-top: -10px;
    position: relative;
}
.con_box{
    position: relative;
    padding-top: 4%;
}
.con_tit{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.con1 .con_c ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con1 .con_c ul li{
    width: 24%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2%;
}
.border_am{
    border: 4px dotted #333;
    border-radius: 18px;
    padding: 0 4%;
    padding-top: 8%;
    -webkit-animation: twinkling 1s infinite ease-in-out; /*1秒钟的开始结束都慢的无限次动画*/
}

@-webkit-keyframes twinkling{	/*透明度由0到1*/
    0% {
        border-color: #fec838;
    }
    100% {
        border-color: #ffe9a9;
    }
}
.con1{
    margin-top: 2%;
}
.con1_text{
    background: #ed1107;
    border-radius: 20px;
    padding: 2% 0;
    margin: 0 1%;
}
.con1_text p{
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.con1_card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4% 0;
}
.con1_card img:last-child{
    margin-left: -14%;
    position: relative;
}
.con1_card img:nth-child(2){
   position: relative;
   z-index: 9;
}
.con_jb{
  position: absolute;
  left: -150px;
  bottom: -80px;
  z-index: 9;
}
.con_bottom{position: absolute;left: 0;bottom: -100px;}
.con_bottom img:last-child{
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 10;
}
.con{
    position: relative;
    margin-bottom: 8%;
}
.con2 .content{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 4%;
}
.con2 .con2_l_bg{
    width: 50%;
    background-color: #ffc22b;
    padding:4px;
    border-radius: 10px;
}
.cno2_l,.cno2_r{
    background: linear-gradient(0deg, transparent 6px, #2c9799 6px) repeat-y,
    linear-gradient(0deg, transparent 40%, #d6150c 0) repeat-y,
    linear-gradient(90deg, transparent 60%, #a44f3c 0) repeat-x,
    linear-gradient(90deg, transparent 40%, #ebb232 0) repeat-x;
    background-size: 3px 8px, 3px 8px, 8px 3px, 8px 3px;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    animation: move2 1s infinite linear;
    padding:6px;
    border-radius: 10px;
}
@keyframes move2 {

    from {
  
    }
  
    to {
  
      background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
  
    }
}
.con2_r_bg{
    width: 50%;
}
.con2_l_box{
    background-color: #fff;   
    padding: 4%;
    border-radius: 10px;
    box-sizing: border-box;
}
.cno2_r{
    width: 220px;
    height: 220px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    margin-bottom: 2%;
}
.con2_r_box{
    width: 210px;
    height: 210px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.con2_r_bg{
    text-align: center;
}
.con2_r_bg p{
    color: #fff;
    font-size: 19px;
    margin-bottom: 1%;
}
.con3 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4%;
}
.con3 ul li{
    width: 32%;
    border: 2px dotted #fff;
    padding: 1%;
    border-radius: 10px;
    margin-bottom: 2%;
    overflow: hidden;
}
.con3_item {
    background-color: #ebb232;
    border-radius: 10px;
}
.con3_item .con3_item_t{
    width: 300px;
    height: 172px;
    background-color: #fff;
    border-radius: 10px;
}
.con3_item_b{
    padding: 4%;
}
.con3_item_b{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.con3_item_b p{
    font-size: 19px;
}
.con3_item_b span{
    display: inline-block;
    background-color: #2fb07a;
    color: #fff;
    padding: 2%;
    border-radius: 0 10px 10px  10px;
    font-size: 18px;
}
.con3_item_b h4{
    display: inline-block;
    color: #eb0808;
    font-size: 24px;
    vertical-align: middle;
}
.con3_item_b div a{
    display: block;
    animation: changeBiger .4s infinite linear alternate backwards running;
}
@keyframes changeBiger {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

.region {
    display: flex;
    flex-wrap: wrap;
}

.region a {
    display: block;
    width: 9%;
    background: #960b08;
    margin-left: 1%;
    margin-bottom: 2%;
    text-align: center;
    padding: 1.3%;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.region a:hover {
    background: #fbb705;
    color: #692522;
}

.box04_bottom {
    width: 95%;
    margin: 0 auto;
}

.tab_container {
    display: flex;
    justify-content: center;
}

.zx-left {
    width: 70%;
    line-height: 40px;
}

.zx-right {
    width: 161px;
    height: 161px;
    margin-top: 3%;
}

.zx-right img {
    border-radius: 10px;
}

.zx-left h2 {
    color: #ffe900;
    padding-top: 3%;
    font-size: 24px;
}

.zx-left p {
    color: #fff;
    font-size: 18px;
}

.zx-left a {
    color: #fff;
    font-size: 18px;
}

.link_container p {
    color: #fff;
    font-size: 18px;
}
.link_container p a.service{background-color: #fbb705;color: #692522;padding: 1% 2%;border-radius: 20px;cursor: pointer;text-align: center;}
.box03{
    margin-bottom: 6%;
}

/* end */


/* 通用底部 */
*{box-sizing: border-box;}
.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-bottom: 2%;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
}



.window_mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.fixed_form{
    border-radius: 24px;
    padding: 40px 0;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mask_close{
    position: absolute;
    display: block;
    cursor: pointer;
    right: -30px;
    top: -30px;
    width: 28px;
}
.fixed_form h3{
    line-height: 44px;
    margin-bottom: 70px;
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(153, 0, 12, 0.55);
    text-align: center;
}
.fixed_form h3 span{
    color: #FFEFAE;
}
.fixed_form .ajax_row{
    width: 100%;
    padding: 0 50px 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed_form .por span{
    display: block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    width: 100px;
    padding-right: 12px;
    font-size: 18px;
}
.ajax_select{
    width: calc(100% - 100px);
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.fixed_form .ajax_row input,
.fixed_form .ajax_row select{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #000;
    border: 1px solid #000;
    background: none;
    font-size: 22px;
}
.fixed_form .ajax_row select{
    width: 49%;
    background: url("../images/select_bg.png") 95% center no-repeat;
}
.fixed_form .ajax_row input#fs2{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    width: 180px;
}
.window_mask .submit,.submit2{
    width:40%;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 30px;
    margin: 0 auto;
    border:0;
    display: block;
    box-sizing: border-box;
    background: #f80302;
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 6px 0px #f80302;
}

.por {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.por span,.distpicker span {
    display: block;
    color: #000;
    text-align: right;
    box-sizing: border-box;
    width: 100px;
    padding-right: 12px;
    font-size: 22px;
}
.distpicker span{
    width: 22%;
    text-align: center;
}
.distpicker .por{
    width: 40%;
}
.distpicker .por select{
    width: 100%;
}
#province{
    margin-right: 2%;
}
.por input, .por select{
    display: block;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #fff;
    border: none;
   background: rgba(197, 62, 56, .4);
    font-size: 22px;
}
.por .send{
    display: block;
    width: 40%;
    text-align: center;
    cursor: pointer;
    color: #b91710;
    background: #ffc02a;
    border-radius: 30px;
    padding-left: 0;
}
.por .mobile{
    width: 55%;
}
.por .code{
    width: 40%;
}
.distpicker{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: normal;
}
.address textarea{
    width: 100%;
    height: 100px;
    color: #fff;
    border: none;
   background: rgba(197, 62, 56, .4);
    font-size: 22px;
    padding: 2%;
    border-radius: 10px;
}
#__nc {
    display: block;
    box-sizing: border-box;
    width: 55%;
    height: 1.4rem;
    font-size: .8rem;
    padding: 0;
  }
  ._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
    padding: 0!important;
    height: 1.4rem!important;
    line-height: 1.4rem!important;
    font-size: .8rem;
  }
  ._nc .stage1 .slider{
    height: 1.4rem!important;
    left: 0 !important;
    right: 0 !important;
  }
  ._nc .stage1 .button{
    width:  2.2rem!important;
    height: 1.4rem!important;
  }
  .nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
    height: 1.4rem;
  }
  .nc-container .nc_scale .scale_text{
    font-size: .8rem!important;
    text-align: left;
  }
  .nc_scale {
    height: 1.4rem!important;
    background: rgba(197, 62, 56, .4) !important;
    border-radius: 10px;
  }
  /* .nc-container .nc_scale .btn_slide{
    border-radius: 20px;

  } */

  .nc-container .nc_scale span {
    height: 1.4rem!important;
    line-height: 1.4rem!important;
  }
  .nc-container .nc_scale span.nc-lang-cnt {
    line-height: 1.4rem;
    text-align: right;
  }
  .nc-container .nc_scale .btn_ok {
    line-height: 1.4rem;
  }
  .ajax_form{
    background: url(../images/yuyue_c.png) repeat-y top center;
    margin: -12px 0;
    padding: 4% 6%;
    padding-top: 8%;
  }
  .fixed_form img{display: block;margin: 0 auto;}
  .yuyue_tit{
    position: absolute;
    top: 10px;
    left: 0;
  }
  ::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #ccc; 
font-size: 18px;
} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
font-size: 18px;
} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ccc; 
font-size: 18px;
} 
:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ccc; 
font-size: 18px;
}
.succ_jp,.succ_jp2{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.succ_jp2 .noJp{
    display: block;
    width: 50%;
    margin: 6% auto;
}
.succ_jp2 .no_jp{
    display: block;
    width: 50%;
    margin: 0% auto;
    position: relative;
}
.jp_box{
    border-radius: 24px;
    padding: 40px 0;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.jp_box p{
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.con3_cg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
}
.con3_item_b div:nth-child(1){
    width: 66%;
}
@media screen and (max-width: 1080px){
    .container{
        width: 100%;
    }
    .fixed_form{
        width: 84%;
    }
    .por input, .por select{
        font-size: 18px;
        height: 2rem;
        line-height: 2rem;
    }
    .por .mobile,.por .code,#__nc{
        width: 100%;
        margin: 4% 0;
    }
    .window_mask .submit,.submit2 {
        width: 58%;
        height: 40px;
        line-height: 40px;
        border-radius: 33px;
        font-size: 23px;
    }
    .succ_jp2 .no_jp {
        display: block;
        width: 90%;
        margin: 0% auto;
        position: relative;
        margin-top: 20%;
    }
    .por .send{
        padding: 0;
        margin: 0 auto;
    }
    .jp_box{width: 90%;}
    .mask_close{right: 0;}
    .por{
        display: block;
    }
    .Width{width: 90%;}
    .header{
        height: auto;
        background-size: cover;
    }
    .header-slg{width: 50%;}
    .tuzi{width: 30%;right: 0;}
    .tree{width: 25%;}
    .huatu{width: 12%;}
    .con1_card{display: block;}
    .con1_card img:last-child{margin-left: 0;}
    .con_jb{
        width: 30%;
        left: 0;
        bottom: 0;
    }
    .con2 .content{
        display: block;
    }
    .con1_text p{font-size: 16px;}
    .con2 .con2_l_bg,.con2_r_bg{width: 100%;}
    .con3 ul{
       display: block;
    }
    .con3 ul li {
        width: 91%;
        margin: 4% auto;
    }
    .region a{width: 24%;}
    .con_bottom{bottom: 0;}
    .link_container p a.service{margin-left: 40%;}
    .tab_container{display: block;}
    .zx-left{width: 100%;}
    .link_container p a.service{margin-left: 10%;}
    .zx-right{margin: 4% auto;}
}