.top {
  width: 100%;
  height: 33px;
  background-color: #eeeeee;
  line-height: 33px;
}

.top-content-left {
  float: left;
  font-size: 12px;
  color: #444444;
}

.top-content-left span {
  font-size: 12px;
  color: #444444;
}

.top-content-left img {
  width: 17px;
  display: inline-block;
}

.content-right {
  float: right;
  font-size: 13px;
  color: #444444;
}

.content-right span {
  margin: 0 10px;
  font-size: 12px;
}

.content-right a {
  margin-right: 22px;
  font-size: 12px;
  color: #0167cc;
}

.center {
  /*height: 972px;*/
  min-height: 972px;
  background: url(../images/page-center-bg.png) no-repeat center;
  background-size: cover;
  background-color: #fff;
}

.center-content-top {
  height: 152px;
}

.center-content-top .logo {
  width: 543px;
  height: 78px;
}

.search-content-top {
  /* float: right; */
  color: #222222;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
}

.search-content-top img {
  width: 23px;
  height: 23px;
  margin-right: 7px;
}

.search-box {
  width: 385px;
  height: 47px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.search-box input {
  width: 300px;
  height: 100%;
  border: 0;
  background-color: #f9f9f9;
  outline-style: none;
  padding-left: 48px;
  box-sizing: border-box;
  float: left;
}

.search-box .search-icon {
  position: absolute;
  width: 19px;
  height: 20px;
  top: 15px;
  left: 19px;
}

.search-box .search-btn {
  width: 85px;
  height: 100%;
  background-color: #ff9600;
  color: #fff;
  /*float: right;*/
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-content-bottom {
  margin-top: 10px;
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}

.search-content-bottom span {
  font-size: 12px;
  color: #666666;
  margin: 0 3px;
  font-weight: normal;
  cursor:pointer;
}
.search-content-bottom span:hover{
  background: #fff;
}
.center-content-bottom-tab {
  height: 55px;
}

.center-content-bottom-content {
  min-height: 705px;
}

.bottom {
  min-height: 200px;
  background-color: #005cb8;
  overflow: hidden;
}

.bottom-content-top {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-content-top .item {
  width: 189px;
  height: 43px;
  /*border: 1px solid #000;*/
  margin: 0 4px;
}
.form-control{
  display: block;
  width: 100%;
  height: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bottom-content-center {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-content-center p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.bottom-content-center p img {
  width: 22px;
  height: 23px;
  margin-right: 11px;
}

.bottom-center-right {
  margin-left: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.content-bottom span {
  padding: 3px 14px;
  color: #fff;
  font-size: 14px;
  background-color: #2d8fff;
  border-radius: 12px;
  margin: 0 5px;
}

.top-content,
.center-content,
.bottom-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.center-content-top {
  width: 100%;
  height: 152px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center-content-bottom-tab{
  display: flex;
  background: #0167cc;
}
.center-content-bottom-tab-sun{
  /*  width: 16.6%;
   height: 55px; */
  flex: 1;
  line-height: 55px;
  font-size: 23px;
  text-align: center;
  color: white;
  cursor: pointer;
  position: relative;
  font-family: 微软雅黑;
}
.center-content-bottom-tab-sun a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 23px;
  color: #fff;
  font-family: 微软雅黑;
}
.center-content-bottom-tab-sun-menu{
  width: 100%;
  position: relative;
  bottom: 0px;
  display: none;
  z-index: 10;
}
.center-content-bottom-tab-sun-menu a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
}
.center-content-bottom-tab-sun:hover{
  background: #ff9600;
}
.center-content-bottom-tab-sun:hover .center-content-bottom-tab-sun-menu {
  display: block;
}

.center-content-bottom-tab-sun-menulist{
  width: 100%;
  border-top: none;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #0167cc;
  opacity: 0.87;
  color: white;
}
.center-content-bottom-tab-sun-menulist a:hover{
  background: #6eb7ff;
}