/* body{
  margin-top: 100px;
} */
/* head */
.head {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0.25rem;
  transition: all 0.3s;
}
.head .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo a {
  display: block;
}
.head .logo img {
  display: block;
  max-height: 75px;
}
.head .logo .img1 {
  display: none;
}
.head .logo .img2 {
  display: block;
}
.head .right {
  display: flex;
  justify-content: space-between;
}
.head .nav {
  margin-right: 0.5rem;
}
.head .nav ul {
  display: flex;
  justify-content: space-between;
}
.head .nav li {
  position: relative;
  /* margin-right: 0.5rem; */
}
.head .nav li:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 3px;
  background-color: #da251d;
  opacity: 0;
  transition: all .3s;
}
.head .nav li a {
  display: block;
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  padding: 0 0.25rem;
  transition: all 0.3s;
}
.head .nav li dl {
  position: absolute;
  top: 120px;
  left: 0;
  min-width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.head .nav li dd{
  border-bottom: 1px solid #eee;
}
.head .nav li dd a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 0 5px;
  text-align: left;
  white-space: nowrap;
}
.head .btn {
  display: flex;
  align-items: center;
}
.head .btn div {
  display: flex;
  width: 100px;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.head .btn div i {
  font-size: 0.32rem;
  color: #fff;
}
.head .btn .menu_btn {
  display: none;
}

.head.down {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.head.down .logo .img1 {
  display: block;
}
.head.down .logo .img2 {
  display: none;
}
.head.down .nav li a {
  color: #333;
}
.head.down .nav li dd a{
  color: #666;
}
.head.down .btn div {
  background-color: #da251d;
}

.head .nav li:hover:after{
  width: 100%;
  opacity: 1;
}
.head .nav li:hover dl {
  top: 100px;
  visibility: visible;
  opacity: 1;
}
.head .nav li dd a:hover{
  color: #fff;
  background-color: #da251d;
}

/* serach */
.head_search {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.head_search form {
  position: relative;
}
.head_search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.head_search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 22px;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.head_search button:hover {
  color: #fff;
  background-color: #da251d;
}
.head_search .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_search .close:after,
.head_search .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head_search .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_bg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu{
  display: none;
}




/* index */
.inbanner {
  position: relative;
  height: 100vh;
}
.inbanner .swiper-slide img {
  display: block;
  height: 100vh;
  min-height: 360px;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  /* -o-object-position: top;
     object-position: top; */
}
.inbanner .banner_btn {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3% 10px;
}


.inbanner .swiper-slide{
  position: relative;
}
.inbanner .swiper-slide .text{
  position: absolute;
  top: 45%;
  left: 10%;
  /* padding-top: 100px; */
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inbanner .swiper-slide .text h3{
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.inbanner .swiper-slide .text h5{
  font-size: 20px;
  color: #ddd;
  margin-bottom: 20px;
}
.inbanner .swiper-slide .text p{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ddd;
}
.inbanner .swiper-slide .text p span{
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background-color: #eee;
}
.inbanner .banner_btn .swiper-pagination {
  position: relative;
  width: auto;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 15px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet-active {
  height: 30px;
  opacity: 1;
}

.intl {
  text-align: center;
  margin-bottom: 0.6rem;
}
.intl h3 {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
}
.intl h5 {
  font-size: 0.18rem;
  line-height: 1;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.intl span {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #da251d;
  margin: 0 auto;
}

.intl1 {
  position: relative;
  margin-bottom: 0.5rem;
}
.intl1 h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.intl1 h5 {
  font-size: 28px;
  margin-bottom: 20px;
}

.inys {
  background-color: #f5f5f5;
}
.inys .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.inys .content li {
  width: 23%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0.8rem 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.inys .content li .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #da251d;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 0.3rem;
}
.inys .content li .ico i {
  font-size: 49px;
  color: #da251d;
  opacity: 0.9;
}
.inys .content li .text h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.inys .content li .text h3:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 5px;
  background-color: #da251d;
}
.inys .content li .text p {
  font-size: 14px;
  color: #888;
  line-height: 1.4;
}

.inabout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  /* background-color: #f9f9f9; */
}
.inabout .img {
  position: relative;
  z-index: 1;
  width: 50%;
}
.inabout .img img {
  display: block;
  min-height: 520px;
  object-fit: cover;
  width: 100%;
}
.inabout .text {
  width: 50%;
  padding: 20px 20px 0 10%;
  position: relative;
}
.inabout .text font {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 148px;
  line-height: 1;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #da251d;
  opacity: 0.05;
  pointer-events: none;
}
.inabout .text .title h3 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}
.inabout .text .title h5 {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
.inabout .text p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.inabout .text a.more {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #333;
  overflow: hidden;
  transition: all 0.3s;
}
.inabout .text a.more span {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.inabout .text a.more i {
  position: absolute;
  right: 10px;
  font-size: 24px;
  line-height: 36px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.25, 1);
}
.inabout .text a.more:hover {
  color: #fff;
  background-color: #da251d;
  padding: 0 50px 0 10px;
}
.inabout .text a.more:hover i {
  /* left: auto;
  right: 10px; */
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.75, 0);
}

.inpro {
  background: url(../images/inpro_bg.jpg) no-repeat center;
}
.inpro .content {
  position: relative;
  padding: 0 50px;
}
.inpro .content li a {
  display: block;
  background-color: #fff;
  padding-top: 20px;
}
.inpro .content li .text {
  text-align: center;
}
.inpro .content li .text h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  padding-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow:ellipsis;
white-space: nowrap;
}
.inpro .content li .text h3:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #da251d;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.inpro .content li .img {
  overflow: hidden;
}
.inpro .content li .img img {
  display: block;
  transition: all 0.3s;
}
.inpro .content li a:hover .text h3:after {
  width: 100%;
}
.inpro .content li a:hover img {
  display: block;
  transform: scale(1.1);
}
.inpro .content .inpro_prev,
.inpro .content .inpro_next {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotateY(-180deg);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
  cursor: pointer;
  transition: all 0.3s;
}
.inpro .content .inpro_next {
  left: auto;
  right: -20px;
  transform: translateY(-50%);
}
.inpro .content .inpro_prev i,
.inpro .content .inpro_next i {
  font-size: 32px;
  color: #333;
  transition: all 0.3s;
}
.inpro .content .inpro_prev:hover,
.inpro .content .inpro_next:hover {
  background-color: #da251d;
  border-color: #da251d;
}
.inpro .content .inpro_prev:hover i,
.inpro .content .inpro_next:hover i {
  color: #fff;
}

.incase {
  position: relative;
}
.incase font {
  position: absolute;
  z-index: 9;
  top: 80px;
  right: 10%;
  font-size: 108px;
  line-height: 1;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.15;
  pointer-events: none;
}
.incase .title {
  position: absolute;
  z-index: 99;
  top: 100px;
  left: 10%;
}
.incase .title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #da251d;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
.incase .title h5 {
  font-size: 48px;
  color: #fff;
}
.incase .content li {
  position: relative;
}
.incase .content li .text {
  position: absolute;
  z-index: 9;
  bottom: 30%;
  left: 10%;
  width: 100%;
  max-width: 640px;
}
.incase .content li .text h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
}
.incase .content li .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  /* opacity: 0.6; */
}
.incase .content li .img {
  background-color: #000;
}
.incase .content li .img img {
  display: block;
  height: calc(100vh - 100px);
  width: 100%;
  min-height: 640px;
  /* max-height: 1080px; */
  object-fit: cover;
  opacity: 0.3;
}
.incase .title_list {
  position: absolute;
  z-index: 99;
  bottom: 100px;
  left: 10%;
  right: 10%;
}
.incase .title_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.incase .title_list li {
  position: relative;
  width: 24%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 20px 20px;
  line-height: 36px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
.incase .title_list li:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -110px;
  bottom: -140px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #da251d;
  opacity: 0.6;
  transition: all 0.3s;
}
.incase .title_list li h3 {
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.incase .title_list li i {
  position: relative;
  z-index: 9;
  font-size: 36px;
  color: #333;
  transition: all 0.3s;
}
.incase .title_list li.on:after {
  transform: scale(4);
  opacity: 1;
  transition: all 0.3s;
}
.incase .title_list li.on h3,
.incase .title_list li.on i {
  color: #fff;
}

.innews {
  background: url(../images/innews_bg.png) no-repeat center bottom;
}
.innews .content li a {
  display: block;
  background-color: #fff;
  padding: 20px 20px 40px;
  border: 1px solid #eee;
}
.innews .content li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 20px;
}
.innews .content li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all .3s;
}
.innews .content li .text h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow:ellipsis;
white-space: nowrap;
}
.innews .content li .text h5 {
  font-size: 14px;
  color: #da251d;
  margin-bottom: 10px;
  opacity: 0.8;
}
.innews .content li .text p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.innews .content li .text span {
  display: block;
  font-size: 16px;
  color: #666;
}
.innews .content li a:hover img{
  transform: scale(1.1);
}
.innews .content li a:hover h3{
  color: #da251d;
}

