
ul{
    margin-bottom: 0;
    padding-left: 0;
}
a{
    color: #333333;
}
a:hover{
    text-decoration: none;
}
.common-title{
    line-height: 10px;
}
.product-contanier>div{
    height: auto;
}
.text-contanier{
    position: relative;
    margin: 0;
}
.text-contanier>*{
    animation: fadeInUp 1s;
}
.pro-link{
    animation: fadeInLeft 0.6s;
}
.pro-left-grey,.pro-right-white{
    overflow: hidden;
    height: auto;
}
/*  .pro-left-grey>img,.pro-right-white>img{
      transition: ease-in-out 0.5s;
  }
  .pro-left-grey>img:hover,.pro-right-white>img:hover{
      transform: scale(1.2);
  }*/
.pro-link{
    width: 135px;
    height: 35px;
    line-height:35px;
    /*background: #ffffff;*/
    transition:ease-in-out 0.5s;
    cursor: pointer;
}
.product-contanier>div:nth-child(2n+1) .pro-link{
    background: #ffffff;
}
.product-contanier>div:nth-child(2n) .pro-link{
    background: #2472ba;
    color: #ffffff;
}
.product-contanier>div:nth-child(2n+1) .pro-link:hover,
.product-contanier>div:nth-child(2n) .pro-link:hover{
    background: #2472ba;
    color: #ffffff;
    transform: scale(1.1);
}

.span-right-border:after{
    content: "";
    position: absolute;
    right: 0;
    width: 60px;
    height: 3px;
    background: #FFC600;
}
.span-left-border:after{
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 3px;
    background: #FFC600;
}
.viewMore{
    width: 133px;
    height: 26px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
}
.viewMoreblue{
    width: 133px;
    height: 26px;
    background: #2472BA;
    border-radius: 13px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    margin: 0 auto;
}
.line {
    border-bottom: 1px solid #D0E7FF;
    padding-bottom: 30px;
}
.model-position {
    position: relative;
    top: -30px;
}   

.model-titles>div {
    height: 160px;
}
.model-title-content{
    height: 220px !important;
}

.model-shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3);
}
.img_icon{
    width: 16%;
    padding: 0 10px 6px 0;
    padding-bottom: 6px;
}
.p-5{
    padding: 2rem 3rem !important;
}
.active-pro {
    width: 1118px;
    height: 389px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(36, 114, 186, 0.51);
    z-index: 999;
}