/* 顶部 底部 */
.jtys .header {
  background: none;
}

.jtys .main.clearfix {
  position: relative;
}

.jtys .top.clearfix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 1200px;
  margin: 0 auto;
}

.jtys .swiper_banner img {
  display: block;
  width: 100%;
  height: 100%;

}

.jtys .nav {
  background: #115199;
}

.jtys .nav .main .pc-nav ul li {
  width: 14.2% !important;
}

.jtys .nav .main .pc-nav ul :hover,
.jtys .nav .main .pc-nav ul .select {
  background: rgba(69, 77, 186, 0.5);
}

.jtys .footer {
  background: #115199;
  margin-top: 0px;
}

.jtys .footer .link {
  border-bottom: 1px solid #2d4cb7;
}

.max {
  max-width: 1200px;
  margin: 0 auto;
}

/*******工作动态*******/
.dynamic {
  margin-top: 40px;
}

.jtys_title {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}

.jtys_title h6 {
  font-size: 26px;
  line-height: 50px;
  color: #333;
  text-align: left;
  padding-left: 80px;
  font-weight: normal;
  background: url(../images/lzy_jtys_title.png) no-repeat;
  background-size: 320px 50px;
}

.traffic .jtys_title h6 {
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  text-align: left;
  padding-left: 80px;
  font-weight: normal;
  background: url(../images/lzy_jtys_title2.png) no-repeat;
  background-size: 320px 50px;
}
a
.traffic .jtys_title h6 a{
  color: #fff;
}

.jtys_title .gd {
  display: block;
  font-size: 12px;
  line-height: 50px;
  color: #999;
  position: absolute;
  right: -35px;
  top: 25px;
  writing-mode: tb-rl;
}


.swiper4 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  width: 700px;
  height: 400px;
  float: left;
}

.swiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper4 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  width: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-indent: 1em;
}

.swiper4.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  line-height: 60px;
  left: auto;
  right: 0;
  width: 20%;
  background: rgba(0, 0, 0, .5);
}

.swiper4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}

.swiper4 .swiper-pagination-bullet-active {
  background: #115199;
}

.dynamic_list {
  width: 420px;
  padding: 0 10px;
  float: left;
  margin: 20px 0;
  background: #004098;
  position: relative;
}

