html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

:root {
  --mainColor: #274770;
}

.footer {
  width: 100%;
  height: 605px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/footer_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0 70px;
  padding-top: 95px;
  position: relative;
}

.f-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.f-top .left .f-logo {
  margin-bottom: 38px;
}

.f-top .left .contact-list {
  margin-bottom: 42px;
}

.f-top .left .contact-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.f-top .left .contact-list span {
  font-size: 16px;
  line-height: 1.6;
}

.f-top .left .contact-list span.l {
  color: #fff;
}

.f-top .left .contact-list span.r {
  color: #a8a8a8;
  max-width:300px;
  display:block;
}

.f-top .right {
  width: 100%;
  max-width: 61%;
}

.f-top .footer-nav {
  width: 100%;
}

.f-top .footer-nav ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f-top .footer-nav ul li a.b {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}

.f-top .footer-nav ul li a.s {
  font-size: 16px;
  color: #a8a8a8;
  line-height: 1.8;
  margin-bottom: 8px;
  display: block;
  transition: 0.3s ease-in-out;
}

.f-top .footer-nav ul li a.s:hover {
  color: #fff;
}

.f-bottom {
  width: calc(100% - 140px);
  height: 86px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #313131;
}

.f-bottom p span {
  font-size: 14px;
  color: #a8a8a8;
}

.f-bottom p a {
  font-size: 14px;
  color: #a8a8a8;
}

.share {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.share a {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 12px;
}

.share a:first-child {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon1.png) no-repeat center;
}

.share a:nth-child(2) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon2.png) no-repeat center;
}

.share a:nth-child(3) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon3.png) no-repeat center;
}

.share a:nth-child(4) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon4.png) no-repeat center;
}

.share a:nth-child(5) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon5.png) no-repeat center;
}

.share a:nth-child(6) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon6.png) no-repeat center;
}

.share a:last-child {
  background: url(https://www.kingcoparts.cn/aspx/main/images/f-icon7.png) no-repeat center;
}

.top_share a:first-child {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i1.jpg) no-repeat center;
}

.top_share a:nth-child(2) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i2.jpg) no-repeat center;
}

.top_share a:nth-child(3) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i3.jpg) no-repeat center;
}

.top_share a:nth-child(4) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i4.jpg) no-repeat center;
}

.top_share a:nth-child(5) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i5.jpg) no-repeat center;
}

.top_share a:nth-child(6) {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i6.jpg) no-repeat center;
}

.top_share a:last-child {
  background: url(https://www.kingcoparts.cn/aspx/main/images/i7.jpg) no-repeat center;
}

.w1580 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}

.index-title h3 {
  font-size: 46px;
  font-weight: bold;
  color: #282828;
}

.news-page {
  padding: 95px 0 135px 0;
  background: #fff;
  overflow-x: hidden;
}

.news-page .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-button {
  display: flex;
  align-items: center;
}

.swiper-button div {
  top: 0;
  left: auto;
  right: auto;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  opacity: 1 !important;
  overflow: hidden;
  background: #F6F6F6;
  position: relative;
  margin-top: 0;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-button div::after {
  content: '';
  width: 14px;
  height: 11px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/left.png) no-repeat center;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 8;
}

.swiper-button div.swiper-button-next {
  margin-left: 20px;
}

.swiper-button div.swiper-button-next::after {
  transform: rotate(180deg);
}

.swiper-button div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--mainColor);
  transform: scale(0);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-button div:hover::before {
  transform: scale(1);
}

