
.news-card {
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    padding: 0;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
    margin-left: 8px;
    margin-right: 8px;
    top: 32px;
}

.news-card .news-card-image {
    min-height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.news-card .news-card-content {
    transition: all 0.5s ease-in-out;
    min-height: 175px;
    padding: 32px;
}

.news-card .news-card-content p.p2 {
    margin: 0;
}

.news-card .news-card-content p.news-card-text,.news-card .news-card-content a {
    display: none;
}

.news-card:hover {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    margin-top: -30px;
}

.news-card:hover .news-card-content p.news-card-text {

    transition: all 0.5s ease-in-out;
    overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
max-height: 96px;
}

.news-card:hover .news-card-content {
    min-height: 280px;
}

.news-card:hover .news-card-content a {
    display: inline;
}

.news-card:hover .news-card-image {
    min-height: 180px;
}

@media (max-width: 768px) {
    .news-card {
        margin-top:8px;
        top: unset;
    }

    .news-card .news-card-content a {
        display: initial;
        position: absolute;
        transform: translateX(-50%);
        bottom: 20px;
    }

    .news-card .news-card-content p.news-card-text {
      overflow:hidden;
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:4;
      max-height: 96px;
    }

    .news-card .news-card-image,.news-card .news-card-content {
        min-height: 225px;
    }

    .news-card:hover {
        margin-top: 8px !important;
    }

    .news-card:hover .news-card-image,.news-card:hover .news-card-content {
        min-height: 225px;
    }
}
.news-latest-container .owl-controls{
  display: none;
}
.news-latest-container .owl-stage-outer{
  height: 560px;
}
.news-latest-container h3{
  font-size: 22px;
  margin-bottom: 8px;
  overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.news-latest-container *{
    box-sizing: border-box;
}
.end_history .font{
  width: 60%;
  padding: 0 15px;
  box-sizing: border-box;
}
.end_history .img, .end_history .slide_img .item{
  position: relative;
  padding-bottom: 56.22%;
}
.end_history .img img, .end_history .slide_img .item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_img{
}
.slide_img_wapper{
  float: right;
  padding: 20px 0 0 20px;
  margin-top: -90px;
  background: #fff;
  box-sizing: border-box;
  width: 40%;
  position: relative;
}
.slide_img .owl-nav{
  display: none;
}
.slide_img .owl-dot{
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  line-height: 31px;
  opacity: 0.5;
}
.slide_img .owl-controls{
  margin-top: 8px;
}
.slide_img .owl-dot.active{
  opacity: 1;
  border-bottom: 1px solid #e2001a;
}
.product .main .font{
  width: 58%;
  box-sizing: border-box;
  float: left;
}
.product .main .nav a:before{
    content: "∕";
    padding-left: 12px;
    position: relative;
    right: 0.5em;
    line-height: 0.85em;
    display: inline-block;
    color: #e2001a;
}
.product .main .img{
  width: 40%;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  float: right;
}
.product .main:nth-of-type(2n) .img{
  float: left;
}
.product .main:nth-of-type(2n) .font{
  float: right;
}
.product .main{
  padding: 48px 0;
}
.pro{
}
.pro li{
  float: left;
  position: relative;
  margin-bottom: 16px;
}
.pro .bg{
  padding-bottom: 100px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.pro li{
  margin-bottom: 48px;
}
.pro li .img{
position: relative;
padding-bottom: 56.15%;
}
.pro li .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro li .p1{
    border-bottom: 0.5px solid #002a5b;
}
.pro li .font{
  padding: 0 16px;
}
.pro li dl{

}
.pro li dl dd{
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 12px 12px 12px 18px;
}
.pro li dl dd:nth-of-type(2n){
  background: #f5f5f5;
}
.pro li dl dd span{
  max-width: 50%;
}
.pro li dl dd em{
  max-width: 50%;
  text-align: right;
}
.pro li .btn{
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
.pro_top .bg{
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
    min-height: 445px;
  background-position: center;
}
.pro_top .font{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro_top .font .img img{
  width: 700px;
}
.pro_detail .fix_tab{
  border-bottom: 1px solid #e2001a;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.pro_detail .fix_tab .wrapper{
  display: flex;
}
.pro_detail .fix_tab a{
  flex:1;
  padding: 24px 0;
  text-align: center;
}
.pro_detail .fix_tab a:hover{
  text-decoration: inherit;
  color: inherit;
}
.pro_detail .title0{
  margin-bottom: 70px;
}
.pro_detail .pro_d_dl dd,
.pro_detail .pro_d_dl dd{
  width: 33.333%;
  border-right: 1px solid rgb(190, 190, 190);
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 16px 36px;
}
.pro_detail .pro_d_dl dd:before{
    content: "∕";
    position: absolute;
    left: 3px;
    line-height: 9px;
    display: inline-block;
    top: 23px;
    color: #e2001a;
    padding-left: 12px;
}
.pro_detail .pro_d_dl dd:nth-of-type(3n){
  border-right: 0;
}
.pro_detail .part2 .main{
  display: flex;
  flex-wrap: wrap;
}
.pro_detail .part2 .main li{
  margin-bottom: 50px;
}
.pro_detail .part2 .main li h5{
  border-bottom: 1px solid #002856;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.pro_detail .part2 .main table tr td{
  height: 46px;
  padding: 0 15px;
}
.pro_detail .part2 .main table tr:nth-of-type(2n){
  background: #f5f5f5;
}
.pro_detail .part2 .main table td:nth-of-type(2n){
  text-align: right
}
.pro_detail .pro_d_list{
  display: flex;
  flex-wrap: wrap;
}
.pro_detail .pro_d_list li{
  margin-bottom: 40px;
}
.pro_detail .pro_d_list li .bg{
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.pro_detail .pro_d_list li .font{
  padding: 0 16px;
}
.pro_detail .pro_d_list li .img{
  /*height: 200px;
  overflow: hidden;*/
}
.pro_detail .pro_d_list .btn{
  position: absolute;
  left: 0;
  font-size: 14px;
  text-align: center;
  bottom: 24px;
  width: 100%;
  line-height: 24px;
}
.pro_detail .pro_d_list .btn a:after{
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  background: #002856;
}
.fix_tab.fixed{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.pro_detail .part6 li{
  display: flex;
  margin-bottom: 24px;
}
.pro_detail .part6 li .bg{
  padding-bottom: 15px;
}
.pro_detail .part6 li .img{
  /* width: 50%; */
  padding: 0 15px;
  text-align: right;
  position: relative;
}
.pro_detail .part6 li .img img{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.pro_detail .part6 li .img::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pro_detail .part6 li .img::after{
  font: normal normal normal 40px / 1 'font_ico';
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pro_detail .part6 li .font{
  /* width: 50%; */
  padding: 0 15px;
}
.download{
  display: flex;
  flex-wrap: wrap;
}
.pro_detail .pro_top{
  position: relative;
}
.download li{
  margin-bottom: 24px;
  box-sizing: border-box;
}
.download li .bg{
  background: #fff;
  padding: 16px 16px 72px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.download li .bg h4{
  word-wrap: break-word;
}
.download li .btn{
  background: #002856;
  line-height: 56px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  display: block;
}
.download li .btn:after{
      padding-left: 10px;
    content: "\f019";
    font: normal normal normal 14px/1 'font_ico';
}
.download li .btn:hover{
  background: #6b6f76;
}

.img_font .img{
  width: 50%;
  box-sizing: border-box;
}
.img_font .font{
  width: 50%;
  box-sizing: border-box;
}
.img_font .font li{
  padding-left: 18px;
  position: relative;
}
.img_font .font li:before{
  content: "∕";
  position: relative;
  left: -12px;
  line-height: 14px;
  display: inline-block;
  color: #e2001a;
}
.service1 .main li .bg{
  background: #fff;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 36px 80px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.service1 .main li .bg:after{
  height: 20px;
  width: 1px;
  position: absolute;
  left: 50%;
  background: #002856;
  content: "";
  bottom: 0;
}
.service1 .main li{
  margin-bottom: 40px;
}
.service2 .main li .bg{
  background: #fff;
  position: relative;
  /*height: 100%;*/
  box-sizing: border-box;
  padding: 20px 120px 60px 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.service2 .main li .bg:after{
  height: 1px;
  width: 80px;
  position: absolute;
  top: 50%;
  background: #002856;
  content: "";
  right: 16px;
}
.service2 .main li{
  margin-bottom: 40px;
}
.service2 .main li h3{
  text-decoration: underline;
}

.img_font .img{
  float: left;
}
.img_font .font{
  float: right;
}
.img_font:nth-of-type(2n) .img{
  float: right;
}
.img_font:nth-of-type(2n) .font{
  float: left;
}

.company1 td{
  padding: 15px;
}
.company1 td li{
  padding-left: 18px;
  position: relative;
}
.company1 td li:before{
    content: "∕";
    position: absolute;
    left: -6px;
    line-height: 9px;
    display: inline-block;
    top: 9px;
    color: #e2001a;
    padding-left: 12px;
}
.career_main li{
  transition: 0.3s all;
  margin-bottom: 40px;
}
.career_main li .font{
  padding: 20px 20px 0;
}
.career_main li .bg{
  height: 100%;
  display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.career_main li:hover{
    transform: scale(1.05);
}
.career_main a:hover{
  text-decoration: inherit;
  color: inherit;
}
.job_main li{
  border-bottom: 1px solid #e5e5e5;
}
.job_main li .top{
  background: #f5f5f5;
  line-height: 80px;
  cursor: pointer;
}
.job_main li .top i{
  width: 18px;
  line-height: 18px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #002856;
  font-size: 12px;
  border-radius: 50%;
  color: #002856;
  text-align: center;
  float: left;
}
.job_main li .top span{
  float: left;
  color: #002856;
  font-weight: bold;
  font-size: 20px;
}
.job_main li .top em{
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  background: url(../images/join_end2.png) no-repeat center;
}
.job_main li .top.active{
  background: #fff;
}
.job_main li .top.active em{
  background: url(../images/join_end1.png) no-repeat center;
}
.job_main li .show{
  padding: 0 35px 35px;
  display: none;
}
.job_main li .show p{
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.job_main li .show .p0{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.job_main li .show i{
  color: #002856;
}

.contact3 select,
.contact1 select{
  background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  height: 60px;
  width: 100%;
  appearance:none;
  box-sizing: border-box;
  background: url(../images/select.svg) no-repeat  right 12px center/8px 10px;
  padding: 8px 28px 8px 16px;
}
.a_btn,
.contact3 form button,
.contact1 form button{
  width: 250px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #002856;
}
.a_btn:hover,
.contact3 form button:hover,
.contact1 form button:hover{
  background: #6b6f76;
  color: #fff;
  text-decoration:inherit;
}
.contact1 .main li .bg{
  height: 100%;
  padding: 20px 36px 44px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.contact1 .main li .p1 span{
  background: rgba(0,40,86,0.1);
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}
.contact3 input{
  border-bottom: 1px solid #002856;
  width: 100%;
  line-height: 38px;
  height: 38px;
  margin: 16px 0;
}
.contact3 .checkbox{
  width: inherit;
  margin: 0;
  display: inline;
  vertical-align: middle;
  border-bottom: 0;
  line-height: 24px;
  height: 24px;
  margin-right: 5px;
}
label span{
  display: inline;
}
.contact3 textarea{
  border-bottom: 1px solid #002856;
  width: 100%;
  line-height: 24px;
  height: 120px;
}
.contact3 label a{
  color: #002856;
  border-bottom: 1px solid #002856;
}
.contact1 label,
.contact3 label{
  display: block;
}
.contact4 li .bg{
  height: 100%;
  padding: 20px 36px 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.contact4 li dd{
  position: relative;
}
.contact4 li dd:before{
  content: "∕";
  position: relative;
  left: -12px;
  line-height: 14px;
  display: inline-block;
  color: #e2001a;
}
.contact5 .content{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contact5 .label span{
  font-weight: bold;
}
.contact5 .label span.active{
  color: #e2001a;
}
.contact5 .show{
  display: none;
}
.contact5 .back_show a span,
.contact5 .to_show a span{
  padding: 0 4px;
}
.sitemap li a:before{
  content: "∕";
  position: relative;
  left: -12px;
  line-height: 14px;
  display: inline-block;
  color: #e2001a;
}
.sitemap li{
  padding-left: 18px;
}
.table-striped th{
  font-weight: normal;
  text-align: left;
    border-bottom: 2px solid #dee2e6;
}
.table-striped th,
.table-striped td{
  padding: 12px;
  height: 26px;
}
.table-striped tbody tr:nth-of-type(even){
  background: #f5f5f5;
}
.news .main a:hover{
  text-decoration: inherit;
  color: inherit;
}

.prod-title .img{
  position: relative;
  padding-bottom: 56.15%;

}
.prod-title .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: 700px;
  max-height: 393px;
}