:root {
  --main-color: #d02d0d;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.index_banner {
  width: 100%;
  height: 100vh;
}
.index_banner .banner_picture {
  height: 100%;
  width: 100%;
}
.index_banner .banner_picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 9;
  width: 100%;
}
.header .flex {
  padding: 0 80px;
  justify-content: space-between;
}
.header .menu {
  width: 120px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
}

.w1760 {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
}

.index_title {
  font-size: 180px;
  color: var(--main-color);
  font-weight: 800;
  line-height: 1;
}

.index_page2 {
  padding: 45px 0 90px;
}
.index_page2 .index_title {
  text-align: right;
  padding-right: 180px;
  font-size:120px;
}

.inpro_nav {
  display: flex;
  align-items: center;
  margin-top: 65px;
}
.inpro_nav .nav_item {
  flex: 0 0 auto;
  padding: 18px 30px;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  color: var(--main-color);
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  margin-right: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}
.inpro_nav .nav_item a {
  color: var(--main-color);
  font-size: 18px;
}
.inpro_nav .nav_item span {
  cursor: pointer;
}
.inpro_nav .nav_item.active {
  background: var(--main-color);
  color: #fff;
}
.inpro_nav .nav_item.active a {
  color: #fff;
}
.inpro_nav .nav_item:hover {
  background: var(--main-color);
  color: #fff;
}
.inpro_nav .nav_item:hover a {
  color: #fff;
}

.inpro_list_mod {
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}
.inpro_list_mod .inpro_list_item {
  display: none;
}
.inpro_list_mod .inpro_list_item.active {
  display: block;
}
.inpro_list_mod .swiper-scrollbar {
  bottom: 0;
  background: rgba(208, 45, 13, 0.2);
}
.inpro_list_mod .swiper-scrollbar-drag {
  background: #D02D0D;
  height: 10px;
  top: -2.5px;
}

.inpro_swiper {
  border: 1px solid #eee;
  border-radius: 0px;
  height: 510px;
}
.inpro_swiper .swiper-slide {
  height: 100%;
}
.inpro_swiper .swiper-slide:nth-child(n+2) {
  border-left: 1px solid #eee;
}
.inpro_swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inpro_swiper .swiper-slide a img {
  transition: all 0.5s;
  padding:0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.inpro_swiper .swiper-slide a:hover img {
  transform: scale(1.15);
}
.inpro_swiper .swiper-slide a:hover p.name {
  color: var(--main-color);
}
.inpro_swiper .swiper-slide a p.name {
  font-size: 20px;
  color: #666666;
  font-weight: 300;
  margin-top: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.index_page3 {
  width: 100%;
  min-height: 1080px;
  height: 100vh;
  background: var(--main-color);
  padding-top: 90px;
}

.gallery_box {
  width: 100%;
  /* padding-left: 13.5416666667%; */
  padding-left:10%;
}
.gallery_box .bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.gallery_box .bottom .pic_li:nth-child(n+2) {
  margin-left: 30px;
}
.gallery_box .top {
	width:100%;
  display: flex;
  justify-content: space-between;
 /*  justify-content: flex-end;
  padding-right: 40px;
  position: relative; */
}
.gallery_box .top .picture {
	width:58%;
  flex: 0 0 auto;
}
.gallery_box .top .picture img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
    
.gallery_box .top .font {
	width:40%;
  flex: 0 0 auto;
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99; */
}
.gallery_box .top .font h3 {
  font-size: 100px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}
.gallery_box .top .font p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  max-width: 500px;
  margin-top: 45px;
}

.index_page4 {
  padding: 80px 0 120px;
}
.index_page4 .page_control {
  padding-left: 420px;
  position: relative;
}
.index_page4 .page_control h3 {
  font-size: 120px;
  color: #202628;
  font-weight: 800;
  line-height: 1;
}
.index_page4 .page_control h3 span {
  font-size: 140px;
  color: var(--main-color);
}
.index_page4 .page_control .btn_control {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
}
.index_page4 .page_control .btn_control .swiper-button-prev,
.index_page4 .page_control .btn_control .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #D02D0D;
  border-radius: 60px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  margin: 0;
  position: static;
  margin-right: 12px;
}
.index_page4 .page_control .btn_control .swiper-button-prev::after,
.index_page4 .page_control .btn_control .swiper-button-next::after {
  font-size: 28px;
  color: var(--main-color);
}

