
.entirety {
  max-width: 1920px;
  margin: auto;
}

.main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.com-tops {
  display: flex;
  justify-content: space-between;
}

.com-title {
  position: relative;
}

.com-title .tt {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.com-title .bg {
  font-size: 120px;
  line-height: 120px;
  font-family: 'dinb';
  color: #333;
  color: transparent;
  -webkit-text-stroke: 1px #ddd;
  position: absolute;
  left: 0;
  top: -16px;
  text-transform: uppercase;
}

.news-nav {
  display: flex;
  align-items: center;
}

.news-nav .active {
  content: '';
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #005eab;
  bottom: 0;
  left: calc(50% - 70px);
}

.news-nav .item {
  padding-bottom: 26px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  margin-left: 80px;
  cursor: pointer;
}

.news-nav .item.active {
  color: #005eab;
}

.news-nav .item.active::before {
  content: '';
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 4px;
  background-color: #005eab;
  left: 0;
}

.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s;
}

.header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .right-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .right-nav .nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .right-nav .nav .items {
  height: 100%;
  position: relative;
}

.header .right-nav .nav .items > .item {
  height: 100%;
  line-height: 120px;
  padding: 0 30px;
  display: inline-block;
  font-size: 15px;
  color: #000;
  position: relative;
  white-space: nowrap;
}

.header .right-nav .nav .items > .item:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #005eab;
  transition: width 0.3s linear;
  bottom: 30px;
  left: calc(50% - 50px);
}

.header .right-nav .nav .items:hover > .item {
  color: #005eab;
}

.header .right-nav .nav .items:hover > .item:before {
  content: '';
  transition: width 0.3s linear;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #005eab;
  bottom: 30px;
  left: calc(50% - 50px);
}

.header .right-nav .nav .items:hover .down-nav {
  height: 64px;
  transition: all 0.3s;
  opacity: 1;
}

.header .right-nav .nav .items:hover .down-nav .item:after {
  opacity: 1;
}

.header .right-nav .nav .items:hover .down-box {
  height: 246px;
  transition: all 0.3s;
  opacity: 1;
}

.header .right-nav .nav .items.active > .item {
  color: #005eab;
}

.header .right-nav .nav .items.active > .item:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #005eab;
  bottom: 30px;
  left: calc(50% - 50px);
}

.header .right-nav .search {
  height: 100%;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  margin-right: 30px;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/3.png");
  display: inline-block;
}

.header .right-nav .personal {
  position: relative;
  display: flex;
  align-items: center;
}
.header .right-nav .personal .search-box {
  display: flex;
  align-items: center;
}
.header .right-nav .personal .search {
  height: 100%;
  margin-right:18px;
  width: 30px;
  height: 30px;
  margin-left: 18px;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/3.png");
  display: inline-block;
}

.header .right-nav .personal .quit {
  display: flex;
  position: static;
  top: 10px;
  /*right: -170px;*/
  cursor: pointer;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #666666;
}
.header .right-nav .personal p {
  flex-shrink: 0;
  margin-left: 10px;
}
.header .right-nav .personal .quit span {
  margin-right: 4px;
}

.header .down-nav {
  width: 1200px;
  height: 0;
  position: absolute;
  top: 120px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  display: none !important;
}

.header .down-nav .item {
  display: inline-block;
  height: 100%;
  font-size: 15px;
  line-height: 64px;
  color: #fff;
  position: relative;
  padding: 0 22px;
}

.header .down-nav .item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #676968;
  right: 0;
  opacity: 0;
  top: calc(50% - 5px);
}

.header .down-nav .item:last-child:after {
  width: 0;
}

.header .down-nav .item:hover {
  color: #005eab;
}

.header .down-nav.about {
  padding-left: 280px;
}

.header .down-nav.news {
  padding-left: 540px;
}

.header .down-nav.culture {
  padding-right: 320px;
  display: flex;
  justify-content: flex-end;
}