.swiper-button div:hover::after {
  background: url(https://www.kingcoparts.cn/aspx/main/images/left-h.png) no-repeat center;
}

.news_swiper {
  position: relative;
  margin-top: 60px;
}

.news_swiper .swiper-container {
  overflow: inherit;
  width: 100%;
  height: auto;
}

.news_swiper .swiper-container .swiper-wrapper {
  height: inherit;
}

.news_swiper .swiper-container .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.news_swiper .swiper-container .swiper-slide a {
  display: block;
}

.news_swiper .swiper-container .swiper-slide .picture p {
  position: absolute;
  padding: 0 40px;
  width: 100%;
  left: 0;
  top: 50%;
  line-height: 44px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  transform: translateY(-50%);
  letter-spacing: 2px;
  z-index: 2;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}

.news_swiper .swiper-container .swiper-slide .font {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  background: url(https://www.kingcoparts.cn/aspx/main/images/bg-logo.png) no-repeat right bottom #274770;
  padding: 0 50px;
  padding-top: 50px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.news_swiper .swiper-container .swiper-slide .font .tit {
  font-size: 22px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}

.news_swiper .swiper-container .swiper-slide .font .time {
  margin-top: 50px;
  font-size: 16px;
  color: #fff;
}

.news_swiper .swiper-container .swiper-slide .font span {
  display: block;
  margin-right: 0;
  width: 156px;
  height: 52px;
  border-radius: 26px;
  background: #fff;
  text-align: center;
  line-height: 52px;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
  margin-top: 120px;
  float: right;
}

.news_swiper .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 0;
  top: 0;
}

.news_swiper .swiper-container .swiper-slide:hover .font {
  opacity: 1;
}

.honor-page {
  width: 100%;
  height: 820px;
  position: relative;
}

.honor-page .font {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
}

.honor-page .font h3 {
  font-weight: bold;
  color: #fff;
  font-size: 46px;
  letter-spacing: 2.2;
  line-height: 1;
}

.honor-page .font p {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 50px;
  letter-spacing: 3.2px;
  margin:50px auto 0 auto;
}

.honor-page .nav {
  height: 117px;
  border-bottom: 3px solid var(--mainColor);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  background: rgba(255, 255, 255, 0.3);
}

.honor-page .nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.honor-page .nav ul li {
  flex: 1 1 auto;
  height: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.honor-page .nav ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-page .nav ul li a aside {
  margin-left: 25px;
}

.honor-page .nav ul li a aside p {
  font-size: 22px;
  color: #ffffff;
}

.honor-page .nav ul li a aside span {
  font-size: 16px;
  color: #e3e3e3;
}

.honor-page .nav ul li:hover {
  background: var(--mainColor);
}

.about-page {
  background: #EDF0F5;
  padding: 130px 0 140px 0;
}

.about-page .about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-page .about figcaption {
  max-width: 650px;
}

.about-page .about figcaption h3 {
  font-size: 46px;
  font-weight: bold;
  color: #282828;
}

.about-page .about figcaption p {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 36px;
  margin: 60px 0 85px 0;
}

.about-page .about figcaption a {
  display: block;
  width: 225px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
}

.num_list {
  width: 100%;
}

.num_list ul {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.num_list ul li {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.num_list ul li h3 {
  height: 75px;
  font-size: 62px;
  font-weight: 500;
  color: var(--mainColor);
  display: flex;
  align-items: flex-end;
}

.num_list ul li h3 span {
  font-weight: bold;
  margin: 0 5px 0 10px;
  position: relative;
  display: block;
  line-height: 1;
}

.num_list ul li h3 span.jia {
  font-size: 50px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 25px;
}

.num_list ul li h3 span.s {
  font-weight: normal;
  font-size: 22px;
  color: #5f5f5f;
}

.num_list ul li p {
  font-size: 16px;
  color: #5f5f5f;
  text-align: center;
  margin-top: 27px;
}

.product-page {
  padding: 140px 0;
}

.product-page .list {
  width: 100%;
  margin-bottom: 25px;
}

.product-page .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-page .list ul li {
  flex: 1 1 auto;
  height: 398px;
  margin-right: 22.5px;
  background-size: contain;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.product-page .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-page .list ul li .pro_text1 {
  position: absolute;
  top: 75px;
  left: 33px;
  z-index: 9;
}

.product-page .list ul li .pro_text1 .name_cn {
  font-size: 26px;
  color: #ffffff;
}

.product-page .list ul li .pro_text1 .name_en {
  font-size: 18px;
  color: #fefefe;
  opacity: 0.3;
  text-transform: capitalize;
  margin-top: 5px;
}

.product-page .list ul li .pro_text1 .yuan {
  height: 46px;
  width: 46px;
  position: relative;
  border-radius: 100%;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  color: #2c2c2c;
  z-index: 1;
  display: block;
  transition: opacity 0.5s ease;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .list ul li .pro_text1 .yuan::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  animation: dotsS 3s ease-in-out infinite;
}

.product-page .list ul li .pro_img_box {
  position: absolute;
  right: 20px;
  bottom: 30px;
  transition: all 0.5s ease;
}

.product-page .list li:last-child {
  margin-right: 0;
}

.product-page .list li:hover .pro_img_box {
  transform: scale(1.1);
}

.list2 {
  margin-bottom: 0;
}

.list2 ul li {
  margin-right: 17px;
}

.header {
  width: 100%;
  height: 120px;
  background: #fff;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .right {
  height: 100%;
  width: 100%;
  max-width: 1600px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/header-top.png) no-repeat left top;
}

.header .right .top {
  width: 100%;
  padding-right: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .right .top .share {
  margin-left: 40px;
}

.header .right .top ul {
  display: flex;
  align-items: center;
}

.header .right .top ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 35px;
}

.header .right .top ul li p {
  font-size: 16px;
  color: #e6e6e6;
  margin-left: 12px;
}

.header .right .top ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #6A727B;
}

.header .right .bottom {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.header .right .bottom .nav {
  padding-left: 90px;
}

.header .right .bottom .nav ul {
  display: flex;
  align-items: center;
}

.header .right .bottom .nav li {
  margin: 0 40px;
}

.header .right .bottom .nav li a {
  font-size: 20px;
  color: #282828;
  padding: 0 10px;
  display: block;
  min-width: 100px;
  text-align: center;
  position: relative;
  line-height: 70px;
}

.header .right .bottom .nav li a::after {
  content: '';
  width: 0;
  height: 4px;
  background: var(--mainColor);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.header .right .bottom .nav li a:hover::after {
  width: 100%;
  left: 0;
}

.header .right .bottom .nav li .down_page {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 1300px;
  height: 435px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #c8caca6e;
  padding: 40px 0;
}

.header .right .bottom .nav li .down_page aside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .right .bottom .nav li .down_page .left-nav {
  height: 100%;
  margin-right: 110px;
  padding-right: 110px;
  border-right: 1px solid #EEEEEE;
}

.header .right .bottom .nav li .down_page .left-nav dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .right .bottom .nav li .down_page .left-nav dd a {
  font-size: 16px;
  color: #aaaaaa;
  text-align: left;
  line-height: 3;
  transition: 0.3s ease-in-out;
}

.header .right .bottom .nav li .down_page .left-nav dd a:hover {
  color: var(--mainColor);
}

.header .right .bottom .nav li .down_page .left-nav dd a::after {
  content: none;
}

.header .right .bottom .nav li .down_page .left-nav dd.choose a {
  color: var(--mainColor);
}

.header .right .bottom .nav li.active a::after {
  width: 100%;
  left: 0;
}

.gn_click {
  display: flex;
  align-items: center;
  padding-right: 70px;
}

.gn_click>div {
  padding: 0 30px;
  height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gn_click>div:last-child {
  padding-right: 0;
  border-left: 1px solid #eee;
}

.gn_click>div {
  position: relative;
}

.gn_click>div .box {
  width: 335px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 42px;
  right: -30px;
  padding: 0 30px;
  box-shadow: 0px 0px 10px rgba(200, 202, 202, 0.48);
  display: none;
  z-index: 99;
}

.gn_click>div .box aside {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  padding-left: 5px;
  justify-content: flex-start;
  height: 40px;
  padding-bottom: 15px;
}

.gn_click>div .box aside img {
  margin-right: 15px;
}

.gn_click>div .box aside input {
  width: calc(100% - 40px);
  text-align: left;
  height: 100%;
}

.gn_click>div .box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gn_click>div .box::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 14px solid #fff;
  top: -14px;
  right: 30px;
  z-index: 9;
}

.gn_click>div .box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 16px solid rgba(200, 202, 202, 0.2);
  top: -16px;
  right: 28px;
  z-index: 7;
}

.gn_click>div.luang .box {
  width: 140px;
  height: 165px;
  right: 50%;
  transform: translateX(30%);
}

.gn_click>div.luang .box .flex {
  flex-direction: column;
}

.gn_click>div.luang .box .flex a {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 2;
  margin: 5px 0;
}

.gn_click>div.luang .box .flex a:hover {
  color: var(--mainColor);
}

.gn_click>div.luang .box .flex a.active {
  color: var(--mainColor);
}

.inside_banner {
  position: relative;
}

.inside_banner figcaption {
  position: absolute;
  left: 165px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.inside_banner figcaption p {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.inside_banner figcaption h3 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
}

.inside_nav {
  padding: 120px;
}

.inside_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inside_nav ul li {
  margin: 0 40px;
  width: 350px;
  height: 75px;
  background: #fff;
  border-radius: 37.5px;
  box-shadow: 0px 0px 27px rgba(39, 71, 112, 0.11);
  transition: 0.3s ease-in-out;
}

.inside_nav ul li a {
  display: block;
  text-align: center;
  line-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inside_nav ul li a i {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.inside_nav ul li a p {
  font-size: 24px;
  color: var(--mainColor);
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.inside_nav ul li a i.c1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon1.png) no-repeat center;
  transition: 0.3s ease-in-out;
}

.inside_nav ul li a i.c2 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon2.png) no-repeat center;
  transition: 0.3s ease-in-out;
}

.inside_nav ul li a i.n1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon3.png) no-repeat center;
  transition: 0.3s ease-in-out;
}

.inside_nav ul li a i.n2 {
  width: 38px;
  height: 27px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon4.png) no-repeat center;
  transition: 0.3s ease-in-out;
}

.inside_nav ul li:hover {
  background: var(--mainColor);
}

.inside_nav ul li:hover a i.c1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon1_f.png) no-repeat center;
}

