/* CSS Document */
@media only screen and (max-width: 1200px) {
  .top {
    width: 100%;
    background-color: #2f318b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .top .main {
    height: 55px;
    position: relative;
  }
  .top_jg {
    height: 55px;
    width: 100%;
  }
  .logo {
    width: 230px;
    height: 30px;
    position: absolute;
    left: 3%;
    top: 12.5px;
    z-index: 31;
  }
  .logo p {
    color: #fff;
  }
  .logo img {
    height: 30px;
  }
  .menu {
    margin: 0px 0px 0px 0%;
    float: left;
    width: 100%;
  }
  .menu li {
    float: left;
    width: 100%;
    border-top: solid 1px #ddd;
  }
  .menu a {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    padding-left: 3%;
    color: #333333;
  }
  .menu a {
    font-size: 14px;
  }
  .menu a:hover {
    COLOR: #2f318b;
  }
  .menu dl {
    width: 100%;
    float: left;
    padding-bottom: 8px;
  }
  .menu dl dd {
    width: 50%;
    float: left;
  }
  .menu dl dd a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 12px;
  }
  a.cd_zz {
    display: none;
  }
  .menu2 {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12.5px;
    z-index: 31;
  }
  .menu2 a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .menu2 a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .logo p {
    left: 60px;
    width: 200px;
    /*display: none;*/
    height: 20px;
    line-height: 20px;
    bottom: 0;
    font-size: 13px;
    position: absolute;
  }
  #navk {
    width: 100%;
    display: none;
    background: #ffffff;
    position: fixed;
    padding: 0px 0px 0px 0px;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .ss {
    float: left;
    width: 100%;
    height: 35px;
    background: #ffffff;
    border: solid 1px #2f318b;
    position: relative;
  }
  .ss .form-control {
    height: 33px;
    line-height: 33px;
    background: none;
    color: #696969;
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    border: 0;
  }
  .an_ss {
    position: absolute;
    right: -1px;
    top: -1px;
    background: url(../images/t_ss.png) #2f318b center center no-repeat;
    background-size: auto 18px;
    width: 45px;
    height: 35px;
    text-align: center;
    cursor: pointer;
  }
  a.cd_en {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    background-color: #bfbfbf;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .top_r {
    width: 100%;
    float: left;
    padding: 15px 55px 15px 15px;
    position: relative;
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .top_jg {
    display: none;
  }
  .menu2 {
    display: none;
  }
  .top {
    width: 100%;
  }
  .top .main {
    position: relative;
    height: 125px;
  }
  .top_jg {
    display: none;
  }
  .logo {
    width: 350px;
    height: 65px;
    font-size: 17px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -32.5px;
    color: #fff;
  }
  .logo img {
    height: 100%;
  }
  .logo p {
    left: 110px;
    width: 400px;
    position: absolute;
    color: #fff;
    font-size: 22px;
    bottom: 20px;
  }
  #navk {
    width: 100%;
    background-color: #fff;
  }
  #navk .main {
    position: relative;
    height: 60px;
  }
  .menu {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 15;
    font-size: 0;
    display: flex;
    justify-content: space-between;
  }
  .menu li {
    height: 60px;
    position: relative;
    text-align: center;
  }
  .menu li:last-child {
    margin: 0;
  }
  .menu a.dbt {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 5px;
  }
  .menu li.on a.dbt, .menu li:hover a.dbt {
    background-color: #2f318b;
    color: #fff;
  }
  .menu li dl {
    width: 200px;
    font-size: 14px;
    display: none;
    background-color: #2f318b;
    position: absolute;
    left: 0px;
    top: 47px;
    padding-top: 10px;
  }
  .menu li:hover dl {
    display: block;
  }
  .menu dd {
    width: 100%;
    float: left;
  }
  .menu dd a {
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    text-align: left;
    color: #fff;
  }
  .menu dd a:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ss {
    position: absolute;
    height: 40px;
    width: 260px;
    right: 0px;
    top: 10px;
  }
  .ss .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background-color: #2f318b;
    border: 0;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
  }
  .ss .an_ss {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    right: 10px;
    top: 0px;
    background: url(../images/t_ss.png) center center no-repeat;
  }
  .top_tel {
    position: absolute;
    width: 419px;
    height: 77px;
    right: 0;
    top: 50%;
    margin-top: -38.5px;
  }
  .top_r {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 280px;
    color: #fff;
  }
  .top_r .s1 {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    font-style: italic;
  }
  .top_r .s1 p {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
  }
  .top_r .s2 {
    float: right;
    width: 110px;
    padding-left: 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .top_r .s2 img {
    width: 100%;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-container.sy_ban {
    width: 100%;
    height: auto;
  }
  .sy_ban .swiper-slide {
    text-align: center;
    width: 100%;
  }
  .sy_ban .swiper-slide .main {
    padding: 20px;
  }
  .sy_ban .txtk {
    color: #000000;
    margin-bottom: 20px;
  }
  .sy_ban .bt1 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .sy_ban .bt2 {
    margin-bottom: 30px;
  }
  .sy_ban .swiper-slide img {
    width: auto;
    display: inline-block;
  }
  .sy_ban .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
  }
  .sy_ban .swiper-pagination-bullet-active {
    background-color: #2f318b;
  }
  .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    position: absolute;
    right: 0%;
    text-align: center;
  }
  .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-container.sy_ban {
    width: 100%;
  }
  .sy_ban .swiper-slide {
    text-align: center;
    width: 100%;
  }
  .sy_ban .swiper-slide .main {
    position: relative;
    height: 460px;
  }
  .sy_ban .txtk {
    width: 500px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    color: #000000;
  }
  .sy_ban .bt1 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .sy_ban .bt2 {
    margin-bottom: 40px;
  }
  .sy_ban .imgk {
    width: 700px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0;
  }
  .sy_ban .swiper-slide img {
    width: auto;
    display: inline-block;
  }
  .sy_ban .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 10px;
  }
  .sy_ban .swiper-pagination-bullet-active {
    background-color: #2f318b;
  }
  .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    position: absolute;
    right: 0%;
    text-align: center;
  }
  .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.foot, .foot2 {
  width: 100%;
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.6);
  background-color: #333333;
}

