.navbar {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  min-width: 1200px;
}

.navbar .sub-nav {
  background-color: #222a37;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #858605;
  color: #333;
}

.navbar .sub-nav .sub-nav-left {
  float: left;
  padding-left: 20px;
}

.navbar .sub-nav .sub-nav-left li {
  float: left;
  margin-right: 16px;
}

.navbar .sub-nav .sub-nav-left li a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

.navbar .sub-nav .sub-nav-left li.vertical-line {
  width: 1px;
  height: 14px;
  margin-top: 13px;
  background: #fff;
}

.navbar .sub-nav .sub-nav-right {
  float: right;
  padding-right: 20px;
}

.navbar .sub-nav .sub-nav-right li {
  float: left;
  margin-right: 16px;
}

.navbar .sub-nav .sub-nav-right li img {
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.navbar .sub-nav .sub-nav-right li a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

.navbar .sub-nav .sub-nav-right li .download,
.navbar .sub-nav .sub-nav-right li .more-service {
  color: #fff;
  line-height: 40px;
}

.navbar .sub-nav .sub-nav-right li.vertical-line {
  width: 1px;
  height: 14px;
  margin-top: 13px;
  background: #fff;
}

.navbar .sub-nav .sub-nav-right .download-menu,
.navbar .sub-nav .sub-nav-right .more-service-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 98px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: #ccc 0px 0px 10px;
  z-index: 100;
}

.navbar .sub-nav .sub-nav-right .download-menu a,
.navbar .sub-nav .sub-nav-right .more-service-menu a {
  color: #333;
}

.navbar .container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  height: 100px;
  background: #fff;
}

.navbar .container .navbar-header {
  margin-right: 0;
  float: left;
  margin-left: 20px;
}

.navbar .container .navbar-header .navbar-brand {
  padding: 0;
}

.navbar .container .navbar-header .navbar-brand .header-brand {
  height: 44px;
  margin-top: 26px;
}

.navbar .container .avatar-link {
  min-width: 120px;
}

.navbar .container .right_part {
  float: right;
  width: 66%;
  min-width: 872px;
}

.navbar .container .right_part .ip-group {
  position: relative;
  background: #FFF;
  height: 48px;
  width: 660px;
  margin-top: 26px;
  border: 1px solid #cd1818;
  box-sizing: border-box;
  box-shadow: 0px 0 5px rgba(198, 41, 40, 0.4);
  float: left;
}

.navbar .container .right_part .ip-group .ip-box {
  float: left;
  width: 80%;
  *zoom: 1;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.navbar .container .right_part .ip-group .ip-box .type {
  display: inline-block;
  width: 22%;
  text-align: center;
  border-right: 1px solid #eee;
  height: 46px;
}

.navbar .container .right_part .ip-group .ip-box .type .text {
  display: inline-block;
  color: #333;
}

.navbar .container .right_part .ip-group .ip-box .type .dpdown {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  width: 80px;
  height: 160px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding: 10px 10px;
  cursor: pointer;
  box-shadow: #ccc 0px 0px 10px;
  z-index: 100;
}

.navbar .container .right_part .ip-group .ip-box .type .dpdown .option:hover {
  color: #333;
}

.navbar .container .right_part .ip-group .ip-box #top_search_input {
  border: 0px;
  background-color: #FFFFFF;
  font-size: 16px;
  width: 72%;
  padding-left: 16px;
}

.navbar .container .right_part .ip-group .ip-btn {
  float: right;
  display: block;
  width: 17.5%;
  height: 48px;
  background-color: #dd0000;
  cursor: pointer;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 17px;
  outline: none;
  border: 0px;
}

.navbar .container .right_part #J_header {
  float: right;
  min-width: 160px;
  margin-top: 25px;
  margin-left: 30px;
}

.navbar .container .right_part #J_header .layui-nav .layui-nav-item a.nav_right_btn {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.navbar .container .right_part #J_header .layui-nav .layui-nav-item a.nav_right_btn:hover {
  color: #dd0000;
}

.navbar .container .right_part #J_header .layui-nav .layui-this::after,
.navbar .container .right_part #J_header .layui-nav .layui-nav-bar {
  background-color: #fff;
  height: 0px;
}

.link-nav {
  width: 100%;
 /* border-bottom: 2px solid #dd0000;*/
  border-bottom: 2px solid #fff;
  background: #046adc;
  box-sizing: border-box;
  height: 72px;
}

.link-nav .container {
  width: 1200px;
  margin: 0 auto;
  height: 72px;
  box-sizing: border-box;
}

.link-nav .container .navbar-nav {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-nav .container .navbar-nav>li {
  float: left;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  /*line-height: 72px;*/
  list-style-type: none;
  box-sizing: border-box;
  line-height: 67px;
}

.link-nav .container .navbar-nav>li>a {
  /*color: #333;*/
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

.link-nav .container .navbar-nav>li.active,
.link-nav .container .navbar-nav>li:hover {
  /*height: 72px;
  border-bottom: 4px solid #dd0000;*/
  height: 67px;
  border-bottom: 4px solid #fff;
}

.link-nav .container .navbar-nav>li.active>a,
.link-nav .container .navbar-nav>li:hover>a {
  /*color: #dd0000;*/
  color: #fff;
}

.link-nav .container .navbar-nav>.avatar-li:hover .dropdown-menu {
  display: block;
}

.link-nav .container .navbar-nav>.avatar-li a {
  min-width: 160px;
  box-sizing: border-box;
}

.link-nav .container .navbar-nav>.avatar-li .avatar-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-nav .container .navbar-nav>.avatar-li .avatar-link .avatar-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

.link-nav .container .navbar-nav>.avatar-li .avatar-link span {
  line-height: 30px;
  padding-left: 8px;
}

.link-nav .container-fixed {
  position: fixed;
  z-index: 1000;
  width: 1070px;
  top: 0;
}

.link-nav .container-fixed .navbar-nav {
  height: 120px;
  line-height: 120px;
}

.link-nav .container-fixed .navbar-nav>li {
  line-height: 120px;
}

.link-nav .container-fixed .navbar-nav>li.active,
.link-nav .container-fixed .navbar-nav>li:hover {
  height: 120px;
}

.link-nav .clearfix {
  zoom: 1;
  display: block;
}

.link-nav-fixed {
  width: 1200px;
  margin: 0 auto;
}

#zg_register {
  display: block !important;
}

@media (max-width: 1600px) {
  .navbar .container .right_part .ip-group {
    width: 560px;
  }
}
