@charset "UTF-8";

/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"),
    url("./YouSheBiaoTiHei-2.woff") format("woff"),
    url("./YouSheBiaoTiHei-2.ttf") format("truetype"),
    url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#pc-wrap .main {
  background: #f6f6f6;
  /* padding: 31px 0 20px; */
  margin-top: 20px;
  background: url(bg-main.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

#pc-wrap .main .container {
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#pc-wrap .main .container .container-left {
  width: 760px;
}

#pc-wrap .main .container .container-left .most-new {
  padding: 20px 19px 20px 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 26px 3px rgb(0 0 0 / 7%);
  min-height: 440px;
}
.layui-col-xs6{
  width: 100% !important;
}
#pc-wrap .main .container .container-left .most-new .title {
  background: url("bg-title-left.png") no-repeat;
  background-size: 100% 100%;
  width: 244px;
  height: 63px;
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
  color: #0287e6;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

#pc-wrap .main .container .container-left .most-new .tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list {
  width: 100%;
  height: 40px;
  display: flex;
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list .tab-item {
  cursor: pointer;
  margin-right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list .tab-item .line {
  height: 3px;
  background: #fff;
  border-radius: 1px;
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list .tab-item:hover {
  color: #0287e6;
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list .active {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 18px;
  color: #0287e6;
}

#pc-wrap .main .container .container-left .most-new .tab .tab-list .active .line {
  background: #0287e6;
}

#pc-wrap .main .container .container-left .most-new .tab img {
  width: 32px;
  height: 6px;
  margin-top: 9px;
}

#pc-wrap .main .container .container-left .most-new .tab .more:hover {
  transform: scale(1.3);
  transition: all 0.6s ease;
}

#pc-wrap .main .container .container-left .most-new .news {
  width: 100%;
}

#pc-wrap .main .container .container-left .most-new .news ul {
  display: none;
}

#pc-wrap .main .container .container-left .most-new .news ul:first-child {
  display: block;
}

#pc-wrap .main .container .container-left .most-new .news .new-list {
  width: 100%;
  padding-left: 10px;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li {
  height: 54px;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a .new-title {
  display: flex;
  align-items: center;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a .new-title .dot {
  width: 10px;
  height: 10px;
  background: #0287e6;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  margin-right: 8px;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a .new-title .title-text {
  width: 495px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a .time {
  color: #666;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a:hover {
  color: #0287e6;
}

#pc-wrap .main .container .container-left .most-new .news .new-list li a:hover .time {
  color: #0287e6;
}

#pc-wrap .main .container .container-left .file-img {
  margin-bottom: 20px;
}

#pc-wrap .main .container .container-left .info {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 5px 26px 3px rgb(0 0 0 / 7%);
}

#pc-wrap .main .container .container-left .info .info-title {
  display: flex;
  padding: 20px 0 16px 22px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  width: 100%;
}

#pc-wrap .main .container .container-left .info .info-title>div {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
  position: relative;
}

#pc-wrap .main .container .container-left .info .info-title .title-bg {
  width: 80px;
  height: 4px;
  opacity: 0.25;
  background-image: linear-gradient(270deg,
      rgba(0, 144, 255, 0) 0%,
      #0090ff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.info-others {
  padding: 60px 0 60px 10px;
}

#pc-wrap .main .container .container-left .info .info-content {
  /* padding: 50px 0 50px 10px; */
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

#pc-wrap .main .container .container-left .info .info-content .info-item {
  text-align: center;
  width: 16%;
  margin-bottom: 48px;
}

#pc-wrap .main .container .container-left .info .info-content .info-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 9px;
}

#pc-wrap .main .container .container-left .info .info-content .info-item div {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
}

#pc-wrap .main .container .container-left .info .info-content .info-item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pc-wrap .main .container .container-left .info .info-content .info-item:hover div {
  color: #0287e6;
}

#pc-wrap .main .container .container-left .info .news {
  padding-top: 0;
}

#pc-wrap .main .container .container-left .info .news .new-list {
  width: 100%;
  padding: 0 19px 20px 21px;
}

