@charset "utf-8";
/*==================================================================
  Public_mobile_V2026.css  移动端公共样式
  HTML 引用建议：media="screen and (max-width:768px)"
==================================================================*/

/*------Base基础公共部分------*/
.main{width:100%;}

/*------Header部分（≤768px）------*/
@media screen and (max-width: 768px) {
  .warp{width:100%;min-width:100%; position: relative; margin: 0 auto;}
  /*头部快捷信息*/
  .dbText{z-index: 13;padding: 5px 10px;box-sizing: border-box;height: auto;line-height: 28px;overflow: hidden;}
  .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 a{display:none; }

  .topCon{top:0px;height:52vw;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%;height: 40px;padding-left: 20px;line-height: 40px;background:none;float:left;font-size: 14px;}
  .SearchBox>a{width: 54px;height: 40px;line-height: 40px;padding-left: 25px;}

  /*主菜单*/
  #menu {
	background-color: #f9f9f9;
  }
  #menu li {
	float: left;
	width: 33%; /* 每个菜单项占 33%，共三行9个 */
	height: 60px;
	font-size:19px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  #menu li a{
	  font-weight:bold;
  }

  #menu-toggle {
    padding: 15px 15px;
    background-color: #333;
    color: white;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 5px;
    line-height: 30px;
	text-align: center;
    cursor: pointer;
  }
}

/*------gg tonglan 通栏广告（≤767px）------*/
@media screen and (max-width: 767px) {
   .tonglan_gg_div {
        background: #F9F;
		display: flex;
       flex-wrap: nowrap;
       align-items: center;
       overflow: hidden;
    }
   .tonglan_gg_div img {
        flex: 0 0 auto;
       object-fit: cover;
       width: 100%;
       height: auto;
    }
}

/*------Footer部分（≤600px）------*/
@media screen and (max-width: 600px) {
	#footer{width:100%;min-height:368px;background:#016aae;margin:0 auto;z-index:999;position:relative;color:#FFF}
	.footertxt h4 .fline{padding:0 2px 0 2px;line-height:60px; color:#039}
	.footertxt p{font-size: 12px;}
	.footertxt p span{display: block;line-height:30px;font-size:14px;color:#FFF}
	.BottomImgJiu{position:absolute;left:5%; top:60%; z-index:1;}
	.BottomImgEwm{position:absolute;right:5%; top:60%; z-index:1;}
}