* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

html,
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.row,
* {
  max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
}

ul,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}

@font-face {
    font-family: "Mont_bold";
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Montserrat-Regular.ttf");
}

/*清除浮动*/
.clear {
  clear: both;
}

.container-fluid,
.container {
  padding: 0;
}

.container {
  width: 1400px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

a:visited {
  text-decoration: none;
}
a{
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #0B4492;
}

p {
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcbcb;
  border-radius: 4px;
}

/* 设置滚动条的样式结束 */

/* 侧边栏start */
.slide-faix {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 666666;
  background-color: #0086D3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.slide-faix .item-list {
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-faix .item-list:nth-child(1) {
  border-top: none;
}

.slide-faix .item-list {
  border-top: solid 1px #e3e3e3;
}

.slide-faix .item-list .icon {
  display: block;
}

.slide-faix .item-list .title {
  padding: 0 15px;
  height: 100%;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0086D3;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}

.slide-faix .item-list .title.active {
  opacity: 1;
  right: 50px;
}

.slide-faix .item-list .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #0086D3;
  color: #ff5500;
}

.slide-faix img {
  max-width: 100%;
  height: auto;
}

.slide-faix .item-list .bt {
  display: none;
}

.slide-faix .search-navs {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 45px;
  width: 300px;
  z-index: 58;
  background-color: #1a3895;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.search-navs .search-field {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 45px;
  height: 45px;
  border-radius: 0;
  outline: none;
  padding-left: 5px;
}

.search-navs .zs-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}

.slide-faix .search-navs.on {
  display: block;
}

/* 侧边栏over */


/* 手机端导航隐藏start */
.m_nav,
.mobile-top {
  display: none;
}
/* 手机端导航over */


