@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Noto Serif TC', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	-ms-overflow-style: scrollbar;
  background: #FFFFFF;
  color: #262626;
}
a:link {
	color:#262626;
	text-decoration: none;
}
a:visited {
	color:#262626;
	text-decoration: none;
}
a:hover {
	color:#036eb8;
	text-decoration: none;
}
a:active {
	color:#262626;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 999;
  background: rgb(255,255,255,0);
  display: none;
}
#header.active {
  background: rgb(255,255,255,0.95);
  z-index: 1002;
}
#header2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10002;
  display: block;
  background: rgb(255,255,255,0.95);
}
.header_logo {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 120px;
  display: block;
  z-index: 10003;
}
.header_logo2 {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 120px;
  display: block;
  z-index: 10003;
}

.menu {
  position: absolute;
  right: 120px;
  top: 70px;
  display: none;
}

.menu > ul {
  list-style: none;
}

.menu > ul > li {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding-right: 50px;
  padding-left: 50px;
  border-right: 1px solid #858585;
  position: relative;
  color: #858585;
}

.menu > ul > li a {
  color: #858585;
}

.menu > ul > li > span {
  width: 41px;
  height: 2px;
  background: none;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
}

.menu > ul > li:hover span {
  width: 41px;
  height: 2px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -20px;
}
.menu > ul > li > span.active {
  width: 41px;
  height: 2px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -20px;
}

.menu > ul > li:first-child {
  padding-right: 50px;
  padding-left: 50px;
}

.menu > ul > li:last-child {
  padding-right: 0px;
  padding-left: 50px;
  border-right: 0px;
}

.menu > ul > li > ul {
  position: absolute;
  display: none;
  list-style: none;
  padding-top: 50px;
  top: 0;
  left: 0;
}

.menu > ul > li:hover ul {
  display: block;
  width: 100%;
}

.menu > ul > li:hover ul li {
  width: 100%;
  padding: 15px 0px;
  background-color: #0f85ca;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #FFF;
  position: relative;
  letter-spacing: 3px;
  margin-left: 3px;
}

.menu > ul > li:hover ul li a {
  color: #badae3;
}

.menu > ul > li:hover ul li span {
  display: none;
}

.menu > ul > li:hover ul li:hover span {
  display: block;
  margin: auto;
  width: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}




.header_small_open {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 40px;
  z-index: 10001;
}
.header_small_close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 40px;
  display: none;
  z-index: 10002;
}
.header_small_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  background-color: #FAFAFA;
  z-index: 9999;
  padding-top: 130px;
}
.header_small_menu > ul {
  list-style: none;
  text-align: center;
  color: #858585;
}
.header_small_menu > ul > li {
  font-size: 20px;
  line-height: 3;
  position: relative;
}
.header_small_menu > ul > li a {
  color: #858585;
}

.header_small_menu > ul > li > span {
  width: 41px;
  height: 2px;
  background: none;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -20px;
}

.header_small_menu > ul > li:hover span {
  width: 41px;
  height: 2px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -20px;
}
.header_small_menu > ul > li > span.active {
  width: 41px;
  height: 2px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -20px;
}
.header_small_menu > ul > li > ul {
  list-style: none;
  text-align: center;
  display: none;
}
.header_small_menu > ul > li > ul > li {
  font-size: 18px;
  line-height: 3;
  position: relative;
  text-align: center;
}
.header_small_menu > ul > li a {
  color: #858585;
}

@media only screen and (min-width: 768px) {
  #header {
    height: 100px;
    display: block;
  }
  .header_logo {
    top: 34px;
    left: 20px;
    width: 140px;
    display: none;
  }
  #header2 {
    display: none;
  }
  .menu {
    display: block;
    right: 10px;
    top: 40px;
  }
  .menu > ul > li {
    font-size: 15px;
    line-height: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .menu > ul > li:first-child {
    padding-right: 12px;
    padding-left: 0px;
  }
  .menu > ul > li:last-child {
    padding-right: 12px;
    padding-left: 12px;
    border-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #header {
    height: 110px;
  }
  .header_logo {
    top: 33px;
    left: 30px;
    width: 160px;
  }
  
  .menu > ul > li {
    font-size: 18px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu > ul > li:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu > ul > li:last-child {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #header {
    height: 120px;
  }
  .header_logo {
    top: 40px;
    left: 50px;
    width: 180px;
  }
  .menu {
    display: block;
    right: 0px;
    top: 50px;
  }
  .menu > ul > li {
    font-size: 20px;
    line-height: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu > ul > li:first-child {
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu > ul > li:last-child {
    padding-right: 50px;
    padding-left: 50px;
    border-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #header {
    height: 160px;
  }
  .header_logo {
    top: 60px;
    left: 70px;
    width: 200px;
  }
  .menu {
    display: block;
    right: 70px;
    top: 70px;
  }
  .menu > ul > li {
    font-size: 20px;
    line-height: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu > ul > li:first-child {
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu > ul > li:last-child {
    padding-right: 50px;
    padding-left: 50px;
    border-right: 0;
  }
}



#banner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: top right;
  display: none;
}

#banner2 {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 80px;
}
.banner_word {
  position: absolute;
  right: 100px;
  top: 120px;
  text-align: center;
  display: none;
}
.banner_word2 {
  position: absolute;
  right: 0px;
  bottom: 35%;
  text-align: center;
  display: none;
}
.banner_word3 {
  position: absolute;
  left: 20px;
  top: 15%;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.case_banner_word {
  position: absolute;
  right: 30px;
  top: 140px;
  text-align: center;
  display: none;
}
.banner_title1 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 6px;
}
.banner_title2 {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 3px;
}
.banner_title3 {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
}
.banner_line {
  width: 35px;
  height: 1px;
  background-color: #000;
  margin: auto;
  margin-top: 10px;
}

.logo {
  position: absolute;
  width: 20px;
  left: 20px;
  top: 100px;
  display: none;
  z-index: 1001;
}
.more {
  position: absolute;
  width: 82px;
  left: 440px;
  top: 650px;
  width: 82px;
}

.banner_pic1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.build_32 {
  position: absolute;
  width: 34px;
  right: 5%;
  top: 6%;
  width: 70px;
}

.banner_small_contact{
  width: 100%;
  max-width: 1400px;
  display: block;
  padding:  60px 20px 30px 20px;
  margin: auto;
}
.banner_small_clear {
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  #banner {
    display: none;
  }
  #banner2 {
    display: block;
    padding-top: 0px;
  }
  
  .banner_word {
    right: 50px;
    top: 120px;
    display: block;
  }
  .banner_word2 {
    right: 0px;
    bottom: 40px;
    display: block;
  }
  .banner_word3 {
    left: 70px;
    top: 15%;
    font-size: 50px;
  }
  .case_banner_word {
    right: 20px;
    top: 140px;
    display: block;
  }
  .banner_title1 {
    font-size: 24px;
    letter-spacing: 6px;
  }
  .banner_title2 {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  .banner_title3 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .banner_line {
    width: 45px;
    margin-top: 20px;
  }
  .logo {
    width: 28px;
    left: 20px;
    top: 40px;
    display: block;
  }
  .build_32 {
    width: 34px;
    right: 6%;
    top: 5%;
    width: 150px;
  }
  .banner_small_contact{
    display: none;
  }
  .banner_small_clear {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  #banner {
    display: block;
  }
  #banner2 {
    display: none;
  }
  .banner_word {
    right: 100px;
    top: 250px;
  }
  .banner_word2 {
    right: 0px;
    bottom: 90px;
  }
  .banner_word3 {
    left: 100px;
    top: 20%;
    font-size: 50px;
  }
  .case_banner_word {
    right: 100px;
    top: 50%;
    margin-top: -100px;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 50px;
  }
  .banner_title1 {
    font-size: 32px;
    letter-spacing: 8px;
  }
  .banner_title2 {
    font-size: 24px;
    line-height: 2;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  .banner_title3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .banner_line {
    width: 45px;
    margin-top: 20px;
  }
  .build_32 {
    width: 34px;
    right: 6%;
    top: 7%;
    width: 170px;
  }
}
@media only screen and (min-width: 1300px) {
  .banner_word {
    right: 100px;
    top: 250px;
  }
  .banner_word2 {
    right: 100px;
    bottom: 155px;
  }
  .banner_word3 {
    left: 200px;
    top: 15%;
    font-size: 7  0px;
  }
  .case_banner_word {
    right: 100px;
    top: 50%;
    margin-top: 0px;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 50px;
  }
  .banner_title1 {
    font-size: 32px;
    letter-spacing: 8px;
  }
  .banner_title2 {
    font-size: 24px;
    line-height: 2;
    margin-top: 20px;
    letter-spacing: 6px;
  }
  .banner_title3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
  }
  .banner_line {
    width: 45px;
    margin-top: 20px;
  }
  .build_32 {
    width: 34px;
    right: 100px;
    top: 7%;
    width: 230px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner_word {
    right: 200px;
    top: 350px;
  }
  .banner_word2 {
    right: 200px;
    bottom: 210px;
  }
  .banner_word3 {
    left: 240px;
    top: 18%;
    font-size: 80px;
  }
  .case_banner_word {
    right: 200px;
    top: 50%;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 70px;
  }
  .build_32 {
    width: 34px;
    right: 100px;
    top: 8%;
    width: 280px;
  }
}



#content {
  width: 100%;
  background-color: #FFF;
  position: relative;
  padding-top:  0px;
  z-index: 3;
  clear: both;
}


#content2 {
  width: 100%;
  overflow: hidden;
  background-color: #EBEBEB;
  position: relative;
  text-align: center;
  padding: 40px 0 40px 0;
}

