@charset "utf-8";
/* CSS Document */
.w2 {
  width: 1200px;
  margin: 0 auto;
}
.banner_news {
  background-size: cover;
  height: 347px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.banner_news h4 {
  font-size: 30px;
  line-height: 48px;
}
.banner_news i {
  display: block;
  margin: 0 auto;
  width: 53px;
  height: 5px;
  background: #0060ad;
}
.banner_news .line {
  padding: 110px 0 20px;
}
.aboutus {
  padding: 70px 0;
  line-height: 30px;
  font-size: 16px;
}
.aboutus p {
  margin-bottom: 10px;
}
.aboutus img {
  max-width: 100%;
  margin: 20px auto;
}
.sanv {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}
.sanv a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
  border: 1px solid #ddd;
  margin-right: 20px ;
  margin-top: 20px;
}
.sanv a:hover,
.sanv a.cur {
  background: #0060ad;
  border: 1px solid #0060ad;
  color: #fff;
}
.line_base {
  display: block;
  margin: 0 auto;
  width: 53px;
  height: 5px;
  background: #0060ad;
}
.tit {
  font-size: 30px;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin: 20px 0 50px 0;
}
.home-product-list ul {
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.home-product-list ul li {
  width: 23%;
  margin: 20px 1%;
}
.home-product-list ul li a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  padding: 30px;
}
.home-product-list ul li a .pic {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.home-product-list ul li a .pic img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.home-product-list ul li a:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home-product-list ul li a dt {
  font-size: 24px;
  padding: 20px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product {
  padding: 70px 0;
  line-height: 30px;
  font-size: 16px;
}
.product .line_base {
  margin: 0;
}
.product .tit {
  text-align: left;
}
.other {
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding-top: 20px;
  color: #0060ad;
}
.news-list .news-item {
  padding: 0px 0 20px;
  display: flex;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  justify-content: space-between;
}
.news-list .news-item .date-info {
  font-size: 20px;
  margin-top: 10px;
  color: #5f5f5f;
}
.news-list .news-item .date-info span {
  display: block;
  line-height: 180%;
  font-weight: bold;
}
.news-list .news-item .date-info span.day {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 65px;
}
.news-list .news-item .date-info span.year {
  color: #ccc;
  position: absolute;
  top: 30px;
}
.news-list .news-item .news-content {
  margin: 75px 0px 0 0;
  width: 60%;
}
.news-list .news-item .news-content .news-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news-list .news-item .news-content a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.news-list .news-item .news-content p {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  text-align: justify;
}
.news-list .news-item .img-box {
  width: 30%;
  margin-right: 20px;
}
.news-list .news-item .img-box img {
  width: 100%;
}
.news-list .news-item:hover {
  cursor: pointer;
}
.news-list .news-item:hover .date-info span {
  color: #0060ad;
}
.news-list .news-item:hover .news-content a {
  color: #0060ad;
}
.news-list .news-item .date-info span.day:after {
  content: '日';
}
.news-list .news-item .date-info span.month {
  position: absolute;
  top: 0;
}
.news-list .news-item .date-info span.month:after {
  content: '-';
}
.home-photo-list ul {
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.home-photo-list ul li {
  width: 23%;
  margin: 20px 1%;
}
.home-photo-list ul li a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  padding: 30px;
}
.home-photo-list ul li a .pic {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.home-photo-list ul li a .pic img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.home-photo-list ul li a:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home-photo-list ul li a dt {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li {
  border-bottom: 1px dotted #ddd;
  line-height: 35px;
}
.history dl {
  display: flex;
  font-size: 14px;
}
.history dl dt {
  padding-right: 50px;
  width: 130px;
}
.history dl dd {
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
  border-left: 1px solid #ddd;
}
.history dl dd::after {
  width: 12px;
  content: '';
  z-index: 10;
  height: 12px;
  background-color: #0060ad;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 10px;
}
.history dl dd strong {
  color: #0060ad;
  font-weight: bold;
}
.business {
  position: relative;
}
.business img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.business ul {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business ul li {
  width: 50%;
  padding-top: 100px;
}
.business ul li:nth-child(2n) p {
  float: right;
}
.business ul li p {
  width: 300px;
}
.area {
  display: flex;
}
.area .left {
  width: 50%;
}
.area .left img {
  width: 100%;
}
.area .right {
  padding-left: 50px;
  width: 50%;
  flex: 1;
}
.area .right p {
  font-size: 36px;
  line-height: 1.5;
  color: #0060ad;
  font-weight: bold;
}
.area .right ul li {
  font-size: 24px;
  color: #333;
}
.area .right ul li img {
  width: 50px;
}
.area_wz {
  width: 100%;
  display: flex;
  font-size: 24px;
  line-height: 1.5;
  color: #0060ad;
  font-weight: bold;
}
.area_wz dl {
  width: 33.333333%;
  text-align: center;
}
.model {
  display: flex;
}
.model dl {
  width: 20%;
}
.model dl.jiantou {
  width: 5%;
}
.model dl dd h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  color: #0060ad;
  font-weight: bold;
}
.model dl dd p {
  margin-top: 20px;
}
.model .jiantou dt {
  padding-top: 100px;
}
.yewu {
  display: flex;
}
.ywlist {
  width: 50%;
  text-align: center;
  line-height: 2;
}
.ywlist h3 {
  font-size: 38px;
  color: #0060ad;
  font-weight: bold;
}
.ywlist h4 {
  font-size: 38px;
  color: #ff0000;
  font-weight: bold;
}
.ywlist ul {
  width: 50%;
  margin: 0 auto 30px auto;
}
.ywlist p {
  font-size: 18px;
  color: #0060ad;
  padding: 0 20%;
  font-weight: bold;
  line-height: 2;
}
.home-resources {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resourcescon {
  flex: 1;
}
.countcon {
  font-size: 18px;
  border: 5px solid #ddd;
  padding: 20px;
  line-height: 1.7;
}
.cont {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  transition-delay: 2s;
}
.cont dl {
  width: 30%;
}
.cont dl dt {
  margin-right: 10px;
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cont dl dd .num {
  font-size: 48px;
}
.cont dl dd .num sup {
  font-size: 32px;
}
.cont dl dd .tit {
  font-size: 18px;
  text-align: left;
}
.zylist ul {
  display: flex;
  flex-wrap: wrap;
}
.zylist ul li {
  width: 18%;
  margin: 10px 1%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 5px;
}
.sanbiao ul {
  display: flex;
  justify-content: space-around;
}
.sanbiao ul li {
  text-align: center;
  font-size: 24px;
}
.sanbiao ul li:nth-child(2) {
  padding-top: 50px;
}
.sanbiao ul li:nth-child(4) {
  padding-top: 50px;
}
.sanbiao ul li h3 {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
}
.sanbiao {
  display: flex;
  align-items: center;
}
.sanbiao .left {
  width: 50%;
}
.sanbiao .left img {
  width: 100%;
}
.sanbiao .right {
  padding-left: 50px;
  font-size: 24px;
  color: #0060ad;
  line-height: 2.5;
}
.guihua {
  display: flex;
  align-items: center;
}
.guihua .left {
  width: 50%;
}
.guihua .left img {
  width: 100%;
}
.guihua .right {
  padding-left: 50px;
  font-size: 16px;
  line-height: 2;
}
.guihua .right h3 {
  color: #0060ad;
  font-weight: bold;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .w2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tit {
    margin: 20px 0 20px 0;
  }
  .banner_news {
    height: 250px;
  }
  .banner_news h4 {
    font-size: 16px;
    line-height: 2;
  }
  .aboutus {
    padding: 50px 0;
  }
  .sanv {
    justify-content: flex-start;
  }
  .sanv a {
    display: block;
    padding: 0px;
    margin-right: 1%;
    margin-top: 20px;
    width: 23%;
    margin-left: 1%;
    text-align: center;
    box-sizing: border-box;
  }
  .home-product-list ul li {
    width: 48%;
    margin: 5px 1%;
  }
  .home-product-list ul li a dt {
    font-size: 16px;
  }
  .productcon img {
    max-width: 100%;
  }
  .news-list .news-item {
    width: 100%;
    display: block;
  }
  .news-list .news-item .news-content {
    width: 100%;
    display: block;
    margin: 75px 0px 0 0;
  }
  .news-list .news-item .img-box {
    float: none;
    width: 100%;
  }
  .home-photo-list ul li {
    width: 48%;
    margin: 5px 1%;
  }
  .home-photo-list ul li a dt {
    font-size: 16px;
  }
  .business {
    position: static;
  }
  .business img {
    position: static;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
  .business ul {
    height: auto;
    display: black;
  }
  .business ul li {
    width: 100%;
    padding-top: 0px;
  }
  .business ul li:nth-child(2n) p {
    float: none;
  }
  .business ul li p {
    width: 100%;
  }
  .area {
    display: block;
  }
  .area .left {
    width: 100%;
  }
  .area .right {
    padding-left: 0px;
    width: 100%;
    flex: 1;
  }
  .model {
    flex-wrap: wrap;
  }
  .model dl {
    width: 100%;
  }
  .model dl dt {
    text-align: center;
  }
  .model dl.jiantou {
    display: none;
  }
  .home-resources {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .cont dl {
    width: 30%;
  }
  .countcon {
    width: 100%;
  }
  .zylist ul li {
    width: 31.33333%;
  }
  .cont dl dd .num {
    font-size: 32px;
  }
  .cont dl dd .num sup {
    font-size: 16px;
  }
  .yewu {
    display: flex;
    flex-direction: column;
  }
  .ywlist {
    width: 100%;
  }
  .ywlist p {
    padding: 0;
  }
  .sanbiao ul {
    flex-wrap: wrap;
  }
  .sanbiao ul li:nth-child(2) {
    display: none;
  }
  .sanbiao ul li:nth-child(4) {
    display: none;
  }
}
