body {
  min-width: 1200px
}
.researchSection {
  width: 100%;
}
.researchNav {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1000;
  background: #FFFFFF;
  /* box-shadow: 0 1px 4px 0 #bfbfbf80; */
  height: 60px;
  width: 100%;
}
.researchHeader {
  margin: 0 auto;
  width: 1200px;
  height: 60px;
  display: flex;
  align-items: center;
}

.researchHeader .logo {
  display: flex;
  align-items: center;
  flex: 0 0 330px;
}
.researchHeader .maxLogo {
  display: flex;
  align-items: center;
  flex: 0 0 330px;
}
.researchHeader .logoImg {
  display: inline-block;
  vertical-align: middle;
}

.researchHeader .logoLine {
  width: 1px;
  height: 32px;
  background: #d8d8d8;
  margin: 5px 6px 0 7px;
}

.researchHeader .layui-nav {
  background: #FFFFFF;
  /* margin-left: 80px; */
}
.researchHeader .layui-nav .layui-nav-item {
  margin-left: 40px;
}
.researchHeader .layui-nav .layui-nav-item a {
  color:#333;
}
.researchHeader .layui-nav .layui-this:after {
  background-color: #4093FF;
}
/* .researchHeader .layui-nav-bar {
  display: none;
} */
.researchHeader .layui-nav .layui-this a{
  color:#4093FF ;
}
.researchHeader .layui-nav .layui-nav-item a:hover {
  color:#333;
}
.layui-nav .layui-this:after, .layui-nav-bar {
  background-color: #4093FF;
}
.researchHeader .layui-nav-item:hover{
  background: #eeeeee;
}
.mt100 {
  margin-top: 100px;
}


.research-age {
  background: url('/res/images/research/bottomBg.png') no-repeat;
  background-size: 100% 100%;
  height: 260px;
}

.research-age .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  color:#fff;
}

.research-age .age-title {
  font-family: DingTalk-JinBuTi;
  font-weight: JinBuTi;
}

.age-codeWrap {
  display: flex;
  align-items: center;
}
.research-rightFloatBtn {
  position: fixed;
  z-index: 10;
  top: 20vh;
  right: 20px;
}
.research-rightFloatBtn-wrap {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  color:#333;
  box-shadow: 0 1px 4px 0 #bfbfbf80;
  border-radius: 10px;
  padding: 15px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.img-icon-2 {
  display: none;
}
.research-rightFloatBtn-codeWrap {
  position: absolute;
  top: 0;
  left: -120px;
  background: #FFFFFF;
  color:#333;
  background: #fefefe;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px #d4d4d4;
  padding:5px;
  text-align: center;
  display: none;
}
.research-rightFloatBtn-wrap:hover {
  background: #006AE1;
  color:#fff;
}
.research-rightFloatBtn-wrap:hover .img-icon-1 {
  display: none;
}
.research-rightFloatBtn-wrap:hover .img-icon-2 {
  display: inline-block;
}
.research-rightFloatBtn-wrap:hover .research-rightFloatBtn-codeWrap {
  display: block;
}

.research-bottom {
  display: none;
  height: 128px;
}
.research-bottom-box {
  height: 128px;
  background: #000000cc;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.research-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.research-bottom-wrap {
  display: flex;
}

.research-bottom-form {
  display: flex;
  align-items: center;
  margin: 12px 0px;
}

.research-bottom-form .layui-form-item {
  margin-bottom: 0px;
  margin-right: 20px;
}

.research-bottom-btn {
  width: 157px;
  line-height: 48px;
  background-image: linear-gradient(180deg, #FF8481 37%, #FF2A25 62%, #FF3530 79%, #E00500 100%);
  font-weight: 500;
  font-size: 18px;
  color: #FEFEFE;
  text-align: center;
  border: none;
  box-shadow: 1px 2px 4px 1px #ff514d33;
}

.research-bottom-right {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.research-bottom-right .codeWrap {
  border: 1px solid rgba(153, 153, 153, 0.5);
  padding: 0px 5px;
  border-radius: 10px;
}