.gf-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gf-header .wrapper .gf-header-left {
  display: flex;
  height: 90px;
  padding: 25px 0;
  box-sizing: border-box;
}
.gf-header .wrapper .gf-header-left .logo {
  display: inline-block;
  font-size: 0;
}
.gf-header .wrapper .gf-header-left .logo img {
  height: 40px;
  vertical-align: middle;
}
.gf-header .wrapper .gf-header-left .info {
  display: inline-block;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.gf-header .wrapper .gf-header-left .info .company {
  color: #000000;
  font-size: 16px;
}
.gf-header .wrapper .gf-header-left .info .phone {
  font-size: 14px;
}
.gf-header .wrapper .gf-header-right {
  height: 90px;
}
.gf-header .wrapper .gf-header-right a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 0 10px;
}
.gf-header .wrapper .gf-header-right a span {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
}
.gf-header .wrapper .gf-header-right a:hover {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right a:hover span {
  color: #0086FF;
}
.gf-header .wrapper .gf-header-right .active {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right .active span {
  color: #0086FF !important;
}
.header-pic {
  font-size: 0;
  min-width: 1200px;
  text-align: center;
}
.header-pic img {
  width: 100%;
  margin: 0 auto;
}
.content-recomend{
    margin-top: 20px;
    border-top: 1px dashed  #eee;
    padding-top: 20px;
}
.recomend-title p{
  font-size: 24px;
  padding: 10px 0;
}
.recomend-item{
    margin: 20px 0;
}
.recomend-item a{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0;
}
.recomend-item a:hover{
    color: #0086ff;
}
.nav-list .nav-list-container {
  box-sizing: border-box;
  padding: 30px;
}
.nav-list-title p {
  font-size: 24px;
  padding: 10px 0;
  width: 100%;
}
.nav-list .nav-list-container .nav-list-item a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3em;
  color: #666;
}
.nav-list .nav-list-container .nav-list-item a:hover {
  color: #0086ff;
}
.nav-list .sm .nav-list-title p {
  font-size: 16px;
}
.nav-list .sm .nav-list-item a {
  font-size: 14px;
}
.nav-list .border {
  border: 1px solid #dedede;
}
.nav-list .top-line {
  border-top: 1px dashed #eee;
}
.content .content-title {
  font-size: 30px;
  color: #000;
  line-height: 1.4em;
}
.content .content-time {
  font-size: 14px;
  color: #666;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.content .content-time span{
    margin-right: 20px;
}
.content .content-time a{
    color: #666;
}
.content .content-main {
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 2em;
}
.content .content-main p,.content .content-main div,.content .content-main span {
  line-height: 2em;
}

.content .content-main-1 {
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 2em;
}
.content .content-main-1 p,.content .content-main-1 div,.content .content-main-1 span {
  line-height: 2em;
  margin-bottom: 2em;
  text-align: justify;
}

.content .content-footer {
  width: 760px;
  border-top: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .content-footer .content-footer-left {
  flex: 0 0 350px;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
}
.content .content-footer .content-footer-left p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-footer .content-footer-left p a {
  color: #666;
  margin-left: 20px;
}
.content .content-footer .content-footer-left p a:hover {
  color: #0086ff;
}
.content .content-footer .content-footer-right {
  flex: 0 0 350px;
}
.search {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
}
.search input {
  font-size: 18px;
  outline: none;
  border: none;
  width: calc(100% - 70px);
  padding: 0 15px;
}
.search span {
  display: inline-block;
  text-align: center;
  background: #0086ff;
  width: 70px;
  height: 50px;
}
.search span img {
  margin-top: 15px;
  width: 20px;
  height: 20px;
}
.modal {
  position: fixed;
  top: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.modal span {
  padding: 20px 40px;
  font-size: 16px;
  background: #fff5dc;
  border-radius: 4px;
  color: #ff8e1e;
}
.modal.active {
  top: 200px;
  opacity: 1;
  transition: all 0.3s linear;
}
.layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
  margin-bottom: 80px;
}
.layout .layout-left {
  flex: 0 0 760px;
}
.layout .layout-right {
  flex: 0 0 360px;
}
