@import url(banner.css);
.start-box .list-inline > li a {
	display:inline;
}
.main {
  padding-bottom: 0;
  /*	background: url(../images/bg.png);*/
  background-color: #FFF;
}
.main .container {
  max-width: none;
  width: 100%;
  height: auto;
}
.project-type {
  margin: auto;
  text-align: center;
  padding: 20px 0;
  width: auto;
  /* 若需要，指定一個寬度 */
}
.project-type > li {
  /* min-width: 270px; */
  width: 270px;
  font-size: 14px;
  /* width: 16.66%; */
  padding: 10px 0;
  margin-left: 30px;
  margin-right: 30px;
}
.project-type > li > a {
  width: 270px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.project-type > li > .box {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  /* margin-left: 21px; */
}
.project-type > li > .box > .txt > a {
  display: block;
}
.project-type > li > a:hover {
  color: #333;
}
.project-type h3 {
  border-width: 3px;
  border-style: solid;
  line-height: 1;
  padding: 4px 3px;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-type h3 label {
  font-size: 21px;
  vertical-align: text-bottom;
}
.project-type h3 label:after {
  content: " ";
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #D6D6D6;
  margin: 0 8px 2px;
  vertical-align: text-bottom;
}
.project-type h3 label span {
  background: none;
  margin: 0;
  font-size: 28px;
  vertical-align: text-bottom;
  min-width: 0;
}
.project-type li.type1 h3 {
  border-color: #ccc;
}

.project-type li.type1 h3 label span {
  color: #FF9326;
}
.project-type h3 strong, .works-box .item .subject h3 strong {
  font-weight: bold;
  font-size: 30px;
  margin: 0 6px 0 4px;
  vertical-align: bottom;
}
.project-type h3 strong {
  margin: 0;
}
.project-type h3 span, .works-box .item .subject h3 span {
  background: #E51C20;
  color: #fff;
  display: inline-block;
  min-width: 24px;
  text-align: center;
  line-height: 24px;
  margin-left: 2px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.project-type h3.custom-project-title label{
  line-height: 30px;
}
.project-type h3.custom-project-title strong{
  line-height: 30px;
  font-size: 24px;
}

.project-type li .txt, .works-box .item .subject .txt {
  text-align: left;
  color: #444;
  background-repeat: no-repeat;
  width: 270px;
  height: 170px;
  padding: 8px 20px;
  margin-bottom: -12px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-type li .txt .project-more {
  display: block;
  padding: 2px 0;
/*  background: rgba(0, 0, 0, 0.05);
*/  border: 1px solid #363636;
  color: #fff;
  text-align: center;
  margin: 8px auto;
  font-size: 18px;
  border-radius: 30px;
  background:  #6B6B6B;
	
  /*font-weight: bold;
	text-shadow: 1px 1px 2px rgba(20%,20%,20%,0.8);*/
  transition: background-color 0.5s; /* 背景顏色過渡效果，持續0.5秒 */
}
.project-type li .txt .project-more:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
}
.project-type li a:hover .txt .project-more {
  /*	background: rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;*/
}
.project-type li.type1 .txt {
  background-image: url(../images/index/case_bg7.png);
  background-size: cover;
}
.project-type h4, .works-box .item .subject h4 {
  font-size: 21px;
  text-align: center;
  /*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
*/
}
.project-type ul, .works-box .item .subject ul {
  /*	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);*/
}
.project-type .pic {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0); /* IE6-9 */
  border: 1px solid #ccc;
  padding: 11px;
  width: 246px;
  height: 276px;
  margin-bottom: 8px;
}
.project-type .pic img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.project-type a:hover .pic img {
  opacity: .7;
}

/*8800方案特色 開始*/
.all-title{
    margin-bottom: 30px;
    text-align: center;
}
.all-title span{
    color: #6c6c6c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.all-title div{
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.sect-feature-1 {
    margin-bottom: 55px;
}
.sect-feature-1 .container{
    max-width: 1310px;  
}
.sect-feature-1 .feature-box{
    border-top:5px solid #F8C44F;
    background: #f7f7f7;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.sect-feature-1 .feature-box:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17.5px 0 17.5px;
    border-color: #f8c54f transparent transparent transparent;
    position: absolute;
    left: calc(50% - 17.5px);
    top: 0;
}
.sect-feature-1 .f-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
    position: relative;
    padding-bottom: 20px;
}
.sect-feature-1 .f-list:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sect-feature-1 .f-list:nth-last-child(1):before{
    display: none;
}
.sect-feature-1 .f-list:nth-last-child(1){
    margin-bottom: 0;
    padding-bottom: 10px;
}
.sect-feature-1 .f-title{
    width: calc(100% / 6 * 2);
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.sect-feature-1 .ft-col:nth-child(1){
    color: #F8C44F;
    font-size: 75px;
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
    line-height: 75px;
}
.sect-feature-1 .ft-col:nth-child(2) {
    padding-left: 10px;
}
.sect-feature-1 .ft-col:nth-child(2) h3:nth-child(1){
    color: #555555;
    font-size: 20px;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 7px;
}
.sect-feature-1 .ft-col:nth-child(2) h3:nth-child(2){
    color: #262626;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}
.sect-feature-1  .f-info{
    width: 100%;
    color: #767673;
    font-size: 15px;
    position: relative;
    top: -40px;
    line-height: 1.6;
}
.sect-feature-1  .f-info:before{
    content: "";
    background: #dbdbdb;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 23px;
}
.sect-feature-1 .f-box{
    width: calc(100% / 6 );
    text-align: center;
    margin-bottom: 20px;
}
.sect-feature-1 .f-pic{
    position: relative;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
.sect-feature-1 .f-pic img{ 
    height: 60%;
    width: 60%;
}
.sect-feature-1 .f-descri{
    color: #4A4A4A;
    font-size: 15px;
    line-height: 1.6;
}
@media(max-width:1300px){
  .sect-feature-1 .feature-box {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media(max-width:1100px){
    .sect-feature-1 .f-title {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .sect-feature-1 .f-info {
        top: 0;
    }
    .sect-feature-1 .f-info:before {
        bottom: -10px;
    }
    .sect-feature-1 .f-box {
        width: calc(100% / 5 );
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 45px;
    }
    .sect-feature-1 .f-pic {
        margin-left: 0px;
        width: 100%;
        height: 100%;
    }
    .sect-feature-1 .feature-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:760px){
    .all-title {
      margin-bottom: 15px;
    }
    .all-title div {
        font-size: 30px;
        line-height: 30px;
    }
    .sect-feature-1 {
        margin-bottom: 30px;
    }
    .sect-feature-1 .f-list {
        justify-content: center;
    }
    .sect-feature-1 .feature-box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 35px;
    }
    .sect-feature-1 .f-title {
        padding-left: 20px;
    }
    .sect-feature-1 .f-box {
        width: 135px;
        height: 125px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 70px;
    }
    .sect-feature-1 .f-pic {
        margin-left: 0px;
        width: 100%;
        height: 100%;
        height: 135px;
    }
}
@media(max-width:500px){
    .sect-feature-1 .feature-box {
        padding-left: 8px;
        padding-right: 8px;
    }
    .sect-feature-1 .f-list {
        margin-bottom: 20px;
    }
    .sect-feature-1 .f-title {
        padding-left: 10px;
    }
    .sect-feature-1 .f-box {
        width: 25%;
        height: unset;
        margin-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .sect-feature-1 .f-pic {
        width: 100%;
        height: 80px;
    }
    .sect-feature-1 .f-descri {
        font-size: 12px;
    }
}
/*8800方案特色 結束*/

.welfare-box {
  margin: auto;
  margin-bottom: 60px;
  margin-top: 25px;
  /* 若需要，指定一個寬度 */
  width: auto;
}
.welfare-pic {
  text-align: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.welfare-link {
  width: 150px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  background: #DB3A3A;
  color: #FFF;
  display: block;
  font-size: 20px;
  position: absolute;
  right: calc(50% - 518px);
  bottom: 89px;
  transition: all .3s ease;
  letter-spacing: 2px;
  box-shadow: 5px 5px 5px #00000026;
}
.welfare-link:hover {
  background: #fd6060;
  color: #FFF;
  width: 150px;
  height: 46px;
}

.seo-optimization-box {
  margin: auto;
  margin-bottom: 60px;
  margin-top: 25px;
  /* 若需要，指定一個寬度 */
  width: auto;
}
.seo-optimization-pic {
  text-align: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.seo-optimization-link {
  width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    background: #DB3A3A;
    color: #FFF;
    display: block;
    font-size: 20px;
    position: absolute;
    left: calc(50% - 545px);
    bottom: 78px;
    transition: all .3s ease;
    letter-spacing: 2px;
    box-shadow: 5px 5px 5px #00000026;
}
.seo-optimization-link:hover {
  background: #fd6060;
  color: #FFF;
  width: 150px;
  height: 46px;
}

@media(max-width:1350px) {
  .welfare-link {
    right: calc(11%);
    bottom: 50px;
  }
  .seo-optimization-link {
    left: calc(8.5%);
    bottom: 35px;
  }
}
@media(max-width:900px) {
  .welfare-box {
    margin-bottom: 35px;
    margin-top: 10px;
  }
  .welfare-link {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    left: calc(50% - 75px);
    bottom: -7px;
    right: unset;
  }
  .seo-optimization-box {
    margin-bottom: 35px;
    margin-top: 10px;
  }
  .seo-optimization-link {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    left: calc(50% - 75px);
    bottom: -7px;
    right: unset;
  }
}
/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.works-carousel {
  position: relative;
  padding: 55px 50px;
  background: url(../images/index/line.png) no-repeat center top, #FFF;
}
.works-carousel ul li {
  padding: 15px;
}
.works-carousel ul li a {
  display: block;
  padding: 10px;
  background: #56555b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #56555b 0%, #27282d 51%, #56555b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #56555b), color-stop(51%, #27282d), color-stop(100%, #56555b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #56555b 0%, #27282d 51%, #56555b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #56555b 0%, #27282d 51%, #56555b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #56555b 0%, #27282d 51%, #56555b 100%); /* IE10+ */
  background: linear-gradient(135deg, #56555b 0%, #27282d 51%, #56555b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56555b', endColorstr='#56555b', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 20px -3px #A3A3A3;
  box-shadow: 0 6px 20px -3px #A3A3A3;
}
.works-carousel ul li a img {
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.works-carousel ul li a:hover img {
  opacity: .7;
}
.jcarousel-control-prev, .jcarousel-control-next {
  background: url(../images/index/carousel_arrow.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
  opacity: 1;
}
.jcarousel-control-prev {
  left: 10px;
}
.jcarousel-control-next {
  right: 10px;
  background-position: 0 -40px;
}
.case-box{
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.case-box .all-title{
  margin-bottom: 35px;
}
.case-box .all-title div{
  position: relative;
  z-index: 0;
}
.case-box .all-title div:before{
  content: "";
  background: #F8C44F;
  width: 320px;
  height: 14px;
  position: absolute;
  left: calc(50% - 160px);
  bottom: 2px;
  z-index: -1;
}
.case-box .container {
  max-width: 1310px;
}
.case-list {
  margin: 0 -15px 0;
}
.case-list li {
  width: calc((100% / 4) - 0.1px);
  padding: 0 15px 30px;
  position: relative;
  text-align: center;
  float: left;
  box-sizing: border-box;
  list-style-type: none;
}
.case-list li:nth-of-type(4n+1) {
  clear: left;
}
.case-list li .box {
  max-width: 285px;
  margin: 0 auto 10px;
  position: relative;
  transition: all .3s ease;
}
.case-list li .box .pic img {
  transform: scale(1);
  transition: all 0.6s ease;
}
.case-list li .box:hover .pic img {
  transform: scale(1.2);
}
.case-list li .pic{
  margin: 0;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
  box-shadow: 0px 2px 5px #ddd;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 0;
  margin-bottom: 10px;
}
.case-list li .name{
  font-size: 18px;
  line-height: 1.5;
}
.case-list li .cover {
  position:absolute;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  z-index:5;
  font-size: 0;
}
.case-box .case-more-btn{
  width: 300px;
  height: 45px;
  border: 5px;
  background: #c51112;
  background: linear-gradient(to bottom, rgba(217, 30, 30, 1) 0%, rgba(166, 0, 13, 1) 100%);
  color: #FFF;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 10px;
  transition: all .3s ease;
}
.case-box .case-more-btn:hover{
  opacity: 0.7;
}
.case-box .center{
  text-align: center;
}
@media(max-width:1000px){
  .case-list li {
    width: calc((100% / 2) - 0.1px);
  }
  .case-list li:nth-of-type(2n+1) {
    clear: left;
  }
  .case-box .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media(max-width:760px){
  .case-box{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .case-box .all-title div:before {
    width: 210px;
    left: calc(50% - 105px);
  }
  .case-box .all-title {
    margin-bottom: 25px;
  }
  .case-box .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:500px){
  .case-list {
    margin: 0 -10px 0;
  }
  .case-list li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .case-list li .name {
    font-size: 16px;
  }
  .case-box .case-more-btn {
    font-size: 15px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
}
.works-box {
  /*	padding: 30px 108px 10px 108px;
	max-width: 1900px;
	margin: 0 auto;
	background: url(../images/index/line.png) no-repeat center top, #FFF;*/
}
.works-box .item {
  border-width: 3px;
  border-style: solid;
  height: 184px;
  margin-bottom: 30px;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.works-box.anime-run .item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.works-box .item .subject {
  position: relative;
  background-repeat: no-repeat;
  float: left;
  width: 306px;
  height: 184px;
  padding: 25px 20px 0 45px;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.works-box .item.type1 .subject {
  background-image: url(../images/index/works_bg1.png);
}
.works-box .item .subject label {
  position: absolute;
  top: 4px;
  left: 15px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}
.works-box .item .subject label span {
  display: block;
  font-size: 28px;
}
.works-box .item .subject h3 {
  text-align: right;
  line-height: 1;
  margin-right: 18px;
}
.works-box .item.type1 .subject h3 span {
  background-color: #E51C20;
}

.works-box .item .subject h3 strong {
  font-size: 32px;
}
.works-box .item .subject h4 {
  font-size: 25px;
  line-height: 1.4;
}
.works-box .item .subject .txt {
  font-size: 13px;
  line-height: 1.5;
  position: static;
}
.works-box .item .ibtn {
  background-image: url(../images/index/btn_more.png);
  width: 77px;
  height: 68px;
  position: absolute;
  right: 20px;
  bottom: 6px;
  display: block;
}
.works-box .item.type1 .ibtn {
  background-position: 0 0;
}
.works-box .item .ibtn:hover {
  bottom: 4px;
  right: 19px;
}
.works-box .item ul {
  overflow: hidden; /* 超過範圍隱藏 */
  white-space: nowrap; /* 不斷行 */
  padding: 18px 0;
}
.works-box .item ul li {
  margin: 0 1px;
}
.works-box .item ul li a {
  display: block;
  text-align: center;
}
.works-box .item ul li a .pic {
  border: 1px solid #E3E3E3;
  padding: 4px;
  width: 190px;
  height: 110px;
  overflow: hidden;
  background: no-repeat center top;
  background-size: 100% auto;
  -webkit-transition: all 2s linear 0s;
  -moz-transition: all 2s linear 0s;
  -o-transition: all 2s linear 0s;
  transition: all 2s linear 0s;
}
.works-box .item ul li a:hover .pic {
  background-position: center bottom;
}
.works-box .item ul li a .pic img {
  display: none;
}
/*
.works-box .item ul li a .pic img { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.works-box .item ul li a:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
*/
.works-box .item ul li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.start-box {	
  background: url(https://www.newscan.com.tw/images/index/start_bg.png) no-repeat center top, url(https://www.newscan.com.tw/images/index/bg.png);
  padding: 40px 0 0px 0;
  text-align: center;
  font-size: 18px;
}
.start-box .tel{
	color: #B31518;
	font-size: 52px;
	}
.start-box h3 {
  font-size: 18px;
  letter-spacing: 8px;
  margin-bottom: 15px;
}
.start-box h3 span {
  font-size: 43px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0;
}
.start-box > ul {
  width: auto;
  margin: auto;
  text-align: center;
  padding: 30px 0;
}
.start-box > ul > li {
  font-size: 18px;
/*  width: 33%;*/
  width: 70%;
  padding: 0 5%;
  min-height: 521px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.start-box > ul > li.b1 {
/*  font-size: 20px;*/
}
.start-box > ul > li.b1 a {
  color: #F60;
  display: inline
}
.start-box > ul > li.b1 a:hover {
  color: #F60;
  text-decoration: underline;
}
.start-box > ul > li.b2 a {
  color: #F60;
  display: inline
}
.start-box > ul > li.b2 a:hover {
  color: #F60;
  text-decoration: underline;
}
/*.start-box > ul > li + li {
  border-left: 1px dotted #9B9B9B;
}*/
.start-box > ul > li .icon {
  background-image: url(https://www.newscan.com.tw/images/index/icon_start.png);
  width: 176px;
  height: 184px;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.start-box.anime-run > ul > li .icon {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.start-box > ul > li.b1 .icon {
  background-position: 0 0;
}
.start-box > ul > li.b2 .icon {
  background-position: 0 -184px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.start-box > ul > li.b3 .icon {
  background-position: 0 -368px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.start-box > ul > li h4 {
  color: #C71619;
  font-size: 21px;
  margin: 15px 0 20px;
}
.start-box > ul > li ul, .start-box > ul > li p {
  text-align: justify;
  font-size: 18px;
}
.start-box > ul > li ul li {
  margin-bottom: 10px;
 /* text-indent: -18px; */
 /*padding-left: 18px;*/
}
.start-box > ul > li ul li:before {
  content: " ";
  display: inline-block;
  background: #FF8000;
  width: 6px;
  height: 6px;
  margin: 0 12px 3px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.start-box > ul > li span {
  color: #FF7F00;
  font-size: 16px;
}
/*五大承諾、FAQ網頁設計專欄 開始*/
.promise-main{
  margin-top: 30px;
}
.promise-main .promise-title{
  color: #212121;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
  line-height: 1;
  z-index: 0;
  margin-bottom: 40px;
}
.promise-main .promise-title:before{
  content: "";
  background: #F8C44F;
  width: 230px;
  height: 14px;
  position: absolute;
  left: calc(50% - 115px);
  bottom: 2px;
  z-index: -1;
}
.promise-list .promise-box{
  margin-bottom: 60px;
  border: 3px solid #DFDFDF;
  border-radius: 15px;
  background: #FFF;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 45px 30px;
  box-sizing: border-box;
  position: relative;
}
.promise-list .promise-num{
  position: absolute;
  color: #F8C44F;
  font-family: 'Times New Roman', sans-serif;
  font-weight: bold;
  font-size: 70px;
  left: 66px;
  top: -36px;
  line-height: 1;
  z-index: 0;
}
.promise-list .promise-num:before{
  content: "";
  width: 81px;
  height: 5px;
  background: #FFF;
  position: absolute;
  left: -10px;
  bottom: 32px;
  z-index: -1;
}
.promise-list .row{
  display: flex;
}
.promise-list .col:nth-child(1){
  width: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise-list .col:nth-child(2){
  width: calc(100% - 150px);
}
.promise-list .promise-name{
  color: #373737;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.8;
  letter-spacing: 5px;
  text-align: justify;
}
.promise-list .promise-text{
  color: #5F5F5F;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.promise-list .mark-text{
  color: #D80000;
}
.faq-main {
  padding-top: 120px;
  padding-bottom: 57px;
  position: relative;
  z-index: 0;
}
.faq-main:before {
  content: "";
  background: url(https://www.newscan.com.tw/images/index/index-faq-bg.jpg);
  width: calc(100% + 30px);
  height: 100%;
  left: -15px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.faq-main .faq-container{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.faq-main .faq-title{
  text-align: left;
  position: relative;
  padding-bottom: 35px;
}
.faq-main .faq-title:before{
  content: "";
  width: 439px;
  height: 5px;
  background: #F8C44F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq-main .faq-title:after{
  content: "";
  width: 20px;
  height: 20px;
  background: #F8C44F;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  bottom: -8px;
}
.faq-main .faq-title .t-sub{
  color: #F8C44F;
  font-family: 'Times New Roman', sans-serif;
  font-weight: bold;
  font-size: 40px;
  display: block;
  line-height: 1;
  margin-bottom: 17px;
}
.faq-main .faq-title .t-main{
  color: #212121;
  font-weight: bold;
  font-size: 50px;
  display: block;
  line-height: 1;
}
.faq-list{
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  flex-wrap: wrap;
  margin-top: -174px;
}
.faq-list .item{
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 55px;
}
.faq-list .item:nth-child(1){
  margin-left: 50%;
}
.faq-list .box {
  box-sizing: border-box;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px #d7d7d7;
  padding: 30px 25px 15px 25px;
  position: relative;
  text-align: left;
}
.faq-list .box:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #F8C44F;
  position: absolute;
  right: 30px;
  top: 23px;
  border-radius: 50%;
  transition: all .3s ease;
}
.faq-list .box:after {
  content: "";
  background-image: url(https://www.newscan.com.tw/images/index/faq-arror.svg);
  width: 12px;
  height: 18px;
  position: absolute;
  right: 42px;
  top: 34px;
}
.faq-list .box .name{
  color: #660000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 22px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 31px;
  line-height: 1.7;
  transition: all .3s ease;
  width: calc(100% - 70px);
}
.faq-list .box:hover .name{
  color: #a92626;
}
.faq-list .box .description{
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 115px;
}
.faq-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.faq-list .box:hover:before{
  background: #B31518;
}
@media(max-width:1300px){
  .faq-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .faq-list .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-main .faq-title:before {
    width: 334px;
  }
}
@media(max-width:760px){
  .promise-main .promise-title {
    font-size: 30px;;
    margin-bottom: 45px;
  }
  .promise-main .promise-title:before {
    width: 150px;
    height: 7px;
    left: calc(50% - 75px);
    bottom: 1px;
  }
  .promise-list .promise-box {
    margin-bottom: 55px;
    padding: 20px 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .promise-list .row {
    flex-direction: column;
  }
  .promise-list .col:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .promise-list .promise-box:nth-child(1) .col:nth-child(1) img{
    width: 70px;
    height: 70px;
  }
  .promise-list .promise-box:nth-child(2) .col:nth-child(1) img{
    width: 70px;
    height: 70px;
  }
  .promise-list .promise-box:nth-child(3) .col:nth-child(1) img{
    width: 70px;
    height: 70px;
  }
  .promise-list .promise-box:nth-child(4) .col:nth-child(1) img{
    width: 70px;
    height: 78px;
  }
  .promise-list .promise-box:nth-child(5) .col:nth-child(1) img{
    width: 85px;
    height: 70px;
  }
  .promise-list .col:nth-child(2) {
    width: 100%;
  }
  .promise-list .promise-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .promise-list .promise-name {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .promise-list .promise-num {
    left: calc(50% - 36px);
  }
  .promise-list .promise-num:before {
    left: calc(50% - 40px);
  }
  .faq-main {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .faq-main .faq-title {
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 0px;
    z-index: 0;
  }
  .faq-main .faq-title .t-main {
    font-size: 30px;
  }
  .faq-main .faq-title .t-sub {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .faq-main .faq-title:before {
    width: 210px;
    left: calc(50% - 105px);
    height: 7px;
    z-index: -1;
  }
  .faq-main .faq-title:after {
    display: none;
  }
  .faq-list {
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }
  .faq-list .item:nth-child(1) {
    margin-left: 0;
  }
  .faq-list .item {
    width: 100%;
    max-width: 450px;
  }
  .faq-list .box {
    padding: 20px 15px 35px 15px;
  }
  .faq-list .box .name {
    margin-bottom: 10px;
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    height: 58px;
  }
  .faq-list .box .description {
    font-size: 15px;
    line-height: 1.7;
    height: 101px;
  }
  .faq-list .box:before {
    right: unset;
    left: calc(50% - 20px);
    top: unset;
    bottom: -20px;
  }
  .faq-list .box:after {
    right: unset;
    top: unset;
    bottom: -10px;
    left: calc(50% - 5px);
  }
}
/*五大承諾、FAQ網頁設計專欄 結束*/
.quick-box {
  position: relative;
}
.quick-box .left {
  position: absolute;
  width: 666px;
  height: 100%;
}
.quick-box .ongoing-cases {
  position: relative;
  width: 666px;
  height: 194px;
  text-align: right;
  overflow: hidden;
}
.quick-box .ongoing-cases img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}
.quick-box .ongoing-cases h3 {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 38px;
  padding: 24px 28px 0 0;
  letter-spacing: 1px;
  text-shadow: 1px 2px 2px #5E5E5E;
  z-index: 1;
}
.quick-box .ongoing-cases .ibtn {
  background-image: url(../images/index/btn_ongoing.png);
  width: 204px;
  height: 48px;
  margin-right: 22px;
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
}
.quick-box .service-link {
  position: absolute;
  top: 194px;

  bottom: 0;
  width: 100%;
}
.quick-box .service-link li {
  width: 33.33%;
  height: 50%;
}
.quick-box .service-link li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 100%;
}
.quick-box .service-link li a span {
  position: relative;
  top: 38%;
}
.quick-box .service-link li.b1 a {
  background-image: url(https://www.newscan.com.tw/images/index/service_bg1.jpg);
}
.quick-box .service-link li.b2 a {
  background-color: #8F64D9;
}
.quick-box .service-link li.b3 a {
  background-image: url(https://www.newscan.com.tw/images/index/service_bg3.jpg);
}
.quick-box .service-link li.b4 a {
  background-color: #A0C543;
}
.quick-box .service-link li.b5 a {
  background-image: url(https://www.newscan.com.tw/images/index/service_bg5.jpg);
}
.quick-box .service-link li.b6 a {
  background-color: #FFC300;
}
.quick-box .right {
  font-size: 0;
  margin-left: 666px;
  background: url(https://www.newscan.com.tw/images/index/intro_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 2%;
  min-height: 440px;
}
.quick-box .right > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 405px;
  padding: 60px 7%;
  font-size: 15px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quick-box .right > div a {
  color: #fff;
}
.quick-box .about-box h3 {
  background: url(https://www.newscan.com.tw/images/index/about_title_bg.png) no-repeat;
  color: #B3B3B3;
  font-size: 18px;
  letter-spacing: 10px;
  text-align: center;
  width: 405px;
  height: 122px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quick-box .about-box h3 span {
  letter-spacing: 0;
  font-size: 32px;
  display: block;
}
.quick-box .about-box p {
  margin-bottom: 12px;
  width: 405px;
}
.quick-box .about-box strong {
  color: #FDE435;
 /* font-size: 16px;*/
}
.quick-box .faq-box h3 {
  font-size: 18px;
  color: #333;
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 24px;
}
.quick-box .faq-box h3 span {
  color: #000;
  font-size: 78px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.quick-box .faq-box ul li {
  margin-bottom: 8px;
  text-indent: -18px;
  padding-left: 18px;
}
.quick-box .faq-box ul li:before {
  content: " ";
  display: inline-block;
  background: #26C9FF;
  width: 6px;
  height: 6px;
  margin: 0 12px 3px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.quick-box .faq-box ul li a:hover {
  color: #FDE435;
}
.contact-box {
  background: unset;
  background-color: #fff;
  min-height: 710px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 0;
}
.contact-box:before {
  content: "";
  background: url(https://www.newscan.com.tw/images/index/contact_bg2.webp);
  width: 764px;
  height: 710px;
  position: absolute;
  right: -700px;
  top: 0;
  transition: all .6s ease;
    z-index: -1
}
.contact-box.anime-run:before {
  right: -200px;
}
.contact-box:after {
  content: "";
  background: url(https://www.newscan.com.tw/images/index/contact_bg.webp);
  width: 620px;
  height: 710px;
  position: absolute;
  left: -590px;
  bottom: 0;
  transition: all .6s ease;
  visibility: visible;
    z-index: -1;
}
.contact-box.anime-run:after {
  left: -30px;
}
.contact-box .contact-left-pic{
  position: absolute;
  background: url(https://www.newscan.com.tw/images/index/contact_bg3.webp);

  left: -510px;
  top: -55px;
  width: 659px;
  height: 1393px;
  z-index: 0;
  transform: scale(0.5);
  transition: all .6s ease;
}
.contact-box.anime-run .contact-left-pic {
  left: -199px;
}
.contact-box > h3 {
  font-size: 18px;
  letter-spacing: 6px;
  padding: 60px 0 16px;
}
.contact-box > h3 span {
  font-size: 32px;
  letter-spacing: 1px;
  display: block;
}
.contact-box > h4 {
  color: #96984E;
  font-size: 24px;
  margin: 14px 0 8px;
}
.office-info {
  position: relative;
  display: inline-block;
  max-width: 500px;
}
.office-info .office {
  width: 190px;
  height: 190px;
  line-height: 1.5;
  margin: 10px;
  padding: 23px 0;
  display: inline-block;
  background: #E83787;
  color: #fff;
  font-size: 3px;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 100px;
  box-sizing: border-box;
  transition: all .5s ease;
}
.anime-run .office-info .office {
  animation-play-state: running;
}

.office-info .office.taichung {
  animation-delay: 1.2s;
}

.office-info .office.taipei {
  animation-delay: .7s;
}
.office-info .office h4 {
  color: #000;
  font-size: 17px;
}
.office-info .office h4:before, .office-info .office h4:after {
  content: " ";
  width: 14px;
  height: 1px;
  display: inline-block;
  background: #7E1645;
  vertical-align: middle;
  margin: 0 10px 2px;
}
.office-info .office h5 {
  font-size: 15px;
  color: #FCEB20;
}
.office-info .office .tel a {
  color: #FFF;
}
.office-info .office strong {
  font-size: 24px;
  text-shadow: 1px 1px 1px #444;
}
.office-info .office .txt {
  display: block;
  width: 190px;
  font-size: 13px;
}
.office-info .office.hide {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  cursor: pointer;
}
.office-info .office.hide h4 {
  font-size: 13px;
  color: #fff;
}
.office-info .office.hide h4:before, .office-info .office.hide h4:after, .office-info .office.hide .txt {
  display: none;
}
.contact-info {
  background: url(https://www.newscan.com.tw/images/index/contact_line.png) no-repeat top center;
  margin: 40px auto;
  margin-bottom: 0px;
  padding: 50px 0 50px;
  max-width: 1030px;
  font-size: 0;
}
.contact-info h3 {
  font-size: 22px;
  color: #19AAE3;
}
.contact-info li {
  position: relative;
  text-align: left;
  padding: 0 16px 10px 16px;
  min-width: 270px;
  font-size: 13px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-info li + li {
  border-left: 1px dotted #bbb;
}
.contact-info li .icon {
  position: absolute;
  left: 20px;
  top: 0;
}
.contact-info li h3, .contact-info li p {
  position: relative;
}
#pop-news {
  width: 500px;
  max-width: 100%;
  text-align: center;
}
#pop-news .pop-news-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* 20180309 new-table */
.table-index h3 span {
  font-size: 32px;
  letter-spacing: 1px;
  display: block;
  font-family: 'arial';
}
.table-index h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 6px;
  padding: 0px 0 16px;
  text-align: center;
}
.table-index .reminder.index {
  width: 100%;
  height: 45px;
  border: 5px;
  background: #c51112;
  background: linear-gradient(to bottom, rgba(217, 30, 30, 1) 0%, rgba(166, 0, 13, 1) 100%);
  color: #FFF;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 10px;
  transition: all .3s ease;
}
.table-index .reminder.index:hover {
  
  opacity: 0.7;
}
.table-index .reminder.index > a {
  
	 color: #fff;
}
.table-index .reminder.index > a:hover {
  padding: 2px;
  color: #fff;
	
}
.main .btn-box.no-line {
  border-top: none;
  padding: 0px 0 60px;
  margin: 0px auto;
  text-align: center;
  max-width: 610px;
}
.main .btn-box .btn.table-send {
  padding: 9px 20px;
  color: #fff;
  background: #ff9321;
  border: none;
  letter-spacing: 2px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: initial;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 100%;
  font-family: '微軟正黑體';
}
.main .btn-box .btn.table-send:hover {
  background: #000;
}
.contact-line-box{
    /* display:block !important; */
    background: #06C755;
    width:650px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 40px;
}
.contact-line-box .contact-line-title{
    text-align: center;
    color: #FFF;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-left: 27px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.contact-line-box .contact-line-title:before{
    content:"";
    width: 32px;
    height: 32px;
    background: url(../images/line-icon.svg);
    position: absolute;
    left: -41px;
    top: 7px;
    background-repeat: no-repeat;
}
.contact-line-box .row{
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
}
.contact-line-box .row:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #FFF;
    left: 0;
    top: 0;
}
.contact-line-box .first-sale{
    box-sizing: border-box;
    width: 50%;
    padding-right: 20px;
    position: relative;
    transition: all .2s ease;
    top: 0px;  
    max-width: 210px; 
}
.contact-line-box .first-sale:hover{
    top: -5px;
    opacity: 0.8;
}
.contact-line-box .after-sale{
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    position: relative;
    transition: all .2s ease;
    top: 0px;   
    max-width: 210px; 
}
.contact-line-box .after-sale:hover{
    top: -5px;
    opacity: 0.8;
}
.contact-line-box .sale-title{
    font-size: 21px;
    font-weight: bold;
    color:#FFF;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
}
.contact-line-box .sale-id{
    font-size: 20px;
    color:#FFF;
    line-height: 1;
}
.contact-line-box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media screen and (min-width: 1920px) {
  /* 在此放入您希望在1920px以上的螢幕上應用的樣式 */
  /*  .center-box {
    text-align: center;
    padding: 20px 0;
    width: 1920px;
    margin: auto;
  }*/
  .project-type {
    /* width: 1900px; */
  }
  .welfare-box {
    /* width: 1900px; */
  }
  .seo-optimization-box {
    /* width: 1900px; */
  }
  .start-box > ul {
	  width: 1900px;
  }
}
@media screen and (max-width: 1680px) {
  .project-type {
    max-width: 1680px;
    margin: 0 auto;
  }
  .project-type > li {
    width: 20%;
  }
  .quick-box .right {
    padding: 0;
    background-size: auto 100%;
  }
  .quick-box .right > div {
    width: 100%;
    padding: 20px 8%;
    min-width: 0;
  }
  .quick-box .right .about-box {
    display: none;
  }

.start-box{
	 /*display: none;*/
		}
  .start-box > ul > li ul, .start-box > ul > li p {
    text-align: justify;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .contact-box {
    background: url(https://www.newscan.com.tw/images/index/contact_bg2.webp) no-repeat 150% 0,;
  }
}
@media screen and (max-width: 1280px) {
  .contact-box {
    background-size: auto 60%;
  }
  
  .project-type > li {
    width: 33%;
  }
  .start-box > ul > li ul, .start-box > ul > li p {
    text-align: justify;
    font-size: 20px;
  }
  .contact-box .contact-left-pic {
    display: none
  }
}
@media screen and (max-width: 1024px) {
  .start-box > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .start-box > ul > li {
    min-height: 620px;
	width: 90%;
  }

  .quick-box .right {
    display: none;
  }
  .quick-box .left {
    position: static;
    width: auto;
  }
  .quick-box .service-link {
    top: 0;
    right: 0;
    left: 666px;
    width: auto;
  }
  .quick-box .service-link li {
    width: 50%;
    height: 33.333%;
  }
  .quick-box .service-link li a span {
    top: 30%;
  }
  .contact-box {
    background: #fff;
  }
}
@media(max-width:960px){
  .contact-box:before,
  .contact-box:after{
    display: none
  }
}
@media screen and (max-width: 768px) {
.start-box{
	 /*display: none;*/
		}
.start-box .tel{
	color: #B31518;
	font-size: 30px;
	}
.start-box .words{

	font-size: 22px;
	}
  .project-type > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

.start-box > ul > li + li {
  border-left: none;
}
  .quick-box .right {
    display: none;
  }
  .quick-box .left {
    position: static;
    width: auto;
  }
  .quick-box .service-link {
    top: 0;
    right: 0;
    left: 666px;
    width: auto;
  }
  .quick-box .service-link li {
    width: 50%;
    height: 33.333%;
  }
  .quick-box .service-link li a span {
    top: 30%;
  }
  .contact-box {
    background: #fff;
  }
}
@media screen and (max-width: 635px) {
  .contact-info {
    text-align: left;
    max-width: 530px;
    margin: 0 30px;
  }
  .contact-info li + li, .contact-info li:last-child {
    border: 0;
  }
  .form-box .control-label {
    padding-left: 15px;
    width: 70px;
  }
  .form-box .control-box {
    margin-left: 100px;
  }
	.contact-line-box .contact-line-title {
		font-size: 20px;
		margin-left: 0;
		padding-top: 18px;
		padding-bottom: 5px;
	}
	.contact-line-box .contact-line-title:before {
		left: calc(50% - 16px);
		top: -16px;
	}
	.contact-line-box {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 350px;
	}
	.contact-line-box .row {
		flex-direction: column;
    	align-items: center;
		padding-top: 25px;
	}
	.contact-line-box .first-sale {	
		width: 100%;
		padding-right: 0;
		max-width: 200px;
		margin-bottom: 30px;
	}
	.contact-line-box .after-sale {
		width: 100%;
		padding-left: 0;
		max-width: 200px;
	}
	.contact-line-box .sale-title {
		font-size: 18px;
	}
	.contact-line-box .sale-id {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
  .project-type > li {
    width: 100%;
  }
  .quick-box .ongoing-cases img {
    width: auto;
  }
  .quick-box .service-link li {
    width: 33.3%;
  }

.start-box {
	
 
}
  .start-box > ul > li {
    font-size: 18px;
    width: 90%;
    padding: 0 5%;
    min-height: 521px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .table-index .reminder.index > a {
    padding: 2px;
  }


}