.inside_nav ul li:hover a i.c2 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon2_h.png) no-repeat center;
}

.inside_nav ul li:hover a i.n1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon3_f.png) no-repeat center;
}

.inside_nav ul li:hover a i.n2 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon4_h.png) no-repeat center;
}

.inside_nav ul li:hover a p {
  color: #fff;
}

.inside_nav ul li.active {
  background: var(--mainColor);
}

.inside_nav ul li.active a i.c1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon1_f.png) no-repeat center;
}

.inside_nav ul li.active a i.c2 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon2_h.png) no-repeat center;
}

.inside_nav ul li.active a i.n1 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon3_f.png) no-repeat center;
}

.inside_nav ul li.active a i.n2 {
  background: url(https://www.kingcoparts.cn/aspx/main/images/in_icon4_h.png) no-repeat center;
}

.inside_nav ul li.active a p {
  color: #fff;
}

.contact_page {
  padding-bottom: 500px;
  position: relative;
}

.contact_page .box {
  position: absolute;
  width: 100%;
  height: 665px;
  max-width: 1580px;
  left: 50%;
  transform: translateX(-50%);
  top: 255px;
  background: #fff;
  box-shadow: 0px 0px 60px rgba(40, 40, 40, 0.06);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact_page .box .left {
  width: 50.63%;
  padding-left: 120px;
  padding-top: 52px;
}

.contact_page .box .right {
  padding-top: 52px;
  width: 49.37%;
  padding-left: 145px;
}

.contact_page .box .title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #282828;
  line-height: 1;
}

.contact_page .box .title p {
  font-size: 16px;
  color: #cccccc;
  margin-top: 15px;
}

.contact_page .box .contact_list {
  margin-top: 100px;
}

.contact_page .box .contact_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.contact_page .box .contact_list li p {
  margin-left: 20px;
}

.contact_page .box .contact_list li p span {
  font-size: 20px;
  color: #282828;
}

.contact_page .box .contact_list li p span.s {
  font-size: 16px;
  color: #a8a8a8;
  margin-right: 20px;
}

.contact_page .box .message {
  margin-top: 50px;
}

.contact_page .box .message li {
  width: 490px;
  height: 53px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.contact_page .box .message li span {
  font-size: 14px;
  color: #ababab;
}

.contact_page .box .message li input {
  padding-left: 10px;
  width: calc(100% - 80px);
}

.contact_page .box .message li:last-child {
  height: 125px;
  padding: 0;
}

.contact_page .box .message li:last-child textarea {
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-left: 18px;
  font-size: 14px;
  color: #ababab !important;
}

.contact_page .box .message li:last-child textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #ababab !important;
}

.contact_page .box .message a {
  display: block;
  width: 155px;
  height: 52px;
  border-radius: 26px;
  overflow: hidden;
  background: var(--mainColor);
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 0px 10px rgba(39, 71, 112, 0.11);
}

.contact_page .box::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #EEEEEE;
  left: 50%;
  top: 0;
  z-index: 1;
}