.content_block {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
.content_block2 {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.content_block3 {
  width: 100%;
  position: relative;
  padding: 25px 20px;
}



.content_pic1 {
  width: 80%;
  max-width:1600px;
}
.content_pic2 {
  display: none;
}
.content_pic3 {
  display: block;
}
.content2_pic1 {
  width: 28px;
}
.content_title1 {
  font-size: 18px;
  color:#000000;
  font-weight: 500;
  letter-spacing: 6px;
  text-indent: 6px;
  margin-top: 12px;
}
.content_title2 {
  font-size: 16px;
  color:#4D4D4D;
  font-weight: 500;
  letter-spacing: 8px;
  text-indent: 8px;
}
.content_title3 {
  font-size: 12px;
  color:#4D4D4D;
  margin-top: 8px;
  letter-spacing: 8px;
  text-indent: 8px;
}
.content_title4 {
  font-size: 12px;
  color:#999999;
  margin-top: 8px;
  letter-spacing: 8px;
  text-indent: 8px;
}
.content_line {
  height: 1px;
  width: 35px;
  margin: auto;
  border-bottom: 1px solid #858585;
}
.content_word {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  text-align: center;
  left:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_button {
  font-size: 18px;
  font-weight: 500;
  color: #858585;
  text-align: center;
  width: 230px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #858585;
  background-color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-bottom: 30px;
  cursor: none;
}
.content_button2 {
  font-size: 18px;
  font-weight: 500;
  color: #858585;
  text-align: center;
  width: 230px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #858585;
  background-color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
}
.content_clear {
  height: 40px;
  clear: both;
}
.content_clear2 {
  height: 10px;
  clear: both;
  display: block;
}
.content_clear3 {
  height: 20px;
  clear: both;
}
.content_clear10 {
  height: 0px;
  clear: both;
}


@media only screen and (min-width: 768px) {
  #content2 {
    padding: 115px 0 95px 0;
  }
  .content_block {
    padding-bottom: 0px;
  }
  .content_block2 {
    padding-bottom: 0px;
  }
  .content_block3 {
    padding: 35px 20px;
  }
  .content_pic1 {
    width: 80%;
  }
  .content2_pic1 {
    width: 40px;
  }
  .content_title1 {
    font-size: 22px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 15px;
  }
  .content_title2 {
    font-size: 18px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title3 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title4 {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_line {
    width: 35px;
  }
  .content_word {
    top: 0;
    left:0;
  }
  .content_button {
    font-size: 28px;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-bottom: 60px;
  }
  .content_button2 {
    font-size: 24px;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_clear {
    height: 70px;
  }
  .content_clear2 {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .content_title1 {
    font-size: 24px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 15px;
  }
  .content_title2 {
    font-size: 20px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title3 {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title4 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  #content2 {
    padding: 165px 0 145px 0;
  }
  .content_block3 {
    padding: 55px 20px;
  }
  .content_pic1 {
    width: 65%;
  }
  .content2_pic1 {
    width: 60px;
  }
  
  .content_pic2 {
    display: block;
  }
  .content_pic3 {
    display: none;
  }
  .content_title1 {
    font-size: 36px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 20px;
  }
  .content_title2 {
    font-size: 30px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title3 {
    font-size: 22px;
    margin-top: 20px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_title4 {
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_line {
    width: 35px;
  }
  .content_word {
    top: 0;
    left:0;
  }
  .content_button {
    font-size: 36px;
    width: 325px;
    height: 82px;
    border-radius: 41px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-bottom: 60px;
  }
  .content_button2 {
    font-size: 30px;
    width: 325px;
    height: 82px;
    border-radius: 41px;
    letter-spacing: 8px;
    text-indent: 8px;
  }
  .content_clear {
    height: 70px;
  }
}




.about_block {
  width:100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 20px;
}
.about_block_hidden {
  display: block;
}
.about_pic1 {
  width: 100%;
  display: none;
}
.about_pic2 {
  width: 100%;
  display: block;
}
.about_bg1 {
  position: absolute;
  top:-15%;
  right: 1.5%;
  width: 100%;
  z-index: 4;
  display: none;
}
.about_bg2 {
  position: absolute;
  bottom: 0;  
  left: 0;
  width: 100%;
  z-index: 4;
}
.about_bg1_2 {
  position: absolute;
  top:-13%;
  right: 2.2%;
  width: 100%;
  z-index: 4;
  display: block;
}

.about_title1 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  line-height: 1.4;
}
.about_title2 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 2;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 15px;
  line-height: 1.4;
}
.about_title3 {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 2;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 15px;
  line-height: 1.4;
}
.about_line {
  width: 35px;
  height: 1px;
  background-color: #000;
  margin-top: 15px;
  text-align: left;
}
.about_line2 {
  width: 35px;
  height: 1px;
  margin: auto;
  background-color: #000;
  margin-top: 15px;
  text-align: left;
}
.about_line3 {
  width: 80%;
  height: 1px;
  margin: auto;
  background-color: #999999;
  text-align: left;
}
.about_clear {
  height: 5px;
  clear: auto;
}
.about_more {
  width: 50px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}
.about_back {
  float: right;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: center;
}
.about_back img {
  width: 30px;
}

@media only screen and (min-width: 768px) {
  .about_block {
    padding: 50px 20px;
  }
  .about_block2 {
  }
  .about_block3 {
  }
  .about_block4 {
  }
  .about_block_hidden {
    display: none;
  }
  .about_pic1 {
    width: 100%;
    display: block;
  }
  .about_pic2 {
    width: 100%;
    display: none;
  }
  .about_bg1 {
    top:-15%;
    right: 0.8%;
    display: block;
  }
  .about_bg2 {
    bottom: 0;
    left: 0;
    margin-left: -2px;
  }
  .about_bg1_2 {
    top:-15%;
    right: 1.5%;
    display: none;
  }
  .about_title1 {
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 1.5;
  }
  .about_title2 {
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .about_title3 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .about_line {
    width: 35px;
    height: 1px;
    margin-top: 10px;
  }
  .about_line2 {
    width: 35px;
    height: 1px;
    margin-top: 10px;
  }
  .about_clear {
    height: 4px;
  }
  .about_more {
    width: 50px;
    margin: auto;
  }
  .about_back {
    float: right;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
  }
  .about_back img {
    width: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .about_block {
    padding: 60px 20px;
  }
  .about_block2 {
  }
  .about_block3 {
  }
  .about_block4 {
  }
  .about_bg1 {
    top:-15%;
    right: 0.8%;
  }
  .about_bg2 {
    bottom: 0;
    left: 0;
  }
  
  .about_title1 {
    font-size: 26px;
    letter-spacing: 6px;
    line-height: 2;
  }
  .about_title2 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 15px;
    line-height: 2;
  }
  .about_title3 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 4px;
    margin-top: 20px;
    line-height: 2;
  }
  .about_line {
    width: 45px;
    height: 1px;
    margin-top: 20px;
  }
  .about_line2 {
    width: 45px;
    height: 1px;
    margin-top: 20px;
  }
  .about_clear {
    height: 10px;
  }
  .about_more {
    width: 70px;
    margin: auto;
  }
  .about_back {
    float: right;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
  }
  .about_back img {
    width: 60px;
  }
}

@media only screen and (min-width: 1600px) {
  .about_bg1 {
    top:-15%;
    right: 0.8%;
  }
  .about_bg2 {
    bottom: 0;
    left: 0;
  }
  
  .about_title1 {
    font-size: 32px;
    letter-spacing: 8px;
  }
  .about_title2 {
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: 20px;
  }
  .about_title3 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 4px;
    margin-top: 40px;
  }
  .about_line {
    width: 45px;
    height: 1px;
    margin-top: 40px;
  }
  .about_line2 {
    width: 45px;
    height: 1px;
    margin-top: 40px;
  }
  .about_clear {
    height: 10px;
  }
  
}








/* 最新消息 */
#content_news {
  width: 100%;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.news_menu {
  width: 100%;
  height: 80px;
  background-color: #FAFAFA;
}
.news_menu2 {
  width: 100%;
  height: 80px;
  max-width: 1400px;
  margin: auto;
  padding: 15px 0px;
}
.news_menu2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news_menu2 ul > li {
  width: 33%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  float: left;
  line-height: 50px;
  height: 50px;
}
.news_menu2 ul > li.active a {
  color: #000000;
}
.news_menu2 ul > li a {
  color: #B3B3B3;
}
.news_menu2 ul > li a:hover {
  color: #000000;
}
.news_line {
  width: 1px;
  height: 50px;
  background-color: #999999;
  float: left;
}

.news_block {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 10px;
}

.news_block ul {
  list-style: none;
}

.news_block ul > li {
  width: 100%;
  float: left;
  border-right: 0;
  padding: 0;
  margin: 20px 0;
}


.news_word {
  width: 100%;
  min-height: 180px;
  padding: 20px 0;
  position: relative;
}
.news_more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.news_pic1 {
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_title1 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.news_title2 {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_bg_title {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #808080;
  border:1px solid#808080;
  background-color: #FFF;
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
}
.news_title_line {
  width: 20px;
  border-top: 1px solid #000;
  height: 10px;
  margin-top: 20px;
}

.news_banner_word {
  display: none;
}

@media only screen and (min-width: 768px) {
  .news_menu {
    height: 120px;
  }
  .news_menu2 {
    height: 120px;
    padding: 30px 0;
  }
  .news_menu2 ul > li {
    width: 33%;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
  }
  .news_line {
    width: 1px;
    height: 60px;
  }
  
  .news_block {
    padding: 40px 0;
  }
  .news_block ul > li {
    width: 49.5%;
    padding: 0 2% 0 2%;
    margin: 20px 0;
  }
  .news_block ul > li:nth-child(odd) {
    border-right: 1px solid #b9b9b9;
  }
  .news_block ul > li:nth-child(even) {
    border:0;
  }
  .news_word {
    width: 100%;
    min-height: 200px;
    padding: 20px 0 10px 0;
  }
  .news_more {
    right: 0px;
    bottom: 20px;
  }
  
  .news_title1 {
    font-size: 20px;
  }
  .news_title2 {
    font-size: 16px;
    line-height: 26px;
  }
  .news_bg_title {
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .news_title_line {
    width: 30px;
    height: 20px;
    margin-top: 20px;
  }
  .news_banner_word {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .news_menu {
    height: 120px;
  }
  .news_menu2 {
    height: 120px;
    padding: 30px 0;
  }
  .news_menu2 ul > li {
    width: 33%;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
  }
  .news_line {
    width: 1px;
    height: 60px;
  }
  
  .news_block {
    padding: 60px 0;
  }
  .news_block ul > li {
    width: 33%;
    padding: 0 2% 0 2%;
    margin: 20px 0;
  }
  .news_block ul > li:nth-child(odd) {
    border-right: 1px solid #b9b9b9;
  }
  .news_block ul > li:nth-child(even) {
    border-right: 1px solid #b9b9b9;
  }
  .news_block ul > li:nth-child(3n+3) {
    border:0;
  }
  .news_word {
    width: 100%;
    min-height: 200px;
    padding: 20px 0 10px 0;
  }
  .news_more {
    right: 0px;
    bottom: 20px;
  }
  
  .news_title1 {
    font-size: 20px;
  }
  .news_title2 {
    font-size: 16px;
    line-height: 26px;
  }
  .news_bg_title {
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .news_title_line {
    width: 30px;
    height: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .news_menu {
    height: 200px;
  }
  .news_menu2 {
    height: 200px;
    padding: 60px 0;
  }
  .news_menu2 ul > li {
    width: 33%;
    font-size: 24px;
    line-height: 80px;
    height: 80px;
  }
  .news_line {
    width: 1px;
    height: 80px;
  }
  
  .news_block {
    padding: 100px 0;
  }
  .news_block ul > li {
    width: 33%;
    padding: 0 2% 0 2%;
    margin: 20px 0;
  }
  .news_block ul > li:nth-child(3n+3) {
    border:0;
  }
  .news_word {
    width: 100%;
    min-height: 240px;
    padding: 20px 0 10px 0;
  }
  .news_more {
    right: 0px;
    bottom: 20px;
  }
  
  .news_title1 {
    font-size: 24px;
  }
  .news_title2 {
    font-size: 18px;
    line-height: 30px;
  }
  .news_bg_title {
    right: 25px;
    bottom: 25px;
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .news_title_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
}



/* 建築團隊 */


.banner_pic1_team {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}
.banner_team_word {
  position: absolute;
  top: 40%;
  left: 10px;
  color:#808080;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  margin-left: 2px;
  display: none;
}

#content_team {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

#content_team2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FAFAFA;
}

.team_block {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
  padding: 60px 10px;
  overflow: hidden;
}

.team_block2 {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
  padding: 40px 10px;
}

.team_block3 {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
  padding: 70px 10px 0 10px;
}

.team_title1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  letter-spacing: 4px;
  margin-left: 4px;
}

.team_title2 {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: #808080;
  letter-spacing: 1px;
  margin-left: 1px;
}

.team_line {
  height: 20px;
  width: 30px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #000;
}

.team_pic1 {
  width: 80%;
}
.team_pic2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
}
.team_pic3 {
  position:absolute;
  top: 0;
  left: 20%;
  width: 60px;
}
.team_1 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 50px;
}
.team_2 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
}
.team_clear {
  height: 60px;
  clear: both;
}
.team_clear2 {
  height: 0;
  clear: both;
}
.team_list_top {
  padding: 40px 40px 0 40px;
}
.team_word {
  width: 100%;
  min-height: 200px;
  padding: 20px 0 0 0;
  position: relative;
}
.team_list_title1 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.team_list_title2 {
  font-size: 13px;
  color: #808080;
  line-height: 24px;
  overflow: hidden;
}

.team_list {
  position: relative;
  max-width: 1400px;
  margin-top: 10px;
  padding: 0 50px;
}

.team_list ul {
 list-style: none;
}

.team_list ul > li {
  width: 50%;
  float: left;
  padding: 0 2% 0 2%;
  border-right: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.team_list ul > li img {
  width: 85%;
}
.team_list ul > li:nth-child(2) {
  border: 0;
}
.team_list ul > li:last-child {
  border: 0;
}


@media only screen and (min-width: 768px) {
  .banner_pic1_team {
    width: 15%;
  }
  .banner_team_word {
    top: 35%;
    left: 10%;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-left: 4px;
    display: block;
  }
  .team_block {
    padding: 70px 0;
  }
  
  .team_block2 {
    padding: 50px 0;
  }
  .team_block3 {
    padding: 150px 0 0 0;
  }
  
  .team_title1 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-left: 4px;
  }
  
  .team_title2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 2px;
  }
  
  .team_line {
    height: 25px;
    width: 40px;
    margin-top: 25px;
  }
  
  .team_pic1 {
    width: 80%;
  }
  .team_pic2 {
    width: 15%;
  }
  .team_pic3 {
    left: 20%;
    width: 80px;
  }
  .team_1 {
    width: 50%;
    min-height: 400px;
    margin-top: 0px;
  }
  .team_2 {
    width: 50%;
    min-height: 400px;
    margin-top: 0px;
  }
  .team_clear {
    height: 80px;
    clear: both;
  }
  .team_list_top {
    padding: 40px 50px 0 50px;
  }
  .team_word {
    width: 100%;
    min-height: 240px;
    padding: 20px 0 10px 0;
  }
  .team_list_title1 {
    font-size: 20px;
  }
  .team_list_title2 {
    font-size: 14px;
    line-height: 26px;
  }
  .team_list {
    margin-top: 10px;
    padding: 0 70px;
  }
  .team_list ul > li {
    width: 23.5%;
    padding: 0 2% 0 2%;
    margin-top: 0px;
  }
  .team_list ul > li img {
    width: 85%;
  }
  .team_list ul > li:nth-child(2) {
    border-right: 1px solid #808080;
  }
}

@media only screen and (min-width: 1000px) {
  .banner_pic1_team {
    width: 15%;
  }
  .banner_team_word {
    top: 35%;
    left: 10%;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-left: 4px;
  }
  .team_block {
    padding:  80px 0;
  }
  
  .team_block2 {
    padding: 70px 0;
  }
  
  .team_title1 {
    font-size: 28px;
    letter-spacing: 6px;
    margin-left: 6px;
  }
  
  .team_title2 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 2px;
  }
  
  .team_line {
    height: 30px;
    width: 40px;
    margin-top: 30px;
  }
  
  .team_pic1 {
    width: 80%;
  }
  .team_pic2 {
    width: 15%;
  }
  .team_pic3 {
    left: 20%;
    width: 120px;
  }
  .team_1 {
    width: 50%;
    min-height: 600px;
  }
  .team_2 {
    width: 49%;
    min-height: 600px;
  }
  .team_clear {
    height: 100px;
    clear: both;
  }
  .team_list_top {
    padding: 40px 60px 0 60px;
  }
  .team_word {
    width: 100%;
    min-height: 240px;
    padding: 20px 0 10px 0;
  }
  .team_list_title1 {
    font-size: 20px;
  }
  .team_list_title2 {
    font-size: 14px;
    line-height: 26px;
  }
  .team_list {
    margin-top: 10px;
    padding: 0 50px;
  }
  .team_list ul > li {
    width: 23.5%;
    padding: 0 2% 0 2%;
  }
  .team_list ul > li img {
    width: 85%;
  }
}

@media only screen and (min-width: 1400px) {
  .banner_pic1_team {
    width: 15%;
  }
  .banner_team_word {
    top: 35%;
    left: 10%;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-left: 4px;
  }
  .team_block {
    padding: 100px 0;
  }
  
  .team_block2 {
    padding: 70px 0;
  }
  
  .team_title1 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-left: 6px;
  }
  
  .team_title2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 2px;
  }
  
  .team_line {
    height: 30px;
    width: 40px;
    margin-top: 30px;
  }
  
  .team_pic1 {
    width: 80%;
  }
  .team_pic2 {
    width: 15%;
  }
  .team_pic3 {
    left: 20%;
    width: 200px;
  }
  .team_1 {
    width: 40%;
    min-height: 900px;
  }
  .team_2 {
    width: 59%;
    min-height: 900px;
  }
  .team_clear {
    height: 140px;
    clear: both;
  }
  .team_list_top {
    padding: 40px 60px 0 60px;
  }
  .team_word {
    min-height: 240px;
    padding: 20px 0 40px 0;
  }
  .team_list_title1 {
    font-size: 24px;
  }
  .team_list_title2 {
    font-size: 18px;
    line-height: 30px;
  }
  .team_list {
    margin-top: 10px;
    padding: 0 60px;
  }
  .team_list ul > li {
    width: 23.5%;
    padding: 0 2% 0 2%;
  }
  .team_list ul > li img {
    width: 85%;
  }
}








/* 有感建築 */
.content_case_all {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.content_case_all.active {
  display: block;
}

#content_case {
 width: 100%;
 height: 400px;
 margin: auto;
 position: relative;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #fafafa;
}

#content_case2 {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 40px 0;
  background-color: #FFF;
  overflow: hidden;
}

#content_case3 {
  width: 100%;
  margin: auto;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

#content_case4 {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 50px 0 50px 0;
  background-color: #FFF;
  overflow: hidden;
}

 
.case_block {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  padding: 50px 0;
}
.case_carousel {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #B5B5B5;
  height: 50px;
  border-right: 1px solid #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_carousel:hover {
  color: #000;
}
.case_carousel.lock {
  color: #000;
}
.case_carousel2 {
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #B3B3B3;
  -webkit-filter: brightness(0.05); /* Safari */
  filter: brightness(0.05);
  -webkit-filter: grayscale(100); /* Safari */
  filter: grayscale(100%);
  cursor: pointer;
}
.case_carousel2:hover {
  -webkit-filter: grayscale(0); /* Safari */
  filter: grayscale(0%);
  -webkit-filter: brightness(1); /* Safari */
  filter: brightness(1);
}
.case_carousel2.lock {
  -webkit-filter: brightness(1); /* Safari */
  filter: brightness(1);
  -webkit-filter: grayscale(0); /* Safari */
  filter: grayscale(0%);
}
.case_menu {
  position: absolute;
  width: 80%;
  height: 148px;
  right: 0;
  top: 0;
  background-color: #FFF;
  z-index: 2;
}
.case_menu2 {
  position: absolute;
  width: 100%;
  height: 148px;
  left: 0;
  top: 0;
  z-index: 4;
}
.case_line {
  position: absolute;
  top: 0;
  left: -18px;
  width: 70px;
  z-index: 3;
}

.case_list {
  margin-top: 0px;
}

.case_list ul {
 list-style: none;
}

.case_list ul > li {
  width: 25%;
  float: left;
  padding: 0 2% 0 2%;
  border-right: 1px solid #858585;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  line-height: 1;
  position: relative;
  color: #858585;
  cursor: pointer;
}
.case_list ul > li img {
  width: 85%;
}
.case_list ul > li:last-child {
  border: 0;
}

.case_list > ul > li a {
  color: #858585;
}

.case_list > ul > li > span {
  width: 41px;
  height: 2px;
  background: none;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
}

.case_list > ul > li:hover span {
  width: 30px;
  height: 1px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -15px;
}
.case_list > ul > li > span.active {
  width: 30px;
  height: 1px;
  background-color: #1285C7;
  margin: auto;
  margin-top: 10px;
  margin-left: -15px;
}

.case_word {
  position:absolute;
  bottom: 28px;
  left: 30px;
  display: none;
}
.case_word.active {
  display: block;
}
.case_word_title1 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 4px;
  text-align: left;
}
.case_word_title2 {
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 10px;
}
.case_word_title3 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  text-align: left;
  line-height: 2;
}
.case_word_line {
  width: 30px;
  height: 20px;
  margin-top: 20px;
  border-top: 1px solid #000;
  text-align: left;
}


.case1_memo {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  display: none;
  position: relative;
}
.case1_memo.active {
  display: block;
}

.case2_memo {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  display: none;
  position: relative;
}
.case2_memo.active {
  display: block;
}

.case3_memo {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  display: none;
  position: relative;
}
.case3_memo.active {
  display: block;
}

.owl-one > li:last-child {
  border:0;
}

.case_two_1 {
  width: 100%;
  float: left;
  padding: 0;
  border-right: 0px solid #dbdbdb;
}
.case_two_2 {
  width: 100%;
  float: right;
  padding: 0;
}

.case_two_3 {
  width: 100%;
  float: left;
  padding: 0;
}

.case_two_4 {
  width: 100%;
  float: left;
  padding: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 20px;
}

.case_two_5 {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 20px;
}

.case_two_3_pic1 {
  width: 100%;
}
.case_two_word {
  padding: 20px 10px;
}
.case_two_word_2 {
  padding: 40px 10px;
}
.case_two_word2 {
  position: relative;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.case_two_title1 {
  font-size: 20px;
  font-weight: 500;
  color:#000000;
  text-align: center;
  letter-spacing: 6px;
}
.case_two_title2 {
  font-size: 14px;
  color:#808080;
  text-align: center;
  clear: both;
  letter-spacing: 2px;
}
.case_two_title3 {
  font-size: 18px;
  color:#808080;
  text-align: center;
  clear: both;
  letter-spacing: 2px;
}
.case_two_line {
  width: 35px;
  height: 15px;
  border-top: 1px solid #000;
  margin: auto;
  margin-top: 15px;
}
.owl-one .item {
  cursor:pointer;
}

.case_clear {
  height: 30px;
  clear: both;
}

.case_clear2 {
  height: 40px;
  clear: both;
}

.case_list3_pic1 {
  width: 75%;
  float: right;
}

.case2_two_title1 {
  font-size: 20px;
  font-weight: 700;
  color:#000000;
  text-align: left;
  letter-spacing: 2px;
}
.case2_two_title2 {
  font-size: 16px;
  font-weight: 500;
  color:#333333;
  text-align: left;
  letter-spacing: 2px;
}
.case2_two_title3 {
  font-size: 14px;
  color:#999;
  text-align: left;
  clear: both;
  line-height: 2;
}
.case2_two_line {
  width: 35px;
  height: 15px;
  border-top: 1px solid #000;
  margin-top: 15px;
}

.case4_block {
  width: 100%;
  float: left;
  background-color: #FAFAFA;
  overflow: hidden;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 20px;
}

.case4_block_line {
  width: 1%;
  height: 300px;
  float: left;
  border-left:1px solid #999999;
  margin-left: 1%;
  display: none;
  
}

.case4_title1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  letter-spacing: 4px;
}
.case4_title2 {
  font-size: 13px;
  text-align: center;
  color: #808080;
  line-height: 2;
  letter-spacing: 2px;
}
.case4_line {
  width: 40px;
  border-top: 1px solid #000;
  height: 30px;
  margin-top: 30px;
  margin: auto;
}
.case2_pic1 {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  #content_case {
    height: 400px;
    background-position: center center;
  }

  #content_case2 {
    padding: 50px 0;
  }
  #content_case4 {
    padding: 40px 0 40px 0;
  }
  .case_block {
    padding: 50px 0;
  }
  .case_carousel {
    font-size: 18px;
    height: 80px;
  }
  .case_carousel2 {
    height: 80px;
  }
  .case_menu {
    width: 60%;
    height: 212px;
  }
  .case_menu2 {
    height: 100px;
  }
  .case_line {
    top: 0;
    left: -28px;
    width: 100px;
  }
  
  .case_list {
    margin-top: 0px;
  }
  
  .case_list ul > li {
    width: 25%;
    float: left;
    padding: 0 2% 0 2%;
    margin-top: 35px;
    font-size: 18px;
  }
  .case_list ul > li img {
    width: 85%;
  }
  
  .case_list > ul > li > span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    top: 26px;
    left: 50%;
    margin-left: -20px;
  }
  
  .case_list > ul > li:hover span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_list > ul > li > span.active {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_word {
    bottom: 30px;
    left: 30px;
  }
  .case_word_title1 {
    font-size: 26px;
    letter-spacing: 4px;
  }
  .case_word_title2 {
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }
  .case_word_title3 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .case_word_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
  .case_two_1 {
    width: 50%;
    float: left;
    padding: 0 1% 0 0;
  }
  .case_two_2 {
    width: 50%;
    float: right;
    padding: 0 0 0 1%;
  }


  .case_two_3 {
    width: 33%;
    float: left;
    padding: 0 1% 0 0;
  }
  
  .case_two_4 {
    width: 34%;
    float: left;
    padding: 0 1% 0 1%;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    margin-top: 0px;
  }
  
  .case_two_5 {
    width: 33%;
    float: left;
    padding: 0 0 0 1%;
    margin-top: 0px;
  }

  .case_two_3_pic1 {
    width: 50%;
  }
  .case_two_word {
    padding: 25px 20px;
  }
  .case_two_word_2 {
    padding: 40px 20px;
  }
  .case_two_word2 {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 20px 10px;
  }
  .case_two_title1 {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .case_two_title2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .case_two_line {
    width: 35px;
    height: 15px;
    margin-top: 15px;
  }
  .case_clear {
    height: 50px;
  }
  .case_clear2 {
    height: 70px;
  }

  .case2_two_title1 {
    font-size: 20px;
  }
  .case2_two_title2 {
    font-size: 16px;
  }
  .case2_two_title3 {
    font-size: 14px;
  }


  .case4_block {
    width: 32%;
    height: 250px;
    padding: 0 10px;
    margin-top: 0px;
  }
  
  .case4_block_line {
    height: 250px;
    display: block;
  }
  
  .case4_title1 {
    font-size: 18px;
  }
  .case4_title2 {
    font-size: 13px;
  }
  .case4_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }

}

