* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.w {
  width: 1300px;
  margin: 0 auto;
}

.search {
  min-height: 250px;
  background: url('/new-image/top_bg.png') no-repeat;
  background-size: 100% 100%;
}
.search .searchMain {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  /* padding-top: 15px; */
}
.search .searchMain .searchRight{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 400px;
}
.search .searchMain .searchRight .input{
  position:relative;
  /* overflow: hidden; */
}
.search .searchMain .searchRight .input input {
  height: 40px;
  width: 450px;
  border-radius: 20px;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  /* position: absolute; */
}
.search .searchMain .searchRight .input .sousuo_icon{
  background: url('/new-image/top_search.png') no-repeat;
  position: absolute;
  /* background-color: #4066de; */
  background-position: 50%;
  top: 0;
  right: 0;
  width:60px;
  height:38px;
  border-radius: 0 20px 20px 0;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
.search .searchMain .bt{
  float:left;
  left:0;
  width:380px;
  height: 100px;
  background: url('/new-image/tou_bt.png') no-repeat;
  background-size:100% 100%;
}
.search .searchMain .searchRight .text {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 20px;
}
.search .searchMain .searchRight .text .textDl{
  padding:0 160px 20px 0;
  display: flex;
  flex-direction: row;
}
.search .searchMain .searchRight .text .textDl .textWza{
  margin-left:20px;
}
.search .searchMain .searchRight .text .textDl div{
  text-align: center;
}
.search .searchMain .searchRight .text .textDl a{
  text-decoration: none;
  color:#fff;
}
.header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #0153b0;
}
.header .headerMain {
  background-color: #0153b0;
  height: 100%;
}
.header .headerMain ul {
  display: flex;
  text-align: center;
}
.header .headerMain ul li {
  width: 40%;
  border-right: 1px solid #fff;
}
.header .headerMain ul li a {
  color: #fff;
  width: 100%;
  display: block;
  height:50px;
  font-size: 20px;
}
.header .headerMain ul li:hover {
  background-color: #015ec6;
}






.zwgkmain .zwgkbot .bot{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.navShow{
  margin-top:30px;
  padding-bottom:10px;
  width:1200px;
  font-size: 20px;
}
.navShow a{
  color:#000;
}
.navShow a:hover{
  color:#0046bf;
}
  























.footerHeader {
  margin-top: 20px;
}
.footerHeader .footerHeaderMain {
  height: 50px;
  background: rgba(232, 232, 232);
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}
.footerHeader .footerHeaderMain ul {
  display: flex;
}
.footerHeader .footerHeaderMain ul li {
  padding: 0 20px;
  font-weight: bold;
  color: #000;
}
.footerHeader .footerHeaderMain ul li:hover {
  background-color: rgba(198, 196, 198);
}
.footerHeader .footerHeaderMain .map  {
  color: rgba(154, 154, 154);
  font-size: 13px;
  padding: 0 20px;
}
.footerHeader .footerHeaderMain .map a{
  color: rgba(154, 154, 154);
}
.footer {
  text-align: center !important;
  margin: 20px 0;
}
.footer .footerMain {
  min-height: 150px;
  background: rgba(1, 83, 176);
  /* padding: 20px 40px; */
  display: flex;
  align-items: center;
}
.footer .footerMain .left {
  display: flex;
  margin-left: 100px;
}
.footer .footerMain .left .Logo,
.footer .footerMain .left .img {
  width: 80px;
  height: 80px;
  padding: 0 10px;
}
.footer .footerMain .right {
  width: 100%;
  /* padding: 0 30px; */
}
.footer .footerMain .right .textMain {
  color: #fff;
  font-size: 14px;
}
.footer .footerMain .right .textMain .top {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-evenly;
}
.footer .footerMain .right .textMain .content {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-evenly;
}
.footer .footerMain .right .textMain .bottom {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-evenly;
}
.footer .footerMain .right .textMain .bottom .jinghuiLogo {
  width: 30px;
  height: 30px;
}
.footer .footerMain .right .textMain .bottom .jinghui {
  display: flex;
  align-items: center;
}
