@charset "UTF-8";
html,
body {
  width: 100%;
}

body::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.laiyang .head {
  height: 450px;
  width: 100%;
}
.laiyang .head img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.laiyang .footer {
  color: #ffffff;
  line-height: 1.5;
  padding: 2rem 0;
}
.laiyang {
  width: 100%;
}

.laiyang .container {
  position: relative;
  width: 1188px;
  /* height: 100%; */
  margin-left: 50%;
  transform: translateX(-50%);
}
.newmedia .line {
  margin: 40px auto;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
}
.line .blue_line {
  width: 540px;
  height: 3px;
  border-top: 1px solid #1c649f;
  border-bottom: 1px solid #1c649f;
}
.line span {
  margin: 0 32px;
  font-size: 20px;
  color: #1c649f;
  font-weight: normal;
}
.newmedia .top .tab_ul {
  width: 100%;
  display: inline-block;
text-align: center
}
.newmedia .top .tab_ul li {
  width: 190px;
  height: 220px;
  margin-right: 9px;
  background-color: #f7f7f7;
  border-top: 5px solid #1c649f;
  box-sizing: border-box;
  padding: 10px 10px 0;
  display: inline-block;
  
}
.newmedia .top .tab_ul li:last-of-type {
  margin-right: 0;
}
.top .tab_ul li .pic {
  width: 100%;
  height: 170px;
  border: solid 1px #dddddd;
  margin-bottom: 6px;
}
.top .tab_ul li .word {
  font-size: 18px;
  font-weight: normal;
  color: #1c649f;
  text-align: center;
}
.bottom .bottom_ul {
  width: 100%;
  display: flex;
  background: url(backimg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 35px;
  margin-bottom: 93px;
justify-content: center;
}
.bottom .bottom_ul li {
  width: 16%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.bottom .bottom_ul li .white_bg {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
}
.bottom .bottom_ul li .white_bg img {
  width: 100px;
  height: 100px;
}
.bottom .bottom_ul li p {
  color: #1c649f;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
}
.tanchuang {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.tanchuang .pic_content {
  width: 320px;
  height: 380px;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.pic_content .mark_tit {
  color: #333333;
  margin-bottom: 15px;
  border-bottom: 2px solid rgb(239, 239, 239);
  font-size: 24px !important;
  padding: 20px 0;
}
.pic_content .pic {
  width: 210px !important;
  height: 210px !important;
  margin-top: 10px;
}
.pic_content .tishi {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 19px;
  height: 50px;
}
.pic_content .close {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .laiyang .container {
    width: 100%;
  }
  .laiyang .head {
    height: auto !important;
  }
  .laiyang .head img {
    height: auto !important;
  }
  .line .blue_line {
    width: 100%;
  }
  .line span {
    width: 30%;
  }

  .newmedia .top .tab_ul {
    display: flex;
    flex-direction: column;
  }
  .newmedia .top .tab_ul li {
    width: 100%;
  }

  .bottom .bottom_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bottom .bottom_ul li {
    width: 50%;
  }
}
