/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._title {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 70px;
}
._title h2 {
  font-size: 50px;
  font-weight: bold;
}
._title .line {
  margin: 0 auto;
  background: #005bac;
  margin-top: 10px;
  width: 100px;
  height: 3px;
}

._more {
  font-size: 16px;
  border: 1px solid black;
  padding: 8px 40px;
  display: inline-block;
}
._more:hover {
  background: #044384;
  color: white;
  border: 1px solid #044384;
}

._more2 {
  background: #005bac;
  color: white;
  border: 1px solid #005bac;
}

.chanpin {
  margin-top: 100px;
}

.about {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .lf {
  position: relative;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  /*&:after{
     position: absolute;
     left: 0;
     top: 0;
     background: rgba(0,0,0,0.5);
     width: 100%;
     height: 100%;
     z-index: 2;
     display: block;
     content: '';
  }*/
}
.about .lf .pic {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.about .lf .bofang {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: white;
  z-index: 3;
}
.about .lf .bofang .title {
  margin-top: 10px;
}
.about .rt {
  padding-left: 60px;
}
.about .rt .title {
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 22px;
}
.about .rt .summary {
  margin-bottom: 50px;
  line-height: 28px;
  font-size: 17px;
}

.fenlei .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fenlei .list .item {
  margin: 10px;
}
.fenlei .list .pic {
  height: 385px;
}
.fenlei .list .name {
  height: 60px;
}
.fenlei .list .pic {
  width: 100%;
  transition: .5s;
}
.fenlei .list .item {
  overflow: hidden;
}
.fenlei .list .item:hover .pic {
  transform: scale(1.03);
}
.fenlei .list .name {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  text-align: center;
  background: #005bac;
  margin: 0;
  font-weight: 100;
}

.chanpin {
  background: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 90px;
}
.chanpin .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.chanpin .list .item {
  position: relative;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.chanpin .list .item:hover .message {
  display: flex;
}
.chanpin .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chanpin .list .item .pic img {
  height: 334px;
  object-position: center;
  object-fit: cover;
}
.chanpin .list .item .message {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 91, 172, 0.8);
  text-align: center;
}
.chanpin .list .item .message .name {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  line-height: 21px;
  font-weight: 100;
  margin-bottom: 25px;
}
.chanpin .list .item .message ._more {
  color: white;
  border: 1px solid white;
}

.youshi {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.youshi .lf .title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.youshi .lf .summary {
  width: 80%;
  font-size: 16px;
  margin-bottom: 50px;
}
.youshi .rt .item {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.youshi .rt .item .title {
  margin-top: 16px;
}

.youshi2 {
  background: #f1f1f1;
  padding-bottom: 80px;
}
.youshi2 ._title {
  position: relative;
  top: 230px;
  text-align: left;
}
.youshi2 ._title .line {
  margin-left: 0;
}

.yingyong {
  margin-top: 100px;
}
.yingyong .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.yingyong .list .item {
  margin: 0 auto;
  margin-bottom: 3%;
  width: 97%;
  text-align: center;
}

.news {
  margin-top: 100px;
  margin-bottom: 200px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  width: 97%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  background: white;
  margin: 3% auto;
}
.news .list .item:hover .pic img {
  transform: scale(1.1);
}
.news .list .item:hover .message .title a {
  color: #005bac;
}
.news .list .item:hover ._more {
  background: #005bac;
  color: white;
}
.news .list .item .pic {
  width: 280px;
  overflow: hidden;
}
.news .list .item .pic img {
  transition: .5s;
}
.news .list .item .message {
  flex: 1;
  padding: 30px;
}
.news .list .item .message .addtime {
  font-size: 14px;
  opacity: .5;
}
.news .list .item .message .title {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list .item .message .summary {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  opacity: .5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lianxi {
  position: relative;
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 225px;
  height: 767px;
}
.lianxi .lf ._title {
  text-align: left;
}
.lianxi .lf .line {
  margin-left: 0;
}

@media (max-width: 1450px) {
  ._title h2 {
    font-size: 40px;
  }

  ._title {
    margin-bottom: 60px;
  }

  .about .rt .title {
    margin-bottom: 23px;
    font-size: 21px;
  }

  .about .rt .summary {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .chanpin .list .item .back {
    font-size: 21px;
  }

  .youshi .lf .title {
    margin-bottom: 29px;
    font-size: 27px;
  }

  .youshi .lf .summary {
    margin-bottom: 39px;
  }

  .news {
    padding-bottom: 0px;
  }

  .news {
    padding-top: 80px;
    margin-top: 0px;
  }

  .yingyong {
    margin-top: 80px;
  }

  .about {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .fenlei .list .pic {
    height: 323px;
  }

  .youshi2 ._title {
    top: 180px;
  }

  .lianxi {
    padding-top: 101px;
    height: 581px;
  }

  .news {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  ._title h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  ._title .line {
    margin-top: 7px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .about .rt {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .about .lf img {
    border-radius: 0;
  }

  .about .rt .title {
    margin-bottom: 15px;
  }

  .chanpin {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chanpin .typename .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .chanpin .typename .item .pic img {
    width: 100px;
    height: 100px;
  }

  .chanpin .typename {
    margin-bottom: 20px;
  }

  ._more {
    padding: 6px 15px;
    font-size: 14px;
  }

  .chanpin .typename .item .name {
    font-size: 15px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .back {
    font-size: 16px;
  }

  .youshi {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .chanpin .list .item {
    background: transparent;
  }

  .chanpin .list .item .message ._more {
    display: none;
  }

  .chanpin .list .item .message .name {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .chanpin .list .item .message {
    position: static;
    display: block;
    height: auto;
    height: 62px;
  }

  .yingyong {
    margin-top: 53px;
  }

  .news .list {
    display: block;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    display: block;
  }

  .news .list .item .pic {
    width: 100%;
  }
  .news .list .item .pic img {
    width: 100%;
  }

  .news .list .item .message {
    padding: 30px 20px;
  }

  .lianxi .lf {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .lianxi .lf .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .lianxi .rt {
    margin-top: 50px;
    float: none;
    width: 100%;
  }

  .lianxi .rt .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .lianxi .rt .summary {
    font-size: 16px;
  }

  .youshi {
    padding-top: 65px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi {
    margin-bottom: 0;
    position: static;
    padding-bottom: 30px;
  }

  .banner_box .word_box {
    top: 23%;
  }

  .about {
    margin-top: 45px;
  }

  .banner_box .word_box .title {
    font-size: 19px;
  }

  .banner_box .word_box .summary {
    font-size: 18px;
  }

  .banner_box .word_box ._more {
    padding: 5px 13px;
    font-size: 14px;
  }

  .youshi .lf .title {
    margin-bottom: 21px;
    font-size: 26px;
  }

  .about .content {
    display: block;
  }

  .about .lf {
    border-radius: 0;
  }

  .about .lf .bofang img {
    width: 35px;
  }

  .fenlei .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .list .lf .name {
    height: 60px;
  }

  .fenlei .list .rt {
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .list .rt .pic {
    height: 98px;
  }

  .fenlei .list .rt .name {
    height: 52px;
  }

  .youshi .rt .item {
    width: 100%;
  }

  .fenlei .list .pic {
    height: 138px;
  }

  .youshi .lf .summary {
    width: 100%;
  }

  .youshi .lf .title {
    text-align: center;
  }

  .youshi2 ._title {
    top: 52px;
  }

  .news {
    margin-bottom: 0px;
  }

  .news .list .item {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .fenlei .list .name {
    height: 55px;
    font-size: 14px;
  }

  .chanpin .list .item .pic img {
    width: 100%;
    height: 150px;
  }

  .about .rt .summary {
    text-align: left;
  }

  .news .list {
    padding-top: 30px;
  }

  .youshi .rt {
    margin-top: 50px;
  }
  .youshi .rt .pic {
    text-align: center;
  }

  .youshi .rt .item .title {
    text-align: center;
  }

  .lianxi .lf {
    padding: 0;
  }

  .youshi2 {
    padding-top: 63px;
    padding-bottom: 57px;
  }

  .youshi2 ._title {
    position: static;
    text-align: center;
  }
  .youshi2 ._title .line {
    margin-left: auto;
    margin-right: auto;
  }

  .lianxi .lf ._title {
    text-align: center;
  }

  .lianxi .lf {
    text-align: center;
  }
  .lianxi .lf .summary {
    text-align: left;
  }

  .lianxi .lf .line {
    margin-left: auto;
  }

  .lianxi {
    padding-top: 84px;
    height: 497px;
    background: url("../images/wap_zhengshu.jpg") no-repeat center;
    background-size: cover;
  }
}

/*# sourceMappingURL=mystyle.css.map */
