@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 600px) {
    /* .warp{ width: 100%; max-width: 1920px; min-width: 1220px; position: relative; margin: 0 auto; background:#FFF;} */
    .w1200{width: auto;}
    .robot-index{ display:none;}
    
    .f1oatadvBox{ display:none;}
    .warp{max-width:100%!important; min-width:100%!important;}
    .dbText{/* position:absolute; */z-index: 13;padding: 5px 10px;box-sizing: border-box;height: auto;line-height: 28px;overflow: hidden;/* display: none; */}
    .dbText .Top_Btns.f_l{display:flex;justify-content: space-between;float: none;}
    .dbText .Top_Btns.f_l>*,
    .dbText .Top_Btns.f_r{ display:none;}
    .dbText .Top_Btns .moBtn{display: block;white-space: nowrap;text-overflow:ellipsis;word-wrap:normal;position: relative;overflow: hidden;}
    .dbText .tianqi{/* width: 100%; */}
    .dbText .tianqi a{ display:none; }
    
    .topCon{top:0px;height: 52vw;/* background: url(Con_Top_bg_app.png) no-repeat center top; */background-size: 118%;z-index:12;position:relative;}
        .Home_Logo{padding: 0px 0;margin: 0px auto;width: auto;}
        .Home_Logo a{display:block;width: 60vw !important;height: auto !important;margin: 0 auto !important;}
        .Home_Logo img{width: 100%;height: auto !important;margin:0 auto  !important;}
    
    .TopMain{ height:auto; }
    
    /*logo与搜索*/
    .topCon{margin: 0px auto;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;height: auto;overflow: hidden;}
    .Home_Logo{width: 100%;}
    .Home_Logo img{width: 100%; }
    
    /* 搜索 */
    .SearchBox{width: 90%;height: 40px;font-size: 14px;border: 1px solid #ebebeb;border-radius: 50px;margin-top: 20px;}
    .SearchBox>input{width: 70%;width: calc(100% - 100px);height: 40px;padding-left: 20px;line-height: 40px;background:none;float:left;font-size: 14px;}
    .SearchBox>a{/* display:block; */width: 54px;height: 40px;/* float:right; *//* color:#999999; */line-height: 40px;/* user-select: none; *//* overflow: hidden; *//* background: url(icon-ss.png) no-repeat left center; */padding-left: 25px;}
    
    /*导航菜单*/
    .NavBox{border-bottom: 1px solid #cb2026;margin-top: 20px;height: 30px;}
    .NavBox #NavUl {display: flex;justify-content: space-between;align-items: center;padding: 0 10px;}
    .NavBox li{font-size: 17px;position: relative;height: 30px;/* padding: 0 10px; */}
    .NavBox li span{
      height: 3px;
      display:none;
      content: "";
      background: #ffd57f;
      position: absolute;
      width: 70px;
      bottom: -2px;
      left: 50%;
      margin-left: -40px;
      -webkit-transition: all 0.6s ease-in;
      -moz-transition: all 0.6s ease-in;
      -ms-transition: all 0.6s ease-in;
      -o-transition: all 0.6s ease-in;
      transition: all 0.6s ease-in;
    }
    .NavBox li>a{color:#333333; }
    .NavBox li:hover span,.NavBox li.on span{display:block;margin-left: 0;}
    .NavBox li:hover a,.NavBox li.on a{color: #cb2026; }
    .Border{ border:1px solid #f1f1f1;}
    
    /*内页头部-调整*/
    .TopMain.Con_Top{background: url(Con_Top_bg.png) no-repeat center top;}
    .TopMain.Con_Top .topCon{height: 174px;}
    .TopMain.Con_Top .Home_Logo{margin: 40px 0 0;float: left;width: auto;}
    .TopMain.Con_Top .Home_Logo img{ width:auto;}
    .TopMain.Con_Top .SearchBox{float:right;width:525px;height: auto;background: none;margin: 40px 0 0;}
    .TopMain.Con_Top .SearchBox>.Box{height:51px;border-radius: 10px;background: #FFF;background-color: rgba(255,255,255,0.7);overflow: inherit;}
    .TopMain.Con_Top .SearchBox>.Box .AllSeSwitch{height:51px;}
    .TopMain.Con_Top .SearchBox>.Box .AllSeSwitch::after{top: 15px;}
    .TopMain.Con_Top .SearchBox>.Box .AllSeSwitch>a{line-height: 52px;height: 51px;}
    .TopMain.Con_Top .SearchBox>.Box .AllSeSwitch>a::after{top: 24px;}
    .TopMain.Con_Top .SearchBox>.Box .AllSeSwitch>dl{width: 80px;top: 52px;}
    .TopMain.Con_Top .SearchBox>.Box input{height:51px;line-height: 51px;width: 300px;}
    .TopMain.Con_Top .SearchBox>.Box>a{height:51px;width: 120px;line-height: 51px;background: url(Con_Top_ico_1.png) no-repeat 15px center #226ebc;}
    .TopMain.Con_Top .SearchBox>p{padding-left: 5px;/* margin: 5px 0 0; */}
    .TopMain.Con_Top .SearchBox>p a{padding: 0;padding-right: 1em;}
    /*内页头部-结束*/
    
    
    /*下线全省搜索*/
    .SearchBox .AllSeSwitch,
    .SearchSwitch,
    .search_noResult .title .keyword{display: none !important;}
    .SearchBox>.Box input,
    .TopMain.Con_Top .SearchBox>.Box input{width: calc(100% - 130px);}

}

/* @-webkit-keyframes bounce2{
  0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-sise:28px;}
  50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);font-sise:30px;}
  100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-sise:28px;}
}
@keyframes bounce2{
  0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-sise:28px;}
  50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);font-sise:30px;}
  100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-sise:28px;}
} */


/* .bounce2{-webkit-animation-name:bounce2;animation-name:bounce2} */
@font-face {
  font-family:"SOURCE-BOLD";
  src:  url("/material/font/FZXBSJW--GB1-0.ttf");
}
@font-face {
  font-family:"SOURCE-SEMIBOLD";
  src:  url("/material/font/FZXBSJW--GB1-0.ttf");
}
@font-face {
  font-family:"SOURCE-REGULAR";
  src:  url("/material/font/FZXBSJW--GB1-0.ttf");
}