.dynamic_list li {
  line-height: 60px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.dynamic_list li:last-child {
  border-bottom: none;
}

.dynamic_list li a {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: all 1s;
}

.dynamic_list li a:hover {
  text-indent: 1em;
}

.swiper4_list {
  position: relative;
}

.dynamic_img {
  display: block;
  position: absolute;
  right: -1px;
  top: 10px;
  width: 60px;
  height: 375px;
}

/*政策法规 公式公告*/
.statute {
  margin-top: 40px;
}

.notice {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.statute .notice:last-child {
  margin-right: 0;
}

.notice_list {
  border: 1px solid #ddd;
  padding: 0 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.statute .notice:last-child .notice_list {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.notice_list li {
  border-bottom: 1px solid #ddd;
}

.notice_list li:last-child {
  border-bottom: 0;
}

.notice_list li p {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  float: left;
  width: 80%;
  transition: all 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.notice_list li p:hover {
  text-indent: 1em;
  color: #115199;
}

.notice_list li span {
  font-size: 18px;
  color: #666;
  line-height: 60px;
  float: left;
  width: 20%;
}

/* 项目进展 */
.project {
  margin-top: 40px;
}

.swiper5 .swiper-slide {
  background: #115199;
}

.swiper5 .project_text {
  width: 400px;
  float: left;
  padding: 40px;
}

.project_text h6 {
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.project_text p {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  font-weight: normal;
  text-align: justify;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.swiper5 img {
  display: block;
  width: 720px;
  height: 480px;
  float: left;
}

.swiper5 .swiper-button-prev,
.swiper-container-rtl .swiper5 .swiper-button-next {
  left: 0px;
  right: auto;
  width: 30px;
  height: 70px;
  background: url(../images/lzy_jtys_icon1.png) no-repeat center;
}

.swiper5 .swiper-button-next,
.swiper-container-rtl .swiper5 .swiper-button-prev {
  left: auto;
  right: 0;
  width: 30px;
  height: 70px;
  background: url(../images/lzy_jtys_icon2.png) no-repeat center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'none';
}

/*运输服务*/
.transport {
  margin-top: 40px;
  background: #f8f8f8;
}

.ysfw_left {
  width: 250px;
  /* height: 450px; 调整了高度*/
  overflow: hidden;
  height: 230px;
  float: left;
  position: relative;
}

.ysfw_left img {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.ysfw_left .img2 {
  display: none;
}

.ljgd {
  display: block;
  width: 100px;
  line-height: 30px;
  border: 1px solid #a4b7bf;
  font-size: 12px;
  color: #a4b7bf;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: all 1s;
}

.ljgd:hover {
  color: #fff;
  background: #a4b7bf;
}

.ysfw_right {
  padding: 20px;
  float: left;
  width: 910px;
}

.ysfw_right li {
  width: 27.3%;
  float: left;
  margin-right: 2%;
  border: 1px solid #a4b7bf;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 1s;
}

.ysfw_right li:nth-child(3n) {
  margin-right: 0%;
}

.ysfw_right li:nth-child(n + 4) {
  margin-bottom: 0;
}

.ysfw_right li h6 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.ysfw_right li p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  font-weight: normal;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 1s;
}

.ysfw_right li span {
  font-size: 16px;
  color: #fb9a10;
  line-height: 20px;
  float: right;
}

.ysfw_right li:hover {
  border: 1px solid #fb9a10;
}

.ysfw_right li:hover h6 {
  color: #fb9a10;
}

.ysfw_right li:hover p {
  text-indent: 0;
}

/* 信用交通 */
.traffic {
  margin-top: 40px;
  background: url(../images/lzy_jtys_xyjt.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 40px 0 60px;
}

.traffic_list {
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.traffic_list li {
  border-bottom: 1px solid #fff;
}

.traffic_list li:last-child {
  border-bottom: none;
}

.traffic_list li p {
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  float: left;
  width: 88%;
  transition: all 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.traffic_list li span {
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  float: right;
  width: 10%;
  margin-left: 2%;
}

.traffic_list li p:hover {
  color: #115199;
  text-indent: 2em;
}

/* 4板块 */
.plate {
  margin: 40px auto;
}

.plate4 {
  width: 32%;
  box-shadow: 0 0 2px #8ba7d0;
  padding-bottom: 20px;
  float: left;
  margin-right: 2%;
}

.plate4:last-child {
  margin-right: 0;
}

.plate4 img {
  display: block;
  width: 100%;
  height: auto;
}

.platelist {
  padding: 0 20px;
}

.platelist li {
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.platelist li a {
  display: block;
  color: #999;
}

.platelist li:hover a {
  color: #f8cc64;
}





.plate4 {
  position: relative;
}

.jtys .cxfw {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.plate_ljgd {
  display: block;
  float: left;
  width: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-left: 10px;
}

.jtys .form {
  border: 1px solid #bee6f7;
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  border-radius: 20px;
}

.jtys .form .input1 {
  line-height: 30px;
  text-indent: 1em;
  border: 0;
  outline: none;
  background: none;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 130px;
}

.jtys .form .input2 {
  display: block;
  line-height: 30px;
  width: 60px;
  background: #bee6f7;
  font-size: 14px;
  color: #fff;
  text-align: center;
  float: right;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 0;
  outline: none;
}

/* 友情链接 */
.jtys_link {
  margin-bottom: 60px;
}

.jtys_link li {
  width: 24%;
  margin-right: 1.3%;
  float: left;
  height: 100px;
 box-shadow: 0 0 2px #ddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jtys_link li:last-child {
  margin-right: 0%;
}

.jtys_link li img{
  display: block;
  width: 200px;
  height: 50px;
}


/*清楚浮动*/
.jtys_link ul:after,
.jtys_link ul:after,
.plate .max:after,
.traffic_list li a:after,
.transport:after,
.swiper5 .swiper-slide:after,
.notice_list li a:after,
.statute:after,
.swiper4_list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}