.container {
  width     : 100%;
  max-width : 1200px;
  margin    : 0 auto;
  box-sizing: border-box;
  padding   : 0 40px;
}


body {
  background-color: #FFF9ED;
  /*padding-top     : 594px;*/
  /*background-image: url(../images/web_bg.jpg);*/
  /*background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;*/
  /*height: 2735px;*/
}

.web-container {
  padding-top     : 694px;
  position: relative;
}

.web-container .bg {
  /* background: url(./images/web_bg.jpg) no-repeat top center; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.web-container .bg img {
  position: relative;
  left: 50%;
  transform: translate3d(-50%,0,0);
  /* position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%,0,0); */
}


.web_bg{
  position: relative;

}

.web_bg img{
  width: 100%;
}
.cont{
    position: absolute;
    top: 594px;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.cover {
  position: relative;
}

.cover .image {
  height             : 100%;
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : cover;
  transition         : 0.3s;
}

/* 图片标题 */
.title-img {
  height  : 54px;
  position: relative;
}

.title-img img {
  display: block;
  width  : 100%;
}

.title-img .more {
  position : absolute;
  right    : 0;
  top      : 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 16px;
  color    : #333333;
}

.title-img .more.low {
  top: 70%;
}

.title-img .more::after {
  content: ">>";
}

.swiper-person-picture {
  width : 100%;
  height: 300px;
}

.swiper-person-picture .slide-img {
  width              : 100%;
  height             : 100%;
  background-position: center;
  background-size    : cover;
}

.new-one-wrapper {
  padding-bottom: 55px;
}

.new-one-wrapper .news-fixed-card__cover {
  height: 645px;
}

.single-swiper-news .single-swiper-news-prev {
  width           : 40px;
  height          : 40px;
  position        : absolute;
  left            : 0;
  top             : 50%;
  z-index         : 99;
  transform       : translate3d(0, -50%, 0);
  background-color: rgba(0, 0, 0, 0.5);
  display         : flex;
  justify-content : center;
  align-items     : center;
  cursor          : pointer;
}

.single-swiper-news .single-swiper-news-prev i,
.single-swiper-news .single-swiper-news-next i {
  font-size: 30px;
  color    : #ffffff;
}

.single-swiper-news .single-swiper-news-next {
  width           : 40px;
  height          : 40px;
  position        : absolute;
  right           : 0;
  top             : 50%;
  z-index         : 99;
  transform       : translate3d(0, -50%, 0);
  background-color: rgba(0, 0, 0, 0.5);
  display         : flex;
  justify-content : center;
  align-items     : center;
  cursor          : pointer;
}

.single-swiper-news .single-swiper-news-prev:hover,
.single-swiper-news .single-swiper-news-next:hover {
  background-color: #D51501;
}

.new-one-wrapper .news-fixed-card__title {
  position        : absolute;
  left            : 0;
  right           : 0;
  bottom          : 0;
  z-index         : 1;
  height          : 73px;
  background-color: rgba(0, 0, 0, 0.5);
  display         : flex;
  align-items     : center;
}

.new-one-wrapper .news-fixed-card__title .text {
  text-align : center;
  color      : #ffffff;
  text-indent: 10px;
  font-size  : 26px;
  flex       : 1;
  padding    : 0 20px;
}

.theme-title {
  padding-bottom: 50px;
}

.theme-title img {
  width: 100%;
}

.focus-news {}

.focus-news-list {
  padding: 20px 0;
}

.focus-news-list .item {
  padding-left: 40px;
  position    : relative;
}

.focus-news-list .item::before {
  content  : "";
  display  : block;
  width    : 30px;
  height   : 30px;
  position : absolute;
  left     : 0;
  top      : 50%;
  transform: translate3d(0, -50%, 0);
}

.focus-news-list .item:nth-child(1):before {
  background: url(../images/01.png) no-repeat center center;
}

.focus-news-list .item:nth-child(2):before {
  background: url(../images/02.png) no-repeat center center;
}

.focus-news-list .item:nth-child(3):before {
  background: url(../images/03.png) no-repeat center center;
}

.focus-news-list .item:nth-child(4):before {
  background: url(../images/04.png) no-repeat center center;
}

.focus-news-list .item:nth-child(5):before {
  background: url(../images/05.png) no-repeat center center;
}

.focus-news-list .item a {
  display: block;
  ;
  font-size  : 26px;
  color      : #333333;
  font-weight: 600;
  line-height: 2;
}

.focus-news-list .item a:hover {
  color: #DA050C;
}

.szsl {
  height       : 544px;
  background   : url(../images/001.png) no-repeat center center;
  box-sizing   : border-box;
  padding-top  : 180px;
  margin-bottom: 50px;
}

/* 述责述廉 */
.szsl {
  overflow: hidden;
}

.szsl .left {
  width: 45%;
  float: left;
}

.szsl .right {
  width: 48%;
  float: right;
}

.szsl .slide-img {
  height: 278px;
}

.swiper-person-picture {
  padding-bottom: 10px !important;
}

.swiper-person-picture .swiper-person-picture-pagination {
  bottom: 0px !important;
}

.swiper-person-picture-pagination .swiper-pagination-bullet {
  width           : 16px;
  height          : 16px;
  border-radius   : 8px;
  background-color: #FFE9A4;
}

.swiper-person-picture-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
}

.person-info {
  padding-top: 20px;
  color      : #D51501;
}

.person-info .top {
  vertical-align: bottom;
}

.person-info .top .name {
  font-size  : 40px;
  display    : inline-block;
  font-family: 'FZCuSong-B09S';
  font-weight: 600;
}

.person-info .top .job {
  font-size   : 20px;
  display     : inline-block;
  padding-left: 20px;
  font-weight : 600;
}