.header .down-nav.business {
  padding-right: 200px;
  display: flex;
  justify-content: flex-end;
}

.header .down-nav.news {
  padding-left: 540px;
}

.header .down-nav.contact {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}

.header .down-box {
  position: absolute;
  /* width: 140px; */
  min-width: 140px;
  height: 0;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
/* .header .down-box.long{
  width: 166px;
  left: calc(50% - 83px);
} */
.header .down-box .item {
  width: 100%;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  height: 41px;
  line-height: 41px;
  background-color: #f0f2f1;
  transition: all 0.3s;
  color: #333;
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
  display: block;
}

.header .down-box .item:hover {
  background-color: #005eab;
  color: #fff;
  opacity: 1;
}

.header .down-box .item:last-child {
  border-bottom: none;
}

.header .logo {
  width: 152px;
  display: flex;
}

.header .logo .logo-img {
  width: 150px;
  height: 60px;
  margin-right: 7px;
}

.header .logo img {
  width: 100%;
}

.header.bor {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.read {
  width: 174px;
  height: 58px;
  background-color: #005eab;
  border-radius: 29px;
  border: solid 1px #005eab;
  text-align: center;
  line-height: 58px;
  color: white;
  margin-top: 42px;
  display: block;
}

.read .jt {
  margin-left: 15px;
}

.pic-show {
  position: relative;
  margin-top: 120px;
}

.pic-show img {
  width: 100%;
  height: 348px;
}

.pic-show .headline {
  position: absolute;
  top: 50%;
  left: 46%;
  font-family: PingFangSC-Regular;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}

.hengxian {
  width: 36px;
  height: 6px;
  background-color: #005eab;
  border-radius: 3px;
  display: block;
  margin-top: 32px;
}

.big-title {
  width: 62.5%;
  height: 34px;
  margin: auto;
  display: flex;
  line-height: 34px;
  position: relative;
  margin-top: 100px;
}

.big-title .business {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  justify-content: flex-start;
  margin-right: 14px;
}

.big-title .gomove {
  height: 34px;
  font-family: DIN-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  width: 135px;
  letter-spacing: 0px;
  color: #005eab;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}

.big-title .gomove .jt {
  margin-top: -5px;
}

.big-title .news1 {
  display: inline-block;
  width: 122px;
  height: 46px;
  border-radius: 23px;
  background-color: #ebecec;
  border: solid 1px #666666;
  color: #666666;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  margin-top: -6px;
  margin-left: 16px;
  cursor: pointer;
}

.big-title .news1:hover {
  border: 1px solid #005eab;
  background-color: #eff5ff;
  color: #005eab;
}

.big-title .active {
  border: 1px solid #005eab;
  background-color: #eff5ff;
  color: #005eab;
}

.footer {
  width: 100%;
  background-color: #4b4b4b;
  /*height: 388px;*/
  position: relative;
}

.footer .footer-second {
  width: 62.5%;
  margin: auto;
  display: flex;
  padding-top: 42px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 75px;
}

.footer .footer-second .big-second {
  display: flex;
}

.footer .footer-second .big-second .big-details {
  /* margin-right: 30px;
  margin-left: 30px; */

  margin-right: 12.5px;
  margin-left: 12.5px;
}

.footer .footer-second .big-second .big-details a {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}

.footer .footer-second .big-second .big-details:last-child {
  margin-right: 0;
}

.footer .footer-second .big-second .big-details .second {
  margin-top: 30px;
}

.footer .footer-second .big-second .big-details .second .details a {
  color: #999999;
  font-size: 14px;
  line-height: 32px;
}

.footer .footer-second .site {
  position: absolute;
  top: 178px;
}

.footer .footer-second .site .site1 {
  display: flex;
  margin-bottom: 16px;
}

.footer .footer-second .site .site1 .bj {
  width: 14px;
  height: 16px;
  vertical-align: middle;
  margin-top: 2px;
}

.footer .footer-second .site .site1 .dz {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 20px;
}

.footer .footer-second .site .site2 .phone {
  display: flex;
}

.footer .footer-second .site .site2 .phone .dh {
  width: 16px;
  height: 17px;
  margin-top: 6px;
}

.footer .footer-second .site .site2 .phone .jianche {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 20px;
}

.footer .footer-second .site .site2 .phone .number {
  font-family: DIN-Bold;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  cursor: default;
}

.footer .footer-second .site .site2 .phone2 {
  display: flex;
}

.footer .footer-second .site .site2 .phone2 .jianche {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 35px;
}

.footer .footer-second .site .site2 .phone2 .number {
  font-family: DIN-Bold;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  cursor: default;
}
.footer .footer-second .select{
  width: 240px;
  height: 36px;
  border: 1px solid #999;
  position: absolute;
  right: 0%;
  bottom:15px;
  background-image: url("../img/arr.png");
  background-size: 16px 16px;
  background-position: center right 16px;
  background-repeat: no-repeat;
  position: absolute;
}
.footer .footer-second .select select{
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  border: none;
  padding-left: 10px;
}
.footer .footer-second .select select option{
  color: #333;
}
.footer .footer-bottom {
  width: 100%;
  background-color: #333;
  /*margin-top: 63px;*/
}

.footer .footer-bottom .smoll-footer {
  width: 62.5%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

.footer .footer-bottom .smoll-footer .company {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
  cursor: default;
}

.footer .footer-bottom .smoll-footer .icp {
  width: 490px;
  display: flex;
  justify-content: space-between;
}

.footer .footer-bottom .smoll-footer .icp .icp-contant {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}

.footer .footer-bottom .smoll-footer .icp .beian {
  display: flex;
}

.footer .footer-bottom .smoll-footer .icp .beian .beian-contant {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}

.footer .footer-bottom .smoll-footer .icp .beian .plic {
  width: 16px;
  height: 17px;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 14px;
}

.top-nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ebecec;
}

.top-nav .middle-nav {
  width: 62.5%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.top-nav .middle-nav .loacation-left {
  display: flex;
  line-height: 60px;
  cursor: pointer;
}

.top-nav .middle-nav .loacation-left .current {
  color: #999999;
}

.top-nav .middle-nav .loacation-left .wz {
  width: 12px;
  height: 15px;
  margin-top: 23px;
  margin-right: 9px;
}

.top-nav .middle-nav .loacation-left a {
  margin-left: 9px;
  color: #999999;
}

.top-nav .middle-nav .loacation-left .arrows {
  width: 6px;
  height: 8px;
  margin-top: 26px;
  margin-left: 9px;
  margin-right: 9px;
}

.top-nav .middle-nav .loacation-right ul {
  display: flex;
}

.top-nav .middle-nav .loacation-right ul .active {
  background-color: #005eab;
}

.top-nav .middle-nav .loacation-right ul .active a {
  border: none;
  color: #ffffff;
}

.top-nav .middle-nav .loacation-right ul .active:last-of-type a {
  border-right: none;
}

.top-nav .middle-nav .loacation-right ul li {
  margin-right: 1px;
  width: 160px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.top-nav .middle-nav .loacation-right ul li a {
  width: 160px;
  height: 100%;
  display: inline-block;
  line-height: 60px;
}

.top-nav .middle-nav .loacation-right ul li span {
  width: 162px;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 25px;
  left: -1px;
}

.top-nav .middle-nav .loacation-right ul li:last-of-type span {
  border-right: 1px solid #cccccc;
}

.top-nav .middle-nav .loacation-right ul li:hover {
  background-color: #005eab;
}

.top-nav .middle-nav .loacation-right ul li:hover a {
  border: none;
  color: #ffffff;
}

.search-box2 {
  display: flex;
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 99;
  background-color: #ffffff;
  padding: 32px 0px;
}

.search-box2 .series {
  display: flex;
}

.search-box2 .series span {
  display: inline-block;
  width: 260px;
  height: 120px;
  background-color: #e60012;
}

.search-box2 .series span .chanpin {
  font-size: 38px;
  line-height: 17px;
  color: #ffffff;
  margin-top: 48px;
  margin-left: 58px;
}

.search-box2 .series span .chanpin1 {
  font-family: YouSheBiaoTiHei;
  line-height: 17px;
  color: #ffffff;
  margin-left: 60rem;
  margin-top: 6px;
  font-size: 36px;
}

.search-box2 .series .nav-two {
  width: 170px;
  height: 56px;
  border-radius: 26px;
  background-color: #eff5ff;
}

.search-box2 .series .nav-two .nav-list {
  font-size: 18px;
  line-height: 56px;
  z-index: 99;
  cursor: pointer;
}

.search-box2 .series .nav-two .nav-list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 26px;
  margin-right: 28px;
}

.search-box2 .series .nav-two .nav-list .top a {
  color: #333333;
  font-family: PingFangSC-Regular;
}

.search-box2 .series .nav-two .nav-list .top img {
  display: inline-block;
  width: 14px;
  height: 11px;
  transition: transform 0.3s linear;
}

.search-box2 .series .nav-two .nav-list .top.active img {
  transform: rotate(-180deg);
  transition: transform 0.3s linear;
}

.search-box2 .series .nav-two .nav-list .nav-two {
  z-index: 99;
  display: none;
  font-size: 18px;
  color: #eff1f3;
  max-height: 400px;
  height: 100%;
  text-align: left;
  position: relative;
  overflow-y: auto;
}

.search-box2 .series .nav-two .nav-list .nav-two::-webkit-scrollbar {
  width: 0px;
}

.search-box2 .series .nav-two .nav-list .nav-two::-webkit-scrollbar-thumb {
  background: #005eab;
}

.search-box2 .series .nav-two .nav-list .nav-two li {
  z-index: 99;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.search-box2 .series .nav-two .nav-list .nav-two li p {
  display: inline-block;
  margin-right: 13px;
  font-family: YouSheBiaoTiHei;
}

.search-box2 .series .nav-two .nav-list .nav-two li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.search-box2 .series .nav-two .nav-list .nav-two li:hover {
  background-color: #e6edf8;
}

.search-box2 .series .nav-two .nav-list .actived {
  background-color: #e2e2e2;
}

.search-box2 .series .nav-two .current {
  background-color: #ffffff;
  color: #000;
}

.search-box2 .series .nav-two .current a {
  color: #0b1729;
}

.search-box2 .series .nav-two .current a p {
  color: #0b1729;
}

.search-box2 .series .nav-two .current i {
  display: block;
}

.search-box2 .series .nav-two .current img {
  display: block;
}

.search-box2 input {
  width: 820px;
  border-radius: 26px;
  height: 100%;
  border: none;
  background-color: #eff5ff;
  padding: 19px 35px;
  margin-left: 10px;
}

.search-box2 .seek {
  width: 170px;
  height: 56px;
  border-radius: 28px;
  background-color: #15598d;
  margin-left: 30px;
  text-align: center;
  line-height: 56px;
  color: white;
  cursor: pointer;
}

.paging {
  padding-top: 70px;
  padding-bottom: 116px;
  text-align: center;
  margin: auto;
}

.paging .active {
  background-color: #005eab;
  color: #ffffff;
}

.paging .jiantou {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.paging .jiantou img {
  margin-left: 3px;
}

.paging a {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.paging .anniu {
  background-color: #e60012;
  color: #ffffff;
}

.report-number {
  width: 100%;
}

.report-number .report-contant {
  width: 1200px;
  margin: auto;
  padding-top: 82px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebecec;
}

.report-number .titleone {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  cursor: default;
}

.report-number .time {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.report-number .time img {
  width: 12px;
  height: 12px;
  margin-top: 8px;
}

.report-number .time .titletow {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 5px;
  cursor: default;
}

.back {
  width: 1023px;
  margin: auto;
  padding-left: 424px;
  margin-top: 95px;
  padding-bottom: 30px;
}

.back .comeback {
  display: inline-block;
  width: 174px;
  height: 58px;
  background-color: #005eab;
  border-radius: 29px;
  border: solid 1px #005eab;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  cursor: pointer;
}

.right-nav-gotop {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}

.right-nav-gotop .big {
  height: 304px;
}

.right-nav-gotop .big li {
  margin-top: 1px;
  display: flex;
  justify-content: flex-end;
}

.right-nav-gotop .big li:hover .sidebar-right {
  background-color: #005eab;
}

.right-nav-gotop .big li:hover .broadside {
  display: block;
  transition: all 0.3s;
}

.right-nav-gotop .big li .sidebar-right {
  width: 76px;
  height: 76px;
  background-color: black;
  cursor: pointer;
  position: relative;
}

.right-nav-gotop .big li .middle-pic {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.right-nav-gotop .big li .broadside1 {
  display: none;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}

.right-nav-gotop .big li .broadside1 p {
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regu;
}

.right-nav-gotop .big li .broadside1 span {
  font-weight: 600;
  font-family: DIN-Bold;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

.right-nav-gotop .big li .broadside1 ul {
  padding-left: 18px;
  padding-right: 18px;
}

.right-nav-gotop .big li .broadside1 ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}

.right-nav-gotop .big li .broadside1 ul li:first-child {
  border-top: none;
}

.right-nav-gotop .big li .broadside1 ul li .consult {
  display: flex;
}

.right-nav-gotop .big li .broadside1 ul li .consult img {
  vertical-align: middle;
  margin-right: 5px;
}

.right-nav-gotop .big li .broadside1 ul li .consult .consult-text {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
}

.right-nav-gotop .big li .broadside1 ul li .zx {
  width: 82px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #005eab;
  color: #005eab;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0px;
  color: #005eab;
  cursor: pointer;
  z-index: 99;
}

.right-nav-gotop .big li .broadside2 {
  width: max-content;
  display: none;
  min-height: 76px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 14px 18px;
}
.right-nav-gotop .big li .broadside2 div{
  padding: 5px;
}

.right-nav-gotop .big li .broadside2 p {
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 16px;
  font-family: PingFangSC-Regu;
}

.right-nav-gotop .big li .broadside2 span {
  font-weight: 600;
  font-family: DIN-Bold;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

.right-nav-gotop .big li .broadside3 {
  display: none;
  width: 128px;
  height: 154px;
  padding: 12 13px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}

.right-nav-gotop .big li .broadside3 p {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  margin-left: 9px;
  display: inline-block;
}

.right-nav-gotop .big .toww {
  position: absolute;
  top: 77px;
  right: 0;
}

.right-nav-gotop .big .toww .broadside2 {
  position: absolute;
  right: 77px;
}

.right-nav-gotop .big .three {
  position: absolute;
  top: 154px;
  right: 0;
}

.right-nav-gotop .big .three .broadside3 {
  position: absolute;
  right: 77px;
}

.right-nav-gotop .big .toTop {
  position: absolute;
  bottom: -3px;
  right: 0;
  display: block !important;
}

.boxshadow {
  box-shadow: inset 0px 15px 10px -15px #f9f9f9;
}

.department {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 70px;
}

.map-top {
  width: 650px;
  height: 370px;
  margin: auto;
}

.map-box {
  height: 370px;
}

.BMap_Marker img {
  margin-left: 30px;
  margin-top: 12px;
}

.picture_click {
  opacity: 1;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 125px;
}

.selectList {
  width: 304px;
  left: 107px;
  border-radius: 6px;
  height: 144px !important;
  overflow-y: auto;
  text-align: left;
  display: none;
  position: absolute;
}

.selectList::-webkit-scrollbar {
  width: 2px;
  height: 100%;
}

.selectList::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.selectList div {
  cursor: pointer;
  background-color: white;
  padding-left: 24px;
}
