.details .header-top {
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid #1672D5;
}
.details .header-top .header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  margin: 0 auto;
}
.details .header-top .header-top-wrap h5 {
  font-size: 14px;
  line-height: 40px;
}
.details .header-top .header-top-wrap div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.details .header-top .header-top-wrap div img {
  margin-right: 8px;
}
.details .header-top .header-top-wrap div i {
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 26px 0 29px;
  background: #333;
}
.details .header-logo {
  width: 100%;
  height: 220px;
  background: url(../images/logo-bj.png) no-repeat 100% 100%;
}
.details .header-logo .header-logo-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1299px;
  height: 100%;
  margin: 0 auto;
}
.details .header-logo .header-logo-main h1 img {
  width: 529px;
  /* height: 109px; */
}
.details .header-logo .header-logo-main div {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 422px;
  height: 47px;
  border: 2px solid #1672d5;
  border-radius: 30px;
  background: #fff;
}
.details .header-logo .header-logo-main div img {
  width: 17px;
  height: 17px;
  margin-left: 23px;
}
.details .header-logo .header-logo-main div i {
  display: block;
  width: 2px;
  height: 17px;
  margin: 0 15px;
  background: #d2d2d2;
}
.details .header-logo .header-logo-main div input {
  font-size: 14px;
  margin-top: 2px;
  background: none;
}
.details .header-logo .header-logo-main div input::-webkit-input-placeholder {
  color: #000;
}
.details .header-logo .header-logo-main div p {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 48px;
  line-height: 47px;
  border-radius: 23px;
  font-size: 18px;
  text-align: center;
  background: #1672d5;
  color: #fff;
  cursor: pointer;
}
.details .nav {
  width: 100%;
  height: 50px;
  background: #1672d5;
}
.details .nav .nav-main {
  width: 1299px;
  height: 100%;
  margin: 0 auto;
}
.details .nav .nav-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .nav .nav-main ul li {
  flex: 1;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.details .nav .nav-main ul .li {
  background: #0d64c2;
}
.details .nav .nav-main ul li:hover {
  background: #0d64c2;
}
.details .nav .nav-main ul a {
  color: #fff;
}
.details .main {
  width: 100%;
  margin: 0 auto;
  background: #E0F0FF;
}
.details .main .crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1300px;
  margin: 0 auto;
  padding: 24px 0;
  background: #E0F0FF;
}
.details .main .crumbs img {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
.details .main .crumbs p {
  float: left;
  font-size: 15px;
  color: #999999;
}
.details .main .crumbs p a {
  color: #999999;
}
.details .main .crumbs p i {
  color: #1672D5;
}
.details .main .main-div {
  width: 1300px;
  min-height: 500px;
  margin: 0 auto;
  padding: 42px;
  box-sizing: border-box;
  background: #fff;
}
.details .main .main-div h2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.details .main .main-div .introduce {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 570px;
  height: 62px;
  margin: 20px auto 0 auto;
  padding-bottom: 22px;
  box-sizing: border-box;
}
.details .main .main-div .introduce p {
  float: left;
  margin-right: 25px;
  margin-top: 14px;
}
.details .main .main-div .introduce p i {
  cursor: pointer;
}
.details .main .main-div .introduce #share-3 {
  float: left;
  /* margin-left: 15px; */
}
.details .main .main-div .content {
  padding: 40px 0;
  box-sizing: border-box;
  /* font-size: 14px; */
  /* line-height: 30px; */
  border-top: 1px solid #EAEAEA;
  min-height: 300px;
}
.details .main .main-div .video {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
}
.details .main .main-div .video video {
  max-width: 100%;
}
.details .main .main-div .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}
.details .main .main-div .main-bottom p {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.details .main .main-div .main-bottom div {
  float: right;
}
.details .main .main-div .main-bottom .layui-btn-primary {
  background: #E6E6E6;
}
.details .main .main-div .main-bottom .layui-btn-normal {
  background-color: #1672D5;
}
.details .footer {
  width: 100%;
  padding: 40px 0 33px 0;
  box-sizing: border-box;
  background: #1672D5;
}
.details .footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 800px;
  margin: 0 auto;
}
.details .footer .footer-main img {
  display: inline-block;
}
.details .footer .footer-main div {
  width: 615px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.details .footer .footer-main div img {
  width: 18px;
  height: 20px;
}
