/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #B01717;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  width: 1400px;
}

.top {
  height: 100px;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  position: absolute;
  background: #fff;
}


.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top .logo img {
  height: auto;
  width: 487px;
}

.top .logo img:nth-child(2) {
  display: none;
}


.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 64px;
  position: relative;
  padding: 0px 15px;
  box-sizing: border-box;
}

.nav .nLi {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  white-space: nowrap;
}

.nav .nLi:nth-last-child(1) h3 {
  padding-right: 0px;
}

.nav .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 18px;
  position: relative;
  color: #333;
  text-transform: capitalize;
}

.nav .nLi h3 i {
  font-size: 16px;
  color: #fff;
}

.nav .nLi.on h3 a{
  font-weight: bold;
}

.top .nav .nLi ul.sub {
  position: absolute;
  top: 64px;
  left: 50%;
  background: #fff;
  display: none;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  transform: translate(-50%, 0px);
}

.top .nav .nLi:hover ul.sub {
  display: block;
}

.top .nav .nLi ul.sub li a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 15px;
  padding:8px;
  white-space: nowrap;
}

.top .nav .nLi ul.sub li a:hover{
  background: #B01717;
  color: #fff;
}

.in_banner {
  height: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .swiper-slide .nr .container {
  flex-direction: column;
  height: 100%;
}

.in_banner .swiper-slide .nr .container h2 {
  color: #333;
  font-size: 60px;
  padding-top: 20%;
}


.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 40px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.in_banner .banner_news{
  position: absolute;
  bottom: 80px;
  left: 60px;
  right: 60px;
  z-index: 2;
  display: flex;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  min-width: 1080px;
  border-radius: 20px;
}

.in_banner .banner_news .left{
  width:100%;
  box-sizing: border-box;
  padding-right: 20px;
}

.in_banner .banner_news .left h3{
  font-size: 18px;
  color: #B01717;
  font-weight: bold;
}

.in_banner .banner_news .left h2 a{
  font-weight: bold;
  color: #333;
  font-size: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 15px 0px;
}

.in_banner .banner_news .left h2 a:hover{
  color: #B01717;
}

.in_banner .banner_news .left p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.6;
}

.in_banner .banner_news .left span{
  display: block;
  padding-top: 15px;
}

.in_banner .banner_news .left span a{
  color: #B01717;
  font-size: 16px;
}

.in_banner .banner_news .right{
  width: 55%;
  display: flex;
}

.in_banner .banner_news .right h2{
  width: calc(50% - 40px);
  margin: 0px 20px;
}

.in_banner .banner_news .right a{
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.in_banner .banner_news .right img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease 0s;
}

.in_banner .banner_news .right a:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.in_bt{
  position: relative;
}

.in_bt h3{
  font-size: 45px;
  text-transform: uppercase;
  color: #e6e2de;
  font-weight: bold;
}

.in_bt h2{
  font-size: 36px;
  color: #B01717;
  font-weight: bold;
  margin-top: -35px;
}

.in_bt span{
  position: absolute;
  right: 0px;
  top: 25px;
}

.in_bt span a{
  color: #B01717;
  font-size: 16px;
}

.in_box{
  padding: 50px 0px;
}

.in_box ul{
  margin-top: 20px;
}

.in_box ul li{
  margin: 20px 0px;
}

.in_box ul li a{
  display: flex;
}

.in_box ul li a h3{
width: 100px;
height: 100px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-weight: bold;
color: #333;
border-radius: 15px;
}

.in_box ul li a h2{
  width: calc(100% - 100px);
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 25px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.in_box ul li a h2 p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 170px);
}

.in_box ul li a h2 span{
  display: block;
  width: 170px;text-align: right;
}

.in_box ul li a h2 span i{
  margin-right: 10px;
}

.in_box ul li a:hover h3{
  background: #B01717;
  color: #fff;
}

.in_box ul li a:hover h2{
  background: #B01717;
  color: #fff;
}

.in_box1{
  padding: 50px 0px;
}

.in_box1_nr{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.in_box1_nr .left{
  width: 560px;
}

.in_box1_nr .left .img a{
  display: block;
  overflow: hidden;
}

.in_box1_nr .left .img img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}

.in_box1_nr .left .img a:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}


.in_box1_nr .left .nr h2 a{
  display: block;
  font-size: 20px;
  color: #333;
  margin: 15px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_box1_nr .left .nr h2 a:hover{
  color: #B01717;
}

.in_box1_nr .left .nr p{
  font-size: 16px;
}

.in_box1_nr .right{
  width: calc(100% - 600px);
}

.in_box1_nr .right a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  height: 120px;
  box-sizing: border-box;
  padding: 0px 20px;
  border-radius: 8px;
}

