@charset "utf-8";
/* CSS Document */
.header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .hw {
  display: flex;
  height: 80px;
  justify-content: space-around;
  align-items: center;
}
.top .r-top {
  display: flex;
  align-items: center;
}
.t-bor {
  width: 1px;
  background-color: #c7c7c7;
  height: 25px;
  margin: 0 10px;
}
.topnav {
  font-size: 22px;
  height: 40px;
  display: flex;
  justify-content: center;

}
.topnav a {
  color: #000;
  font-size: 22px;
  margin: 0 20px;
    font-family:"微软雅黑";
  font-weight:bold;
}
.topnav a:hover {
  font-weight: bold;
  background: url(../images/nico1.png) center bottom no-repeat;
  color: #0a4fa0;
}
.topnav a.active {
  font-weight: bold;
  background: url(../images/nico1.png) center bottom no-repeat;
  color: #0a4fa0;
}
.r-topnav {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.r-topnav li {
  padding: 0 5px;
}
.r-topnav li a {
  display: flex;
  align-items: center;
  color: #000;
}
.h80 {
  height: 80px;
}
.conbanner {
  color: white;
}
.conbanner .w {
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.conbanner h2 {
  font-size: 30px;
}
.conbanner h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.conbanner .bor {
  width: 85px;
  height: 5px;
  background-color: white;
}
.connav {
  border-bottom: 10px solid #f2f2f2;
}
.connav .w {
  display: flex;
  flex-wrap: wrap;
}
.connav a {
  display: block;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  padding: 0 3rem;
}
.connav a:hover {
  background-color: #0a4fa0;
  color: white;
}
.connav a.active {
  background-color: #0a4fa0;
  color: white;
}
.pronav {
  border-bottom: 10px solid #f2f2f2;
}
.pronav .w {
  display: flex;
  flex-wrap: wrap;
}
.pronav a {
  display: flex;
  align-items: center;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  padding: 0 3rem;
}
.pronav a img {
  height: 30px;
  margin-right: 10px;
}
.pronav a:hover {
  background-color: #0a4fa0;
  color: white;
}
.pronav a.active {
  background-color: #0a4fa0;
  color: white;
}
.a1 h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-top: 5rem;
  margin-bottom: 30px;
}
.a1 h3::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #0a4fa0;
}
.a1 dl {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  background-color: #ecf9ff;
  align-items: center;
}
.a1 dl dt {
  width: 60%;
}
.a1 dl dt img {
  width: 100%;
}
.a1 dl dd {
  padding: 0 4rem;
  width: 40%;
  box-sizing: border-box;
}
.a1 dl dd p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.abocontent {
  margin: 3rem 0;
}
.cont {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  margin-bottom: 5rem;
}
.cont .w {
  height: 430px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition-delay: 2s;
}
.cont dl {
  padding: 0 5%;
}
.cont dl dt {
  margin-right: 10px;
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cont dl dd .num {
  font-size: 70px;
}
.cont dl dd .num sup {
  font-size: 28px;
}
.cont dl dd .tit {
  font-size: 16px;
}
.honor-1 {
  background-color: #ecf9ff;
  padding: 2rem;
}
.honor-tit {
  background: url(../images/honor-1.png) no-repeat;
  width: 310px;
  height: 43px;
  line-height: 43px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.honor-1 ul {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto 1rem auto;
}
.honor-1 ul li {
  text-align: center;
}
.honor-con {
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  justify-content: center;
}
.honor-con h4 {
  font-size: 16px;
  margin: 0 20px;
}
.honor-2 {
  background-color: #ecf9ff;
  padding: 2rem;
  margin-top: 3rem;
}
.honor-2 ul {
  display: flex;
  justify-content: center;
  margin: 3rem auto 1rem auto;
}
.honor-2 ul li p {
  background: url(../images/honor-5.png) left center no-repeat;
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 2rem;
  font-size: 16px;
}
.honor-2 ul li p b {
  color: #0a4fa0;
  font-weight: bold;
}
.honor-2 ul li:nth-child(2) {
  margin: 0 10rem;
}
.honor-3 {
  background-color: #ecf9ff;
  padding: 2rem;
  margin-top: 3rem;
}
.honor-3 ul {
  display: flex;
  justify-content: center;
  margin: 3rem auto 1rem auto;
}
.honor-3 ul li {
  text-align: center;
  width: 33.333333%;
}
.honor-3 ul li p {
  font-size: 16px;
  padding: 5px 0;
}
.honor-bg {
  background-color: #ecf9ff;
  margin-bottom: 3rem;
}
.historylist {
  display: flex;
}
.historylist .left {
  width: 10%;
  text-align: right;
}
.historylist .left ul li {
  margin-bottom: 2rem;
}
.historylist .left ul li a {
  font-size: 20px;
  color: #000;
}
.historylist .left ul li a:hover,
.historylist .left ul li.active a {
  font-size: 25px;
  color: #0a4fa0;
  font-weight: bold;
  border-bottom: 1px solid #0a4fa0;
}
.historylist .right {
  margin-left: 10%;
  border-left: 1px solid #cecece;
  position: relative;
  padding-left: 5%;
}
.historylist .right li {
  line-height: 2;
}
.historylist .right li .date {
  color: #cecece;
  font-size: 4rem;
  position: relative;
}
.historylist .right li .date::before {
  position: absolute;
  left: -7.2%;
  top: 3.5rem;
  content: '';
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0a4fa0;
}
.historylist .right li .title {
  color: #0a4fa0;
  font-size: 1.5rem;
}
.historylist .right li .desc {
  font-size: 1rem;
}
.historylist .right li .imglist {
  color: #cecece;
  font-size: 3rem;
  margin-top: 1rem;
}
.historylist .right li .imglist ul {
  display: flex;
  margin-left: -10px;
}
.historylist .right li .imglist ul li {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.historylist .right li .imglist ul li img {
  width: 100%;
}
.product-type {
  margin: 2rem 0;
}
.product-type ul {
  display: flex;
  flex-wrap: wrap;
}
.product-type ul li {
  line-height: 2;
  color: white;
  margin: 20px;
  width: calc(50% - 40px);
  height: 350px;
  padding: 3%;
  box-sizing: border-box;
}
.type-con .ico {
  padding-left: 20%;
}
.type-con .title {
  font-size: 2rem;
  font-weight: bold;
}
.type-con .desc {
  font-size: 1.2;
  height: 6rem;
}
.type-con .more a {
  display: block;
  width: 135px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  color: white;
  font-size: 1rem;
}
.type-con .more a:hover {
  background-color: white;
  color: #0a4fa0;
}
.pbg {
  background-color: #f2f2f2;
}
.pbg .w {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.local {
  line-height: 60px;
  font-size: 16px;
}
.local a {
  color: #0a4fa0;
}
.prolist li {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  margin-bottom: 2rem;
}
.prolist li .img {
  width: 60%;
}
.prolist li .img img {
  width: 100%;
}
.prolist li .procon {
  width: 40%;
  box-sizing: border-box;
  padding: 2rem 3rem;
  line-height: 1.5;
}
.prolist li .procon .itemid {
  color: #000;
  font-size: 1rem;
}
.prolist li .procon .title {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin: 1rem auto;
}
.prolist li .procon .desc {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.8;
}
.more2 a {
  margin-top: 20px;
  background: url(../images/jiantou1.png) center center no-repeat;
  border: 1px solid #000;
  border-radius: 18px;
  width: 100px;
  line-height: 36px;
  height: 36px;
  display: block;
  transition: all 0.3s ease 0s;
}
.more2 a:hover {
  background: #0a4fa0 url(../images/jiantou.png) center center no-repeat;
  border: 1px solid #0a4fa0;
}
.product-content {
  padding: 3rem 5rem;
  background-color: white;
}
.product-content .itemid {
  font-size: 1rem;
}
.product-content .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem auto;
}
.product-content .desc h4 {
  margin-bottom: 1rem;
  display: block;
  width: 268px;
  line-height: 47px;
  padding-left: 3%;
  font-weight: bold;
  font-size: 16px;
  color: white;
  background: url(../images/ptitle.png) left center no-repeat;
}
.product-content .desc {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.case .title {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
  text-align: center;
}
.case .date {
  text-align: center;
  line-height: 2;
  margin-bottom: 2rem;
}
.connav1 .w {
  display: flex;
  flex-wrap: wrap;
}
.connav1 a {
  display: block;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  padding: 0 3rem;
}
.connav1 a:hover {
  background: #cd0e06;
  color: #fff;
}
.connav1 a.active {
  background: #cd0e06;
  color: #fff;
}
.connav1 a.on {
  background: #cd0e06 url(../images/home.png) center center no-repeat;
  color: #fff;
}
.connav1 a.on:hover {
  background: #cd0e06 url(../images/home1.png) center center no-repeat;
  color: #fff;
}
.connav1 a:first-child {
  background: url(../images/home.png) center center no-repeat;
  color: #fff;
}
.connav1 a:first-child:hover {
  background: #cd0e06 url(../images/home1.png) center center no-repeat;
  color: #fff;
}
.build-w {
  width: 80%;
  margin: 0 auto;
}
.build {
  display: flex;
  justify-content: space-between;
}
.build-list {
  width: 49%;
}
.build-list h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-top: 5rem;
  margin-bottom: 30px;
}
.build-list h2::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #cd0e06;
}
.build-list-con {
  margin-top: 1rem;
}
.build-list-con .item {
  background-color: white;
  display: flex;
}
.build-list-con .item .img {
  width: 50%;
}
.build-list-con .item .img img {
  width: 100%;
}
.build-list-con .item .item-con {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.build-list-con .item .item-con .date {
  font-size: 1rem;
  font-size: 16px;
  color: #999;
}
.build-list-con .item .item-con .title {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.build-list-con .item .item-con .desc {
  font-size: 0.8rem;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.build-list-con .item .item-con .more2 a {
  width: 80px;
  margin-top: 10px;
}
.build-list-con .item .item-con .more2 a:hover {
  background: #cd0e06 url(../images/jiantou.png) center center no-repeat;
  border: 1px solid #cd0e06;
}
.build-list.owl-buttons {
  display: none;
}
.build-list .owl-pagination {
  text-align: right;
  margin-top: 10px;
}
.build-list .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c5c5c5;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.build-list .owl-pagination .active {
  background-color: #cd0e06;
}
.blist {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.blist li {
  background-color: white;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}
.blist li .date {
  font-size: 1rem;
  font-size: 16px;
  color: #999;
}
.blist li .title {
  font-size: 1.5rem;
  color: #cd0e06;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 5px;
}
.blist li .desc {
  height: 50px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blist li .more2 a {
  width: 80px;
  margin-top: 10px;
}
.blist li .more2 a:hover {
  background: #cd0e06 url(../images/jiantou.png) center center no-repeat;
  border: 1px solid #cd0e06;
}
.build-list2 h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-top: 5rem;
  margin-bottom: 30px;
}
.build-list2 h2::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #cd0e06;
}
.build-list-con2 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.build-list-con2 .item {
  background-color: white;
  display: flex;
  width: 49%;
}
.build-list-con2 .item .img {
  width: 50%;
}
.build-list-con2 .item .img img {
  width: 100%;
}
.build-list-con2 .item .item-con {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.build-list-con2 .item .item-con .date {
  font-size: 1rem;
  font-size: 16px;
  color: #999;
}
.build-list-con2 .item .item-con .title {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.build-list-con2 .item .item-con .desc {
  font-size: 0.8rem;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.build-list-con2 .item .item-con .more2 a {
  width: 80px;
  margin-top: 10px;
}
.build-list-con2 .item .item-con .more2 a:hover {
  background: #cd0e06 url(../images/jiantou.png) center center no-repeat;
  border: 1px solid #cd0e06;
}
.blist2 {
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blist2 li {
  background-color: white;
  padding: 1rem 3rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  width: 49%;
}
.blist2 li .date {
  font-size: 1rem;
  font-size: 16px;
  color: #999;
}
.blist2 li .title {
  font-size: 1.5rem;
  color: #cd0e06;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 5px;
}
.blist2 li .desc {
  height: 50px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blist2 li .more2 a {
  width: 80px;
  margin-top: 10px;
}
.blist2 li .more2 a:hover {
  background: #cd0e06 url(../images/jiantou.png) center center no-repeat;
  border: 1px solid #cd0e06;
}
.connav2 .w {
  display: flex;
  flex-wrap: wrap;
}
.connav2 a {
  display: block;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  padding: 0 3rem;
}
.connav2 a:hover {
  background: #0a4fa0;
  color: #fff;
}
.connav2 a.active {
  background: #0a4fa0;
  color: #fff;
}
.connav2 a.on {
  background: #0a4fa0 url(../images/home2.png) center center no-repeat;
  color: #fff;
}
.connav2 a.on:hover {
  background: #0a4fa0 url(../images/home1.png) center center no-repeat;
  color: #fff;
}
.connav2 a:first-child {
  background: url(../images/home2.png) center center no-repeat;
  color: #fff;
}
.connav2 a:first-child:hover {
  background: #0a4fa0 url(../images/home1.png) center center no-repeat;
  color: #fff;
}
.jobList {
  margin-bottom: 50px;
}
.jobtitle {
  font-size: 16px;
  font-weight: bold;
}
.jobcon {
  margin: 1rem 0;
}
.jobList .jobPageBody .jobPageListRow {
  margin-bottom: 0.5rem;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp {
  overflow: hidden;
  border-left: 10px solid #0a4fa0;
  display: flex;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left span {
  margin: 0 2rem;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left b {
  margin: 0 2rem;
  color: #0a4fa0;
  font-weight: bold;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .right {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .right .date {
  color: #999;
  padding: 1rem;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowUp .right .rmore {
  color: #999;
  font-size: 3rem;
  font-weight: normal;
  border-left: 1px solid #eaeaea;
  padding: 1rem 2rem;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown {
  height: 0px;
  overflow: hidden;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown .jobPageListRowDetails {
  padding: 1rem 3rem;
  line-height: 200%;
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s;
  background-color: #f7f7f7;
}
.jobtitle {
  font-size: 18px;
  border-bottom: 3px solid #0a4fa0;
  font-weight: bold;
  display: inline-block;
}
.jobList .jobPageBody .jobPageListRow .jobPageListRowDown .jobPageListRowDetails img {
  max-width: 100%;
}
.jobList .jobPageBody .jobPageListRow .showDetails {
  height: auto;
}
.jobList .jobPageBody .jobPageListRow .showDetails .jobPageListRowDetails {
  opacity: 1;
}
.up {
  text-align: right;
  margin: 2rem 0;
  font-size: 1rem;
}
.up span b {
  color: #0a4fa0;
  font-weight: bold;
}
.up a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #0a4fa0;
  color: #0a4fa0;
  margin: 0 1rem;
}
.up span.email {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #0a4fa0;
  color: white;
}
.contact {
  padding: 3rem 0;
}
.contact dl {
  margin-bottom: 1rem;
  background-color: white;
  display: flex;
}
.contact dl dt {
  width: 45%;
}
.contact dl dt img {
  width: 100%;
}
.contact dl dd {
  padding: 2rem;
  width: 55%;
  box-sizing: border-box;
  line-height: 2;
  font-size: 1rem;
}
.contact .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.contact .bor {
  width: 60px;
  height: 5px;
  background-color: #0a4fa0;
}
.contact ul {
  margin-top: 0.5rem;
}
.contact ul li {
  color: #999;
}
.contact ul li span {
  color: #000;
}
.search form {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.inp_text {
  width: 80%;
  max-width: 500px;
  background-color: #eaeaea;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  border: 0;
}
.inp_button {
  background-color: #0a4fa0;
  color: white;
  line-height: 50px;
  text-align: center;
  border: 0;
  width: 20%;
  max-width: 100px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .header {
    display: none;
  }
  .h80 {
    height: 0;
  }
  .connav a {
    padding: 0 1rem;
  }
  .connav1 a {
    padding: 0 1rem;
  }
  .connav2 a {
    padding: 0 1rem;
  }
  .conbanner {
    background-size: auto 100%;
  }
  .conbanner .w {
    height: 20rem;
    text-align: center;
  }
  .conbanner h3 {
    font-size: 48px;
  }
  .conbanner .bor {
    margin: 0 auto;
  }
  .a1 h3 {
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .a1 dl {
    flex-direction: column;
  }
  .a1 dl dt {
    width: 100%;
  }
  .a1 dl dd {
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .local {
    padding-left: 1rem;
  }
  .acon2 dt {
    order: 1;
  }
  .acon2 dd {
    order: 2;
  }
  .cont .w {
    justify-content: space-around;
  }
  .cont dl {
    padding: 0 1%;
  }
  .cont dl dd .num {
    font-size: 2rem;
  }
  .cont dl dd .num sup {
    font-size: 2rem;
  }
  .cont dl dd .tit {
    font-size: 1.2rem;
  }
  .abocontent img {
    max-width: 100%;
  }
  .honor-1 ul {
    flex-direction: column;
  }
  .honor-1 ul li,
  .honor-2 ul li,
  .honor-3 ul li {
    width: 100%;
  }
  .honor-2 ul {
    flex-direction: column;
  }
  .honor-3 ul {
    flex-direction: column;
  }
  .honor-3 ul li {
    text-align: center;
  }
  .honor-2 ul li:nth-child(2) {
    margin: 0;
    text-align: center;
  }
  .historylist .right li .date {
    font-size: 3rem;
  }
  .historylist .right li .date::before {
    position: absolute;
    left: -10.2%;
    top: 2.5rem;
  }
  .product-type ul li {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .type-con .ico {
    padding-left: 0%;
    text-align: center;
  }
  .type-con a {
    margin: 0 auto;
  }
  .product-content {
    padding: 3rem 1rem;
  }
  .pbg .w {
    width: 100%;
  }
  .prolist li {
    flex-direction: column;
  }
  .prolist li .img {
    width: 100%;
  }
  .prolist li .procon {
    width: 100%;
  }
  .product-content .desc img {
    max-width: 100%;
  }
  .build-w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .build {
    flex-wrap: wrap;
  }
  .build-list {
    width: 100%;
  }
  .build-list-con .item {
    flex-wrap: wrap;
  }
  .build-list-con .item .img {
    width: 100%;
  }
  .build-list-con .item .item-con {
    width: 100%;
  }
  .blist {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .blist li .desc {
    height: auto;
  }
  .blist2 li {
    width: 100%;
  }
  .blist2 li .desc {
    height: auto;
  }
  .build-list-con2 {
    flex-wrap: wrap;
  }
  .build-list-con2 .item {
    flex-wrap: wrap;
  }
  .build-list-con2 .item .img {
    width: 100%;
  }
  .build-list-con2 .item .item-con {
    width: 100%;
  }
  .build-list-con2 .item {
    width: 100%;
  }
  .jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left span {
    margin: 0 1rem;
  }
  .jobList .jobPageBody .jobPageListRow .jobPageListRowUp .left b {
    margin: 0 1rem;
  }
  .contact dl {
    flex-wrap: wrap;
  }
  .contact dl dt {
    width: 100%;
  }
  .contact dl dd {
    width: 100%;
  }
}
