/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.ConTitle {
  text-align: center;
  color: #0d176b;
}
.ConTitle p {
  color: #0d176b;
  font-size: 30px;
  font-weight: bold;
}
.ConTitle span {
  display: block;
  font-size: 14px;
  line-height: 2;
}
body {
  background: #eeeeee;
}
.gsjj {
  margin-top: 35px;
  background: url(../images/gsjs.png) no-repeat bottom;
  background-size: 100%;
  min-height: 760px;
}
.gsjj .gsjjCon {
  padding: 0 10%;
}
.gsjj .gsjjCon .gsjjConText {
  margin: 100px 0 0;
  background: rgba(226, 37, 52, 0.93);
  padding: 53px 126px;
  width: 50%;
  position: relative;
}
.gsjj .gsjjCon .gsjjConText::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(226, 37, 52, 0.93);
}
.gsjj .gsjjCon .gsjjConText p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.gsjj .gsjjCon .gsjjConText span {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
  position: relative;
}
.gsjj .gsjjCon .gsjjConText span::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 130px;
  height: 1px;
  background: #ffffff;
}
.gsjj .gsjjCon .gsjjConText .gsjjConTextT {
  margin-top: 60px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
}
.indexPic {
  padding: 100px 10%;
  background: #eeeeee;
}
.indexPic .indexPicList li {
  float: left;
  margin-left: 2%;
  width: 32%;
  margin-top: 65px;
  background: #ffffff;
}
.indexPic .indexPicList li .indexPicListImg {
  width: 100%;
  height: 473px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPic .indexPicList li .indexPicListImg img {
  display: block;
  margin: 0 auto;
  width: 403px;
  height: 403px;
}
.indexPic .indexPicList li .indexPicListImg .jj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 23, 107, 0.7);
  color: #ffffff;
  font-size: 15px;
  transition: all 0.5s;
  opacity: 0;
}
.indexPic .indexPicList li .til {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 15px;
  background: #d9d9d9;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  line-height: 60px;
}
.indexPic .indexPicList li:hover .indexPicListImg .jj {
  opacity: 1;
}
.indexPic .indexPicList li:hover .til {
  background: #e22534;
  text-align: center;
  color: #ffffff;
}

