@charset "utf-8";
/*轮播图*/




html[lang=en] body {
    /*background: red;*/
}

[v-cloak] {
    display: none;
}

.index-banner-wrapper {
    width: 100%;
    height: 832px;
    position: relative;
    min-width:1200px;
    /*background-color: #eee;*/
}

.index-banner-wrapper > .swiper-wrapper > .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-banner-wrapper .swiper-button-next {
    right: 70px;
    background-image: url("http://toosound-website.gz.bcebos.com/common/next.png");
}

.index-banner-wrapper .swiper-button-prev  {
    left: 70px;
    background-image: url("http://toosound-website.gz.bcebos.com/common/pre.png");
}

.index-banner-wrapper .swiper-slide img{
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}


.banner-intro{
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background:rgba(255, 255, 255, 0.25)
}

.banner-intro-list{
    width: 1200px;
    font-size: 0;
}

.banner-intro-list-item{
    width: 400px;
    display: inline-block;
    height: 100%;
    position: relative;
    border-right: 1px solid #aaaaaa;
    box-sizing: border-box;
}

.banner-intro-list-item:last-child{
    border-right: none;
}

.banner-intro-list-item > .icon{
    width: 100px;
    height: 100px;
    margin-top: 16px;
    margin-left: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-intro-list-item.location > .icon{
    margin-left: 4px;
}

.banner-intro-list-item.vision > .icon{
    margin-left: 44px;
}

.banner-intro-list-item.culture > .icon{
    margin-left: 48px;
}

.banner-intro-list-item > .content{
    margin-top: 50px;
    margin-right: 30px;
    float: right;
    color: #ffffff;
    text-align: right;
    text-shadow: 0 0 2px #666;
}

.banner-intro-list-item .content-title{
    margin: 0;
    font-size: 24px;
    margin-bottom: 4px;
}

.banner-intro-list-item .content-desc{
    margin: 0;
    font-size: 16px;
}

.about-us{
    padding: 80px 0 100px;
}

.about-us-content-title{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #333333;
    line-height: 1;
}

.about-us-content-title:after{
    content: "";
    display: block;
    height: 3px;
    width: 73px;
    margin: 10px 25px 0;
    background: #f56631;
}

.about-us .about-us-pic{
    height: 500px;
    width: 400px;
    background: url("http://toosound-website.gz.bcebos.com/static_banners/about_us.jpg");
    float: left;
}

.about-us article{
    margin-left: 446px;
    margin-right: 10px;
}

html[lang=en] .about-us article{
    padding-top: 32px;
}

.about-us article h2{
    font-weight: normal;
    font-size: 30px;
    line-height: 90px;
    margin: 0 0 15px 0;
    background-image: url("http://bym-website.gz.bcebos.com/assets/home/title_content_img.png");
    background-repeat: no-repeat;
    background-position: 110px 0;
}

.about-us article h2 > span{
    color: #f56631;
    padding-left: 54px;
    font-weight: bold;
}

.about-us article p{
    font-size: 16px; 
    line-height: 36px;
    color: #484848;
    /* margin-bottom: 24px; */
}

.about-us article .about-company {
    line-height: 1;
}

.about-us-content div  div {
    font-size: 16px; 
    line-height: 36px;
    color: #484848;
}

html[lang=en] .about-us article p{
    margin-top: 0;
    font-size: 14px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 55px;
}

.about-us article a{
    display: inline-block;
    width: 120px;
    line-height: 36px;
    margin-top: 6px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    color: #808080;
    margin-right: 1em;
    transition: all .5s;
}

.about-us article a:hover{
    color: #f56631;
    border-color: #f56631;
}


/* 产品和服务 */
.service {
    height: 648px;
    background-image: url("http://gz.bcebos.com/panx-website/images/home//home_cpjfw_bg_img.png");
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

html[lang=en] .service{
    padding-top: 0;
}

.service-header{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 52px;
    padding-top: 52px;
    color: #ffffff;
    line-height: 1;
}

.service-header::after{
    content: "";
    display: block;
    height: 3px;
    width: 73px;
    margin: 10px auto 0;
    background: #f56631;
}



html[lang=en] .service-header{
    margin: 0 auto 45px;
    width: 1200px;
    height: 90px;
    line-height: 2em;
    background: rgba(50,50,50,0.1);
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1;
}

html[lang=en] .service-header:before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 150px;
    height: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -75px;
    bottom: 24px;
}


.service h2 span{
    color: #f56631;
    padding-left: 54px;
    font-weight: bold;
}

.service-content{
    /* position: relative; */
}

.service .swiper-container{
    height: 415px;
    width: 1210px;
}

/* 工程案例区块 */
.service .swiper-container .swiper-wrapper{
    display: flex;
    position: relative;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    margin: 0 auto;
}

/* 区块内每一个盒子 */
.service .swiper-container .swiper-slide{
    flex: 1;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}


.service .swiper-container .swiper-slide .pic{
    height: 280px;
}

.service .swiper-container .swiper-slide .pic img{
    width: 100%;
    height: 100%;
}

.service .swiper-container .swiper-slide h4{
    margin: 0;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    color: #484848;
    background: white;
}


.service .swiper-container .swiper-slide p{
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    background: white;
    height: 130px;
}

html[lang=en] .service .swiper-slide p{
    display: none;
}

/* 新闻样式 */
.news {
    padding-top: 30px;
}


.news .news-title{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 40px;
    color: #333333;
    line-height: 1;
}

.news .news-title:after{
    content: "";
    display: block;
    height: 3px;
    width: 73px;
    margin: 10px auto 0;
    background: #f56631;
}

.news .news-content{
    float: left;
    width: 746px;
}
.news .news-content ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.news .news-content .news-nav{
    margin-right: -14px;
    height: 70px;
    display: flex;
    justify-content: space-around;
}

.news .news-content .news-nav li{
    width: 176px;
    margin-right: 14px;  
    float: left;
    text-align: center;
    font-size: 20px;
}

html[lang=en] .news .news-content .news-nav li{
    font-size: 16px;
}

.news .news-content .news-nav li a{
    line-height: 54px;
    display: block;
    width: 100%;
    background: #c9c9c9;
    color: #ffffff;
}

.news .news-content .news-nav li.active a{
    background: #f56631;
}

.news .news-content .news-nav li.active::after{
    content: "";
    display:block;
    background-image: url("http://gz.bcebos.com/panx-website/images/common/back_new_icon2.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 16px;
    margin-top: -2px;

}

.news .news-content .news-list {
    list-style: none;
}

.news .news-content .news-list li{
    border-bottom: 1px solid #bab9b9;
    font-size: 16px;
    padding-top: 24px;
}

.news .news-content .news-list li a{
    display: block;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.news .news-content .news-list li a::before{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("http://bym-website.gz.bcebos.com/assets/home/back_new_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px; 
    content: "";
}

.news-list-item-title{
    display: inline-block;
    width: 530px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list-item-date{
    float: right;
    line-height: 24px;
    color: #c9c9c9;
}

.news .news-banner-wrapper{
    width: 420px;
    height: 470px;
    float: right;
    /* background-color: #000; */
}

.news .news-banner-wrapper .swiper-slide img{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.news .news-banner-wrapper .swiper-button-next,
.news .news-banner-wrapper .swiper-button-prev{
    top: 80%;
}

.news .news-banner-wrapper .swiper-button-next{
    right: 30px;
    background-image: url("http://toosound-website.gz.bcebos.com/common/news_next.png");
    
}

.news .news-banner-wrapper .swiper-button-prev{
    left: 30px;
    background-image: url("http://toosound-website.gz.bcebos.com/common/news_pre.png");
}

.news .bym-wrapper .news-btn{
    display: block;
    width: 120px;
    line-height: 36px;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    color: #808080;
    font-size: 14px;
    margin: 22px auto;
}

.news .bym-wrapper .news-btn:hover{
    color: #f56631;
    border: 1px solid #f56631;
}


.news-loading-info{
    color: #8a8a8a;
    text-align: center;
    line-height: 330px;
}

.news-loading-info > p {
    animation-name: wave;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.news-banner-wrapper.news-loading-info{
    line-height: 470px;
}

.news .swiper-pagination{
    bottom: 25px;
}

.news .swiper-pagination-switch {
    top: 0;
}

 /*合作伙伴 */
 .partner{
    padding-top: 36px;
    padding-bottom: 36px;
}


.partner-title{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.partner-title::after{
    content: "";
    display: block;
    height: 3px;
    width: 73px;
    margin: 10px auto 0;
    background: #f56631;
}

.partner-content {
    position: relative;
    margin-top: 52px;
    height:195px;
}

.partner-content .swiper-container{
    height: 100%;
}

.partner-content .swiper-wrapper{
    width: 968px;
    height: 415px;
    position: relative;
    margin: 0 auto;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
}

.partner-content .list-item-thumb {
    position: relative;
    height: 100%;
    text-align: center;
}


.partner-content .list-item-thumb > img {
    width: 320px;
    height: 134px;
}

.partner-content .list-item:first-child{
    margin-left: 100px;
    margin-right: 20px;
}

.partner-content .list-item:last-child{
    margin-left: 20px;
    margin-right: 100px;
}

.partner-content .list-item-name{
    font-size: 18px;
}

.partner-content-next,
.partner-content-prev{
    width: 40px;
    position: absolute;
    height: 100%;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    background:#c9c9c9;
    text-align: center;
    transition: .5 all;
    cursor: pointer;
    z-index: 999;
}

.partner-content-next > img,
.partner-content-prev > img{
    height: 28px;
    vertical-align: middle;
    padding: 16px 0; 
    vertical-align: top;
}

.partner-content-next{
    right: 0;
}

.partner-content-prev{
    left: 0; 
}


/* 联系我们 */
.contact .contact-title{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    padding-bottom: 30px;
    line-height: 1;
}

 .contact .contact-title:after{
    content: "";
    display: block;
    height: 3px;
    width: 73px;
    margin: 10px auto 0;
    background: #f56631;
}

.contact .contact-list{
    list-style: none;
    padding-left: 0;
    margin: 0 -22px 0 0;
    overflow: hidden;
    padding-bottom: 46px;
}

.contact .contact-list li{
    float: left;
    width: 283px;
    height: 190px;
    margin-right: 20px;
    border: 1px solid #999;
}

html[lang=en] .contact .contact-list li{
    border: 1px solid transparent;
}

.contact .contact-list li i.icon{
    display: block;
    margin: 20px auto 16px;
    width: 36px;
    height: 36px;
}
.contact .contact-list li i.icon img{
    width: 100%;
}

.contact .contact-list li dl{
    margin: 0;
}

.contact .contact-list li dt{
    font-size: 24px;
    text-align: center;
    color: #f56631;
    line-height: 1em;
    padding-bottom: 10px;
}

.contact .contact-list li dt::after{
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background: #f56631;
    margin: 10px auto 0;
}

.contact .contact-list li dd{
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    color: #666666;
    margin-left: 0;

}