#pc-wrap .main .container .container-left .info .news .new-list li {
  height: 54px;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pc-wrap .main .container .container-left .info .news .new-list li .left .new-title {
  display: flex;
  align-items: center;
}

#pc-wrap .main .container .container-left .info .news .new-list li .left .new-title .dot {
  width: 10px;
  height: 10px;
  background: #0287e6;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
  margin-right: 8px;
}

#pc-wrap .main .container .container-left .info .news .new-list li .left .new-title .title-text {
  width: 398px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap .main .container .container-left .info .news .new-list li .center .opinion {
  font-family: MicrosoftYaHei;
  font-size: 16px;

}

#pc-wrap .main .container .container-left .info .news .new-list li .time {
  color: #666;
}

#pc-wrap .main .container .container-left .info .news .new-list li:hover .time,
#pc-wrap .main .container .container-left .info .news .new-list li:hover .title-text {
  color: #0287e6;
}

#pc-wrap .main .container .container-left .info .news .new-list .center:hover .opinion {
  font-size: 18px;
}

#pc-wrap .main .container .container-left .supervise {
  margin-bottom: 0;
}

#pc-wrap .main .container .container-left .supervise ul {
  display: flex;
  padding: 14px 20px 20px;
}

#pc-wrap .main .container .container-left .supervise ul li {
  width: 108px;
  height: 56px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

#pc-wrap .main .container .container-left .supervise ul li:hover {
  background: url(button-on.png) no-repeat;
  background-size: 100% 100%;
}

#pc-wrap .main .container .container-left .supervise ul li a {
  display: inline-block;
  width: 64px;
  height: 42px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

#pc-wrap .main .container .container-left .supervise ul li:hover a {
  color: #fff;
}

#pc-wrap .main .container .container-left .supervise ul li:last-child {
  margin-right: 0;
}

#pc-wrap .main .container .container-right {
  width: 380px;
}

#pc-wrap .main .container .container-right .leader {
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  background: url(bg-title-right.png) no-repeat;
  background-size: 100% 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 24px;
  color: #0287e6;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
}

.file-img a img,
.right-img a img {
  /* transition: transform 1s */
}

.file-img a img:hover {
  /* -webkit-transform: scale(1.2);
  transform: scale(1.03);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; */
}

.right-img a img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.03);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#pc-wrap .main .container .container-right .leader:hover {
  background: url(button-on.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#pc-wrap .main .container .container-right .info {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 5px 26px 3px rgb(0 0 0 / 7%);
}

#pc-wrap .main .container .container-right .info .info-title {
  display: flex;
  padding: 20px 0 16px 22px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  width: 100%;
}

#pc-wrap .main .container .container-right .info .info-title>div {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
  position: relative;
}

#pc-wrap .main .container .container-right .info .info-title .title-bg {
  width: 80px;
  height: 4px;
  opacity: 0.25;
  background-image: linear-gradient(270deg,
      rgba(0, 144, 255, 0) 0%,
      #0090ff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

#pc-wrap .main .container .container-right .gov ul {
  padding: 0 24px;
}

#pc-wrap .main .container .container-right .gov ul li {
  width: 100%;
  height: 55px;
  border-bottom: 1px dashed #eee;
}

#pc-wrap .main .container .container-right .gov ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#pc-wrap .main .container .container-right .gov ul li a .gov-left {
  display: flex;
  align-items: center;
}

#pc-wrap .main .container .container-right .gov ul li a .gov-left img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

#pc-wrap .main .container .container-right .gov ul li a .gov-left div {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
}

#pc-wrap .main .container .container-right .gov ul li a .gov-right img {
  width: 16px;
  height: 16px;
}

#pc-wrap .main .container .container-right .gov ul li a:hover .gov-left>div {
  color: #0287e6;
}

#pc-wrap .main .container .container-right .gov ul li:last-child {
  border-bottom: none;
}

#pc-wrap .main .container .container-right .apply ul {
  display: flex;
  padding: 20px;
}

