body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-width: 1024px;
  font-family: "Microsoft YaHei", Arial;
  color: #000;
  position: relative;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  outline: 0;
  border: none;
  background: 0 0;
  font-family: inherit;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#header {
  height: 90px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  min-width: 1024px;
  padding: 0 50px;
  box-sizing: border-box;
}
#header .headerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
#header .searchInner {
  background: #000;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.5s;
  overflow: hidden;
}
#header .searchInner .btn_search_close {
  width: 21px;
  height: 22px;
  background: url('../img/btn_search_close.png') no-repeat;
  position: absolute;
  right: 118px;
  top: 33px;
}
#header .searchInner .searchContent {
  height: 30px;
  width: 854px;
  position: absolute;
  left: 292px;
  top: 29px;
  border-left: 1px solid #fff;
  padding-left: 14px;
  box-sizing: border-box;
}
#header .searchInner .searchContent .text {
  width: 500px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
#header .searchInner .searchContent .text::placeholder {
  color: #fff;
  line-height: 32px;
}
#header .searchInner .searchContent .btn_search1 {
  width: 20px;
  height: 20px;
  background: url('../img/btn_search.png') no-repeat;
  position: absolute;
  right: 0;
  top: 5px;
}
#header .logo {
  display: inline-block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 9999;
}
#header .logo img {
  display: inline-block;
  height: 100%;
}
#header .nav {
  height: 100%;
  position: absolute;
  left: 240px;
  top: 0;
  font-size: 0;
}
#header .nav li {
  display: inline-block;
  padding: 29px 22px 29px;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
