.top-header {
  background: #5083E0;
  color: #fff;
  position: relative;
}
.top-header span {
  display: inline-block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
}
.top-header span + span {
  margin-left: 30px;
}
.top-header span:hover {
  color: #98d9ff;
  cursor: pointer;
}
.top-header .border {
  padding: 0;
  padding: 4px 20px;
  border-radius: 5px;
  top: 10px;
  right: 0;
  border: 1px solid #14A4E1;
  position: absolute;
  right: 30px;
}
.bg-banner {
  height: 220px;
  background: url('../img/h-bg.png') no-repeat;
  background-size: cover;
}
.bg-banner .container {
  position: relative;
  height: 100%;
}
.bg-banner .tab-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/t-b.png) no-repeat;
  background-position: center;
  background-size: 620px 52px;
  height: 52px;
  text-align: center;
}
.bg-banner .tab-container > div {
  display: inline-block;
  height: 52px;
  position: absolute;
  left: 50%;
  width: 320px;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.bg-banner .tab-container > div:nth-child(1) {
  transform: translateX(-300px);
}
.bg-banner .tab-container > div:nth-child(2) {
  transform: translateX(-20px);
}
.bg-banner .tab-container > div.active {
  background: url(../img/t-a.png) no-repeat;
  background-size: 330px 100%;
  color: #3371DE;
  width: 330px;
  transition: color 0.1s ease-in-out;
}
.bg-banner .title {
  color: #fff;
  padding-top: 40px;
}
.bg-banner .title h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 0 2rem;
}
.bg-banner .title .note {
  font-size: 24px;
}
.bg-banner .title p {
  color: #fafafa;
  font-size: 16px;
  letter-spacing: 1px;
}
.c-wrap {
  background-color: #F5F9FC;
}
.c-wrap .container {
  height: 205px;
  position: relative;
}
.c-wrap .line {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: calc(50% - 4px);
}
.c-wrap .line img {
  width: 100%;
}
.c-wrap .flex-wrap {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
}
.c-wrap .flex-wrap.active {
  padding: 30px 0;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li {
  height: 160px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
.c-wrap .flex-wrap > li .img-w {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  border: 4px solid #F5F9FC;
  background: #B1CEFE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li .img-w img {
  width: 20px;
}
.c-wrap .flex-wrap > li .circle {
  height: 14px;
  width: 14px;
  background: #B1CEFE;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  z-index: 99;
}
.c-wrap .flex-wrap > li .text {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li.active .circle {
  height: 18px;
  width: 18px;
  background: #fff;
  border: 4px solid #75A6FB;
}
.c-wrap .flex-wrap > li.active .img-w {
  background: #6396F0;
  border: 4px solid #B1CEFE;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li.active .text {
  color: #6093EF;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap .indicator {
  background: #fff;
  z-index: 99;
  transform: rotate(45deg);
  box-shadow: 0 0px 12px #f0f0fa;
  position: absolute;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.c-wrap .flex-wrap .indicator::before {
  display: none;
}
.c-wrap .flex-wrap.gr li {
  width: 60px;
  margin: 0 19.125px;
}
.c-wrap .flex-wrap.gr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 40.90909091px;
}
.c-wrap .flex-wrap.fr li {
  width: 80px;
  margin: 0 60.75px;
}
.c-wrap .flex-wrap.fr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 47.5px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.flex-list li {
  background: #F1F2F3;
  padding: 1rem;
}
.flex-3 > li {
  width: calc(33.33333333% - 20px * 0.66666667);
  margin: 15px 20px 0 0;
}
.flex-3 > li:nth-child(3n+3) {
  margin-right: 0;
}
.top-wrap {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 14px #eee;
}
.top-wrap .layer-2 {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 30px 20px;
}
.top-wrap .layer-2 .content li {
  padding: 20px 20px ;
  font-size: 16px;
}
.top-wrap .bordered-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 4px solid #F1F2F3;
}
.container.gr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.gr.active .top-wrap {
  height: auto;
}
.container.fr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.fr.active .top-wrap {
  height: auto;
}
.modal .modal-close {
  float: right;
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  outline: 0 !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0klEQVQ4T6WTvRGDMAyFpQK3YZNkg8AmbpjKDZuEbJBsQm0XysnBPv+KAkpz79OTnoRw8UPWL8uyAcDNOTev67pLTK31OAzDCwB2Y8wcAYj4JKKPBAliRHwQ0dsYM3kA/1BKsYt7D5KKAeBrrZ3YrQecQXpi1kVAD8Lv3DPbTiuHwhmgBfFVOuLKQaud4y32XCZUOQguEtsgpdNsIe35qNhNpxpiOTAGSBFnMfamLe1JXCQpKmlPslVu5ZxOvXCylbcwhvU8OyaeCRHxMf1v4cr3Ay0A5xEOvDHwAAAAAElFTkSuQmCC") center center no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 1;
  background-color: #f2f2f2;
}
.modal-content .modal-header .modal-title a + a:before {
    content: ">";
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}
.tab-content .btn-group .btn:hover {
    color: #3371DE;
    background-color: #eff5f1;
}
.tab-content .btn-group .btn {
    margin: 4px 18px;
    padding: 4px 2px;
    color: #333;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.data-info {
  position: relative;
  display: flex;
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 20px;
}
.data-info .corner-flag {
  position: absolute;
  left: -1px;
  top: -2px;
}
.data-info .items {
  width: 74%;
  padding: 0 14px;
}
.data-info .items .item-list .item {
  display: block;
  line-height: 2.5;
}
.data-info .efficiency {
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #eee;
}
.data-info .efficiency .item-list .item {
  display: block;
  line-height: 2.2;
}
.data-info .efficiency .item-list .item img {
  vertical-align: middle;
  transform: translateY(-3px);
}
.data-info .efficiency .item-list .item em {
  font-size: 16px;
  color: #3371DE;
  font-weight: bold;
  margin: 0 5px;
}
.data-info .links {
  width: 25%
}
.data-info .links img {
  width: 100%;
  height: 40%;
}
.data-info .item-title {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 2;
}
.item-list ul li {
  width: 48%;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url('../img/xing.png') no-repeat center left;
  padding-left: 23px;
}
.duohangli {
  float: left;
  width: 50%;
}

.duohangli p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Popups{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  z-index:666;
}
.Popups-cont{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
  top:150px;
  height: 200px;
}
.pop-close{
  width: 30px;
  height: 30px;
  float: right;
  margin: 5px;
  cursor: pointer;
}
.yyzzwt {
  line-height: 70px;
  font-size: 22px;
  color: #3663a7;
  background: #f3f3f3;
  text-align: center;
  text-indent: 30px;
}
.info_li {
  background: #f3f3f3;
  line-height: 64px;
  color: #333333;
  font-size: 19px;
  float: left;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* padding-right: 20px; */
  padding-left: 20px;
  cursor: pointer;
  margin-left: 10px;
}
.info_li a {
  color: #3663a7;
}
.grfr-list2-c {
  width: 410px;
  padding-left: 30px;
  /*border-right: 1px solid #E4E6E7;*/
}
.grfr-list2-c p {
  float: left;
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
.bt-clear {
  clear: both;
}
.list2-title {
  padding-left: 120px;
}
.list2-title span {
  float: left;
  font-size: 14px;
  line-height: 24.5px;
  color: #333333;
  font-weight: bold;
}
.list2-title span:first-child {
  margin-right: 105px;
}
.list2-cconbg li {
  margin-top: 10px;
}
.list2-cconbg li > span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  width: 82px;
}
.list2-cconbg li > .list2-cconbglist {
  float: left;
  margin: 0px 20px;
}

.spancishu {
  float: left;
  display: block;
  width: 106px;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  border: 1px solid #c5cde0;
  text-align: center;
}
.spancishu + img {
  float: left;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
}