@charset "utf-8";

body{
  font-family: '微软雅黑';
  font-size: 16px;
}

div.qc-panel{
  height: auto;
  background: url("https://audiostyle-1253994016.cos.ap-nanjing.myqcloud.com/qc_cover.jpg");
  background-size: cover;
}

.qc-panel .navigation-clean, .qc-panel .navbar-default{
  background: rgba(255,255,255,.2);
  color: #fff;
}

.qc-panel .navigation-clean .navbar-brand{
  font-size: 1.125em;
  font-weight: normal;
}

.navbar-brand{
  padding: 8px 15px;
}

.qc-panel .navigation-clean .navbar-brand img{
  /* width: 10%; */
  /* height: auto; */
  /* width: auto; */
}

.qc-panel .qc_container{
  color: #fff;
}

.qc-panel .qc_container .row{
  margin-top: 15%;
  margin-bottom: 17%;
}

.qc-panel .qc_container .row h1{
  font-size: 3.75em;
}

.qc-panel .qc_container .row p{
  font-size: 1.125em;
  margin-top: 3%;
}

.qc-panel .navigation-clean.navbar-default .navbar-nav > li > a{
  color: #fff;
  font-size: 1.125em;
}

.qc-guide_img{
  padding-top: 10px;
  text-align: center;
}

.qc-guide_img img{
  width: 16px;
  margin-bottom: 30px;
}

.header-quick{
  font-size: 2em;
  color: #cc3300;
}
  
.text-quick{
  text-align: justify;
  color: #585858;
  font-size: 1.125em;
  width: 68%;
  margin: 6% auto;
}

.qc-solution-quick{
  margin-top: 12%;
  position: relative;
}

.qc-solution-quick div{
  position: relative;
  display: inline-block;
  padding: 0 4%;
  font-size: .875em;
  color: #b7b7b7;
}

.qc-solution-quick div:after{
  position: absolute;
  content: '';
  bottom: 0;
  right: 0px;
  background: #b7b7b7;
  width: 1px;
  height: 54px;
}

.qc-solution-quick div:last-child:after{
  height: 0;
}

.icon-quick{
  margin-left: -40px;
  bottom: 24px;
  position: absolute;
}


.container.qc_container {
  width:100%;
  padding:0;
}

.column-left {
  text-align: center;
  margin-top: 16%;
}

.column-right{
  text-align: center;
  margin-top: 16%;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

.qc_row {
  padding-left: 16%;
  padding-right: 16%;
}

.qc-container_show {
  background:url(../img/display_bg.png) no-repeat center center fixed;
  background-size:cover;
  padding-bottom: 3%;
  clear: both;
}

.qc-footer_show {
  background:url(../img/footer_bg.png) no-repeat center center fixed;
  background-size: cover;
}

.qc-footer_show p{
  /*width: 126px;*/
}

.row-header{
  font-size: 2em;
  color: #1f1f1f;
  margin-top: 4%;
  margin-bottom: 5%;
}

.row-outsource{
  width: 86%;
  margin: 3% auto;
}

.row-outsource{
  clear:both;
}

.row-outsource img{
  width: 70px;
  float: left;
}

.row-outsource-header{
  font-size: 1.125em;
  color: #cc3300;
  padding-top: 8px;
  padding-left: 100px;
}

.row-outsource-txt{
  font-size: .875em;
  color: #404040;
  padding-left: 100px;
}

.qc_client_container .row{
  padding-left: 17%;
  padding-right: 17%;
}

.corperation-list{
  text-align: center;
  margin-bottom: 26px;
}

.corperation-wrap{
  display: inline-block;
  padding: 8px 0;
  margin: auto;
  width: 96%;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.corperation-icon{
  /* width: 100%; */
  max-height: 96px;
  /* width: auto; */
}

.contact-way-list{
    padding-bottom: 34px;
}

.contact-way-wrap{
  display: inline-block;
  width: 38%;
  margin-bottom: 16px;
  margin-left: 8%;
}

.contact-email{
  margin-left: 0;
  width: 52%;
}

.contact-way-wrap p{
  display: inline-block;
  color: #cc3300;
  font-size: 1.375em;
}
.contact-icon{
  margin-right: 30px;
}

.more-btn{
  margin-top: -20px;
  margin-left: 8%;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #cc3300;
  color: #cc3300;
  font-size: 1.125em;
  border-radius: 20px;
}
.more-btn-wrap{
  padding: 10px 0;
}

@media (min-width: 1440px) {
  .more-btn-wrap{
    margin-top: -30px;
  }
}
.more-btn:hover{
  text-decoration: none;
  color: #cc3300;
  cursor: pointer;
}

#to-top{
  position: fixed;
  bottom: 12px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.qc_nav_toggle{
    padding: 8px 8px;
}


#qc_product .qc_row{
  padding-bottom: 20px;
  position: relative;
}

#to-top img{
  width: 48px;
}

.footer-dark {
  padding: 20px 0;
  color: #a1a1a1;
  background-color: #2e2e2e;
}

.footer-dark .copyright, .footer-dark .footer-addr{
  text-align: center;
  padding-bottom: 12px;
  font-size: .875em;
  margin-bottom: 0;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .text-quick{
        width: 332px;
    }
    .qc-solution-quick div{
      padding: 0 8px;
    }
    .header-quick{
      font-size: 2em;
    }
}

@media (max-width: 599px) and (min-width: 414px){
  #to-top img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 374px) {
    #to-top img {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 1024px) {
  .contact-phone--qq{
    padding-left: 17%;
  }
  .contact-email{
    padding-left: 8%;
  }
}

@media (max-width: 767px) {
  body{
    font-size: 13px;
  }
  .qc-panel .qc_container .row h1{
    font-size: 2em;
  }
    .qc-panel .qc_container .row h2{
    font-size: 1.2em;
  }
  .header-quick, .row-header{
    font-size: 1.8em;
  }
  .qc-panel .qc_container .row p{
    font-size: 1.125em;
  }
  .text-quick{
    width: 82%;
  }
  .qc-solution-quick{
    margin-top: 24%;
  }
  .row-outsource{
    width: 100%;
  }
  .row-outsource img{
    width: 50px;
    margin-left: 20px;
  }
  .row-header{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .contact-icon{
    width: 18px;
    margin-right: 4px;
  }
  .contact-way-list{
    font-size: .6875em;
  }
  .qc_row{
    padding-left: 0;
    padding-right: 0;
  }
  .qc-guide_img img{
    margin-bottom: 10px;
    width: 12px;
  }
  .corperation-wrap{
    width: 100%;
  }
}
@media (max-width: 768px) {

}