.zindx3 {
  position: relative;
  z-index: 3;
}
.line1 {
  line-height: 1;
}
body {
  background-image: url(../images/sciencePolicyIcon4.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.mypage {
  width: 100%;
  min-width: 1400px;
}
.bannerimg {
  width: 100%;
  height: 560px;
  top: 0px;
  z-index: 1;
}
/* 公共标题样式 */
.publicTitle {
  background-image: url(../images/sciencePolicyIcon6.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 36px;
  background-position-x: 20px;
}
.publicTitle .title1 {
  width: 39px;
  line-height: 39px;
  background-color: #126cfe;
  border-radius: 50%;
}
.publicTitle .title2 {
  color: #126cfe;
  margin-top: 13px;
  margin-left: 6px;
}
.publicTitle a {
  margin-right: 4px;
  margin-top: 16px;
}

/* 菜单栏 start */
.homeHeaderBox {
  z-index: 3;
}
.homeNavBox {
  width: 100%;
  height: 73px;
  background-color: #126cfe;
}
.homeNavBox .titles {
  height: 30px;
  margin-top: 22px;
}
.homeNavBox .titles .titles1 {
  line-height: 30px;
}
.homeNavBox .titles .titles2 {
  margin-top: 4px;
  line-height: 24px;
}
.homeNavBox .titles .lines {
  width: 1px;
  height: 26px;
  margin: 3px 20px 0px 20px;
  background-color: #d0e1ff;
}

.homeNavBox ul li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  line-height: 73px;
  margin-left: 35px;
}
.homeNavBox ul li:first-child a {
  width: 36px;
}
.homeNavBox ul li:last-child a {
  width: 90px;
}
.homeNavBox ul li a::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  bottom: 14px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: none;
}
.homeNavBox ul li a:hover,
.homeNavBox ul li .on {
  font-weight: bold;
}
.homeNavBox ul li .on::before {
  display: block !important;
}
.homeNavBox ul li a:hover::before {
  display: block;
}
/* 公共搜索 */
.searchBox .imgTitle {
  margin-top: 148px;
}
.searchCot {
  margin-top: 44px;
  margin-left: 224px;
}
.searchCot select {
  min-width: 115px;
  height: 50px;
  border: none;
  padding-left: 23px;
  border-radius: 5px 0px 0px 5px;
  box-sizing: border-box;
}
.searchCot .line {
  width: 10px;
  height: 50px;
  border-right: 1px solid #dddddd;
  padding-left: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.searchCot input {
  width: 510px;
  line-height: 50px;
  border: none;
  padding-left: 24px;
  box-sizing: border-box;
}
.searchCot a {
  width: 120px;
  line-height: 50px;
  background-color: #fd8a19;
  padding-left: 45px;
  background-image: url(../images/sciencePolicyIcon3.png);
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: center;
  background-size: 21px 22px;
  border-radius: 0px 5px 5px 0px;
  box-sizing: border-box;
}
/* 公共底部样式 */
.foot {
  padding-top: 40px;
  width: 100%;
  height: 140px;
  background: url(../images/footimg.png) no-repeat;
  box-sizing: border-box;
}
.foot p {
  color: #bbbfc9;
}
.foot p:first-child {
  margin: 0px 0px 25px 0px;
}
