/* 布局样式块 */
body {
  background:rgba(250,250,250,1);
}
.layout_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 0 80px 0;
}
.mobile_layout_title {
  display: none;
}
.pc_img {
  display: inline-block;
}
.mobile_img {
  display: none;
}
.action_pointer {
  cursor: pointer;
  display: inline-block;
  height: 100%;
}
.action_pointer:hover .product_img_banner{
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .layout_container {
    width: 90vw;
  }
}

.layout_title {
  color:rgba(0,0,0,0.8);
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.layout_text {
  color:rgba(0,0,0,0.6);
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.en_us .layout_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.layout_action {
  color:rgba(20,123,209,1);
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
.layout_action:hover {
  color:rgba(20,123,209,1); 
}
.main_content {
  margin-bottom: 24px;
}

/* 图片card样式块 */
.img_card_content {
  width: 100%;
  max-width: 1200px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}
.img_card_content .action_pointer{
  display: block;
}
/* banner背景图 */
.product_img_banner{
  transition: all .3s ease;
  width: 100%;
  max-width: 1200px;
  height: 480px;
  background-color: #000000;
}
.producter_img_productbanner{
  background: url("../images/productbanner.jpg") no-repeat;
  background-position: 68%;
  background-size: cover;
}
.producter_img_product4{
  background: url("../images/product4.jpg") no-repeat;
  background-position: 68%;
  background-size: cover;
}


.img_card_content .action_pointer img {
  transition: all .3s ease;
}
.img_card_content:hover .action_pointer img {
  transform: scale(1.05);
}

.position {
  display: block;
  margin: 0 auto; /*水平居中*/
  position: absolute;
  top: 50%; /*偏移*/
  transform: translateY(-50%);
  left: 72px;
}
.position h5 {
  color:rgba(255,255,255,1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 496px;
}
.position p {
  color:rgba(255,255,255,.7);
  margin-top: 16px;
  max-width: 496px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.en_us .position p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.position a {
  color:rgba(255,255,255,1);
  margin-top: 32px;
  display: block;
  cursor: pointer;
}


/* 产品card样式块 */
.main_content  .card_content {
  display: table;
  margin-right: -12px;
  margin-left: -12px;
}
.main_content  .card_content li {
  overflow: hidden;
  height: 524px;
  padding: 0 12px;
  margin-bottom: 24px;
}
/* 英文版 高度特殊 */
.en_us .main_content .card_content .product_item {
  height: 556px;
}

.main_content:nth-last-child(1) {
  margin: 0;
}
.main_content .product_main {
  height: 100%;
  background:rgba(255,255,255,1);
}

.main_content .product_main:hover .img_content div {
  transform: scale(1.05);
}

.product_main .img_content {
  background-color:rgba(68,68,68,1);
  overflow: hidden;
  transition: all .3s ease;
}

.product_main .img_content_two{
  height:320px;
  transition: all .3s ease;
}

.product_main .img_content_three{
  height:260px;
  transition: all .3s ease;
}

.img_content_product2{
  background: url("../images/product2.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product3{
  background: url("../images/product3.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product5{
  background: url("../images/product5.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product6{
  background: url("../images/product6.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product7{
  background: url("../images/product7.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product8{
  background: url("../images/product8.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}
.img_content_product9{
  background: url("../images/product9.jpg") no-repeat;
  /* background-position: 68%; */
  background-size: cover;
}

/* .product_main .img_content img {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
} */
.product_item_text_content {
  padding: 0 48px;
  margin-top: 28px;
}
.product_item_text_content a img,.sm_product_item_text_content a img, .position a img{
  vertical-align: top;
  margin-top: 5px !important;
  margin-left: 2px;
  width: 8px;
  height: 12px;
}
 .position a img {
  width: 10px;
  height: 14px;
  margin-top: 7px !important;
 }

/* 一行三个card样式块 */
.main_content .card_content  .sm_product_item {
  height: 428px;
}
.en_us .main_content .card_content .sm_product_item {
  height: 464px;
}
/* .main_content .card_content  .sm_product_item .img_content {
  height: 260px;
} */
.main_content .sm_product_item .sm_product_item_text_content {
  padding: 0 32px;
  margin-top: 16px;
}
.main_content .sm_product_item .sm_product_item_text_content .layout_title {
  font-size:20px;
  line-height:36px;
}
.main_content .sm_product_item .sm_product_item_text_content .layout_text {
  margin-top: 4px;
}
.main_content .sm_product_item .sm_product_item_text_content .layout_action {
  margin-top: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .layout_container {
    padding: 40px 0  0 0;
  }
  .product_item_text_content a img,.sm_product_item_text_content a img, .position a img{
    margin-top: 5px !important;
    margin-left: 2px;
    height: auto !important;
    width: 8px !important;
    height: 12px !important;
  }
  .position a img {
    width: 8px;
    height: 12px !important;
  }
  .pc_img {
    display: none !important;
  }
  .mobile_img {
    display: inline-block !important;
  }

  /* .main_content .card_content .sm_product_item .img_content img ,.main_content .card_content .sm_product_item .img_content {
    height: 200px;
  } */

  .main_content .sm_product_item .sm_product_item_text_content .layout_text {
    margin-top: 0;
  }
  .en_us .main_content .card_content .product_item,.en_us .main_content .card_content .sm_product_item {
    height: auto;
  }

  /* banner背景图 */
  .product_img_banner, 
  .product_main .img_content_two, .product_main .img_content_three{
    height: 224px;
  }
  .action_pointer{
    width: 100%;
  }

  .img_content_product3{
    background-position: 100%;
  }
  .producter_img_product4{
    background-position: 105%;
    background-color: #000;
  }
  .img_content_product9{
    background-position: 68%;
  }
  /* item_twp */
  /* .product_main .img_content_two{
    height: 224px;
  } */

  .img_card_content {
    max-height: auto !important;
  }
  .img_card_content img{
    height:200px !important;
  }
  .main_content .card_content .sm_product_item {
    height: auto;
  }
  .main_content .sm_product_item .sm_product_item_text_content .layout_action {
    margin-top: 8px;
  }
  .main_content .sm_product_item .sm_product_item_text_content {
    padding: 0;
    margin-top: 0;
  }
  .layout_title {
    height: auto;
    -webkit-line-clamp: 2;
    margin-top: 16px;
  }
  .layout_text {
    -webkit-line-clamp: 1111111;
    margin-top: 0;
  }
  .en_us .layout_text {
    -webkit-line-clamp: 1111111;
  }
  .en_us .position p {
    -webkit-line-clamp: 1111111;
  }
  .layout_action {
    margin-top: 8px;
  }
  .position {
    position: static;
    top: 0px;
    transform:none;
    width: 100%;
  }
  .position h5 {
    color:rgba(0,0,0,0.8);
    font-size: 20px !important;
    line-height: 28px !important;
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .position p {
    color:rgba(0,0,0,.6);
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top: 0;
    -webkit-line-clamp: 1111111;
  }
  .position a {
    color:rgba(20,123,209,1);
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top: 8px;
    font-weight: 400;
  }
  /* .product_main .img_content,.product_main .img_content img {
    height:200px;
  } */
  .product_item_text_content {
    padding: 0;
    margin-top: 0;
  }
  .main_content .card_content li {
    height: auto;
    margin-bottom: 40px !important;
    padding: 0;
  }
  .main_content .card_content {
    margin-left: 0;
    margin-right: 0;
  }
  .main_content {
    margin-bottom: 40px;
  }
  .main_content .product_main {
    background: transparent;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .layout_title {
    line-height: 28px;
    margin-bottom: 4px;
    max-height:56px;
  }
  .main_content .sm_product_item .sm_product_item_text_content .layout_title {
    line-height: 28px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .mobile_layout_title {
    display: none;
  }
  /* item_twp or item_three */
  .main_content .card_content li, .main_content .card_content .sm_product_item {
    height: 376px;
  }
  /* banner背景图 */
  .img_card_content, .product_img_banner{
    height: 320px;
  }

  /* item_twp */
  .product_main .img_content_two, .product_main .img_content_three{
    height: 208px;
  }

  .img_content_product9{
    background-position: 68%;
  }
  
  .position a img{
    margin-top: 5px !important;
  }

  .position h5{
    max-width: 350px;
  }
  .position p{
    max-width: 350px;
    -webkit-line-clamp: 3;
  }

  .en_us .main_content .card_content .product_item {
    height: 464px;
  }
  .product_item_text_content {
    padding: 0 32px;
    margin-top: 16px;
  }  
  /* .product_main .img_content {
    height: 260px;
  } */
  .layout_title {
    font-size:20px;
    line-height:36px;
  }
  .layout_text {
    margin-top: 4px;
  }
  .layout_action {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile_layout_title {
    display: none;
  }
  /* banner背景图 */
  .img_card_content, .product_img_banner{
    height: 400px;
  }
  /* item_twp */
  .product_main .img_content_two{
    height: 272px;
  }
  .product_main .img_content_three{
    height: 224px;
  }
  /* item_three */
  .main_content .card_content li, .main_content .card_content .sm_product_item{
    height: 392px;;
  }
  /* item_two */
  .main_content .card_content li {
    height: 476px;
  }

  .position a img {
    margin-top: 7px !important;
  }
  .position h5{
    max-width: 496px;
  }
  .position p{
    max-width: 496px;
    -webkit-line-clamp: 2;
  }

  .en_us .main_content .card_content .product_item {
    height: 556px;
  }
  .product_item_text_content {
    padding: 0 48px;
    margin-top: 28px;
  }  
  /* .product_main .img_content {
    height:320px;
  } */
  .layout_title {
    font-size:24px;
    line-height:36px;
  }
  .layout_text {
    margin-top: 8px;
  }
  .layout_action {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile_layout_title {
    display: none;
  }
  /* banner背景图 */
  .img_card_content, .product_img_banner{
    height: 480px;
  }
  
  .product_main .img_content_two{
    height: 320px;;
  }

  .img_card_content {
    /* width: 1200px; */
    height: 480px;
  }
  .img_card_content img{
    height: 480px;
  }
  /* item_two */
  .main_content .card_content li{
    height: 524px;
  }
    /* item_three */
  .main_content .card_content .sm_product_item{
    height: 392px;
  }

  .position a img {
    margin-top: 7px !important;
  }
  .position h5{
    max-width: 496px;
  }
  .position p{
    max-width: 496px;
    -webkit-line-clamp: 2;
  }
  
  .en_us .main_content .card_content .product_item {
    height: 556px;
  }
  .product_item_text_content {
    padding: 0 48px;
    margin-top: 28px;
  }  
  /* .product_main .img_content {
    height:320px;
  } */
  .layout_title {
    font-size:24px;
    line-height:36px;
  }
  .layout_text {
    margin-top: 8px;
  }
  .layout_action {
    margin-top: 20px;
  }
}