#header .nav li > a {
  color: #fff;
  display: inline-block;
}
#header .nav > li.cur a:after {
  content: '';
  width: 30px;
  height: 4px;
  background: #d40021;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#header .btn_search {
  width: 20px;
  height: 20px;
  background: url('../img/btn_search.png') no-repeat;
  position: absolute;
  right: 232px;
  top: 35px;
}
.link {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding-top: 37px;
}
.link > a {
  display: block;
  margin-right: 20px;
  float: left;
}
.link .CN {
  width: 19px;
  height: 19px;
  background: url('../img/icon_CN.png') no-repeat;
  margin-left: 22px;
  position: relative;
}
.link .CN:before {
  content: '';
  width: 1px;
  height: 21px;
  position: absolute;
  left: -21px;
  background: #ffffff;
  top: -1px;
}
.link .link0 {
  width: 16px;
  height: 16px;
  background: url('../img/link0.png') no-repeat;
}
.link .link1 {
  width: 16px;
  height: 16px;
  background: url('../img/link1.png') no-repeat;
}
.link .link2 {
  width: 20px;
  height: 16px;
  background: url('../img/link2.png') no-repeat;
  position: relative;
  top: 1px;
}
.link .link3 {
  width: 18px;
  height: 16px;
  position: relative;
  top: 1px;
  background: url('../img/link3.png') no-repeat;
}
.subNav {
  border-top: 1px solid #131313;
  height: 516px;
  position: fixed;
  left: 0;
  top: 90px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 0 50px;
  z-index: 101;
  display: none;
  width: 100%;
}
.subNav .dropDown {
  width: 4000%;
  position: absolute;
  left: 10px;
  top: 100%;
  display: none;
  text-align: left;
}
.subNav .dropDown span {
  display: inline-block;
  padding: 0 14px;
  color: #fff;
}
.subNav .dropDown span.cur {
  background: #fff;
  color: #c50730;
}
.subNav .sunNavInner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 0 0 3.4%;
  box-sizing: border-box;
}
.subNav .sunNavInner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 240px;
  top: 0;
  font-size: 0;
}
.subNav .sunNavInner .item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 22px;
  box-sizing: border-box;
  display: none;
}
.subNav .sunNavInner .item a {
  display: block;
  height: 69px;
  width: 266px;
  border-bottom: 1px solid #7a7a7a;
  line-height: 70px;
  font-size: 12px;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
}
.subNav .sunNavInner .item a:hover {
  border-bottom: 1px solid #d40021;
}
.subNav .sunNavInner .item.cur a::after {
  content: '';
  width: 8px;
  height: 8px;
  background: url('../img/subNav_icon.png') no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subNav .sunNavInner .item a.cur {
  border-bottom: 1px solid #d40021;
}
.thirdNav {
  display: block;
  width: 266px;
  line-height: 70px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  left: 265px;
  top: 0;
  display: none;
}
.thirdNav span {
  display: block;
  width: 266px;
  height: 69px;
  padding-left: 51px;
  position: relative;
}
.thirdNav span::before {
  content: '';
  width: 266px;
  height: 1px;
  background: #7a7a7a;
  position: absolute;
  right: 0;
  bottom: 0;
}
.thirdNav span::after {
  content: '';
  width: 8px;
  height: 8px;
  background: url('../img/subNav_icon.png') no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.thirdNav span:hover::before {
  content: '';
  width: 266px;
  height: 1px;
  background: #d40021;
  position: absolute;
  right: 0;
  bottom: 0;
}
.thirdNav span.cur::before {
  content: '';
  width: 266px;
  height: 1px;
  background: #d40021;
  position: absolute;
  right: 0;
  bottom: 0;
}
.car_pic {
  width: 416px;
  position: absolute;
  left: 630px;
  top: 0;
}
.car_pic .car_pic_item {
  width: 100%;
  position: relative;
  padding-top: 66px;
  display: none;
}
.car_pic .car_pic_item .third_cc {
  display: block;
  width: 100%;
}
.car_pic .car_pic_item .third_txt {
  display: block;
  width: 72px;
  margin: 10px auto 0;
}
.car_pic_item {
  width: 416px;
  position: absolute;
  left: 100%;
  top: 0;
  padding-top: 66px;
  display: none;
  padding-left: 100px;
}
.car_pic_item .third_cc {
  display: block;
  width: 100%;
}
.car_pic_item .third_txt {
  display: block;
  width: 72px;
  margin: 10px auto 0;
}
.car_pic_item:nth-child(2) {
  top: -70px;
}
/*index*/
#index {
  height: 100%;
  position: relative;
}
#index .swiper-slide {
  overflow: hidden;
}
#index > .swiper-pagination-bullets {
  right: 30px;
}
#index > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: none;
  background-image: url('../img/i_s_bullet.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 30px 0;
  opacity: 1;
}
#index > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-image: url('../img/i_s_bullet_cur.png');
}
#index .i1 .if {
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 1200ms;
  -webkit-animation-duration: 1200ms;
  animation-delay: 3200ms;
  -webkit-animation-delay: 3200ms;
  height: 110%;
  position: absolute;
  top: 0;
  left: 130%;
}
#index .i1 .if .frame {
  left: 0%;
  width: 80%;
  height: 100%;
  position: absolute;
}
#index .i1 .if:nth-child(1) {
  width: 280px;
  z-index: 40;
}
#index .i1 .if:nth-child(1) .frame {
  background-color: #000000;
  opacity: 0.34;
  transform: skewX(17.62deg);
}
#index .i1 .if:nth-child(2) {
  width: 140px;
  z-index: 30;
}
#index .i1 .if:nth-child(2) .frame {
  background-color: #000000;
  opacity: 0.2;
  transform: skewX(17.62deg);
}
#index .i1 .if:nth-child(3) {
  width: 140px;
  z-index: 20;
}
#index .i1 .if:nth-child(3) .frame {
  transform: skewX(-15deg);
  background-color: #ffffff;
  opacity: 0.2;
}
#index .i1 .if:nth-child(4) {
  width: 140px;
  z-index: 10;
}
#index .i1 .if:nth-child(4) .frame {
  transform: skewX(-15deg);
  background-color: #ffffff;
  opacity: 0.5;
}
#index .i1 .video_box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
#index .i1 .video_box .i_v_poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-image: url('../img/i_v_poster.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0;
}
#index .i1 .video_box #myVideo {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  position: relative;
}
#index .i1 .i_more {
  width: 37px;
  position: absolute;
  left: 0;
  right: 0;
  height: 46px;
  bottom: 48px;
  z-index: 4;
  margin: auto;
  background: url('../img/i_v_more.png') no-repeat;
  display: none;
}
#index .i_cm_nav {
  position: absolute;
  left: 0;
  top: 112px;
  z-index: 100;
  padding-top: 30px;
}
#index .i_cm_nav::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 48px;
  top: 0;
}
#index .i_cm_nav li {
  padding: 0 10px 0 28px;
  margin-bottom: 14px;
  position: relative;
}
#index .i_cm_nav li > a {
  display: inline-block;
  line-height: 36px;
  font-size: 14px;
  position: relative;
}
#index .i_cm_nav li > a span {
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
#index .i_cm_nav li > a i {
  width: 16px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  display: inline-block;
  display: none;
}
#index .i_cm_nav li > a i:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: skewX(-17.62deg);
  transform: skewX(-17.62deg);
  opacity: 0.3;
}
#index .i_cm_nav li > a i:after {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: skewX(-17.62deg);
  transform: skewX(-17.62deg);
  opacity: 0.4;
}
#index .i_cm_nav li.cur > a span,
#index .i_cm_nav li:hover > a span {
  color: #2b4a6c;
}
#index .i_cm_nav li.cur > a:after,
#index .i_cm_nav li:hover > a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: skewX(-17.62deg);
  transform: skewX(-17.62deg);
}
#index .i_cm_nav li.cur > a i,
#index .i_cm_nav li:hover > a i {
  display: block;
}
#index .i_frame_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index .i_frame_box .i_frame_wrap:nth-child(1) {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 130%;
  top: 0;
  z-index: 30;
}
#index .i_frame_box .i_frame_wrap:nth-child(1) .i_frame {
  transform: skewX(-17.62deg);
  left: 0%;
  width: 80%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.302;
}
#index .i_frame_box .i_frame_wrap:nth-child(2) {
  width: 400px;
  height: 100%;
  position: absolute;
  left: 130%;
  top: 0;
  z-index: 20;
}
#index .i_frame_box .i_frame_wrap:nth-child(2) .i_frame {
  transform: skewX(-17.62deg);
  left: 0%;
  width: 80%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.302;
}
#index .i2 {
  background-image: url('../img/i_model_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#index .i2 #i_model_item {
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 48vh;
  padding-bottom: 150px;
}
#index .i2 #i_model_item .i_model_txt {
  height: 54px;
  width: 7.22222222%;
  position: absolute;
  left: 86%;
  top: 24%;
}
#index .i2 #i_model_item .i_model_txt > img {
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
#index .i2 #i_model_item .i_model_txt > img.cur {
  display: inline-block;
}
#index .i2 #i_model_item .i_model_swiper .swiper-slide {
  transform-origin: center;
  text-align: center;
}
#index .i2 #i_model_item .i_model_swiper .swiper-slide > a {
  display: inline-block;
  padding-top: 54px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  height: 114px;
}
#index .i2 #i_model_item .i_model_swiper .swiper-slide > a .i_model_img {
  display: inline-block;
  height: 100%;
  transform: scale(0.85);
}
#index .i2 #i_model_item .i_model_swiper .swiper-slide > a .i_model_txt {
  width: 100%;
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 154px;
}
#index .i2 #i_model_item .i_model_swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #fff;
  margin: 10px 3px 18px!important;
}
#index .i2 #i_model_item .i_model_swiper .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 6px!important;
  background: #d6223e!important;
  opacity: 1!important;
}
#index .i2 #i_model_item .i_model_swiper .opera {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 11;
}
#index .i2 #i_model_item .i_model_swiper .opera .i_model_prev {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/i_cm_prev.png') no-repeat;
  background-size: 100% 100%!important;
  margin-right: 40px;
}
#index .i2 #i_model_item .i_model_swiper .opera .i_model_next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/i_cm_next.png') no-repeat;
  background-size: 100% 100%!important;
  margin-left: 40px;
}
#index .i2 #i_model_item.sedan .i_model_swiper .swiper-slide-next {
  transform: scale(1.2);
  z-index: 2;
}
#index .i2 #i_model_item.sedan .i_model_swiper .swiper-slide-next > a .i_model_img {
  transform-origin: center 90%;
  transform: scale(1.6);
}
#index .i2 #i_model_item.suv .i_model_swiper .swiper-slide-next {
  transform: scale(1.3);
  z-index: 2;
}
#index .i2 #i_model_item.suv .i_model_swiper .swiper-slide-next > a .i_model_img {
  transform-origin: center 110%;
  transform: scale(1.4);
}
#index .i2 #i_model_item.mpv .i_model_swiper .opera {
  display: none;
}
#index .i2 #i_model_item.mpv .swiper-pagination-bullets {
  display: none;
}
#index .i2 #i_model_item.mpv .i_model_swiper .swiper-slide-active {
  z-index: 2;
}
#index .i2 #i_model_item.mpv .i_model_swiper .swiper-slide-active > a .i_model_img {
  transform-origin: center 110%;
  transform: scale(1.4);
}
#index .i2 #i_model_item.newEnergy .i_model_swiper .swiper-slide-next {
  transform: scale(1.3);
  z-index: 2;
}
#index .i2 #i_model_item.newEnergy .i_model_swiper .swiper-slide-next > a .i_model_img {
  transform-origin: center 100%;
  transform: scale(1.4);
}
#index .i2 #i_model_item.future .i_model_swiper .swiper-slide-next {
  transform: scale(1.3);
  z-index: 2;
}
#index .i2 #i_model_item.future .i_model_swiper .swiper-slide-next > a {
  width: 100%;
}
#index .i2 #i_model_item.future .i_model_swiper .swiper-slide-next > a .i_model_img {
  transform-origin: center 110%;
  transform: scale(1.18);
}
#index .i3 .item_list {
  height: 100%;
  position: relative;
}
#index .i3 .item_list > .item {
  height: 100%;
  position: relative;
  display: none;
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap {
  height: 100%;
  position: relative;
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap .i_new_pic {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap .i_new_pic:nth-child(1) {
  background-image: url('../img/i_news_item1.jpg');
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap .i_new_pic:nth-child(2) {
  background-image: url('../img/i_news_item2.jpg');
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap .i_new_pic:nth-child(3) {
  background-image: url('../img/i_news_item3.jpg');
}
#index .i3 .item_list .i_new_box .i_new_pic_wrap .i_new_pic.cur {
  display: block;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap {
  height: 516px;
  position: absolute;
  right: 0;
  top: 45px;
  bottom: 0;
  margin: auto;
  width: 42%;
  background: rgba(0, 0, 0, 0.4);
  transform: skewX(-17.62deg) translateX(14%);
  padding-bottom: 50px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list {
  height: 100%;
  position: relative;
  transform: skewX(17.62deg);
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item {
  height: 150px;
  position: absolute;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .date {
  height: 100%;
  background: #5a5a5a;
  width: 100px;
  transform: skewX(-17.62deg);
  float: left;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .date .skewXCon {
  height: 100%;
  width: 100px;
  transform: skewX(17.62deg);
  position: relative;
  text-align: center;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .date .skewXCon .day {
  display: inline-block;
  width: 100%;
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 40px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .date .skewXCon .month {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 96px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt {
  background: #fff;
  height: 100%;
  transform: skewX(-17.62deg);
  position: absolute;
  left: 100px;
  right: 0;
  margin: auto;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt .txtContainer {
  width: 66%;
  transform: skewX(17.62deg);
  position: absolute;
  left: 5%;
  top: 0;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt .tit {
  line-height: 24px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000000;
  position: relative;
  padding-top: 22px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt .tit > span {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt .tit::after {
  content: '';
  width: 14px;
  height: 1px;
  background: #d40021;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .txt p {
  font-size: 12px;
  color: #646464;
  line-height: 18px;
  margin-top: 10px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 6px;
  box-sizing: border-box;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item .i_news_go {
  width: 30px;
  height: 30px;
  background: url('../img/i_news_go.png') no-repeat;
  position: absolute;
  left: 84%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item:nth-child(1) {
  left: 70px;
  top: 18px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item:nth-child(2) {
  left: 20px;
  top: 184px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item:nth-child(3) {
  left: -30px;
  top: 350px;
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item:hover {
  transform: translateX(-8%);
}
#index .i3 .item_list .i_new_box .i_news_list_wrap .i_news_list .i_news_item:hover .i_news_go {
  display: block;
}
#index .i3 .item_list .i_new_box .i_news_more {
  width: 45px;
  height: 17px;
  background: url('../img/i_news_more.png') no-repeat;
  position: absolute;
  right: 8%;
  bottom: 20px;
  z-index: 99;
  transform: skewX(17.62deg) scale(1.2);
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap {
  height: 100%;
  position: relative;
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap .i_event_pic {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap .i_event_pic:nth-child(1) {
  background-image: url('../img/i_event_item1.jpg');
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap .i_event_pic:nth-child(2) {
  background-image: url('../img/i_event_item2.jpg');
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap .i_event_pic:nth-child(3) {
  background-image: url('../img/i_event_item3.jpg');
}
#index .i3 .item_list .i_event_box .i_event_pic_wrap .i_event_pic.cur {
  display: block;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap {
  position: absolute;
  right: 2.77777778%;
  bottom: 5%;
  padding-bottom: 30px;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item {
  height: 78px;
  cursor: pointer;
  padding: 4px 0;
  box-sizing: border-box;
  margin-top: 6%;
  transform: skewX(-22deg);
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item .content {
  transform: skewX(17deg);
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item .content > a {
  display: block;
  width: 100%;
  height: 100%;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item .content .i_event_thumb {
  width: auto!important;
  height: 100%;
  display: block;
  float: right;
  position: relative;
  left: 4px;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item .content p {
  font-size: 14px;
  color: #fff;
  float: left;
  display: inline-block;
  margin-top: 14px;
  width: 172px;
  line-height: 22px;
  visibility: hidden;
  box-sizing: border-box;
  padding-left: 4px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item.cur {
  background-color: rgba(0, 0, 0, 0.5);
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_event_item.cur p {
  visibility: visible;
}
#index .i3 .item_list .i_event_box .i_event_list_wrap .i_evevt_more {
  width: 100px;
  height: 20px;
  background: url('../img/i_event_more.png') no-repeat;
  position: absolute;
  right: 34px;
  bottom: 0;
}
#index .i3 .item_list .i_media_box {
  background: url('../img/i_media_bg.jpg') no-repeat;
  background-size: cover;
}
#index .i3 .item_list .i_media_box .content {
  width: 85.41666667%;
  height: 83.33333333vh;
  position: absolute;
  left: 12%;
  top: 110px;
  z-index: 0;
}
#index .i3 .item_list .i_media_box .content .thumb:hover img {
  transform: scale(1.05);
}
#index .i3 .item_list .i_media_box .content .item_top_i2:hover .thumb img {
  transform: scale(1.05);
}
#index .i3 .item_list .i_media_box .content .item_top {
  width: 100%;
  height: 48.5%;
  position: relative;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 {
  width: 66%;
  float: right;
  position: relative;
  height: 100%;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url('../img/i_media_icon2.png') no-repeat;
  position: absolute;
  right: 30px;
  top: 6%;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt .date {
  width: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 3%;
  top: 10%;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt p {
  width: 50%;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  left: 3%;
  top: 20%;
  padding-bottom: 20px;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt p:after {
  content: '';
  width: 15px;
  height: 1px;
  background: #d41719;
  position: absolute;
  left: 2%;
  bottom: 0;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt .info {
  width: 50%;
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  position: absolute;
  left: 3%;
  top: 50%;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i2 .txt .read_more {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 3%;
  bottom: 12px;
  color: #fff;
  text-decoration: underline;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 {
  width: 32%;
  float: left;
  height: 100%;
  position: relative;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url('../img/i_media_icon1.png') no-repeat;
  position: absolute;
  right: 30px;
  top: 6%;
  z-index: 99;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .txt {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 88px;
  padding: 12px 3% 0;
  box-sizing: border-box;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .txt p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .txt .date {
  font-size: 12px;
  line-height: 1;
  color: #767676;
  position: absolute;
  left: 3%;
  bottom: 10px;
}
#index .i3 .item_list .i_media_box .content .item_top .item_top_i1 .txt .read_more {
  font-size: 12px;
  line-height: 1;
  color: #d41719;
  position: absolute;
  right: 4%;
  bottom: 11px;
  text-decoration: underline;
}
#index .i3 .item_list .i_media_box .content .item_bottom {
  width: 100%;
  height: 48.5%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1:nth-child(3n) {
  margin-right: 0;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 {
  width: 32%;
  float: left;
  height: 100%;
  position: relative;
  margin-right: 2%;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1:after {
  content: '';
  width: 21px;
  height: 21px;
  background: url('../img/i_media_icon3.png') no-repeat;
  position: absolute;
  right: 32px;
  top: 6%;
  z-index: 99;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .thumb img {
  display: block;
  width: 100%;
  transition: 1s;
  height: 100%;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .txt {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 88px;
  padding: 12px 3% 0;
  box-sizing: border-box;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .txt p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .txt .date {
  font-size: 12px;
  line-height: 1;
  color: #767676;
  position: absolute;
  left: 3%;
  bottom: 8px;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1 .txt .read_more {
  font-size: 12px;
  line-height: 1;
  color: #d41719;
  position: absolute;
  right: 4%;
  bottom: 9px;
  text-decoration: underline;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1:nth-child(2):after {
  background: url('../img/i_media_icon4.png') no-repeat;
  background-size: 100% 100%!important;
}
#index .i3 .item_list .i_media_box .content .item_bottom .item_top_i1:nth-child(3):after {
  background: url('../img/i_media_icon5.png') no-repeat;
  background-size: 100% 100%!important;
}
#index .i4 {
  background-image: url('../img/i_rd_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#index .i4 .i4_container {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
#index .i4 #i_tech {
  width: 100%;
  position: absolute;
  right: 0;
  top: 110px;
  overflow: hidden;
  padding-bottom: 80px;
}
#index .i4 #i_tech .i_tech_more {
  font-size: 12px;
  color: #fff;
  width: 72px;
  height: 20px;
  line-height: 20px;
  background: #d40021;
  text-align: center;
  position: absolute;
  left: 0;
  top: 200px;
}
#index .i4 #i_tech .i_rd_t_txt_wrap {
  width: 22%;
  position: absolute;
  left: 20%;
  top: 35%;
  z-index: 80;
}
#index .i4 #i_tech .i_rd_t_txt_wrap .i_rd_t_txt_swiper {
  position: relative;
  overflow: hidden;
}
#index .i4 #i_tech .i_rd_t_txt_wrap .i_rd_t_txt_swiper .i_rd_t_txt {
  display: block;
  width: 100%;
}
#index .i4 #i_tech .mask {
  width: 68%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 80px;
  margin: auto;
  z-index: 2;
}
#index .i4 #i_tech .mask::after {
  content: '';
  width: 8.16326531%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 82.42%;
  top: 0;
  transform: skewX(-17.7deg);
}
#index .i4 #i_tech .i_rd_t_swiper_box {
  width: 68%;
  overflow: hidden;
  float: right;
  z-index: 1;
}
#index .i4 #i_tech .i_rd_t_swiper .i_rd_t_kv {
  display: block;
  width: 100%;
}
#index .i4 #i_tech .i_rd_t_swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #fff;
  margin: 10px 3px 18px!important;
}
#index .i4 #i_tech .i_rd_t_swiper .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 6px!important;
  background: #d6223e!important;
  opacity: 1!important;
}
#index .i4 #i_tech .i_rd_t_swiper .opera {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 11;
}
#index .i4 #i_tech .i_rd_t_swiper .opera .i_rd_prev {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/i_cm_prev.png') no-repeat;
  background-size: 100% 100%!important;
  margin-right: 40px;
}
#index .i4 #i_tech .i_rd_t_swiper .opera .i_rd_next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/i_cm_next.png') no-repeat;
  background-size: 100% 100%!important;
  margin-left: 40px;
}
#index .i4 #i_tech.g .i_rd_t_swiper .opera {
  display: none;
}
#index .i4 #i_tech.g .i_rd_t_swiper .swiper-pagination-bullet {
  display: none;
}
#index .i4 #i_tech.g .i_rd_t_swiper .swiper-pagination-bullet-active {
  display: none;
}
/*About*/
.a_kv {
  position: relative;
}
.a_kv img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.a_kv .key_bg_wrap {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.5s;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.a_kv .key_bg_wrap .key_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  transform: skewX(-17.62deg);
}
.a_kv .key_bg_wrap.move {
  -webkit-transform: translateX(-14%);
  -moz-transform: translateX(-14%);
  -ms-transform: translateX(-14%);
  transform: translateX(-14%);
}
.a_kv .key {
  width: 1200px;
  left: 0;
  right: 0;
  top: 73%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.a_kv .key.second {
  top: 81%;
}
#about {
  position: relative;
}
#about .overview .enterprise {
  padding-top: 36px;
  position: relative;
  padding-bottom: 80px;
}
#about .overview .enterprise h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 18px;
}
#about .overview .enterprise .a_o_e_pic {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
#about .overview .enterprise p {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  margin-bottom: 6px;
}
#about .overview .leader {
  position: relative;
  background: #f9f9f9;
  padding-top: 54px;
  padding-bottom: 72px;
}
#about .overview .leader h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 58px;
  position: relative;
}
#about .overview .leader h6::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .overview .leader .detail .item {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
#about .overview .leader .detail .item > img {
  display: block;
  width: 48%;
  float: left;
}
#about .overview .leader .detail .item .info {
  position: absolute;
  left: 48%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  padding-top: 92px;
  box-sizing: border-box;
  text-align: center;
}
#about .overview .leader .detail .item .info .title {
  font-size: 26px;
  line-height: 44px;
}
#about .overview .leader .detail .item .info .name {
  font-size: 20px;
  line-height: 38px;
  position: relative;
  padding-bottom: 24px;
}
#about .overview .leader .detail .item .info .name::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #d40021;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#about .overview .leader .detail .item .info p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 28px;
}
#about .overview .leader .detail .item:nth-child(2n-1) {
  float: left;
}
#about .overview .leader .detail .item:nth-child(2n-1) .info {
  right: 20px;
}
#about .overview .leader .detail .item:nth-child(2n) {
  float: right;
  padding-left: 20px;
}
#about .overview .leader .detail .item:nth-child(2n) .info {
  right: 0;
}
#about .history .develop {
  padding-top: 36px;
  position: relative;
  padding-bottom: 100px;
}
#about .history .develop h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
}
#about .history .develop h6::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .history .develop .content {
  position: relative;
}
#about .history .develop .content .main {
  width: 66%;
  float: left;
}
#about .history .develop .content .main li {
  position: relative;
  display: none;
}
#about .history .develop .content .main li .date {
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  line-height: 36px;
  color: #d40021;
  margin-bottom: 32px;
  font-weight: bold;
}
#about .history .develop .content .main li .date::before {
  content: '';
  width: 3px;
  height: 18px;
  background: #d40021;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .history .develop .content .main li .brief {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-bottom: 14px;
}
#about .history .develop .content .main li .pic {
  display: block;
  width: 100%;
}
#about .history .develop .content .date_list {
  width: 24%;
  float: right;
  padding-right: 6px;
  box-sizing: border-box;
}
#about .history .develop .content .date_list li {
  font-size: 14px;
  color: #838383;
  line-height: 28px;
  padding-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  text-align: right;
  margin-top: 18px;
  cursor: pointer;
  font-weight: bold;
}
#about .history .develop .content .date_list li.cur {
  color: #d40021;
  border-bottom: 2px solid #db2844;
}
#about .award .container {
  padding-top: 50px;
  padding-bottom: 40px;
}
#about .award .container > h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
}
#about .award .container > h6::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .award .container .award_swiper_prev {
  width: 22px;
  height: 42px;
  background-image: url('../img/a_a_s_prev.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -64px;
  top: 80px;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
#about .award .container .award_swiper_next {
  width: 22px;
  height: 42px;
  background-image: url('../img/a_a_s_next.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -64px;
  top: 80px;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
#about .award .container .award_swiper {
  overflow: hidden;
}
#about .award .container .award_swiper .swiper-slide .item {
  width: 270px;
  height: 270px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #8a8a8a;
}
#about .award .container .award_swiper .swiper-slide .item .a_a_s_i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#about .award .container .award_swiper .swiper-slide .item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: translateX(120%);
  transition: 0.2s;
  background: rgba(227, 20, 55, 0.8);
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
#about .award .container .award_swiper .swiper-slide .item .info .t {
  font-size: 20px;
  line-height: 26px;
  height: 52px;
  position: relative;
  top: 84px;
  padding-bottom: 16px;
}
#about .award .container .award_swiper .swiper-slide .item .info .t::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#about .award .container .award_swiper .swiper-slide .item .info .p {
  font-size: 14px;
  position: relative;
  top: 100px;
  line-height: 24px;
}
#about .award .container .award_swiper .swiper-slide .item:hover .info {
  transform: translateX(0%);
}
#about .award .container .award_swiper .swiper-slide .item:nth-child(4n) {
  margin-right: 0;
}
#about .CSR .container {
  padding-top: 36px;
}
#about .CSR .container > h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 58px;
  position: relative;
}
#about .CSR .container > h6::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .CSR .container .list {
  position: relative;
}
#about .CSR .container .list li {
  float: left;
  width: 384px;
  margin-right: 24px;
  margin-bottom: 30px;
}
#about .CSR .container .list li a {
  display: block;
  width: 100%;
  position: relative;
}
#about .CSR .container .list li a .thumb_box {
  height: 258px;
  position: relative;
  z-index: 2;
}
#about .CSR .container .list li a .thumb_box .thumb {
  height: 100%;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#about .CSR .container .list li a .thumb_box .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
