.box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.box1 > p {
  font-size: 40px;
  line-height: 1;
  font-family: "微软雅黑";
  text-align: center;

  margin-bottom: 80px;
}
.box1 .box1_box {
  height: 670px;
  display: flex;
  justify-content: space-around;
  font-family: "微软雅黑";
}
.box1 .box1_box .box1_left {
  width: 363px;
  height: 670px;
  background: url(../img/bg_red.jpg) no-repeat center;
    background-size: auto;
  background-size: cover;
  text-align: center;
}
.box1-title p {
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-family: "微软雅黑";
  margin: 60px auto 35px;
  font-family: "微软雅黑";
}
.box1-title span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-family: "微软雅黑";
}
.box1_left form {
  margin-top: 38px;
}
.box1_bom .input {
  position: relative;
}
.box1_bom .input label {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(-50%, -50%);
}
.box1_bom input {
  width: 190px;
  height: 45px;
  margin: 20px auto;
  padding-left: 110px;
  background: none;
  color: #ffffff;
  box-sizing: content-box;
  border: 1px solid #ffffff;
  border-radius: 20px;
  text-align: center;
  outline: none;
  font-family: "微软雅黑";
}
.box1_bom .box1_btn {
  position: relative;
  z-index: 2;
  width: 298px;
  height: 50px;
  margin: 44px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #ce0e2d;
  background: #ffffff;
  font-size: 18px;
  font-family: "微软雅黑";
  cursor: pointer;
  transition: all 0.6s ease;
}
.box1_bom .box1_btn::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 22px;
  transition: all 0.6s ease;
  background: #ce0e2d;
}
.box1 .box1_box .box1_right {
  width: 837px;
  background: url(../img/bg_gdjz.jpg);
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}

.box1 .box1_box .box1_right_in .num {
  color: #333333;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 28px;
  font-family: "微软雅黑";
  font-weight: 600;
}
.box1 .box1_box .box1_right_in .num .countup {
  font-style: normal;
  font-family: "微软雅黑";
}
.box1 .box1_box .box1_right_in .num span {
  color: #333333;
  font-size: 26px;
}
.box1 .box1_box .box1_right_in p {
  font-size: 14px;
  color: #333333;
  font-family: "微软雅黑";
  line-height: 24px;
}
.box1 .box1_box .box1_right .box1_right_in {
  width: 400px;
  height: 335px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.w {
  width: 1200px;
  margin: 0 auto;
  
}
.box-title {
  margin: 68px 0 40px;
}
.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-title-l h6 {
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-family: "微软雅黑";
}
.box-title-r {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.box-title-r a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-family: "微软雅黑";
}
.box-title-r a img {
  display: block;
  margin-left: 5px;
}
.box2-bom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}
.box2-bom ul li {
  width: 360px;
  margin-bottom: 5%;
}
.box2-box-prc {
  width: 100%;
  overflow: hidden;
}
.box2-box-prc img {
  width: 100%;
  height:250px;
  transition: all 0.3s ease;
}
.box2-box-bom span {
  display: block;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-family: "微软雅黑";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 29px;
  margin-bottom: 15px;
}
.box2-box-bom p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-family: "微软雅黑";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.box2-r {
  width: 870px;
  float: left;
}
.box2-r ul li:first-child {
  padding-top: 0;
}
.box2-r ul li {
  padding: 40px 0;
    padding-top: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.box2-r-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.box2-r-b-prc {
  position: relative;
  width: 230px;
  overflow: hidden;
}
.box2-r-b-prc::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.box2-r-b-prc img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.box2-r-b-prc-xq {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #d8d7d6;
  width: 190px;
  height: 112px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #fff;
  font-family: "微软雅黑";
  transition: all 0.5s ease;
  opacity: 0;
}
.box2-r-b-r {
  width: 600px;
}
.box2-r-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.box2-r-box:hover .box2-r-b-prc::before {
    background: rgba(0, 0, 0, 0.4);
}
.box2-r-box:hover .box2-r-b-prc img{
    transform: scale(1.1);
}
.box2-r-box:hover .box2-r-b-prc-xq {
    opacity: 1;
}
.box2-r-box:hover .more_r .more_r_a {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
}

.box2-r-box:hover .more_r .more_r_b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
}
.box2-r-title p {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-family: "微软雅黑";
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 91%;
  font-weight: 700;
}
.more_r {
  display: flex;
  align-items: center;
  position: relative;
  height: 35px;
  width: 25px;
  padding-left: 5px;
  line-height: 35px;
}
.more_r .more_r_a, .more_r .more_r_b {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 5px;
  opacity: 1;
  transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
}
.more_r .more_r_b {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
.box2-r-nre {
  height: 40px;
  width: 100%;
  margin-bottom: 26px;
}
.box2-r-nre p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-family: "微软雅黑";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.box2-r-bom {
  display: flex;
  align-items: center;
}
.box2-r-bom p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  color: #666;
  font-family: "微软雅黑";
  background: #f5f5f5;
  height: 28px;
  padding: 0 20px;
  border-radius: 14px;
}
.box2-r-bom p img {
  display: block;
  margin-right: 8px;
}
.box2-r-bom p:last-child {
  margin-right: 0px;
}
.box2-r-bom p img {
  display: block;
  margin-right: 8px;
}
.articlesList .Title {
  font-size: 24px;
  line-height: 85px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.articlesList .concet {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.articlesList .concet a {
  font-size: 13px;
  color: #333;
  font-family: "微软雅黑";
}

.box2-l {
  width: 250px;
  float: right;
}