.contact_page .box::before {
  content: '';
  position: absolute;
  height: 1;
  width: 50%;
  background: #EEEEEE;
  left: 0;
  top: 172px;
  z-index: 1;
}

.contact_page2 {
  padding-bottom: 120px;
  height: initial;
}

.contact_page2 .jion_tt {
  width: 100%;
  height: 380px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/ttbg.jpg) no-repeat;
  position: relative;
}

.contact_page2 .jion_tt figcaption {
  padding-top: 110px;
}

.contact_page2 .jion_tt figcaption h3 {
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.contact_page2 .jion_tt figcaption h3 span {
  margin: 0 30px;
}

.contact_page2 .jion_tt figcaption p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 12px;
}

.contact_page2 .box2 {
  height: initial;
  position: inherit;
  left: 0;
  top: 0;
  transform: translateX(0);
  margin: 0 auto;
  margin-top: -80px;
  display: block;
  padding: 80px 100px;
}

.contact_page2 .box2::after {
  content: none;
}

.contact_page2 .box2::before {
  content: none;
}

.jion_list li {
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}

.jion_list li .top {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 15px;
}

.jion_list li .top .name {
  font-size: 26px;
  font-weight: 500;
  color: #282828;
}

.jion_list li .top .i {
  width: 27px;
  height: 27px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.jion_list li .top .i span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: var(--mainColor);
  transition: 1s ease-in-out;
}

