@charset "UTF-8";
.panel {
    border: 0;
    border-color: transparent;
    box-shadow: none;
    color: #666666;
}

.panel-body {
    padding: 0;
}


/*链接移上效果*/

.u-hover-1:hover {
    color: #bf9f62;
}


/*链接移上效果*/


/*栏目中英文*/

.m-title {
    width: auto;
    height: 52px;
    color: #666666;
    margin: 50px auto 20px;
}

.m-title .u-ch-title {
    font-size: 2.4rem;
}

.m-title .u-en-title {
    width: 100%;
    font-size: 2rem;
}


/*BANNER*/
.index_con1 { position:relative; width:100%;}
.index_con1  .banBar { width:100%;}
.index_con1 .swiper-pagination{ z-index:10; width:100%; left:0px; bottom:15px;}
.index_con1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff; margin:0 5px;
    opacity: 1;
}
.index_con1 .swiper-pagination-bullet-active{ background:#ff0000;}



/*集团LOGO*/

.m-group-logo {
    overflow: hidden;
}

.m-group-logo li {
    display: table;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.u-group-logo {
    display: table;
    position: relative;
    width: 100%;
    max-width: 395px;
    height: 200px;
    background-color: #f0f0f0;
}

.m-group-logo li:nth-of-type(3n+1) {
    float: left;
}

.m-group-logo li:nth-of-type(3n+3) {
    float: right;
}

.u-group-logo>a {
    display: table-cell;
    vertical-align: middle;
    margin: 15px;
}


/*.u-group-logo img{ width : 160px; }*/


/*.m-group-logo li:nth-of-type(3n+3){margin-right:0;}*/


/*集团LOGO 遮罩层*/

.m-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005198;
    bottom: -100%;
    left: 0;
}

.u-mask-logo {
  margin: 50px 5px 20px;
}

.u-mask-info {
    color: #f1f1f1;
    padding: 25px;
    padding-top: 0;
}


/*集团LOGO end*/


/*产品及解决方案*/

.m-product {
    background: url('../images/product.jpg') no-repeat center top;
    background-size: cover;
    padding: 6px 0 8px;
}

.m-product-block {
    margin: 50px auto 10px auto;
}

.m-product-list {
    padding: 0 0 44px 0;
}

.m-product-item {
    display: inline-block;
    width: 139px;
    height: 210px;
    padding: 50px auto;
}

.m-product .m-line {
    width: 30px;
    border-top: 2px solid #f14b71;
    margin: 0 auto;
}

.m-product-title {
    margin-top: 44px;
    margin-bottom: 4px;
}

.m-product-info {
    line-height: 24px;
}

.m-product .border0 {
    border-color: #f14b71;
}

.m-product .border1 {
    border-color: #e9714e;
}

.m-product .border2 {
    border-color: #3cbaec;
}

.m-product .border3 {
    border-color: #f0d72f;
}

.m-product .border4 {
    border-color: #68c340;
}

.m-product .border5 {
    border-color: #bf1b41;
}

.m-product .border6 {
    border-color: #e9974e;
}

.m-product .border7 {
    border-color: #f0b42f;
}


/*.m-product-item:hover{ transform : rotateY(45deg); -webkit-transform : rotateY(45deg); -moz-transform : rotateY(45deg); -o-transform : rotateY(45deg); -ms-transform : rotateY(45deg); }*/

.m-human,
.m-product-item {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.m-human:hover,
.m-product-item:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}


/*.m-product-item .iconfont:hover{ transform : translate(-10px, 0); -webkit-transform : translate(-10px, 0); -moz-transform : translate(-10px, 0); -o-transform : translate(-10px, 0); -ms-transform : translate(-10px, 0); }*/

.m-product-item .iconfont {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    display: block;
}


/*新闻标签*/

.u-tab-menu {
    display: inline-flex;
    margin: 0 4.6rem 3.2rem;
    color: #666666;
}

.u-tab-menu .active {
    color: #005198;
    border-bottom: 2px solid #005198;
    transition: none;
    padding-bottom: 5px;
}

.news-left {
    width: 41.8%;
    float: left;
    padding-left: 10px;
    display: none;
}

.news-left .left-item {
    position: relative;
    height: 280px;
    background-size: cover !important;
}

.news-item img {
    width: 100%
}

.left-num {
    position: absolute;
    top: 0;
    background: #005198;
    color: #ffffff;
    padding: 5px 12px;
    text-align: center
}

.left-day {
    font-size: 59px;
    line-height: 59px;
    font-weight: lighter
}

.left-date {
    font-size: 16px;
}

.left-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 81, 152, 0.5);
    color: #ffffff;
    font-size: 16px;
}

