﻿.common-content {
  width: 1200px;
  margin: 0 auto;
}

/* é€šçŸ¥å…¬å‘Š */
.index-announcement {
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #181818;
  background: #ecf3fe;
  margin-top: 11px;
}

.index-announcement i {
  padding-left: 12px;
}

.index-announcement img {
  margin-top: 10px;
}

.index-announcement a.fr {
  font-size: 16px;
  color: #fff;
  width: 121px;
  height: 42px;
  text-align: center;
  background: #387add;
}

#marquee-with-options {
  float: left;
  width: 720px;
  margin-left: 20px;
  height: 100%;
  overflow: hidden;
}

.wrap {
  float: left;
  width: 100000px;
}

#talking,
#scroll {
  float: left;
}

#talking li,
#scroll li {
  color: #e9bb19;
  padding-left: 10px;
  float: left;
  line-height: 42px;
}

/* index-content */
.index-content {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}

/* title */
.index-common-title {
  width: 100%;
  margin-bottom: 18px;
}

.index-common-title i {
  width: 14px;
  height: 14px;
  background: #c63b19;
  position: absolute;
  margin-top: 4px;
}

.index-common-title span {
  font-size: 16px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 20px;
}

/* åˆ—è¡¨å†…å®¹ */
.index-list {
  width: 100%;
}

.index-list li {
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
}

.index-list li p {
  color: #397add;
}

.index-list li a {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: inherit;
}

/* å†…å®¹ */
.index-main-content {
  width: calc(100% - 40);
  height: 100%;
  border-top: 1px solid #397add;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 25px 20px;
}

/* ç¬¬ä¸€å±‚ */
.index-first {
  height: 321px;
}

.index-first-left,
.index-first-right {
  height: 100%;
}

.index-first-left {
  position: relative;
  width: 560px;
  margin-right: 20px;
  overflow: hidden;
}

.index-first-right {
  width: 620px;
}

/* è½®æ’­å›¾ */
#slideShowContainer {
  width: 100%;
  height: 360px;
  margin-right: 10px;
  overflow: hidden;
}

#slideShowContainer img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

#slideShowContainer img:hover {
  transform: scale(1.07);
}

#picUl {
  list-style: none;
}

#dotUl {
  list-style: none;
  display: flex;
  flex-direction: row;
  /*ä½¿ç”¨ç»å¯¹å¸ƒå±€ï¼Œå›ºå®šäºŽå·¦ä¸‹è§’*/
  position: absolute;
  right: 21px;
  bottom: 16px;
  /*é€šè¿‡è®¾ç½®z-indexçš„å€¼å¤§äºŽ#titleDivä¸­z-indexçš„å€¼ï¼Œä½¿å…¶æµ®åœ¨æ ‡é¢˜æ çš„ä¸Šæ–¹*/
  z-index: 2;
  float: right;
  height: auto;
}

#titleDiv {
  position: absolute;
  width: 100%;
  height: 41px;
  bottom: 0;
  left: 0px;
  background-color: #000000;
  /*è®¾ç½®é€æ˜Žåº¦ï¼Œå®žçŽ°æ ‡é¢˜æ åŠé€æ˜Žæ•ˆæžœ*/
  /*opacity:0.6;*/
  z-index: 1;
  margin-right: 10px
}

#titleDiv>span {
  line-height: 42px;
  color: #FFFFFF;
  margin-left: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#titleDiv>span>a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#dotUl .selected {
  width: 10px;
  height: 10px;
  border-radius: 14px;
  background-color: #2da1ff;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
  float: left;
}

#dotUl .unselected {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #fff;
  color: transparent;
  margin-left: 9px;
  float: left;
}

#titleDiv .hide {
  display: none;
}

#titleDiv .show {
  display: block;
}

