.i1-tab {
  width: 100%;
  justify-content: space-between;
}

.i1-tab a {
  display: block;
  -moz-flex: 1 1 50%;
  -o-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 40px;
  line-height: 40px;
  background: #cadcf4;
  padding-left: 18px;
  color: #2770cf;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.i1-tab a span {
  font-size: 12px;
  margin-left: 8px;
}

.i1-tab a:after {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  background: #2670cf;
  transform: rotate(225deg);
  content: "";
  display: none;
}

.i1-tab .active {
  background: #2670cf;
  color: #fff;
}

.i1-tab .active:after {
  display: block;
}

.i1 {
  width: 100%;
  margin-top: 30px;
}

.i1 .box {
  justify-content: space-between;
}

.i1 .box .i1-left {
  width: 650px;
}

.i1 .box .i1-left .i1-target {
  margin-top: 20px;
}

.i1 .box .i1-left .i1-target .i1-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.i1 .box .i1-left .i1-target .i1-slide .i1-pages {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  z-index: 100;
  text-align: right;
  padding-right: 30px;
}

.i1 .box .i1-left .i1-target .i1-slide .pic-box {
  width: 100%;
  position: relative;
}

.i1 .box .i1-left .i1-target .i1-slide .pic-box img {
  width: 100%;
  height: 375px;
}

.i1 .box .i1-left .i1-target .i1-slide .pic-box .text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.i1 .box .i1-right {
  width: 520px;
}

.i1 .box .i1-right .it-serch {
  width: 100%;
  padding: 12px;
  background: #eee;
}

.i1 .box .i1-right .it-serch input {
  width: 100%;
  border: none;
  padding-left: 10px;
  background: #fff;
  height: 28px;
  line-height: 28px;
}

.i1 .box .i1-right .it-main {
  width: 100%;
  margin-top: 20px;
}

.i1 .box .i1-right .it-main li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8.5px;
}

