@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*/

.swiper-container {
    height: 500px;
}

.swiper-wrapper .banner {
    width: 100%;
    height: 100%;
    display: table;
}

.banner-info {
    font-weight: lighter;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.banner-more {
    border: 2px solid #ffffff;
    width: 184px;
    margin: 3.2% auto;
}

.banner-more .iconfont {
    font-size: 44px;
    margin-right: 16%;
    line-height: 50px;
    display: inline;
    vertical-align: middle;
}

.banner-more .more {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.banner-info .banner-title {
    line-height: 5.8rem;
    font-size: 50px;
}

.banner-info .banner-en {
    line-height: 3.2rem;
    font-size: 31px;
}

.myshare_38 .bdsharebuttonbox {
    display: table;
    margin: 0 auto;
}

.bdsharebuttonbox a i {
    font-size: 40px;
}

.banner-info .bdshare-button-style1-16 a {
    background-image: none;
    float: none;
}


/*集团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;}*/



/*产品及解决方案*/

.m-product {
    background: url('../img/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;
}


