.w-1500px {
  width: 1500px;
}
.w-100\% {
  width: 100%;
}
.center {
  margin: 0 auto;
  position: relative;
}
.flex {
  display: flex;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-between {
  justify-content: space-between;
}
a {
  text-decoration: none;
}
.float-img {
  width: 195px;
  height: 177px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}
.header-box {
  background: url('/static/header-bg.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 26px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-box .logo-box {
  width: 1500px;
  margin: 0 auto;
}
.header-box .logo-img {
  width: 570px;
}
.header-box .search-box {
  background: #FFFFFF;
  width: 341px;
  height: 50px;
  border: 1px solid #5EA0FF;
  opacity: 0.9;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  box-sizing: border-box;
}
.header-box .search-box input {
  color: #999999;
  font-size: 15px;
  width: 277px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 12px;
  box-sizing: border-box;
}
.header-box .search-box .search-icon {
  width: 64px;
  height: 50px;
  cursor: pointer;
}
.header-box .code-box {
  display: flex;
  align-items: center;
  position: relative;
  top: 9px;
}
.header-box .code-box > div {
  margin-left: 23px;
  position: relative;
}
.header-box .code-box > div .code-img {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  cursor: pointer;
}
.header-box .code-box > div > .code-name {
  font-size: 12px;
  color: #95BEE2;
}
.header-box .code-box > div .code-qipao {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 126px;
  height: 0;
  left: 50%;
  margin-left: -63px;
  z-index: 9999;
}
.header-box .code-box > div:hover .code-qipao {
  opacity: 1;
  height: 133px;
}
.header-box .nav-box {
  width: 1618px;
  margin: 0 auto;
  margin-top: 29px;
}
.header-box .nav-box .nomarlNav {
  display: inline-block;
  font-size: 22px;
  color: #FFFFFF;
  padding: 0 59px;
  position: relative;
}
.header-box .nav-box .nomarlNav > div {
  padding: 17px 0;
  border-bottom: 3px solid transparent;
}
.header-box .nav-box .nomarlNav.active,
.header-box .nav-box .nomarlNav:hover {
  font-weight: bold;
}
.header-box .nav-box .nomarlNav.active > div,
.header-box .nav-box .nomarlNav:hover > div {
  border-bottom: 3px solid #fff;
}
.header-box .nav-box .msfwNav {
  display: inline-block;
  font-size: 22px;
  color: #FFFFFF;
  padding: 0 59px;
  position: relative;
}
.header-box .nav-box .msfwNav > div {
  padding: 17px 0;
}
.header-box .nav-box .msfwNav:hover {
  background: #2c7ef9;
}
.header-box .msfwNav-box {
  width: 1500px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -750px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  will-change: height;
  z-index: 100;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08), 0 5px 8px rgba(0, 0, 0, 0.04);
}
.ms-content {
  display: flex;
  justify-content: space-between;
  width: 1500px;
}
.ms-content .ms-left {
  width: 400px;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4A9CFF #EEF3FF;
}
.ms-content .ms-left::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ms-content .ms-left::-webkit-scrollbar-track {
  background: #EEF3FF;
  border-radius: 8px;
}
.ms-content .ms-left::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4A9CFF 0%, #1D63FF 100%);
  border-radius: 8px;
  border: 2px solid #EEF3FF;
}
.ms-content .ms-left::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3E8CF9 0%, #1858E0 100%);
}
.ms-content .ms-left > div {
  display: block;
  height: 50px;
  padding-left: 50px;
  line-height: 50px;
  position: relative;
}
.ms-content .ms-left > div > span {
  font-size: 16px;
  color: #333333;
}
.ms-content .ms-left > div img {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}
.ms-content .ms-left > div .right-icon {
  display: block;
}
.ms-content .ms-left > div .right-active-icon {
  display: none;
}
.ms-content .ms-left > div.active {
  background: #4A9CFF;
}
.ms-content .ms-left > div.active > span {
  color: #fff;
}
.ms-content .ms-left > div.active .right-icon {
  display: none;
}
.ms-content .ms-left > div.active .right-active-icon {
  display: block;
}
.ms-content .ms-center-box {
  background: #F7F7F7;
}
.ms-content .ms-center {
  width: 388px;
  background: #F7F7F7;
  display: none;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4A9CFF #EEF3FF;
}
.ms-content .ms-center::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ms-content .ms-center::-webkit-scrollbar-track {
  background: #EEF3FF;
  border-radius: 8px;
}
.ms-content .ms-center::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4A9CFF 0%, #1D63FF 100%);
  border-radius: 8px;
  border: 2px solid #EEF3FF;
}
.ms-content .ms-center::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3E8CF9 0%, #1858E0 100%);
}
.ms-content .ms-center.show {
  display: block;
}
.ms-content .ms-center > div {
  display: block;
  height: 50px;
  padding-left: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}