.foot2 {
  padding: 20px 0;
}

.foot a, .foot2 a {
  color: rgba(255, 255, 255, 0.7);
}

.foot a:hover, .foot2 a:hover {
  color: #fff;
}

.foot .d2 {
  width: 130px;
  text-align: center;
  font-size: 12px;
  float: right;
}

.foot2 {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
}

.cd_f {
  float: left;
  width: 900px;
}

.cd_f li {
  float: left;
  width: 20%;
  line-height: 30px;
}

.cd_f .bt {
  margin-bottom: 10px;
}

.cd_f .bt a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .cd_f {
    display: none;
  }
  .foot .d2 {
    width: 100%;
    text-align: center;
  }
  .foot .d2 .item {
    width: 120px;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .foot .d2 .item img {
    height: 80px;
  }
  .foot, .foot2 {
    padding: 15px;
  }
  .foot2 {
    padding-bottom: 60px;
  }
  .foot {
    text-align: center;
  }
}
a.cd_more1 {
  display: inline-block;
  background-color: #2f318b;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  width: 175px;
}

a.cd_more1:after {
  content: "";
  background-image: url("../images/more_jt.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 33px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
}

a.cd_more1:hover {
  background-color: #f1bb53;
}

.sy1 {
  padding: 60px 0;
}

.sy_bt1 {
  text-align: center;
}

.sy_nav1 {
  text-align: center;
  font-size: 0;
}

.sy_nav1 a {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  margin: 5px;
  font-size: 16px;
  border: solid 1px #ddd;
  line-height: 38px;
  border-radius: 5px;
}

.sy_nav1 a:hover, .sy_nav1 a.on {
  background-color: #2f318b;
  color: #fff;
  border-color: #2f318b;
}

.sy_xs_gd {
  position: relative;
}

.sy_xs_gd .swiper-slide {
  width: 100%;
}

.sy_xs_gd a {
  display: block;
  width: 100%;
  padding: 20px;
  border: solid 1px #e9e9e9;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}

.sy_xs_gd a:hover {
  border-color: #2f318b;
}

.sy_xs_gd .swiper-slide .imgk {
  width: 100%;
  overflow: hidden;
  height: 220px;
  text-align: center;
  margin-bottom: 15px;
}

.sy_xs_gd .swiper-slide img {
  width: auto;
  max-height: 220px;
}

.sy_xs_gd .swiper-slide .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sy_xs_gd .swiper-button-prev, .sy_xs_gd .swiper-button-next {
  color: #333;
  outline: none;
  --swiper-navigation-size: 22px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: -22.5px;
  background-color: #fff;
  border: solid 2px #ddd;
  border-radius: 50%;
}

.sy_xs_gd .swiper-button-prev:hover, .sy_xs_gd .swiper-button-next:hover {
  background-color: #2f318b;
  color: #fff;
  border-color: #2f318b;
}

.sy_xs_gd .swiper-button-prev {
  left: -80px;
}

.sy_xs_gd .swiper-button-next {
  right: -80px;
}

.sy_xs_gd .swiper-pagination-bullet {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}

.sy_xs_gd .swiper-pagination-bullet-active {
  background-color: #02a097;
}

.sy_xs_gd.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 28px;
  position: absolute;
  right: 25px;
  left: auto;
  width: auto;
  text-align: right;
}

.sy_xs_gd.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

@media only screen and (max-width: 1200px) {
  a.cd_more1 {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
    display: inline-block;
  }
  a.cd_more1:after {
    width: 20px;
    height: 6px;
    margin-left: 6px;
  }
  .sy1 {
    padding: 15px;
  }
  .sy_nav1 a {
    padding: 0 5px;
    margin: 0 1%;
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 23%;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sy_xs_gd {
    padding: 0 5px;
  }
  .sy_xs_gd a {
    padding: 12px;
  }
  .sy_xs_gd .swiper-slide .imgk {
    height: auto;
    margin-bottom: 10px;
  }
  .sy_xs_gd .swiper-slide img {
    max-height: inherit;
  }
  .sy_xs_gd .swiper-button-prev, .sy_xs_gd .swiper-button-next {
    --swiper-navigation-size:18px;
    width: 20px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    display: none;
  }
  .sy_xs_gd .swiper-button-prev {
    left: -15px;
  }
  .sy_xs_gd .swiper-button-next {
    right: -15px;
  }
}
.bj_d {
  background-color: #2f318b;
  color: #fff;
}
.bj_d .sy_bt1 .nr {
  color: #fff;
}

.sy_bt1 .nr {
  color: #666;
  padding: 0 300px;
}

.sy_lb1 {
  width: 100%;
  float: left;
  overflow: hidden;
}

.sy_lb1 ul {
  width: 102%;
  float: left;
  margin-left: -1%;
}

.sy_lb1 li {
  width: 23%;
  float: left;
  margin: 1%;
}

.sy_lb1 a {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sy_lb1 .imgk {
  height: 200px;
  overflow: hidden;
}

.sy_lb1 .imgk img {
  min-height: 100%;
}

.sy_lb1 .txtk {
  padding: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  opacity: 0;
}
.sy_lb1 .txtk .bt {
  font-size: 0px;
  color: #000;
  font-weight: bold;
  transition: all 0.4s linear;
}

.sy_lb1 a:hover .txtk {
  opacity: 1;
}
.sy_lb1 a:hover .txtk .bt {
  font-size: 28px;
}

.sy_lb1 .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sy_lb1 p {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.s_more {
  display: inline-block;
  line-height: 35px;
  padding: 0 30px;
  background-color: #f0f0f0;
  border-radius: 30px;
}

.s_more:hover, .sy_lb1 a:hover .s_more {
  background-color: #2f318b;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .sy_bt1 .nr {
    padding: 0 0px;
  }
  .sy_lb1 ul {
    width: 102%;
    margin-left: -1%;
  }
  .sy_lb1 li {
    width: 48%;
    margin: 1%;
  }
  .sy_lb1 li:nth-child(2n+1) {
    clear: both;
  }
  .sy_lb1 .imgk {
    height: auto;
  }
  .sy_lb1 .imgk img {
    min-height: inherit;
  }
  .sy_lb1 .txtk {
    padding: 15px;
  }
  .sy_lb1 p {
    height: 40px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .s_more {
    line-height: 35px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .sy_lb1 li {
    width: 98%;
    margin-bottom: 15px;
  }
}
.sy_lb2 {
  width: 100%;
  float: left;
  overflow: hidden;
}

.sy_lb2 ul {
  width: 103%;
  float: left;
  margin-left: -1.5%;
}

.sy_lb2 li {
  width: 30.3333%;
  float: left;
  margin: 1.5%;
}

.sy_lb2 a {
  display: block;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
}

.sy_lb2 a:hover {
  background-color: #2f318b;
  color: #fff !important;
}

.sy_lb2 a:hover p, .sy_lb2 a:hover .bt {
  color: #fff;
}

.sy_lb2 .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}

.sy_lb2 i {
  display: block;
  width: 100%;
  height: 66px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  margin-bottom: 15px;
}

.sy_lb2 i.i1 {
  background-image: url("../images/c1.png");
}

.sy_lb2 a:hover i.i1 {
  background-image: url("../images/c1_on.png");
}

.sy_lb2 i.i2 {
  background-image: url("../images/c2.png");
}

.sy_lb2 a:hover i.i2 {
  background-image: url("../images/c2_on.png");
}

.sy_lb2 i.i3 {
  background-image: url("../images/c3.png");
}

.sy_lb2 a:hover i.i3 {
  background-image: url("../images/c3_on.png");
}

.sy_lb2 i.i4 {
  background-image: url("../images/c4.png");
}

.sy_lb2 a:hover i.i4 {
  background-image: url("../images/c4_on.png");
}

.sy_lb2 i.i5 {
  background-image: url("../images/c5.png");
}

.sy_lb2 a:hover i.i5 {
  background-image: url("../images/c5_on.png");
}

.sy_lb2 i.i6 {
  background-image: url("../images/c6.png");
}

.sy_lb2 a:hover i.i6 {
  background-image: url("../images/c6_on.png");
}

.sy_lb2 p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bj1 {
  background-image: url("../images/bj1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.bj2 {
  background-image: url("../images/bj2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bj2 .d1, .bj2 .d2 {
  width: 48%;
}

.sy_bt2 .bt {
  position: relative;
  padding-bottom: 15px;
}

.sy_bt2 .bt:after {
  position: absolute;
  content: "";
  width: 2em;
  height: 4px;
  background-color: #2f318b;
  left: 0;
  bottom: 0px;
}

.sy_nr1 {
  font-size: 16px;
  line-height: 30px;
}

a.cd_more2 {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #ddd;
  padding: 0 30px;
  display: inline-block;
  border-radius: 5px;
  line-height: 38px;
  font-size: 16px;
}
a.cd_more2:hover {
  background-color: #2f318b;
  color: #fff;
}

.sy_lb3 li {
  width: 100%;
  margin-bottom: 30px;
}

.sy_lb3 a {
  display: block;
  width: 100%;
  min-height: 75px;
  padding-left: 100px;
  position: relative;
}

.sy_lb3 .sj {
  width: 75px;
  height: 75px;
  border: solid 1px #ddd;
  padding: 7px;
  color: #333;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.sy_lb3 a:hover .sj {
  background-color: #2f318b;
  color: #fff;
}
.sy_lb3 a:hover .sj p {
  color: #fff;
}

.sy_lb3 .sj p {
  color: #999;
}

.sy_lb3 .bt {
  display: block;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sy_lb3 p {
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .sy_lb2 ul {
    width: 102%;
    margin-left: -1%;
  }
  .sy_lb2 li {
    width: 48%;
    margin: 1%;
  }
  .sy_lb2 a {
    padding: 15px 10px;
  }
  .sy_lb2 p {
    -o-text-overflow: inherit;
    overflow: hidden;
    white-space: inherit;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sy_lb2 i {
    height: 40px;
    margin-bottom: 10px;
  }
  .bj2 .d1, .bj2 .d2 {
    width: 100%;
  }
  .bj2 .d1 {
    margin-bottom: 20px;
  }
  .sy_bt2 .bt {
    padding-bottom: 10px;
  }
  .sy_bt2 .bt:after {
    height: 3px;
  }
  .sy_nr1 {
    font-size: 13px;
    line-height: 22px;
  }
  a.cd_more2 {
    padding: 0 20px;
    line-height: 35px;
    font-size: 13px;
  }
  .sy_lb3 li {
    margin-bottom: 15px;
  }
  .sy_lb3 a {
    min-height: 65px;
    padding-left: 80px;
  }
  .sy_lb3 .sj {
    width: 65px;
    height: 65px;
    padding: 10px 5px;
  }
  .sy_lb3 p {
    height: 40px;
    line-height: 20px;
  }
}
.p_nr1 .imgk {
  width: 38%;
  float: left;
  border: solid 1px #e9e9e9;
}

.p_nr1 .txtk {
  width: 57%;
  float: right;
}

.p_nr1 .btn {
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 30px;
  line-height: 45px;
  height: 45px;
}

@media only screen and (max-width: 1200px) {
  .p_nr1 .imgk {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e9e9e9;
    text-align: center;
    margin-bottom: 15px;
  }
  .p_nr1 .txtk {
    width: 100%;
    float: right;
  }
  .p_nr1 .btn {
    font-size: 13px;
    padding: 0px 20px;
    line-height: 35px;
    height: 35px;
  }
  .foot_tel {
    position: fixed;
    z-index: 18;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 2%;
    left: 0px;
    bottom: 0px;
  }
  .foot_tel a {
    width: 46%;
    line-height: 30px;
    background-color: #2f318b;
    color: #fff;
    float: left;
    text-align: center;
    margin: 0 2%;
    border-radius: 35px;
  }
  .foot_tel a span {
    margin-right: 10px;
  }
}
.ab_k .ab_nr {
  width: 54%;
}

.ab_k .imgk {
  width: 42%;
}

.ab_k .imgk img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .ab_k .ab_nr {
    width: 100%;
  }
  .ab_k .imgk {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sy_list1 {
  width: 103%;
  margin-left: -1.5%;
  display: flex;
  flex-wrap: wrap;
}
.sy_list1 li {
  width: 30.3333%;
  margin: 1.5%;
}
.sy_list1 li a {
  display: block;
  width: 100%;
  text-align: center;
}
.sy_list1 li a .dtb {
  width: 100%;
  background-color: #2f318b;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.sy_list1 li a .dtb img {
  height: 65px;
}
.sy_list1 li a .text_content {
  background-color: #e9ecef;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  padding: 20px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.sy_list1 li a .text_content .bt {
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_list1 li a .text_content p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 4%;
  font-size: 16px;
}
.sy_list1 li a .text_content .s_more {
  color: #2f318b;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
  display: none;
}
.sy_list1 li a .text_content .s_more:hover {
  background-color: #2f318b;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .sy_list1 li a .dtb {
    height: 100px;
  }
  .sy_list1 li a .dtb img {
    height: 45px;
  }
  .sy_list1 li a .text_content {
    padding: 15px;
  }
  .sy_list1 li a .text_content p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .sy_list1 li a .text_content .s_more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_list1 li {
    width: 47%;
  }
  .sy_list1 li a .dtb {
    height: 80px;
  }
  .sy_list1 li a .dtb img {
    height: 30px;
  }
  .sy_list1 li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
  }
}