* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
/* 行显示，多出省略 */
/* 
* 自定义滚动条样式
* @class: 类名
* @w:滚动条宽度
* @barColor：滚动条拖拽条的颜色
* @barOpacity：滚动条拖拽条的透明度
* @bgColor：滚动条背景色
* @bgOpacity：滚动条的透明度
* 
* 使用：.scrollBar(xx,8px,#ff0)
*/
/* 使用示例，demo不用加引号 */
.bold {
  font-weight: bold;
}
/* 滚动条示例 */
body {
  color: #666;
}
/* 公司介绍 */
.company_pro_sec1 {
  padding: 2.60416667% 0;
}
.company_pro_sec1 .sec_tit {
  margin-bottom: 0.8em;
  text-align: center;
}
.company_pro_sec1 .line {
  background-color: #0059c1;
  height: 8px;
  width: 120px;
  margin: 0 auto 2rem;
}
.mobile_show {
  display: none;
}
.company_pro_sec2 {
  background-color: #f9f9f9;
  padding: 3.64583333% 0;
}
.company_pro_sec2 dd {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.company_pro_sec2 dd:last-child {
  border-bottom: none;
}
.company_pro_sec2 dd .img {
  display: none;
}
.company_pro_sec2 dd .tit {
  padding-right: 14.01869159%;
  cursor: pointer;
  max-width: 94%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company_pro_sec2 dd .tit::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  cursor: pointer;
  background: url(../images/arrow_down.png) no-repeat center center;
}
.company_pro_sec2 dd.active .img {
  /* display: block; */
}
.company_pro_sec2 dd.active .tit {
  max-height: 100%;
  white-space: normal;
  height: auto;
  display: block;
}
.company_pro_sec2 dd.active .tit::after {
  display: none;
}
.company_pro_sec2 .mobile_show {
  position: relative;
  margin: 20px 0;
}
.company_pro_sec2 .mobile_show .swiper-button-prev,
.company_pro_sec2 .mobile_show .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.company_pro_sec2 .mobile_show .swiper-button-prev {
  background: #fff url(../images/arrow_left.png) no-repeat center center;
}
.company_pro_sec2 .mobile_show .swiper-button-next {
  background: #fff url(../images/arrow_right.png) no-repeat center center;
}
.company_pro_sec2 .mobile_show .swiper-slide {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.company_pro_sec2 .mobile_show .swiper-slide.swiper-slide-active {
  color: #0059c1;
}
.company_pro_sec2 dt {
  margin-bottom: 1em;
}
.company_pro_sec2 .left {
  float: left;
  width: 49.84375%;
}
.company_pro_sec2 .left .img {
  margin-top: 20px;
}
.company_pro_sec2 .left .item {
  display: none;
}
.company_pro_sec2 .left .item.active {
  display: block;
}
.company_pro_sec2 .right {
  position: relative;
  float: right;
  width: 50%;
  height: 580px;
}
.company_pro_sec2 .right .ct {
  position: absolute;
  right: 35.9375%;
  top: 39.65517241%;
  width: 19.0625%;
  background: #0059c1;
  border-radius: 50%;
}
.company_pro_sec2 .right .ct .square {
  width: 100%;
  padding-top: 100%;
  background: #0059c1;
  overflow: hidden;
  border-radius: 50%;
}
.company_pro_sec2 .right .ct img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_pro_sec2 .right .item {
  position: absolute;
  width: 23.75%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 0 60px 2px rgba(0, 0, 0, 0.11);
}
.company_pro_sec2 .right .item:hover::before,
.company_pro_sec2 .right .item.active::before,
.company_pro_sec2 .right .item:hover::after,
.company_pro_sec2 .right .item.active::after {
  opacity: 1;
}
.company_pro_sec2 .right .item:hover .square,
.company_pro_sec2 .right .item.active .square {
  background-color: #1d85ff;
}
.company_pro_sec2 .right .item:hover span,
.company_pro_sec2 .right .item.active span {
  color: #fff;
}
.company_pro_sec2 .right .item::before,
.company_pro_sec2 .right .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 110%;
  height: 110%;
  background: rgba(29, 133, 255, 0.1);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.company_pro_sec2 .right .item::after {
  width: 118%;
  height: 118%;
}
.company_pro_sec2 .right .item .square {
  width: 100%;
  padding-top: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}
.company_pro_sec2 .right .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #0e62c4;
  font-size: 18px;
  text-align: center;
}
.company_pro_sec2 .right .cu {
  right: 34.375%;
  top: 38px;
}
.company_pro_sec2 .right .rt {
  right: 4.6875%;
  top: 29.6875%;
}
.company_pro_sec2 .right .rb {
  right: 15.15625%;
  top: 63.125%;
}
.company_pro_sec2 .right .lb {
  right: 49.0625%;
  top: 63.125%;
}
.company_pro_sec2 .right .lt {
  right: 62.8125%;
  top: 29.6875%;
}
.company_pro_sec3 {
  padding: 5.52083333% 0 7.8125%;
}
.company_pro_sec3 .sec_tit {
  margin-bottom: 1em;
  color: #323232;
}
.company_pro_sec3 .cont {
  position: relative;
}
.company_pro_sec3 .img {
  float: left;
  width: 40.859375%;
}
.company_pro_sec3 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.140625%;
  height: 100%;
  background: #0059c1;
  padding: 2.96875% 4.21875%;
}
.company_pro_sec3 .text p {
  position: relative;
  margin-top: 2em;
  padding-left: 15px;
}
.company_pro_sec3 .text p::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #fff;
  border-radius: 50%;
}
.company_pro_sec3 .text .scroll {
  height: 100%;
  color: #fff;
}
.company_pro_sec4 {
  padding: 3.64583333% 0 6.25%;
  background: url(../images/en_sec4_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.company_pro_sec4 h2 {
  color: #323232;
  margin-bottom: 1em;
}
.company_pro_sec4 .item {
  display: none;
  padding-bottom: 2.60416667%;
}
.company_pro_sec4 .item.active {
  display: block;
  animation: company_pro_sec4_animate 1s;
}
@keyframes company_pro_sec4_animate{
	0%{
		transform: translate(0,-30px);
		opacity: 0;
	}
	100%{
		transform: translate(0,0px);
		opacity: 1;
	}
}
.company_pro_sec4 .item i {
  padding-right: 5px;
}
.company_pro_sec4 .item em {
  margin-right: 5px;
}
.company_pro_sec4 dt {
  margin-bottom: 0.8em;
}
.company_pro_sec4 .tabs {
  margin-bottom: 2.60416667%;
}
.company_pro_sec4 .tabs span {
  display: block;
  float: left;
  width: 23.26171875%;
  margin-right: 23px;
  cursor: pointer;
  color: #323232;
  padding-bottom: 0.7em;
  border-bottom: 5px solid #0059c1;
}
.company_pro_sec4 .tabs span:last-child {
  margin-right: 0;
}
.company_pro_sec4 .tabs span.active {
  color: #0059c1;
}
.company_pro_sec4 .sec4_sort {
  margin-top: 4.16666667%;
}
.company_pro_sec4 .sec4_sort .sec_tit {
  text-align: center;
}
.company_pro_sec4 .sec4_sort li {
  position: relative;
  float: left;
  width: 30.859375%;
  margin-right: 3.671875%;
  overflow: hidden;
}
.company_pro_sec4 .sec4_sort li:nth-child(3n) {
  margin-right: 0;
}
.company_pro_sec4 .sec4_sort li:hover .mask {
  top: 0;
  background-color: rgba(0, 89, 193, 0.8);
}
.company_pro_sec4 .sec4_sort li:hover .mask .tit {
  text-align: left;
}
.company_pro_sec4 .sec4_sort .mask {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 66%;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 12.65822785% 12.65822785% 0;
}
.company_pro_sec4 .sec4_sort .mask .tit {
  margin-bottom: 0.8em;
  text-align: center;
}
.company_pro_sec4 .sec4_sort .mask .tit_line {
  width: 32px;
  height: 5px;
  background-color: #fff;
  margin-bottom: 1.3em;
}
.company_pro_sec4 .sec4_sort .mask .desc {
  max-height: 5em;
  overflow: auto;
}
.company_pro_sec5 {
  background: url(../images/en_sec5_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 3.64583333% 0 6.25%;
  color: #323232;
}
.company_pro_sec5 .sec_tit {
  text-align: center;
  margin-bottom: 5.46875%;
}
.company_pro_sec5 .swiper_box {
  border-bottom: 1px solid #b6babe;
  padding-bottom: 30px;
}
.company_pro_sec5 .swiper_box .wrap {
  padding: 0 60px;
  position: relative;
}
.company_pro_sec5 .swiper-slide {
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  color: #323232;
  vertical-align: bottom;
  align-self: flex-end;
  line-height: 1;
}
.company_pro_sec5 .swiper-slide-active span {
  font-size: 2.5em;
  display: inline-block;
  vertical-align: bottom;
}
.company_pro_sec5 .swiper-button-prev,
.company_pro_sec5 .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: -16px;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-top: 0;
  background: #fff url(../images/arrow_left.png) no-repeat center center;
}
.company_pro_sec5 .swiper-button-next {
  left: auto;
  right: 0;
  background: #fff url(../images/arrow_right.png) no-repeat center center;
}
.company_pro_sec5 .swiper_cont {
  padding-top: 6.875%;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
.company_pro_sec5 .swiper_cont .item {
  display: none;
}
.company_pro_sec5 .swiper_cont .item.active {
  display: block;
}
.company_pro_sec5 .swiper_cont li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.company_pro_sec5 .swiper_cont li::before {
  content: '-  ';
  posation: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  font-weight: bold;
}
/* product */
.product_sec1 {
  padding-bottom: 5.20833333%;
}
.product_sec1 li {
  float: left;
  width: 22.1875%;
  margin-right: 3.75%;
  text-align: center;
}
.product_sec1 li:last-child {
  margin-right: 0;
}
.product_sec1 .cont {
  height: 66px;
  border-bottom: 1px solid #0059c1;
  align-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_product {
  background: #f9f9f9;
  padding: 3.125% 0 5.72916667%;
}
.common_product h2 {
  text-align: center;
  color: #000;
  margin-bottom: 1.8em;
}
.common_product .list ul{
	display: flex;
    flex-wrap: wrap;
}
.common_product .list li {
  float: left;
  display: flex;
  width: 32.8125%;
  margin-right: 0.78125%;
  margin-bottom: 0.78125%;
  background: #fff;
  padding: 2.34375%;
  overflow: hidden;
}
.common_product .list li:nth-child(3n) {
  margin-right: 0;
}
.common_product .list .icon {
  float: left;
  width: 68px;
  height: 68px;
  background: #0f63c5;
  border-radius: 50%;
  background-image: url(../images/en_icon02.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 20px;
  background-size: 40%;
}
.common_product .list .cont {
  float: left;
  margin-left: 7.14285714%;
}
.common_product .list .cont .zw {
  font-size: 16px;
  margin-bottom: 10px;
}
.common_product .list .cont .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_product .common_address {
  position: relative;
  margin-top: 5.078125%;
}
.common_product .common_address .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0059c1;
  color: #fff;
  padding: 14px 20px;
}
.common_table {
  padding-bottom: 5.20833333%;
}
.common_table .down_btn {
  text-align: right;
}
.common_table .down_btn a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 86px 0 90px;
  height: 50px;
  line-height: 50px;
  color: #0059c1;
  border-radius: 25px;
}
.common_table .down_btn a::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 23px;
  background: url(../images/en_icon03.png) no-repeat center center;
}
.common_table .down_btn a::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../images/en_icon04.png) no-repeat center center;
}
.table_cont {
  margin-top: 3.125%;
}
.ph_table {
  width: 100%;
  color: #555555;
  text-align: center;
}
.ph_table td {
  border: none;
}
.ph_table thead td {
  background: #0059c1;
  color: #fff;
  font-weight: bold;
}
.ph_table .t2,
.ph_table .t3,
.ph_table .t4,
.ph_table .t5,
.ph_table .t6 {
  width: auto !important;
}
.ph_table tbody tr {
  background: none;
}
.ph_table tbody tr:nth-child(even) td {
  background: #f2f2f2;
}
.ph_table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
@media only screen and (max-width: 1280px) {
  .ph_table td {
    padding: 20px 10px;
  }
  .ph_table .t2,
  .ph_table .t4,
  .ph_table .t5,
  .ph_table .t6 {
    width: 150px;
  }
  .common_product .list .icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  /* en首页 */
  .mobile_show {
    display: block;
  }
  .company_pro_sec2 .left,
  .company_pro_sec2 .right {
    float: none;
    width: 100%;
  }
  .company_pro_sec2 .right {
    display: none;
  }
  .company_pro_sec2 .right .item span {
    font-size: 14px;
  }
  .company_pro_sec4 {
    background-size: cover;
  }
  .company_pro_sec4 .tabs span {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .company_pro_sec4 .tabs span:nth-child(2n) {
    margin-right: 0;
  }
  .company_pro_sec4 .sec4_sort li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .company_pro_sec4 .sec4_sort li img {
    width: 100%;
  }
  .company_pro_sec4 .sec4_sort li .mask {
    position: static;
    background: #0059c1;
    padding: 20px;
  }
  .company_pro_sec4 .sec4_sort li .mask .tit {
    text-align: left;
  }
  .company_pro_sec4 .sec4_sort li .mask .tit_line {
    margin-bottom: 0.8em;
  }
  .company_pro_sec4 .sec4_sort li .mask .desc {
    max-height: 100em !important;
  }
  .company_pro_sec5 {
    background-size: cover;
  }
  .company_pro_sec5 .swiper-slide-active span {
    font-size: 1.2em;
  }
  .common_product .list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .common_product .list li:nth-child(3n) {
    margin-right: 2%;
  }
  .common_product .list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .ph_table td {
    padding: 15px 10px;
  }
  .ph_table .t2,
  .ph_table .t4,
  .ph_table .t5,
  .ph_table .t6 {
    width: 110px;
  }
  .ph_table .t3 {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .ph_table,
  .ph_table thead,
  .ph_table tbody,
  .ph_table th,
  .ph_table td,
  .ph_table tr {
    display: block;
  }
  .ph_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ph_table tr {
    border: 1px solid #eee;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .ph_table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 0;
    padding-left: 6em;
    white-space: normal;
    text-align: left;
  }
  .ph_table td:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    width: 6em;
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .ph_table td:before {
    content: attr(data-title);
  }
  /* en首页 */
  .company_pro_sec2 .right {
    height: 350px;
  }
  .company_pro_sec3 .img,
  .company_pro_sec3 .text {
    float: none;
    width: 100%;
    position: static;
  }
  /* 产品首页*/
  .product_sec1 li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .product_sec1 li .cont {
    height: auto;
    padding: 10px 0;
    background: #0059c1;
    color: #fff;
    white-space: inherit;
  }
  .common_product .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .common_product .common_address .txt {
    position: static;
    width: 100%;
  }
  /* 表格 */
  .table_cont.fdfs .ph_table td,
  .table_cont.apis .ph_table td,
  .table_cont.tcms .ph_table td,
  .table_cont.intermediates .ph_table td {
    padding-left: 9em;
  }
}