@media only screen and (min-width: 1000px) {
  #content_case {
    height: 500px;
    background-position: top center;
  }

  #content_case2 {
    padding: 50px 0;
  }
  #content_case4 {
    padding: 50px 0 70px 0;
  }
  .case_block {
    padding: 80px 0;
  }
  .case_carousel {
    font-size: 18px;
    height: 80px;
  }
  .case_carousel2 {
    height: 80px;
  }
  .case_menu {
    width: 50%;
    height: 300px;
  }
  .case_menu2 {
    height: 100px;
  }
  .case_line {
    top: 0;
    left: -37px;
    width: 141px;
  }
  
  .case_list {
    margin-top: 0px;
  }
  
  .case_list ul > li {
    width: 25%;
    float: left;
    padding: 0 2% 0 2%;
    margin-top: 45px;
    font-size: 18px;
  }
  .case_list ul > li img {
    width: 85%;
  }
  
  .case_list > ul > li > span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    top: 30px;
    left: 50%;
    margin-left: -20px;
  }
  
  .case_list > ul > li:hover span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_list > ul > li > span.active {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_word {
    bottom: 40px;
    left: 40px;
  }
  .case_word_title1 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .case_word_title2 {
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }
  .case_word_title3 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .case_word_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
  .case_two_1 {
    width: 50%;
    float: left;
    padding: 0 1% 0 0;
  }
  .case_two_2 {
    width: 50%;
    float: right;
    padding: 0 0 0 1%;
  }

  .case_two_3 {
    width: 33%;
    float: left;
    padding: 0 1% 0 0;
  }
  
  .case_two_4 {
    width: 34%;
    float: left;
    padding: 0 1% 0 1%;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  
  .case_two_5 {
    width: 33%;
    float: left;
    padding: 0 0 0 1%;
  }

  .case_two_3_pic1 {
    width: 50%;
  }
  .case_two_word {
    padding: 25px 20px;
  }
  .case_two_word_2 {
    padding: 50px 20px;
  }
  .case_two_word2 {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 20px 10px;
  }
  .case_two_title1 {
    font-size: 22px;
    letter-spacing: 6px;
  }
  .case_two_title2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .case_two_line {
    width: 35px;
    height: 15px;
    margin-top: 15px;
  }
  .case_clear {
    height: 70px;
  }
  .case_clear2 {
    height: 50px;
  }

  .case2_two_title1 {
    font-size: 22px;
  }
  .case2_two_title2 {
    font-size: 20px;
  }
  .case2_two_title3 {
    font-size: 16px;
  }



  .case4_block {
    width: 32%;
    height: 300px;
    padding: 0 20px;
  }
  
  .case4_block_line {
    height: 300px;
  }
  
  .case4_title1 {
    font-size: 20px;
  }
  .case4_title2 {
    font-size: 14px;
  }
  .case4_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1400px) {
  #content_case {
    height: 600px;
  }

  #content_case2 {
    padding: 70px 0;
  }
  #content_case4 {
    padding: 70px 0 140px 0;
  }
  .case_block {
    padding: 120px 0;
  }
  .case_carousel {
    font-size: 18px;
    height: 80px;
  }
  .case_carousel2 {
    height: 80px;
  }
  .case_menu {
    width: 50%;
    height: 300px;
  }
  .case_menu2 {
    height: 100px;
  }
  .case_line {
    top: 0;
    left: -37px;
    width: 141px;
  }
  
  .case_list {
    margin-top: 0px;
  }
  
  .case_list ul > li {
    width: 25%;
    float: left;
    padding: 0 2% 0 2%;
    margin-top: 45px;
    font-size: 18px;
  }
  .case_list ul > li img {
    width: 85%;
  }
  
  .case_list > ul > li > span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    top: 30px;
    left: 50%;
    margin-left: -20px;
  }
  
  .case_list > ul > li:hover span {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_list > ul > li > span.active {
    width: 41px;
    height: 2px;
    margin-top: 10px;
    margin-left: -20px;
  }
  .case_word {
    bottom: 78px;
    left: 178px;
  }
  .case_word_title1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
  .case_word_title2 {
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }
  .case_word_title3 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .case_word_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
  
  .case_two_1 {
    width: 50%;
    float: left;
    padding: 0 1% 0 0;
  }
  .case_two_2 {
    width: 50%;
    float: right;
    padding: 0 0 0 1%;
  }

  .case_two_3 {
    width: 33%;
    float: left;
    padding: 0 1% 0 0;
  }
  
  .case_two_4 {
    width: 34%;
    float: left;
    padding: 0 1% 0 1%;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  
  .case_two_5 {
    width: 33%;
    float: left;
    padding: 0 0 0 1%;
  }

  .case_two_3_pic1 {
    width: 50%;
  }
  .case_two_word {
    padding: 25px 0px;
  }
  .case_two_word_2 {
    padding: 60px 20px;
  }
  .case_two_word2 {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 20px 10px;
  }

  .case_two_title1 {
    font-size: 24px;
    letter-spacing: 6px;
  }
  .case_two_title2 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .case_two_line {
    width: 35px;
    height: 15px;
    margin-top: 15px;
  }
  .case_clear {
    height: 70px;
  }
  .case_clear2 {
    height: 120px;
  }

  .case2_two_title1 {
    font-size: 24px;
  }
  .case2_two_title2 {
    font-size: 21px;
  }
  .case2_two_title3 {
    font-size: 18px;
  }

  .case4_block {
    width: 32%;
    height: 400px;
    padding: 0 20px;
  }
  
  .case4_block_line {
    height: 400px;
  }
  
  .case4_title1 {
    font-size: 21px;
  }
  .case4_title2 {
    font-size: 16px;
  }
  .case4_line {
    width: 40px;
    height: 30px;
    margin-top: 30px;
  }
}




.newcase_banner_word {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 100px;
  margin-left: -150px;
  display: none;
}
.newcase_banner_title1 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 6px;
}
.newcase_banner_title2 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
}
.newcase_banner_title3 {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
}
.newcase_banner_line {
  width: 35px;
  height: 20px;
  border-top: 1px solid #000;
  margin: auto;
  margin-top: 10px;
}
.newcase_block {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  padding: 30px 0 20px 0;
}
.newcase_block2 {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.newcase_block3 {
  display: none;
}
.case_carousel3 {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #B5B5B5;
  height: 40px;
  border-right: 1px solid #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.case_carousel3:hover {
  color: #000;
}
.case_carousel3.lock {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .newcase_banner_word {
    left: 40%;
    top: 100px;
    margin-left: -200px;
    display: block;
  }
  .newcase_banner_title1 {
    font-size: 22px;
    letter-spacing: 6px;
  }
  .newcase_banner_title2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_title3 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_line {
    width: 45px;
    height: 20px;
    margin-top: 20px;
  }
  .newcase_block {
    padding: 40px 0 30px 0;
  }
  .newcase_block2 {
    position: absolute;
    max-width: 700px;
    top: 10%;
    left: 50%;
    margin-left: -350px;
  }
  .newcase_block3 {
    display: block;
  }
  .case_carousel3 {
    font-size: 18px;
    height: 60px;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 1000px) {
  .newcase_banner_word {
    left: 50%;
    top: 200px;
    margin-left: -200px;
  }
  .newcase_banner_title1 {
    font-size: 32px;
    letter-spacing: 6px;
  }
  .newcase_banner_title2 {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_title3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_line {
    width: 45px;
    height: 35px;
    margin-top: 20px;
  }
  .newcase_block {
    padding: 50px 0 40px 0;
  }
  .newcase_block2 {
    max-width: 1000px;
    top: 15%;
    left: 50%;
    margin-left: -500px;
  }
  .case_carousel3 {
    font-size: 20px;
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .newcase_banner_word {
    left: 50%;
    top: 250px;
    margin-left: -200px;
  }
  .newcase_banner_title1 {
    font-size: 32px;
    letter-spacing: 6px;
  }
  .newcase_banner_title2 {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_title3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 4px;
  }
  .newcase_banner_line {
    width: 45px;
    height: 30px;
    margin-top: 40px;
  }
  .newcase_block {
    padding: 70px 0;
  }
  .newcase_block2 {
    max-width: 1400px;
    top: 30%;
    left: 50%;
    margin-left: -700px;
  }
  .case_carousel3 {
    font-size: 24px;
    height: 80px;
  }
}






.clear_fix {
  height: 1px;
  clear: both;
}



/* 聯絡我們 */

.banner_contact_word {
  position: absolute;
  right: 5px;
  top: 40%;
  display: none;
}

.contact_banner_title1 {
  font-size: 20px;
  color: #666666;
  letter-spacing: 4px;
  text-align: center;
}

.contact_banner_title2 {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  letter-spacing: 4px;
  text-align: center;
}
#content_contact {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.contact_1_block {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fafafa;
}

.contact_2_block {
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fafafa;
}

.contact_block {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 60px 20px 35px 20px;
  position: relative;
}
.contact_block2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}

.contact_1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact_2 {
  width: 100%;
  margin-left: 0%;
  margin-top: 20px;
}
.contact_3 {
  width: 100%;
  margin-right: 0%;
}

.contact_4 {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-top: 20px;
}
.contact_5 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center; 
  display: block;
  margin-top: 20px;
}
.contact_2 iframe {
  height: 300px;
}
.contact_3 iframe {
  height: 300px;
}


.contact_title1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333;
  padding-bottom: 20px;
  text-align: center;
}
.contact_title2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 10px;
  text-align: center;
}
.contact_title3 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #B3B3B3;
  padding-left: 40px;
}