.i1 .box .i1-right .it-main li a {
  width: 80%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.i1 .box .i1-right .it-main li span {
  font-size: 14px;
  color: #999;
}

.i3 {
  display: block;
  width: 100%;
  height: 80px;
  margin-top: 30px;
}

.i3 img {
  width: 100%;
}

.i4 {
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}

.i4 li {
  width: 380px;
  height: 100px;
}

.i4 li:nth-child(1) {
  background: url(../images/i4_bg1.png) center center/100% no-repeat;
}

.i4 li:nth-child(2) {
  background: url(../images/i4_bg2.png) center center/100% no-repeat;
}

.i4 li:nth-child(3) {
  background: url(../images/i4_bg3.png) center center/100% no-repeat;
}

.i4 li a {
  width: 100%;
  align-items: center;
  padding: 0 30px;
  height: 100%;
}

.i4 li a img {
  width: 46px;
  margin-right: 15px;
}

.i4 li a div h2 {
  color: #fff;
  font-size: 24px;
}

.i4 li a div h3 {
  font-size: 12px;
  color: #fff;
}

.i5 {
  width: 100%;
  margin: 30px 0;
}

.i5 .i5-top {
  width: 100%;
  height: 50px;
  background-color: #e8e8e8;
}

.i5 .i5-top h2 {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #2670cf;
  color: #fff;
  font-size: 20px;
}

.i5 .i5-main {
  width: 100%;
  height: 360px;
  margin-top: 16px;
}

.i5 .i5-main div {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}

.i5 .i5-main div span {
  color: #2770cf;
  font-size: 16px;
  -moz-flex: 0 0 9.09090909%;
  -o-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
  text-align: center;
}

.i5 .i5-main .rollFun {
  overflow: hidden;
  height: 320px;
}

.i5 .i5-main ul li {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}

.i5 .i5-main ul li span {
  font-size: 14px;
  color: #333;
  -moz-flex: 0 0 9.09090909%;
  -o-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
  text-align: center;
}

.i5 .i5-main ul li:nth-child(2n) {
  background: #cadcf4;
}

.i6 {
  width: 100%;
  margin-top: 30px;
}

.i6 .box {
  justify-content: space-between;
}

.i6 .box .i6-left {
  width: 790px;
}

.i6 .box .i6-left .left-top {
  width: 100%;
  height: 40px;
  background-color: #e8e8e8;
}

.i6 .box .i6-left .left-top h2 {
  width: 112px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #2670cf;
  font-size: 18px;
}

.i6 .box .i6-left .left-main {
  width: 100%;
  margin-top: 20px;
}

.i6 .box .i6-left .left-main ul {
  width: 100%;
  justify-content: space-between;
}

.i6 .box .i6-left .left-main ul li {
  width: 150px;
}

.i6 .box .i6-left .left-main ul li a {
  display: block;
  width: 100%;
}

.i6 .box .i6-left .left-main ul li a img {
  width: 100%;
}

.i6 .box .i6-right {
  width: 380px;
}

.i6 .box .i6-right .right-top {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  background: #2670cf;
}

.i6 .box .i6-right .right-top h2 {
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.i6 .box .i6-right .right-top h2 span {
  font-size: 10px;
  color: #fff;
  margin-left: 10px;
}

.i6 .box .i6-right .right-main {
  width: 100%;
  margin-top: 20px;
}

.i6 .box .i6-right .right-main ul li {
  justify-content: space-between;
  line-height: 28px;
}

.i6 .box .i6-right .right-main ul li a {
  display: block;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 14px;
}

.i6 .box .i6-right .right-main ul li span {
  font-size: 14px;
  color: #999;
}

.i7 {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.i7 img {
  width: 100%;
}

.i8 {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 60px;
}

.i8 .box {
  justify-content: space-between;
}

.i8 .box .i8-left {
  width: 770px;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}

.i8 .box .i8-left .i8-list {
  -moz-flex: 0 0 380px;
  -o-flex: 0 0 380px;
  flex: 0 0 380px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.i8 .box .i8-left .i8-list .list-left {
  width: 90px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.i8 .box .i8-left .i8-list .list-left img {
  width: 100%;
}

.i8 .box .i8-left .i8-list .list-left a {
  display: block;
  width: 80px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  margin-top: 10px;
  background: #2770cf;
  text-align: center;
  font-size: 14px;
}

.i8 .box .i8-left .i8-list .list-right {
  width: 208px;
}

.i8 .box .i8-left .i8-list .list-right li {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.i8 .box .i8-left .i8-list .list-right li span {
  color: #333;
  font-size: 14px;
  -moz-flex: 0 0 20%;
  -o-flex: 0 0 20%;
  flex: 0 0 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i8 .box .i8-left .i8-list .list-right li span:nth-child(1) {
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
}

.i8 .box .i8-left .i8-list .list-right li span:nth-child(3) {
  -moz-flex: 0 0 35%;
  -o-flex: 0 0 35%;
  flex: 0 0 35%;
}

.i8 .box .i8-left .i8-list .list-right li:nth-child(2n) {
  background: #cadcf4;
}

.i8 .box .i8-right {
  width: 380px;
}

.i8 .box .i8-right .right-top {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  background: #2670cf;
}

.i8 .box .i8-right .right-top h2 {
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.i8 .box .i8-right .right-top h2 span {
  font-size: 10px;
  color: #fff;
  margin-left: 10px;
}

.i8 .box .i8-right .right-main {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 342px;
}

.i8 .box .i8-right .right-main ul {
  width: 100%;
  margin-bottom: 12px;
}

.i8 .box .i8-right .right-main ul li {
  width: 60px;
  margin-right: 20px;
}

.i8 .box .i8-right .right-main ul li a {
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.i8 .box .i8-right .right-main ul li a img {
  width: 100%;
}

.i8 .box .i8-right .right-main ul li a h2 {
  font-size: 14px;
  color: #333;
  margin-top: 12px;
}

.rollFunBox {
  height: auto !important;
  width: 100%;
  overflow: visible;
}

.rollFun .rollFunBox li {
  display: flex;
}

.rollFun .rollFunBox li span {
  text-align: center;
  display: block;
  width: 100%;
}

.i2 {
  width: 100%;
  margin-top: 30px;
}
.i2 .box {
  justify-content: space-between;
}
.i2 .box .i2-left {
  width: 650px;
}
.i2 .box .i2-left .i2-top {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2670cf;
}
.i2 .box .i2-left .i2-top .updateDate {
  display: none;
}
.i2 .box .i2-left .i2-top .i2-tab a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 6px 6px 0 0;
  background: #cadcf4;
  margin-right: 4px;
  color: #2770cf;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.i2 .box .i2-left .i2-top .i2-tab .active {
  background: #2670cf;
  color: #fff;
}
.i2 .box .i2-left .i2-top > a {
  font-size: 13px;
  color: #2670cf;
}
.i2 .box .i2-left .left-main {
  width: 100%;
  margin-top: 16px;
}
.i2 .box .i2-left .left-main > div .rollhead {
  width: 100%;
  height: 40px;
  align-items: center;
  background: #cadcf4;
  justify-content: space-around;
}
.i2 .box .i2-left .left-main > div .rollFun {
  overflow: hidden;
  height: 240px;
}
.i2 .box .i2-left .left-main > div span {
  color: #2770cf;
  font-size: 16px;
}
.i2 .box .i2-left .left-main ul li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.i2 .box .i2-left .left-main ul li span {
  font-size: 14px;
  color: #333;
}
.i2 .box .i2-left .left-main ul li:nth-child(2n) {
  background: #cadcf4;
}
.i2 .box .i2-right {
  width: 520px;
}
.i2 .box .i2-right .right-top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
  background: #2670cf;
  height: 40px;
}
.i2 .box .i2-right .right-top h2 {
  color: #fff;
  font-size: 18px;
}
.i2 .box .i2-right .right-top div {
  width: 169px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
  align-items: center;
}
.i2 .box .i2-right .right-top div input {
  display: block;
  width: 143px;
  height: 100%;
  border: none;
  background: none;
  padding-left: 10px;
}
.i2 .box .i2-right .right-top div a {
  display: block;
  width: 26px;
}
.i2 .box .i2-right .right-top div a img {
  width: 16px;
}
.i2 .box .i2-right .right-main {
  width: 100%;
  margin-top: 15px;
}
.i2 .box .i2-right .right-main div {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}
.i2 .box .i2-right .right-main div span {
  color: #2770cf;
  font-size: 16px;
}
.i2 .box .i2-right .right-main ul {
  height: 240px;
  overflow: hidden;
}
.i2 .box .i2-right .right-main ul li {
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-around;
}
.i2 .box .i2-right .right-main ul li span {
  font-size: 14px;
  color: #333;
}
.i2 .box .i2-right .right-main ul li:nth-child(2n) {
  background: #cadcf4;
}