#about .CSR .container .list li a .thumb_box .btn_more {
  width: 55px;
  height: 55px;
  background-image: url('../img/a_CSR_btn_more.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: auto;
}
#about .CSR .container .list li a .info {
  background: #f8f8f8;
  position: relative;
  text-align: center;
  padding: 38px 20px 30px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
#about .CSR .container .list li a .info .title {
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
}
#about .CSR .container .list li a .info p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#about .CSR .container .list li:nth-child(3n) {
  margin-right: 0;
}
#about .news .list {
  position: relative;
}
#about .news .list a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding: 50px 300px 42px 0;
  box-sizing: border-box;
}
#about .news .list a .date {
  font-size: 12px;
  color: #5d5d5d;
  line-height: 18px;
}
#about .news .list a h6 {
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#about .news .list a p {
  font-size: 12px;
  color: #5d5d5d;
  margin-top: 16px;
  line-height: 2;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#about .news .list a .news_pic {
  width: 254px;
  position: absolute;
  right: 0;
  top: 64px;
}
#about .event .container {
  padding-top: 36px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
#about .event .container > h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 58px;
  position: relative;
}
#about .event .container > h6::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .event .container .a_e_item_list_box {
  position: relative;
  height: 100%;
  margin-bottom: 64px;
}
#about .event .container .a_e_item_list_box .a_e_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 36px 22px;
  box-sizing: border-box;
  color: #fff;
  line-height: 2;
}
#about .event .container .a_e_item_list_box .a_e_txt .a_e_item_txt_bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#about .event .container .a_e_item_list_box .a_e_txt .date {
  font-size: 14px;
  position: relative;
  padding-top: 14px;
  opacity: 0.8;
  z-index: 2;
}
#about .event .container .a_e_item_list_box .a_e_txt .date::before {
  content: '';
  width: 42px;
  height: 2px;
  background: #d40021;
  position: absolute;
  left: 0;
  top: 0;
}
#about .event .container .a_e_item_list_box .a_e_txt .info {
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#about .event .container .a_e_item_list_box .a_e_item_l {
  width: 50%;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .event .container .a_e_item_list_box .a_e_item_l > div {
  position: relative;
  height: 50%;
}
#about .event .container .a_e_item_list_box .a_e_item_r {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
}
#about .event .container .a_e_item_list_box .a_e_item_r .a_e_pic {
  display: block;
  width: 100%;
}
#about .event .container .a_e_l {
  position: relative;
}
#about .event .container .a_e_l > li {
  height: 68px;
  line-height: 68px;
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
  margin: 10px 0;
}
#about .event .container .a_e_l > li .tag {
  width: 12px;
  height: 88px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#about .event .container .a_e_l > li .tag .tag_r {
  width: 12px;
  height: 12px;
  background: #d40021;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
#about .event .container .a_e_l > li .tag::before {
  content: '';
  width: 1px;
  height: 38px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
#about .event .container .a_e_l > li .tag::after {
  content: '';
  width: 1px;
  height: 38px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#about .event .container .a_e_l > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
#about .event .container .a_e_l > li > a > h6 {
  width: 76%;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
#about .event .container .a_e_l > li > a .time {
  padding-right: 40px;
  float: right;
  position: relative;
  text-align: right;
  display: inline-block;
  font-size: 0;
  height: 100%;
  overflow: hidden;
}
#about .event .container .a_e_l > li > a .time .date {
  display: inline-block;
  font-size: 36px;
  line-height: 70px;
}
#about .event .container .a_e_l > li > a .time .month {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 20px;
  font-weight: bold;
}
#about .event .container .a_e_l > li > a .time .year {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 38px;
  font-weight: bold;
}
#about .event .container .a_e_l > li > a:hover {
  background: #fff;
  box-shadow: 2px 6px 24px 6px rgba(0, 0, 0, 0.12), -2px -6px 24px 2px rgba(0, 0, 0, 0.12);
}
#about .event .container .a_e_l > li:first-child .tag::before {
  display: none;
}
#about .event .container .a_e_l > li:last-child .tag::after {
  display: none;
}
#newsContent #kv {
  position: relative;
}
#newsContent #kv img {
  display: block;
  width: 100%;
}
#newsContent .container {
  padding: 36px 0 120px;
}
#newsContent .container .date {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #d40021;
}
#newsContent .container h6 {
  font-size: 24px;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