.contact_input {
  width: 100%;
  background-color: #fafafa;
  font-size: 16px;
  color: #B3B3B3;
  letter-spacing: 1px;
  padding: 20px 20px;
  border: 0;
  margin-top: 30px;
}
.contact_input2 {
  width: 100%;
  height: 200px;
  background-color: #fafafa;
  font-size: 16px;
  color: #B3B3B3;
  letter-spacing: 1px;
  padding: 20px 20px;
  border: 0;
  margin-top: 30px;
}
.contact_input3 {
  position:absolute;
  right: 20px;
  bottom: 25px;
  width: 113px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  border:1px solid #666666;
  background-color: #fff;
  color: #666666;
}

.contact_clear {
  height: 60px;
  clear: both;
}

@media only screen and (min-width: 768px) {
  #content_contact {
    padding: 0 20px;
  }
  .banner_contact_word {
    right: 5%;
    top: 35%;
    display: block;
  }
  
  .contact_banner_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  
  .contact_banner_title2 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  .contact_1_block {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .contact_2_block {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
  }
  
  .contact_block {
    padding: 70px 20px 45px 20px;
  }
  .contact_block2 {
    padding: 0 10px;
  }
  
  .contact_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    padding: 0 20px;
    display: flex;
  }
  .contact_2 {
    width: 45%;
    margin-left: 55%;
    margin-top: 0px;
  }
  .contact_3 {
    width: 45%;
    margin-right: 55%;
    margin-top: 0px;
  }
  
  .contact_4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    padding: 0 20px;
  }
  .contact_5 {
    display: none;
  }

  .contact_2 iframe {
    height: 300px;
  }
  .contact_3 iframe {
    height: 300px;
  }
  
  
  .contact_title1 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .contact_title2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_title3 {
    font-size: 14px;
    padding-left: 40px;
  }
  
  .contact_input {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input2 {
    height: 285px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input3 {
    right: 20px;
    bottom: 25px;
    width: 113px;
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .contact_clear {
    height: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  #content_contact {
    padding: 0 30px;
  }
  .banner_contact_word {
    right: 5%;
    top: 35%;
  }
  
  .contact_banner_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  
  .contact_banner_title2 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  .contact_1_block {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .contact_2_block {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  
  .contact_block {
    padding: 40px 30px 55px 30px;
  }

  .contact_block2 {
    padding: 0 10px;
  }
  
  .contact_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    padding: 0 20px;
  }
  .contact_2 {
    width: 50%;
    margin-left: 50%;
  }
  .contact_3 {
    width: 50%;
    margin-right: 50%;
  }
  
  .contact_4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    padding: 0 20px;
  }
  .contact_2 iframe {
    height: 350px;
  }
  .contact_3 iframe {
    height: 350px;
  }
  
  
  .contact_title1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .contact_title2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .contact_title3 {
    font-size: 16px;
    padding-left: 40px;
  }
  
  .contact_input {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input2 {
    height: 300px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input3 {
    right: 30px;
    bottom: 35px;
    width: 113px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .contact_clear {
    height: 60px;
  }
}

@media only screen and (min-width: 1400px) {

  .banner_contact_word {
    right: 10%;
    top: 35%;
  }
  
  .contact_banner_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  
  .contact_banner_title2 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  .contact_1_block {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .contact_2_block {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  
  .contact_block {
    padding: 40px 10px 55px 10px;
  }
  .contact_block2 {
    padding: 0 10px;
  }
  
  .contact_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 20px;
  }
  .contact_2 {
    width: 50%;
    margin-left: 50%;
  }
  .contact_3 {
    width: 50%;
    margin-right: 50%;
  }
  
  .contact_4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 20px;
  }
  .contact_2 iframe {
    height: 450px;
  }
  .contact_3 iframe {
    height: 450px;
  }
  
  
  .contact_title1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .contact_title2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .contact_title3 {
    font-size: 16px;
    padding-left: 40px;
  }
  
  .contact_input {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input2 {
    height: 300px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 40px;
  }
  .contact_input3 {
    right: 10px;
    bottom: 35px;
    width: 113px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .contact_clear {
    height: 60px;
  }
}







#footer {
  width: 100%;
  padding: 0 20px;
  background-color: #FAFAFA;;
}
#footer a {
  color: #B6B6B6;
}
.footer_1 {
  border-bottom: 1px solid #e5e5e5;
  padding:19px 0 15px 0;
  text-align: left;
}
.footer_2 {
  padding: 15px 0 19px 0;
  text-align: left;
}

.footer_title1 {
  font-size: 16px;
  font-weight: 700;
  color: #858585;
  letter-spacing: 6px;
}
.footer_title2 {
  font-size: 14px;
  color: #B6B6B6;
  margin-top: 10px;
  letter-spacing: 1px;
  overflow: hidden;
}
.footer_title2 div {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.footer_title3 {
  font-size: 12px;
  color: #B6B6B6;
  margin-top: 10px;
  letter-spacing: 1px;
}
.footer_share {
  width: 26px;
}
.footer_logo {
  width: 142px;
}

.footer_clear {
  height: 0;
  clear: both;
}
.footer_title3_block {
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
}
.go_up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  z-index: 999;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #footer {
    padding: 0 40px;
  }
  .footer_1 {
    padding:29px 0 19px 0;
  }
  .footer_2 {
    padding:24px 0 29px 0;
  }
  
  .footer_title1 {
    font-size: 20px;
    letter-spacing: 8px;
  }
  .footer_title2 {
    font-size: 16px;
    margin-top: 8px;
  }
  .footer_title3 {
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  .footer_share {
    width: 27px;
  }
  .footer_logo {
    width: 140px;
  }
  
  .footer_clear {
    height: 0;
  }
  .footer_title3_block {
    line-height: 40px;
    margin-right: 16px;
  }
  .go_up {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer {
    padding: 0 80px;
  }
  .footer_1 {
    padding:49px 0 31px 0;
  }
  .footer_2 {
    padding:31px 0 49px 0;
  }
  
  .footer_title1 {
    font-size: 20px;
    letter-spacing: 8px;
  }
  .footer_title2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .footer_title3 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .footer_share {
    width: 27px;
  }
  .footer_logo {
    width: 140px;
  }
  
  .footer_clear {
    height: 0;
  }
  .footer_title3_block {
    line-height: 40px;
    margin-right: 22px;
  }
  .go_up {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
  }
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background: none;
  border-radius: 0;
  position: absolute;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background:none;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  background:none;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-nav button {
  top: 50% !important;
  margin-top: -20px !important;
}
.owl-carousel .nav-button {
  height: 23px;
  width: 11px;
  cursor: pointer;
  position: absolute;
  padding: 0;
}
.owl-prev {
  left: -15px;
  outline: none;
}
.owl-next {
  right: -15px;
  outline: none;
}
.nav-button.owl-prev {
  background-image: url('../images/arrow_left.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 0 !important;
}
.nav-button.owl-next {
  background-image: url('../images/arrow_right.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 0 !important;
}
.owl-two {
  width: 80%;
  margin: auto;
  position:relative;
}
.owl-one {
  width: 86%;
  margin: auto;
  position:relative;
}
@media only screen and (min-width: 768px) {
  .owl-nav button {
    top: 50% !important;
    margin-top: -18px !important;
  }
  .owl-carousel .nav-button {
    height: 27px;
    width: 13px;
    cursor: pointer;
    position: absolute;
  }
  .owl-prev {
    left: -20px;
    outline: none;
  }
  .owl-next {
    right: -20px;
    outline: none;
  }
  .owl-one {
    width: 90%;
  }
  .owl-two {
    width: 90%;
  }
}