.w12 {
  width: 1200px;
  margin: 0 auto;
}

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  scroll-behavior: smooth !important;

}
html,body{
  min-width: 1200px;
}
@font-face {
  font-family: DINProM;
  src: url('./DINPro-Medium.eot');
  src: url('./DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('./DINPro-Medium.woff') format('woff'),
    url('./DINPro-Medium.ttf') format('truetype');
}

/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(https://www.juduanlian.com/static/images/news/banner.png) top center no-repeat, linear-gradient(to right, #bfdefd, #acd0fe);
}

.banner-text {
  width: 1200px;
  padding: 74px 0 0;
  margin: 0 auto;
}

.banner-text h4 {
  font-size: 42px;
  line-height: 59px;
  font-weight: 500;
  color: #132331;
}

.banner-text p {
  font-size: 14px;
  line-height: 20px;
  color: #4B565C;
  margin-top: 18px;
  font-weight: 400
}

/*侧边咨询*/
.news-info h4 {
  font-size: 18px;
  color: #1D2129;
  margin-bottom: 24px;
  font-weight: 500;
}

.news-info-list {
  width: 310px;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.news-info-list div {
  margin-bottom: 16px;
  position: relative;
  padding-left: 15px;
}

.news-info-list div::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #E4E9ED;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}

.news-info-list div:last-child {
  margin-bottom: 0;
}

.news-info-list div:hover a {
  color: #086EFF;
}

.news-info-list a {
  color: #4B565C;
  transition: all .3s ease;
}

#header {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(9px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.borbot {
  border-bottom: 1px solid #E4E9ED;
}

#header img {
  width: 86px;
  height: 36px;
}

#header ul {
  margin-left: 70px;
}

#header li {
  float: left;
  margin-right: 60px;
}

#header li a {
  color: #333333;
  line-height: 36px;
  font-size: 15px;
}

#header li a:last-child {
  margin-right: 0;
}

#header li a:hover {
  color: #086EFF;
}

#header li a.active {
  color: #086EFF;
  font-weight: 500;
}

#header .tel {
  width: 158px;
  height: 40px;
  background: linear-gradient(180deg, #EDF5FF 0%, #DEECFF 100%);
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #006EFF;
  font-weight: 500;
  margin-right: 42px;
}

#header .tel img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: -5px;
}

#header .login {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #086EFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.header-bor {
  margin-right: 24px;
  position: relative;
}

.header-bor::before {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .4);
}

#footer {
  width: 100%;
  height: 410px;
  padding-top: 40px;
  box-sizing: border-box;
  background: #F7F9FC;
}

#footer .logo {
  width: 86px;
  height: 36px;
}

.footer-top {
  margin-top: 24px;
  color: #4B565C;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.foot-fwlist .tit {
  margin-bottom: 12px;
  font-weight: 500;
}

.foot-fwlist .item:first-child {
  margin-bottom: 32px;
}

.foot-gzh {
  margin-left: 69px;
}

.foot-gzh p {
  font-weight: 500;
}

.foot-gzh img {
  margin-top: 21px;
}

.foot-oul p {
  margin-bottom: 14px;
  font-weight: bold;
}

.foot-oul li {
  margin-bottom: 12px;
}

.foot-oul li a {
  color: #4B565C;
}

.foot-oul li:last-child {
  margin-bottom: 0;
}

.foot-oul-li {
  width: 390px;
  margin-right: 70px;
}

.foot-oul-li li {
  width: 90px;
  white-space: nowrap;
  float: left;
  margin-right: 60px;
}

.foot-oul-li li:nth-child(3n) {
  margin-right: 0;
}

.footer-bot {
  color: #4B565C;
  font-size: 14px;
  border-top: 1px solid #E4EAED;
  padding-top: 23px;
  box-sizing: border-box;
}

.footer-bot div {
  margin-bottom: 22px;
}

.footer-bot span {
  border-right: 1px solid #9DA3A8;
  padding-right: 25px;
  margin-left: 25px;
  line-height: normal;
}

.footer-bot span a {
  color: #4B565C;
}

.footer-bot span a img {
  margin-left: 10px;
}

.footer-bot span:first-child {
  margin-left: 0;
}

.footer-bot span:last-child {
  border: none;
}

.article-nav {
  color: #1D2129;
}

.article-nav a {
  color: #86909C;
  position: relative;
}

.article-nav a::after {
  content: '>';
  margin-left: 4px;
  margin-right: 8px;
}

.fiexd {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
  transition: all .3s;
  border-bottom: 0;
}


/* 侧边 */
#slide {
  width: 52px;
  /* height: 176px; */
  background: #FFFFFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  position: fixed;
  padding-bottom: 10px;
  z-index: 1;
  right: 20px;
  bottom: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-item {
  margin-top: 16px;
  /* cursor: pointer; */
  color: #1D2129;
  position: relative;
}

.slide-item:hover {
  color: #006EFF;
  cursor: pointer;
}

.slide-item:hover .slide-item-fixed {
  display: block;
  opacity: 1;
}

.slide-item img {
  display: block;
  margin: 0 auto;
  margin-top: 2px;
}

.slide-item span {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;

}

.slide-top {
  width: 34px;
  height: 34px;
  background: #F6F7FB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 18px;
}

.slide-item-fixed {
  width: 300px;
  min-height: 76px;
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
}

.slide-item-fixed>div {
  display: inline-block;
  padding: 6px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  background: #FFFFFF;
}

.slide-item-fixed-box {
  width: 259px;
  box-sizing: border-box;
  display: flex;
  padding: 12px 0;
}

.slide-item-fixed-box:hover {
  background: #FAFBFF;
  cursor: pointer;
}

.slide-item-fixed-box:hover .tit {
  color: #006EFF;
}

.slide-item-fixed-box-icon {
  width: 36px;
  height: 36px;
  background: #F2F3F9;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 14px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-item-fixed-box-text p:nth-of-type(1) {

  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1D2129;

}

.slide-item-fixed-box-text p:nth-of-type(2) {

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #86909C;

}