﻿.line{
    border-bottom: 2px solid #274286;
    width: 76px;
    margin: 1.5rem auto .5rem;
}
/* header */
.lan_tel .fa {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #193f90;
    line-height: 38px;
    text-align: center;
    border: 2px solid #193f90;
}

.header .head_lan .lan_tel a {
    margin-left: 10px;
}

/* banner */
.banner .arrow-left {
    /* background: url(/images/arrows.png) no-repeat left top; */
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
  }

/* product center */
.product h2{
    font-weight:bold;
    color:#274286;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}
.product p{
    font-size:16px;
    margin-bottom: 4rem;
    padding: 1rem 0px;
}
.product-list{
    height:auto;
    position: relative;
    margin-bottom:4rem;
}
.product-list .swiper-button-prev .iconfont,
.product-list .swiper-button-next .iconfont{
    font-size: 36px;
}
.product-list .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 75%;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
.product-list .proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.product-list .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,70,154,.8);
    transition: all 0.5s ease;
}
.product-list .proLi:hover .showBox {
    opacity: 1;
}
.product-list .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 0.5rem 0;
}
.product-list .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.product-list .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.product-list .porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 2rem 0px;
    background: #274286;
    text-align: left;
    text-indent: 1em;
    padding-bottom: 1rem;
}

.product-list .proLi:hover .porBbox {
    background: #f9f9f9;
}
.product-list .proTitle {
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 1rem;
}
.product-list .proLi:hover .proTitle {
    color:#274286;
}
.product-list .proSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: none;
}

.porBbox .lookDetail {
    color: #fff;
    display: block;
    position: relative;
    margin-top: 1rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem;
}

.porBbox span.details {
    position: relative;
    display: block;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.proLi:hover .porBbox .details {
   color:#777;
}

.porBbox .arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0,-50%);
    width: 34px;
    height: 20px;
}
.porBbox .arrowsR i {
    position: absolute;
    transition: all .5s ease;
    display: block;
    font-size: 20px;
    right: 1rem;
}

.porBbox .arrowsR .harr {
    opacity: 0;
}
.proLi:hover .arrowsR .harr{
    opacity:1;
    color: #274285;
}

/* profile */
.profile{
    background: url('../images/bg_profile.jpg') no-repeat center bottom;
    background-color: #f2f2f2;
    padding-top: 7.6rem;
}
.profile h2{
    color:#333333;
    font-weight: bold;
}
.profile h4:after{
    content:"";
    width:76px;
    height: 0px;
    border-bottom: 2px solid #274286;
    display: block;
    margin: 1.6rem auto .6rem;
}
.profile p{
    padding:1rem 0px;
}
.profile .profileContent .row{
    background:#fff;
    margin: 0px;
}
.profile .profileContent {
    margin-top: 4rem;
}

.profile-top h2 {
    font-family: "Arial";
    color: #274286;
    text-transform: uppercase;
}

.profile-left {
    display: table-cell;
    vertical-align: middle;
}

.profile-top h4:after {
    margin-left: 0px;
    margin-bottom: 2rem;
}

.profile-top h4 {
    color: #333333;
    font-weight: bold;
}
.profile-top [class^="col"]{
    padding:0px;
}
.profile-top .profile-text-content{
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    align-self: center;
    padding: 0px 2.6rem;
    margin-top: 1.8rem;
}
.profile .profile-top p {
    font-size: 14px;
    line-height: 1.7;
    padding: 0px;
    margin-bottom: 1.2rem;
}
.profile .profile-top .btn{
    border-radius: 0px;
    font-size:14px;
    padding:1.2rem 4.6rem;
}
/* profile info */
.profileInfo .f-cb{
    zoom:1;
    }
    .profileInfo .f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
    }
    .profileInfo .about-num{
    margin-top:0px;
    padding-top:24px;
    padding-bottom:25px;
    background:none;
    }
    .profileInfo .about-num li{
    float:left;
    width:25%;
    position:relative;
    padding-left:2vw;
    margin-bottom:15px;
    margin-top:15px;
    text-align:left;
    border-left:1px solid #ccc;
    }
    .profileInfo .about-num li h2{
    font-family:'Oswald', sans-serif;
    font-size:48px;
    color:#fff;
    line-height:72px;
    display:inline-block;
    }
    .profileInfo .about-num li p{
    color:#fff;
    font-size:14px;
    line-height:30px;
    }
    .profileInfo .about-num .count-unit{
    font-size:16px;
    color:#eee;
    text-align:right;
    display:inline-block;
    font-style:normal;
    }
    .profileInfo .about-num li .bot p{
    font-size:15px;
    color:#666;
    line-height:24px;
    }
    @media only screen and (max-width: 768px){
    .profileInfo .about-num li h2{
      font-size:40px;
          line-height: 46px;
    }
    .profileInfo .about-num{
      margin-top:0px;
      padding-top:0px;
      padding-bottom:0px;
    }
    .profileInfo .about-num .count-unit{
      font-size:14px;
    }
    .profileInfo .about-num li p{
      font-size:14px;
    }
    .profileInfo .about-num li{
      width:50%;
      border-bottom: none;
    
    }
    .profileInfo .about-num li:nth-child(1){
    border-top: none;
    }
    .profileInfo .about-num li:nth-child(2){
    border-top: none;
    border-right: none;
    }
    .profileInfo .about-num li:nth-child(4){
    border-right: none;
    }
    .profileInfo .about-num li:last-child{
    display:block;
    }
    }
    @media only screen and (max-width: 1024px) and (min-width: 769px){
    
    .profileInfo .about-num li h2{
      font-size:50px;;
    }
    .profileInfo .about-num{
      margin-top:25px;
      padding-top:12px;
      padding-bottom:10px;
    }
    .profileInfo .about-num .count-unit{
      font-size:14px;
    }
    .profileInfo .about-num li p{
      font-size:14px;
    }
    }
    
    /* industry */
    .industry{
        padding-bottom: 4rem;
    }
    .industry> h2{
        font-weight: bold;
        color: #274286;
        margin-top: 4rem;
        margin-bottom: 1.5rem;
    }
    .industry p {
        font-size: 16px;
        margin-bottom: 4rem;
        padding: 1rem 0px;
    }
    .industry .row{
        margin:0px -1rem;
    }
    .industry [class^="col"]{
        padding:1rem; 
        position: relative;
    }
    .industry .row h2{
        color: #fff;
        position: absolute;
        width: 100%;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        left: 0px;
    }
