<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-page {
  background: url(../images/htopbg.png) no-repeat top center;
  letter-spacing: 0.5px;
}
.index-page .contact {
  display: none;
  height: 30px;
  background-color: #299af04d;
}
.index-page .contact p {
  width: 100%;
  max-width: 1280px;
  text-align: right;
  color: #fefeff;
  font-size: 16px;
  line-height: 30px;
  margin: auto;
}
.index-page .contact p a {
  color: #fff70f;
}
.index-page .header-box .fullscreen-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.index-page .header-box .fullscreen-box .menu-logo {
  padding: 20px;
}
.index-page .header-box .fullscreen-box .menu-logo img {
  width: 150px;
}
.index-page .header-box .fullscreen-box .fullscreen-menu {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #282828;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .close-menu {
  position: absolute;
  top: 27px;
  right: 10px;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .close-menu button {
  border: none;
  background-color: transparent;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .close-menu button img {
  width: 20px;
  height: 20px;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .right li:nth-child(1) {
  display: none;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .right li {
  height: 50px;
  background: url(../images/icon/icon11.svg) no-repeat center center;
  background-size: 23px;
  background-color: #ffffff2a;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav {
  margin-top: 73px;
  padding-left: 20px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li &gt; a {
  padding: 16px 10px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  position: relative;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li &gt; a i {
  width: 18px;
  height: 29px;
  position: absolute;
  right: 20px;
  transform: rotate(0deg);
  transition: transform 0.6s;
  font-style: normal;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li &gt; a.currentNav i {
  transform: rotate(-180deg);
  transition: transform 0.6s;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li .sub-nav {
  display: none;
  margin-bottom: 1px ;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li .sub-nav a {
  display: block;
  text-indent: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 10px 0;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li .sub-nav a:hover {
  background: transparent;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li .sub-nav.currentNav {
  display: block;
  color: #1b66e6;
  text-decoration: underline;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li.OldNewVersion {
  font-size: 18px;
}
.index-page .header-box .fullscreen-box .fullscreen-menu .nav li.OldNewVersion &gt; a {
  font-weight: normal;
}
.index-page header {
  width: 100%;
  max-width: 1910px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 14px;
  font-family: 'SourceHanSansCN-Regular';
  letter-spacing: 0.5px;
}
.index-page header .header-left {
  width: 150px;
  height: 50px;
}
.index-page header .header-left a{
  cursor: default;
}
.index-page header .header-left a,
.index-page header .header-left img {
  width: 100%;
  height: 100%;
}
.index-page header .header-right {
  height: 50px;
  width: calc(100% - 190px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-page header .header-right .nav {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-family: ' SourceHanSansCN-Regular';
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.index-page header .header-right .nav li {
  width: auto;
  text-align: center;
  position: relative;
  margin: 0 18px;
}
.index-page header .header-right .nav li .sub-nav {
  font-size: 14px;
  display: none;
  position: absolute;
  text-align: center;
  border-bottom: none;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 20px #1d4eff59;
  padding: 8px 10px;
}
.index-page header .header-right .nav li .sub-nav a {
  /* background-color: #ffffff2a; */
  color: #110e0f;
  display: block;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  padding: 0 15px;
}
.index-page header .header-right .nav li .sub-nav a:hover {
  background-color: #e6ebfc;
  border-radius: 5px;
  color: #1b66e6;
}
.index-page header .header-right .nav li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff70f;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transition: all 0.5s;
}
.index-page header .header-right .nav li:hover::after {
  left: 0;
  width: 100%;
}
.index-page header .header-right .nav li:hover &gt; a {
  color: #fff70f;
}
.index-page header .header-right .nav li.OldNewVersion {
  color: #fff70f;
}
.index-page header .header-right .nav li.OldNewVersion:hover &gt; a {
  color: #ffffff;
}
.index-page header .header-right .nav li.OldNewVersion::after {
  background: #ffffff;
}
.index-page header .header-right .nav li:hover .sub-nav {
  display: block;
  width: auto;
  text-align: center;
  position: absolute;
}
.index-page header .header-right .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-page header .header-right .right &gt; li {
  height: 50px;
  margin: 0 15px;
}
.index-page header .header-right .right &gt; li &gt; button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.index-page header .header-right .right &gt; li &gt; button img {
  height: 23px;
}
.index-page header .header-right .right &gt; li &gt; a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.index-page header .header-right .right li.menu-btn {
  display: none;
}
.index-page header .header-right .right &gt; li:nth-child(2) a {
  background: url(../images/icon/icon6.svg) no-repeat center center;
  background-size: 23px;
}
.index-page header .header-right .right &gt; li:nth-child(3) {
  display: none;
}
.index-page header .header-right .right &gt; li:nth-child(3) a {
  background: url(../images/icon/icon8.svg) no-repeat center center;
  background-size: 23px;
}
.index-page header .header-right .right &gt; li:hover &gt; a {
  background-color: #ffffff2a;
}
.index-page header .header-right .right &gt; li:hover &gt; button {
  background-color: #ffffff2a;
}
.index-page header .header-right .right &gt; li:nth-child(2):hover a {
  background: url(../images/icon/icon12.svg) no-repeat center center;
  background-size: 23px;
  background-color: #ffffff2a;
}
.index-page header .header-right .right &gt; li:nth-child(3):hover a {
  background: url(../images/icon/icon13.svg) no-repeat center center;
  background-size: 23px;
  background-color: #ffffff2a;
}
.index-page header .ecp_top-nav .ecp_tn-header {
  width: auto;
  height: 50px;
  align-items: center;
  display: flex;
}
.index-page header .ecp_top-nav {
  height: 50px;
}
.index-page header .tn-person-r .ecp_tn-title .ecp_tn-tab i,
.index-page header .tn-person-r .tn-user i {
  width: 50px;
  height: 50px;
}
.index-page header #Ecp_top_login .ecp_tn-tab &gt; i {
  display: none;
}
.index-page header .ecp_tn-tab i.Ecp_top_login {
  font-size: 0;
  height: 23px;
}
.index-page header .tn-person-r .ecp_tn-arrow {
  display: none;
}
.index-page header .ecp_top-nav {
  background-color: transparent;
  border-bottom: none;
}
.index-page header .tn-person-r {
  height: 50px;
}
.index-page header .tn-person-r .ecp_tn-title .ecp_tn-tab {
  margin: auto;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  height: 50px;
  background: url(../images/icon/icon7.svg) no-repeat center center;
  background-size: 23px;
}
.index-page header .tn-person-r .ecp_tn-title .ecp_tn-tab:hover {
  background: url(../images/icon/icon11.svg) no-repeat center center;
  background-size: 23px;
  background-color: #ffffff2a;
}
.index-page header #Ecp_top_bk_login .ecp_tn-tab {
  display: inline-block;
}
.index-page header #Ecp_top_jf_login span,
.index-page header #Ecp_top_jf_login2 span {
  top: 0 !important;
}
.index-page header .tn-person-r .ecp_tn-title {
  line-height: 50px;
  font-size: 12px;
}
.index-page header #Ecp_top_login_layer .tip {
  line-height: 26px;
}
.index-page .search-main {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 90px;
}
.index-page .search-main h1 {
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  font-family: 'SourceSerifPro-Black';
  font-weight: 600;
}
.index-page .search-main .search-form {
  border: 1px solid transparent;
  position: relative;
  /* float: right; */
  width: 100%;
  /* min-width: 375px; */
  margin: 0 auto;
  margin-top: 50px;
}
.index-page .search-main .search-form .input-box {
  width: 100%;
  height: 52px;
  margin: 0;
  margin-right: 10px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 16px rgba(27, 102, 230, 0.17);
  -moz-box-shadow: 0 5px 16px rgba(27, 102, 230, 0.17);
  -ms-box-shadow: 0 5px 16px rgba(27, 102, 230, 0.17);
  -o-box-shadow: 0 5px 16px rgba(27, 102, 230, 0.17);
  box-shadow: 0 5px 16px rgba(27, 102, 230, 0.17);
  border: 1px solid #1b66e6;
}
.index-page .search-main .search-form .input-box .sort {
  position: relative;
  z-index: 1;
  float: left;
  width: 120px;
  height: 50px;
  font-size: 18px;
  color: #072958;
}
.index-page .search-main .search-form .input-box .sort .sort-icon {
  display: inline-block;
  vertical-align: sub;
  width: 8px;
  height: 6px;
  /*color: #6d6d6d;*/
  text-indent: -9999em;
  background: url("../images/icon-sort.png") no-repeat 0 -50px;
}
.index-page .search-main .search-form .input-box .sort .sort-list {
  font-size: 12px;
  position: absolute;
  display: none;
  min-width: 118px;
  border: 1px solid #ddd;
  background-color: #fff;
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.index-page .search-main .search-form .input-box .sort .sort-list a {
  display: block;
  color: #333;
  text-align: center;
  cursor: pointer;
  padding: 0 15px;
}
.index-page .search-main .search-form .input-box .sort .sort-list li {
  height: 30px;
  line-height: 30px;
}
.index-page .search-main .search-form .input-box .sort .sort-list li.cur a {
  font-weight: bold;
}
.index-page .search-main .search-form .input-box .sort .sort-list li a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #f5f5f5;
}
.index-page .search-main .search-form .input-box .sort span {
  display: inline-block;
  max-width: 100px;
  padding: 0 2px 0 5px;
  margin-right: 0;
  color: #686868;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-page .search-main .search-form .input-box .sort:hover .sort-list {
  display: block;
}


/*20241121*/
.sort-list ul {
  display: inline-block;
  min-width: 118px;
  vertical-align: top;
  white-space: nowrap;
}

.sort-list ul .tit {
  display: block;
  height: 30px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #717171;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.sort-list ul a {
  padding-left: 9px;
  padding-right: 9px;
}

.sort-list ul+ul {
  margin-left: 6px;
}
/*20241121*/


.index-page .search-main .search-form .input-box .sort-default {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: url("../images/icon-sort.png") no-repeat right 2px;
}
.index-page .search-main .search-form .input-box .search-input {
  float: left;
  width: calc(100% - 275px);
  padding: 10px 0 10px 20px;
  font-size: 16px;
  /* color: #7d7d7d; */
  line-height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
}
.index-page .search-main .search-form .input-box .search-input::-moz-placeholder {
  color: #bdbdbd !important;
}
.index-page .search-main .search-form .input-box .search-input::-ms-input-placeholder {
  color: #bdbdbd !important;
}
.index-page .search-main .search-form .input-box .search-input::-webkit-input-placeholder {
  color: #bdbdbd !important;
}
.index-page .search-main .search-form .input-box .csmart {
  display: block;
  float: right;
  width: 80px;
  padding: 0 15px;
  background: url("../images/icon-sort.png") no-repeat -8px 2px;
}
.index-page .search-main .search-form .input-box .csmart img {
  margin-top: 12px;
  width: 50px;
}
.index-page .search-main .search-form .input-box .search-btn {
  font-size: 0;
  float: right;
  color: #000;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 2px 2px 0;
  outline: none;
  /* background: url(../images/newedition/newicon03.png) no-repeat center center #D1E1FA; */
  background: url(../images/icon/icon10.svg) no-repeat 13px center;
  background-size: 25px 25px;
  cursor: pointer;
}
.index-page .search-main .search-form .readvce {
  position: absolute;
  right: 0;
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: 0;
  color: #e9faff;
}
.index-page .search-main .search-form .readvce a {
  letter-spacing: 1px;
}
.index-page .search-main .search-form .readvce a + a {
  margin-left: 25px;
}
.index-page .search-main .search-form .readvce a:hover {
  color: #fff70f;
  text-decoration: underline;
}
.index-page .search-main .search-form .option-list .wx {
  position: relative;
}
.index-page .search-main .search-form .option-list .tit {
  float: left;
  display: inline-block;
  width: 120px;
  height: 30px;
  border-radius: 3px 3px 0 3px;
  color: #e9faff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
  background-color: #ffffff2a;
}
.index-page .search-main .search-form .option-list .tit i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/icon/up.svg") center center no-repeat;
}
.index-page .search-main .search-form .option-list ul {
  display: none;
  position: absolute;
  top: 45px;
  width: 100%;
  border-radius: 0 3px 3px 3px;
  background-color: #ffffff2a;
  padding: 20px 30px 0;
}
.index-page .search-main .search-form .option-list ul li {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-right: 17px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
}
.index-page .search-main .search-form .option-list ul li span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 6px;
  margin-right: 7px;
  color: #fff;
  cursor: pointer;
}
.index-page .search-main .search-form .option-list ul li span:hover {
  color: #c5eaff;
}
.index-page .search-main .search-form .option-list ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 26px;
  background: url(../images/seacheckbox.png) no-repeat 4px 6px;
  cursor: pointer;
}
.index-page .search-main .search-form .option-list ul li a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}
.index-page .search-main .search-form .option-list ul li.selected .icon {
  background-position: 0 -33px;
}
.index-page .search-main .search-form .option-list ul li.selected i {
  background: url(../images/seachecked.png) no-repeat 4px 6px;
}
.index-page .search-main .search-form .option-list ul li:hover a {
  font-weight: bold;
}
.index-page .search-main .search-form .option-list .wx:hover ul {
  display: block;
}
.index-page .search-main .search-form .option-list .wx:hover .tit i {
  background: url("../images/icon/down.svg") center center no-repeat;
}
.index-page .search-main .search-form:focus-within {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.index-page main {
  margin-top: 220px;
  min-height: 800px;
  width: 100%;
}
.index-page main .bg {
  background-color: #f9f9f9;
}
.index-page main .section {
  margin: auto;
  padding-bottom: 60px;
  max-width: 1140px;
}
.index-page main .section h2 {
  height: 70px;
  line-height: 70px;
  font-family: 'SOURCEHANSERIFCN-HEAVY';
  text-align: center;
  font-size: 32px;
  letter-spacing: 0;
  color: #1b66e6;
  margin-bottom: 35px;
  padding-top: 40px;
  font-weight: bolder;
  box-sizing: content-box;
}
.index-page main .section .section1-content {
  display: flex;
  justify-content: space-between;
  color: #666666;
}
.index-page main .section .section1-content .content-item {
  width: 30%;
  background-color: #f9f9f9;
  padding: 0 20px 15px;
}
.index-page main .section .section1-content .content-item ul p.title {
  font-family: 'SOURCEHANSERIFCN-SEMIBOLD';
  font-size: 20px;
  line-height: 28px;
  color: #110e0f;
  margin-bottom: 20px;
  margin-top: 30px;
}
.index-page main .section .section1-content .content-item ul li {
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.index-page main .section .section1-content .content-item ul li a {
  position: relative;
  line-height: 24px;
}
.index-page main .section .section1-content .content-item ul li a span.iconnew {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  /* animation: mymove 3s infinite; */
  /*Safari å’Œ Chrome:*/
  /* -webkit-animation: mymove 3s infinite; */
  position: absolute;
  display: block;
  width: 30px;
  height: 18px;
  top: -9px;
  right: -35px;
  border-radius: 2px;
  color: #ffffff;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 0em;
  font-size: smaller;
  background-color: #5035fe;
}
.index-page main .section .section1-content .content-item ul li a:hover {
  color: #1d4eff;
}
.index-page main .section .section1-content .content-item ul li a:hover b {
  color: #1d4eff;
}
.index-page main .section .section1-content .content-item:hover {
  background-image: linear-gradient(45deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0px 2px 6px 0px rgba(162, 162, 162, 0.6);
}
.index-page main .section .section2-content {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.index-page main .section .section2-content .section2-left {
  width: 50%;
  /* height: 400px; */
  position: relative;
  overflow: hidden;
}
.index-page main .section .section2-content .section2-left .left-bg {
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  background-color: #ffffffbf;
  border-radius: 10px;
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 0;
}
.index-page main .section .section2-content .section2-left .carousel-box {
  position: relative;
  width: calc(100% - 30px);
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.index-page main .section .section2-content .section2-left .carousel-box .carousel-images {
  height: calc(100% - 30px);
  border-radius: 5px;
  display: block;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.index-page main .section .section2-content .section2-left .carousel-box .carousel-images a,
.index-page main .section .section2-content .section2-left .carousel-box .carousel-images img {
  display: block;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0;
  z-index: 2;
}
.index-page main .section .section2-content .section2-left .carousel-box .carousel-images a.active {
  z-index: 100;
}
.index-page main .section .section2-content .section2-left .carousel-dots {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.index-page main .section .section2-content .section2-left .carousel-dots .dot {
  transition: background-color 0.3s ease;
  display: inline-block;
  margin: 0 8px;
  text-indent: -999em;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 11px;
  cursor: pointer;
  border: solid 1px #1b66e6;
}
.index-page main .section .section2-content .section2-left .carousel-dots .dot.active {
  width: 21px;
  background-color: #1b66e6;
}
.index-page main .section .section2-content .section2-left .krakatoa {
  height: 100%;
  overflow: hidden;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent0 .advpic {
  display: inline-block;
  background: url(../images/upload/pic01.jpg) top center no-repeat;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent {
  height: 100%;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent .advpic {
  font-size: 0;
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent1 .advpic {
  display: inline-block;
  background: url(../images/upload/pic02.jpg) top center no-repeat;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent2 .advpic {
  display: inline-block;
  background: url(../images/upload/pic03.jpg) top center no-repeat;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent3 .advpic {
  display: inline-block;
  background: url(../images/upload/pic01.jpg) top center no-repeat;
}
.index-page main .section .section2-content .section2-left .krakatoa .krContent4 .advpic {
  display: inline-block;
  background: url(../images/upload/pic02.jpg) top center no-repeat;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control {
  position: absolute;
  bottom: 7px;
  width: 100%;
  right: -12px;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control .arrows {
  display: none;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control .buttons {
  text-align: right;
  padding-right: 20px;
  width: 100%;
  opacity: 0.75;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control .buttons a {
  font-size: 0;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control .buttons li {
  display: inline-block;
  margin: 0 8px;
  text-indent: -999em;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 11px;
  cursor: pointer;
  border: solid 1px #1b66e6;
}
.index-page main .section .section2-content .section2-left .krakatoa .krakatoa-control .buttons li.active-button {
  width: 21px;
  background-color: #1b66e6;
}
.index-page main .section .section2-content .section2-right {
  width: 47%;
  padding-top: 20px;
  position: relative;
}
.index-page main .section .section2-content .section2-right .news-item p {
  border-radius: 18px;
  display: flex;
  font-size: 16px;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: center;
  color: #282828;
}
.index-page main .section .section2-content .section2-right .news-item p a {
  width: 100%;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0;
  color: #282828;
  line-height: 24px;
}
/*ç½®é¡¶--start*/
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar a{
	display: inline-block;
	width: auto;
	font-weight: 600;
	background: -webkit-linear-gradient(90deg, #7e37ff, #ff0000 100%);
	background: -o-linear-gradient(90deg, #7e37ff 0, #ff0000 100%);
	background: linear-gradient(90deg, #7e37ff 0, #ff0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	 color: rgba(0, 0, 0, 0);
}
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar i{
	position: absolute;
	left: 136px;
	width: 20px;
	height: 20px;
	background: url(../images/icon/topup.svg) no-repeat center;
	background-size: auto 100%;
}
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar a:hover , .index-page main .section .section2-content .section2-right .news-item p.topup-calendar.active a {
  font-weight: bold;
  color: #1b66e6;
  -webkit-text-fill-color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar.active span{
	color: #1b66e6;
	-webkit-text-fill-color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar:hover span{
	color: #1b66e6;
	-webkit-text-fill-color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .news-item p.topup-calendar span{
	font-weight: 600;
	background: -webkit-linear-gradient(90deg, #7e37ff, #ff0000 100%);
	background: -o-linear-gradient(90deg, #7e37ff 0, #ff0000 100%);
	background: linear-gradient(90deg, #7e37ff 0, #ff0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	 color: rgba(0, 0, 0, 0);
}
/*ç½®é¡¶--end*/
.index-page main .section .section2-content .section2-right .news-item p a:hover {
  font-weight: bold;
  color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .news-item p.active {
  /* scale: 1.05; */
}
.index-page main .section .section2-content .section2-right .news-item p.active a {
  font-weight: bold;
  color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .news-item p:hover a {
  font-weight: bold;
  color: #1b66e6;
}
.index-page main .section .section2-content .section2-right .more {
  position: absolute;
  right: 0;
  bottom: -23px;
}
.index-page main .section .section2-content .section2-right .more button {
  width: 65px;
  height: 30px;
  background-color: #1b66e6;
  border-radius: 15px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.index-page main .section .section2-content .section2-right .more button a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page main .section .section2-content .section2-right .more button:hover {
  color: #1b66e6;
  background-color: #d9e3f0;
}
.index-page footer {
  width: 100%;
}
.index-page footer .footer_top_bg {
  background-color: #f9f9f9;
  overflow: hidden;
}
.index-page footer .footer_top_bg img {
  margin: 0 -5%;
  margin-bottom: -1px;
  width: 110%;
  display: block;
}
.index-page footer .footer-box {
  background: #1B66E6;
}
.index-page footer .foot {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: auto;
  min-height: 430px;
  padding-top: 68px;
  color: #ffffff;
  padding-bottom: 20px;
}
.index-page footer .foot .footer-top {
  width: 100%;
  padding: 0 10px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.index-page footer .foot .footer-top .top-item {
  text-align: left;
}
.index-page footer .foot .footer-top .top-item p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.index-page footer .foot .footer-top .top-item p img {
  width: 182px;
  height: 60px;
}
.index-page footer .foot .footer-top .top-item ul li {
  font-size: 14px;
  line-height: 32px;
}
.index-page footer .foot .footer-top .top-item ul li a {
  position: relative;
}
.index-page footer .foot .footer-top .top-item ul li a:hover {
  font-weight: bold;
}
.index-page footer .foot .footer-top .top-item ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: all 0.5s;
}
.index-page footer .foot .footer-top .top-item ul li a:hover::after {
  left: 0;
  width: 100%;
}
.index-page footer .foot .footer-top .top-item ul.share {
  display: flex;
  width: 182px;
  padding: 0 10px;
  justify-content: space-between;
}
.index-page footer .foot .footer-top .top-item ul.share .code-wx {
  display: none;
  position: absolute;
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  top: -56px;
  left: -152px;
  z-index: 100;
}
.index-page footer .foot .footer-top .top-item ul.share .code-wx img {
  width: 120px;
  padding: 5px;
}
.index-page footer .foot .footer-top .top-item ul.share li a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
}
.index-page footer .foot .footer-top .top-item ul.share li a &gt; img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.index-page footer .foot .footer-top .top-item ul.share li {
  line-height: 24px;
}
.index-page footer .foot .footer-top .top-item ul.share li a:hover::after {
  left: 0;
  width: 0;
}
.index-page footer .foot .footer-top .top-item ul.share li a:hover {
  background-color: #282828;
}
.index-page footer .foot .footer-top .top-item ul.share li a:hover &gt; .code-wx {
  display: block;
}
.index-page footer .foot .footer-top .top-item ul.share li a &gt; .code-wx &gt; .arrow,
.index-page footer .foot .footer-top .top-item ul.share li a &gt; .code-wx &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.index-page footer .foot .footer-top .top-item ul.share li a &gt; .code-wx .arrow {
  right: -20px;
  border-right: 10px solid transparent;
  /* å·¦è¾¹è¾¹æ¡†é€æ˜Ž */
  border-left: 10px solid #FFFFFF;
  /* å³è¾¹è¾¹æ¡†é¢œè‰²ä½&nbsp;æƒ³è¦çš„ä¸‰è§’å½¢é¢œè‰² */
  border-top: 10px solid transparent;
  /* é¡¶éƒ¨è¾¹æ¡†é€æ˜Ž */
  border-bottom: 10px solid transparent;
  /* åº•éƒ¨è¾¹æ¡†é€æ˜Ž */
  top: 60px;
}
.index-page footer .foot .footer-top .top-item:not(:last-child) {
  width: calc(25% - 46px);
}
.index-page footer .foot .footer-bottom {
  border-top: 1px solid #f3f9fd77;
  padding-top: 20px;
  font-size: 12px;
  line-height: 30px;
  color: #f0f6ff;
}
.index-page footer .foot .footer-bottom p em {
  font-style: normal;
}
.index-page footer .foot .footer-bottom p span + span {
  margin-left: 20px;
}
.goup-container {
  width: 48px !important;
  height: 48px !important;
  right: 21px !important;
  border-radius: 0 !important;
  background: url(../images/goup.svg) !important;
  background-repeat: no-repeat !important;
}
.goup-container:hover {
  background: url(../images/goupHover.svg) !important;
  background-repeat: no-repeat !important;
}
.goup-container .goup-arrow {
  display: none;
}
@keyframes mymove {
  from {
    background-color: #5035fe;
  }
  to {
    background-color: #ba89ff;
  }
}
/*Safari å’Œ Chrome:*/
@-webkit-keyframes mymove {
  from {
    background-color: #5035fe;
  }
  to {
    background-color: #ba89ff;
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes outer-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.dialog_language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none;
}
.dialog_language .curLang a {
  color: #1b66e6;
  font-weight: bold;
}
.dialog_language .dialog_box {
  font-family: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dialog_language .dialog_box .dialog_close button {
  color: #fff;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: -20px;
  right: -20px;
  border: none;
  background-color: transparent;
}
.dialog_language .dialog_box .dialog_main {
  padding-top: 20px;
}
.dialog_language .dialog_box .dialog_main .dialog_title {
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 50px;
  font-size: 18px;
  color: #282828;
}
.dialog_language .dialog_box .dialog_main .dialog_content {
  padding: 10px 50px 30px;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul {
  font-size: 16px;
  color: #282828;
  display: flex;
  flex-wrap: wrap;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li {
  text-align: left;
  height: 32px;
  width: 33%;
  line-height: 32px;
  position: relative;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li a:hover {
  cursor: pointer;
  font-weight: bold;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li span {
  z-index: 9;
  display: block;
  width: auto;
  white-space: nowrap;
  visibility: hidden;
  position: absolute;
  right: 20px;
  color: #28282880;
  text-align: center;
  padding: 0 10px;
  top: 0;
  background-color: #f6f6f6;
  box-shadow: 2px 0px 4px 0px rgba(168, 168, 168, 0.65);
  border-radius: 5px;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(3n+2) {
  padding-left: 8%;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(3n) {
  padding-left: 16%;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(8) a,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(9) a,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(10) a,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(11) a {
  color: #28282880;
}

.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(5) span {
  right: -26px;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(6) span {
  left: -129px;
  right: 78px;
  box-shadow: -2px 0px 4px 0px rgba(168, 168, 168, 0.65);
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(4) span:after,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(5) span:after,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(6) span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(4) span:after,
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(5) span:after {
  border-right-color: #f6f6f6;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}
.dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(6) span:after {
  border-left-color: #f6f6f6;
  top: 50%;
  left: 99%;
  margin-top: -7px;
}
.disabled-link,
.disabled-link:hover,
.disabled-link a,
.disabled-link a:hover {
  cursor: not-allowed !important;
  font-weight: normal !important;
}
/*---æ™ºèƒ½æç¤º star--*/
.dictdiv {
  position: absolute;
  z-index: 1001;
  width: 534px;
}
.dictlist {
  display: none;
  padding: 0;
  z-index: 999;
  position: relative;
  width: 532px;
  height: auto;
  display: block;
  font-size: 14px;
  text-align: left;
  color: #666;
  background-color: #fff;
  border: 1px solid #999;
}
.dictlist div {
  height: 27px;
  line-height: 150%;
  clear: both;
  overflow: hidden;
  cursor: pointer;
}
.dictlist div span {
  padding: 3px 5px;
}
.dictlist .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  line-height: 1px;
  border-bottom: 1px solid #eee;
}
.dictlist i {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin: 0 0 0 15px;
  background: url(../../images/gb/rightG.png) no-repeat scroll center 0 transparent;
}
.rw {
  width: auto;
}
.dictlist .drop_selected i {
  background: url(../../images/gb/rightR.png) no-repeat scroll center 0 transparent;
}
.dictlistCol {
  position: relative;
}
.dictlistX {
  position: relative;
  z-index: 999;
  width: 643px;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
.dictlistX li {
  padding: 3px 5px;
  cursor: pointer;
}
.dictlistX li.drop_selected {
  background-color: #E2EAFF;
}
.dictlistX i {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin: 0 0 0 15px;
  background: url("../../images/gb/rightG.png") no-repeat scroll center 0 transparent;
}
.dictlistX .l {
  border-bottom: 1px dotted #cdcdcd;
}
.dictlistX .rw {
  color: #555;
  height: auto;
  word-break: break-all;
  word-wrap: break-word;
}
.dictlistX .rw1 {
  color: #333;
}
.dictlistX .rw1 b {
  color: #555;
}
.dictlistX .rw2 {
  padding-left: 19px;
  color: #555;
}
.dictlistX .rw2 b {
  color: #2a83d3;
}
.dictlistX .topRecom {
  height: 18px;
  padding: 3px 5px 0;
  font-size: 12px;
  color: #999;
  cursor: default;
}
.dictlistX div .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  text-align: center;
  font: normal 12px/18px Arial;
  color: #fff;
  vertical-align: middle;
  background-color: #d9d9d9;
  border-radius: 2px;
}
.dictlistX div .num1 {
  background-color: #f53d3d;
}
.dictlistX div .num2 {
  background-color: #ff4f4f;
}
.dictlistX div .num3 {
  background-color: #ff6969;
}
.dictlistX div sup {
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #61a821;
}
.dictlistX li {
  padding: 3px 5px;
  cursor: pointer;
}
.dictlistX li.drop_selected {
  background-color: #E2EAFF;
}
.dictlistX i {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin: 0 0 0 15px;
  background: url("../../images/gb/rightG.png") no-repeat scroll center 0 transparent;
}
.dictlistX .l {
  border-bottom: 1px dotted #cdcdcd;
}
.dictlistX .rw {
  color: #555;
  height: auto;
  word-break: break-all;
  word-wrap: break-word;
}
.dictlistX .rw1 {
  color: #333;
}
.dictlistX .rw1 b {
  color: #555;
}
.dictlistX .rw2 {
  padding-left: 19px;
  color: #555;
}
.dictlistX .rw2 b {
  color: #2a83d3;
}
.dictlistX .topRecom {
  height: 18px;
  padding: 3px 5px 0;
  font-size: 12px;
  color: #999;
  cursor: default;
}
.dictlistX div .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  text-align: center;
  font: normal 12px/18px Arial;
  color: #fff;
  vertical-align: middle;
  background-color: #d9d9d9;
  border-radius: 2px;
}
.dictlistX div .num1 {
  background-color: #f53d3d;
}
.dictlistX div .num2 {
  background-color: #ff4f4f;
}
.dictlistX div .num3 {
  background-color: #ff6969;
}
.dictlistX div sup {
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #61a821;
}
/*---æ™ºèƒ½æç¤º end --*/

/*é¡¶éƒ¨æ–°é—»æ¡*/
.topnews{width: 100%; min-width: 360px; min-height: 60px; background: url(../images/upload/topnewsbg.png) no-repeat center center #2a313d; line-height: 30px; padding: 15px; text-align: center; font-size: 18px; color: #fff; font-weight: bold; letter-spacing: 1.5px;}
.topnews a{color: #70f3ff; margin-left: 5px;}
.topnews a:hover{font-size: calc(18px + 2px);}

@media screen and (max-width: 1200px) {
  .index-page header .header-right .nav {
    display: none;
  }
  .index-page header .header-right .right &gt; li {
    display: none;
  }
  .index-page header .header-right .right &gt; li.menu-btn {
    display: block;
  }
  .index-page header .header-right .right &gt; li:nth-child(2) {
    display: block;
  }
  .index-page header .header-right .right #loginplace {
    display: none;
    right: 20px;
    top: 75px;
    z-index: 99999999;
    position: absolute;
    color: #000;
  }
  .index-page header .header-right .right #loginplace.block {
    display: block;
  }
  .index-page header .tn-person-r .ecp_tn-title {
    font-size: 18px;
  }
  .index-page header .tn-person-r .ecp_tn-title .ecp_tn-tab {
    background: url(../images/icon/icon14.svg) no-repeat center center;
    background-size: 23px;
  }
  .index-page header .tn-person-r .ecp_tn-title .ecp_tn-tab:hover {
    background-color: #1b65e662;
  }
}

@media screen and (max-width: 1200px) {
  .index-page .header-box {
    padding: 0 20px;
  }
  .index-page .search-main {
    padding: 0 20px;
  }
  .index-page main .section {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .index-page footer .footer-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  .index-page .header-box .fullscreen-menu {
    font-size: 24px;
  }
  .index-page .header-box .fullscreen-menu .sub-nav {
    font-size: 20px;
  }
  .index-page header .header-right .nav {
    display: none;
  }
  .index-page header .header-right .right &gt; li {
    display: none;
  }
  .index-page header .header-right .right &gt; li.menu-btn {
    display: block;
  }
  .index-page header .header-right .right &gt; li:nth-child(2) {
    display: block;
  }
  .index-page main .section .section2-content .section2-right {
    padding-top: 10px;
  }
  .index-page main .section .section2-content .section2-right .news-item {
    margin-bottom: 20px;
  }
  .index-page main .section .section2-content .section2-right .news-item p {
    /* margin-bottom: 12px; */
  }
}
@media screen and (max-width: 1000px) {
  .index-page main .section .section2-content {
    justify-content: center;
  }
  .index-page main .section .section2-content .section2-left {
    display: none;
  }
  .index-page main .section .section2-content .section2-right {
    width: 90%;
  }
  .index-page main .section .section2-content .section2-right .news-item p {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 800px) {
  .index-page .search-main h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .index-page footer .foot {
    padding-top: 50px;
  }
  .index-page footer .foot .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-page footer .foot .footer-top .top-item {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .index-page footer .foot .footer-top .top-item p {
    display: inline-block;
  }
  .index-page footer .foot .footer-top .top-item ul li {
    white-space: nowrap;
  }
  .index-page footer .foot .footer-top .top-item:nth-child(1) ul,
  .index-page footer .foot .footer-top .top-item:nth-child(2) ul,
  .index-page footer .foot .footer-top .top-item:nth-child(3) ul,
  .index-page footer .foot .footer-top .top-item:nth-child(4) ul {
    z-index: 9;
    padding: 10px 20px;
    background-color: #000000c5;
    display: none;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-page footer .foot .footer-top .top-item:nth-child(1):hover ul,
  .index-page footer .foot .footer-top .top-item:nth-child(2):hover ul,
  .index-page footer .foot .footer-top .top-item:nth-child(3):hover ul,
  .index-page footer .foot .footer-top .top-item:nth-child(4):hover ul {
    display: block;
  }
  .index-page footer .foot .footer-top .top-item:not(:last-child) {
    width: 45%;
  }
  .index-page footer .foot .footer-top .top-item:last-child {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-page footer .foot .footer-top .top-item:last-child p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-page .search-main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .index-page .search-main {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .index-page main .section .section1-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-page main .section .section1-content .content-item {
    width: 90%;
    margin-bottom: 30px;
  }
  .index-page main .section .section1-content .content-item ul li {
    display: inline-block;
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .index-page .search-main h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media screen and (max-width: 610px) {
  .index-page {
    background-position-y: -76px;
  }
  .index-page .search-main {
    margin-top: 60px;
  }
  .index-page .search-main h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .index-page .search-main .search-form {
    margin-top: 35px;
  }
  .dialog_language .dialog_box {
    width: 85%;
  }
  .dialog_language .dialog_box .dialog_main .dialog_title {
    padding-left: 40px;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content {
    padding: 10px 40px;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul {
    font-size: 14px;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(3n) {
    padding-left: 8%;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(3n+2) {
    padding-left: 5%;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(6) span {
    left: -140px;
    right: 66px;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(4) span {
    right: -32px;
  }
  .dialog_language .dialog_box .dialog_main .dialog_content ul li:nth-child(5) span {
    right: -44px;
  }
}
@media screen and (max-width: 545px) {
  .index-page {
    background-position-y: -20px;
  }
  .index-page .search-main .search-form .option-list ul {
    background-color: #3455e3;
    border-radius: 0 10px 10px 10px;
    padding-bottom: 5px;
  }
  .index-page footer .foot .footer-top .top-item:last-child p {
    margin-right: 30px;
  }
}
@media screen and (max-width: 540px) {
  .index-page .fullscreen-menu {
    font-size: 20px;
  }
  .index-page .fullscreen-menu .sub-nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .index-page header .tn-person-r .ecp_tn-title {
    font-size: 16px;
  }
  .index-page header .header-right .right #loginplace {
    right: 10px;
  }
  .index-page main .section .section2-content .section2-right .news-item p span {
    display: none;
  }
  .index-page main .section .section2-content .section2-right .news-item p a{
    margin-right: 0;
  }
  .index-page footer .foot .footer-top .top-item:last-child p {
    margin-right: 30px;
  }
  .index-page footer .foot .footer-top .top-item:last-child p img {
    height: 35px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .index-page .header-box {
    padding-right: 10px;
  }
  .index-page .header-box .fullscreen-box .fullscreen-menu .close-menu {
    right: 15px;
  }
  .index-page .header-box .fullscreen-box .fullscreen-menu .close-menu button img {
    width: 16px;
    height: 16px;
  }
  .index-page header .header-right .right &gt; li {
    margin: 0;
  }
  .index-page .search-main {
    padding: 0 10px;
    margin-top: 40px;
  }
  .index-page .search-main h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .index-page .search-main .search-form {
    margin-top: 30px;
  }
  /* .index-page footer .foot {
    padding-top: 35px;
  }
  .index-page footer .foot .footer-top .top-item {
    margin-bottom: 0px;
  }
  .index-page footer .foot .footer-top .top-item:not(:last-child) {
    width: 90%;
  }
  .index-page footer .foot .footer-top .top-item:last-child {
    margin-top: 10px;
  }
  .index-page footer .foot .footer-top .top-item:last-child p {
    margin-right: 20px;
  }
  .index-page footer .foot .footer-top .top-item:last-child p img {
    height: 30px;
  } */
}

@media screen  and (max-width: 415px) {
  .topnews{line-height: 30px;}
}

@media screen and (max-width: 400px) {
  .index-page main .section h2 {
    font-size: 28px;
  }
  .index-page footer .foot .footer-top .top-item:last-child p {
    display: none;
  }
  .index-page .search-main .search-form .input-box .sort .sort-list{
    text-align: center;
  }
  .sort-list ul{
    min-width: 102px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .index-page header {
    box-sizing: border-box;
    padding: 14px 18px 0;
  }
  .index-page .search-main {
    width: 100%;
  }
  .index-page footer .foot {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .index-page header {
    box-sizing: border-box;
    padding: 14px 60px 0;
  }
  .index-page header .header-right .nav li {
    margin: 0 28px;
  }
  .index-page .search-main {
    width: 100%;
  }
  .index-page footer .foot {
    max-width: 1200px;
  }
}




/* @media screen and (max-width: 767px) {
  .index-page .search-main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .index-page .search-main {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .index-page header {
    box-sizing: border-box;
    padding: 14px 20px 0;
  }
  .index-page .search-main {
    width: 100%;
  }
  .index-page footer .foot {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .index-page header {
    box-sizing: border-box;
    padding: 10px 60px 0;
  }
  .index-page header .header-right .nav li {
    margin: 0 30px;
  }
  .index-page .search-main {
    width: 100%;
  }
  .index-page footer .foot {
    max-width: 1200px;
  }
} */





</pre></body></html>