.w1540 {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
.w1340 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
a.more {
  width: 200px;
  height: 52px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.more span {
  font-size: 14px;
  color: #ee1d23;
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
  position: relative;
  z-index: 99;
}
a.more span.tu {
  width: 6px;
  height: 12px;
  background: url(../images/right.png) center no-repeat;
  margin-left: 15px;
  transition: ease-in-out 0.3s;
  position: relative;
  z-index: 99;
}
a.more::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ee1d23;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.more:hover span {
  color: #fff;
}
a.more:hover span.tu {
  background: url(../images/right2.png) center no-repeat;
}
a.more:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pc_header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}
.pc_header .w1540 {
  position: relative;
}
.pc_header .logo {
  width: 100%;
  margin-top: 32px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pc_header .nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_header .nav ul li {
  margin: 0 20px;
}
.pc_header .nav ul li a {
  color: #fff;
  font-size: 16px;
  padding: 18px 15px;
  display: block;
  font-weight: 400;
  position: relative;
}
.pc_header .nav ul li a::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ee1d23;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  opacity: 0;
  z-index: 9;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pc_header .nav ul li .product_box {
  width: 1080px;
  height: 200px;
  position: absolute;
  top: 100%;
  z-index: 9;
  right: 80px;
  background: #fff;
  z-index: 99;
  padding: 0 60px;
  display: none;
}
.pc_header .nav ul li .product_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}
.pc_header .nav ul li .product_box ul li {
  margin: 0%;
  padding: 0;
  margin-right: 8px;
  padding-top: 20px;
}
.pc_header .nav ul li .product_box ul li a {
  padding: 0;
}
.pc_header .nav ul li .product_box ul li a::after {
  display: none;
}
.pc_header .nav ul li .product_box ul li p {
  text-align: center;
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 15px;
}
.pc_header .nav ul li .product_box ul li img {
  transition: ease-in-out 0.5s;
}
.pc_header .nav ul li .product_box ul li:last-child {
  margin-right: 0;
}
.pc_header .nav ul li .product_box ul li:hover p {
  color: #ee1d23;
}
.pc_header .nav ul li .product_box ul li:hover img {
  transform: scale(1.1);
}
.pc_header .nav ul li:hover a {
  color: #ee1d23;
}
.pc_header .nav ul li:hover a::after {
  top: -3px;
  opacity: 1;
}
.pc_header .nav ul li.active a {
  color: #ee1d23;
}
.pc_header .nav ul li.active a::after {
  top: -3px;
  opacity: 1;
}
.pc_banner {
  width: 100%;
  height: 937px;
}
.pc_banner .swiper-pagination {
  width: 35px!important;
  height: 100%;
  right: 150px;
  left: auto!important;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.pc_banner .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
  margin: 20px 4px!important;
}
.pc_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.pc_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_banner .wz_pos {
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.pc_banner .wz_pos .wz1 {
  font-size: 18px;
  color: #dddddd;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pc_banner .wz_pos .wz2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.pc_banner .wz_pos .wz3 {
  width: 200px;
  height: 52px;
  background: #fff;
  margin-top: 75px;
  position: relative;
}
.pc_banner .wz_pos .wz3 a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.pc_banner .wz_pos .wz3 a span {
  font-size: 14px;
  color: #ee1d23;
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
}
.pc_banner .wz_pos .wz3 a span.tu {
  width: 6px;
  height: 12px;
  background: url(../images/right.png) center no-repeat;
  margin-left: 15px;
  transition: ease-in-out 0.3s;
}
.pc_banner .wz_pos .wz3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ee1d23;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pc_banner .wz_pos .wz3:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pc_banner .wz_pos .wz3:hover a span {
  color: #fff;
}
.pc_banner .wz_pos .wz3:hover a span.tu {
  background: url(../images/right2.png) center no-repeat;
}
.index_page .moudule_page1 {
  width: 100%;
  height: 885px;
  padding-top: 130px;
  background: url(../images/page1.jpg) left top no-repeat #F8F8F8;
}
.index_page .module_page2 {
  width: 100%;
  background: #000;
}
.index_page .module_page3 {
  width: 100%;
  padding: 120px 0;
  background: url(../images/page3.jpg) left top no-repeat #FBFBFB00;
  background-size: cover;
}
.index_page .module_page3 a.more {
  margin-top: 60px;
}
.index_page .module_page3 .in_about{
  background: transparent;
}
.yj_box {
  height: 675px;
  width: 1385px;
  float: right;
  background: url(../images/page1_2.png) left top no-repeat;
  position: relative;
  padding: 60px 60px 60px 0;
}
.yj_box .b_img {
  position: absolute;
  left: -240px;
  top: 60px;
  z-index: 11;
}
.yj_box .product_swiper {
  width: 985px;
  float: right;
  height: 100%;
}
.yj_box .product_title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 21px;
}
.yj_box .product_title h3 {
  font-size: 30px;
  color: #181818;
}
.yj_box .product_title span {
  font-size: 12px;
  color: #7b7b7b;
  margin-left: 15px;
  margin-bottom: 5px;
}
.in_about {
  padding: 100px 0 105px 0;
  background: url(../images/page2.jpg) left top no-repeat #000;
  background-size: cover;
}
.in_about p {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 27px;
  text-align: center;
  max-width: 57%;
  margin: 35px auto 40px auto;
}
.in_about a.more {
  background: #EE1D23;
}
.in_about a.more span {
  color: #fff;
}
.in_about a.more span.tu {
  background: url(../images/right2.png) no-repeat;
}
.in_about a.more::after {
  background: #fff;
}
.in_about a.more:hover span {
  color: #EE1D23;
}
.in_about a.more:hover span.tu {
  background: url(../images/right.png) no-repeat;
}
.index_tit {
  text-align: center;
}
.index_tit h3 {
  font-size: 30px;
  color: #ffffff;
}
.index_tit span {
  font-size: 12px;
  color: #7b7b7b;
}
.about_list ul {
  background: #000;
  display: flex;
  flex: 1 1;
  align-items: center;
}
.about_list ul li {
  height: 415px;
  position: relative;
}
.about_list ul li figure {
  overflow: hidden;
  height: 100%;
  opacity: 0.25;
  transition: ease-in-out 0.5s;
}
.about_list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.5s;
}
.about_list ul li figcaption {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  align-items: center;
}
.about_list ul li figcaption p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.about_list ul li:hover figure {
  opacity: 0.55;
}
.about_list ul li:hover figure img {
  transform: scale(1.2);
}
.index_title1 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 21px;
}
.index_title1 h3 {
  font-size: 30px;
  color: #181818;
}
.index_title1 span {
  font-size: 12px;
  color: #7b7b7b;
  margin-left: 15px;
  margin-bottom: 5px;
}
.news_list {
  border-bottom: 1px solid #E5E5E5;
}
.news_list ul {
  display: flex;
  align-items: center;
  flex: 1 1;
}
.news_list ul li {
  padding: 60px 65px 65px 65px;
  transition: ease-in-out 0.5s;
  position: relative;
  overflow: hidden;
}
.news_list ul li p.tit {
  font-size: 22px;
  color: #282828;
  transition: ease-in-out 0.3s;
  text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list ul li p.time {
  font-size: 14px;
  color: #c5c5c5;
  margin: 3px 0 7px 0;
  transition: ease-in-out 0.5s;
}
.news_list ul li p.info {
  font-size: 12px;
  color: #a9a9a9;
  line-height: 2;
  transition: ease-in-out 0.5s;
  overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  height: 48px;
}
.news_list ul li figure {
  margin-top: 25px;
  position: relative;
  z-index: 99;
}
.news_list ul li figcaption {
  position: relative;
  z-index: 99;
}
.news_list ul li::after {
  width: 0%;
  height: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #EE1D23;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news_list ul li:last-child {
  margin-right: 0;
}
.news_list ul li:hover p.tit {
  color: #fff;
}
.news_list ul li:hover p.time {
  color: #fff;
}
.news_list ul li:hover p.info {
  color: #fff;
}
.news_list ul li:hover::after {
  width: 100%;
  left: 0;
}
.footer_top {
  background: #232323;
  height: 560px;
}
.footer_top .footer_con {
  padding: 80px 0 50px 0;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_top .footer_con .share ul {
  display: flex;
  align-items: center;
}
.footer_top .footer_con .share ul li {
  margin-right: 25px;
}
.footer_top .footer_con .share ul li:last-child {
  margin-right: 0;
}
.footer_top .footer_con .ewm {
  border: 8px solid #EE1D23;
}
.footer_top .footer_con .f_logo b {
  display: block;
  width: 16px;
  height: 1px;
  background: #444;
  margin: 15px 0 5px 0;
}
.footer_top .footer_con .f_logo p {
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 32px;
}
.footer_top .f_nav {
  margin-top: 50px;
}
.footer_top .f_nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_top .f_nav li a {
  font-size: 16px;
  color: #7c7c7c;
  display: block;
  transition: ease-in-out 0.3s;
  margin-bottom: 22px;
}
.footer_top .f_nav li a.tt {
  color: #c8c8c8;
  margin-bottom: 25px;
}
.footer_top .f_nav li a:hover {
  color: #fff;
}
.fb {
  width: 100%;
  background: #000;
  height: 45px;
}
.fb .w1340 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fb p {
  font-size: 14px;
  color: #7c7c7c;
}
.fb p a {
  font-size: 14px;
  color: #7c7c7c;
}
.fb a {
  font-size: 14px;
  color: #7c7c7c;
}
.inside_strat {
  position: relative;
}
.inside_strat .cont_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 270px;
  z-index: 9;
}
.inside_strat .about_box {
  width: 100%;
}
.inside_strat .about_box .w1340 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inside_strat .about_box figcaption {
  max-width: 605px;
}
.inside_strat .about_box figcaption h3 {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.inside_strat .about_box figcaption h6 {
  font-size: 26px;
  color: #ffffff;
}
.inside_strat .about_box figcaption p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  font-weight: lighter;
  margin-top: 80px;
  letter-spacing: 0.5px;
}
.inside_strat .about_box figure {
  border: 6px solid #fff;
  margin-top: 55px;
  overflow: hidden;
}
.about_page1 {
  padding: 100px 0 130px 0;
}
.about_page1 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_page1 .top p {
  font-size: 16px;
  line-height: 2;
  color: #282828;
  max-width: 620px;
  text-align: right;
  letter-spacing: 0;
  font-weight: 500;
}
.inside_title p.b {
  font-size: 30px;
  font-weight: 500;
  color: #282828;
  letter-spacing: 1px;
  text-align: left;
  line-height: inherit;
}
.inside_title p.s {
  font-size: 16px;
  color: #818181;
  text-transform: uppercase;
  text-align: left;
  line-height: inherit;
}
.cul_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.cul_list .mod {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.cul_list .mod figure {
  opacity: 0.45;
  transition: ease-in-out 0.5s;
}
.cul_list .mod p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 26px;
  color: #ffffff;
}
.cul_list .mod figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  z-index: 2;
  height: 75px;
  background-color: #EE1D23;
  text-align: center;
  line-height: 75px;
  font-size: 18px;
  color: #ffffff;
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}
.cul_list .right .mod:first-child {
  margin-bottom: 15px;
}
.cul_list .mod:hover figure {
  opacity: 1;
}
.cul_list .mod:hover figcaption {
  bottom: 0;
}
.about_page2 {
  padding: 70px 0 90px 0;
  background: url(../images/cul_bg.jpg) no-repeat center top #F6F7F9;
}
.tac {
  text-align: center;
}
.tac p.b {
  text-align: center;
}
.tac p.s {
  text-align: center;
}
.honer_swiper {
  position: relative;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  margin-top: 80px;
}
.honer_swiper .swiper-wrapper {
  height: inherit;
}
.honer_swiper .swiper-container {
  padding-bottom: 60px;
}
.honer_swiper .swiper-slide {
  width: 348px;
  height: 493px;
  /* background: #fff; */
  /* box-shadow: 0 8px 30px #ddd; */
}
.honer_swiper .swiper-slide img {
  display: block;
}
.honer_swiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.honer_swiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.honer_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.honer_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.honer_swiper .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.honer_swiper .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.honer_swiper .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.honer_swiper .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.honer_swiper .swiper-button-prev:after,
.honer_swiper .swiper-button-next:after {
  display: none;
}
.cont_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont_flex h3 {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 100px;
  letter-spacing: 2px;
}
.cont_flex p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  letter-spacing: 1px;
}
.contact_page {
  padding: 120px 0;
  background: url(../images/contact_bg.jpg) center no-repeat;
}
.contact_page .w1340 {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.contact_page .con_info {
  width: 545px;
  height: 650px;
  background: #fff;
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.09);
  padding: 80px 0 0 80px;
}
.contact_page .con_info h3 {
  font-size: 30px;
  color: #282828;
  line-height: 1;
  margin-bottom: 80px;
  font-weight: 500;
}
.contact_page .con_info .info_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
.contact_page .con_info .info_list ul li p {
  font-size: 20px;
  color: #474747;
  margin-left: 20px;
  line-height: 1;
}
.contact_page .con_info .info_list ul li p span {
  font-size: 14px;
  color: #ababab;
  display: block;
  margin-top: 10px;
}
.contact_page .con_info .info_list ul li:last-child {
  margin-bottom: 0;
}
.contact_page .message {
  padding-top: 20px;
  width: 490px;
}
.contact_page .message h3 {
  font-size: 30px;
  color: #282828;
  font-weight: 500;
}
.contact_page .message p {
  font-size: 16px;
  color: #ababab;
  font-weight: 500;
  margin-top: 17px;
}
.contact_page .message ul {
  margin-top: 50px;
}
.contact_page .message ul li {
  width: 100%;
  margin-bottom: 23px;
}
.contact_page .message ul li input {
  width: 100%;
  padding-left: 20px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  transition: ease-in-out 0.5s;
}
.contact_page .message ul li input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact_page .message ul li textarea {
  width: 100%;
  height: 127px;
  padding-left: 20px;
  padding-top: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
}
.contact_page .message ul li textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact_page .message ul li input:focus {
  border-color: #EE1D23;
  box-shadow: 0px 0px 8px 2px rgba(230, 29, 35, 0.1);
}
.contact_page .message ul li textarea:focus {
  border-color: #EE1D23;
  box-shadow: 0px 0px 8px 2px rgba(230, 29, 35, 0.1);
}
.contact_page .message .button {
  width: 170px;
  height: 52px;
  background: #EE1D23;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.news_page {
  padding: 110px 0 120px 0;
}
.news_page .news_nav {
  border-bottom: 1px solid #E5E5E5;
}
.news_page .news_nav ul {
  display: flex;
  align-items: center;
}
.news_page .news_nav ul li {
  padding-bottom: 40px;
  margin-right: 80px;
  position: relative;
}
.news_page .news_nav ul li a {
  display: block;
  line-height: 1;
  font-size: 21px;
  color: #464646;
  font-weight: 500;
  transition: ease-in-out 0.5s;
}
.news_page .news_nav ul li::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  z-index: 1;
  background: #EE1D23;
  transition: ease-in-out 0.5s;
}
.news_page .news_nav ul li.active a {
  color: #EE1D23;
}
.news_page .news_nav ul li.active::after {
  width: 100%;
  left: 0;
}
.news_page .news_nav ul li:hover a {
  color: #EE1D23;
}
.news_page .news_nav ul li:hover::after {
  width: 100%;
  left: 0;
}
.news_list2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 75px;
}
.news_list2 ul li {
  width: 50%;
  padding: 75px 100px 70px 0;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.news_list2 ul li figure {
  width: 100%;
}
.news_list2 ul li figure img {
  width: 100%;
  object-fit: cover;
}
.news_list2 ul li figcaption h3 {
  color: #282828;
  font-size: 22px;
  margin-top: 45px;
  transition: ease-in-out 0.5s;
  text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list2 ul li figcaption p {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 34px;
  margin-top: 20px;
  overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  height: 68px;
}
.news_list2 ul li figcaption .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.news_list2 ul li figcaption .bottom span.time {
  font-weight: 800;
  color: #ededed;
  font-size: 60px;
  display: block;
  line-height: 1;
  transition: ease-in-out 0.5s;
}
.news_list2 ul li figcaption .bottom .more {
  width: 202px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.news_list2 ul li figcaption .bottom .more p {
  font-size: 13px;
  color: #ee1d23;
  margin: 0;
  margin-right: 20px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.news_list2 ul li figcaption .bottom .more img {
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.news_list2 ul li figcaption .bottom .more::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: 1;
  border-right: 1px solid #ee1d23;
  border-left: 1px solid #ee1d23;
  transform: scaleY(0);
  transition: ease-in-out 0.5s;
}
.news_list2 ul li figcaption .bottom .more::before {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: 1;
  border-top: 1px solid #ee1d23;
  border-bottom: 1px solid #ee1d23;
  transform: scaleX(0);
  transition: ease-in-out 0.5s;
}
.news_list2 ul li:nth-child(2n) {
  padding-right: 0;
  padding-left: 100px;
  border-right: none;
}
.news_list2 ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.news_list2 ul li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.news_list2 ul li:hover figcaption h3 {
  color: #ee1d23;
}
.news_list2 ul li:hover .bottom .more::after {
  transform: scaleY(1);
}
.news_list2 ul li:hover .bottom .more::before {
  transform: scaleX(1);
}
.news_list2 ul li:hover .bottom .more p {
  opacity: 1;
  height: auto;
}
.news_list2 ul li:hover .bottom .more img {
  opacity: 1;
}
.news_list2 ul li:hover .bottom span.time {
  color: #ee1d23;
}
.newsdea_page .news_box {
  position: relative;
  z-index: 99;
  margin-top: -120px;
  background: #fff;
  padding: 55px 30px 100px 30px;
}
.newsdea_page .news_box .navigt {
  display: flex;
  align-items: center;
}
.newsdea_page .news_box .navigt a {
  font-size: 18px;
  color: #646464;
  margin-right: 8px;
}
.newsdea_page .news_box .navigt span {
  font-size: 18px;
  color: #646464;
  display: block;
  margin-right: 18px;
}
.newsdea_page .news_box .navigt span:last-child {
  margin-right: 0;
}
.newsdea_page .news_box .news-title {
  margin-top: 10px;
  text-align: center;
}
.newsdea_page .news_box .news-title h3 {
  font-size: 32px;
  color: #282828;
}
.newsdea_page .news_box .news-title p {
  font-size: 14px;
  color: #a9a9a9;
  margin-top: 8px;
}
.newsdea_page .news_box .news_info {
  font-size: 14px;
  color: #646464;
  line-height: 2;
  margin-top: 70px;
}
.newsdea_page2 {
  background: #F9F9F9;
  padding: 90px 0 100px 0;
}
.newsdea_page2 .tit {
  font-size: 22px;
  color: #282828;
  font-weight: 500;
}
.newsdea_page2 .news_list3 {
  margin-top: 70px;
}
.newsdea_page2 .news_list3 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsdea_page2 .news_list3 ul li {
  width: calc((100% - 45px) / 2);
}
.newsdea_page2 .news_list3 ul li h3 {
  font-size: 22px;
  color: #5e5e5e;
  margin-bottom: 20px;
}
.newsdea_page2 .news_list3 ul li p {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 2;
}
.newsdea_page2 .news_list3 ul li b {
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}
.newsdea_page2 .news_list3 ul li a.more {
  margin-left: 0;
}
.solution_page {
  padding: 120px 0 90px 0;
}
.solution_page .sou_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.solution_page .sou_list ul p {
  font-size: 20px;
  color: #282828;
  padding: 15px 0 25px 0;
}
.solution_page .sou_list ul li:nth-child(2n) {
  text-align: right;
}
.solution_page .sou_list ul li figure {
  overflow: hidden;
}
.solution_page .sou_list ul li figure img {
  transition: ease-in-out 0.7s;
}
.solution_page .sou_list ul li:hover figure img {
  transform: scale(1.15);
}
.dealer_page {
  padding: 115px 0 120px 0;
}
.deal-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.deal-top .left h3 {
  font-size: 30px;
  color: #282828;
  font-weight: 500;
}
.deal-top .left span {
  display: block;
  width: 260px;
  height: 48px;
  background: #EE1D23;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}
.deal-top .right {
  max-width: 690px;
}
.deal-top .right p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 2;
  font-weight: 500;
}
.del_list {
  margin-top: 80px;
  position: relative;
}
.del_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.del_list ul li {
  width: 50%;
  padding-left: 50px;
}
.del_list ul li h3 {
  font-size: 26px;
  color: #282828;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}
.del_list ul li h3::after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 1px;
  z-index: 1;
  background: #EE1D23;
}
.del_list ul li p {
  font-size: 20px;
  color: #6e6e6e;
  margin: 30px 0 20px 0;
}
.del_list ul li:nth-child(2n) {
  padding-left: 0;
  padding-right: 50px;
  margin-top: 100px;
  text-align: right;
}
.del_list ul li:nth-child(2n) h3 {
  width: auto;
}
.del_list ul li:nth-child(2n) h3::after {
  left: auto;
  right: -50px;
}
.del_list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D2D2D2;
}
.video_list {
  margin-top: 50px;
}
.video_list ul li {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  padding: 0;
  margin-bottom: 100px;
  overflow: hidden;
}
.video_list ul li figure {
  position: relative;
}
.video_list ul li figure span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -110%);
  z-index: 9;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.video_list ul li figcaption {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
  position: relative;
  background: #F8F8F8;
}
.video_list ul li figcaption p.tit {
  position: relative;
  z-index: 3;
  font-size: 20px;
  color: #282828;
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.video_list ul li figcaption p.sm {
  position: relative;
  z-index: 3;
  font-size: 15px;
  color: #919191;
  margin-top: 5px;
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.video_list ul li figcaption::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #EE1D23;
  z-index: 1;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.video_list ul li:hover figure span {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.video_list ul li:hover figcaption p {
  color: #fff;
}
.video_list ul li:hover figcaption::after {
  height: 100%;
  top: 0;
}
.video_page {
  padding-bottom: 20px;
}
.down {
  margin-top: 50px;
}
.down .w1340 {
  display: flex;
  justify-content: space-between;
}
.down .left {
  position: relative;
}
.down .left .pso {
	display:none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.down .right {
  width: 640px;
}
.down .right .down_list ul li {
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin-top: 25px;
}
.down .right .down_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.down .right .down_list ul li a .l {
  display: flex;
  align-items: center;
}
.down .right .down_list ul li a .l .name {
  margin-left: 15px;
}
.down .right .down_list ul li a .l .name h3 {
  font-size: 20px;
  color: #282828;
  letter-spacing: 2px;
  font-weight: 500;
}
.down .right .down_list ul li a .l .name p {
  font-size: 16px;
  color: #b8b8b8;
  margin-top: 3px;
  letter-spacing: 2px;
}
.down .right .down_list ul li a .tido p {
  font-size: 16px;
  color: #b8b8b8;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: right;
  justify-content: flex-end;
}
.down .right .down_list ul li a .tido p img {
  margin-right: 10px;
}
.down .right .down_list ul li a .tido p:first-child {
  margin-bottom: 15px;
}
.down .right .down_list ul li:first-child {
  margin-top: 0;
}
.down .right .control {
  margin-top: 80px;
}
.down .right .control ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.down .right .control ul li {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  transition: ease-in-out 0.5s;
}
.down .right .control ul li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 17px;
  color: #707070;
  transition: ease-in-out 0.5s;
}
.down .right .control ul li.active {
  background: #EE1D23;
}
.down .right .control ul li.active a {
  color: #fff;
}
.down .right .control ul li:hover a {
  color: #EE1D23;
}
.product {
  margin-top: 80px;
}
.product_class {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.product_class li {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 40px;
}
.product_class li:last-child {
  border-bottom: none;
}
.product_class li > div {
  display: inline-block;
  vertical-align: middle;
  width: 87%;
}
.filt-dd-check {
  position: relative;
  /*margin-right : 10px;*/
  /*margin-bottom: 10px;*/
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  margin-right: 20px;
  float: left;
  line-height: 1;
  color: #acacac;
  border: 1px dotted #f9c047;
}
.filt-dd-del {
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% auto;
}
.product_class li .product_class_name a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #acacac;
  min-width: 100px;
  text-align: center;
}
.product_class li .product_class_name a.active {
  background-color: #EE1D23;
  color: #fff;
}
.product_class li b {
  display: inline-block;
  width: 12%;
  vertical-align: middle;
  color: #585858;
  font-size: 20px;
}
.shaixuan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 55px 0;
}
.shaixuan p.l {
  width: 185px;
  height: 65px;
  background: #EE1D23;
  color: #fff;
  text-align: center;
  line-height: 65px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
}
.shaixuan p.r {
  font-size: 16px;
  color: #707070;
}
.product_list ul li {
  margin-right: 42.5px;
  margin-bottom: 50px;
  border: 1px solid #DCDCDC;
  width: calc((100% - 85px) / 3);
  padding: 0;
  position: relative;
}
.product_list ul li figure {
  border-bottom: 1px solid #DCDCDC;
}
.product_list ul li figcaption {
  height: 125px;
  position: relative;
  padding: 16px;
  transition: ease-in-out 0.5s;
}
.product_list ul li figcaption aside {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid transparent;
  padding: 0 14px;
  transition: ease-in-out 0.5s;
}
.product_list ul li figcaption p.name {
  font-size: 22px;
  color: #464646;
  line-height: 30px;
  transition: ease-in-out 0.5s;
}
.product_list ul li figcaption span.r {
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/right3.png) no-repeat;
}
.product_list ul li:hover figcaption {
  background: #000;
}
.product_list ul li:hover figcaption p.name {
  color: #fff;
}
.product_list ul li:hover figcaption aside {
  border: 1px solid #EE1D23;
}
.inside_strat {
  width: 100%;
  height: 820px;
}
.inside_strat .banner_img {
  width: 100%;
  height: 100%;
}
.inside_strat .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_info {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
}
.product_info .w1340 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_info .w1340 .l h3 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}
.product_info .w1340 .l p.s {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 500;
}
.product_info .w1340 .l p.b {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 60px;
}
.product_info .w1340 .l b {
  display: block;
  width: 245px;
  height: 3px;
  background: #F03B40;
  margin-top: 15px;
}
.product_info .w1340 .l p.info {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 50px;
}
.product_swiper {
  width: 715px;
}
.product_swiper .gallery-top {
  margin-bottom: 30px;
}
.product_swiper .gallery-top .swiper-slide {
  text-align: center;
}
.product_swiper .gallery-thumbs .swiper-slide {
  border: 1px solid #9C9C9E;
  padding: 2%;
  cursor: pointer;
}
.product_swiper .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #F03B40;
}
.dea_page {
  padding: 120px 0;
}
.dea_page h3 {
  font-size: 30px;
  color: #282828;
}
.dea_page .table {
  width: 100%;
}
.dea_page .table table {
  margin-top: 60px;
  width: 100%;
}
.dea_page .table table tr td {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #7c7c7c;
}
.dea_page .table table tr:first-child td {
  background: #232323;
  text-align: center;
  color: #fff;
  border-color: #5C5C5C;
}
.dea_page .table table tr:first-child td:first-child {
  background: #EE1D23;
}
.dea_page .table table tr:nth-child(2) td {
  background: #232323;
  text-align: center;
  color: #fff;
  border: none;
}
.protj_list {
  padding-left: 150px;
  margin-top: 60px;
}
.protj_list ul {
  display: flex;
  justify-content: flex-start;
}
.protj_list ul li {
  text-align: center;
  margin-right: 80px;
}
.protj_list ul li:last-child{
  margin-right: 0;
}
.protj_list ul li p {
  font-size: 18px;
  color: #181818;
  line-height: 24px;
}
.protj_list ul li figure {
  overflow: hidden;
}
.protj_list ul li figure img {
  transition: ease-in-out 0.5s;
}
.protj_list ul li figcaption {
  margin-top: 20px;
}
.protj_list ul li:hover figure img {
  transform: scale(1.15);
}
.product_swiper {
  position: relative;
}
.product_swiper b {
  display: block;
  width: 105%;
  position: absolute;
  left: -5%;
  bottom: 40px;
  z-index: 9;
  height: 1px;
  background: #E8ECF3;
}
.product_swiper b::after {
  width: 258px;
  height: 4px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #EE1D23;
}
.menu.m {
  position: absolute;
  width: 28px;
  height: 26px;
  right: 4%;
  top: 40px;
  z-index: 11;
  cursor: pointer;
  display: none;
}
body.open .menu.m span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open .menu.m span:nth-child(2) {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
body.open .menu.m span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.m span {
  position: absolute;
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 11;
  border-radius: 2em;
}
.menu.m_o span {
  background: #fff;
}
.menu.m span:nth-child(2) {
  top: 10px;
}
.menu.m span:nth-child(3) {
  top: 21px;
}
.m_nav {
  display: none;
}
#productClassSmall {
  display: none;
}
.product_swiper .swiper-container {
  --swiper-navigation-size: 30px;
}

.inside_about{
  height: 937px;
}
.inside_about  .banner_img{
  height: 100%;
}
.inside_about .banner_img img{
  height: 100%;
}

.inside_product{
  height: 937px;
}
.inside_product  .banner_img{
  height: 100%;
}
.inside_product .banner_img img{
  height: 100%;
}


.pro_tjpage{
  background: #F9F9F9;
  padding: 68px 0 110px 0;
}
.pro_tjpage h3{
  font-size: 30px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 35px;
}
.pro_list2 ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pro_list2 li{
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  border: 1px solid #DCDCDC;
  background: #fff;
}
.pro_list2 li:last-child{
  margin-right: 0;
}
.pro_list2 li figcaption{
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  position: relative;
}
.pro_list2 li figcaption::before{
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: #EE1D23;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pro_list2 li figcaption p{
  font-size: 18px;
  color: #464646;
  line-height: 24px;
}
.pro_list2 li figcaption span{
  width: 6px;
  height: 12px;
  background: url(../images/right_h.png) no-repeat;
  transition: ease-in-out .5s;
}
.pro_list2 li:hover figcaption span{
  background: url(../images/right.png) no-repeat;
}
.pro_list2 li:hover figcaption::before{
  width: 100%;
}
.mobile_img{
  display: none;
}
.pc_banner .swiper-pagination-bullet::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 auto;
}
.pc_banner .swiper-pagination-bullet p{
  font-size: 22px;
  display: none;
}
.pc_banner .swiper-pagination-bullet-active p{
  display: block;
}
.pc_banner .swiper-pagination-bullet-active::after{
  display: none;
}