a.more,
button.more {
  display: inline-block;
  border: 1px solid #4f4f4f;
  width: 170px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: var(--main-color);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

a.more:before,
button.more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

a.more:after.button.more::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--main-color);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

a.more:hover,
button.more:hover {
  color: #ffffff;
  border: 1px solid var(--main-color);
}

a.more:hover:before,
button.more:hover:before {
  top: -35%;
  background-color: var(--main-color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.more:hover:after,
button.more:hover:after {
  top: -45%;
  background-color: var(--main-color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.news_swiper {
  border: 1px solid #eee;
  margin-top: 50px;
}
.news_swiper .swiper-slide {
  padding: 70px 80px 45px 80px;
}
.news_swiper .swiper-slide p.title {
  font-size: 26px;
  font-weight: 400;
  color: var(--main-color);
  line-height: 36px;
}
.news_swiper .swiper-slide p.inf {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
  margin: 25px 0 140px;
}
.news_swiper .swiper-slide p.time {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}
.news_swiper .swiper-slide:nth-child(n+2) {
  border-left: 1px solid #eee;
}

.f_contact {
  height: 100vh;
  max-height: 800px;
  background: url(../images/footer_contact.jpg) no-repeat center top;
  position: relative;
}
.f_contact .figcaption {
  position: absolute;
  left: 10.4166666667%;
  top: 50%;
  transform: translateY(-50%);
}
.f_contact .figcaption h3 {
  font-size: 100px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  line-height: 0.9;
}
.f_contact .figcaption h3 span {
  font-size: 200px;
  text-transform: uppercase;
}
.f_contact .figcaption i {
  display: block;
  font-size: 85px;
  color: #fff;
  margin-top: 30px;
}
.f_contact .figcaption h5 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
}
.f_contact .figcaption h6 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.footer_nav {
  background: #1F262B;
  padding-top: 90px;
}
.footer_nav .top {
  display: grid;
  grid-template-columns: minmax(auto, 475px) minmax(auto, 300px) minmax(auto, 300px) minmax(auto, 125px);
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_nav .top .item a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #cccccc;
  line-height: 1.8;
}
.footer_nav .top .item h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.footer_nav .top .item .ewm {
  width: 123px;
  height: 123px;
  border: 6px solid #CCCCCC;
  background: #fff;
  margin-top: 18px;
}
.footer_nav .top .item .share {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.footer_nav .top .item .share a {
  display: block;
}
.footer_nav .top .item .share a:nth-child(n+2) {
  margin-left: 25px;
}
.footer_nav .top .item .share a i {
  font-size: 20px;
  color: #fff;
  opacity: 0.3;
}
.footer_nav .bottom {
  padding: 30px 0 42px;
}
.footer_nav .bottom p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
.footer_nav .bottom p a {
  font-size: 15px;
  color: #fff;
}

.index_page1 {
  height: 100vh;
  min-height: 1080px;
  width: 100%;
  background: url(../images/index_page1.jpg) no-repeat left top;
  position: relative;
}
.index_page1 .index_title {
  position: absolute;
  left: 4.1666666667%;
  color: #fff;
  font-size: 120px;
  top: 22%;
  z-index: 9;
}
.index_page1 .about_box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: 1443px;
  display: flex;
}
.index_page1 .about_box .left_b {
  flex: none;
  position: relative;
}
.index_page1 .about_box .left_b .font {	
	max-height:500px;
	overflow-y:scroll;
	padding-right:30px;
  position: absolute;
  left: 6.230529595%;
  right: 13.4994807892%;
  bottom: 180px;
  z-index: 1;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  font-weight: 300;
}
.index_page1 .about_box .left_b .font::-webkit-scrollbar {
	width:5px;
	background: inherit;
}
.index_page1 .about_box .left_b .font::-webkit-scrollbar-thumb{
	background:#fff;
}
.index_page1 .about_box .left_b .control {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 9;
  display: flex;
  align-items: center;
}
.index_page1 .about_box .left_b .control .swiper-button-prev,
.index_page1 .about_box .left_b .control .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 60px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  margin: 0;
  position: static;
}
.index_page1 .about_box .left_b .control .swiper-button-prev::after,
.index_page1 .about_box .left_b .control .swiper-button-next::after {
  font-size: 28px;
  color: #fff;
}
.index_page1 .about_box .left_b .control .swiper-button-next {
  margin-left: 10px;
}

.inside_banner {
  position: relative;
}
.inside_banner .picture {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
}
.inside_banner .picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside_banner .font {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.inside_banner .font h3 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.inside_banner .down {
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  top: initial;
  bottom: 9.2592592593%;
  cursor: pointer;
}

.about_page1 {
  padding-top:220px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.about_page1 figcaption {
  padding-left: 16.6666666667%;
  padding-right: 10.9375%;
  align-self: center;
  padding-top: 55px;
}
.about_page1 figcaption h3 {
  position: absolute;
  left: 8.3333333333%;
  top: 75px;
  font-size: 180px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1;
  z-index:2;
}
.about_page1 figcaption .editor {
  color: #666666;
  line-height: 2;
  font-size: 18px;
  font-weight: 300;
}
.about_page1 figcaption .share {
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.about_page1 figcaption .share a {
  font-size: 24px;
  color: #999999;
}
.about_page1 figcaption .share a i {
  font-size: 24px;
}
.about_page1 figcaption .share a:nth-child(n+2) {
  margin-left: 30px;
}

.about_page2 {
  width: 100%;
  height: 100vh;
  min-height: 1080px;
  position: relative;
  background: url(../images/about_page2.jpg) no-repeat left top;
  padding-top: 148px;
  padding-left: 9.1145833333%;
  display: flex;
}
.about_page2 figcaption {
  padding-left: 130px;
}
.about_page2 figcaption .h3 {
  font-size: 180px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 60px;
}
.about_page2 figcaption .p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
}

.product_page {
  padding: 70px 0 120px;
}
.product_page .index_title {
  text-align: right;
  padding-right: 180px;
}

.porduct-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #eee;
  border-radius: 0px;
  margin-top: 80px;
  grid-auto-rows: minmax(auto, 510px);
}
.porduct-list ul li {
  border-right: 1px solid #eee;
}
.porduct-list ul li:nth-child(3n) {
  border-right: none;
}
.porduct-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.porduct-list ul li a img {
padding:0 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.porduct-list ul li a:hover img {
  transform: scale(1.15);
}
.porduct-list ul li a:hover p.name {
  color: var(--main-color);
}
.porduct-list ul li a p.name {
  font-size: 20px;
  color: #666666;
  font-weight: 300;
  margin-top: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.detail_banner {
  position: relative;
}
.detail_banner .detail_nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  line-height: 72px;
  padding-left: 96px;
}
.detail_banner .detail_nav a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-right: 10px;
}
.detail_banner .detail_nav span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-right: 10px;
}

.product_detail {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #eee;
  grid-auto-rows: minmax(auto, 900px);
}
.product_detail .left {
  border-right: 1px solid #eee;
  padding-top: 50px;
}
.product_detail .right .pro_name {
  height: 235px;
  padding: 0 0 40px 7.2916666667%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
}
.product_detail .right .pro_name p {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 300;
}
.product_detail .right .pro_name h3 {
  font-size: 48px;
  color: #202628;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 10px;
}
.product_detail .right .pro_inf {
  padding-left: 7.2916666667%;
  padding-right: 8.3333333333%;
  padding-top: 50px;
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  font-weight: 300;
}
.product_detail .cotain-swiper .swiper-slide {
  padding: 10% 4% 5% 4%;
  text-align: center;
}
.product_detail .cotain-swiper .swiper-slide img {
  width: 100%;
  max-width: 600px;
}
.product_detail .thums-swiper {
  max-width: 600px;
  width: 100%;
  margin-top: 40px;
}
.product_detail .thums-swiper .swiper-slide {
  cursor: pointer;
}
.product_detail .thums-swiper .swiper-slide img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product_detail .thums-swiper .swiper-slide-thumb-active img {
  transform: scale(1.1);
}

.pro_editor {
  padding-top: 30px;
  padding-bottom: 80px;
}
.pro_editor .tit {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: var(--main-color);
  text-transform: capitalize;
}
.pro_editor .editor {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
}

.download_page {
  padding-bottom: 80px;
}

.download_list li {
  border-bottom: 1px solid #E8E8E8;
}
.download_list a {
  display: flex;
  padding: 80px 0;
  justify-content: space-between;
}
.download_list a p.name {
  font-size: 48px;
  color: #222222;
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.download_list a .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #999999;
  border-radius: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.download_list a .icon i {
  display: block;
  font-size: 36px;
  transform: rotateZ(90deg) translateX(20px);
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.download_list a:hover p.name {
  color: var(--main-color);
}
.download_list a:hover .icon {
  border-color: var(--main-color);
}
.download_list a:hover .icon i {
  color: var(--main-color);
}

.contact_top {
  position: relative;
  padding: 110px 0 260px 0;
}
.contact_top .logo_bg {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.contact_top .flex {
  flex-direction: row-reverse;
}
.contact_top .c_inf {
  max-width: 890px;
}
.contact_top .c_inf h3 {
  font-size: 72px;
  line-height: 80px;
  color: var(--main-color);
  font-weight: 800;
}
.contact_top .c_inf p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: var(--main-color);
  margin: 65px 0 70px;
}
.contact_top .c_inf a.more {
  position: relative;
}
.contact_top .c_inf .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  border-top: 1px solid #eee;
}
.contact_top .c_inf .btm span {
  display: block;
/*   font-size: 22px;
  color: #666666;
  line-height: 24px; */
/*   max-width: 400px; */
  font-weight: 500;
      font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: var(--main-color);
}
.contact_top .c_inf .btm a.more {
  border-width: 2px;
  width: 200px;
  height: 60px;
}

.message_page {
  min-height: 600px;
  background: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10.4166666667%;
  padding-right: 10.4166666667%;
}
.message_page h3 {
  font-size: 82px;
  color: #fff;
  font-weight: 800;
  max-width: 320px;
  line-height: 1;
}
.message_page .message {
  width: 100%;
  max-width: 640px;
}
.message_page .message input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  margin-bottom: 40px;
  background: transparent;
  width: 100%;
}
.message_page .message input::-webkit-input-placeholder {
  color: #fff;
}
.message_page .message button.more {
  position: relative;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.message_page .message button.more:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.message_page .message button.more:hover::before {
  top: -45%;
  background-color: #fff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.message_page .message button.more:hover:after {
  top: -45%;
  background-color: #fff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.news-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #eee;
  border-radius: 0px;
  margin-top: 80px;
  grid-auto-rows: minmax(auto, 510px);
}
.news-list ul li {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-list ul li:nth-child(3n) {
  border-right: none;
}
.news-list ul li:last-child {
  border-bottom: none;
}
.news-list ul li:last-child(2) {
  border-bottom: none;
}
.news-list ul li:last-child(3) {
  border-bottom: none;
}
.news-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 80px 45px 80px;
}
.news-list ul li a p.title {
  font-size: 26px;
  font-weight: 400;
  color: var(--main-color);
  line-height: 36px;
}
.news-list ul li a p.inf {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
  margin: 25px 0 140px;
}
.news-list ul li a p.time {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.news_page {
  padding: 70px 0 120px;
}
.news_page .index_title {
  font-size: 120px;
  color: #202628;
  font-weight: 800;
  line-height: 1;
  padding-left: 420px;
}
.news_page .index_title span {
  font-size: 140px;
  color: var(--main-color);
}

.w1360 {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.news_title .w1360 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 160px 0 85px 0;
  border-bottom: 1px solid #F0F0F0;
}
.news_title .w1360 .left p {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
}
.news_title .w1360 .left span {
  display: block;
  font-size: 16px;
  color: var(--main-color);
  font-weight: 300;
  margin-top: 10px;
}
.news_title .w1360 .right {
  font-size: 42px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 48px;
  max-width: 900px;
}

.news_editor {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 13.2352941176%;
  font-size: 18px;
  line-height: 48px;
  color: #666666;
  font-weight: 300;
  padding-top: 40px;
}

.newcontrol {
  padding: 50px 0;
  margin-top: 80px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.newcontrol .w1360 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.newcontrol .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #999999;
  border-radius: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.newcontrol .icon i {
  display: block;
  font-size: 36px;
  transform: rotateZ(180deg);
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.newcontrol .icon:hover {
  border-color: var(--main-color);
}
.newcontrol .icon:hover i {
  color: var(--main-color);
}
.newcontrol .next {
  margin-left: 40px;
}
.newcontrol .next i {
  transform: rotateZ(0);
}

.latest_news .w1760 > .title {
  font-size: 120px;
  font-weight: 800;
  color: var(--main-color);
  padding: 20px 0 20px 80px;
}
.latest_news .w1760 > .title span {
  color: #000000;
  margin-right: 20px;
}
.latest_news .news-list ul {
  margin-top: 0;
}

.about_page3 {
  background: #F7F8F8;
  padding: 190px 0 240px 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.honor_swiper_box {
  background: #fff;
  max-width: 1280px;
  width: 100%;
  height: 650px;
  position: relative;
}
.honor_swiper_box .swiper-horizontal > .swiper-scrollbar,
.honor_swiper_box .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -65px;
}

.honor_swiper {
  height: 100%;
}
.honor_swiper .swiper-slide {
  background: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.honor_swiper .swiper-slide img {
  width: 100%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.honor_ft {
  position: absolute;
  top: 90px;
  left: 8.3333333333%;
  z-index: 11;
}
.honor_ft h3 {
  font-size: 180px;
  color: var(--main-color);
  font-weight: 800;
  line-height: 1;
}
.honor_ft p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 300;
  max-width: 385px;
  margin-top: 60px;
}

.public_menu {
  width: 400px;
  height: 100vh;
  min-height: 900px;
  background: var(--main-color);
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 19;
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
.public_menu .public_nav li {
  padding: 24px 0;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%) translateX(17.5rem);
  transition-delay: 0s;
  opacity: 0;
}
.public_menu .public_nav li:nth-child(2) {
  transition-delay: 0.1s;
}
.public_menu .public_nav li:nth-child(3) {
  transition-delay: 0.2s;
}
.public_menu .public_nav li:nth-child(4) {
  transition-delay: 0.3s;
}
.public_menu .public_nav li:nth-child(5) {
  transition-delay: 0.4s;
}
.public_menu .public_nav li:nth-child(6) {
  transition-delay: 0.5s;
}
.public_menu .public_nav li:nth-child(7) {
  transition-delay: 0.6s;
}
.public_menu .public_nav li a {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.public_menu .public_nav li a:hover {
  color: #ffd200;
}
.public_menu .public_nav li.active a {
  color: #ffd200;
}
.public_menu .nav_close {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 1;
  opacity: 0.45;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}
.public_menu .nav_close span {
  font-size: 40px;
  color: #fff;
}
.public_menu .nav_close:hover {
  opacity: 1;
}

.public_menu.active {
  right: 0;
}

.public_menu.active .public_nav li {
  transform: translateX(0);
  opacity: 1;
}
.videoc{
	padding-top:15%;
}
.videoc video{
	width:100%;
	
}

/*# sourceMappingURL=css.css.map */