/* industry */
    .news{
        background-color: #f2f2f2;
        padding-bottom:4rem;
    }
    .news> h2{
        font-weight: bold;
        color: #274286;
        padding-top: 4rem;
        margin-bottom: 1.5rem;
    }
    .news p {
        font-size: 14px;
        height: 46px;
        line-height: 26px;
        color: #999;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2px;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom: 28px;
        margin-top: 1rem;
    }
    .news .newsbox{
        margin:0px -1rem;
        position: relative;
    }
    .news .newsList{
        padding-left:2rem;
        float: right;
    }
    .news .newsList .media{
        background-color: #fff;
        width: 100%;
        transition: all .5s ease;
    }.media-left {
        float: left;
        width: 140px;
        height: 100%;
        display: block;
        margin-top: 3%;
        text-align: center;
    }
    
    .media-left .dateDay {
        font-size: 30px;
        color: #333333;
    }
    
    .media-left .dateFull {
        font-size: 16px;
        white-space: nowrap;
    }
    
    .media-body {
        float: left;
        display: block;
        width: calc((100% - 140px)/1);
        padding: 0 2rem;
        position: relative;
        overflow: visible;
    }
    
    h4.media-heading {
        margin-top: 1.4rem;
        font-size: 16px;
        overflow: hidden;
        font-weight: bold;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .5s ease;
    }
    h4.media-heading a{
        color:#333;
    }
    
    .media-body:before {
        position: absolute;
        left: -10px;
        top: 15%;
        content: '';
        background: #ddd;
        width: 1px;
        height: 70%;
        z-index: 1;
    }
    
    .news .newsList .media:hover {
        background: #014C97;
    }
    
    .news .newsList .media:hover .dateDay,.news .newsList .media:hover {
        color: #fff;
    }
    .news .newsList .media:hover .media-heading a,.news .newsList .media:hover p{
        color: #fff;
    }

    .news  img{
          max-width: none;
          width: 100%;
        }
    

@media (min-width:1200px){
    .profile-top > .row{
        display: box;              /* OLD - Android 4.4- */
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex; 
    }
    .footer .infoContent{
        border-left:1px solid #929292;
        padding-left: 5rem;
        position: relative;
    }
}
@media (min-width:768px){
    .profile-top img{
        padding-left: 0px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0px;
        margin-left: auto;
    }
    }

@media (min-width:992px){

    .news .col-md-6.newImg {
        position: absolute;
        bottom: 0;
    }
}
@media (max-width:1200px){
    .media-left {
        width: 90px;
    }
    
    .media-body {
        width: calc(100% - 90px);
    }
}
@media (max-width:767px){
    .product h2,.profile h2 {
        margin-top: 1rem;
        font-size:24px;
    }
    
    .product p{
        margin-bottom:.5rem;
    }
    
    .profile-top > .row {
        display: block;
    }
    
    .profile-top .profile-text-content {
        padding: 0px 1.5rem;
        text-align: center;
    }
    .profile {
        padding-top: 2rem;
    }
    .profile-top h4:after {
        margin-left: auto;
    }
    .profile .profileContent {
        margin-top: 2rem;
    }
    .profile .profile-top .btn {
        width: 100%;
        margin-bottom: 2rem;
    }
}


    
.profile-text {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 18px;
}

.profile-top img {
    max-width: none;
    width: 97%;
    margin: 18px auto 18px;
}