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

/*公司简介 start*/
.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;
}
.aboutus .aboutus-desc {
    position: relative;
    display: flex;
    margin-bottom: 90px;
}
.aboutus .aboutus-txt {
    position: absolute;
    right: 40px;
    top: 50px;
    bottom: 0;
    width: 568px;
    background: rgba(242,243,246,.5);
    padding: 50px 30px 0 30px;
    height: 350px;
}
.aboutus .aboutus-txt h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 30px;
}
.aboutus .aboutus-txt p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.aboutus .company-corner h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 90px 0;
}
.aboutus .aboutus-tips {
    margin-bottom: 90px;
}
.aboutus .aboutus-tips ul li h1 {
    font-size: 24px;
    font-weight: bold;
    color: #c71523;
    margin-bottom: 20px;
    text-align: center;
}
.aboutus .aboutus-tips ul li h1 + p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}
.aboutus .aboutus-tips ul li .line {
    width: 30px;
    height: 4px;
    border-radius: 100px;
    background: #999;
    margin: 0 auto;
}
.aboutus .aboutus-tips ul li{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aboutus .aboutus-tips ul li:hover {
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    transform: translate(0,-10px);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aboutus .aboutus-tips ul li:hover .line{
    background: #c71523;

}
/*公司一角*/
.aboutus .company-corner {
    background: #f6f6f6;
}
.aboutus .company-corner .col-lg-4 {
    position: relative;
    padding: 0;
    background: #000;
    overflow: hidden;
}
.aboutus .company-corner .col-lg-4 p {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aboutus .company-corner img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.aboutus .company-corner .col-lg-4:hover  img {
    opacity: .4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.aboutus .company-corner .col-lg-4:hover  p {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    /*-webkit-transform: translate(0,-80px);*/
    /*-moz-transform: translate(0,-80px);*/
    /*-ms-transform: translate(0,-80px);*/
    /*-o-transform: translate(0,-80px);*/
    /*transform: translate(0,-80px);*/
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

/*公司简介 end*/





@media (max-width: 1366px) {
}
@media (max-width: 1201px) {
}
@media (max-width: 1179px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
    .index .carousel .item.aboutus .company-corner1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto; padding: 10px 0; width: 70%;}
    .index .carousel .banner-desc{padding-left: 15px; text-align: center;}
    .index .carousel .banner-desc p {padding: 0 15px;}

    .aboutus .aboutus-desc img{width: 100%;}
    .aboutus .aboutus-txt{position: relative;right: 0; top:0; padding: 15px;}
    .aboutus .aboutus-tips ul li{margin-bottom: 30px;}
}
@media (max-width: 320px) {
    .index .carousel .item1 {display: block;height: 500px;}
    .index .carousel .item1 img{margin: 0 auto; padding: 10px 0; width: 70%;}
    .index .carousel .banner-desc{padding-left: 15px; text-align: center;}
    .index .carousel .banner-desc p {padding: 0 15px;}

    .aboutus .aboutus-desc img{width: 100%;}
    .aboutus .aboutus-txt{position: relative;right: 0; top:0; padding: 15px;}
    .aboutus .aboutus-tips ul li{margin-bottom: 30px;}
}
@media screen and (min-width: 700px) and (max-width: 768px) {
}