#newsContent .container p {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 2;
  margin-top: 28px;
}
#footer {
  background: #000;
  position: relative;
  padding-top: 96px;
  color: #fff;
}
#footer .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #5b5b5b;
}
#footer .container .tit {
  font-size: 18px;
  line-height: 42px;
  height: 42px;
  padding-bottom: 4px;
  position: relative;
}
#footer .container .tit::after {
  content: '';
  width: 184px;
  height: 1px;
  background: #d40021;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .container .list {
  margin-top: 30px;
  position: relative;
}
#footer .container .list li {
  position: relative;
  line-height: 30px;
  min-height: 30px;
  font-size: 14px;
}
#footer .information {
  width: 414px;
  float: left;
  position: relative;
}
#footer .information .list li .label {
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 150px;
}
#footer .information .list li .detail {
  float: left;
  width: 216px;
}
#footer .service {
  width: 186px;
  float: left;
  position: relative;
}
#footer .service .list a {
  display: block;
  color: #fff;
  position: relative;
}
#footer .service .list a::after {
  content: '';
  width: 10px;
  height: 14px;
  background-image: url('../img/f_service_icon.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .advice {
  float: right;
  width: 370px;
  position: relative;
}
#footer .advice input[type="text"] {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #656565;
  margin-top: 30px;
}
#footer .advice input[type="text"]::placeholder {
  color: #fff;
  font-size: 14px;
}
#footer .advice input[type="submit"] {
  width: 100px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: #d40021;
  float: right;
  margin-top: 88px;
}
#footer .foot {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
#footer .foot .record {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  float: left;
  line-height: 100px;
}
#footer .foot .link {
  float: right;
  position: relative;
  padding-top: 32px;
}
#footer .foot .link li {
  float: left;
  position: relative;
  margin-right: 14px;
}
#footer .foot .link li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
#footer .foot .link li:nth-child(1) a {
  /*background-image: url('../img/f_l1.png');*/
}
#footer .foot .link li:nth-child(2) a {
  /*background-image: url('../img/f_l2.png');*/
}
#footer .foot .link li:nth-child(3) a {
  /*background-image: url('../img/f_l3.png');*/
}
#footer .foot .link li:nth-child(4) a {
  /*background-image: url('../img/f_l4.png');*/
}
#footer .foot .link li:nth-child(5) a {
  background-image: url('../img/f_l5.png');
}
#foot {
  height: 30px;
  background: #333333;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 1.2% 0;
}
#foot .f_l_list {
  float: left;
}
#foot .f_l_list > a {
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  border-right: 2px solid #adadad;
}
#foot .f_l_list > a:last-child {
  border-right: 0;
}
#foot .f_copyright {
  float: right;
}
.tech {
  position: relative;
}
.tech .Tit {
  font-size: 22px;
  color: #000;
  line-height: 48px;
  position: relative;
  margin-bottom: 16px;
  font-weight: bold;
}
.tech .Tit::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tech .tech_swiper {
  overflow: hidden;
  padding-bottom: 42px;
  position: relative;
}
.tech .tech_swiper .swiper-slide {
  overflow: hidden;
  background: #fff;
}
.tech .tech_swiper .swiper-slide .kv {
  position: relative;
}
.tech .tech_swiper .swiper-slide .kv img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tech .tech_swiper .swiper-slide .kv .key_bg_wrap {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.5s;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.tech .tech_swiper .swiper-slide .kv .key_bg_wrap .key_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  transform: skewX(-17.62deg);
}
.tech .tech_swiper .swiper-slide .kv .key_bg_wrap.move {
  -webkit-transform: translateX(-14%);
  -moz-transform: translateX(-14%);
  -ms-transform: translateX(-14%);
  transform: translateX(-14%);
}
.tech .tech_swiper .swiper-slide .kv .key {
  width: 1200px;
  left: 0;
  right: 0;
  top: 70%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 73%;
}
.tech .tech_swiper .swiper-slide .container {
  padding-top: 30px;
}
.tech .tech_swiper .swiper-slide .container p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-top: 6px;
}
.tech .tech_swiper .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 0;
  opacity: 1;
}
.tech .tech_swiper .swiper-pagination-bullet-active {
  background: #c0142f;
}
.tech .Engineer {
  position: relative;
  background: #f7f8f8;
  padding-top: 20px;
}
.tech .Engineer .container .intro {
  margin-top: 20px;
  padding-bottom: 48px;
  position: relative;
}
.tech .Engineer .container .intro .item {
  width: 50%;
}
.tech .Engineer .container .intro .item .avator {
  display: block;
  width: 92%;
}
.tech .Engineer .container .intro .item .resume {
  position: relative;
  color: #000;
  width: 92%;
}
.tech .Engineer .container .intro .item .resume .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 54px;
}
.tech .Engineer .container .intro .item .resume .rank {
  font-size: 14px;
  line-height: 2;
  height: 56px;
}
.tech .Engineer .container .intro .item .resume .exper {
  position: relative;
  margin-top: 10px;
}
.tech .Engineer .container .intro .item .resume .exper li {
  font-size: 12px;
  color: #595757;
  position: relative;
  box-sizing: border-box;
  line-height: 24px;
}
.tech .Engineer .container .intro .item .resume .exper li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #dfe0e0;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 12px;
}
.tech .Engineer .container .intro .item:nth-child(2n-1) {
  float: left;
}
.tech .Engineer .container .intro .item:nth-child(2n) {
  float: right;
}
.tech .Engineer .container .intro .item:nth-child(2n) .avator,
.tech .Engineer .container .intro .item:nth-child(2n) .resume {
  float: right;
}
.tech .technology {
  position: relative;
  padding-top: 30px;
}
.tech .technology .container .content {
  position: relative;
  padding-top: 18px;
  height: 478px;
  padding-bottom: 100px;
}
.tech .technology .container .list {
  height: 100%;
  position: relative;
}
.tech .technology .container .list li {
  width: 388px;
  position: absolute;
  top: 0;
}
.tech .technology .container .list li > img {
  display: block;
  width: 100%;
}
.tech .technology .container .list li .info {
  height: 90px;
  position: relative;
  background: #f3f3f3;
  width: 100%;
  padding: 16px 10px 0 22px;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
}
.tech .technology .container .list li .info .t {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.tech .technology .container .list li .info p {
  font-size: 12px;
  line-height: 24px;
}
.tech .technology .container .list li .info .btn_more {
  width: 23px;
  height: 23px;
  background: url('../img/technology_more.png') no-repeat;
  position: absolute;
  right: 22px;
  top: 44px;
  z-index: 2;
}
.tech .technology .container .list li:nth-child(1) {
  left: 0;
  z-index: 1;
}
.tech .technology .container .list li:nth-child(2) {
  left: 406px;
  z-index: 2;
}
.tech .technology .container .list li:nth-child(3) {
  left: 812px;
  z-index: 3;
}
.tech .technology .container .list li.act {
  left: 0;
}
.tech .technology .layer {
  height: 478px;
  background: #fff;
  top: 18px;
  position: absolute;
  left: 406px;
  right: 0;
  margin: auto;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: none;
  z-index: 4;
}
.tech .technology .layer .item {
  height: 100%;
  padding: 36px 36px 0;
  box-sizing: border-box;
  color: #000;
  display: none;
  position: relative;
}
.tech .technology .layer .item .t_layer_close {
  width: 18px;
  height: 18px;
  background: url('../img/technology_close.png') no-repeat;
  position: absolute;
  right: 36px;
  top: 41px;
  z-index: 2;
}
.tech .technology .layer .item .title {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.tech .technology .layer .item p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
}
.tech .honors {
  position: relative;
  padding-top: 30px;
  background: #f9f9f9;
}
.tech .honors .content {
  height: 100%;
  margin-bottom: 50px;
  position: relative;
}
.tech .honors .content .item {
  width: 32%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tech .honors .content .item .t_h_pic {
  display: block;
  width: 100%;
  height: 100%;
}
.tech .honors .content .item .t_h_pic_cur {
  width: 100%;
  height: 100%;
  display: none;
}
.tech .honors .content .item .info {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.tech .honors .content .item .info .tit {
  display: inline-block;
  font-weight: 18px;
  float: left;
  margin-left: 48px;
}
.tech .honors .content .item .info .t_h_more {
  width: 11px;
  height: 23px;
  background: url('../img/t_h_item_more.jpg') no-repeat;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tech .honors .content .item.cur {
  width: 66%;
}
.tech .honors .content .item.cur .t_h_pic {
  display: none;
}
.tech .honors .content .item.cur .t_h_pic_cur {
  display: block;
}
.tech .honors .content .item:nth-child(1).cur {
  float: left;
  position: relative;
}
.tech .honors .content .item:nth-child(2).cur {
  float: right;
  position: relative;
}
.tech .honors .content .item:nth-child(1) {
  left: 0;
}
.tech .honors .content .item:nth-child(2) {
  right: 0;
}
.globalMarket {
  position: relative;
  background: #f9f9f9;
}
.globalMarket .container {
  padding-top: 42px;
  padding-bottom: 32px;
}
.globalMarket .container > h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.globalMarket .container > p {
  font-size: 14px;
  color: #444444;
  line-height: 32px;
}
.globalMarket .map_wrap {
  position: relative;
}
.globalMarket .map_wrap .map {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.globalMarket .map_wrap .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.globalMarket .map_wrap .content .m_coordinate {
  width: 1.875%;
  position: absolute;
  text-align: center;
}
.globalMarket .map_wrap .content .m_coordinate .icon {
  display: block;
  width: 100%;
}
.globalMarket .map_wrap .content .m_coordinate .tips {
  display: inline-block;
  padding: 13px 32px;
  line-height: 22px;
  border: 1px solid #6e6e6e;
  position: absolute;
  top: -66px;
  border-radius: 6px;
  font-size: 14px;
  color: #d40021;
  background: #fff;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}
.globalMarket .map_wrap .content .m_coordinate .tips > span {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.globalMarket .map_wrap .content .m_coordinate .tips > span.bot {
  border-width: 12px;
  border-style: solid dashed dashed;
  border-color: #6e6e6e transparent transparent;
  top: 100%;
}
.globalMarket .map_wrap .content .m_coordinate .tips > span.top {
  border-width: 11px;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  top: 100%;
}
.globalMarket .map_wrap .content .m_coordinate .tips.cur {
  display: inline-block;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(1) {
  left: 10.13888889%;
  top: 78.44827586%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(2) {
  left: 15.41666667%;
  top: 70.19704433%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(3) {
  left: 41.31944444%;
  top: 45.81280788%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(4) {
  left: 52.84722222%;
  top: 29.43349754%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(5) {
  left: 55.06944444%;
  top: 22.04433498%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(6) {
  left: 52.63888889%;
  top: 24.87684729%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(7) {
  left: 57.22222222%;
  top: 20.68965517%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(8) {
  left: 58.95833333%;
  top: 33.12807882%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(9) {
  left: 57.29166667%;
  top: 29.80295567%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(10) {
  left: 60.27777778%;
  top: 34.60591133%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(11) {
  left: 60.625%;
  top: 25%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(12) {
  left: 61.59722222%;
  top: 37.80788177%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(13) {
  left: 77.84722222%;
  top: 35.83743842%;
}
.globalMarket .map_wrap .content .m_coordinate:nth-child(14) {
  left: 81.31944444%;
  top: 42.85714286%;
}
.factory {
  position: relative;
}
.factory .Tit {
  font-size: 22px;
  color: #000;
  line-height: 48px;
  position: relative;
  margin-bottom: 36px;
  font-weight: bold;
}
.factory .Tit::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #d40021;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.factory .cooperation {
  position: relative;
  padding-top: 36px;
}
.factory .cooperation .co_tp {
  position: relative;
}
.factory .cooperation .co_tp .fac_co_main_pic {
  width: 72%;
  float: left;
  position: relative;
}
.factory .cooperation .co_tp > p {
  position: absolute;
  left: 74%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 28px;
  height: 196px;
}
.factory .cooperation .fac_co_swiper_wrap {
  position: relative;
  padding: 42px;
  box-sizing: border-box;
}
.factory .cooperation .fac_co_swiper_wrap .fac_co_prev {
  width: 12px;
  height: 22px;
  background-image: url('../img/fac_prev.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 53px;
  z-index: 2;
}
.factory .cooperation .fac_co_swiper_wrap .fac_co_next {
  width: 12px;
  height: 22px;
  background-image: url('../img/fac_next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 2;
}
.factory .cooperation .fac_co_swiper {
  overflow: hidden;
  position: relative;
}
.factory .cooperation .fac_co_swiper .swiper-slide img {
  display: block;
  width: 120px;
  margin: auto;
}
.factory .product {
  position: relative;
  padding-top: 36px;
  background: #f7f8f8;
}
.factory .product .swiper-slide {
  overflow: hidden;
}
.factory .product .pro_swiper {
  position: relative;
  overflow: hidden;
}
.factory .product .pro_swiper .swiper-slide .fac_pro_item_pic {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.factory .product .pro_swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.factory .product .pro_swiper .swiper-slide .content .fac_pro_mask {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.factory .product .pro_swiper .swiper-slide .content .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 20px 32px;
  box-sizing: border-box;
  color: #fff;
}
.factory .product .pro_swiper .swiper-slide .content .txt > h6 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  line-height: 40px;
  padding: 0 12px;
  background: #d40021;
}
.factory .product .pro_swiper .swiper-slide .content .txt > p {
  padding: 10px 4px 0;
  font-size: 14px;
  line-height: 2;
  box-sizing: border-box;
}
.factory .product .pro_thumb {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.factory .product .pro_thumb > .pro_thumb_item {
  width: 16.66666667%;
  float: left;
  position: relative;
}
.factory .product .pro_thumb > .pro_thumb_item > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.factory .product .pro_thumb > .pro_thumb_item .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  line-height: 2;
}
.factory .product .pro_thumb > .pro_thumb_item .txt > span {
  display: block;
}
.factory .product .pro_thumb > .pro_thumb_item .txt.L1 {
  padding-top: 31px;
}
.factory .product .pro_thumb > .pro_thumb_item .txt.L2 {
  padding-top: 17px;
}
.factory .product .pro_thumb > .pro_thumb_item .txt.L3 {
  padding-top: 3px;
}
.factory .product .pro_thumb .pro_thumb_item.cur .txt {
  display: none;
}
.factory .rde {
  position: relative;
  padding-top: 36px;
}
.factory .rde .rde_a {
  width: 52%;
  position: relative;
  float: left;
}
.factory .rde .rde_a .rde_a_txt {
  font-size: 14px;
  line-height: 2;
  padding-top: 64px;
  padding-bottom: 86px;
}
.factory .rde .rde_a .rde_a_pic {
  border-top: 1px solid #b6b6b6;
  position: relative;
  padding-top: 44px;
  padding-bottom: 90px;
}
.factory .rde .rde_a .rde_a_pic::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #b6b6b6;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
}
.factory .rde .rde_a .rde_a_pic .f_rde_award {
  display: inline-block;
  width: 136px;
  float: left;
}
.factory .rde .rde_a .rde_a_pic .f_rde_award_txt {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 166px;
  top: 124px;
}
.factory .rde .triangle_txt {
  width: 44.5%;
  float: right;
  position: relative;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.factory .rde .triangle_txt .item1 {
  height: 192px;
  position: relative;
  margin-bottom: 4px;
}
.factory .rde .triangle_txt .item1 .item_wrap {
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 96px solid transparent;
  border-bottom: 192px solid #f6740a;
  margin: 0 auto;
}
.factory .rde .triangle_txt .item1 .item_wrap > span {
  width: 192px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: top;
}
.factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(1) {
  top: 114px;
}
.factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(2) {
  top: 140px;
}
.factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(3) {
  top: 164px;
}
.factory .rde .triangle_txt .item2 {
  height: 160px;
  position: relative;
  margin-bottom: 4px;
}
.factory .rde .triangle_txt .item2 > span {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  z-index: 2;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: top;
}
.factory .rde .triangle_txt .item2 > span:nth-child(1) {
  top: 22px;
}
.factory .rde .triangle_txt .item2 > span:nth-child(2) {
  top: 50px;
}
.factory .rde .triangle_txt .item2 > span:nth-child(3) {
  top: 76px;
}
.factory .rde .triangle_txt .item2 > span:nth-child(4) {
  top: 100px;
}
.factory .rde .triangle_txt .item2 > span:nth-child(5) {
  top: 128px;
}
.factory .rde .triangle_txt .item2 .item_wrap {
  width: 192px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  background: #c41431;
}
.factory .rde .triangle_txt .item2 .item_wrap::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 160px solid #c41431;
  border-left: 80px solid transparent;
  position: absolute;
  left: -80px;
  top: 0;
}
.factory .rde .triangle_txt .item2 .item_wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 160px solid #c41431;
  border-right: 80px solid transparent;
  position: absolute;
  right: -80px;
  top: 0;
}
.factory .rde .triangle_txt .item3 {
  height: 190px;
  position: relative;
}
.factory .rde .triangle_txt .item3::before {
  content: '';
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 34px;
  z-index: 2;
}
.factory .rde .triangle_txt .item3 > span {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  z-index: 2;
}
.factory .rde .triangle_txt .item3 .t {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  z-index: 2;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: top;
}
.factory .rde .triangle_txt .item3 .t span {
  width: 50%;
}
.factory .rde .triangle_txt .item3 .t span:nth-child(1) {
  float: left;
  text-align: right;
  padding-right: 14px;
  box-sizing: border-box;
}
.factory .rde .triangle_txt .item3 .t span:nth-child(2) {
  float: right;
  text-align: left;
  padding-left: 14px;
  box-sizing: border-box;
}
.factory .rde .triangle_txt .item3 .t1 {
  top: 30px;
}
.factory .rde .triangle_txt .item3 .t2 {
  top: 58px;
}
.factory .rde .triangle_txt .item3 .t3 {
  top: 82px;
}
.factory .rde .triangle_txt .item3 .t4 {
  top: 108px;
}
.factory .rde .triangle_txt .item3 .align_txt {
  top: 146px;
}
.factory .rde .triangle_txt .item3 .item_wrap {
  width: 348px;
  height: 190px;
  margin: 0 auto;
  position: relative;
  background: #77002d;
}
.factory .rde .triangle_txt .item3 .item_wrap::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 190px solid #77002d;
  border-left: 90px solid transparent;
  position: absolute;
  left: -90px;
  top: 0;
}
.factory .rde .triangle_txt .item3 .item_wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 190px solid #77002d;
  border-right: 90px solid transparent;
  position: absolute;
  right: -90px;
  top: 0;
}
.factory .qc {
  background: #f7f8f8;
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}
.factory .qc .qc_swiper {
  overflow: hidden;
  padding-bottom: 80px;
}
.factory .qc .qc_swiper .swiper-slide .r_qr_item_pic {
  width: 40%;
  float: left;
}
.factory .qc .qc_swiper .swiper-slide .qc_txt1 {
  padding-top: 150px;
}
.factory .qc .qc_swiper .swiper-slide .qc_txt2 {
  padding-top: 100px;
}
.factory .qc .qc_swiper .swiper-slide .txt {
  position: absolute;
  left: 42%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  line-height: 2;
}
.factory .qc .qc_swiper .swiper-slide .txt > h6 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-left: 22px;
  box-sizing: border-box;
  margin-bottom: 42px;
}
.factory .qc .qc_swiper .swiper-slide .txt > h6::before {
  content: '';
  width: 3px;
  height: 16px;
  background: #d20022;
  position: absolute;
  left: 0;
  top: 0px;
}
.factory .qc .qc_swiper .swiper-pagination-bullet-active {
  background: #ff0000;
}
.factory .technical {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}
.factory .technical .Tit .tit_l {
  font-size: 12px;
  position: relative;
  margin-left: 36px;
  top: -3px;
  font-weight: normal;
}
.factory .technical .technical_con {
  display: block;
  width: 100%;
}
.f_q_l {
  position: relative;
}
.f_q_l .f_q_l_t {
  padding-top: 140px;
  background: #f7f8f8;
  position: relative;
  padding-bottom: 48px;
}
.f_q_l .f_q_l_t .container .l_n_tag {
  font-size: 24px;
  line-height: 60px;
  position: relative;
  color: #d40021;
}
.f_q_l .f_q_l_t .container .l_n_tag::before {
  content: '';
  width: 70px;
  height: 2px;
  background: #d40021;
  position: absolute;
  left: 0;
  bottom: 0;
}
.f_q_l .f_q_l_t .container .l_n_tit {
  font-size: 24px;
  color: #444444;
  line-height: 38px;
  color: #444;
  font-weight: bold;
  margin-top: 28px;
}
.f_q_l .f_q_l_t .container .l_n_info {
  font-size: 14px;
  line-height: 32px;
  margin-top: 32px;
}
.privacy {
  position: relative;
  padding-bottom: 100px;
}
.privacy .pri_c {
  padding-top: 64px;
  position: relative;
}
.privacy .pri_c .l_ac_list li {
  position: relative;
  padding-bottom: 28px;
}
.privacy .pri_c .l_ac_list .item {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  text-indent: 30px;
  position: relative;
  box-sizing: border-box;
}
.privacy .pri_c .l_ac_list .item > span {
  display: inline-block;
  background: #d40021;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  text-indent: 0px;
}
.legal .a_copylight {
  position: relative;
  padding-top: 64px;
  padding-bottom: 100px;
}
.legal .a_copylight .l_ac_tit {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 2;
}
.legal .a_copylight .l_ac_list li {
  position: relative;
  padding-bottom: 28px;
}
.legal .a_copylight .l_ac_list .item {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  text-indent: 30px;
  position: relative;
  box-sizing: border-box;
}
.legal .a_copylight .l_ac_list .item > span {
  display: inline-block;
  background: #d40021;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  text-indent: 0px;
}
.siteMap {
  padding-bottom: 100px;
  position: relative;
}
.siteMap .site_con {
  padding-top: 64px;
  position: relative;
}
.siteMap .site_con .site_list li {
  position: relative;
  padding-top: 24px;
}
.siteMap .site_con .site_list li .site_tag {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #444;
  line-height: 60px;
}
.siteMap .site_con .site_list li .site_item {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #cfcfcf;
}
.siteMap .site_con .site_list li .site_item > a {
  float: left;
  width: 10%;
  font-size: 16px;
  line-height: 60px;
}
.siteMap .site_con .site_list li .site_item > a:nth-child(2n),
.siteMap .site_con .site_list li .site_item > a:nth-child(3n),
.siteMap .site_con .site_list li .site_item > a:nth-child(4n),
.siteMap .site_con .site_list li .site_item > a:nth-child(5n) {
  width: 20%;
  text-align: center;
}
.siteMap .site_con .site_list li .site_item > a:nth-child(6n) {
  width: 10%;
  text-align: right;
}
.contact .container {
  padding-top: 28px;
  padding-bottom: 54px;
}
.contact .container .c_tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 36px;
}
.contact .container .item {
  width: 50%;
  float: left;
  position: relative;
  line-height: 28px;
}
.contact .container .item .info .label {
  font-size: 14px;
  font-weight: bold;
  width: 94px;
  display: inline-block;
}
.contact .container .item .info.t {
  font-size: 14px;
  font-weight: bold;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 1000ms forwards;
  animation: bounceInLeft 1000ms forwards;
}
@-webkit-keyframes bounceInTop {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -12%, 0);
    transform: translate3d(0, -12%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInTop {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -12%, 0);
    transform: translate3d(0, -12%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInTop {
  -webkit-animation: bounceInTop 1000ms forwards;
  animation: bounceInTop 1000ms forwards;
}
.Model {
  position: relative;
}
.Model .Model_kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Model .m_p2 {
  padding: 36px 5% 0;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
}
.Model .m_p2 .Model_ths_tag {
  position: relative;
}
.Model .m_p2 .Model_ths_tag > img {
  display: block;
  width: 210px;
}
.Model .m_p2 .ths_con {
  width: 59.16666667%;
  position: relative;
  margin: 264px auto 0;
  padding-bottom: 100px;
}
.Model .m_p2 .ths_con .main {
  display: block;
  width: 100%;
}
.Model .m_p2 .c1 {
  opacity: 0;
  position: absolute;
}
.Model .m_p2 .c2 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 200ms!important;
  animation-delay: 200ms!important;
}
.Model .m_p2 .c3 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 400ms!important;
  animation-delay: 400ms!important;
}
.Model .m_p2 .c4 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 600ms!important;
  animation-delay: 600ms!important;
}
.Model .m_p2 .c5 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 800ms!important;
  animation-delay: 800ms!important;
}
.Model .m_p2 .c6 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 1000ms!important;
  animation-delay: 1000ms!important;
}
.Model .m_p2 .c7 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 1200ms!important;
  animation-delay: 1200ms!important;
}
.Model .m_p2 .c8 {
  position: absolute;
  opacity: 0;
  -webkit-animation-delay: 1400ms!important;
  animation-delay: 1400ms!important;
}
.Model .m_p2 .ths_con.cur .c {
  -webkit-animation: fadeIn 500ms forwards;
  animation: fadeIn 500ms forwards;
}
.Model .m_p3 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.Model .m_p3 .Model_pic {
  width: 25%;
  float: left;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.Model .m_p3 .Model_pic .Model_pic_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 180px 20px 0;
  box-sizing: border-box;
  background: rgba(210, 0, 24, 0.9);
  display: none;
}
.Model .m_p3 .Model_pic .tit1 {
  height: 40px;
  position: relative;
}
.Model .m_p3 .Model_pic .tit1 > h5 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  font-style: italic;
}
.Model .m_p3 .Model_pic .tit2 {
  height: 48px;
  padding-right: 10px;
  box-sizing: border-box;
  float: right;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
}
.Model .m_p3 .Model_pic p {
  font-size: 16px;
  color: #fff;
  margin-top: 28px;
  line-height: 30px;
  clear: both;
}
.Model .m_p3 .Model_pic .read_more {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 600px;
}
.Model .m_p3 .Model_pic:hover .Model_pic_txt {
  display: block;
}
.Model .m_p4 {
  position: relative;
  padding: 126px 5% 150px;
  box-sizing: border-box;
}
.Model .m_p4 .m_p4_tit {
  position: relative;
}
.Model .m_p4 .m_p4_tit img {
  display: block;
  width: 248px;
}
.Model .m_p4 .m_p4_pic_swiper_box {
  width: 40%;
  position: relative;
  overflow: hidden;
  margin-top: 160px;
  margin-bottom: 36px;
}
.Model .m_p4 .m_p4_pic_swiper_box.cur .m_p4_pic_swiper .swiper-slide img {
  -webkit-animation: bounceInTop 1000ms forwards;
  animation: bounceInTop 1000ms forwards;
}
.Model .m_p4 .m_p4_pic_swiper {
  width: 100%;
  position: relative;
}
.Model .m_p4 .m_p4_pic_swiper .swiper-slide {
  padding: 0 0 10px 10px;
  box-sizing: border-box;
}
.Model .m_p4 .m_p4_pic_swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: #af001b;
}
.Model .m_p4 .m_p4_pic_swiper img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, -12%, 0);
  transform: translate3d(0, -12%, 0);
}
.Model .m_p4 .m_p4_txt_swiper_box {
  width: 57%;
  position: absolute;
  right: 0;
  top: 126px;
  bottom: 120px;
  margin: auto;
}
.Model .m_p4 .m_p4_txt_swiper_box.cur .m_p4_txt_swiper .swiper-slide .content {
  -webkit-animation: bounceInLeft 1000ms forwards;
  animation: bounceInLeft 1000ms forwards;
}
.Model .m_p4 .m_p4_txt_swiper {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide {
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #af001b;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide .content {
  position: absolute;
  left: 20px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 20px;
  padding-left: 8%;
  padding-top: 14%;
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate3d(-6%, 0, 0);
  transform: translate3d(-6%, 0, 0);
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit1 {
  font-weight: bold;
  font-size: 26px;
  color: #df0007;
  line-height: 32px;
  font-style: italic;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-indent: 140px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 36px;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-left: 22px;
  position: relative;
  box-sizing: border-box;
}
.Model .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50025;
  position: absolute;
  left: 0;
  top: 10px;
}
.Model .m_p4 .m_p4_txt_swiper .m_p4_prev {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url('../img/Model_prev.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 104px;
  top: 80%;
  z-index: 9;
}
.Model .m_p4 .m_p4_txt_swiper .m_p4_next {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url('../img/Model_next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 144px;
  top: 80%;
  z-index: 9;
}
.Model .m_p5 {
  position: relative;
}
.Model .m_p5 .m_p5_pic_swiper {
  width: 56%;
  float: left;
  overflow: hidden;
}
.Model .m_p5 .m_p5_pic_swiper img {
  display: block;
  width: 100%;
}
.Model .m_p5 .m_p5_txt_swiper_box {
  width: 44%;
  position: absolute;
  left: 56%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background: #af001b;
  padding: 170px 120px 0 50px;
  box-sizing: border-box;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .m_p5_prev {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url('../img/Model_prev.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 76%;
  z-index: 9;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .m_p5_next {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url('../img/Model_next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 32px;
  top: 76%;
  z-index: 9;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .content {
  opacity: 0;
  -webkit-transform: translate3d(-6%, 0, 0);
  transform: translate3d(-6%, 0, 0);
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t1 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 90px;
  font-style: italic;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t2 {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 180px;
  top: 42px;
  font-style: italic;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 14px;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .key {
  font-size: 14px;
  color: #fff;
  display: block;
  padding-left: 24px;
  box-sizing: border-box;
  margin-top: 32px;
}
.Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper.cur .content {
  -webkit-animation: bounceInLeft 1000ms forwards;
  animation: bounceInLeft 1000ms forwards;
}
.Model .floor {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 999;
}
.Model .floor .add_li {
  height: 30px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.Model .floor .add_li .f_icon {
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 4px;
  top: 0;
}
.Model .floor > li {
  height: 30px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.Model .floor > li .f_icon {
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 4px;
  top: 0;
}
.Model .floor > li .f_icon_cur {
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 4px;
  top: 0;
  display: none;
}
.Model .floor > li > span {
  font-size: 0;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  padding: 0 42px 0 14px;
  border-radius: 30px;
  float: right;
}
.Model .floor > li.cur .f_icon {
  display: none;
}
.Model .floor > li.cur .f_icon_cur {
  display: inline-block;
}
.Model .floor > li.cur > span {
  font-size: 12px;
  background: #d20022;
}
.model_gm8 .Model_kv {
  background-image: url('../lib/img/modelGm8_kv.jpg');
}
.model_gm8 .m_p2 .c1 {
  width: 30.8685446%;
  left: -29%;
  top: -12%;
}
.model_gm8 .m_p2 .c2 {
  width: 26.87793427%;
  left: 0%;
  top: -34%;
}
.model_gm8 .m_p2 .c3 {
  width: 25.58685446%;
  left: 38.5%;
  top: -46%;
}
.model_gm8 .m_p2 .c4 {
  width: 27.23004695%;
  left: 81%;
  top: -30%;
}
.model_gm8 .m_p2 .c5 {
  width: 34.38967136%;
  left: 96%;
  top: -12%;
}
.model_gm8 .m_p3 .Model_pic {
  width: 25%;
}
.model_gm8 .m_p3 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/gm8_mp3_pic1.jpg');
}
.model_gm8 .m_p3 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/gm8_mp3_pic2.jpg');
}
.model_gm8 .m_p3 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/gm8_mp3_pic3.jpg');
}
.model_gm8 .m_p3 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/gm8_mp3_pic4.jpg');
}
.model_gm8 .m_p3 .gm8_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_gm8 .m_p4 .gm8_mp4_txt {
  display: block;
  height: auto!important;
  width: 72%!important;
}
.model_gm8 .m_p5 .gm8_mp5_txt {
  display: block;
  width: 90%;
}
.model_gs4phev .Model_kv {
  background-image: url('../lib/img/GS4-mp1-kv.jpg');
}
.model_gs4phev .m_p2 {
  padding-bottom: 100px;
}
.model_gs4phev .m_p2 .c1 {
  width: 30.8685446%;
  left: -21%;
  top: 14%;
}
.model_gs4phev .m_p2 .c2 {
  width: 26.87793427%;
  left: -15%;
  top: -34%;
}
.model_gs4phev .m_p2 .c3 {
  width: 25.58685446%;
  left: 41%;
  top: -55%;
}
.model_gs4phev .m_p2 .c4 {
  width: 27.23004695%;
  left: 81%;
  top: -65%;
}
.model_gs4phev .m_p2 .c5 {
  width: 27%;
  left: 88%;
  top: -22%;
}
.model_gs4phev .m_p3 .Model_pic {
  width: 20%;
  float: left;
}
.model_gs4phev .m_p3 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/GS4-mp3-pic1.png');
}
.model_gs4phev .m_p3 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/GS4-mp3-pic2.png');
}
.model_gs4phev .m_p3 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/GS4-mp3-pic3.png');
}
.model_gs4phev .m_p3 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/GS4-mp3-pic4.png');
}
.model_gs4phev .m_p3 .Model_pic:nth-child(5) {
  background-image: url('../lib/img/GS4-mp3-pic5.png');
}
.model_gs4phev .m_p3 .gs4p_mp3_txt {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.model_gs4phev .gs4p_mp4_txt {
  display: block;
  width: 72%!important;
  height: auto!important;
}
.model_gs4phev .gs4P_mp5_txt {
  display: block;
  width: 90%!important;
  height: auto!important;
}
.model_ga8 .Model_kv {
  background-image: url('../lib/img/modelGa8_kv.jpg');
}
.model_ga8 .m_p2 .c1 {
  width: 30.8685446%;
  left: -28.5%;
  top: -14%;
}
.model_ga8 .m_p2 .c2 {
  width: 26.87793427%;
  left: -6.5%;
  top: -43%;
}
.model_ga8 .m_p2 .c3 {
  width: 25.58685446%;
  left: 41%;
  top: -58%;
}
.model_ga8 .m_p2 .c4 {
  width: 27%;
  left: 31%;
  top: -31%;
}
.model_ga8 .m_p2 .c5 {
  width: 34.38967136%;
  left: 96%;
  top: -8%;
}
.model_ga8 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/ga8_pic1.jpg');
}
.model_ga8 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/ga8_pic2.jpg');
}
.model_ga8 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/ga8_pic3.jpg');
}
.model_ga8 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/ga8_pic4.jpg');
}
.model_ga8 .m_p3 .Model_pic .Model_pic_txt {
  padding: 32vh 20px 0;
}
.model_ga8 .ga8_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_ga8 .m_p4 .m_p4_txt_swiper .swiper-slide .content {
  padding-top: 80px;
}
.model_ga8 .m_p4 .m_p4_txt_swiper .m_p4_prev {
  top: 85%;
}
.model_ga8 .m_p4 .m_p4_txt_swiper .m_p4_next {
  top: 85%;
}
.model_ga8 .m_p5 .m_p5_txt_swiper_box {
  padding: 80px 120px 0 50px;
}
.model_ga8 .ga8_mp5_txt {
  display: block;
  width: 86%;
}
.model_ga8 .ga8_mp4_txt {
  display: block;
  width: 72%!important;
  height: auto!important;
}
.model_ga6 .Model_kv {
  background-image: url('../lib/img/modelGa6_kv.jpg');
}
.model_ga6 .m_p2 .c1 {
  width: 30%;
  left: -28%;
  top: -8%;
}
.model_ga6 .m_p2 .c2 {
  width: 30%;
  left: -9.5%;
  top: -40%;
}
.model_ga6 .m_p2 .c3 {
  width: 28%;
  left: 29%;
  top: -54%;
}
.model_ga6 .m_p2 .c4 {
  width: 26%;
  left: 61.5%;
  top: -44%;
}
.model_ga6 .m_p2 .c5 {
  width: 30%;
  left: 94%;
  top: -48%;
}
.model_ga6 .m_p3 .Model_pic {
  width: 20%;
}
.model_ga6 .m_p3 .Model_pic .Model_pic_txt {
  padding-top: 30vh;
  box-sizing: border-box;
}
.model_ga6 .m_p3 .Model_pic .Model_pic_txt > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_ga6 .m_p3 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/ga6_pic1.jpg');
}
.model_ga6 .m_p3 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/ga6_pic2.jpg');
}
.model_ga6 .m_p3 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/ga6_pic3.jpg');
}
.model_ga6 .m_p3 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/ga6_pic4.jpg');
}
.model_ga6 .m_p3 .Model_pic:nth-child(5) {
  background-image: url('../lib/img/ga6_pic5.jpg');
}
.model_ga6 .m_p4 .m_p4_txt_swiper .swiper-slide .content {
  padding-top: 36%;
}
.model_ga6 .m_p4 .m_p4_txt_swiper .swiper-slide .content .ga6_mp4_txt {
  display: block;
  width: 80%;
  height: auto;
}
.model_ga6 .m_p5 .m_p5_txt_swiper_box {
  padding: 30vh 72px 0 50px;
}
.model_ga6 .m_p5 .m_p5_txt_swiper_box .ga6_mp5_txt {
  width: 80%;
  display: block;
}
.model_ga3s .Model_kv {
  background-image: url('../lib/img/modelGa3s_kv.jpg');
}
.model_ga3s .m_p2 {
  padding-bottom: 100px;
}
.model_ga3s .m_p2 .c1 {
  width: 30%;
  left: -29%;
  top: -12%;
}
.model_ga3s .m_p2 .c2 {
  width: 30%;
  left: 12%;
  top: -58%;
}
.model_ga3s .m_p2 .c3 {
  width: 25%;
  left: 61%;
  top: -88%;
}
.model_ga3s .m_p2 .c4 {
  width: 27%;
  left: 93%;
  top: -32%;
}
.model_ga3s .ga3s_mp5_txt {
  display: block;
  width: 90%;
}
.model_ga3s .m_p3 .Model_pic {
  width: 50%;
}
.model_ga3s .m_p3 .Model_pic .Model_pic_txt {
  padding: 38vh 20px 0;
}
.model_ga3s .m_p3 .Model_pic .ga3s_mp3_txt {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.model_ga3s .m_p4 .m_p4_txt_swiper .swiper-slide .ga3s_mp4_txt {
  height: auto!important;
  display: block;
  width: 80%;
}
.model_ga3s .Model_pic:nth-child(1) {
  background-image: url('../lib/img/ga3s_pic1.jpg');
}
.model_ga3s .Model_pic:nth-child(2) {
  background-image: url('../lib/img/ga3s_pic2.jpg');
}
.model_ga3s .Model_pic_txt {
  text-align: right;
}
.model_ga3s .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  padding: 0;
  width: 72%;
}
.model_ga3s .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  display: none;
}
.model_ga3s .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t1 {
  font-size: 24px;
}
.model_ga3s .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t2 {
  top: 72px;
}
.model_ga3s .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p {
  padding: 0;
}
.model_ga3s .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p::before {
  display: none;
}
.model_ge3 .Model_kv {
  background-image: url('../lib/img/modelGe3_kv.jpg');
}
.model_ge3 .m_p2 {
  padding-bottom: 100px;
}
.model_ge3 .m_p2 .c1 {
  width: 30%;
  left: -31%;
  top: 4%;
}
.model_ge3 .m_p2 .c2 {
  width: 28%;
  left: -2%;
  top: -36%;
}
.model_ge3 .m_p2 .c3 {
  width: 30%;
  left: 57%;
  top: -52%;
}
.model_ge3 .m_p2 .c4 {
  width: 28%;
  left: 102%;
  top: -40%;
}
.model_ge3 .m_p3 .Model_pic {
  width: 20%;
}
.model_ge3 .m_p3 .Model_pic .Model_pic_txt {
  padding: 36vh 20px 0;
}
.model_ge3 .m_p3 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/ge3_pic1.jpg');
}
.model_ge3 .m_p3 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/ge3_pic2.jpg');
}
.model_ge3 .m_p3 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/ge3_pic3.jpg');
}
.model_ge3 .m_p3 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/ge3_pic4.jpg');
}
.model_ge3 .m_p3 .Model_pic:nth-child(5) {
  background-image: url('../lib/img/ge3_pic5.jpg');
}
.model_ge3 .m_p4 .m_p4_txt_swiper .swiper-slide .content {
  padding-top: 32%;
}
.model_ge3 .m_p4 .m_p4_txt_swiper .swiper-slide .content .ge3_mp4_txt {
  display: block;
  width: 90%;
  height: auto!important;
}
.model_ge3 .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit2 {
  text-indent: 0;
  box-sizing: border-box;
  padding-left: 100px;
}
.model_ge3 .ge3_mp5_txt {
  display: block;
  width: 90%;
}
.model_gs3 .Model_kv {
  background-image: url('../lib/img/modelGs3_kv.jpg');
}
.model_gs3 .m_p2 {
  padding-bottom: 120px;
}
.model_gs3 .m_p2 .c1 {
  width: 34.51910408%;
  left: -31%;
  top: -1%;
}
.model_gs3 .m_p2 .c2 {
  width: 38%;
  left: -19%;
  top: -36%;
}
.model_gs3 .m_p2 .c3 {
  width: 29.51251647%;
  left: 7%;
  top: -23%;
}
.model_gs3 .m_p2 .c4 {
  width: 31.62055336%;
  left: 27.5%;
  top: -56%;
}
.model_gs3 .m_p2 .c5 {
  width: 31.88405797%;
  left: 70%;
  top: -42%;
}
.model_gs3 .m_p2 .c6 {
  width: 45%;
  left: 88%;
  top: -51%;
}
.model_gs3 .m_p2 .c7 {
  width: 42%;
  left: 98%;
  top: -13%;
}
.model_gs3 .m_p3 .m_p3_swiper {
  height: 100%;
  position: relative;
}
.model_gs3 .m_p3 .m_p3_swiper .Model_pic {
  width: 100%;
  float: none;
}
.model_gs3 .m_p3 .m_p3_swiper .Model_pic .gs3_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s1 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i1.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s2 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i2.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s3 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i3.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s4 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i4.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s5 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i5.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s6 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i6.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s7 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i7.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s8 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i8.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s9 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i9.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_s10 .Model_pic {
  background-image: url('../lib/img/m_gs3_p3_i10.jpg');
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_swiper_control {
  width: 200px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 2;
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_prev {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_prev.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_next {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_next.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.model_gs3 .m_p3 .m_p3_swiper .m_p3_swiper_control .swiper-button-disabled {
  opacity: 0.4;
}
.model_gs3 .m_p4 .m_p4_txt_swiper .swiper-slide .content {
  padding-top: 28vh;
}
.model_gs3 .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  padding-left: 0;
  padding-right: 30px;
}
.model_gs3 .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  display: none;
}
.model_gs3 .m_p4 .m_p4_txt_swiper .swiper-slide .content .gs3_mp4_txt {
  width: 80%;
  height: auto;
}
.model_gs3 .m_p5 .m_p5_txt_swiper_box {
  padding: 20% 72px 0 50px;
}
.model_gs3 .m_p5 .m_p5_txt_swiper_box .gs3_mp5_txt {
  display: block;
  width: 80%;
  height: auto;
}
.model_gs4 .Model_kv {
  background-image: url('../lib/img/modelGs4_kv.jpg');
}
.model_gs4 .m_p2 {
  padding-bottom: 100px;
}
.model_gs4 .m_p2 .c1 {
  width: 28%;
  left: -22%;
  top: -6%;
}
.model_gs4 .m_p2 .c2 {
  width: 27%;
  left: -12%;
  top: -36%;
}
.model_gs4 .m_p2 .c3 {
  width: 24%;
  left: 8%;
  top: -70%;
}
.model_gs4 .m_p2 .c4 {
  width: 22%;
  left: 32%;
  top: -46%;
}
.model_gs4 .m_p2 .c5 {
  width: 28.87323944%;
  left: 59%;
  top: -44%;
}
.model_gs4 .m_p2 .c6 {
  width: 40%;
  left: 85.5%;
  top: -45%;
}
.model_gs4 .m_p2 .c7 {
  width: 28.87323944%;
  left: 94%;
  top: 5%;
}
.model_gs4 .gs4_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_gs4 .m_p3 .m_p3_swiper {
  height: 100%;
  position: relative;
}
.model_gs4 .m_p3 .m_p3_swiper .Model_pic {
  width: 100%;
  float: none;
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s1 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic1.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s2 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic2.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s3 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic3.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s4 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic4.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s5 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic5.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s6 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic6.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s7 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic7.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_s8 .Model_pic {
  background-image: url('../lib/img/gs4_mp3_pic8.jpg');
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_swiper_control {
  width: 200px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 2;
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_prev {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_prev.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_next {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_next.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.model_gs4 .m_p3 .m_p3_swiper .m_p3_swiper_control .swiper-button-disabled {
  opacity: 0.4;
}
.model_gs4 .m_p4 .gs4_mp4_txt {
  display: block;
  width: 90%!important;
  height: auto!important;
}
.model_gs4 .gs4_mp5_txt {
  display: block;
  width: 90%!important;
  height: auto!important;
}
.model_gs5s .Model_kv {
  background-image: url('../img/modelGs5s_kv.jpg');
}
.model_gs5s .m_p2 .c1 {
  width: 30%;
  left: -28%;
  top: -10%;
}
.model_gs5s .m_p2 .c2 {
  width: 40%;
  left: -2%;
  top: -42%;
}
.model_gs5s .m_p2 .c3 {
  width: 25%;
  left: 31%;
  top: -72%;
}
.model_gs5s .m_p2 .c4 {
  width: 28%;
  left: 69%;
  top: -62%;
}
.model_gs5s .m_p2 .c5 {
  width: 26%;
  left: 97%;
  top: -24%;
}
.model_gs5s .m_p3 .m_p3_swiper {
  height: 100%;
  position: relative;
}
.model_gs5s .m_p3 .m_p3_swiper .Model_pic {
  width: 100%;
  float: none;
}
.model_gs5s .m_p3 .m_p3_swiper .Model_pic .tit2 {
  float: none;
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s1 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i1.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s2 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i2.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s3 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i3.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s4 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i4.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s5 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i5.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s6 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i6.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_s7 .Model_pic {
  background-image: url('../img/m_gs5s_p3_i7.jpg');
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_swiper_control {
  width: 200px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 2;
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_prev {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_prev.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_next {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_next.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.model_gs5s .m_p3 .m_p3_swiper .m_p3_swiper_control .swiper-button-disabled {
  opacity: 0.4;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .content {
  padding-top: 36%;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit2 {
  text-indent: 0;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  padding-left: 0;
  padding-right: 100px;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  display: none;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .s_p_list .content p {
  padding-left: 22px;
  padding-right: 100px;
}
.model_gs5s .m_p4 .m_p4_txt_swiper .s_p_list .content p::before {
  display: block;
}
.model_gs5s .m_p5 .m_p5_txt_swiper_box {
  padding: 10% 72px 0 50px;
}
.model_gs8 .Model_kv {
  background-image: url('../lib/img/modelGs8_kv.jpg');
}
.model_gs8 .m_p2 {
  padding-bottom: 100px;
}
.model_gs8 .m_p2 .c1 {
  width: 30%;
  left: -30%;
  top: 4%;
}
.model_gs8 .m_p2 .c2 {
  width: 28%;
  left: -1%;
  top: -30%;
}
.model_gs8 .m_p2 .c3 {
  width: 26%;
  left: 58.5%;
  top: -54%;
}
.model_gs8 .m_p2 .c4 {
  width: 35%;
  left: 92%;
  top: -32%;
}
.model_gs8 .m_p2 .c5 {
  width: 32%;
  left: 96%;
  top: 26%;
}
.model_gs8 .m_p3 .m_p3_swiper {
  height: 100%;
  position: relative;
}
.model_gs8 .m_p3 .m_p3_swiper .Model_pic {
  width: 100%;
  float: none;
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s1 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i1.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s2 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i2.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s3 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i3.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s4 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i4.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s5 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i5.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_s6 .Model_pic {
  background-image: url('../lib/img/m_gs8_p3_i6.jpg');
}
.model_gs8 .m_p3 .m_p3_swiper .Model_pic_txt {
  padding: 140px 20px 0!important;
}
.model_gs8 .m_p3 .m_p3_swiper .gs8_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_gs8 .m_p4 .m_p4_txt_swiper .swiper-slide .gs8_mp4_txt {
  display: block;
  width: 90%;
  height: auto;
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_swiper_control {
  width: 200px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 2;
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_prev {
  width: 18px;
  height: 32px;
  background: url('../img/m_gs8_p3_prev.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_next {
  width: 18px;
  height: 32px;
  background: url('../img/m_gs8_p3_next.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.model_gs8 .m_p3 .m_p3_swiper .m_p3_swiper_control .swiper-button-disabled {
  opacity: 0.4;
}
.model_gs8 .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  padding-left: 0;
  padding-right: 100px;
}
.model_gs8 .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  display: none;
}
.model_gs8 .m_p4 .m_p4_txt_swiper .s_p_list .content p {
  padding-left: 22px;
  padding-right: 100px;
}
.model_gs8 .m_p4 .m_p4_txt_swiper .s_p_list .content p::before {
  display: block;
}
.model_gs8 .m_p5 .m_p5_txt_swiper_box {
  padding: 170px 40px 0 50px;
}
.model_gs8 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t1 {
  font-size: 26px;
}
.model_gs8 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p {
  padding-left: 0!important;
  padding-right: 80px;
}
.model_gs8 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p::before {
  display: none!important;
}
.model_sga3s .Model_kv {
  background-image: url('../lib/img/sga3s_kv.jpg');
}
.model_sga3s .m_p2 {
  padding-bottom: 100px;
}
.model_sga3s .m_p2 .c1 {
  width: 26%;
  left: -16%;
  top: -26%;
}
.model_sga3s .m_p2 .c2 {
  width: 28%;
  left: 61%;
  top: -62%;
}
.model_sga3s .m_p2 .c3 {
  width: 28%;
  left: 93%;
  top: -32%;
}
.model_sga3s .m_p3 .Model_pic {
  width: 20%;
}
.model_sga3s .m_p3 .Model_pic .Model_pic_txt {
  padding: 34vh 20px 0;
}
.model_sga3s .m_p3 .Model_pic:nth-child(1) {
  background-image: url('../lib/img/sga3s_mp3_pic1.jpg');
}
.model_sga3s .m_p3 .Model_pic:nth-child(2) {
  background-image: url('../lib/img/sga3s_mp3_pic2.jpg');
}
.model_sga3s .m_p3 .Model_pic:nth-child(3) {
  background-image: url('../lib/img/sga3s_mp3_pic3.jpg');
}
.model_sga3s .m_p3 .Model_pic:nth-child(4) {
  background-image: url('../lib/img/sga3s_mp3_pic4.jpg');
}
.model_sga3s .m_p3 .Model_pic:nth-child(5) {
  background-image: url('../lib/img/sga3s_mp3_pic5.jpg');
}
.model_sga3s .m_p3 .sga3s_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_sga3s .m_p4 .m_p4_txt_swiper .swiper-slide .sga3s_mp4_txt {
  width: 72%;
  height: auto!important;
}
.model_sga3s .sga3s_mp5_txt {
  display: block;
  width: 90%;
}
.model_gs7 .Model_kv {
  background-image: url('../lib/img/modelGs7_kv.jpg');
}
.model_gs7 .gs7_mp3_txt {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.model_gs7 .m_p4 .m_p4_txt_swiper .swiper-slide .gs7_mp4_txt {
  display: block;
  width: 90%;
  height: auto;
}
.model_gs7 .gs7_mp5_txt {
  display: block;
  width: 90%;
}
.model_gs7 .m_p2 {
  padding-bottom: 100px;
}
.model_gs7 .m_p2 .c1 {
  width: 28%;
  left: -26%;
  top: 0%;
}
.model_gs7 .m_p2 .c2 {
  width: 28%;
  left: -22%;
  top: -50%;
}
.model_gs7 .m_p2 .c3 {
  width: 24%;
  left: 7%;
  top: -16%;
}
.model_gs7 .m_p2 .c4 {
  width: 25%;
  left: 18%;
  top: -48%;
}
.model_gs7 .m_p2 .c5 {
  width: 30%;
  left: 82%;
  top: -56%;
}
.model_gs7 .m_p2 .c6 {
  width: 29%;
  left: 97%;
  top: -17%;
}
/*.model_gs7 .m_p2 .c7 {*/
/*width: 29%;*/
/*left: 97%;*/
/*top: -21%;*/
/*}*/
.model_gs7 .m_p3 .m_p3_swiper {
  height: 100%;
  position: relative;
}
.model_gs7 .m_p3 .m_p3_swiper .Model_pic {
  width: 100%;
  float: none;
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s1 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i1.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s2 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i2.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s3 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i3.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s4 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i4.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s5 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i5.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s6 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i6.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s7 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i7.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_s8 .Model_pic {
  background-image: url('../lib/img/m_gs7_p3_i8.jpg');
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_swiper_control {
  width: 200px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 2;
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_prev {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_prev.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_swiper_control .m_p3_swiper_next {
  width: 16px;
  height: 29px;
  background: url('../img/m_gs8_p3_next.png') no-repeat;
  background-size: 100% 100%!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.model_gs7 .m_p3 .m_p3_swiper .m_p3_swiper_control .swiper-button-disabled {
  opacity: 0.4;
}
.model_gs7 .m_p3 .Model_pic .tit2 {
  float: none;
}
.model_gs7 .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
  padding-left: 0;
  padding-right: 100px;
}
.model_gs7 .m_p4 .m_p4_txt_swiper .swiper-slide .content p::before {
  display: none;
}
.model_gs7 .m_p4 .m_p4_txt_swiper .s_p_list .content p {
  padding-left: 22px;
  padding-right: 100px;
}
.model_gs7 .m_p4 .m_p4_txt_swiper .s_p_list .content p::before {
  display: block;
}
.model_gs7 .m_p5 .m_p5_txt_swiper_box {
  padding: 170px 40px 0 50px;
}
.model_gs7 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t1 {
  font-size: 26px;
}
.model_gs7 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p {
  padding-left: 0!important;
  padding-right: 80px;
}
.model_gs7 .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p::before {
  display: none!important;
}
.e_kv {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ejet {
  position: relative;
}
.ejet .e_kv {
  background-image: url('../lib/img/ejet_kv.jpg');
}
.ejet .container {
  padding: 72px 0;
}
.ejet .container .e_tit {
  display: block;
  width: 105px;
  margin-bottom: 48px;
}
.ejet .container p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.elinker {
  position: relative;
}
.elinker .e_kv {
  background-image: url('../lib/img/elinker_kv.jpg');
}
.elinker .container {
  padding: 72px 0;
}
.elinker .container .e_tit {
  display: block;
  width: 172px;
  margin-bottom: 48px;
}
.elinker .container p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.evCoupe {
  position: relative;
}
.evCoupe .e_kv {
  background-image: url('../lib/img/evCoupe_kv.jpg');
}
.evCoupe .container {
  padding: 72px 0;
}
.evCoupe .container .e_tit {
  display: block;
  width: 172px;
  margin-bottom: 48px;
}
.evCoupe .container p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.enLight .container {
  padding: 72px 0;
}
.enLight .e_kv {
  background-image: url('../img/enlight_kv.jpg');
}
.enLight .e_tit {
  display: block;
  width: 165px;
  margin-bottom: 48px;
}
.enspirit .container {
  padding: 72px 0;
}
.enspirit .e_kv {
  background-image: url('../img/enspirit_kv.jpg');
}
.enspirit .e_tit {
  display: block;
  width: 174px;
  margin-bottom: 48px;
}
@media all and (max-width: 1200px) {
  #header .nav {
    left: 220px;
  }
  #header .link > a {
    margin-right: 16px;
  }
  #header .nav li {
    padding: 29px 14px;
  }
  #header .btn_search {
    right: 210px;
  }
  #index .i2 #i_model_item .i_model_swiper .swiper-slide > a {
    height: 88px;
  }
  .Model .m_p3 .Model_pic .tit1 {
    font-size: 22px;
  }
  .Model .m_p3 .Model_pic .tit2 {
    font-size: 16px;
    text-indent: 28px!important;
  }
  .Model .m_p3 .Model_pic p {
    font-size: 14px;
  }
  .Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper .t1 {
    font-size: 24px;
  }
  .Model .m_p5 .m_p5_txt_swiper_box .m_p5_txt_swiper p {
    font-size: 14px;
    line-height: 24px;
  }
  .Model .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit1 {
    font-size: 24px;
  }
  .Model .m_p4 .m_p4_txt_swiper .swiper-slide .content .tit2 {
    font-size: 18px;
  }
  .Model .m_p4 .m_p4_txt_swiper .swiper-slide .content p {
    font-size: 14px;
  }
  .container {
    width: 1000px;
  }
  #footer .foot {
    width: 1000px;
  }
  #about .CSR .container .list li a .thumb_box {
    height: 215px;
  }
  #about .a_kv .key {
    width: 1000px;
  }
  #about .history .date_list li {
    line-height: 24px;
    padding-bottom: 4px;
  }
  #about .award .container .award_swiper .swiper-slide .item {
    width: 232px;
    height: 232px;
    margin-right: 24px;
  }
  #about .award .container .award_swiper_next {
    right: -34px;
  }
  #about .award .container .award_swiper_prev {
    left: -34px;
  }
  #about .CSR .container .list li {
    width: 320px;
    margin-right: 20px;
  }
  .tech .technology .container .content {
    height: 428px;
    padding-bottom: 56px;
  }
  .tech .technology .container .list li .info .btn_more {
    right: 12px;
  }
  .tech .technology .container .list li {
    width: 322px;
  }
  .tech .technology .container .list li:nth-child(2) {
    left: 339px;
  }
  .tech .technology .container .list li:nth-child(3) {
    left: 678px;
  }
  .a_kv .key {
    width: 1000px;
  }
  .factory .product .pro_thumb > .pro_thumb_item .txt {
    font-size: 12px;
  }
  .factory .product .pro_swiper .swiper-slide .content .txt > p {
    font-size: 12px;
  }
  .factory .qc .qc_swiper .swiper-slide .txt p {
    line-height: 1.6;
  }
  .factory .rde .triangle_txt .item1 {
    height: 182px;
  }
  .factory .rde .triangle_txt .item1 .item_wrap {
    border-left: 91px solid transparent;
    border-right: 91px solid transparent;
    border-bottom: 182px solid #f6740a;
  }
  .factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(1) {
    top: 104px;
  }
  .factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(2) {
    top: 130px;
  }
  .factory .rde .triangle_txt .item1 .item_wrap > span:nth-child(3) {
    top: 154px;
  }
  .factory .rde .triangle_txt .item2 {
    height: 150px;
  }
  .factory .rde .triangle_txt .item2 .item_wrap {
    height: 150px;
  }
  .factory .rde .triangle_txt .item2 .item_wrap::before {
    border-bottom: 150px solid #c41431;
    border-left: 75px solid transparent;
    left: -75px;
  }
  .factory .rde .triangle_txt .item2 .item_wrap::after {
    border-bottom: 150px solid #c41431;
    border-right: 75px solid transparent;
    right: -75px;
  }
  .factory .rde .triangle_txt .item2 > span:nth-child(1) {
    top: 16px;
  }
  .factory .rde .triangle_txt .item2 > span:nth-child(2) {
    top: 44px;
  }
  .factory .rde .triangle_txt .item2 > span:nth-child(3) {
    top: 70px;
  }
  .factory .rde .triangle_txt .item2 > span:nth-child(4) {
    top: 94px;
  }
  .factory .rde .triangle_txt .item2 > span:nth-child(5) {
    top: 122px;
  }
  .factory .rde .triangle_txt .item3 {
    height: 172px;
  }
  .factory .rde .triangle_txt .item3 .item_wrap {
    height: 172px;
  }
  .factory .rde .triangle_txt .item3 .item_wrap::before {
    border-bottom: 172px solid #77002d;
    border-left: 86px solid transparent;
    left: -86px;
  }
  .factory .rde .triangle_txt .item3 .item_wrap::after {
    border-bottom: 172px solid #77002d;
    border-right: 86px solid transparent;
    right: -86px;
  }
  .factory .qc .qc_swiper .swiper-slide .qc_txt1 {
    padding-top: 120px;
  }
  .factory .qc .qc_swiper .swiper-slide .qc_txt2 {
    padding-top: 80px;
  }
}

@media all and (max-width: 1400px) {
  #index .i2 #i_model_item .i_model_swiper .swiper-slide > a {
    height: 100px;
  }
  .subNav .sunNavInner .item{
    padding-left: 0;
  }
  .subNav .sunNavInner .item a{
    width: 230px;
  }
  .thirdNav{
    width: 230px;
    left: 230px;
  }
  .thirdNav span{
    width: 230px;
    padding-left: 50px;
  }
  .thirdNav span::before{
    width: 230px!important;
  }
  .thirdNav span.cur::before{
    width: 230px!important;
  }
  .car_pic_item{
    padding-left: 60px;
    width: 350px;
  }
}
