@charset "utf-8";
/* 轮播图 */
.banner {
  margin-top: 165px;
}
.banner div {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner p {
  font-size: 62px;
  font-weight: bold;
  line-height: 118px;
  color: #ffffff;
  position: absolute;
}
.banner a .p1 {
  top: 35%;
  left: 20%;
}
.banner a .p2 {
  top: 50%;
  left: 30%;
}
.banner .slick-dots {
  position: absolute;
  width: 115px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.banner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}
.banner button {
  font-size: 0;
  display: none;
  cursor: pointer;
}
.banner .slick-dots li.slick-active {
  width: 44px;
  height: 10px;
  background-color: #9b0d14;
  border-radius: 5px;
}

.banner .slick-dots li button {
  font-size: 0;
  display: none;
}
.banner .slick-prev {
  background: url(../images/arr_l.png) no-repeat;
  background-size: cover;
  border: none;
  width: 62px;
  height: 62px;
  z-index: 69;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  background-size: 100% 100%;
}
.banner .slick-next {
  background: url(../images/arr_r.png) no-repeat;
  background-size: cover;
  border: none;
  width: 62px;
  height: 62px;
  z-index: 69;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  background-size: 100% 100%;
}

/* 板块1 */
.content1 {
  position: relative;
  padding-bottom: 64px;
}
.content1::before {
  content: "";
  background: url(../images/banner1.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 50%;
  margin-right: 400px;
}
.c1_left {
  margin-left: 50px;
  margin-top: 125px;
}
.c1_right {
  margin-left: 25%;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.c1_left p {
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #ffffff;
}
.c1_left div {
  width: 113px;
  height: 38px;
  border: solid 1px #ffffff;
  color: #fefefe;
  text-align: center;
  line-height: 38px;
  margin-top: 65px;
}
.c1_left div:hover {
  font-weight: bold;
}
.c1_slick {
  padding-right: 80px;
}
.c1_slick .fl {
  width: 500px;
  height: 310px;
  margin-right: 40px;
}

.c1_slick .c1_con p {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #232323;
  max-height: 60px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c1_slick .pic {
  padding-top: 70%;
}
.c1_slick .pic img {
  display: block;
  object-fit: cover;
}
.c1_slick .c1_con {
  overflow: hidden;
}
.c1_slick .c1_con span {
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 26px;
  color: #7a7a7a;
  max-height: 52px;
  overflow: hidden;
}
.c1_slick .c1_con div {
  width: 136px;
  height: 43px;
  border: solid 1px #b5b5b5;
  line-height: 30px;
  border-bottom: solid 1px #aa1b20;
  line-height: 43px;
  text-align: center;
  margin-top: 90px;
}
.c1_slick .c1_con div:hover {
  color: #9b0d14;
}
.c1_slick a:hover p {
  color: #9b0d14;
}
.c1_slick button {
  font-size: 0;
  display: none;
  cursor: pointer;
}

.c1_slick .slick-prev {
  background: url(../images/arr-t.png) no-repeat;
  background-size: cover;
  border: none;
  width: 38px;
  height: 38px;
  z-index: 69;
  position: absolute;
  top: 30%;
  right: 0;
}
.c1_slick .slick-prev:hover {
  background: url(../images/arr-ts.png) no-repeat;
}
.c1_slick .slick-next {
  background: url(../images/arr_b.png) no-repeat;
  background-size: cover;
  border: none;
  width: 38px;
  height: 38px;
  z-index: 69;
  position: absolute;
  top: 50%;
  right: 0;
}
.c1_slick .slick-next:hover {
  background: url(../images/arr_bs.png) no-repeat;
}
.c1_line {
  width: 100%;
  height: 1px;
  background-color: #9b0d14;
  margin: 45px 0;
}
.c1_right ul {
  font-size: 0;
}
.c1_right ul li {
  display: inline-block;
  width: 48%;
  margin-right: 40px;
  padding-left: 20px;
  background: url(../images/icon1.png) no-repeat left 10px;
}
.c1_right ul li:last-child {
  margin-right: 0;
}
.c1_right ul li p {
  width: 108px;
  height: 35px;
  background-color: #ededed;
  font-size: 16px;
  line-height: 35px;
  color: #7c7878;
  text-align: center;
}
.c1_right ul li a {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #1e1e1e;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c1_right ul li a:hover {
  color: #9b0d14;
}
.c1_right::after {
  content: "Work  dynamics";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 246px;
  font-weight: bold;
  color: #a6a6a6;
  position: absolute;
  opacity: 0.05;
  bottom: 100px;
  left: -140px;
  z-index: -1;
}
/* 内容2 */
.content2 {
  background: url(../images/banner2.png) no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 65px;
}
.content2 .fl {
  width: 82%;
}
.content2 .fr h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #ffffff;
  margin-top: 50px;
  position: relative;
}
.content2 .fr {
  margin-right: 2.5%;
}
.content2 .c2_list a .fr {
  display: block;
  margin-top: 15px;
}
.content2 .fr h3::after {
  content: "NOTICE";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 85px;
  color: #ffffff;
  opacity: 0.15;
  position: absolute;
  bottom: -82px;
  left: 0;
}
.content2 .fr div {
  width: 113px;
  height: 38px;
  border: solid 1px #ffffff;
  line-height: 38px;
  color: #fefefe;
  text-align: center;
  margin-top: 150px;
}
.content2 .fr div:hover {
  font-weight: bold;
}
.c2_list {
  transition: all 0.3s ease;
  position: relative;
  height: 208px;
  position: relative;
}
.c2_list a:hover::before {
  content: "";
  width: 57px;
  height: 5px;
  background-color: #f39800;
  position: absolute;
  top: 0;
  left: 16px;
}
.c2_list a {
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
  padding-top: 45px;
  padding-left: 16px;
  padding-right: 30px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.c2_list a:hover::after {
  content: "";
  background: url(../images/logo3.png) no-repeat;
  width: 257px;
  height: 257px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.c2_list p {
  font-size: 18px;
  line-height: 30px;
  color: #2d2d2d;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 30px;
}
.c2_list span {
  display: inline-block;
  line-height: 26px;
  color: #686868;
  max-height: 52px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.c2_list .on {
  display: none;
}
.c2_list div {
  float: left;
}
.c2_list div img {
  display: inline-block;
}
.c2_list div span:first-child {
  font-size: 22px;
  line-height: 26px;
  color: #9b0d14;
  vertical-align: unset;
  margin-right: -14px;
}
.c2_list div span:last-child {
  font-size: 18px;
  line-height: 26px;
  color: #686868;
  vertical-align: -webkit-baseline-middle;
  margin-left: -10px;
}
.c2_slick {
  margin: 0 -25px;
  margin-top: 85px;
  min-height: 388px;
}
.c2_slick .slick-list {
  padding-top: 80px;
}
.c2_slick .c2_list a:hover {
  /* height: 308px; */
  top: -80px;
  margin-left: 15px;
  margin-right: 15px;
}
.c2_slick .c2_list:hover .on {
  display: block;
}
.c2_slick .c2_list:hover .c2_p {
  color: #9b0d14;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 内容3 */
.content3 {
  padding-top: 83px;
  padding-bottom: 92px;
  background: url(../images/content3-bg.jpg) no-repeat center;
}
.content3 ul {
  font-size: 0;
}
.content3 ul li {
  display: inline-block;
  width: 21%;
  height: auto;
  margin-right: 5%;
}
.content3 ul li .pics {
  position: relative;
  overflow: hidden;
  padding-top: 89.5%;
}
.content3 ul li .pics a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  text-align: center;
}
.content3 ul li .pics a div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.content3 ul li p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.content3 ul li:nth-child(1) {
  background: url(../images/block1.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.content3 ul li:nth-child(2) {
  background: url(../images/block2.png) no-repeat;
  background-size: cover;
}
.content3 ul li:nth-child(3) {
  background: url(../images/block3.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.content3 ul li:nth-child(4) {
  background: url(../images/block4.png) no-repeat;
  background-size: cover;
  margin-right: 0;
}
.content3 ul li img {
  display: block;
  margin: 0 auto;
  /* padding-top: 22%; */
}
.content3 ul li a img {
  vertical-align: middle;
  transition: all 0.3s;
}

.content3 li:hover img {
  animation: icon-yh 0.6s linear;
}
/* 内容4 */
.content4 {
  position: relative;
}
.content4::before {
  content: "";
  background: url(../images/list2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 584px;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -11;
  margin-right: 8.5%;
}
.content4::after {
  content: "";
  background: url(../images/list3.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 584px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 36.5%;
  z-index: -11;
}
.c4_box {
  width: 38%;
}
.c4_boxs {
  background: rgba(155, 13, 20, 0.8);
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-top: 343px;
  float: right;
}
.c4_boxs h4 {
  font-size: 30px;
  color: #ffffff;
}
.c4_boxs p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.3;
}
.c4_boxs div {
  float: right;
  width: 113px;
  height: 38px;
  border: solid 1px #ffffff;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  margin-top: 55px;
}
.c4_boxs div:hover {
  font-weight: bold;
}
.c4_right {
  overflow: hidden;
}
.c4_right .c4_top {
  background: url(../images/banner3.png) no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 55px;
  padding-bottom: 48px;
}
.c4_tit .c4_line {
  width: 6px;
  height: 32px;
  background-color: #9b0d14;
}
.c4_tit p {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
  margin-left: 20px;
  margin-top: -5px;
}

.c4_tit .c4_more {
  width: 113px;
  height: 38px;
  border: solid 1px #9b0d14;
  text-align: center;
  line-height: 38px;
  color: #9b0d14;
  margin-right: 70px;
}
.c4_tit .c4_more a {
  color: #9b0d14;
}
.c4_tit .c4_more a:hover {
  font-weight: bold;
}
.c4_top ul {
  margin-top: 20px;
}
.c4_top ul li {
  background: url(../images/icon1.png) no-repeat left center;
  padding-left: 25px;
  padding-right: 20%;
  line-height: 48px;
}
.c4_top ul li a {
  color: #242424;
  max-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c4_top ul li a:hover {
  color: #9b0d14;
}
.c4_top ul li span {
  float: right;
  color: #5b4f4f;
  padding-left: 30px;
}
.c4_bottom {
  background-color: #f5f4f4;
  padding-left: 40px;
  padding-right: 55px;
  padding-top: 30px;
  padding-bottom: 16px;
}
.c4_bottom ul {
  font-size: 0;
}
.c4_bottom ul li {
  width: 47.5%;
  border: solid 1px #aaaaaa;
  padding-left: 20px;
  padding-right: 40px;
  display: inline-block;
  margin-right: 4.5%;
  margin-bottom: 15px;
}
.c4_bottom ul li:nth-child(2n) {
  margin-right: 0;
}
.c4_bottom ul li a {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #404040;
  background: url(../images/icon9.png) no-repeat left center;
  padding-left: 20px;
  max-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c4_bottom ul li a:hover {
  color: #9b0d14;
}

@media screen and (max-width: 1400px) {
  .c1_left {
    margin-left: 0px;
  }
  .c1_right {
    margin-left: 20%;
  }
  .c1_slick .fl {
    width: 400px;
    height: 248px;
    margin-right: 20px;
  }
  .c1_right ul li {
    width: 45%;
  }
  .c1_slick .c1_con div {
    margin-top: 33px;
  }
  .c2_list a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c2_slick .c2_list:hover {
    margin-left: 5px;
    margin-right: 5px;
  }
  .content2 .fr h3::after {
    font-size: 43px;
  }
  .c4_tit .c4_more {
    margin-right: 0px;
  }
  .c4_top ul li {
    padding-right: 0;
  }
  .c4_right .c4_top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c4_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content1::before {
    margin-right: 32.5%;
  }
}
@media screen and (max-width: 1024px) {
  .c1_right ul li p {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .c4_boxs {
    margin-top: 408px;
  }
  .content4::before {
    height: 576px;
  }
  .content4::after {
    height: 576px;
  }
  .c4_boxs h4 {
    font-size: 24px;
  }
  .c4_boxs p {
    font-size: 36px;
  }
  .c4_tit .c4_line {
    width: 4px;
    height: 25px;
  }
  .c4_tit p {
    font-size: 24px;
    margin-left: 13px;
    margin-top: -5px;
  }
  .c4_tit .c4_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .c4_boxs div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 14px;
  }
  .banner {
    margin-top: 0px;
  }
  .banner p {
    font-size: 48px;
    font-weight: bold;
    line-height: 55px;
    color: #ffffff;
    position: absolute;
  }
  .content1{
  	padding-bottom: 10px;
  }
  .c1_left {
    margin-top: 20px;
  }
  .c1_right {
    padding-top: 45px;
  }
  .c1_line {
    margin: 15px 0 10px 0;
  }
  .c1_left p {
    font-size: 24px;
    line-height: 30px;
  }
  .c1_left div {
    width: 100px;
    margin-top: 30px;
  }
  .c1_slick .fl {
    width: 280px;
    height: 174px;
    margin-right: 20px;
  }
  .c1_slick .c1_con p {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    margin: 10px 0;
  }
  .c1_slick {
    padding-right: 0px;
  }
  .c1_slick .c1_con div {
    font-size: 14px;
    width: 100px;
    line-height: 35px;
    height: 35px;
    margin-top: 15px;
  }

  .c1_right ul li a {
    font-size: 16px;
  }
  .content2 {
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content2 .fr h3 {
    font-size: 24px;
    margin-top: 0px;
  }
  .content2 .fr h3::after {
    font-size: 30px;
    bottom: -45px;
  }
  .content2 .fr div {
    width: 100px;
    line-height: 35px;
    margin-top: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 80px;
  }
  .content2 .fr {
    margin-right: 3.5%;
    margin-top: 35px;
  }
  .c2_slick {
    margin: 0px 0px;
    margin-top: -54px;
    min-height: 310px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .content3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content3 ul li p {
    font-size: 16px;
  }
  .content3 ul li a img{
  	max-height: 50px;
  }
  .content1::before {
    display: none;
  }
  .c1_left {
    float: none;
    background: url(../images/banner1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .c1_left p {
    float: left;
    margin-left: 10px;
  }
  .c1_left div {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    font-size: 14px;
  }
  .c1_right {
    padding-top: 20px;
    margin-left: 0;
  }
  .c1_slick .slick-prev {
    width: 30px;
    height: 30px;
  }
  .c1_slick .slick-next {
    width: 30px;
    height: 30px;
  }
  .c1_slick .c1_con {
    padding-right: 40px;
  }
  .c2_list p {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .c2_list div span:last-child {
    font-size: 14px;
  }
  .c2_list div span:first-child {
    font-size: 18px;
  }
  .c4_top ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
.c1_slick .slick-prev:hover{        width: 40px;
        height: 40px;}
.c1_slick .slick-next:hover {
          width: 40px;
        height: 40px;
}
.slick-vertical .slick-slide {
    display: block;
    height: 100vw;
}
  .c1_slick .slick-prev {
    bottom: 60px;
    top: inherit;
    right: 15px;
  }
  .c1_slick .slick-next {
    bottom: 20px;
    top: inherit;
    right: 15px;
  }
  .c1_slick .c1_con {
    padding-right: 50px;
  }
  .banner .slick-dots {
    bottom: 15px;
  }
  .banner p {
    font-size: 22px;
    line-height: 34px;
  }
  .banner .slick-prev {
    width: 40px;
    height: 40px;
  }
  .banner .slick-next {
    width: 40px;
    height: 40px;
  }

  .c1_slick .fl {
    width: 100%;
    height: auto;
    float: none;
  }
  .c1_slick .c1_con {
    padding-bottom: 5px;
  }
  .c1_right ul li {
    width: 100%;
    margin-right: 0px;
  }
  .c1_right ul li a {
    margin-bottom: 0px;
  }
  .content2 .fl {
    /*width: 65%;*/
    width: 75%;
  }
  .content2 .fr {
    margin-right: 4.5%;
  }
  .content2 .fr h3 {
    margin-top: 0;
  }
  .c2_slick {
    margin-top: -55px;
  }
  .content3 ul li {
    width: 50%;
    height: auto;
    margin-right: 0;
  }
  .content3 ul li:nth-child(1) {
    vertical-align: baseline;
  }
  .content3 ul li:nth-child(3) {
    vertical-align: baseline;
  }
  .c4_box {
    width: 100%;
    float: none;
  }
  .content4::before {
    display: none;
  }
  .content4::after {
    display: none;
  }
  .c4_boxs {
    float: none;
    margin-top: 0;
  }

  .c4_right .c4_top {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .c4_top ul {
    margin-top: 10px;
  }
  .c4_top ul li {
    line-height: 40px;
  }
  .c2_list a {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .c1_right ul li:last-child{
  	margin-top: 10px;
  }
  .c2_slick .c2_list a:hover {
    /* height: 308px; */
    top: -45px;
    margin-left: 15px;
    margin-right: 15px;
}
}
@media screen and (max-width: 640px) {
	.content2 .fl{
		width: 68%;
	}
	.content3 ul li a img{
		max-height: 40px;
	}
}
@media screen and (max-width: 480px) {
  .banner p {
    font-size: 20px;
    line-height: 20px;
  }
  .banner .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .banner .slick-dots li.slick-active {
    width: 30px;
    height: 8px;
  }
  .c4_bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .c4_bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .content2 .fl{
  	width: 62%;
  }
}
@media screen and (max-width: 375px) {
	.content2 .fl{
  	width: 60%;
  }
}