/*åˆ‡æ¢æ ‡é¢˜æ ·å¼*/
.switchTitleBox {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

.switchTitleBox .switchTitle {
  height: 50px;
  color: #7E7E7E;
  font-size: 20px;
  border-bottom: 1px #E6E6E6 solid;
}

.switchTitleBox .switchTitle ul {
  float: left;
}

.switchTitleBox .switchTitle ul li {
  display: inline-block;
  list-style: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.switchTitleBox .switchTitle .active {
  border-bottom: 2px #0168B7 solid;
  color: #000000;
}

.switchTitleBox .switchTitle .active a {
  color: #000000;
}

.switchTitleBox .theme-list {
  margin-top: 10px;
  margin-left: 16px;
  height: 334px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
}

.switchTitleBox .theme-list li {
  width: calc(100% - 20px);
  color: #3b3b3b;
  height: 36px;
  list-style: none;
}

.switchTitleBox .theme-list li i {
  color: #cbcbcb;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  padding-right: 5px;
}

.switchTitleBox .theme-list .themeTitle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .theme-list .themeTime {
  float: right;
  font-size: 12px;
  color: #999999;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .tab-details .theme-title-box {
  position: relative;
  display: none;
}

.switchTitleBox .tab-details .active {
  display: block;
}

.switchTitleBox .theme-title-box .more {
  position: absolute;
  display: none;
}

/* è½®æ’­å›¾ END */
/* å³ä¾§ */
.index-first-right {}

.index-first-right-title i {
  width: 3px;
  height: 16px;
  background: #d40000;
  position: absolute;
  margin-top: 10px;
}

.index-first-right-title p {
  margin-left: 13px;
  line-height: 36px;
  font-size: 16px;
}

.index-first-right-main {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}

/* ç¬¬äºŒå±‚ */
.index-content.index-second a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ç¬¬ä¸‰å±‚ */
.index-third .index-main-content {
  height: 210px;
}

.index-third-left {
  width: 640px;
  margin-right: 9px;
}

.index-third-center {
  width: 335px;
  margin-right: 9px;
}

.index-third-right {
  width: 204px;
}

/* ä¸­é—´å†…å®¹ */

.index-third-maincen ul li {
  float: left;
  width: 33%;
  height: 100px;
  text-align: center;
}

.index-third-maincen ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-third-maincen ul li img {
  margin-top: 20px;
}

.index-third-maincen ul li p {
  margin-top: 10px;
}

/* å³ä¾§ */
.index-main-content.index-third-mainrig {
  width: calc(100% - 50px);
  padding: 10px 25px;
  height: 240px;
}

.index-third-mainrig ul li {
  width: 155px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.index-third-mainrig ul li a {
  display: block;
  width: calc(100% - 50px);
  padding-left: 50px;
  color: inherit;
}

/* .index-third-mainrig ul li:nth-of-type(1){
background: url(index-hdimg1.png) no-repeat;
background-size: cover;
}
.index-third-mainrig ul li:nth-of-type(2){
background: url(index-hdimg2.png) no-repeat;
background-size: cover;
}
.index-third-mainrig ul li:nth-of-type(3){
background: url(index-hdimg3.png) no-repeat;
background-size: cover;
}
.index-third-mainrig ul li:nth-of-type(4){
background: url(index-hdimg4.png) no-repeat;
background-size: cover;
}
.index-third-mainrig ul li:nth-of-type(5){
background: url(index-hdimg5.png) no-repeat;
background-size: cover;
}
.index-third-mainrig ul li:nth-of-type(n+2){
margin-top: 9px;
} */
/* å…¼å®¹ie8 */
.index-third-mainrig ul>li:first-child {
  background: url(index-hdimg1.png) no-repeat;
}

.index-third-mainrig ul>li:first-child+li {
  background: url(index-hdimg2.png) no-repeat;
}

.index-third-mainrig ul>li:first-child+li+li {
  background: url(index-hdimg3.png) no-repeat;
}

.index-third-mainrig ul>li:first-child+li+li+li {
  background: url(index-hdimg4.png) no-repeat;
}

.index-third-mainrig ul>li:first-child+li+li+li+li {
  background: url(index-hdimg5.png) no-repeat;
}

.index-third-mainrig ul li {
  margin-top: 9px;
}

.index-third-mainrig ul>li:first-child {
  margin-top: 0;
}

/* ç¬¬å››å±‚ */
/* å·¦ä¾§ */
.index-forth-left {
  width: 208px;
  margin-right: 15px;
}

.index-forth-left .index-main-content.index-forth-main {
  width: calc(100% - 28px);
  padding: 14px;
  min-height: 214px;
}

.index-forth-left ul li {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #397add;
  border: 1px solid #397add;
}

.index-forth-left ul li:hover {
  color: #fff;
}

.index-forth-left ul li a {
  display: block;
  width: 100%;
  padding-left: 45px;
  box-sizing: border-box;
  color: inherit;
}

/* .index-forth-left ul li:nth-of-type(n+2){
margin-top: 10px;
}
.index-forth-left ul li:nth-of-type(1){
background: url(index-forth-img01.png) no-repeat;
background-size: contain;
}
.index-forth-left ul li:nth-of-type(2){
background: url(index-forth-img02.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(3){
background: url(index-forth-img03.png) no-repeat;
background-size: cover
}
.index-forth-left ul li:nth-of-type(4){
background: url(index-forth-img04.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(5){
background: url(index-forth-img05.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(1):hover{
background: url(index-forth-img1.png) no-repeat;
background-size: contain;
}
.index-forth-left ul li:nth-of-type(2):hover{
background: url(index-forth-img2.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(3):hover{
background: url(index-forth-img3.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(4):hover{
background: url(index-forth-img4.png) no-repeat;
background-size: cover;
}
.index-forth-left ul li:nth-of-type(5):hover{
background: url(index-forth-img5.png) no-repeat;
background-size: cover;
} */
.index-forth-left ul>li {
  margin-top: 6.5px;
}

.index-forth-left ul>li:first-child {
  margin-top: 0;
}

.index-forth-left ul>li:first-child {
  background: url(index-forth-img01.png) no-repeat 12px 12px;
}

.index-forth-left ul>li:first-child+li {
  background: url(index-forth-img02.png) no-repeat 12px 12px;
}

.index-forth-left ul>li:first-child+li+li {
  background: url(index-forth-img03.png) no-repeat 12px 12px;
}

.index-forth-left ul>li:first-child+li+li+li {
  background: url(index-forth-img04.png) no-repeat 12px 12px;
}

.index-forth-left ul>li:first-child+li+li+li+li {
  background: url(index-forth-img05.png) no-repeat 12px 12px;
}

.index-forth-left ul>li:first-child:hover {
  background: url(index-forth-img1.png) no-repeat 12px 12px #397add;
}

.index-forth-left ul>li:first-child+li:hover {
  background: url(index-forth-img2.png) no-repeat 12px 12px #397add;
}

.index-forth-left ul>li:first-child+li+li:hover {
  background: url(index-forth-img3.png) no-repeat 12px 12px #397add;
}

.index-forth-left ul>li:first-child+li+li+li:hover {
  background: url(index-forth-img4.png) no-repeat 12px 12px #397add;
}

.index-forth-left ul>li:first-child+li+li+li+li:hover {
  background: url(index-forth-img5.png) no-repeat 12px 12px #397add;
}

/* å³ä¾§ */
.index-forth-right {
  width: 967px;
}

.index-main-content.index-forth-main {
  width: calc(100% - 42px);
  padding: 25px;
  min-height: 214px;
}

.index-forth-title {
  width: 100%;
  font-size: 16px;
  margin-bottom: 13px;
}

.index-forth-title a {
  font-size: 16px;
  color: #777777;
  padding-right: 13px;
}

.index-forth-title a:nth-of-type(2) {
  padding-left: 13px;
}

.index-forth-title a.hover {
  color: #397add;
}

.index-forth-title span {
  font-size: 16px;
  color: #e1e1e1;
  padding-right: 13px;
}

.index-forth-main .index-list li {
  line-height: 30px;
}

.index-forth-main .index-list li a {
  width: 90%;
}

.index-forth-main .index-list li a:hover {
  color: #397add;
}

/* ç¬¬äº”å±‚ */
/* .index-fifth{
margin-bottom: 20px;
} */
.index-fifth .index-main-content {
  height: 170px;
}

.index-fifth-left,
.index-fifth-right {
  width: 590px;
}

.index-fifth-left {
  margin-right: 20px;
}

.index-main-content.index-fifth-mainle ul {
  width: 385px;
  margin-right: 18px;
}

.index-main-content.index-fifth-mainle li {
  float: left;
  width: 90px;
  height: 58px;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}

.index-main-content.index-fifth-mainle li a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

/* .index-main-content.index-fifth-mainle li span{
line-height: 36px;
}
.index-main-content.index-fifth-mainle li:nth-of-type(n){
margin-right: 8px;
}
.index-main-content.index-fifth-mainle li:nth-of-type(4n){
margin-right: 0;
}
.index-main-content.index-fifth-mainle li:nth-of-type(n+5){
margin-top: 8px;
} */
/* .index-main-content.index-fifth-mainle li:nth-of-type(1),
.index-main-content.index-fifth-mainle li:nth-of-type(2),
.index-main-content.index-fifth-mainle li:nth-of-type(5),
.index-main-content.index-fifth-mainle li:nth-of-type(6){
background: url(index-zybfimg1.png) no-repeat;
background-size: contain;
}
.index-main-content.index-fifth-mainle li:nth-of-type(3),
.index-main-content.index-fifth-mainle li:nth-of-type(4),
.index-main-content.index-fifth-mainle li:nth-of-type(7),
.index-main-content.index-fifth-mainle li:nth-of-type(8){
background: url(index-zybfimg2.png) no-repeat;
background-size: contain;
} */
/* å…¼å®¹ie8 */
.index-main-content.index-fifth-mainle li span {
  line-height: 36px;
}

.index-main-content.index-fifth-mainle li {
  margin-right: 8px;
}

.index-main-content.index-fifth-mainle li:first-child+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li+li+li {
  margin-right: 0;
}

.index-main-content.index-fifth-mainle li:first-child+li+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li+li+li {
  margin-top: 8px;
}

.index-main-content.index-fifth-mainle li:first-child,
.index-main-content.index-fifth-mainle li:first-child+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li {
  background: url(index-zybfimg1.png) no-repeat;
  background-size: 100% 100%;
}

.index-main-content.index-fifth-mainle li:first-child+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li+li,
.index-main-content.index-fifth-mainle li:first-child+li+li+li+li+li+li+li {
  background: url(index-zybfimg2.png) no-repeat;
  background-size: 100% 100%;
}

.index-main-content.index-fifth-mainle .index-fifth-img {
  width: 144px;
  height: 156px;
}

.index-main-content.index-fifth-mainle .index-fifth-img a {
  display: block;
}

.index-main-content.index-fifth-mainle .index-fifth-img img {
  width: 100%;
  height: 100%;
}

/* å³ä¾§ */
.index-main-content.index-fifth-mainrig .index-list li {
  line-height: 30px;
}

/* ç¬¬å…­å±‚ */
.index-sixth-nav li {
  float: left;
  margin-left: 18px;
  width: 286.5px;
  height: 80px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.index-sixth-nav li:hover {
  color: #fff;
}

/* .index-sixth-nav li:nth-of-type(n+2){
margin-left: 18px;
} */
.index-sixth-nav li:first-child {
  margin-left: 0;
}

.index-sixth-nav li:first-child {
  background: url(index-map01.png) no-repeat -3px 0px;
}

.index-sixth-nav li:first-child:hover {
  background: url(index-map.png) no-repeat;
}

.index-sixth-nav li:first-child+li {
  background: url(index-wx01.png) no-repeat;
}

.index-sixth-nav ul li.hover {
  background: url(index-wx1.png) no-repeat 2px 3px;
  color: #fff;
}

.index-sixth-nav li:first-child+li+li {
  background: url(index-ej01.png) no-repeat;
}

.index-sixth-nav li:first-child+li+li:hover {
  background: url(index-ej.png) no-repeat;
}

.index-sixth-nav li:first-child+li+li+li {
  background: url(index-ta01.png) no-repeat;
}

.index-sixth-nav li:first-child+li+li+li:hover {
  background: url(index-ta1.png) no-repeat;
}

.index-sixth-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.index-sixth-nav li p {
  width: 124px;
  padding-left: 105px;
  font-size: 16px;
  line-height: 20px;
}

.index-sixth-nav li:first-child p,
.index-sixth-nav li:first-child+li+li+li p {
  line-height: 80px;
}

.index-sixth-nav li:first-child+li p,
.index-sixth-nav li:first-child+li+li p {
  margin-top: 20px;
}

.index-sixth-main {
  position: relative;
}

.index-jt {
  position: absolute;
  top: -1px;
  left: 37%;
}

.index-sixth-img {
  text-align: center;
  height: 120px;
}

/* ç¬¬ä¸ƒå±‚ */
.index-seven-main {
  width: 100%;
  border-top: 1px solid #0168B7;
  padding: 20px 0;
}

.index-seven-main select {
  margin-right: 10px;
  line-height: 24px;
  padding: 12px;
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 1200px) {
  .common-content {
    width: 100%;
    box-sizing: border-box;
  }

  .index-sixth-nav li {
    -webkit-tap-highlight-color: transparent;
  }

  .index-content {
    width: 100%;
    padding-top: 0.2rem;
  }

  .index-sixth-nav li:first-child:hover {
    background: url(index-map01.png) no-repeat;
    background-size: cover;
    color: #333333;
  }

  .index-sixth-nav li:first-child+li+li+li:hover {
    background: url(index-ta01.png) no-repeat;
    background-size: cover;
    color: #333333;
  }

  /* é€šç”¨æ ‡é¢˜ */
  .index-list li {
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.6rem !important;
    /* padding: 0 0.1rem; */
  }

  .index-list li a {
    width: 60%;
  }

  .index-common-title {
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
  }

  .index-common-title i {
    width: 0.2rem;
    height: 0.2rem;
  }

  .index-common-title span {
    font-size: 0.24rem;
    margin-left: 0.4rem;
    font-weight: bold;
    line-height: 0.3rem;
  }

  /* é€šç”¨å¸¦æ¡†å†…å®¹ */
  .index-main-content {
    box-sizing: border-box;
    width: 100%;
    border-top: 0.01rem solid #397add;
    border-left: 0.01rem solid #c6c6c6;
    border-right: 0.01rem solid #c6c6c6;
    border-bottom: 0.01rem solid #c6c6c6;
    padding: 0.25rem 0.2rem;
  }

  /* é€šçŸ¥å…¬å‘Š */
  .index-announcement {
    width: 100%;
    height: 0.5rem;
    font-size: 0.22rem;
    line-height: 0.5rem;
    color: #181818;
    background: #ecf3fe;
    margin-top: 0.6rem;
  }

  #marquee-with-options {
    width: 62%;
    padding-left: 0;
  }

  #talking li,
  #scroll li {
    line-height: 0.5rem;
  }

  .index-announcement>a.fl {
    display: none;
  }

  .index-announcement i {
    padding-left: 0.12rem;
    width: 20%;
  }

  .index-announcement img {
    margin-top: 0.1rem;
    width: 18%;
  }

  .index-announcement a.fr {
    font-size: 0.18rem;
    color: #fff;
    width: 0.8rem;
    height: 0.5rem;
    text-align: center;
    background: #387add;
  }

  /* ç¬¬ä¸€éƒ¨åˆ† */
  .index-first {
    height: auto;
  }

  .index-first-left {
    position: relative;
    width: 100%;
    margin-right: 0;
    height: 4.5rem;
  }

  /* è½®æ’­å›¾ */
  #slideShowContainer {
    height: auto;
    margin-right: 0;
  }

  #titleDiv {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
  }

  #titleDiv>span {
    line-height: 0.8rem;
    margin-left: 0.2rem;
    width: 70%;
  }

  #titleDiv>span>a {
    font-size: 0.22rem;
  }

  #dotUl {
    list-style: none;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0.2rem;
    bottom: 0.3rem;
    z-index: 2;
  }

  #dotUl .unselected {
    width: 0.15rem;
    height: 0.15rem;
    margin-left: 0.1rem;
  }

  #dotUl .selected {
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.1rem;
  }

  .index-first-right-title i {
    width: 0.05rem;
    height: 0.24rem;
    background: #d40000;
    position: absolute;
    margin-top: 0.1rem;
  }

  .index-first-right-title p {
    margin-left: 0.13rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .index-first-right-main {
    font-size: 0.22rem;
    line-height: 0.4rem;
    margin: 0.2rem 0;
    text-indent: 2em;
  }

  .index-first-right {
    width: auto;
    margin-top: 0.2rem;
    padding: 0.25rem 0.2rem;
  }

  /* ç¬¬ä¸‰å±‚ */
  .index-main-content.index-third-mainrig {
    box-sizing: border-box;
    width: 100%;
    padding: 0.25rem 0.2rem;
    height: auto;
  }

  .index-main-content.index-third-mainrig ul {
    overflow: hidden;
  }

  .index-main-content.index-third-mainrig ul li {
    float: left;
    width: 49%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.22rem;
    color: #fff;
    background-size: 100% !important;
  }

  .index-third-mainrig ul li:nth-of-type(n+2) {
    margin-top: 0rem;
  }

  .index-third-mainrig ul li:nth-of-type(n+3) {
    margin-top: 0.2rem;
  }

  .index-third-mainrig ul li:nth-of-type(2n) {
    margin-left: 2%;
  }

  .index-third-mainrig ul li a {
    display: block;
    /* width: calc(100% - 1.2rem); */
    padding-left: 1.2rem;
    width: auto;
    color: inherit;
  }

  .index-third-left {
    width: 100%;
    margin-right: 0;
  }

  .index-third .index-main-content {
    height: auto;
  }

  .index-third-center {
    /* margin-right: 0; */
    padding-top: 0.2rem;
    display: block;
    width: 100%;
    /* margin: 1.5%; */
  }

  .index-third-right {
    width: 99%;
    margin-top: 0.2rem;
  }

  .index-third-maincen ul li {
    height: 1.8rem;
  }

  .index-third-maincen ul li img {
    margin-top: 0.2rem;
    height: 0.8rem;
  }

  .index-third-maincen ul li p {
    margin-top: 0.15rem;
    font-size: 0.22rem;
  }

  /* ç¬¬å››å±‚ */
  .index-main-content.index-forth-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem 0.2rem;
  }

  .index-forth-main .index-list li a {
    width: 75%;
    font-size: .22rem;
  }

  .index-forth-left {
    width: auto;
    margin-right: 0;
    padding: 0.25rem 0.2rem;
  }

  .index-forth-left ul li {
    width: 49%;
    height: 1rem;
    font-size: 0.2rem;
    line-height: 0.8rem;
    color: #397add;
    float: left;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    background-position: 10% 48% !important;
    background-size: 10% !important;
  }

  .index-forth-left .index-main-content.index-forth-main {
    width: 100%;
    overflow: hidden;
  }

  .index-forth-left ul li:nth-of-type(n+2) {
    margin-top: 0;
  }

  .index-forth-left ul li:nth-of-type(n+2):hover {}

  .index-forth-left ul li:nth-of-type(2n) {
    margin-left: 2%;
  }

  .index-forth-left ul li a {
    display: block;
    /* width: calc(100% - 1.2rem); */
    padding-left: 0.8rem;
    color: inherit;
    font-size: 0.26rem;
    line-height: 1rem;
  }

  .index-forth-left ul li:last-of-type {
    margin-bottom: 0;
  }

  .index-forth-right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .index-forth-title {
    font-size: 0.28rem;
  }

  .index-forth-title a {
    font-size: 0.28rem;
    /* line-height: 0.6rem; */
  }

  .index-main-content.index-fifth-mainle li {
    float: left;
    width: 23%;
    height: 1.2rem;
    font-size: 0.22rem;
    text-align: center;
    padding-top: 0.24rem;
  }

  /* ç¬¬äº”å±‚ */
  .index-fifth-left {
    width: 100%;
  }

  .index-fifth-right {
    width: 100%;
    padding-top: 0.2rem;
  }

  .index-fifth .index-main-content {
    height: auto;
  }

  .index-main-content.index-fifth-mainle ul {
    width: 100%;
    margin-right: 0;
  }

  .index-main-content.index-fifth-mainle .index-fifth-img {
    width: 100%;
    height: auto;
    padding-top: 0.2rem;
  }

  .index-sixth-nav li {
    float: left;
    width: 25%;
    height: 0.5rem;
    font-size: 0.2rem;
    text-align: center;
    color: #333333;
    -webkit-tap-highlight-color: transparent;
    background-size: 100% !important;
  }

  .index-sixth-nav li:first-child+li,
  .index-sixth-nav li:first-child+li+li,
  .index-sixth-nav li:first-child+li+li+li {
    margin-left: 0;
  }

  .index-sixth-nav li p {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0.67rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .index-sixth-nav li:first-child p,
  .index-sixth-nav li:first-child+li+li+li p {
    line-height: 0.5rem;
  }

  .index-sixth-nav li:first-child+li p,
  .index-sixth-nav li:first-child+li+li p {
    margin-top: 0;
  }

  .index-main-content.index-fifth-mainle li {
    margin-right: 0.15rem;
  }

  .index-main-content.index-fifth-mainle li p {
    /* margin-right: 0.28rem; */
    line-height: 0.4rem;
    font-size: 0.24rem;
  }

  .index-main-content.index-fifth-mainle li:first-child+li+li+li {
    margin-right: 0;
  }

  .index-jt {
    display: none;
  }

  .index-seven-main {
    width: 100%;
    border-top: 1px solid #0168B7;
    padding: 0.2rem 0;
  }

  .index-seven-main select {
    border: 0.01rem solid #696969;
    /* margin-right: 0.25rem; */
    /* margin-bottom: 0.2rem; */
    display: inline-block;
    width: 30%;
    margin: 1.5%;
    font-size: 0.22rem;
  }

  .index-seven-main select:nth-of-type(3n) {
    /* margin-right: 0; */
  }
}