.header {
  height: 70px;
  z-index: 9999;
}
.header .fix {
  height: 70px !important;
  width: 100%;
  background-color: #00589b;
  position: fixed;
  z-index: 999;
  top: 0;
  min-width: 1074px;
  text-align: center;
}
.header .fix .w1190 {
  display: inline-block;
  height: 100%;
  width: 1190px;
}
.header .fix .w1190 .logo {
  float: left;
  height: 100%;
  cursor: pointer;
}
.header .fix .w1190 .logo img {
  margin-top: 17px;
  width: 162px;
  height: 37px;
}
.header .fix .w1190 .header-content {
  display: inline-block;
  height: 100%;
  margin-left: 252px;
}
.header .fix .w1190 .header-content .ulwrapper {
  display: block;
  height: 600px;
  width: 0px;
  overflow: hidden;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  /* Safari */
  position: absolute;
}
.header .fix .w1190 .header-content .wrapContent {
  display: -moz-inline-box;
  display: inline-flex;
  background-color: #d7e8ff;
  color: #4e5462;
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 50px;
  width: 530px;
  height: 500px;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  justify-content: space-around;
  border-radius: 0 0 2px 2px;
  padding-left: 20px;
}
.header .fix .w1190 .header-content .wrapContent .ulBlock {
  min-width: 100px;
  display: inline-block;
}
.header .fix .w1190 .header-content .wrapContent .ulBlock .b-title {
  color: #333;
  border-bottom: solid 1px #f1f1f1;
}
.header .fix .w1190 .header-content .wrapContent .ulBlock ul {
  padding-left: 0;
}
.header .fix .w1190 .header-content .wrapContent li {
  list-style-type: none;
  text-align: left;
  height: 35px;
  line-height: 35px;
}
.header .fix .w1190 .header-content .wrapContent li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #4e5462;
  text-decoration: none;
}
.header .fix .w1190 .header-content .wrapContent li:hover {
  color: #ff6600;
}
.header .fix .w1190 .header-content .wrapContent li:hover a {
  color: #ff6600;
}
.header .fix .w1190 .header-content .wrapContent li:active {
  color: #ff6600;
}
.header .fix .w1190 .header-content .wrapContent li:active a {
  color: #ff6600;
}
.header .fix .w1190 .header-content .second_menu {
  display: -moz-inline-box;
  display: inline-flex;
  background-color: #d7e8ff;
  color: #4e5462;
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 50px;
  width: 400px;
  height: 314px;
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  border-radius: 0 0 2px 2px;
  padding-top: 10px;
  padding-left: 30px;
}
.header .fix .w1190 .header-content .second_menu li {
  list-style-type: none;
  text-align: left;
  height: 48px;
}
.header .fix .w1190 .header-content .second_menu li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #4e5462;
  text-decoration: none;
}
.header .fix .w1190 .header-content .second_menu li:hover {
  color: #ff6600;
}
.header .fix .w1190 .header-content .second_menu li:hover a {
  color: #ff6600;
}
.header .fix .w1190 .header-content .second_menu li:active {
  color: #ff6600;
}
.header .fix .w1190 .header-content .second_menu li:active a {
  color: #ff6600;
}
.header .fix .w1190 .header-content .subline {
  display: block;
  position: absolute;
  height: 3px;
  width: 0;
  bottom: 0px;
  background-color: #00b2f0;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  /* Safari */
}
.header .fix .w1190 .header-content .item {
  display: inline-block;
  height: 100%;
  width: 97px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  position: relative;
}
.header .fix .w1190 .header-content .item:hover .subline {
  width: 100%;
}
.header .fix .w1190 .header-content .item:hover .ulwrapper {
  width: 530px;
}
.header .fix .w1190 .header-content .item:hover .special {
  width: 160px;
}
.header .fix .w1190 .header-content .item_active .subline {
  width: 100%;
}
.header .fix .w1190 .header-content .item_active .li_active {
  color: #ff6600;
}
.header .fix .w1190 .header-content .item_active .li_active a {
  color: #ff6600;
}
.header .fix .w1190 .header-content .titleA {
  font-size: 14px;
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.header .fix .w1190 .header-content .titleB {
  font-size: 14px;
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