.index-top{
  position: fixed;
  top: 0;
  left: 50%;
  padding: 10px 0;
  z-index: 999;
  transform: translateX(-50%);
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
}
.show-on{
  background-color: #fff;
}
.nav ul{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tops{
  align-items: center;
  position: relative;
}
.tops .logo{
  width: 15%;
}
.tops .nav{
  width: 70%;
}
.tops .nav li a{
  padding: 30px 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.tops .nav li a:hover{
  color: #e6e539;
}

.show-on .tops .nav li a:hover{
  color: #1c76d5;
}

.show-on .tops .nav li a{
  color: #333;
}

.tops .nav li .product-list{
  border-top: 1px solid #e6e6e6;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 15px, 0);
  transition: all .4s ease 0s;
  background: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tops .nav li .product-list.active{
  visibility: visible;
  opacity: 1;
}
.product-list .item{
  width: 49%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.product-list .item:nth-child(1),.product-list .item:nth-child(2){
  margin-top: 0;
}
.product-list .item .left{
  width: 49%;
  overflow: hidden;
}
.product-list .item .left img{
  transition: all .4s ease 0s;
  height: 100%;
  object-fit: cover;
}
.product-list .item .left img:hover{
  transform: scale(1.1);
}
.product-list .item .right{
  width: 49%;
}
.product-list .item .right .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.product-list .item .right h2{
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
.product-list .item .right .title span{
  font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.product-list .item .right h2 a{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0;
}
.product-list .item .right h2 a:hover{
  color: #254bc9;
}
.product-list .item .right ul{
  display: block;
}
.product-list .item .right ul li{
  margin-top: 15px;
}
.product-list .item .right ul li a{
  font-family: "Mont";
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
  /* 显示一行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list .item .right ul li a:hover{
  color: #254bc9;
}
.product-list .item .right ul li a::before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.tops .search{
  width: 15%;
}
.search img{
  border-radius: 50%;
}
.search .icon{
  height: 40px;
  width: 40px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  background: #00000029;
  transition: all .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-on .search .icon{
  background: #517184f0;
}
.search .icon:hover{
  background-color: #fac109;  
  cursor: pointer;
}
.search-show .nav,.search-show .search{
  display: none;
}
.search_box {
    position: absolute;
    top: -7px;
    right: 0;
    width: 500px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.search_box input {
    width: 400px;
    height: 50px;
    border: 1px solid #d4d4d4;
    line-height: 50px;
    padding-left: 15px;
    outline: none;
    font-size: 16px;
    padding-right: 55px;
    background-color: #fff;
    border-radius: 30px;
}

.search_box button {
    cursor: pointer;
    position: absolute;
    right: 110px;
    top: 25px;
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    background: #fac109;
}
.search_box button img{
  margin: 0 auto;
}
.search_box .search_close {
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    right: 50px;
    top: 0px;
    line-height: 45px;
    color: #000;
}
.search_box.search_hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}




.banner-card .index-banner-info{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.banner-card .index-banner-info p{
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
}
.home-banner .banner-card img{
  width: 100%;
  height: auto;
  display: block;
}
.home-banner .swiper-slide-active .banner-card img {
  animation: zoomOut 4s ease-in-out 0.3s forwards;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2); /* 初始状态：放大1.2倍 */
  }
  100% {
    transform: scale(1); /* 结束状态：恢复正常大小 */
  }
}
.home-banner .banner-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.home-banner .banner-card {
  position: relative;
  overflow: hidden;
}
.home-banner .home-swiper{
  bottom: 30px;
}
.home-banner .home-swiper span{
  border-radius: 5px;
  width: 30px;
  height: 5px;
  background-color: #fff;
  opacity: 0.8;
  transition: all .3s linear;
}
.home-banner .home-swiper span.swiper-pagination-bullet-active{
  background-color: #254bc9;
  width: 50px;
  opacity: 1;
}


.home-case{
  margin-top: 50px;
}
.ipart02{position:relative; height:120vh; overflow:hidden;}

.ipart02 .container{position:absolute; top:0; left:0; width:100%; height:100%;}

.ipart02 .container .infor{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:2; width:1400px; text-align:center;}

.ipart02 .container .infor .en_tit{font-size:16px; line-height:1; text-align:center; color:#fac109; font-weight:bold;}

.ipart02 .container .infor .tit h2{font-size:46px; line-height:1; text-align:center; color:#fff; font-weight:bold; margin-top:20px;}

.ipart02 .container .infor .con{font-size:15px; line-height:2; text-align:center; color:#fff; font-weight:bold; margin-top:20px;}

.ipart02 .container .infor .item_list{display: flex; text-align:center;margin: 50px auto 0;overflow: hidden;}

.ipart02 .container .infor .item_list .item{text-align:center; display:inline-block; margin-right:20px;width: calc(( 100% - 60px ) / 4);box-sizing: border-box;}
.ipart02 .container .infor .item_list .item:hover .icon img{
  transform: rotate(360deg);
}
.ipart02 .container .infor .item_list .item:hover .t{
  color: #fac109;
}
.ipart02 .container .infor .item_list .item .icon img{
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}

.ipart02 .container .infor .item_list .item:last-child{margin-right:0;}

.ipart02 .container .infor .item_list .item .t{font-size:20px; font-weight:bold; line-height:1; color:#fff; margin:15px 0;}

.ipart02 .container .infor .item_list .item .c{font-size:16px; line-height:2; color:#fff;overflow: hidden;}

.ipart02 .container .infor .more{display:inline-block; width:220px; height:55px; /*border:1px solid #fff; */ font-size:17px; color:#fff; margin-top:50px;}

.ipart02 .container .infor .more .icon{display:inline-block; font-size:0; vertical-align:middle;}

.ipart02 .container .infor .more i{display:flex;transition: all 0.4s ease-in-out;align-items:center;justify-content:center;font-style: normal;font-size:30px; width:130px; height:50px; border-radius:30px; border:1px solid #fff; line-height:50px;}
.ipart02 .container .infor .more i:hover{
  background-color: #fff;
  color: #000;
  transform: translateY(10px);
}
.ipart02 .container .infor .more i span{
  font-size: 20px;
    padding-left: 10px;
}
.ipart02 .container .infor .more a{color:#fff;}

.ipart02 .container .content{position:relative; height:100%; z-index:1;}

.ipart02 .container .content::before{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, .42); z-index:1;}

.ipart02 .container .list{position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; transform:rotate(-10deg) scale(1.3);}

.ipart02 .container .list .row{height:31.83%; margin-top:1.5%;}

.ipart02 .container .list .row ul{height:100%;}

.ipart02 .container .list .row .item{float:left; position:relative; width:23.5%; height:100%; margin-right:1.5%; border-radius:30px; background:#000; overflow:hidden;}

.ipart02 .container .list .row .item img{max-width:none; width:100%; height:100%; object-fit:cover;}



/*message start*/
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: .3s;
}

.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3734349c;
  z-index: 1001;
}

#message .m-content {
  background: #fff;
  width: 50%;
  max-width: 700px;
  border-radius: 8px;
  padding: 30px 30px 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message .message-title {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.m-message .message-title::before {
  content: "";
  width: 15%;
  height: 2px;
  background-color: #ff5500;
  position: absolute;
  left: 0;
  bottom: 0;
}

#message .m-content .close {
  width: 45px;
  height: 45px;
  background: url(../picture/close.webp) no-repeat center;
  background-size: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  transform-origin: center;
  z-index: 10;
}

/*message end*/
.index-one{
  margin-top: 50px;
}
.title{
  text-align: center;
  margin-bottom: 30px;
}
.title h2{
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.index-one .row{
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
.index-one .row::before{
  display: none;
}
.index-one .row .left1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.index-one .row .left1 a{
  width: 100%;
  height: 100%;
  display: block;
}
.index-one .row .left1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.index-one .row .left1:hover img {
  transform: scale(1.05);
}
.index-one .row .right{
  display: grid;
  grid-gap: 10px;
}
.index-one .row .right .top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.index-one .row .right .top-row .pre{
  position: relative;
}

.index-one .row .right .pre {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.index-one .row .right .resin-bond-text {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-one .row .right .resin-bond-text h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.index-one .row .right .resin-bond-text .btn {
  background: #fac109;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.index-one .row .right .resin-bond-text .btn:hover {
  background: #e6b008;
}
.index-one .row .right .bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.index-one .row .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.index-one .row .right .pre:hover img,
.index-one .row .right .bottom-image:hover img {
  transform: scale(1.05);
}

.index-about{
  margin-top: 50px;
  position: relative;
  background-color: #222;
}
.index-about .bg{
  opacity: 0.7;
}
.index-about .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-about .content .title{
  text-align: left;
  color: #fff;
  transition: all .3s linear;
}
.index-about .content:has(a:hover) .title{
  transform: translateX(20px);
}
.index-about .content .title h2{
  font-size: 35px;
  line-height: 50px;
}
.index-about .content .title p{
  font-size: 18px;
  line-height: 30px;
}
.index-about .content .contact{
  display: flex;
  margin-top: 50px;
}
.index-about .content .contact a{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  font-size: 20px;
}
.index-about .content .contact a:hover{
  color: #000;
}
.index-about .content .contact a:hover img{
  background-color: #000;
}
.index-about .content .contact a img{
  margin-right: 10px;
}
.index-about .content .contact a img{
  margin-left: 10px;
}
.index-product{
  margin-top: 50px;
}
.index-product .content .title h2{
  font-size: 35px;
  line-height: 45px;
}
.index-product .content-btm .item{
  width: calc(25% - 10px);
  margin-right: 13px;
  position: relative;
   transition: all .3s linear;
   padding: 0;
}
.index-product .content-btm .item:last-child{
  margin-right: 0;
}
.index-product .content-btm .item .text{
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  color: #fff;
}

.index-product .content-btm .item .text .text-in{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-product .content-btm .item .text h3{
  font-size: 20px;
  font-weight: bold;
}
.index-product .content-btm .item .text a{
  display: block;
  border: 1px solid gray;
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
}
.index-know{
  margin-top: 50px;
  position: relative;
}
.index-know .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.index-know .container .content{
  width: 60%;
}
.index-know .content h2{
  font-size: 35px;
  line-height: 50px;
  transition: all .3s linear;
}
.index-know .content a{
  display: inline-block;
  background-color: #fff;
  color: #3b91c2;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 50px;
  font-size: 16px;
  transition: background 0.3s ease;
}
.index-know .content a:hover{
  background-color: #0f608f;
  color: #fff;
}
.index-know .content:has(a:hover) h2{
  transform: translateX(20px);
}
.index-tool{
  margin-top: 50px;
}

.index-tool .content .content-btm .row{
  align-items: center;
  justify-content: space-between;
}
.index-tool .content .content-btm .row .item{
  width: calc(25% - 15px);
  margin-right: 20px;
}
.index-tool .content .content-btm .row .item:last-child{
  margin-right: 0;
}
.index-tool .content .content-btm .row .item .img{
  overflow: hidden;
}
.index-tool .content .content-btm .row .item .img img{
   transition: all .3s linear;
}
.index-tool .content .content-btm .row .item:hover img{
  transform: scale(1.1);
}
.index-tool .content .content-btm .row .item p{
  margin-top: 15px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 43px;
}
.index-success{
  margin-top: 50px;
  position: relative;
}
.index-success .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.index-success .container .content{
  float: right;
  display: flex;
  flex-direction: column;
}
.index-success .content h2{
  font-size: 35px;
  line-height: 50px;
  transition: all .3s linear;
}
.index-success .content a{
  display: inline-block;
  background-color: #fff;
  color: #3b91c2;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  margin: 50px auto 0;
  font-size: 16px;
  transition: background 0.3s ease;
}
.index-success .content:has(a:hover) h2{
  transform: translateX(20px);
}
.index-success .content a:hover{
  background-color: #0f608f;
  color: #fff;
}
.index-app{
  margin-top: 50px;
}
.index-app .content-in .row{
  align-items: center;
  justify-content: space-between;
}
.index-app .content-in .row .item{
  width: calc(33.33% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.index-app .content-in .row .item:nth-child(3n){
  margin-right: 0;
}
.index-app .content-in .row .item .img{
  overflow: hidden;
}
.index-app .content-in .row .item .img img{
   transition: all .3s linear;
}
.index-app .content-in .row .item:hover img{
  transform: scale(1.1);
}
.index-app .content-in .row .item p{
  margin-top: 15px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #00000070;
  padding: 10px;
}
.index-app .content-in .row .item:hover p{
  background: #3b91c280;
}
.index-news{
  margin-top: 50px;
  background-color: #3b91c2;
  padding: 40px 0 70px;
}
.index-news .title{
  margin-bottom: 40px;
}
.index-news h2{
  color: #fff;
}
.index-news .content .item{
  width: calc(25% - 20px);
  margin-right: 20px;
  background: #fff;
}
.index-news .content .item:last-child{
  margin-right: 0;
}
.index-news .content .item .img{
  overflow: hidden;
}
.index-news .content .item .img img{
   transition: all .3s linear;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.index-news .content .item:hover img{
  transform: scale(1.1);
}
.index-news .content .item .content-in {
  padding: 10px;
}
.index-news .content .item:hover .content-in{
  background-color: #0b4492;
}
.index-news .content .item:hover .content-in h3{
  color: #fff;
}
.index-news .content .item:hover .content-in p{
  color: #e1e1e1;
}
.index-news .content .item .content-in p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 43px;
}
.index-news .content .item .content-in h3{
  color: #3b91c2;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.index-news .content .item .visit{
  padding: 10px 5px;
  margin: 5px 10px;
  border-top: 2px solid #b2dff9;
  font-weight: bold;
}
.index-news .content .item:hover .visit a{
  transform: translateX(20px);
}
.index-news .content .item .visit a{
  display: inline-block;
  transition: all .3s linear;
}







/* pro 详情页  开始 */

.warp-mb {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-title .h2 {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}

.index-title .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}


.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}

@media screen and (max-width: 1400px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  .index-title .h2 {
    margin-bottom: 15px;
  }



}

@media screen and (max-width: 1199px) {
  .warp-mb {
    width: 980px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }


}

@media screen and (max-width: 991px) {
  .warp-mb {
    width: 750px;
  }


  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }


  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }

}

/* pro 详情页 */
.pro-item1 {
  background: url(../images/protop-banner.webp) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  box-sizing: border-box;
}

.pro-item1 .item1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.item1-box .item1-img {
  width: 46%;
}

.item1-img .img {
  position: relative;
  z-index: 2;
}

.item1-img .img img {
  display: block;
  width: 100%;
  height: auto;
}

.item1-img .txt {
  position: relative;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 25px;
}

.item1-img .txt::before {
  content: "";
  width: auto;
  height: auto;
  background-color: rgba(1, 34, 69, .6);
  border-radius: 50px 0 0 0;
  position: absolute;
  left: -60px;
  top: -100px;
  right: 0;
  bottom: 0;
}

.item1-img .txt p {
  text-align: justify;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  position: relative;
}

.item1-box .item1-text {
  width: 52%;
  padding-bottom: 10px;
}

.item1-text .bt {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 5px 5px rgba(1, 34, 69, .3);
  padding-top: 20px;
  text-transform: capitalize;
  position: relative;
}

.item1-text .bt::before {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #5ab8ee;
  position: absolute;
  left: 0;
  top: 0;
}

.item1-text ul {
  margin-top: 15px;
  margin-bottom: 25px;
}

.item1-text ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
  margin-top: 20px;
}

.item1-text ul li::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/product-icon1.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item1-text .more {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 25px 15px 55px;
  background: #5ab8ee url(../images/product-icon2.webp) no-repeat;
  background-position: 20px center;
  background-size: 30px;
  border-radius: 0 0 40px 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.item1-text .more:hover {
  border-radius: 0 40px 0 0;
}

@media screen and (max-width: 1400px) {
  .item1-text .bt {
    font-size: 35px;
    padding-top: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .item1-text ul li {
    padding-left: 26px;
    margin-top: 15px;
  }

  .item1-text .more {
    font-size: 14px;
    padding: 13px 20px 13px 45px;
    background-position: 15px center;
    background-size: 22px;
    border-radius: 0 0 30px 0;
  }

  .item1-text .more:hover {
    border-radius: 0 30px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .item1-text .bt {
    font-size: 30px;
  }

  .pro-item1 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .item1-text ul li {
    font-size: 14px;
  }

  .item1-img .txt p {
    font-size: 14px;
  }

  .item1-img .txt::before {
    border-radius: 30px 0 0 0;
    left: -30px;
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .item1-box .item1-img {
    width: 100%;
  }

  .item1-img .txt::before {
    border-radius: 0;
    left: -10px;
    top: -50px;
    right: -10px;
  }

  .item1-box .item1-text {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .item1-text .bt {
    font-size: 26px;
  }
}

@media screen and (max-width: 380px) {
  .item1-text .bt {
    font-size: 24px;
  }
}

/* pro-item2 */
.pro-item2 {
  background: url(../images/protop-item2-bg.webp) no-repeat center;
  background-size: cover;
}

.pro-item2 .warp-mb {
  background-color: #fff;
}

.pro-item2 .item2-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.item2-top .item2top-fl {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  position: relative;
  box-sizing: border-box;
}

.item2-top .item2top-fl::before {
  content: "";
  width: auto;
  height: auto;
  background: #0b4492 url(../images/product-logo.webp) no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 150px auto;
  position: absolute;
  left: -60px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px 5px 5px 5px;
}

.item2-top .item2top-fl .bt {
  font-size: 32px;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 15px;
  position: relative;
}

.item2-top .item2top-fl .text {
  color: #fff;
  font-size: 26px;
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.item2-top .item2top-fl .text::before {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #5ab8ee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.item2-top .item2top-fr {
  width: 67%;
  box-sizing: border-box;
  padding-top: 15px;
  padding-right: 15px;
}

.item2top-fr .txt {
  color: #292929;
  font-size: 16px;
  line-height: 1.6;
}

.item2top-fr .img {
  display: block;
}

.item2top-fr .img img {
  width: 100%;
  display: block;
  height: auto;
}

.pro-item2 .item2-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.pro-item2 .item2-btm img {
  display: block;
  /* width: 32.5%; */
  float: left;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .item2-top .item2top-fl .text {
    font-size: 20px;
  }

  .item2-top .item2top-fl .bt {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .item2-top .item2top-fl .text {
    font-size: 16px;
  }

  .item2-top .item2top-fl {
    padding-right: 20px;
  }

  .item2-top .item2top-fl::before {
    background-size: 70px auto;
    left: -30px;
    border-radius: 30px 5px 5px 5px;
  }

  .item2-top .item2top-fl .bt {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .item2top-fr .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .item2-top .item2top-fl {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item2-top .item2top-fl::before {
    background-size: 50px auto;
    left: 0px;
    right: 0px;
    top: 10px;
    border-radius: 5px;
  }

  .item2-top .item2top-fr {
    width: 100%;
  }

  .item2-top .item2top-fl .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .item2-top .item2top-fl .bt {
    font-size: 20px;
  }
}

/* pro-item2 */
/* pro-item3 */
.pro-item3 table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
}

.table-responsive br {
  display: none;
}

.pro-item3 table,
.pro-item3 td,
.pro-item3 th {
  border: 1px solid rgba(0, 0, 0, .1);
}

.pro-item3 table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd !important;
}

.pro-item3 table td {
  font-size: 16px !important;
}

.pro-item3 .item3-title {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #0b4492;
}

.pro-item3 .item3-title .bt {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
}

.pro-item3 .item3-btm {
  background-color: rgba(90, 184, 238, .2);
  padding: 25px;
}

.pro-item3 .item3-btm .sp1 {
  color: #0b4492;
  font-size: 26px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.pro-item3 .item3-btm .list {
  color: #0b4492;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 2px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #cdcbcb;
  border-radius: 4px;
}

@media screen and (max-width: 1400px) {
  .pro-item3 .item3-title .bt {
    font-size: 22px;
  }

  .pro-item3 .item3-btm .sp1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .pro-item3 .item3-title .bt {
    font-size: 20px;
  }

  .pro-item3 .item3-btm .list {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .pro-item3 .item3-title .bt {
    font-size: 18px;
  }

  .pro-item3 .item3-btm {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    overflow-x: auto;
    min-height: 0.01%;
  }

  .pro-item3 .item3-btm .sp1 {
    font-size: 18px;
  }

  .pro-item3 .item3-btm {
    padding: 15px;
  }

  .pro-item3 .item3-title .bt {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .pro-item3 .item3-btm .list {
    font-size: 14px;
  }

  .pro-item3 table td {
    font-size: 14px !important;
  }
}

/* pro-item3 */



/* pro-item4 */
.pro-item4 {
  background: url(../images/product-item4-bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

.title-tops {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-tops .bt {
  font-size: 35px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  margin: 0;
}

.title-tops .sps {
  color: #fff;
  font-size: 75px;
  position: absolute;
  font-weight: bold;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: -18px;
  opacity: 0.8;
}

.pro-item4 .item4-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.pro-item4 .item4-list1 li {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.pro-item4 .item4-list1 li img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-item4 .item4-list1 li h3 {
  background-color: #0b4492;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  text-transform: capitalize;

}

.pro-item4 .title-bt strong {
  text-align: center;
  color: #0b4492;
  display: block;
  line-height: 1.3;
  font-size: 24px;

}

.pro-item4 .item4-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-item4 .item4-list2 li {
  width: 24.6%;
}

.pro-item4 .item4-list2 li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  .title-tops .bt {
    font-size: 30px;
  }

  .title-tops .sps {
    font-size: 55px;
  }

}

@media screen and (max-width: 991px) {
  .pro-item4 .item4-list1 li h3 {
    font-size: 18px;
  }

  .title-tops .bt {
    font-size: 26px;
  }

  .title-tops .sps {
    font-size: 45px;
  }

  .pro-item4 .title-bt strong {
    font-size: 20px;

  }

  .pro-item4 .item4-list2 {
    margin-top: 20px;
  }

  .pro-item4 .item4-list2 li {
    width: 49%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pro-item4 .item4-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
  }

  .title-tops .sps {
    top: -5px;
  }

  .pro-item4 .item4-list1 li h3 {
    font-size: 16px;
  }

  .title-tops .bt {
    font-size: 20px;
  }

  .title-tops .sps {
    font-size: 40px;
  }
}

@media screen and (max-width: 380px) {


  .title-tops .sps {
    font-size: 38px;
  }

  .pro-item4 .item4-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

/* pro-item4 */



/* pro-item5 */
.pro-item5 .title-tops .bt {
  color: #0b4492;
  text-transform: capitalize;
}

.pro-item5 .title-tops .sps {
  color: rgba(90, 184, 238, .2);
}

.pro-item5 .title-tops .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #001539;
  font-weight: 600;
}

.pro-item5 .item5-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}

.pro-item5 .item5-list li {
  width: 32%;
  background-color: #0b4492;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 30px;
  box-shadow: 0 0 5px 5px rgba(1, 34, 69, .1);
}

.pro-item5 .item5-list li h3 {
  color: #fff;
  text-transform: capitalize;
  display: block;
  line-height: 1.2;
  margin: 0;
  font-size: 22px;
  text-align: center;
}

.pro-item5 .item5-list li .txts {
  background-color: #fff;
  padding: 30px;
  color: #545454;
  line-height: 1.6;
  margin-top: 20px;
  border-radius: 20px 0 0 0;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {
  .pro-item5 .item5-list li h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pro-item5 .item5-list {
    margin-top: 30px;
  }

  .pro-item5 .item5-list li h3 {
    font-size: 18px;
  }

  .pro-item5 .item5-list {
    margin-top: 0px;
  }

  .pro-item5 .item5-list li {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pro-item5 .title-tops .txt {
    font-size: 14px;
  }

  .pro-item5 .item5-list li {
    border-radius: 10px;
    padding-top: 15px;
    padding-left: 15px;
  }

  .pro-item5 .item5-list li .txts {
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px 0 0 0;
  }
}

/* pro-item5 */
/* pro 详情页  结束 */



/* ABOUT US  start */
.banner-top{
  position: relative;
}
.banner-top .title-top{
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-top .title-top h1{
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  -webkit-text-stroke: 2px #0a5a7e;
  text-shadow: 2px 2px 5px #00000080;
}
.banner-top .banner-btm{
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-btm .row{
  align-items: center;
  justify-content: space-between;
}
.banner-btm .row .item{
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.banner-btm .row .item div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-btm .row .item div h3{
  color: #0b4492;
  font-size: 45px;
  font-weight: bold;
  -webkit-text-stroke: 2px #ffffff;
  text-shadow: 2px 2px 5px #00000080;
}
.banner-btm .row .item div sub{
  font-size: 30px;
  color: #0b4492;
  font-weight: bold;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: 2px 2px 5px #00000080;
}
.banner-btm .row .item p{
  font-size: 16px;
  text-shadow: 2px 2px 5px #00000080;
  font-weight: bold;
}
.intro{
  background-color: #efefef;
}
.intro .intro-out{
  background: url('../images/about-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.intro .intro-in{
  background: url('../images/about-bg-in.webp') no-repeat center center;
  background-color: #225596;
  background-size: cover;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.intro .intro-in p{
  font-size: 18px;
  line-height: 35px;
  text-indent: 2em;
  text-align:justify; 	
}
.map{
  position: relative;
  padding: 0;
}
.map video{
  width: 100%;
}
.map .container{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map h2{
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #ffffff, #0059bb);
  background-clip: text;
  color: transparent !important;
}
.map .map-in{
  position: relative;
  margin: 80px auto;
  width: 90%
}
.map .map-in .asia .add{
  color: #fff;
  background: #be6c217d;
  padding: 10px;
  border-radius: 10px;
  width: 380px;
  position: absolute;
  top: -30px;
}
.map .map-in .item:hover{
  cursor: pointer;
}
.map .map-in .item .add.active{
  color: #000;
  background-color: #fff;
}
.map .map-in .america1 .add{
  color: #fff;
  background: #2a437b87;
  padding: 10px;
  border-radius: 10px;
  width: 380px;
  position: absolute;
  top: 110px;
}
.map .map-in .africa .add{
  color: #fff;
  background: #74187bad;
  padding: 10px;
  border-radius: 10px;
  width: 380px;
  position: absolute;
  top: 100px;
  left: -70px;
}
.map .map-in .oceania .add{
  color: #fff;
  background: #187b6ead;
  padding: 10px;
  border-radius: 10px;
  width: 380px;
  position: absolute;
  top: 10px;
  left: -110px;
}
.map-in .asia{
  position: absolute;
    width: 293px;
    height: auto;
    right: 0;
    top: 0;
}
.map-in .europe {
  position: absolute;
  width: 174px;
    height: auto;
    right: 215px;
    top: 30px;
}
.map-in .america1 {
  position: absolute;
    width: 400px;
    height: auto;
    left: 0;
    top: 0;
}
.map-in .america2 {
  position: absolute;
    width: 149px;
    height: auto;
    left: 190px;
    top: 328px;
}
.map-in .africa {
  position: absolute;
    width: 225px;
    height: auto;
    right: 190px;
    top: 190px;
}
.map-in .oceania {
  position: absolute;
  width: 200px;
  height: auto;
  right: 0;
  top: 420px;
}
.process{
  background:url('../images/process-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 100px 20px;
}
.process h2{
  color: #fff;
  font-size: 60px;
  letter-spacing: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 6px #00000080;
}
.process-in {
  margin-top: -20px;
}
.process-in h3{
  text-align: center;
    color: #0b4492;
    font-weight: bold;
    font-size: 26px;
    margin-top: -28px;
}
.process-in .one{
  margin-top: 40px;
  padding: 28px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.process-in .one .item{
  width: calc(20% - 10px);
  margin-right: 12.5px;
}
.process-in .one .item a div{
  overflow: hidden;
}
.process-in .one .item a div img{
  transition: transform 0.3s ease;
  width: 100%;
}
.process-in .one .item a:hover img{
  transform: scale(1.1);
}
.process-in .one .item a:hover p{
  background-color: #1f78c5;
}
.process-in .one .item p{
  text-align: center;
  background-color: #319af6;
  font-size: 16px;
  padding: 3px 5px;
  color: #fff;
}
.process-in .one .item:nth-last-child(1){
  margin-right: 0;
}
.process-in .one.two{
  margin-top: 0;
  border-radius: 0 0 15px 15px;
  padding-top: 0;
  justify-content: center;
}
.cert {
  padding: 50px 0;
}
.cert h2{
  font-size: 60px;
  font-weight: bold;
  color: #53b3e9;
}
.cert .container{
  position: relative;
  padding: 30px 0;
}
.cert .container .left{
  width: 60%;
}
.cert .left .left-in{
  color: #097ec2;
  font-weight: bold;
}
.cert .container .row-one{
  align-items: flex-end;
}
.cert .title-btm{
  font-size: 16px;
}
.cert .title-btm span{
  font-size: 20px;
  font-weight: bold;
  color: #53b3e9;
}
.cert .row-two{
  margin-top: 40px;
}
.cert .row-two .item{
  width: calc(33% - 20px);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e8f5fe;
  padding: 30px 10px;
  border-radius: 10px;
}
.cert .row-two .date{
  color: #53b3e9;
  font-weight: bold;
}
.cert .row-two .date .one{
  font-size: 30px;
  color: #0082ce;
}
.cert .btm{
  margin-top: 30px;
}
.cert .btm p{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cert .btm p span{
  color: #097ec2;
  font-size: 25px;
}
.cert .cert-img{
  width: 40%;
}
/* ABOUT US  end */