#pc-wrap .main .container .container-right .apply ul li {
  width: 102px;
  height: 48px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

#pc-wrap .main .container .container-right .apply ul li:hover {
  background: url(button-on.png) no-repeat;
  background-size: 100% 100%;
}

#pc-wrap .main .container .container-right .apply ul li a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

#pc-wrap .main .container .container-right .apply ul li:hover a {
  color: #fff;
}

#pc-wrap .main .container .container-right .apply ul li:last-child {
  margin-right: 0;
}

#pc-wrap .main .container .container-right .right-img {
  margin-bottom: 20px;
}

#pc-wrap .main .container .container-right .five ul {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 5px 0 25px;
}

#pc-wrap .main .container .container-right .five ul li {
  width: 155px;
  height: 56px;
  background-color: #f7fcff;
  margin-right: 20px;
  margin-bottom: 16px;
}

#pc-wrap .main .container .container-right .five ul li a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
  background: url(five-bg.png) no-repeat;
  background-size: 100% 100%;
}

#pc-wrap .main .container .container-right .five ul li:hover a {
  background: url(button-on.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#pc-wrap .main .container .container-right .five ul li a img {
  width: 16px;
  height: 16px;
}

#pc-wrap .main .container .container-right .media {
  margin-bottom: 0;
}

#pc-wrap .main .container .container-right .media ul {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 20px 14px;
  justify-content: space-around;
}

#pc-wrap .main .container .container-right .media ul li {
  text-align: center;
}

#pc-wrap .main .container .container-right .media ul li img {
  width: 139.63px;
  height: 140px;
  margin-bottom: 10px;
}

#pc-wrap .main .container .container-right .public {
  padding: 0 20px;
}

#pc-wrap .main .container .container-right .public .picScroll-top .hd {
  text-align: center;
}

#pc-wrap .main .container .container-right .public .picScroll-top .hd .prev {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  background: url(forwardBottom.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 16px;
}

#pc-wrap .main .container .container-right .public .picScroll-top .hd .next {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  background: url(forwardTop.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 12px;
  margin-top: 20px;
}

#pc-wrap .main .container .container-right .public .picScroll-top .hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

#pc-wrap .main .container .container-right .public .picScroll-top .bd ul li {
  text-align: center;
  margin-bottom: 16px;
  height: 90px !important;
}

#pc-wrap .main .container .container-right .public .picScroll-top .bd .tempWrap {
  height: 715px !important;
}

#pc-wrap .zt-list-pic {
  width: 340px;
  height: 120px;
}

#pc-wrap .new_project .five_Box .bd li {
  height: 120px;
}

#pc-wrap .new_project .five_Box .bd li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faff;
}

#pc-wrap .new_project .five_Box .bd li a img {
  width: 68px;
  height: 68px;
  margin-right: 14px;
}

#pc-wrap .new_project .five_Box .bd li a span {
  width: 50%;
  color: #0287e6;
  font-weight: bold;
}

@keyframes mymove {
  100% {
    transform: rotate(360deg);
    border-radius: 50%;
  }
}

@-webkit-keyframes mymove {

  /* Safari and Chrome */
  100% {
    transform: rotate(360deg);
    border-radius: 50%;
  }
}

#pc-wrap .new_project .five_Box .bd li:hover a {
  background-color: rgba(2, 135, 230, .1);
}

#pc-wrap .new_project .five_Box .bd li:hover a img {
  margin-right: 16px;
  animation: mymove 1s;
  animation-iteration-count: 1;
  /* Safari and Chrome */
  -webkit-animation: mymove 1s;
  -webkit-animation-iteration-count: 1;
}

.swiper {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.mySwiper {
  position: relative;
}

.centers {
  position: absolute;
}

.swiper-button-next {
  background-image: url(./lefts.png) !important;
  right: 15px !important;
}

.swiper-button-prev {
  background-image: url(./rights.png) !important;
  left: 15px !important;
}


.otherImages {
  height: 130px;
}
.search{
  display: flex !important;
  border: none !important;
}