.in_box1_nr .right a h2{
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_box1_nr .right a p{
  font-size: 16px;
}

.in_box1_nr .right a:hover{
  background: #B01717;
  color: #fff;
}

.in_box1_nr .right a:hover h2{
  color: #fff;
}

.in_box1 ul{
padding-top: 60px;
}

.in_box1 ul li{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}

.in_box1 ul li:nth-child(even){
  flex-direction: row-reverse;
}

.in_box1 ul li .img{
  width: calc(50% - 60px);
}

.in_box1 ul li .img a{
  display: block;
  overflow: hidden;
}

.in_box1 ul li .img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.in_box1 ul li .img a:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.in_box1 ul li .nr{
  width: calc(50% - 60px);
}

.in_box1 ul li .nr h2 a{
  color: #333;
  font-size: 20px;
}

.in_box1 ul li .nr h2 a:hover{
  color: #B01717;
}

.in_box1 ul li .nr p{
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 20px 0px;
}

.in_box1 ul li .nr span{
  font-size: 16px;
}

.di{
  background: #b01717;
  padding: 40px 0px;
}

.di .container{
  display: flex;
  justify-content: space-between;
}

.di .left{
  width: 800px;
}

.di .left ul{
  width: 100%;
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.di .left ul li h2{
font-size: 18px;
padding-bottom: 15px; 
}

.di .left ul li p{
  font-size: 14px;
  display: block;
  padding: 10px 0px;
}

.di .left ul li p a{
  color: #fff;
}

.di .left ul li p i{
  margin-right: 10px;
}

.di1{
  background: #CF2323;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.di1 a{
  color: #fff;
}

.ny_banner{
  height: 700px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.ny_banner .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ny_banner .container h2{
  font-size: 80px;
  color: #333;
  font-weight: bold;
}

.ny_banner .container p{
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
}

.news_list{
  padding: 50px 0px;
}

.news_list ul{
  padding-top: 50px;
}

.news_list ul li{
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.news_list ul li .img{
  width: 320px;
  height: 200px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}

.news_list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.news_list ul li .img a:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.news_list ul li .time{
  width: 160px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}

.news_list ul li .time h2{
  font-size: 30px;
  font-weight: bold;
}

.news_list ul li .time p{
  font-size: 18px;
}

.news_list ul li:hover .time{
  background: #CF2323;
  color: #fff;
}

.news_list ul li .nr{
  width: clac(100% - 480px);
  box-sizing: border-box;
  padding: 0px 30px;
}

.news_list ul li .nr h2 a{
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.news_list ul li .nr h2 a:hover{
  color: #CF2323;
}

.news_list ul li .nr p{
  font-size: 16px;
  display: block;
  padding: 15px 0px;
}


.news_list ul li .nr span a{
  font-size: 16px;
}


.news_list ul li .nr span a:hover{
  color: #CF2323;
}

.fanye{
  text-align: center;
}

.news_detail{
  padding: 50px 0px;
}

.news_detail .bt{
  text-align: center;
  padding-bottom: 40px;
}

.news_detail .bt h2{
  font-size: 30px;
  color: #333;
}

.news_detail .bt p{
  font-size: 16px;
}

.news_detail .nr p{
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}

.news_detail .nr img{
  max-width: 100%;
}

.news_detail .news_more{
  padding-top: 30px;
}

.news_detail .news_more .xbt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.news_detail .news_more .xbt h2{
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.news_detail .news_more .xbt span a{
  color: #CF2323;
  font-size: 16px;
}

.news_detail .news_more ul{
  display: flex;
  margin: 0px -30px;
}


.news_detail .news_more ul li{
  width: calc(33.3% - 60px);
  margin: 0px 30px;
}

.news_detail .news_more ul li a .img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.news_detail .news_more ul li a h2{
  font-size: 16px;
  padding: 15px 0px;
}

.news_detail .news_more ul li a p{
  font-size: 14px;
}

.news_list1{
  padding: 50px 0px;
}

.news_list1 ul{
  padding-top: 40px;
  margin: 0px -25px;
  display: flex;
  flex-wrap: wrap;
}

.news_list1 ul li{
  width: calc(25% - 50px);
margin: 0px 25px;
margin-bottom: 40px;
}

.news_list1 ul li a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  background: #fff;
  border-radius: 16px;
box-shadow: 0px 4px 19.200000762939453px 0px rgba(154, 154, 154, 0.19);
box-sizing: border-box;
padding:30px;
color: #333;
font-size: 18px;
}

.news_list1 ul li a:hover{
  background: #CF2323;
  color: #fff;
}

.news_list2{
  padding-bottom: 50px;
}

.news_list2_nr{
  padding-top: 40px;
  padding-bottom: 50px;
}

.news_list2_nr .swiper-slide a{
  display: flex;
  margin-bottom: 20px;
}

.news_list2_nr .swiper-slide a h3{
width: 100px;
height: 100px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-weight: bold;
color: #333;
border-radius: 15px;
}

.news_list2_nr .swiper-slide a h2{
  width: calc(100% - 100px);
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 25px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.news_list2_nr .swiper-slide a h2 p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 170px);
}

.news_list2_nr .swiper-slide a h2 span{
  display: block;
  width: 170px;text-align: right;
}

.news_list2_nr .swiper-slide a h2 span i{
  margin-right: 10px;
}

.news_list2_nr .swiper-slide a:hover h3{
  background: #B01717;
  color: #fff;
}

.news_list2_nr .swiper-slide a:hover h2{
  background: #B01717;
  color: #fff;
}

.news_list2_nr .swiper-button-next,.news_list2_nr .swiper-button-prev{
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  color: #333;
  border-radius: 50%;
  top: auto;
  bottom: 0px;
}

 .swiper-button-prev{
  left: auto;
  right: 80px;
 }

.news_list2_nr .swiper-button-next::after,.news_list2_nr .swiper-button-prev::after{
  font-size: 26px;
}

.news_list2_nr .swiper-button-next:hover,.news_list2_nr .swiper-button-prev:hover{
  border: 1px solid #CF2323;
  color: #CF2323;
}

.news_detail .nr1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_detail .nr1 .left{
  width: calc(100% - 740px);
}

.news_detail .nr1 .left ul li{
  margin-bottom: 30px;
}

.news_detail .nr1 .left ul li h2{
  font-size: 20px;
  color: #333;
  padding-bottom: 15px;
}

.news_detail .nr1 .left ul li h2 i{
  margin-right: 10px;
}

.news_detail .nr1 .left ul li h3{
  box-sizing: border-box;
border: 1px solid rgba(207, 35, 35, 1);
border-radius: 16px;
background: rgba(248, 248, 248, 1);
font-size: 20px;
color: #333;
padding: 15px;
}