@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
html {
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 236px;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #eef1f6;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #858F9B;
  background: url("../images/loc_icon.png") left center no-repeat;
}

.location a {
  color: #858F9B;
}

.location span {
  color: #187AEE;
  font-weight: bold;
}

#header {
  height: 300px;
}

.index-title {
  display: none;
}

.search-title {
  display: inline-block;
}

.header {
  background: url("../images/banner.png") center top no-repeat;
}
.header .title {
  height: 397px;
  padding-top: 111px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header .title img {
  vertical-align: top;
}

.nav {
  height: 70px;
  background: rgba(24, 122, 238, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.nav-items {
  float: left;
  margin-top: 7px;
}
.nav-item {
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  float: left;
  margin-left: 56px;
}
.nav-item .nav-link {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nav-item .nav-link::before {
  display: none;
  position: absolute;
  content: "";
  width: 27px;
  height: 3px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
}
.nav-item .nav-link:hover::before {
  display: block;
}
.nav-item .nav-link.current {
  font-weight: bold;
}
.nav-item .nav-link.current::before {
  display: block;
}
.nav-item:first-child {
  margin-left: 0;
}
.nav .container {
  position: relative;
}

.search {
  position: absolute;
  width: 322px;
  height: 40px;
  border-radius: 20px;
  right: 0;
  bottom: -54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.search-text {
  height: 38px;
  line-height: 38px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  border: 0;
  background: none;
  border-radius: 20px;
  padding: 0 50px 0 20px;
  font-size: 14px;
  color: #fff;
}
.search-text::-webkit-input-placeholder {
  color: #fff;
}
.search-text::-moz-placeholder {
  color: #fff;
}
.search-text:-ms-input-placeholder {
  color: #fff;
}
.search-text::-ms-input-placeholder {
  color: #fff;
}
.search-text::placeholder {
  color: #fff;
}
.search-btn {
  position: absolute;
  width: 33px;
  height: 30px;
  right: 16px;
  top: 4px;
  background: url("../images/search_icon.png") center center no-repeat;
}

/* 二级页头部 */
.second .header {
  background-image: url("../images/banner2.png");
}
.second .header .title {
  height: 230px;
  padding-top: 90px;
  text-align: left;
}
.second .search {
  width: 402px;
  bottom: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #187AEE;
  background: #fff;
}
.second .search-text {
  color: #333;
  padding-right: 90px;
}
.second .search-text::-webkit-input-placeholder {
  color: #999;
}
.second .search-text::-moz-placeholder {
  color: #999;
}
.second .search-text:-ms-input-placeholder {
  color: #999;
}
.second .search-text::-ms-input-placeholder {
  color: #999;
}
.second .search-text::placeholder {
  color: #999;
}
.second .search-btn {
  width: 75px;
  height: 40px;
  right: -1px;
  top: -1px;
  border-radius: 20px;
  background: url("../images/search_btn2.png") center center no-repeat #187AEE;
}
.second .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.second .nav-item {
  margin: 0;
  float: none;
}

/* footer */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  padding: 20px 0;
  height: 196px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FCFDFF;
}
.footer .container {
  position: relative;
}
.footer .footer-img {
  position: absolute;
  top: 30px;
  left: 195px;
}
.footer .footer-img img {
  vertical-align: top;
}
.footer p span {
  margin: 0 10px;
}
.footer p a {
  color: #666;
}
.footer .red-img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}



.friend-wrap {
    height: 55px;
    background: #2d3746;
}

.friend-list {
    display: flex;
    height: 55px;
    align-items: center;
}

.friend-item {
    width: 33%;
    margin-right: 20px;
}

.friend-list select {
    width: 360px;
    height: 28px;
}

.friend-item:last-child {
    margin-right: 0;
}

.friend-item .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    background: transparent;
    border: 0;
    color: #fff;
    box-shadow: none;
}

.friend-item .chosen-container-single .chosen-single span {
    margin-right: 37px;
}

.friend-item .chosen-container-single .chosen-single div {
    width: 37px;
}

.friend-item .chosen-container-single .chosen-single div b {
    background: url("/images/common/sel_down.png") no-repeat center;
}

.friend-item .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
    border: none;
}

.friend-item .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg);
    background-position: center;
}