/*
* @author: omtech.cn
* @date:   2017-12-16 15:02:45
* @last modified by:   wxh
* @last modified time: 2019-08-21 17:06:07
*/
@charset "utf-8";

/* 公共头部 */
.header {
  overflow: hidden;
}
.header .topbar {
  width: 100%;
  height: 60px;
  font-size: 0;
  background: #007aec;
}
.header .topbar .topbar-search {
  margin-right: 5px;
  height: 60px;
  padding-right: 40px;
}
.header .topbar .search-input {
  float: left;
  margin-top: 12px;
  height: 36px;
  border-radius: 18px;
}
.header .topbar .search-input input {
  padding: 0 22px;
  width: 160px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #1c1e66;
  background-color: #2ab1ff;
  border-radius: 18px;
  border: 0;
}
.header .topbar .search-input input[placeholder]{
  color: #1c1e66;
}

.header .topbar .search-input input::-webkit-input-placeholder {
  color: #1c1e66;
}

.header .topbar .search-input input:-moz-placeholder {
  color: #1c1e66;
}

.header .topbar .search-input input::-moz-placeholder {
  color: #1c1e66;
}

.header .topbar .search-input input:-ms-input-placeholder {
  color: #1c1e66;
}
.header .topbar .search-input input:focus {
  box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
}
.header .topbar .search-btn {
  top: 15px;
  right: 0;
  width: 30px;
  height: 30px;
  background:  no-repeat 6px 6px;
  background-color: #0085de;
  border-radius: 50%;
  cursor: pointer;
}

.header .topbar .add-index,
.header .topbar .add-collect {
  margin-left: 12px;
  margin-right: 9px;
  line-height: 60px;
  font-size: 16px;
  color: #1c1e66;
}
.header .topbar .add-index a,
.header .topbar .add-collect a {
  color: #0b265b;
}
.header .topbar .add-collect {
  margin-left: 0px;
  margin-right: 20px;
}
.header .topbar .date {
  font-size: 16px;
  color: #0b265b;
}

.header .header-middle {
  width: 100%;
  height: 430px;
  overflow: hidden;
  background:  repeat-x top;
}
.header .header-middle .header-logo {
  position: relative;
  z-index: 3;
  padding-top: 94px;
  width: 676px;
}
.header .header-middle .header-logo .logo-img {
  margin: 16px 0;
  width: 676px;
  height: 97px;
  text-indent: -999em;
  overflow: hidden;
}
.header .header-middle .header-logo .logo-wyh {
  background:  no-repeat;
}
*html .header .header-middle .header-logo .logo-wyh {
  background:none;
  filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/default/header_wyh.png');
}
.header .header-middle .header-logo .logo-jcj {
  background:  no-repeat;
}
*html .header .header-middle .header-logo .logo-jcj {
  background:none;
  filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/default/header_jcj.png');
}
.header .header-middle .header-banner {
  top: 0;
  right: -230px;
  z-index: 1;
  width: 936px;
  height: 430px;
  overflow: hidden;
  background-color: transparent;
}
.header .header-middle .header-banner img {
  width: 936px;
  height: 430px;
  overflow: hidden;
}
.header .header-middle .header-banner ul,
.header .header-middle .header-banner li {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.header .header-middle .header-banner li {
  position: absolute;
  left: 0;
  top: 0;
  width: 936px;
  height: 430px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .header-middle .header-banner li.active {
  z-index: 2;
  opacity:1;
  filter:alpha(opacity=100);
}
.header .header-middle .header-minlogo {
  top: 75px;
  right: 0;
  z-index: 2;
  width: 58px;
  height: 97px;
  overflow: hidden;
}
.header .menu {
  height: 60px;
  background: #1c1e66;
}
.header .menu .menu-box {
  height: 60px;
  font-size: 0;
}
.header .menu .menu-box .menu-item {
  float: left;
  width: 150px;
  height: 60px;
  text-align: center;
}
.header .menu .menu-box .menu-item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  margin: 0 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
}
.header .menu .menu-box .menu-item a.on,
.header .menu .menu-box .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
.header .menu .menu-box .menu-item a i {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  overflow: hidden;
  background:  no-repeat;
  filter: alpha(opacity=0);
    -moz-opacity: 0;
         opacity: 0;
  -khtml-opacity: 0;
}

.header .menu .menu-box .menu-item a.on i,
.header .menu .menu-box .menu-item a:hover i {
  bottom: 0;
  filter: alpha(opacity=100);
    -moz-opacity: 1;
         opacity: 1;
  -khtml-opacity: 1;
}

/* 公共底部 */
.footer {
  padding: 20px 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  background-color: #1e41b9;
  border-top: 12px solid #ea1515;
}
.footer,
.footer a { color: #fff; }
.footer .link a { margin: 0 10px; }
.footer .logo { margin-top: 10px; }

/* 公共min头部 */
.header-min {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background-color: #1e41b9;
}
.header-min,
.header-min a,
.header-min a:hover { color: #fff; }
.header-min .logo {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 130px;
  height: 40px;
  text-indent: -999em;
  background:  no-repeat left;
}
.header-min .channel {
  float: left;
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 0 15px;
  line-height: 30px;
  background-color: #c81e21;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header-min .channel:hover {
  background-color: #f00;
  text-decoration: none;
}
.header-min .nav { float: left; }
.header-min .nav li {
  position: relative;
  float: left;
  padding: 0 20px;
}
.header-min .nav li:after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  content: '';
  display: block;
  overflow: hidden;
  width: 1px;
  background-color: #455a82;
}
.header-min .nav li:last-child:after { width: 0; }

/* 返回顶部 */
.backtop {
  position: fixed;
  right: 20px;
  bottom: 240px;
  z-index: 80;
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background:  no-repeat center top #d6d6d6;
}
.backtop:hover {
  background-position: center bottom;
  background-color: #0b265b;
}

/* 公共弹框 */
.alert {
  position: fixed;
  top: 50%;
  left: 10%;
  right: 10%;
  z-index: 9999;
  margin-top: -23px;
  text-align: center;
}
.alert span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  background: #333;
  -webkit-box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0,0,0,.65);
          box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0,0,0,.65);
  text-shadow: 0 1px 1px #9d9d9d;
}
