@charset "UTF-8";
/* 公共样式 */
.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.layout-container {
  /*min-height: 800px;*/
  position: relative;
}

.layout-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 28px;
  height: 1322px;
  background: url('../img/index-bg.jpg') no-repeat left top;
  background-size: cover;
}

.layout-top {
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  font-size: 14px;
  color: #556279;
}
.layout-top .w1200 {
  overflow: hidden;
}
.layout-top .top-left {
  float: left;
}
.layout-top .top-left a {
  font-size: 14px;
  color: #556279;
}
.layout-top .top-right {
  float: right;
}
.layout-top .top-right a {
  font-size: 14px;
  color: #556279;
}
.layout-top .top-right a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.layout-top .top-right a,
.layout-top .top-right span {
  margin-left: 8px;
}
.layout-top .separator {
  margin: 0 2px;
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #80899b;
  vertical-align: middle;
}
.layout-top img {
  margin: 0 4px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.layout-banner .w1200 {
  position: relative;
  height: 174px;
}
.layout-banner .index-logo {
  position: absolute;
  left: 0;
  top: 44px;
}
.layout-banner .query-input {
  padding-right: 75px;
  position: absolute;
  right: 4px;
  top: 64px;
  width: 450px;
  border: 1px solid #9dc1d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.layout-banner .query-input input {
  padding: 0 24px;
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #333333;
  background: #fff;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-banner .query-input .query-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 43px;
  background: #0068b7 url('../img/icon-query.png') no-repeat center;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.layout-banner .query-input .query-btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
}

.layout-nav {
  margin-bottom: 12px;
}
.layout-nav .w1200 ul {
  overflow: hidden;
}
.layout-nav .w1200 li {
  float: left;
  width: 200px;
}
.layout-nav .w1200 li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #0068b7;
  text-align: center;
}
.layout-nav .w1200 li a:hover {
  background-color: #005eab;
}
.layout-nav .w1200 .active a {
  background-color: #005eab;
}

.layout-footer {
  padding-top: 22px;
  padding-bottom: 32px;
  background: #e6e9f0;
  border-top: 2px solid #3877a9;
}
.layout-footer .friend-link {
  margin: 0 auto;
  width: 1200px;
}
.layout-footer .friend-link .label {
  padding-left: 12px;
  position: relative;
  display: inline-block;
  width: 106px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  background: #0068b7;
  box-sizing: border-box;
  vertical-align: top;
}
.layout-footer .friend-link .label::after {
  margin-top: -6px;
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0068b7;
}

.layout-footer .friend-link .normal-input {
  margin-left: 22px;
  padding: 0 20px;
  display: inline-block;
  width: 247px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #030303;
  background: #fff;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layout-footer .friend-link .select-input {
  margin-left: 22px;
  position: relative;
  display: inline-block;
  width: 247px;
  height: 42px;
  box-sizing: border-box;
}
.layout-footer .friend-link .select-input dt {
  padding-right: 42px;
  padding-left: 20px;
  position: relative;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #030303;
  background: #fff;
  cursor: pointer;
}
.layout-footer .friend-link .select-input dt p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layout-footer .friend-link .select-input dt .icon-edge {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #3386c5;
}
.layout-footer .friend-link .select-input dt .icon-edge::after {
  margin-left: -8px;
  margin-top: -5px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 11px;
  background: url('../img/icon-edge.png') no-repeat left top;
  background-size: 100% 100%;
  transition: 0.3s;
}
.layout-footer .friend-link .select-input dd {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  background: #fff;
  box-shadow: 0 0 5px 0 #cccccc;
}
.layout-footer .friend-link .select-input dd p {
  padding-right: 42px;
  padding-left: 20px;
  line-height: 42px;
  font-size: 16px;
  color: #030303;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layout-footer .friend-link .select-input dd p:hover {
  color: #fff;
  background: #3386c5;
}
.layout-footer .friend-link .select-input-active dd {
  display: block;
}
.layout-footer .friend-link .select-input-active .icon-edge::after {
  transform: rotate(180deg);
}
.layout-footer .copyRight {
  margin-top: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #030303;
  text-align: center;
}
