body, html {font: 14px/2 Microsoft yahei, tahoma, arial, simsun;margin: 0;padding: 0;color: #333;}
/*fixed*/
.fixed {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #fff;
}
.fixed .logo-sea-man {
  position: relative;
  z-index: 20;
}
.fixed .logo-sea-man .close {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: -30px;
  display: none;
  cursor: pointer;
  color: #e43;
}
.fixed .logo-sea-man .close:hover {
  color: #f50;
}
@-moz-keyframes fadeInDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fixed-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  -moz-animation: fadeInDown 1s 0.2s ease both;
  -webkit-animation: fadeInDown 1s 0.2s ease both;
  animation: fadeInDown 1s 0.2s ease both;
}
.fixed-fixed .logo-sea-man {
  display: none;
}
.fixed-fixed .logo-sea-man .close {
  display: block;
}
/*.fixed-fixed .nav-dt {display: none;}*/
.fixed-fixed-down .logo-sea-man {
  display: block;
  -moz-animation: fadeInDown 1s 0.2s ease both;
  -webkit-animation: fadeInDown 1s 0.2s ease both;
  animation: fadeInDown 1s 0.2s ease both;
}

.fixed-fixed .nav {
  background: #e43;
  clear: both;
}
.fixed-fixed .nav h3 {
  background: #d10;
}
.fixed-fixed .nav .d-list {
  border-top-color: #e7e7e7;
}
.fixed-fixed .nav .d-list a:hover, .fixed-fixed .nav .d-list .act {
  color: #666;
  border-color: #e7e7e7;
  background: #e7e7e7;
}
.fixed-fixed .nav li.hover .tit, .fixed-fixed .nav li.act .tit {
  border-bottom-color: #e7e7e7;
  color: #fff;
}
.fixed-fixed .nav .arrow {
  color: #e7e7e7;
}
.fixed-fixed .nav .tit {
  color: #fff;
}
.col-search{ 
    width: 630px;
}
.ptb8 {
    padding: 8px 0;
}
.l {
    float: left;
}
.col-search .s-detail {
    width: 470px;
    margin-left: 40px;
    border: 1px solid #e43;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.col-search .s-cate {
    position: relative;
    z-index: 20;
    float: left;
    width: 100px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.col-search .s-cate .arrow {
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 10px;
}
.col-search .s-cate .s-tit {
    line-height: 44px;
    display: block;
    padding-right: 10px;
    cursor: pointer;
    background: #f6f6f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.col-search .s-cate .s-cate-list {
    position: absolute;
    top: 44px;
    left: -1px;
    display: none;
    width: 100%;
    cursor: pointer;
    border: 1px solid #e43;
    border-top: none;
    background: #f6f6f6;
}
.col-search .s-cate li.act, .col-search .s-cate li:hover {
    cursor: pointer;
    color: #fff;
    background: #e43;
}
.col-search .s-cate li {
    line-height: 40px;
    padding-right: 10px;
}
.col-search .s-txt {
    font-family: simsun;
    font-size: 14px;
    line-height: 1;
    position: relative;
    float: left;
    width: 280px;
    padding: 14px 10px 13px;
    border: none;
    background: #fff;
}
.col-search .s-txt input {
    width: 100%;
    border: 0 none;
}
.col-search .s-btn {
    font-size: 22px;
    float: left;
    width: 70px;
    height: 44px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: #e43;
}
.col-search .s-menu{
  line-height: 1.6;
}
.col-search .s-menu a {
    color: #999;
}
.w270 {
    width: 270px;
}
.col-login {
    margin-right: -50px;
}
.col-login .log-btn {
    font-size: 14px;
    float: left;
    width: 81px;
    margin-right: 13px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.mr5 {
    margin-right: 5px;
}

/*nav*/
.nav {
  border-bottom: 3px solid #999;
}
.nav .nav-dt {
  margin: 0 10px -3px 0;
}
.nav li {
  position: relative;
  z-index: 10;
  float: left;
}
.nav li.more {
  float: right;
}
.nav .tit {
  font-size: 18px;
  line-height: 40px;
  float: left;
  padding: 0 16px;
}
.nav .arrow {
  line-height: 6px;
  position: absolute;
  top: 34px;
  left: 50%;
  overflow: hidden;
  height: 6px;
  display: none;
  margin-left: -5px;
  color: #e43;
}
.nav .d-list {
  position: absolute;
  top: 40px;
  left: 50%;
  display: none;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  border-top: 3px solid #e43;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
.nav .d-list a {
  line-height: 40px;
  display: block;
  margin-bottom: -1px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
}
.nav .d-list a:hover {
  text-decoration: none;
  color: #fff;
  border-color: #e43;
  background: #e43;
}
.wrap .gy .d-list a {
  line-height: 40px;
  display: inline-block;
  margin-bottom: -1px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  padding:0 4px;
  background: #e43;
  color: #fff;
  font-size: 16px;
}
.wrap .gy_news .d-list a {
  display: inline-block;
  margin-bottom: -1px;
  white-space: nowrap;
  padding:0 4px;
  color: #222;
  font-size: 15px;
}
.nav .d-list .act {
  text-decoration: none;
  color: #fff;
  border-color: #e43;
  background: #e43;
}
.nav li.hover, .nav li.act {
  margin-bottom: -3px;
}
.nav li.hover .d-list, .nav li.hover .arrow {
  display: block;
}
.nav li.act .arrow {
  display: block;
}
.nav li.hover .tit, .nav li.act .tit {
  text-decoration: none;
  color: #e43;
  border-bottom: 3px solid #e43;
}
.nav h3 {
  font-size: 18px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  border-bottom: 3px solid #999;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  background: #e43;
}
.nav .condition {
  position: absolute;
  display: none;
}
.nav li.hover .condition, .nav li.keep .condition {
  display: block;
}
.clearfix img:hover + .cqnx-tishi {
  visibility: visible;
  opacity: 1;
}
.cqnx-tishi {
  visibility: hidden;
  position: absolute;
  background-color: #f1f1f1;
  color: #747070;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  left: 430px;
  height: 16px;
  line-height: 16px;
  margin-top: 35px;
}