.foot {
  background-color: #333;
}
.foot .foot_top {
  position: relative;
  border-bottom: 1px solid #666;
  padding: 0.5rem 0 0.4rem;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .foot_top .foot_logo img {
  display: block;
  max-height: 75px;
  margin-bottom: 15px;
}
.foot .foot_top .foot_logo p {
  font-size: 16px;
  color: #ccc;
  letter-spacing: 2px;
}
.foot .foot_top .gotop {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s;
}
.foot .foot_top .gotop i {
  display: block;
  font-size: 16px;
  color: #da251d;
  line-height: 40px;
  text-align: center;
  transform: rotate(270deg);
  transition: all 0.3s;
}
.foot .foot_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
.foot .foot_content .foot_nav{
  width: 55%;
  padding-right: 40px;
}
.foot .foot_content .foot_nav ul {
  display: flex;
  justify-content: space-between;
}
.foot .foot_content .foot_nav li{
  /* margin-right: 10%; */
}
.foot .foot_content .foot_nav li:last-child{
  margin-right: 0px;
}
.foot .foot_nav li>a {
  display: block;
  font-size: 18px;
  color: #ddd;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.foot .foot_nav li dd {
  margin-bottom: 10px;
}
.foot .foot_nav li dd a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all 0.3s;
}
.foot .foot_nav li a:hover {
  color: #fff;
}
.foot .foot_contact {
  width: 45%;
  padding-left: 30px;
  border-left: 1px solid #666;
}
.foot .foot_contact h3{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.foot .foot_contact h5{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.foot .foot_contact p{
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.foot_copyright {
  background-color: #232323;
}
.foot_copyright .w80 {
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot_copyright p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.foot_copyright p a {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.foot_copyright p a:first-child {
  margin-left: 0px;
}
.foot_copyright a:hover {
  color: rgba(255, 255, 255, 0.9);
}