.jion_list li .top .i span:last-child {
  transform: translateY(-50%) rotateZ(90deg);
}

.jion_list li .down {
  display: none;
  padding: 0 40px;
  margin-top: -10px;
  margin-bottom: 80px;
}

.jion_list li .down .t {
  width: 100%;
  background: #F7F8FA;
  border-radius: 5px;
  padding: 20px 45px;
}

.jion_list li .down .t dl {
  display: flex;
  flex-wrap: wrap;
}

.jion_list li .down .t dl dd {
  width: 50%;
  font-size: 18px;
  color: #676767;
  line-height: 2;
}

.jion_list li .down .c {
  width: 100%;
  background: #F7F8FA;
  border-radius: 5px;
  margin-top: 20px;
  padding: 50px 45px 65px 45px;
}

.jion_list li .down .c h3 {
  font-size: 22px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 25px;
}

.jion_list li .down .c p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 36px;
}

.jion_list li .down .c .con {
  margin-top: 50px;
  display: flex;
}

.jion_list li .down .c .con span {
  font-size: 24px;
  color: #28476d;
  font-weight: 500;
  margin-right: 100px;
}

.jion_list li::after {
  width: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  content: '';
  position: absolute;
  background: var(--mainColor);
  transition: 1s ease-in-out;
}

.jion_list li.active::after {
  width: 100%;
}

.jion_list li.active .top .i span:last-child {
  transform: translateY(-50%);
}

.inside_page {
  padding-bottom: 115px;
}

.news_list ul li {
  border-bottom: 1px solid #EEEEEE;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.news_list ul li a {
  display: flex;
  padding: 72px 60px;
  align-items: center;
  justify-content: space-between;
}

.news_list ul li a figcaption {
  max-width: 800px;
}

.news_list ul li a figcaption span.time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #aaaaaa;
  transition: 0.3s ease-in-out;
}

.news_list ul li a figcaption h3 {
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  letter-spacing: 2px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0;
  transition: 0.3s ease-in-out;
}

.news_list ul li a figcaption p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 32px;
  transition: 0.3s ease-in-out;
}

.news_list ul li a figcaption .button {
  width: 155px;
  height: 52px;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  transition: 0.3s ease-in-out;
}

.news_list ul li a figure {
  border-radius: 5px;
  overflow: hidden;
}

.news_list ul li:hover {
  background: var(--mainColor);
}

.news_list ul li:hover figcaption span {
  color: #e1e1e1;
}

.news_list ul li:hover figcaption h3 {
  color: #fff;
}

.news_list ul li:hover figcaption p {
  color: #cccccc;
}

.news_list ul li:hover figcaption .button {
  background: #fff;
  color: var(--mainColor);
}

.more {
  width: 225px;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(39, 71, 112, 0.11);
  margin: 100px auto 0 auto;
}

.more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--mainColor);
}

.more a span {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
}

.more a i {
  margin-top: 3px;
  margin-right: 10px;
  display: block;
}

.news-banner {
  position: relative;
}

.news-banner figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.news-banner figcaption h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}

.news-banner figcaption span {
  font-size: 14px;
  color: #e7e7e7;
  display: block;
  margin: 20px 0 25px 0;
}

.news-banner figcaption p {
  font-size: 14px;
  color: #cccccc;
}

.in_news_page {
  padding: 120px 0;
  background: #EDF0F5;
}

.in_news_page .box {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(39, 71, 112, 0.11);
  padding: 70px;
  font-size: 16px;
  color: #646464;
  line-height: 28px;
}

.in_news_page .box .control {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  margin-top: 70px;
  padding-top: 60px;
}

.in_news_page .box .control ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_news_page .box .control ul li {
  width: 155px;
  height: 52px;
  border-radius: 26px;
  box-shadow: 0px 0px 10px rgba(39, 71, 112, 0.11);
  margin: 0 12.5px;
  transition: ease-in-out 0.3s;
}

