/**/
li {
  list-style: none;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.header {
  background: url(../images/headerbg.jpg) center no-repeat;
  background-size: cover;
  font-size: 15px;
  position: relative;
}

.header .top {
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
  justify-content: space-between;
}

.header .top a {
  color: #fff;
}

.header .top a:hover {
  color: #fff066;
}

.header .top ul {
  /* display: flex; */
}

.header .top ul li+li::before {
  /* content: "|"; */
  /* padding: 0 12px; */
}

.header .top .side {
  background: url(../images/header1.png) left center no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  line-height: 24px;
}

.header .headerflex {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo .pic {
  width: 100px;
}

.header .logo .txt {
  width: 601px;
}

.header .search {
  width: 480px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  height: 64px;
}

.header .search .input {
  width: 323px;
  height: 54px;
  padding-left: 15px;
  font-size: 16px;
  border: 0;
  outline: none;
}

.header .search .input:focus {
  border: 0;
  outline: none;
}

.header .search .input::placeholder {
  /* color: #ccc; */
  border: 0;

}

.header .search .btn {
  height: 64px;
  color: #fff;
  width: 132px;
  font-size: 20px;
  background: #116ce7;
  border: 0;

}

.header .search .btn i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav {
  width: 100%;
  font-size: 20px;
  margin-top: 105px;
}

.header .nav ul {
  display: flex;
  background: #0f4fa6;
  position: relative;
}

.header .nav ul li {
  /* flex: 1; */
}

.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* height: 70px; */
  font-weight: bold;
}

.header .nav ul li.on a,
.header .nav ul li:hover a {
  color: #fff066;
}

.header .nav ul::before,
.header .nav ul::after {
  content: "";
  width: 43px;
  height: 70px;
  position: absolute;
  top: 0;
  background: url(../images/home_02.png) center no-repeat;
  background-size: 100% 100%;
}

.header .nav ul::before {
  left: -43px;
}

.header .nav ul::after {
  right: -43px;
  transform: rotateY(180deg);
}

/**/
/* 首页头部 */
.header_index .headerflex {
  display: block;


}

.header_index .logo {
  text-align: center;
}

.header_index .logo a {
  margin: 0 auto;
}

.header_index .logo .pic {
  display: block;
  margin: 0 auto;
}

.header_index .search_0{
      margin: 34px auto;
    width: 740px;
    height: 62px;
    background: rgba(255, 255, 255, 0.7);
}
.header_index .search {
        width: 100%;
    background: #ffffff00;
}
.header_index .search .input {
    width: 580px;
    height: 54px;
    padding-left: 15px;
    font-size: 16px;
    border: 0;
    outline: none;
    background: #33333300;
    /* color: #555; */
}
.header_index .search .btn {
    height: 48px;
    color: #fff;
    width: 132px;
    font-size: 20px;
    background: #116ce7;
    border: 0;
    border-radius: 30px;
    margin-right: 10px;
}
@media (max-width: 768px) {
  .header .search .input{
    width: 234px;
  }



}