

.mainsectitle{
  margin-bottom:3%;
}


.mainsectitle .title{
  margin-bottom:2%;
}


.mainsectitle .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
  vertical-align: top;  
  padding-top:2%;
}

.mainsectitle .conbox2 {
  position: relative;
  display: inline-block;
  width: 55%;  
  margin-left:2%;
}


@font-face {
  font-family: "myfont";
  src: url("/microsites/data/175/AORUS.woff") format('woff');
  font-weight: bold;
}

#mainimg-s{
  display:none;
}

.thermaldesignvideo {
    background-color: #3c3c3c;
}


.thermaper {
    width: 90%;
  margin: 0 auto;
}

.note{
  margin-top:2%;
  font-family: arial;
}

footer{
  margin-top:0%;  
  padding-top:4px;
  border-top:1px solid #1A1A1A;
  padding-bottom:4px;
  text-align: center;
  font-size:14px;
  color:#999;  
  background-color:#000;
  width:100%;
  position: relative;
}

footer .text{
  font-size:16px;
}
footer .consize{
  margin-top:10px;
}

footer a{
  color:#999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

footer a:hover{
  color:#fff;
}



.modelimage{          
      overflow: hidden;
}

.modelbox .title{                      
      font-size:40px;
      margin-top:4%;
      text-align: center;
}

.modelimage .text{
  text-align: center;
  font-size:20px;  
  margin:0 auto;
  margin-top:2%;
  margin-bottom: 10%;
  padding:2%;
  border:1px solid #ff7200;
  width:70%;
  font-weight:400;
  overflow: hidden;

}

.modelimage a{
  text-decoration: none;

}
.modelbox ol{
  width:80%;
  margin:0 auto;  
  margin-top:2%;
  padding-left:8%;
}

.modelbox ol li{
    float:left;
    width:26%;
    margin-right:2%;
    margin-left:2%;
    min-height: 460px;
  
}

.modelbox .text{
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;

}

.modelbox .text:hover{
    background:#ff7200;    
}



.titlebar {
    width:90%;
    margin:0 auto;
    font-size: 60px;
    line-height: 70px;    
    font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';     
    margin-top:3%;
    color: #ff6400;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
}

    .linebg {
        background-image: url("/microsites/data/175/linebg.png");
        height:40px;        
        background-position: center center;
        background-repeat: no-repeat;
    }


/*TOP*/

#gotop {
  background-color: rgba(51, 51, 51, 0.4);
  color: #FFFFFF;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
  border-radius:6px;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}

@media screen and (max-width: 1440px) {

.modelbox ol li{ 
    min-height: 360px;
  
}

}

@media screen and (max-width: 1366px) {
  .titlebar {
    font-size: 50px;
    line-height: 60px;    
}


}

@media screen and (max-width: 960px) {

.mainsectitle .conbox1 {
  position: relative;
  display: inline-block;
  width:100%;
  vertical-align: top;  
  padding-top:0%;
}

.mainsectitle .conbox2 {
  position: relative;
  display: inline-block;
  width: 100%;  
  margin-left:0%;
}


    #mainimg{
      display:none;
    }

    #mainimg-s{
      display:block;
    }

    .modelbox ol li{
        float:left;
        width:40%;
        margin-right:4%;
        margin-left:4%;      
    }

    .modelbox ol{  
      padding-left:0%;
    }

    
}

@media screen and (max-width: 640px) {

    .titlebar {
    font-size: 30px;
    line-height: 40px;    
    }


  .model0box .title{                      
      font-size:30px;      
    }

    .modelimage .text{
      font-size:24px;
      width:90%;      
    }


    .modelbox ol li{
        float:left;
        width:100%;
        margin-right:0%;
        margin-left:0%;
        margin-bottom:16%;
      
    }


    footer{        
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
    width:80%;    
  }

 /*TOP*/

  #gotop {    
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0%;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;

  }
 

}