.person-info .bottom {
  padding-top: 20px;
  margin-top : 20px;
  border-top : 1px solid currentColor;
}

.person-info .bottom .summary {
  font-size  : 20px;
  line-height: 1.6;
  font-weight: 600;
}

.yydx {}

.yydx-list {
  padding     : 30px 0;
  display     : flex;
  flex-wrap   : wrap;
  margin-left : -10px;
  margin-right: -10px;
}

.yydx-list .item {
  width     : 25%;
  box-sizing: border-box;
  padding   : 10px;
}

.yydx-list .card {
  position  : relative;
  background: #FFFFFF;
  border    : 1px solid #E7DAC5;
}

.yydx-list .card:hover .info .title {
  color: #D51501;
}

.yydx-list .card:hover .cover .image {
  transform: scale(1.1);
}

.yydx-list .card .cover {
  height  : 163px;
  overflow: hidden;
}

.yydx-list .card .info {}

.yydx-list .card .info .title {
  margin     : 5px;
  font-size  : 18px;
  line-height: 1.4;
  height: 50px;
}

.yydx-list .card .info .bottom {
  padding        : 5px;
  display        : flex;
  justify-content: space-between;
  font-size      : 12px;
  color          : #505050;
}

.yydx-list .card .link {
  position: absolute;
  left    : 0;
  right   : 0;
  top     : 0;
  bottom  : 0;
}

.do-news {
  padding-bottom: 40px;
}

.do-news .news-content {
  margin-top      : 20px;
  padding         : 0 18px 18px 18px;
  overflow        : hidden;
  background-color: #ffffff;
}

.do-news .news-content .left {
  width: 47%;
  float: left;
}

.do-news .news-content .right {
  width: 47%;
  float: right;
}

.into-meet {
  padding: 30px 0;
}

.meet-title-img {
  text-align   : center;
  margin-bottom: 30px;
}

.swiper-into-meet {}

.swiper-into-meet .swiper-slide {
  width : 581px;
  height: 425px;
}

.swiper-into-meet .slide-img {
  display: block;
  width  : 581px;
  height : 425px;
}

.material-list {
  padding     : 30px 0;
  display     : flex;
  flex-wrap   : wrap;
  margin-left : -10px;
  margin-right: -10px;
}

.material-list .item {
  width     : 33.33%;
  box-sizing: border-box;
  padding   : 10px;
}

.material-list .card {
  position: relative;
}

.material-list .card.video::before {
  content   : "";
  display   : block;
  width     : 50px;
  height    : 50px;
  background: url(../images/bf.png) no-repeat center center;
  position  : absolute;
  left      : 10px;
  top       : 220px;
  bottom    : 0;
  z-index   : 2;
}

.material-list .card:hover .info .title {
  color: #D51501;
}

.material-list .card:hover .cover .image {
  transform: scale(1.1);
}

.material-list .card .cover {
  overflow: hidden;
  height  : 285px;
}

.material-list .card .info {}

.material-list .card .info .title {
  font-size  : 18px;
  color      : #333333;
  line-height: 2;
}

.material-list .card .link {
  position: absolute;
  left    : 0;
  right   : 0;
  top     : 0;
  bottom  : 0;
  z-index : 4;
}

.footer-text-wrapper {}

.footer-text-wrapper img {
  display: block;
  width  : 100%;
}


.tab-title-wrapper {
  position: relative;
}

.tab-title-wrapper img {
  display: block;
  width  : 100%;
}

.tab-title-wrapper .more {
  position : absolute;
  right    : 0;
  top      : 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 16px;
  color    : #333333;
}

.tab-title-wrapper .more::after {
  content: ">>";
}

.title-list {
  position: absolute;
  left    : 30px;
  top     : 0;
  display : flex;
}

.title-list::after {
  content         : "";
  display         : block;
  width           : 8px;
  height          : 32px;
  background-color: #AE9A82;
  position        : absolute;
  left            : 86px;
  top             : 5px;
}

.title-list li {
  margin-right: 20px;
}

.title-list li .title {
  width           : 80px;
  height          : 40px;
  background-color: red;
}

.title-list li .title.picture {
  background: url(../images/picture.png) no-repeat center center;
}

.title-list li.active .title.picture {
  background: url(../images/picture_l.jpg) no-repeat center center;
}

.title-list li .title.video {
  background: url(../images/video.png) no-repeat center center;
}

.title-list li.active .title.video {
  background: url(../images/video_l.png) no-repeat center center;
}


.footer-img img{
    width: 100%;
}

.web-footer {

  height: 136px;
  background-color: #fff;
}
.web-footer .container {
   max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-footer .left-box {
  display: flex;
  align-items: center;
}
.web-footer .left-box .icon {
  width: 80px;
  height: 80px;
}
.web-footer .left-box .icon img {
  width: 100%;
  height: 100%;
}
.web-footer .left-box .info-list {
  display: flex;
  padding-left: 30px;
}
.web-footer .left-box .info-list li {
  position: relative;
  padding: 0 10px;
}
.web-footer .left-box .info-list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #959595;
  position: absolute;
  right: 0;
  top: 3px;
}
.web-footer .left-box .info-list .text {
  display: inline-block;
  font-size: 12px;
  color: #090909;
}
.web-footer .right-box {
  display: flex;
}
.web-footer .right-box .qr-box {
  margin-left: 30px;
}
.web-footer .right-box .qr-box .code-img {
  width: 64px;
  margin-bottom: 10px;
}
.web-footer .right-box .qr-box .code-img img {
  width: 100%;
  height: 100%;
}
.web-footer .right-box .qr-box .code-text {
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  color: #090909;
}