.in_news_page .box .control ul li a {
  display: block;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: var(--mainColor);
  letter-spacing: 2px;
  font-weight: 500;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_news_page .box .control ul li a img {
  display: none;
  transition: .3s ease-in-out;
}

.in_news_page .box .control ul li:nth-child(2):hover {
  background: var(--mainColor);
}

.in_news_page .box .control ul li:nth-child(2):hover a {
  color: #fff;
}

.in_news_page .box .control ul li:hover a img {
  display: block;
}

.w1780 {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
}

.product_nav {
  padding: 120px 0;
}

.product_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product_nav ul li {
  flex: 1 1 auto;
  background: #EDF0F5;
  position: relative;
}

.product_nav ul li a {
  font-size: 22px;
  color: #282828;
  font-weight: 500;
  line-height: 1.4;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: 0.5s ease-in-out;
}

.product_nav ul li a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 65px;
  background: #E5E5E5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product_nav ul li a:last-child::after {
  content: none;
}

.product_nav ul li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--mainColor);
  transition: 0.5s ease-in-out;
}

.product_nav ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.product_nav ul li:hover a {
  color: #fff;
}

.product_nav ul li.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

.product_nav ul li.active a {
  color: #fff;
}

.product_list {
  padding-bottom: 120px;
}

.product_list ul {
  display: flex;
  flex-wrap: wrap;
  /* border-top: 1px solid #E5E5E5; */
}

.product_list ul li {
  width: calc((100% - 75px) / 4);
  margin-right:25px;
  margin-bottom:25px;
  /* border: 1px solid #E5E5E5; */
  transition: 0.5s ease-in-out;
  overflow: hidden;
  background:#8fabcc;
  
}

.product_list ul li:nth-child(4n){
	margin-right:0;
}

.product_list ul li figure {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

.product_list ul li figcaption {
  width: 100%;
  padding:0 42.5px;
  margin: 0 auto;
  /* border-top: 2px solid #dcdcdc; */
  height: 132px;
  position: relative;
  background:#8fabcc;
  transition: 0.5s ease-in-out;
}

.product_list ul li figcaption p {
	/* width:100%;
  text-align:center; */
  position: absolute;
  font-size: 22px;
  color: #3f3f3f;
  left: 42.5px;
  top: 54px;
  line-height: 1;
  max-width:100%;
  transform: translateX(0);
  white-space:nowrap;
  transition: 0.5s ease-in-out;
}

.product_list ul li figcaption span {
  /* width:100%;
  text-align:center; */
  display: block;
  position: absolute;
  font-size: 22px;
  color: var(--mainColor);
  left: 42.5px;
  line-height: 1;
  transform: translateX(0);
  top: 70px;
  transition: 0.5s ease-in-out;
}

.product_list ul li figcaption .yuan {
  height: 46px;
  width: 46px;
  position: absolute;
  right: 42.5px;
  transform: translateX(0);
  border-radius: 100%;
  line-height: 46px;
  text-align: center;
  background-color: var(--mainColor);
  color: #2c2c2c;
  z-index: 1;
  display: block;
  transition: opacity 0.5s ease;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.product_list ul li figcaption .yuan::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: rgba(39, 71, 112, 0.1);
  z-index: 0;
  animation: dotsS 3s ease-in-out infinite;
}

.product_list ul li figcaption::after {
  content: '';
  position: absolute;
  /* left: 50%; */
  /* width: 100%; */
  height: 2px;
  background: var(--mainColor); 
  left: 42.5px;
  width: calc(100% - 85px);
  z-index: 1;
  top: -1px;
  transition: 0.5s ease-in-out;
}
.product_list ul li figure{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:333px;
}
.product_list ul li figure img {
  width:75%;
  transition: 0.5s ease-in-out;
}
.product_list.abc ul li figure img{
  width:70%;
}
/* .product_list ul li:last-child {
  border-right: 1px solid #E5E5E5;
}

.product_list ul li:nth-child(4n) {
  border-right: 1px solid #E5E5E5;
} */

/* .product_list ul li:hover{
	border:1px solid #274770;
} */

/* .product_list ul li:hover figcaption p {
  left: 42.5px;
  transform: translateX(0);

}

.product_list ul li:hover figcaption span {
  left: 42.5px;
  transform: translateX(0);

}

.product_list ul li:hover figcaption .yuan {
  right: 42.5px;
  opacity: 1;
  transform: translateX(0);
} */

/* .product_list ul li:hover figcaption::after {
  left: 42.5px;
  width: calc(100% - 85px);
} */

.product_list ul li:hover figcaption{
	background:var(--mainColor);
}

.product_list ul li:hover figcaption p{
	color:#fff;
}

.product_list ul li:hover figcaption .yuan{
	background:#fff;
}
.product_list ul li:hover figcaption::after{
	opacity:0;
}
.product_list ul li:hover figcaption .yuan::after{
	background-color: rgba(225, 225, 225, 0.1);
}

.product_list ul li:hover figure img {
  transform: scale(1.15);
}

@keyframes dotsS {
  0% {
    width: 65px;
    height: 65px;
  }

  50% {
    height: 46px;
    width: 46px;
  }

  100% {
    width: 65px;
    height: 65px;
  }
}

.product_tuijian {
  background: url(https://www.kingcoparts.cn/aspx/main/images/tuijian_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 110px 0 120px 0;
}

.product_tuijian h3 {
  font-size: 30px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 65px;
}

.product_detail {
  position: relative;
}

.product_detail figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product_detail figcaption .w1580 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8%;
}

.product_detail figcaption .w1580 .left .name {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
}

.product_detail figcaption .w1580 .left b {
  display: block;
  width: 42px;
  height: 4px;
  margin: 36px 0 55px 0;
  background: #fff;
}

.product_detail figcaption .w1580 .left p {
  font-size: 20px;
  color: #cccccc;
  line-height: 36px;
  text-transform: uppercase;
}

.product_detail figcaption .w1580 .right{
	max-width:600px;
}

.qiye_page1 {
  width: 100%;
  padding: 110px 0 120px 0;
}

.i-title {
  text-align: center;
  font-size: 46px;
  color: #282828;
  font-weight: bold;
  text-transform:uppercase;
}

.company_pic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

.company_pic img {
  transition: .5s ease-in-out;
}

.company_pic .left {
  width: 380px;
  overflow: hidden;
}

.company_pic .left:hover img {
  transform: scale(1.15);
}

.company_pic .right {
  width: calc(100% - 400px);
}

.company_pic .right ul {
  display: flex;
  flex-wrap: wrap;
}

.company_pic .right ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}

