@import url("//img.315i.com/static/common/css/reset.css");
body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  color: #333333;
  font-size: 16px;
  background: #dff1ff url(../../images/lng/wraper-bg.jpg) no-repeat 50% -10px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.header {
  padding-top: 15px;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .hot-tel {
  display: flex;
  align-items: center;
}
.header .hot-tel .text {
  margin-right: 9px;
  color: #3964B3;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.header .hot-tel .number {
  color: #3C64B0;
  font-size: 27px;
  font-weight: bold;
}

/* banner */
.banner {
  margin-bottom: 65px;
}
.banner .container {
  padding-right: 100px;
  text-align: center;
}
.banner .title {
  margin: 30px 0;
  line-height: 1.5;
  font-size: 60px;
  font-weight: bold;
  background-image: linear-gradient(119.26deg, #0943B8 0%, #376BD3 70.83%, #6E75F0 100%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}
.banner .text {
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-weight: 700;
  color: #294BA3;
  background: url(../../images/lng/banner-text-bg.png) no-repeat 50% 50%;
}
.banner .text .icon {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/lng/icon-box.png) no-repeat;
}

/* wraper */
.wraper {
  margin-bottom: 40px;
}
.wraper .container {
  padding: 30px;
  background: linear-gradient(180deg, #EDF4FF 0%, #FFFFFF 65.28%, #F0F5FF 100%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* block-chart */
.block-chart {
  height: 395px;
  margin-bottom: 22px;
  padding: 15px 22px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.block-chart .title {
  margin-bottom: 10px;
  color: #294BA3;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.block-chart .title::before {
  content: '';
  width: 8px;
  height: 20px;
  margin-right: 9px;
  background-color: #3F8CFF;
}
.block-chart .title::after {
  content: '';
  height: 2px;
  margin-left: 13px;
  margin-right: 20px;
  flex: 1;
  background-color: #CCCCCC;
}

/* block-table */
.block-table {
  margin-bottom: 20px;
}
.block-table table {
  width: 100%;
  background-color: #FFFFFF;
}
.block-table tr:hover {
  background-color: #F5FaFF;
}
.block-table th, .block-table td {
  padding: 5px 8px;
  border: 1px solid #CCCCCC;
}
.block-table th {
  color: #FFFFFF;
  background-color: #2152B5;
}
.block-table td {
  font-size: 14px;
}

/* block-info */
.block-info {
  margin-bottom: 20px;
}
.block-info:last-child {
  margin-bottom: 0;
}
.block-info .title {
  margin-bottom: 10px;
  padding-left: 15px;
  color: #294BA3;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: url(../../images/lng/icon-box.png) no-repeat 0 50%;
}
.block-info .title::after {
  height: 13px;
  margin-left: 10px;
  content: '';
  flex: 1;
  background: url(../../images/lng/icon-stripe.png) no-repeat;
}
.block-info .text {
  padding-left: 15px;
  line-height: 38px;
}
.block-info .text .icon-num {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  color: #FFFFFF;
  font-family: sans-serif;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: #3964B3;
  border-radius: 10px;
}
.block-info .text a {
  color: #3F8CFF
}

/* reset */
.nav_line_top * {
  box-sizing: content-box;
}
.footer {
  font-size: 12px;
  color: #1e1e1e;
}

