@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*/
.managementideas {
    margin-bottom: 90px;
}
.managementideas h4{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.managementideas h4 + p{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 90px;
}
.managementideas ul:last-child {
    padding-top: 30px;
}
.managementideas ul li {
    margin-bottom: 20px;
    padding: 30px 0;
}
.managementideas ul li:hover {
    background: #f6f6f6;
    border-radius: 10px;
}
.managementideas ul li:hover p + p{
    color: #c71523;
}
.managementideas ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding: 10px 0;
}
.managementideas ul li p + p {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    color: #999;
}
.managementideas ul li i {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
}
.managementideas ul li .m1 {
    background: url("/static/images/m1.png" ) no-repeat center center;
    background-size: contain;
}
.managementideas ul li .m2 {
    background: url("/static/images/m2.png" ) no-repeat center center;
    background-size: contain;
}
.managementideas ul li .m3 {
    background: url("/static/images/m3.png" ) no-repeat center center;
    background-size: contain;
}
.managementideas ul li .m4 {
    background: url("/static/images/m4.png" ) no-repeat center center;
    background-size: contain;
}
.managementideas ul li .m5 {
    background: url("/static/images/m5.png" ) no-repeat center center;
    background-size: contain;
}
.managementideas ul li .m6 {
    background: url("/static/images/m6.png" ) no-repeat center center;
    background-size: contain;
}
/*经营理念 end*/





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