.company_pic .right ul li:nth-child(3n) {
  margin-right: 0;
}

.company_pic .right ul li:hover img {
  transform: scale(1.15);
}

.qiye_page3 {
  width: 100%;
  height: 835px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/qiye_bg2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}

.qiye_page3 .i-title {
  text-align: left;
}

.qiye_page3 .ear {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.qiye_page3 .ear figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.qiye_page3 .ear figcaption li {
  position: absolute;
  display: flex;
  align-items: center;
}

.qiye_page3 .ear figcaption li .icon {
  width: 68px;
  height: 68px;
  transition: 0.3s ease-in-out;
}

.qiye_page3 .ear figcaption li .ft h3 {
  font-size: 26px;
  color: #282828;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.qiye_page3 .ear figcaption li .ft p {
  font-size: 16px;
  color: #cccccc;
  line-height: 29px;
  margin-top: 10px;
}

.qiye_page3 .ear figcaption li:first-child {
  left: -430px;
  top: 50%;
  transform: translateY(-50%);
}

.qiye_page3 .ear figcaption li:first-child .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon1.png) no-repeat;
  background-size: cover;
  margin-left: 40px;
}

.qiye_page3 .ear figcaption li:first-child .ft {
  text-align: right;
}

.qiye_page3 .ear figcaption li:nth-child(2) {
  flex-direction: column;
  top: -152px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.qiye_page3 .ear figcaption li:nth-child(2) .ft {
  text-align: center;
}

.qiye_page3 .ear figcaption li:nth-child(2) .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon2.png) no-repeat;
  background-size: cover;
  margin-top: 25px;
}

.qiye_page3 .ear figcaption li:nth-child(3) {
  right: -540px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}

.qiye_page3 .ear figcaption li:nth-child(3) .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon3.png) no-repeat;
  background-size: cover;
  margin-right: 40px;
}

.qiye_page3 .ear figcaption li:nth-child(3) .ft {
  text-align: left;
}

.qiye_page3 .ear figcaption li:last-child {
  flex-direction: column-reverse;
  bottom: -118px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.qiye_page3 .ear figcaption li:last-child .ft {
  text-align: center;
}

.qiye_page3 .ear figcaption li:last-child .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon4.png) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.qiye_page3 .ear figcaption li:hover .ft h3 {
  color: var(--mainColor);
}

.qiye_page3 .ear figcaption li:first-child:hover .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon1_h.png) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.qiye_page3 .ear figcaption li:nth-child(2):hover .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon2_h.png) no-repeat;
  background-size: cover;
  margin-left: 20px;
}

