﻿/* å¤´éƒ¨å¼€å§‹ */
/* é¡¶éƒ¨å¼€å§‹ */
.bg-content {
  /* width: 1920px; */
  /* height: 850px; */
  background: url(banner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.head {
  width: 100%;
  /* width: 1920px; */
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: #0066C4;
  display: flex;
  justify-content: space-evenly;
}
.head-l{
  color: #fff;
   margin-left:60px;
}
.head-l span{
  margin: 0 10px;
  color: #fff;
 
}
.head-r span {
  margin: 0 10px;
  color: #fff;
}
.head-r span a{
 /* color:#333; */
 color: #fff;
}
/* é¡¶éƒ¨ç»“æŸ */
.banner {
  /* width: 1920px; */
  width: 100%;
  height: 220px;
}

.logo {
  position: absolute;
  top: 105px;
  left: 375px;
}

.logo img {
  width: 527px;
}

/* æœç´¢æ¡†å¼€å§‹ */
.search1 {
  display: flex;
  position: absolute;
  top: 105px;
  right: 410px;
}

.search1 input {
  width: 305px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #0066C4;
  /* border-radius: 5px; */
  padding: 0 15px;
  outline: none;
}

.search1 span {
  width: 75px;
  height: 44px;
  line-height: 42px;
  background: #E7A616;
}

.search1 span img {
  width: 24px;
  margin-left: 19px;
  margin-top: 10px;
}
.search1 button{
  width: 70px;
  height: 44px;
  background: #E7A616;
  outline: none;
  border: none;
  cursor: pointer;
}
.search1 button img{
  width: 24px;
}
/* æœç´¢æ¡†ç»“æŸ */

/* å¤´éƒ¨ç»“æŸ */