.ms-content .ms-center > div > span {
  font-size: 16px;
  color: #333333;
}
.ms-content .ms-center > div.active {
  background: #fff;
  position: relative;
}
.ms-content .ms-center > div.active:before {
  content: '';
  width: 4px;
  height: 18px;
  background: #4B9CFF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.ms-content .ms-center > div .detail-content {
  display: none;
}
.ms-content .ms-right {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4A9CFF #EEF3FF;
  background: #fff;
  flex: 1;
  padding: 24px 30px;
  word-wrap: break-word;
  line-height: 34px;
}
.ms-content .ms-right::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ms-content .ms-right::-webkit-scrollbar-track {
  background: #EEF3FF;
  border-radius: 8px;
}
.ms-content .ms-right::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4A9CFF 0%, #1D63FF 100%);
  border-radius: 8px;
  border: 2px solid #EEF3FF;
}
.ms-content .ms-right::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3E8CF9 0%, #1858E0 100%);
}
.ms-content .ms-right img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
  height: inherit;
}
.ms-content .ms-right a {
  text-decoration: underline ;
}
.main-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-banner .swiperImg {
  width: 100%;
}
.main-banner .main-banner-swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
  right: 20px;
}
.main-banner .main-banner-swiper-button-next img {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.main-banner .main-banner-swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
  left: 20px;
}
.main-banner .main-banner-swiper-button-prev img {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.main-banner .main-banner-swiper-pagination {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px !important;
  z-index: 10;
}
.main-banner .main-banner-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.5;
  cursor: pointer;
}
.main-banner .main-banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 93px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
}
.news-info-box {
  background: url('/static/zixunzhongxin-bg.png') no-repeat;
  background-size: 100% 100%;
}
.news-info-box .news-info-container {
  width: 1500px;
  padding-top: 46px;
  padding-bottom: 63px;
  margin: 0 auto;
}
.news-info-box .news-info-container .title {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  position: relative;
  margin-bottom: 32px;
}
.news-info-box .news-info-container .title span {
  position: relative;
  z-index: 1;
}
.news-info-box .news-info-container .title:after {
  content: ' ';
  display: block;
  width: 112px;
  height: 13px;
  background: linear-gradient(90deg, #1995FF 0%, rgba(78, 153, 255, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 0;
}
.news-info-box .news-info-container .news-info-swiper {
  width: 735px;
  height: 429px;
  overflow: hidden;
  position: relative;
  margin-right: 35px;
}
.news-info-box .news-info-container .news-info-swiper .swiperItem {
  width: 735px;
  height: 429px;
  position: relative;
  display: block;
}
.news-info-box .news-info-container .news-info-swiper .swiperItem .swiperImg {
  width: 735px;
  height: 429px;
}
.news-info-box .news-info-container .news-info-swiper .swiperItem .desc {
  position: absolute;
  width: 735px;
  height: 60px;
  background: rgba(0, 0, 0, 0.72);
  left: 0;
  bottom: 0;
  z-index: 10;
  padding-left: 28px;
  box-sizing: border-box;
}
.news-info-box .news-info-container .news-info-swiper .swiperItem .desc > div {
  line-height: 60px;
  width: 524px;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info-box .news-info-container .news-info-swiper .news-info-swiper-pagination {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 20px !important;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 11;
}
.news-info-box .news-info-container .news-info-swiper .news-info-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.news-info-box .news-info-container .news-info-swiper .news-info-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
}
.news-info-box .news-info-container .news-box {
  width: 727px;
}
.news-info-box .news-info-container .news-box .news-item-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 2px solid #FB773A;
}
.news-info-box .news-info-container .news-box .news-item-nav > a {
  border-radius: 4px 4px 0 0;
  padding-bottom: 3px;
  cursor: pointer;
}
.news-info-box .news-info-container .news-box .news-item-nav > a > div {
  width: 172px;
  height: 40px;
  background: #eeceb3;
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  color: #FB773A;
  line-height: 40px;
  text-align: center;
}
.news-info-box .news-info-container .news-box .news-item-nav .active {
  background: #FB773A;
}
.news-info-box .news-info-container .news-box .news-item-nav .active > div {
  background: #FB773A;
  color: #FFFFFF;
  border-radius: 4px 4px 0 0;
}
.news-info-box .news-info-container .news-box .news-item-box {
  display: none;
}
.news-info-box .news-info-container .news-box .news-item-box.active {
  display: block;
}
.news-info-box .news-info-container .news-box .news-item-box > a {
  display: block;
  height: 60px;
  background: #FFFFFF;
  margin-bottom: 16px;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item {
  display: flex;
  align-items: center;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item .line {
  width: 4px;
  height: 60px;
  margin-right: 10px;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item .news-item-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-right: 20px;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item .news-item-content .news-item-title {
  width: 595px;
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item .news-item-content .news-item-date-month {
  font-size: 14px;
  color: #666666;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item.active,
.news-info-box .news-info-container .news-box .news-item-box > a .news-item:hover {
  background: #1A6AD9;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item.active .line,
.news-info-box .news-info-container .news-box .news-item-box > a .news-item:hover .line {
  opacity: 0;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item.active .news-item-content .news-item-title,
.news-info-box .news-info-container .news-box .news-item-box > a .news-item:hover .news-item-content .news-item-title {
  color: #FFFFFF;
}
.news-info-box .news-info-container .news-box .news-item-box > a .news-item.active .news-item-content .news-item-date-month,
.news-info-box .news-info-container .news-box .news-item-box > a .news-item:hover .news-item-content .news-item-date-month {
  color: #FFFFFF;
}
.news-info-box .news-info-container .news-box .news-item-box > .more-btn {
  text-align: right;
}
.news-info-box .news-info-container .news-box .news-item-box > .more-btn > a {
  display: inline-block;
}
.news-info-box .news-info-container .news-box .news-item-box > .more-btn > a img {
  width: 104px;
  height: 30px;
}
.classify-nav {
  width: 1056px;
  background: #F0F2F8;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  box-sizing: border-box;
}
.classify-nav > div,
.classify-nav > a {
  cursor: pointer;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  padding: 14px 60px;
  border-radius: 10px 10px 10px 10px;
}
.classify-nav > div.active,
.classify-nav > a.active {
  background: linear-gradient(90deg, #FB933A 0%, #FB773A 100%);
  color: #FFFFFF;
}
.national-level-center {
  width: 1500px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  display: none;
}
.national-level-center.active {
  display: block;
}
.national-level-center > div {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.national-level-center .three-items a {
  width: 480px;
  height: 170px;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
}
.national-level-center .three-items a img {
  width: 480px;
  height: 170px;
  transition: all 0.5s ease-in-out;
}
.national-level-center .three-items a img:hover {
  transform: scale(1.05);
}
.national-level-center .four-items a {
  width: 360px;
  height: 170px;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
}
.national-level-center .four-items a img {
  width: 360px;
  height: 170px;
  transition: all 0.5s ease-in-out;
}
.national-level-center .four-items a img:hover {
  transform: scale(1.05);
}
.professional-testing-box {
  width: 1500px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  display: none;
}
.professional-testing-box.active {
  display: block;
}
.professional-testing-box a {
  display: inline-block;
  width: 360px;
  height: 132px;
  overflow: hidden;
  border-radius: 6px;
}
.professional-testing-box a img {
  width: 360px;
  height: 132px;
  transition: all 0.5s ease-in-out;
}
.professional-testing-box a img:hover {
  transform: scale(1.05);
}
.professional-testing-box .three-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.professional-testing-box .three-box a {
  margin: 0 10px;
}
.professional-testing-box .four-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.professional-testing-box.professional-testing-box-small {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}
.professional-testing-box.professional-testing-box-small a {
  width: 320px;
  height: auto;
}
.branch-campus {
  width: 1500px;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 100px;
  display: none;
}
.branch-campus.active {
  display: block;
}
.branch-campus > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.branch-campus > div > a {
  margin-bottom: 26px;
  display: inline-block;
  width: 479px;
  height: 358px;
  overflow: hidden;
  border-radius: 6px;
}
.branch-campus > div > a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.branch-campus > div > a img:hover {
  transform: scale(1.05);
}
.branch-campus.branch-campus-samll {
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
}
.branch-campus.branch-campus-samll > div > a {
  width: 430px;
  height: auto;
}
.footer {
  width: 100%;
  background: url('/static/foot-bg.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 32px;
  padding-bottom: 45px;
}
.footer .footer-content {
  width: 1500px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .foot-left {
  width: 475px;
}
.footer .footer-content .foot-left .logo {
  width: 475px;
  margin-bottom: 40px;
}
.footer .footer-content .foot-left .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content .foot-left .footer-info .footer-copyright {
  font-size: 12px;
  color: #FFFFFF;
}
.footer .footer-content .foot-left .footer-info .footer-license {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer .footer-content .foot-left .footer-info .footer-license img {
  width: 18px;
  height: 20px;
  margin-right: 15px;
}
.footer .footer-content .foot-left .footer-info .footer-license span {
  font-size: 12px;
  color: #FFFFFF;
}
.footer .footer-content .foot-left .footer-info .footer-license-icon {
  width: 57px;
  height: 57px;
}
.footer .footer-content .foot-right {
  display: flex;
}
.footer .footer-content .foot-right .nav-list {
  margin-left: 150px;
}
.footer .footer-content .foot-right .nav-list .nav-list-title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .footer-content .foot-right .nav-list .nav-list-content a,
.footer .footer-content .foot-right .nav-list .nav-list-content div {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.footer .footer-content .foot-right .jiandu-icon {
  width: 124px;
  height: 118px;
  margin-left: 50px;
}
.detail-banner img {
  width: 100%;
}
.bg-grey {
  background: #F1F2F9;
}
.service-container {
  width: 1500px;
  position: relative;
  margin: 0 auto;
}
.service-container .service-title {
  font-weight: bold;
  font-size: 40px;
  color: #0653C4;
  position: relative;
  margin-bottom: 80px;
  position: absolute;
  top: -200px;
}
.service-container .service-title span {
  position: relative;
  z-index: 1;
}
.service-container .service-title:after {
  content: '';
  display: block;
  width: 170px;
  height: 14px;
  background: linear-gradient(90deg, #1995FF 0%, rgba(78, 153, 255, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  bottom: -3px;
}
.service-container .service-content {
  width: 1500px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  top: -80px;
}
.service-container .service-content .service-three-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.service-container .service-content .service-three-item img {
  width: 456px;
  height: 168px;
}
.service-container .service-content .service-item {
  display: block;
  margin-bottom: 26px;
}
.service-container .service-content .service-item img {
  width: 1420px;
  height: 178px;
}
.service-container .service-content .form-box {
  display: flex;
  justify-content: space-between;
}
.service-container .service-content .form-box > div {
  width: 698px;
}
.service-container .service-content .form-box > div .form-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.service-container .service-content .form-box > div .form-title img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.service-container .service-content .form-box > div .form-content {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px #F2F2F2;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E6EDFA;
  padding: 15px 32px;
  height: 288px;
  box-sizing: border-box;
}
.service-container .service-content .form-box > div .form-content label {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}
.service-container .service-content .form-box > div .form-content input {
  width: 636px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #E4EBF8;
  outline: none;
  margin-bottom: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
.service-container .service-content .form-box > div .form-content .button {
  display: block;
  width: 636px;
  height: 44px;
  background: linear-gradient(360deg, #2271F3 0%, #6592FF 100%);
  border-radius: 4px 4px 4px 4px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
}
.service-container .service-content .form-box > div .notice {
  font-size: 14px;
  color: #0749A5;
  line-height: 22px;
  margin-top: 12px;
}
.service-container .service-content .foot-img {
  display: block;
  margin-top: 26px;
}
.service-container .service-content .foot-img img {
  width: 1420px;
  height: 180px;
  border-radius: 6px 6px 6px 6px;
}
.bar-title {
  background: linear-gradient(90deg, #257CF4 0%, #1049EE 100%) !important;
  font-weight: bold !important;
  font-size: 24px;
  color: #fff !important;
}
.detail-common-container {
  width: 1500px;
  position: relative;
  margin: 0 auto;
}
.detail-common-container .detail-content-box {
  display: flex;
  margin: 24px 0;
  justify-content: center;
}
.detail-common-container .detail-content-box .left-bar {
  width: 340px;
  margin-right: 20px;
  max-height: 50vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.detail-common-container .detail-content-box .left-bar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.detail-common-container .detail-content-box .left-bar::-webkit-scrollbar-track {
  background: #EEF3FF;
  border-radius: 8px;
}
.detail-common-container .detail-content-box .left-bar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4A9CFF 0%, #1D63FF 100%);
  border-radius: 8px;
  border: 2px solid #EEF3FF;
}
.detail-common-container .detail-content-box .left-bar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3E8CF9 0%, #1858E0 100%);
}
.detail-common-container .detail-content-box .left-bar.first-hide {
  display: none;
}
.detail-common-container .detail-content-box .left-bar a {
  display: block;
  border-bottom: 1px solid #DBEAFB;
  background: #FFFFFF;
  padding: 20px 24px;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  line-height: 25px;
}
.detail-common-container .detail-content-box .left-bar a.active,
.detail-common-container .detail-content-box .left-bar a:hover {
  background: #DBEAFB;
}
.detail-common-container .detail-content-box .left-bar > a:last-child {
  border-bottom: none;
}
.detail-common-container .detail-content-box .right-content {
  width: 1136px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px #F0F0F0;
  border-radius: 4px 4px 4px 4px;
  padding: 40px 100px;
  box-sizing: border-box;
}
.detail-common-container .detail-content-box .right-content .detail-title {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  line-height: 44px;
}
.detail-common-container .detail-content-box .right-content .detail-info {
  font-size: 12px;
  color: #666666;
  margin-bottom: 50px;
  display: flex;
}
.detail-common-container .detail-content-box .right-content .detail-info > div {
  margin-right: 20px;
}
.detail-common-container .detail-content-box .right-content .detailText {
  word-wrap: break-word;
  line-height: 34px;
  font-size: 20px;
}
.detail-common-container .detail-content-box .right-content .detailText p {
  line-height: 34px !important;
}
.detail-common-container .detail-content-box .right-content .detailText img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
  height: inherit;
}
.detail-common-container .detail-content-box .right-content .detailText a {
  text-decoration: underline ;
}
.detail-common-container .detail-content-box .right-list {
  width: 1136px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px #F0F0F0;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  padding: 0 40px;
  min-height: 600px;
}
.detail-common-container .detail-content-box .right-content-full {
  width: 1500px;
}
.detail-common-container .detail-content-box .expert-content {
  padding: 28px 36px;
}
.detail-common-container .detail-content-box .expert-content .expert-item {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 40px;
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.5);
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  box-sizing: border-box;
}
.detail-common-container .detail-content-box .expert-content .expert-item > div .expert-img {
  width: 100%;
  margin-bottom: 12px;
}
.detail-common-container .detail-content-box .expert-content .expert-item > div .desc {
  font-size: 14px;
  color: #A3A3A3;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 24px;
  height: 43px;
}
.detail-common-container .detail-content-box .expert-content .expert-item > div .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-common-container .detail-content-box .expert-content .expert-item > div .name-box > div {
  font-size: 18px;
  color: #000000;
}
.detail-common-container .detail-content-box .expert-content .expert-item > div .name-box > img {
  width: 20px;
  height: 20px;
}
.detail-common-container .detail-content-box .expert-content .expert-item:nth-child(5n) {
  margin-right: 0;
}
.list-item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 20px 0 17px 0;
}
.list-item .title-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.list-item .title-box > div {
  width: 950px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-item .title-box > span {
  font-size: 12px;
  color: #999999;
}
.list-item .desc {
  font-size: 16px;
  color: #999999;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pagination span {
  color: #333;
  margin-left: 20px;
}
.pagination .dot {
  color: #BFBFBF;
}
.pagination a {
  display: inline-block;
  background: #F4F4F5;
  border-radius: 2px 2px 2px 2px;
  padding: 7px;
  font-size: 14px;
  color: #606266;
  margin-left: 20px;
}
.pagination .active {
  background: #0276F7;
  color: #fff;
}
.pagination input {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D9D9D9;
  margin-left: 20px;
  text-align: center;
}
.detail-bread {
  width: 1500px;
  height: 60px;
  background: #FFFFFF;
  line-height: 60px;
  position: relative;
  margin: 25px auto;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
}
.detail-bread a {
  color: #666666;
  display: inline-block;
}
.detail-bread a:last-child {
  color: #1556EF;
}
.detail-common-title {
  font-weight: bold;
  font-size: 40px;
  color: #0653C4;
  margin-bottom: 80px;
  position: absolute;
  top: -200px;
}
.detail-common-title span {
  position: relative;
  z-index: 1;
}
.detail-common-title:after {
  content: '';
  display: block;
  width: 170px;
  height: 14px;
  background: linear-gradient(90deg, #1995FF 0%, rgba(78, 153, 255, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  bottom: -3px;
}
.detail-common-title .detail-common-back {
  width: 84px;
  height: 34px;
  position: absolute;
  top: -70px;
  cursor: pointer;
}
.detail-common-title .detail-common-back img {
  width: 100%;
}
.country-content-box {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  margin-top: 24px;
  position: relative;
}
.country-content-box .left-bar {
  width: 340px;
  margin-right: 24px;
}
.country-content-box .left-bar > a {
  display: block;
  width: 340px;
  height: 64px;
  background: #fff;
  font-size: 16px;
  color: #333333;
  display: flex;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #DBEAFB;
}
.country-content-box .left-bar > a.active {
  background: linear-gradient(90deg, #257CF4 0%, #1049EE 100%);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.country-content-box .left-bar > a > div {
  flex: 1;
  line-height: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-content-box .left-bar > a img {
  width: 10px;
  height: 8px;
}
.country-enter-container {
  width: 1136px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-top: 20px;
}
.country-enter-container .nav-bar {
  font-size: 16px;
  color: #666666;
  margin-bottom: 50px;
  margin-left: 22px;
}
.country-enter-container .nav-bar span {
  font-size: 16px;
  color: #1556EF;
}
.country-enter-container .list-box {
  padding: 0 73px;
}
.country-enter-container .list-box > a {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 482px;
  height: 170px;
  overflow: hidden;
  border-radius: 6px;
}
.country-enter-container .list-box > a img {
  width: 482px;
  height: 170px;
  transition: all 0.5s ease-in-out;
}
.country-enter-container .list-box > a img:hover {
  transform: scale(1.05);
}
.country-enter-container .list-box > a:nth-child(2n) {
  margin-right: 0;
}
.country-enter-container-list {
  position: relative;
  margin: 24px auto;
}
.msDetail-container {
  width: 1500px;
  margin: 24px auto;
  position: relative;
  background: #fff;
  min-height: calc(100vh - 900px);
}
.msDetail-container .ms-content {
  min-height: 500px;
}
.msDetail-container .nav-bar {
  font-size: 16px;
  color: #666666;
  padding: 20px 22px;
  position: relative;
  bottom: 0;
  z-index: 101;
  background: #fff;
}
.msDetail-container .nav-bar a {
  color: #666666;
}
.msDetail-container .nav-bar span {
  color: #1556EF;
}
.party-build-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1500px;
  margin-bottom: 30px;
}
.party-build-title > div {
  text-align: center;
}
.party-build-title > div img {
  width: 1180px;
}
.party-build-title > a {
  display: inline-block;
  position: absolute;
  right: 24px;
}
.party-build-title > a > img {
  width: 104px;
  height: 30px;
}
.party-building-box {
  display: flex;
  padding: 24px;
  width: 1500px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  margin: 24px auto;
  justify-content: space-between;
}
.party-building-box .party-building-swiper {
  width: 711px;
  height: 400px;
  overflow: hidden;
}
.party-building-box .party-building-swiper .swiperItem {
  position: relative;
}
.party-building-box .party-building-swiper .swiperItem .swiperImg {
  width: 711px;
  height: 400px;
}
.party-building-box .party-building-swiper .swiperItem .desc {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #333 73%);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 13px 18px 13px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.party-building-box .right-news {
  width: 718px;
}
.party-building-box .right-news .party-news-list {
  width: 718px;
  box-sizing: border-box;
  padding: 0;
}
.party-news-list {
  width: 1500px;
  padding: 0 24px;
  box-sizing: border-box;
}
.party-news-list .news-list .news-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(54, 141, 251, 0.14);
}
.party-news-list .news-list .news-item > div {
  width: calc(100% - 100px);
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.party-news-list .news-list .news-item > span {
  font-size: 16px;
  color: #999999;
}
.about-us-container {
  position: relative;
  width: 1500px;
  margin: 0 auto;
}
.about-us-container .about-us-content {
  width: 1500px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  top: -60px;
}
.about-us-container .about-us-content .top-bar {
  padding: 20px 22px;
  font-size: 16px;
  color: #666666;
}
.about-us-container .about-us-content .top-bar a {
  display: inline-block;
  color: #666;
}
.about-us-container .about-us-content .top-bar span {
  font-size: 16px;
  color: #1556EF;
}
.about-us-container .about-us-content .content-box {
  display: flex;
  padding: 35px 32px;
  box-sizing: border-box;
  justify-content: space-between;
}
.about-us-container .about-us-content .content-box .left-img {
  position: relative;
  width: 613px;
  height: 346px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.about-us-container .about-us-content .content-box .left-img > video {
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: cover;
}
.about-us-container .about-us-content .content-box .left-img .video-play-btn {
  width: 53px;
  height: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-us-container .about-us-content .content-box .right-content {
  position: relative;
}
.about-us-container .about-us-content .content-box .right-content .html-box {
  width: 778px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  word-break: break-word;
}
.about-us-container .about-us-content .content-box .right-content .html-box p {
  line-height: 30px !important;
}
.about-us-container .about-us-content .content-box .right-content .more-box {
  text-align: right;
}
.about-us-container .about-us-content .content-box .right-content .more-box .read-more {
  font-size: 16px;
  color: #FC7639;
  right: 0;
  bottom: 6px;
  height: 30px;
  line-height: 30px;
  padding-left: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 60%);
}
.about-us-container .about-us-content .data-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
}
.about-us-container .about-us-content .data-box .data-item {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #E5E3E3;
}
.about-us-container .about-us-content .data-box .data-item .data-num {
  display: flex;
  align-items: end;
  color: #FF6B27;
  justify-content: center;
  margin-bottom: 3px;
}
.about-us-container .about-us-content .data-box .data-item .data-num div {
  font-size: 50px;
  font-weight: bold;
}
.about-us-container .about-us-content .data-box .data-item .data-num span {
  font-size: 26px;
}
.about-us-container .about-us-content .data-box .data-item .data-title {
  font-size: 20px;
  color: #000000;
}
.about-us-container .about-us-content .data-box .data-item:last-child {
  border-right: none;
}
.about-us-container .classify-nav {
  width: 1500px;
  position: relative;
  top: -60px;
  display: flex;
  padding: 0;
}
.about-us-container .classify-nav > a {
  display: inline-block;
  width: 376px;
  height: 328px;
  position: relative;
}
.about-us-container .classify-nav > a img {
  width: 376px;
  height: 328px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-us-container .classify-nav > a img:hover.nomral {
  opacity: 0;
}
.about-us-container .classify-nav > a img:hover.active {
  opacity: 1;
}
.about-us-container .classify-nav > a .nomral {
  opacity: 1;
}
.about-us-container .classify-nav > a .active {
  opacity: 0;
}
.about-us-container .map-box {
  width: 1500px;
  height: 436px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  top: -80px;
}
.about-us-container .map-box #map-container {
  width: 1468px;
  height: 404px;
  border-radius: 10px 10px 10px 10px;
}
.about-us-container .map-box #map-container .amap-info-close {
  display: none;
}
.about-us-container .map-box .company-info {
  width: 411px;
  height: 217px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  right: 38px;
  box-sizing: border-box;
  top: 50%;
  margin-top: -108px;
}
.about-us-container .map-box .company-info > div {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.search-content {
  width: 1500px;
  margin: 24px auto;
  margin-top: 65px;
  min-height: calc(100vh - 634px);
}
.search-content > .title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #0A47A9;
}
.search-content > .search-box {
  display: flex;
  width: 640px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  margin: 12px auto;
}
.search-content > .search-box input {
  width: 576px;
  outline: none;
  padding: 0 12px;
  border: 1px solid #5EA0FF;
  border-radius: 6px 0 0 6px;
}
.search-content > .search-box .search-icon {
  width: 64px;
  height: 50px;
  cursor: pointer;
}
.search-content > .nav-search-bar {
  width: 800px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  margin: 24px auto;
  display: flex;
  justify-content: space-around;
  padding: 4px 0;
  box-sizing: border-box;
}
.search-content > .nav-search-bar span {
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.search-content > .nav-search-bar span.active {
  background: linear-gradient(90deg, #FB933A 0%, #FB773A 100%) !important;
  color: #FFFFFF;
}
.search-content .search-list {
  background: #fff;
  padding: 22px 40px;
  box-sizing: border-box;
  width: 1136px;
  position: relative;
  margin: 0 auto;
}