.qiye_page3 .ear figcaption li:nth-child(3):hover .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon3_h.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.qiye_page3 .ear figcaption li:last-child:hover .icon {
  background: url(https://www.kingcoparts.cn/aspx/main/images/q_icon4_h.png) no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.qiye_page2 {
  background:#EDF0F5;
  padding: 100px 0;
}

.qiye_page2 .i-title {
  text-align: left;
  
}

.about_page1 {
  width: 100%;
  min-height: 960px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/about_page1.jpg) no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 120px;
}

.pc_img{
	display:block;
}

.m_img{
	display:none;
}

.about_page1 .num_list {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 60px;
  margin-top: 120px;
}

.info {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 34px;
  margin-top: 70px;
}

.about_page2 {
  padding-bottom: 100px;
}

.about_page2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_page2 ul li {
  margin-bottom: 15px;
  position: relative;
}

.about_page2 ul li figcaption {
  position: absolute;
  top: 32%;
  left: 10%;
  transform: translateY(-50%);
}

.about_page2 ul li figcaption b {
  display: block;
  width: 35px;
  height: 5px;
  background: #fff;
  margin: 40px 0;
}

.about_page2 ul li figcaption h6 {
  font-size: 27px;
  color: #fff;
}

.about_page2 ul li figcaption h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.about_page2 ul li figcaption p {
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
  margin-top: 60px;
}

.about_page2 ul li:first-child {
  width: 46.875%;
}

.about_page2 ul li:nth-child(2) {
  width: 52.45%;
}

.about_page2 ul li:nth-child(3) {
  width: calc((100% - 12px) / 2);
}

.about_page2 ul li:last-child {
  width: calc((100% - 12px) / 2);
}

.content_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_banner {
  display: none;
}

.menu {
  display: none;
}

.menu.m {
  position: absolute;
  width: 28px;
  height: 26px;
  right: 4%;
  top: 16px;
  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;
}
.mobile_list{
	display: none;
}










.product_list .pro_navig {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.product_list .pro_navig span a {
  display: block;
  width: 100%;
  height: 100%;
}

.product_list .pro_navig span.l {
  display: block;
  width: 15px;
  height: 11px;
  margin-right: 30px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/p_l.png) center no-repeat;
  transition: 0.3s ease-in-out;
}

.product_list .pro_navig span.r {
  display: block;
  width: 15px;
  height: 11px;
  margin-left: 30px;
  background: url(https://www.kingcoparts.cn/aspx/main/images/p_r.png) center no-repeat;
  transition: 0.3s ease-in-out;
}

.product_list .pro_navig span.l:hover {
  background: url(https://www.kingcoparts.cn/aspx/main/images/p_lh.png) center no-repeat;
}

.product_list .pro_navig span.r:hover {
  background: url(https://www.kingcoparts.cn/aspx/main/images/p_rh.png) center no-repeat;
}

.product_list .pro_navig ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
}

.product_list .pro_navig ul li {
  width: 71px;
  height: 34px;
  border-radius: 40px;
  border: 1px solid #AAAAAA;
  margin: 0 20px;
  transition: 0.3s ease-in-out;
  background:#fff;
}

.product_list .pro_navig ul li a {
  display: block;
  font-size: 16px;
  color: #aaa;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.product_list .pro_navig ul li.shenlue a {
  line-height: 24px;
}

.product_list .pro_navig ul li:hover {
  border-color: #274770;
  background: #274770;
}

.product_list .pro_navig ul li:hover a {
  color: #fff;
}

.product_list .pro_navig ul li.actiive {
  border-color: #274770;
  background: #274770;
}

.product_list .pro_navig ul li.actiive a {
  color: #fff;
}



.qiye_page4 {
  width: 100%;
  /* height: 920px; */
  background: url(https://www.kingcoparts.cn/aspx/main/images/video_bg.jpg) no-repeat;
  background-size: cover;
}

.qiye_page4 .news_swiper .swiper-container .swiper-slide::after {
  display: none;
}

.qiye_page4 .news_swiper .swiper-container .swiper-slide figure{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.qiye_page4 .news_swiper .swiper-container .swiper-slide figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: ease-in-out .5s;
}

.qiye_page4 .news_swiper .swiper-container .swiper-slide figure .play{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  z-index: 9;
  opacity: 0;
  transition: ease-in-out .5s;
}
.qiye_page4 .news_swiper .swiper-container .swiper-slide figcaption p{
  font-size: 22px;
  color: #5f5f5f;
  letter-spacing: 1px;
  margin-top: 40px;
}
.qiye_page4 .news_swiper .swiper-container .swiper-slide:hover figure::after{
  opacity: 1;
}
.qiye_page4 .news_swiper .swiper-container .swiper-slide:hover figure .play{
  opacity: 1;
  top: 50%;
}