.left-info {
    margin: 0 34px;
    line-height: 60px;
}

.left-news {
    color: #666666;
    margin-top: 10px;
}

.left-news .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.left-news .info {
    font-size: 14px;
    line-height: 20px;
}

.news-right {
    width: 56%;
    float: right;
}

.news-right .right-item {
    display: table;
    margin-bottom: 2%;
    width: 100%;
}

.right-day {
    color: #d8d8d8;
    font-size: 59px;
    line-height: 46px;
    font-weight: lighter
}

.right-date {
    color: #d8d8d8;
    font-size: 16px;
}

.right-title {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: bold
}

.right-info {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.news-right .line {
    width: 98%;
    height: 1px;
    background: #d8d8d8;
    margin: 3.9% auto 5.2% auto
}


/*人力资源*/

.m-human {
    width: 200px;
    margin: 30px auto;
}

.m-human-title {
    color: #666666;
    padding: 32px 0 2px;
}

.m-human a {
    cursor: pointer;
}


/*.m-human a .iconfont:hover{ transform : translate(-10px, 0); -webkit-transform : translate(-10px, 0); -moz-transform : translate(-10px, 0); -o-transform : translate(-10px, 0); -ms-transform : translate(-10px, 0); }*/

.m-human a .iconfont {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    display: block;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 1023px) {
    .news-left {
        display: none !important;
    }
    .news-right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .banner-info .banner-title {
        font-size: 30px;
        line-height: normal;
    }
    .banner-info .banner-en {
        font-size: 20px;
        line-height: normal;
    }
    .banner-more {
        width: 140px;
        margin: 3% auto;
    }
    .banner-more .iconfont {
        font-size: 32px;
        line-height: 36px;
        margin-right: 12%;
    }
    .banner-more .more {
        font-size: 14px;
    }
    .share-btn a i {
        font-size: 28px;
    }
    .inner-logo {
        display: none !important;
    }
    .u-mask-logo {
        line-height: 90px;
    }
}

@media screen and (max-width: 767px) {
    .nav>li>.dropdown>a {
        color: #ffffff;
    }
}

@media screen and (max-width: 640px) {
    .m-group-logo li.col-xs-4 {
        width: 50%;
    }
    .u-mask-logo {
        line-height: 70px;
    }
    /*.m-group-logo li:nth-of-type(3n+1) .u-group-logo{margin-left:8px;}*/
    /*.m-group-logo li:nth-of-type(2n+1) .u-group-logo{margin-left: 0;}*/
}

@media screen and (max-width: 425px) {

    .banner-info .banner-title {
        font-size: 22px;
        line-height: normal;
    }
    .banner-info .banner-en {
        font-size: 16px;
        line-height: normal;
    }
    .banner-more {
        width: 100px;
        margin: 5% auto;
    }
    .banner-more .iconfont {
        font-size: 28px;
        line-height: 30px;
    }
    .share-btn a i {
        font-size: 24px;
    }
    .m-human {
        width: auto;
    }
    .m-group-logo li.col-xs-4 {
        width: 100%;
    }
    .u-mask-logo {
        line-height: 110px;
    }
}

@media screen and (max-width: 375px) {
    .banner-more {
        margin: 4% auto;
    }
}