* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

input,
a,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis a {
  text-decoration: none;
  color: #001223;
}

/* 澶撮儴鏍峰紡 */
header {
  background: #fff;
  height: .8rem;
  width: 100%;
  box-sizing: border-box;
}

header img,
header ul {
  float: left;
}

header img {
  width: 2.13rem;
  margin: .14rem .77rem 0 .6rem;
}

header ul li {
  cursor: pointer;
  float: left;
  width: 1.5rem;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.76rem;
  font-weight: 400;
  font-size: .22rem;
  border-bottom: 0.04rem solid #fff;
}
header ul li a {
  color: #001223;
  position: relative;
  top: 0.04rem;
}

header ul li.active {
  background-color: #3081E9;
  border-color: #F27E31;
  box-sizing: border-box;
}
header ul li.active a {
  color: #fff;
}

header .search-box {
  float: right;
  width: 4.65rem;
  height: 0.5rem;
  background: rgba(240, 242, 245, 1);
  border-radius: 0.35rem;
  margin-top: .16rem;
  margin-right: .64rem;
  box-sizing: border-box;
  position: relative;
}

header .search-box .searchList {
  position: absolute;
  width: 100%;
  top: 0.6rem;
  max-height: 3rem;
  overflow-y: auto;
  background: #fff;
  padding: .1rem .1rem;
  z-index: 1000;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: #000;
  display: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
}

.searchList ul {
  width: 100%;
}
.searchList ul li {
  text-align: left;
  float: none;
  width: 100%;
  font-size: .18rem;
  padding-left: .1rem;
  padding-right: .1rem;
  line-height: .40rem;
  border-bottom: none;
}
.searchList ul li a {
  color: #00274D;
}
.searchList ul li:hover {
  background-color: #3081E9;
}
.searchList ul li:hover a {
  color: #fff;
}

header .search-box input::placeholder {
  color: #aaa;
}

header .search-box input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.35rem;
  padding-left: .3rem;
  padding-right: .6rem;
  background: inherit;
  box-sizing: border-box;
}

header .search-box .search {
  width: .4rem;
  height: .4rem;
  position: absolute;
  top: .06rem;
  right: .2rem;
  background: url(../img/index-search.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}

/* 鍒楄〃+鍥捐〃 */
.list-echart-box {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  background: url(../img/index-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.list-echart {
  width: 14.15rem;
  height: 4.5rem;
  margin: .25rem auto 0;
}

.list-left,
.echart-right {
  float: left;
}

.list-left {
  width: 2.7rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.list-left::-webkit-scrollbar {
  width: 0.06rem;
  /*瀵瑰瀭鐩存祦鍔ㄦ潯鏈夋晥*/
}

/*瀹氫箟婊氬姩鏉＄殑杞ㄩ亾棰滆壊銆佸唴闃村奖鍙婂渾瑙�*/
.list-left::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0.05rem;
}

.list-left::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, .6);
}

.list-left li {
  float: left;
  line-height: .65rem;
  box-sizing: border-box;
  padding: 0 .5rem 0 .3rem;
  font-size: .2rem;
  color: #001223;
  width: 100%;
  border-bottom: 1px solid #5B6978;
}

.list-left li a:hover {
  color: #3081E9;
}

.list-left li a.click-active {
  color: #3081E9;
}

.echart-right {
  width: 11.35rem;
  height: 100%;
  background: rgba(255, 255, 255, .65);
  border-radius: 0px .06rem .06rem 0px;
}

/* 鎸囨爣鏌ヨ */
.search-list-box {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
  background-color: #F6F7F9;
}

.search-list {
  width: 15.2rem;
  margin: 0 auto;
}

.search-list-header {
  margin: .1rem 0;
}

.search-title {
  font-size: .26rem;
  color: #001223;
  font-weight: 500;
  display: inline-block;
  padding-left: .5rem;
  padding-right: .2rem;
  line-height: .4rem;
  background: url(../img/bottom-search.png) no-repeat left center;
  background-size: .4rem .4rem;
}

.search-list-header ul {
  display: inline-block;
  position: relative;
  top: .08rem;
  border-radius: .06rem;
}

.search-list-header ul li {
  float: left;
  width: .92rem;
  height: .32rem;
  line-height: .32rem;
  border: 1px solid #3081E9;
  text-align: center;
  font-size: .18rem;
  cursor: pointer;
}

.search-list-header ul li.search-active {
  background-color: #3081E9;
  color: #fff;
}

.list-box {
  background: #fff;
  width: 100%;
  height: 1.6rem;
  box-sizing: border-box;
  padding: 0.25rem .4rem;
}

.list-box li {
  width: 2.4rem;
  height: .4rem;
  line-height: .4rem;
  margin: 0 .2rem;
  float: left;
  box-sizing: border-box;
  font-size: .2rem;
  color: #00274D;
  position: relative;
  cursor: pointer;
}

.list-box li::before {
  content: '●';
  color: #F27E31;
  font-size: .12rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.list-box li:nth-of-type(5n) {
  margin-right: 0;
}

.list-box li a:hover {
  color: #3081E9;
}

/* 搴曢儴 */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: .8rem;
  overflow: hidden;
  background-color: #001A33;
}

footer p {
  color: #fff;
  width: 100%;
  text-align: center;
}

footer .right-copy {
  font-size: .18rem;
  margin: .1rem 0;
}

footer .right-company {
  font-size: .16rem;
}

.app-download {
  position: fixed;
  right: .4rem;
  bottom: 1rem;
  box-shadow:2px 2px 5px rgba(173, 198, 253, 1);
}
.app-download img {
  width: 1.4rem;
  display: block;
}
.app-download p {
  width: 1.4rem;
  line-height: .38rem;
  font-size: .16rem;
  text-align: center;
  color: #fff;
  background: #3081e9;
  letter-spacing: .02rem;
}