@charset "utf-8"; /*编码设置*/
.container-fluid {
    padding: 0;
}

/*banner start*/
.index .carousel .item1 {
    background: url("/static/images/aboutusbg.jpg") 0 0;
    height: 450px;
    background-size: cover;
    margin: 90px 0;
    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;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index .carousel .banner-desc {
    padding-left: 40px;
}
.index .carousel .banner-desc h1{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.index .carousel .banner-desc p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}
/*banner end*/

.aboutus .subnav-bar{
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}
.aboutus .subnav-bar .sub-nav{
    background: rgba(255,255,255,.5);
}
.aboutus .subnav-bar a{
    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;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 90px;
    font-size: 16px;
    color: #333;
    border-right: 2px solid rgba(255,255,255,.5);
    border-top: 2px solid rgba(255,255,255,0);
}
.aboutus .subnav-bar a:last-child{
    border-right: none;
}
.aboutus .subnav-bar .active,.aboutus .subnav-bar a:hover {
    color: #c71523;
    border-top: 2px solid #c71523;
}


/*企业文化 start*/
.corporatecultures .list {
    margin-bottom: 90px;
}
.corporatecultures .list .box {
    padding-bottom: 30px;
}
.corporatecultures .list .box:hover {
    background: #f6f6f6;
    border-radius: 10px;
}
.corporatecultures h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
    text-align: center;
}
.corporatecultures h1 + p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
}
.corporatecultures .for-customer {
    margin-bottom: 10px;
}
.corporatecultures .list .bar p {
    margin-bottom: 10px;
}

.corporatecultures .list .box i{
    display: block;
    width: 44px;
    height: 49px;
    margin: 20px auto;
    background-size: cover;
}
.corporatecultures .list .box p {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.corporatecultures .list .box .icon1 {
    background: url("/static/images/icon1.png" ) no-repeat center center;
}
.corporatecultures .list .box .icon2 {
    background: url("/static/images/icon2.png" ) no-repeat center center;
}
.corporatecultures .list .box .icon3 {
    background: url("/static/images/icon4.png" ) no-repeat center center;
}
.corporatecultures .list .box .icon4 {
    background: url("/static/images/icon3.png" ) no-repeat center center;
}

/*价值观 */
.corporatecultures .list .bar {
    background: #f6f6f6;
    padding: 30px 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.corporatecultures .list img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.corporatecultures .list .bar h2{
    font-size: 24px;
    text-align: center;
    color: #666;
    margin-bottom: 15px;
}
.corporatecultures .list .bar h2 + p{
    font-size: 16px;
    text-align: center;
    color: #999;
}
.corporatecultures .list .list-bar:hover img{
    -webkit-filter: inherit(100%);
    -moz-filter: inherit(100%);
    -ms-filter: inherit(100%);
    -o-filter: inherit(100%);
    filter: inherit(100%);
    filter: inherit;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.corporatecultures .list .list-bar:hover .bar {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.09);
}
.corporatecultures .list .list-bar:hover h2 {
    color: #c71523;
}
.corporatecultures .list .list-bar:hover h2 + p {
    color: #c71523;
}
/*企业文化 end*/







@media (max-width: 1366px) {
}
@media (max-width: 1201px) {
}
@media (max-width: 1179px) {
}
@media (max-width: 375px) {
    .index .carousel .item1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto;}
    .index .carousel .banner-desc{padding-left: 15px; text-align: center;}
    .aboutus .aboutus-desc img{width: 100%;}
    .managementideas ul {flex-wrap: wrap;}
}
@media (max-width: 320px) {
    .index .carousel .item1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto;}
    .index .carousel .banner-desc{padding-left: 15px; text-align: center;}
    .aboutus .aboutus-desc img{width: 100%;}
    .managementideas ul {flex-wrap: wrap;}
}
@media screen and (min-width: 700px) and (max-width: 768px) {
}