.inside_strat .about_box figcaption.enc h3{
  font-size: 60px;
}
.inside_strat .about_box figcaption.enc h6{
  font-size: 20px;
}
.inside_strat .about_box figcaption.enc p{
  font-size: 15px;
  margin-top: 50px;
}




.about-page2{
  padding-bottom: 180px;
}
.about-page2 .company_swiper{
  height: 750px;
}

.about-page2 .inside_title p.b {
  text-align: center;
}

.about-page2 .inside_title p.s {
  text-align: center;
}

.company_swiper {
  width: 100%;
  margin-top:60px;
  position: relative;
}

.company_swiper .swiper-container .swiper-slide {
  height: 364px;
}

.company_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  display: inline-block;
  background: #D6D8E1;
  opacity: 1;
  margin: 0 5px;
  border-radius: 3px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  opacity: 1;
}

.company_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background: #EE1D23;
}

.company_swiper .swiper-pagination {
  bottom: -60px;
  width: 100%;
  text-align: center;
}
.pp_p{
	font-size:22px;color:#EE1D23;display:block;margin-right:100px;
	text-decoration:uppercase;
}
.cont_box2{
  position: absolute;
  left: 220px;
  bottom: 120px;
  z-index: 9;
}
.cont_box2 .ddea_img {
  width: 620px;
  margin-top: 120px;
}

.cont_box2 p{
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-top: 40px;
  max-width: 500px;
}

.inside_strat3{
	height:inherit;
}

.inside_strat3 .banner_img{
	height:inherit;
}

.inside_strat3 .banner_img img{
	height:inherit;
	object-fit:contain;
}