/* 轮播图 */
.banner {
  position: relative;
  cursor: pointer;
}
.banners {
  position: relative;
}
.banner p {
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  bottom: 32px;
  left: 14%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.banner a {
  position: relative;
}
.banner a::before {
  content: "";
  background: url(/xyw/img/bg4.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 164px;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .slick-dots {
  position: absolute;
  left: 49%;
  bottom: 37px;
}
.banner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}
.banner button {
  font-size: 0;
  display: none;
  cursor: pointer;
}
.banner .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background-color: #a10303;
  border-radius: 50%;
}

.banner .slick-dots li button {
  font-size: 0;
  display: none;
}
.banner .slick-prev {
  background: url(/xyw/img/al.png) no-repeat;
  border: none;
  width: 30px;
  height: 42px;
  z-index: 69;
  position: absolute;
  top: 57%;
  left: 7%;
  background-size: 100% 100%;
}

.banner .slick-next {
  background: url(/xyw/img/ar.png) no-repeat;
  border: none;
  width: 30px;
  height: 42px;
  z-index: 69;
  position: absolute;
  top: 57%;
  right: 7%;
  background-size: 100% 100%;
}

/* 内容1 */
.content1 {
  margin-top: 55px;
}
.c1_tit {
  margin-bottom: 25px;text-align: center;border-bottom: #00469b 4px solid;line-height: 48px;
position: relative;}
.c1_ls {
  width: 480px;
}
.c1_left {
  margin-right: 40px; width: 328px;
}
.titlewh{ background: #00469b; text-align: center;color: #ffffff; height: 60px; line-height: 60px; font-size: 20px;}
.c1_line {
  display: inline-block;
  width: 5px;
  height: 27px;
  background-color: #a10303;
  margin-right: 20px;
}
.c1_sp1 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  vertical-align: 4px;
}
.c1_sp2 {
  margin-top: 5px;
position: absolute;right: 0;top: 0;}
.c1_sp2 a {
  color: #919191;
}
.c1_sp2 a:hover {
  color: #a10303;
}

/* 内容1 轮播图 */
.c1_ls .slick-slide{position: relative;}
.slick_content {
  padding: 0;
  background: #00000042;
  padding-top: 0;
position: absolute;z-index: 9999;bottom: 0;width: 100%;overflow: hidden;}
.slick_content a {
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  max-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slick_content a:hover {
  font-weight: bold;
}
.slick_content p {
  font-size: 14px;
  color: #edd9d9;
  line-height: 24px;
  max-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slicks img {
  cursor: pointer;
  object-fit: cover;
}
.slicks button {
  font-size: 0;
  cursor: pointer;
}
.slicks .slick-prev {
  background: url(/xyw/img/al1.png);
  border: none;
  width: 31px;
  height: 47px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}

.slicks .slick-next {
  background: url(/xyw/img/ar2.png);
  border: none;
  width: 31px;
  height: 47px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
}
 .topnews{}
 .topnews h2{
    font-size: 18px;
    color:#333;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
 .topnews p{
  margin: 10px auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.topnews span{
  color: #00469b;font-size: 14px;line-height: 30px;
}
 .topnews i{font-size: 22px; color: #00469b; font-weight: bold;font-style: normal;line-height: 30px;}
 .topnews:hover h2{color: #cc0000;}
 .topnews:hover p{color: #333;}
 .newsbox{}
 .newsbox ul{}
 .newsbox li{ border-bottom:#dcdcdc 1px solid; background: url(/xyw/img/ico_news.png) left center no-repeat; padding-left: 15px;transition: all 0.3s;}
 .newsbox li:last-child{ border-bottom:none !important;}
 .newsbox a{font-size: 16px; color: #333333; line-height: 48px; height: 48px;overflow: hidden; }
 .newsbox li:hover{border-bottom:#00469b 1px solid ;transition: all 0.3s;}
 .newsbox li a:hover{color: #cc0000; transition: all 0.3s;}
/* 内容1 第二块 */
.c1_rs img {
  display: block;
}
.c1_rs s {
  height: 187px;
  overflow: hidden;
}
.c1_ls .c {
  height: 350px;
  overflow: hidden;
  padding-top: 0;
}



.c1_rs {
  width: 322px;
  margin-left: 20px;
}
.c1_right {
  overflow: hidden;
}
.c1_rcon {
  padding: 25px 20px;
  padding-top: 15px;
  background-color: #f5f8fb;
}
.c1_rcon p{ margin: 0 0;padding: 0;font-size: 14px; line-height: 24px;color: #333; display: block; text-align:justify;}
.myscroll { width: 100%; height: 335px; margin: 0 auto;   overflow: hidden;}
.c1_rcon .fr {
  line-height: 50px;
}
.c1_rcon .data p {
  width: 67px;
  height: 31px;
  margin-right: 15px;
  text-align: center;
  line-height: 31px;
}
.c1_rcon .data p:nth-child(1) {
  background-color: #a10303;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.c1_rcon .data p:nth-child(2) {
  background: #ffffff;
}

.c1_rcon .word p {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.c1_rcon .word {
  overflow: hidden;
}
.c1_rcon .word p a {
  display: inline-block;
  max-height: 60px;
  line-height: 28px;
  color: #181818;
}
.c1_list {
  margin-top: 15px;
  padding-bottom: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
.last {
  border-bottom: none;
  padding-bottom: 0;
}
.c1_list:hover .word a {
  color: #a10303;
}

/* 板块2 */
.content2 {
  margin-top: 80px;
  background: url(/xyw/img/bg2.png) no-repeat;
  padding-top: 70px;
  padding-bottom: 60px;
  background-size: cover;
}
.c2_l {
  width: 34.5%;
}
.c2_c {
  width: 31%;
}
.c2_box {
  margin: 0 37px;
}
.text-list {
  background-color: #ffffff;
  padding: 5.5px 20px;
}
.text-list ul li {
  padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 16px;
  left: 0;
  transition: all 0.5s;
  background: url(/xyw/img/icon1.png) no-repeat;
  background-position: left 32px;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li a {
  color: #515151;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.text-list ul li span {
  color: #989898;
  font-size: 14px;
  text-align: right;
  float: right;
  padding-left: 10px;
}

.text-list ul li:hover a {
  color: #a10303;
}

.text-list ul li:hover span {
  color: #a10303;
}
.c2_titc {
  text-align: center;
}
.mb {
  margin-bottom: 26px !important;
}
.c2_titc span:nth-child(2n-1) {
  display: inline-block;
  width: 66px;
  height: 1px;
  background-color: #a10303;
  vertical-align: 10px;
}
.c2_titc span:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  color: #a10303;
}
.c2_con {
  background: url("/xyw/img/bg3.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 77px;
  position: relative;
}
/* .c2_con::before {
  content: "";
  background: url("/xyw/img/bg3.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  z-index: 0;
} */
.wx {
  display: block;
  margin: 0 auto;
}
.c2_con p {
  color: #686868;
  font-size: 14px;
  margin-top: 22px;
  text-align: center;
}
.c2_con ul {
  margin-top: 45px;
}
.c2_con ul li {
  font-size: 15px;
  line-height: 26px;
  color: #414141;
  margin-top: 25px;
  padding-left: 30px;
}
.c2_con ul li:nth-child(1) {
  background: url(/xyw/img/icon2.png) no-repeat;
  max-height: 52px;
  background-position: left 4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c2_con ul li:nth-child(2) {
  background: url(/xyw/img/icon3.png) no-repeat;
  background-position: left 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c2_con ul li:nth-child(3) {
  background: url(/xyw/img/icon4.png) no-repeat;
  background-position: left 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c2_r {
  overflow: hidden;
  width: 34.5%;
}
.text-lists {
  background-color: #fefefe;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 17px;
}
.text-lists ul li {
  padding-left: 15px;
  line-height: 60px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 16px;
  left: 0;
  transition: all 0.5s;
  background: url(/xyw/img/icon1.png) no-repeat;
  background-position: left 26px;
}

.text-lists ul li:first-child {
  border-top: none;
}

.text-lists ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-lists ul li span {
  color: #666666;
  font-size: 14px;
  padding-left: 10px;
  float: right;
}

.text-lists ul li:hover a {
  color: #a10303;
}

.text-lists ul li:hover span {
  color: #a10303;
}

/* 板块3 */
.content3 {
  background: #f8f8f8;
  padding: 35px 0;
}
.c3_l {
  width: 100%;
  margin-right: 45px;
}
.c3_r {
  overflow: hidden;
}
.c5_lists img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
position: absolute;left: 0;top: 0;}

.c5_lists {
  position: relative;
  overflow: hidden;
  cursor: pointer;
padding-top: 66%;}
.picxx{     background: #ffffff;transition: all 0.3s;
  padding: 10px;
  text-align: left;}
  .picxx:hover{background: #00469b; color: #fff; transition: all 0.3s;}
  .picxx:hover .name{ color: #fff; }
  .picxx:hover p{ color: #fff !important; }
.slickes {
  margin-left: -10px;
  margin-right: -10px;
}
.slickes a {
  display: block;
  margin: 0 10px;
}
.slickes img {
  width: 100%;
}
.c5_conr .slick-slide { padding: 10px 0 ;}
.c5_conr .slick-slide a:hover{box-shadow: 0 0 8px rgb(0 0 0 / 20%);transition: all 0.3s;}
.c5_conr .slickes p {
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 27px;
height: 27px;overflow: hidden;}
.c5_lists img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease 0.1s;
}
.c5_boxw {
  padding: 0 1%;
}
.c5_conr .slickes .slick-prev {
  background: url(/xyw/img/arrowl.png);
  border: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 28%;
  left: -65px;
  background-size: 100% 100%;
}

.c5_conr .slickes .slick-next {
  background: url(/xyw/img/arrowr.png) no-repeat;
  border: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 28%;
  right: -65px;
  background-size: 100% 100%;
}

.c5_conr .slickes button {
  font-size: 0;
  cursor: pointer;
}
.name {
  width: 100%;
  height: 27px;
  font-size: 14px;
  color: #00469b;
  text-align: left;
  line-height: 27px;
  margin: 0 auto 0 auto;
font-weight: bold;}

.c3_text-lists {
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 5px;
}
.c3_text-lists ul li {
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 16px;
  left: 0;
  transition: all 0.5s;
  background: url(/xyw/img/icon1.png) no-repeat;
  background-position: left 21px;
}

.c3_text-lists ul li:first-child {
  border-top: none;
}

.c3_text-lists ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c3_text-lists ul li span {
  color: #666666;
  font-size: 14px;
  text-align: right;
  padding-left: 10px;
  float: right;
}

.c3_text-lists ul li:hover a {
  color: #a10303;
}

.c3_text-lists ul li:hover span {
  color: #a10303;
}
.n {
  border-bottom: none !important;
}
/* content4 */
.content4{
  background: #ffffff;
  padding: 35px 0;
height: auto;overflow: hidden;}
.xyjzbox{}
.xyjzbox ul{}
.xyjzbox li{ background: #f5f8fb; float: left; width: 48%; margin: 25px auto;padding: 1.5% 2%;position: relative;    transition: all 0.3s;}
.xyjzbox li:hover{ background: #d7ebff;transition: all 0.3s;box-shadow: 0 0 10px rgb(0 0 0 /10%);}
.xyjzbox li:hover p{ color: #333;transition: all 0.3s;}
.xyjzbox li:hover span{padding: 0 20px;transition: all 0.3s;}
.xyjzbox li:nth-child(2n){margin-left: 4%;}
.xyjzbox li h3{font-size: 18px;font-weight: bold;line-height: 32px;height: 32px;overflow: hidden;}
.xyjzbox li a{}
.xyjzbox li p{height: 34px;line-height: 34px;overflow: hidden;font-size: 16px;color: #999999;}
.xyjzbox li span{display: block;position: absolute;top: -10px;right: 0;background: #00469b;color: #fff;font-size: 14px;padding: 0 15px;line-height: 30px;background: url(/xyw/img/date_bg.png);transition: all 0.3s;}
.xyjzbox li i{}



@media screen and (max-width: 1400px) {
  .c1_ls{width: 55%;}
  .c1_rs{width: 40%;}
}

@media screen and (max-width: 1300px) {
  .foot .contant{width: 40%;}
  .foot .endlink{margin: 0 0 0 5%;}
  /* 内容1 */

  .c1_ls .c {
    height: 296px;
    width: 100%;
  }


  .c1_ls{width: 55%;}
  .c1_rs{width: 40%;}


  .last {
    display: none;
  }
  .c2_titc span:nth-child(2n-1) {
    width: 30px;
  }
  .c3_l {
    width: 650px;
  }
  .c3_text-lists {
    padding-bottom: 28px;
  }
  .c3_text-lists ul li:nth-child(6),
  .c3_text-lists ul li:nth-child(7) {
    display: none;
  }

  .c3_text-lists ul li {
    background-position: left 17px;
  }
}

@media screen and (max-width: 1024px) {


  .banner p {
    bottom: 20px;
  }
  .banner .slick-dots {
    bottom: 22px;
    right: 20px;
    left: 45%;
  }
  .c2_con {
    padding-bottom: 20px;
  }
  .c1_rcon {
    padding-top: 2px;
    padding-bottom: 5px;
  }
  .c1_rcon div:nth-child(4) {
    border-bottom: none;
  }
  .c1_tit {
    margin-bottom: 20px; 
  }
  .c1_ls .c {
    height: auto;
    padding-top: 66.31%;
  }
  /* 内容2 */
  .c2_l {
    width: 100%;
  }
  .c2_c {
    width: 100%;
    margin: 0 0;
  }
  .c2_con ul {
    max-width: 640px;
    margin: 0 auto;
  }
  .c2_r {
    width: 100%;
  }
  .c2_box {
    margin: 0;
  }
  .c1_list {
    padding-bottom: 10px;
  }
  .c1_rcon .word p a {
    font-size: 16px;
  }
  /* 内容三 */
  .c3_l {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .c3_r {
    width: 100%;
    margin-top: 20px;
  }

  .c1_sp1 {
    font-size: 24px;
  }
  .content1 {
    margin-top: 25px;
  }
  .slick_content a {
    font-size: 16px;
  }
  .content2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .text-list ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: left 23px;
  }
  .c2_c {
    margin-top: 20px;
  }
  .c2_r {
    margin-top: 20px;
  }
  .mb {
    margin-bottom: 16px !important;
  }
  .c2_con ul li {
    margin-top: 10px;
  }
  .text-lists ul li {
    line-height: 45px;
  }
  .text-lists ul li {
    background-position: left 20px;
  }
  .content2 {
    padding-bottom: 30px;
  }
  .content3 {
    margin-top: 20px;
  }
  .c2_titc span:nth-child(2) {
    font-size: 24px;
  }
  .text-lists ul li:nth-child(8) {
    border-bottom: none;
  }
  .text-lists {
    padding-bottom: 6px;
  }
  .c3_text-lists ul li {
    line-height: 40px;
  }
  .c3_text-lists ul li:nth-child(5) {
    border-bottom: none;
  }

  .banner p {
    font-size: 20px;
    left: 2%;
  }
  .banner .slick-prev {
    left: 20px;
    width: 30px;
    height: 35px;
    top: 42%;
    transform: translateY(-50%);
  }
  .banner .slick-next {
    right: 20px;
    width: 30px;
    height: 35px;
    top: 42%;
    transform: translateY(-50%);
  }
  .c5_conr .slickes .slick-prev {
    width: 30px;
    height: 30px;
    top: -48px;
  }
  .c5_conr .slickes .slick-next {
    width: 30px;
    height: 30px;
    top: -48px;
  }
  .c1_right {
    width: 100%;
  }
  .c1_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c1_ls {
    width: 100%;
  }
  .c1_rs {
    width: 100%;
    margin-left: 0;
  }
  .topnews{margin-top: 15px;}
}

@media screen and (max-width: 768px) {
  .myscroll{height: 200px;}
  .foot .contant{width: 100%; float: none;}
  .foot .endlink{width: 100%; float: none;margin: 20px auto;}
  .foot .foot-r{width: 100%; float: none;}
  .foot .foot-r img{display: block; margin: 0 auto;}
  
  .c1_ls .c {
    height: auto;
  }
  .banner p {
    font-size: 16px;
  }
  .banner .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
  .banner .slick-dots li {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
  .copright p{font-size: 12px;}
  .name {
    width: 100%;
    height: 27px; overflow: hidden;
    font-size: 15px;
  }
  .xyjzbox li{width: 100%;margin: 15px auto;}
  .xyjzbox li h3{font-size: 16px;}
  .xyjzbox li p{font-size: 14px;}
  .xyjzbox li span{top: -20px;line-height: 27px;}
  .xyjzbox li:nth-child(2n){margin-left:0}


@media screen and (max-width: 640px) {
  .c1_sp1 {
    font-size: 20px;
  }
  .c1_line {
    width: 4px;
    height: 21px;
    margin-right: 10px;
  }
  .c1_sp2 {
    margin-top: 7px;
  }
  .c2_titc span:nth-child(2) {
    font-size: 20px;
  }
  .banner .slick-next {
    top: 35%;
    width: 25px;
    height: 30px;
  }
  .banner .slick-prev {
    top: 35%;
    width: 25px;
    height: 30px;
  }
  .banner p {
    font-size: 16px;
    max-width: 80%;
  }

}

@media screen and (max-width: 480px) {
  .c1_rcon {
    padding: 1px 15px 5px 15px;
  }

  .c1_sp1 {
    font-size: 18px;
  }
  .c1_line {
    width: 4px;
    height: 19px;
    margin-right: 7px;
  }
  .c1_sp2 {
    margin-top: 5px;
  }
  .c2_titc span:nth-child(2) {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .banner p {
    font-size: 14px;
    bottom: 10px;
  }
  .banner .slick-dots {
    bottom: 13px;
  }
  .banner .slick-dots li.slick-active {
    width: 3px;
    height: 3px;
  }
  .banner .slick-dots li {
    width: 3px;
    height: 3px;
    margin-left: 2px;
  }
  .c5_conr .slickes .slick-prev {
    width: 24px;
    height: 24px;
    top: -44px;
  }
  .c5_conr .slickes .slick-next {
    width: 24px;
    height: 24px;
    top: -44px;
  }
}