.indexYs {
  background: url(../images/ys.png) no-repeat;
  padding: 120px 0 150px;
}
.indexYs .indexYsCOn {
  padding: 0 10%;
}
.indexYs .indexYsCOn .ConTitle {
  color: #ffffff;
}
.indexYs .indexYsCOn .ConTitle p {
  color: #ffffff;
}
.indexYs .indexYsCOn .indexYsCOnList {
  margin-top: 80px;
}
.indexYs .indexYsCOn .indexYsCOnList li {
  float: left;
  width: 19.2%;
  margin-left: 1%;
  background: linear-gradient(to bottom, #fff, #acc3f9b2);
  text-align: center;
  padding-bottom: 42px;
  min-height: 470px;
  transition: color 0.5s;
  border-radius: 8px;
}
.indexYs .indexYsCOn .indexYsCOnList li:first-child {
  margin-left: 0;
}
.indexYs .indexYsCOn .indexYsCOnList li:hover {
  background: linear-gradient(to bottom, #f2eaea, #972121b2);
  color: #ffffff;
}
.indexYs .indexYsCOn .indexYsCOnList li .img2 {
  display: none;
}
.indexYs .indexYsCOn .indexYsCOnList li:hover .img1 {
  display: none;
}
.indexYs .indexYsCOn .indexYsCOnList li:hover .img2 {
  display: block;
}
.indexYs .indexYsCOn .indexYsCOnList li:hover .tile,
.indexYs .indexYsCOn .indexYsCOnList li:hover .indexYsCOnListText p {
  color: #ffffff;
}
.indexYs .indexYsCOn .indexYsCOnList li img {
  display: block;
  margin: 45px auto 30px;
  width: 60px;
}
.indexYs .indexYsCOn .indexYsCOnList li .tile {
  color: #0d176b;
  font-size: 20px;
  line-height: 2.5;
}
.indexYs .indexYsCOn .indexYsCOnList li .indexYsCOnListText p {
  width: 85%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}
.idnexCase {
  padding: 100px 10% 80px;
  background: #eeeeee;
}
.idnexCase .idnexCaseList {
  margin-top: 80px;
}
.idnexCase .idnexCaseList li {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 50px;
}
.idnexCase .idnexCaseList li:nth-of-type(odd) {
  margin-left: 0;
}
.idnexCase .idnexCaseList li:hover a .idnexCaseListText {
  opacity: 1;
}
.idnexCase .idnexCaseList li a {
  display: block;
  position: relative;
}
.idnexCase .idnexCaseList li a .idnexCaseListText {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 23, 107, 0.7);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idnexCase .idnexCaseList li a .idnexCaseListText p {
  color: #fff;
  font-size: 15px;
}
.idnexCase .idnexCaseList li a .idnexCaseListText span {
  color: #fff;
  line-height: 2.2;
  font-size: 15px;
}
.idnexCase .idnexCaseList li a .idnexCaseListText i {
  margin-top: 20px;
  display: block;
  color: #fff;
}
html {
  background: #eeeeee;
}
.NyPic {
  padding: 0 10%;
  margin-top: 100px;
}
.NyPic .MypicLeft {
  width: 314px;
  float: left;
}
.NyPic .MypicLeft h3 {
  background-color: #e22534;
  color: #ffffff;
  padding-left: 20px;
  font-size: 18px;
  line-height: 4;
}
.NyPic .MypicLeft .NyPicList li {
  background: #f3f4f7;
}
.NyPic .MypicLeft .NyPicList li:hover,
.NyPic .MypicLeft .NyPicList li.on {
  background: #0d176b;
}
.NyPic .MypicLeft .NyPicList li:hover a,
.NyPic .MypicLeft .NyPicList li.on a {
  color: #ffffff;
}
.NyPic .MypicLeft .NyPicList li a {
  line-height: 70px;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  color: #0d176b;
  border-bottom: solid 1px #dcdde9;
}
.NyPic .MypicRight {
  float: right;
  width: 73%;
}
.NyPic .MypicRight .mbx {
  text-align: right;
  font-size: 14px;
  line-height: 2;
  color: #999;
}
.NyPic .MypicRight .mbx a {
  color: #999999;
}
.NyPic .MypicRight .indexPicList li {
  float: left;
  margin-left: 2%;
  width: 32%;
  margin-bottom: 65px;
  background: #ffffff;
}
.NyPic .MypicRight .indexPicList li .indexPicListImg {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NyPic .MypicRight .indexPicList li .indexPicListImg img {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
.NyPic .MypicRight .indexPicList li .indexPicListImg .jj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 23, 107, 0.7);
  color: #ffffff;
  font-size: 15px;
  transition: all 0.5s;
  opacity: 0;
}
.NyPic .MypicRight .indexPicList li .til {
  width: 100%;
  font-size: 15px;
  background: #d9d9d9;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  line-height: 60px;
}
.NyPic .MypicRight .indexPicList li:hover .indexPicListImg .jj {
  opacity: 1;
}
.NyPic .MypicRight .indexPicList li:hover .til {
  background: #e22534;
  text-align: center;
  color: #ffffff;
}
.page {
  width: 100%;
  margin: 15px auto 30px;
  text-align: left;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #e22534;
  margin: 0 0.3%;
  background-color: #e22534;
  color: #fff;
  line-height: 2;
}
.gywm .gsjjConText {
  margin: 100px 0 0;
  padding: 53px 0;
}
.gywm .gsjjConText p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.gywm .gsjjConText span {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  position: relative;
}
.gywm .gsjjConText span::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 130px;
  height: 1px;
  background: #999999;
}
.gywm .gsjjConText .gsjjConTextT {
  margin-top: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
@media only screen and (max-width: 760px) {
  .gsjj .gsjjCon,
  .indexPic,
  .indexYs .indexYsCOn,
  .idnexCase,
  .bltindexnews {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  /*.pc {*/
  /*  display: none;*/
  /*}*/
  .headerwrapNav {
    display: none;
  }
  .gsjj {
    min-height: 35rem;
    margin-top: 0;
  }
  .gsjj .gsjjCon .gsjjConText {
    width: 100%;
    padding: 1rem;
    margin: 2rem auto 0;
  }
  .gsjj .gsjjCon .gsjjConText::after {
    display: none;
  }
  .indexPic .indexPicList li {
    margin-left: 2%;
    width: 49%;
    margin-top: 2%;
  }
  .indexPic .indexPicList li:nth-of-type(odd) {
    margin-left: 0;
  }
  .indexPic .indexPicList li .indexPicListImg {
    height: 15rem;
  }
  .indexPic .indexPicList li .til {
    padding-left: 10px;
  }
  .indexYs {
    padding: 2rem 0;
    background-size: auto 100%;
  }
  .indexYs .indexYsCOn .indexYsCOnList {
    margin-top: 2rem;
  }
  .indexYs .indexYsCOn .indexYsCOnList li {
    float: initial;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-top: 10px;
    margin-bottom: 2rem;
  }
  .indexYs .indexYsCOn .indexYsCOnList li img {
    margin: 1rem auto 0;
  }
  .idnexCase .idnexCaseList {
    margin-top: 3rem;
  }
  .idnexCase .idnexCaseList li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .idnexCase .idnexCaseList li a .idnexCaseListText i {
    margin-top: 5px;
  }
  .bltindexnews {
    padding: 0;
  }
  .bltindexnews .left,
  .bltindexnews .right {
    margin-top: 2rem;
    width: 100%;
    padding-right: 0;
  }
  .bltindexnews .right a dd h3 {
    line-height: 2;
    padding: 0 10px;
    display: block;
  }
  .footerwrap {
    margin-top: 3rem;
    padding: 1rem 0;
  }
  .footerwrap .footer02 .left{
    width: 100%;
    text-align: left;
  }

  .footerwrap .footer02 .right {
    float: initial !important;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 2rem;
  }
  .footerwrap .footer02 .right a {
    padding-left: 0;
    padding-right: 20px;
    line-height: 2;
  }
  .NyPic {
    padding: 0;
    margin: 3rem auto 0;
    width: 90%;
  }
  .NyPic .MypicLeft {
    width: 100%;
    float: initial;
  }
  .NyPic .MypicLeft .NyPicList li a {
    line-height: 3;
  }
  .NyPic .MypicRight .mbx {
    display: none;
  }
  .NyPic .MypicRight {
    float: initial;
    width: 100%;
    margin-top: 3rem;
  }
  .NyPic .MypicRight .indexPicList li {
    width: 49%;
    margin-left:  2%;
    margin-bottom: 1rem;
  }
  .NyPic .MypicRight .indexPicList li:nth-of-type(odd) {
    margin-left: 0;
  }
  .NyPic .MypicRight .indexPicList li .indexPicListImg {
    height: 14rem;
  }
  .NyPic .MypicRight .indexPicList li .indexPicListImg img {
    width: 100%;
    max-height: 14rem;
    height: auto;
  }
  .NyPic .MypicRight .indexPicList li .til {
    padding: 0 10px;
  }
  .newsinfowrap {
    margin-top: 0;
  }
  .gywm .gsjjConText {
    margin: 2rem auto 0;
    padding: 1rem 0;
    min-height: 20rem;
  }
  .indexPic .indexPicList li .indexPicListImg img{
    width: 100%;
    max-height: 15rem;
  }
}
@media only screen and (min-width: 1260px) {
  /*.wap {*/
  /*  display: none;*/
  /*}*/
  .indexPicList li:nth-child(3n + 1),
  .NyPic .MypicRight .indexPicList li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*.bltindexnews .right a dd h3,*/
.NyPic .MypicRight .indexPicList li .til {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 22;
  background: #ffffff;
  margin: 0;
  display: none;

}
.sub li{
  transition: all .5s;
}
.sub li a{
  display: block;
  font-size: 14px;
  color: #333333;
}
.sub li:hover {
  background:#e22534;
}
.sub li:hover a{
  color: #ffffff;
}
.subWap{
  width: 100%;
  background: #dddbdb;
  margin: 0;
  display: none;
}

.subWap li {
  line-height: 3;
}
.subWap li a{
  display: block;
  padding-left: 4rem;
}
.subWap li:hover{
  background:#e22534;
}
.subWap li:hover a{
   color: #ffffff;
 }
img {
  display: block;
  margin: 0 auto;
}
.footerwrap .footer02 .left .tel{
  display: flex;
  align-items: center;
}
.footerwrap .footer02 .left .tel img{
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.bannerwrap .swiper-pagination-bullet{
  background: #ffffff;
}
.bannerwrap .swiper-pagination-bullet-active{
  background:#e22534;
}
