@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: none;
  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;
  color: #858585;
}
.header_small_menu > ul > li > ul > li {
  font-size: 18px;
  line-height: 3;
  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: 36px;
    left: 20px;
    width: 140px;
    display: none;
  }
  #header2 {
    display: none;
  }
  .menu {
    display: block;
    right: 10px;
    top: 40px;
  }
  .menu > ul > li {
    font-size: 16px;
    line-height: 20px;
    padding-right: 12px;
    padding-left: 9px;
  }
  .menu > ul > li:first-child {
    padding-right: 12px;
    padding-left: 0px;
  }
  .menu > ul > li:last-child {
    padding-right: 12px;
    padding-left: 9px;
    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;
  margin-top: 80px;
}

.banner_word {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin-left: 0px;
  left: 0;
  top: 45%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
}

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


@media only screen and (min-width: 768px) {
  #banner {
    display: none;
  }
  #banner2 {
    display: block;
    margin-top: 0px;
  }
  .banner_word {
    font-size: 22px;
    letter-spacing: 15px;
    max-width: 720px;
    margin-left: 30px;
    left: 0;
    top: 50%;
  }
  .logo {
    width: 28px;
    left: 30px;
    top: 40px;
    display: block;
  }
  .build_32 {
    width: 34px;
    right: 90px;
    top: 80px;
    width: 160px;
  }
}

@media only screen and (min-width: 1000px) {
  #banner {
    display: block;
  }
  #banner2 {
    display: none;
  }
  .banner_word {
    font-size: 28px;
    letter-spacing: 30px;
    max-width: 1000px;
    margin-left: -480px;
    left: 50%;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 50px;
    display: block;
  }
  .build_32 {
    width: 34px;
    right: 120px;
    top: 150px;
    width: 200px;
  }
}
@media only screen and (min-width: 1300px) {
  .banner_word {
    font-size: 30px;
    letter-spacing: 40px;
    max-width: 1300px;
    margin-left: -630px;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 50px;
  }
  .build_32 {
    width: 34px;
    right: 100px;
    top: 120px;
    width: 230px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner_word {
    font-size: 33px;
    letter-spacing: 50px;
    max-width: 1400px;
    margin-left: -650px;
  }
  .logo {
    width: 34px;
    left: 40px;
    top: 70px;
  }
  .build_32 {
    width: 34px;
    right: 100px;
    top: 120px;
    width: 280px;
  }
}



#content {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#content2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 0 50px 0;
}
#content3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #FAFAFA;
}
.content_block {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
  padding: 150px 20px 50px 20px;
}
.content_block2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
  padding: 60px 10px 40px 100px;
}
.content_block3 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
  padding: 40px 10px 40px 10px;
}
.content_word {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}
.content_word2 {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 10px 40px 50px;
}

.content_word_title1 {
  position: absolute;
  left: 20px;
  top: 30px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #858585;
  z-index: 3;
  letter-spacing: 6px;
}
.content_pic1 {
  position: absolute;
  left: 50%;
  bottom:0;
  width: 290px;
  margin-left: -145px;
}
.content2_pic1 {
  width: 28px;
}
.content_title1 {
  font-size: 20px;
  color:#000000;
  font-weight: 500;
  letter-spacing: 6px;
  text-indent: 6px;
  margin-top: 15px;
}
.content_title2 {
  font-size: 18px;
  color:#4D4D4D;
  font-weight: 500;
  letter-spacing: 4px;
  text-indent: 4px;
}
.content_title3 {
  font-size: 14px;
  color:#4D4D4D;
  margin-top: 10px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.content_title4 {
  font-size: 12px;
  color:#999999;
  margin-top: 10px;
  letter-spacing: 4px;
  text-indent: 4px;
}
.content_title5 {
  font-size: 14px;
  color:#4D4D4D;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 2;
}
.content_title6 {
  font-size: 14px;
  color:#b6b6b6;
  letter-spacing: 4px;
  line-height: 2;
  margin-left: 4px;
}
.content_line {
  height: 1px;
  width: 35px;
  margin: auto;
  border-bottom: 1px solid #858585;
}
.content_line2 {
  height: 1px;
  width: 35px;
  margin: auto;
  border-bottom: 1px solid #999;
}

.content_clear {
  height: 40px;
  clear: both;
}
.content_clear2 {
  height: 10px;
  clear: both;
  display: block;
}
.content_clear3 {
  height: 20px;
  clear: both;
}
.about_more {
  width: 50px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}

.case_list {
  width: 48%;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
}
.case_list_none {
  width: 4%;
  height: 20px;
  overflow: hidden;
  float: left;
}
.case_list_none2 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  float: left;

}
.case_list_word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.case_list_word2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  display: none;
}
.case_title1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #858585;
  letter-spacing: 4px;
}
.case_title2 {
  font-size: 14px;
  text-align: center;
  color: #858585;
  letter-spacing: 2px;
}
.case_title3 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
}
.case_line {
  width: 40px;
  border-top: 1px solid #858585;
  margin: auto;
}
.case_line2 {
  border-top: 1px solid #FFF;
  width: 120px;
  margin: auto;
}

.case_list_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  z-index: 2; 
}
.case_list:hover .case_list_word {
  display: none;
}
.case_list:hover .case_list_word2 {
  display: flex;
}
.case_list:hover .case_list_bg {
  background-color: rgba(133,133,133,0.45);
}
.case_clear {
  height: 20px;
  clear: both;
}
.index_fline1 {
  width: 80px;
  position: absolute;
  right:0;
  bottom:0;
}
.index_fline2 {
  width: 80px;
  position: absolute;
  right:0;
  top:0;
}
.index_arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 100px;
  margin-left: -50px;
}

@media only screen and (min-width: 768px) {
  .content_block {
    padding: 170px 20px 50px 20px;
  }
  .content_block2 {
    padding: 60px 20px 60px 60px;
  }
  .content_block3 {
    padding: 60px 0px 70px 0;
  }
  .content_word {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 80px 0;
  }
  .content_word2 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  .content_word_title1 {
    left: 30px;
    top: 30px;
    font-size: 22px;
    letter-spacing: 10px;
  }
  .content_pic1 {
    width: 80%;
  }
  .content2_pic1 {
    width: 40px;
  }
  .content_title1 {
    font-size: 24px;
    letter-spacing: 6px;
    text-indent: 6px;
    margin-top: 15px;
  }
  .content_title2 {
    font-size: 18px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title3 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title4 {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title5 {
    font-size: 16px;
    letter-spacing: 6px;
    text-indent: 6px;
    line-height: 2;
  }
  .content_title6 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 5px;
  }
  .content_line {
    width: 35px;
  }
  .content_line2 {
    width: 35px;
  }
  .content_clear {
    height: 70px;
  }
  .content_clear2 {
    display: none;
  }
  .about_more {
    width: 50px;
    margin: auto;
  }
  
  .case_list {
    width: 23.5%;
  }
  .case_list_none {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_none2 {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_word2 {
    display: none;
  }
  .case_title1 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .case_title2 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .case_title3 {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .case_line {
    width: 40px;
  }
  .case_line2 {
    width: 130px;
  }
  .case_clear {
    height: 24px;
    clear: both;
  }
  .index_fline1 {
    width: 140px;
  }
  .index_fline2 {
    width: 140px;
  }
}

@media only screen and (min-width: 1000px) {
  #content2 {
    padding: 0 0 70px 0;
  }
  .content_block {
    padding: 190px 20px 50px 20px;
  }
  .content_block2 {
    padding: 100px 20px;
  }
  .content_block3 {
    padding: 60px 0px 70px 0px;
  }
  .content_word {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
  }
  .content_word_title1 {
    left: 20px;
    top: 30px;
    font-size: 22px;
    letter-spacing: 10px;
  }
  .content_pic1 {
    width: 80%;
  }
  .content2_pic1 {
    width: 45px;
  }
  .content_title1 {
    font-size: 24px;
    letter-spacing: 6px;
    text-indent: 6px;
    margin-top: 15px;
  }
  .content_title2 {
    font-size: 18px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title3 {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title4 {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .content_title5 {
    font-size: 18px;
    letter-spacing: 4px;
    text-indent: 4px;
    line-height: 2;
  }
  .content_title6 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-left: 6px;
  }
  .content_line {
    width: 35px;
  }
  .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;
  }
  .about_more {
    width: 70px;
    margin: auto;
  }
  

  .case_list {
    width: 23.5%;
  }
  .case_list_none {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_none2 {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_word2 {
    display: none;
  }
  .case_title1 {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .case_title2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .case_title3 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .case_line {
    width: 40px;
  }
  .case_line2 {
    width: 140px;
  }
  .case_clear {
    height: 24px;
    clear: both;
  }
  .index_fline1 {
    width: 145px;
  }
  .index_fline2 {
    width: 145px;
  }
  .index_arrow {
    bottom: 40px;
    width: 60px;
    margin-left: -30px;
  }
}

@media only screen and (min-width: 1400px) {
  #content2 {
    padding: 0 0 70px 0;
  }
  .content_block {
    padding: 200px 0 140px 0;
  }
  .content_block2 {
    padding: 0px 0px;
  }
  .content_block3 {
    padding: 60px 0px 70px 0;
  }
  .content_word {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .content_word_title1 {
    left: 70px;
    top: 60px;
    font-size: 25px;
    letter-spacing: 10px;
  }

  .content_pic1 {
    width: 65%;
  }
  .content2_pic1 {
    width: 60px;
  }
  
  .content_pic2 {
    display: block;
  }
  .content_pic3 {
    display: none;
  }
  .content_title1 {
    font-size: 32px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 20px;
  }
  .content_title2 {
    font-size: 28px;
    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_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;
  }
  
  .case_list {
    width: 23.5%;
  }
  .case_list_none {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_none2 {
    width: 2%;
    height: 20px;
    float: left;
  }
  .case_list_word2 {
    display: none;
  }
  .case_title1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .case_title2 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .case_title3 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .case_line {
    width: 40px;
  }
  .case_line2 {
    width: 160px;
  }
  .case_clear {
    height: 24px;
    clear: both;
  }
  .index_fline1 {
    width: 180px;
  }
  .index_fline2 {
    width: 180px;
  }
  .index_arrow {
    bottom: 40px;
    width: 100px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .index_fline1 {
    width: 240px;
  }
  .index_fline2 {
    width: 240px;
  }
}






/* 最新消息 */
.case_1 {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
}
.case_2 {
  width: 100%;
  float: right;
  background-color: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
}
.case_pic1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news_word {
  width: 100%;
  min-height: 180px;
  padding: 20px 20px 40px 20px;
  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;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.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;
}

@media only screen and (min-width: 768px) {
  .case_1 {
    width: 48%;
    float: left;
    background-color: #f7f7f7;
    overflow: hidden;
  }
  .case_2 {
    width: 48%;
    float: right;
    background-color: #f7f7f7;
    overflow: hidden;
  }
  .news_word {
    width: 100%;
    min-height: 200px;
    padding: 20px 20px 40px 20px;
  }
  .news_more {
    right: 20px;
    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_word {
    width: 100%;
    min-height: 200px;
    padding: 50px 20px 70px 20px;
  }
  .news_more {
    right: 20px;
    bottom: 20px;
  }
  
  .news_title1 {
    font-size: 20px;
  }
  .news_title2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .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: 1200px) {
  .news_word {
    width: 100%;
    min-height: 230px;
    padding: 50px 150px;
  }
  .news_more {
    right: 150px;
    bottom: 20px;
  }
  
  .news_title1 {
    font-size: 20px;
  }
  .news_title2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .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;
  }
}




/* 聯絡我們 */

#content_team {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 130px 20px 0 20px;
  position: relative;
}

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

.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;
}
.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 10px 35px 10px;
  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: #666666;
  padding-bottom: 20px;
}
.contact_title2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 10px;
}
.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: 20px;
}
.contact_input2 {
  width: 100%;
  height: 200px;
  background-color: #fafafa;
  font-size: 16px;
  color: #B3B3B3;
  letter-spacing: 1px;
  padding: 20px 20px;
  border: 0;
  margin-top: 20px;
}
.contact_input3 {
  position:absolute;
  right: 15px;
  bottom: 15px;
  width: 80px;
  height: 32px;
  font-size: 14px;
  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_team {
    padding: 160px 20px 0 20px;
  }
  .banner_contact_word {
    right: 20%;
    top: 50%;
  }
  
  .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 10px 45px 10px;
  }
  .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: 30px;
  }
  .contact_input2 {
    height: 285px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin-top: 30px;
  }
  .contact_input3 {
    right: 15px;
    bottom: 15px;
    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_team {
    padding: 155px 20px 60px 20px;
  }
  .banner_contact_word {
    right: 20%;
    top: 50%;
  }
  
  .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: 100px 10px 55px 10px;
  }

  .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: 15px;
    bottom: 15px;
    width: 113px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .contact_clear {
    height: 60px;
  }
}

@media only screen and (min-width: 1400px) {
  #content_team {
    padding: 20px 0 0px 0;
  }
  .banner_contact_word {
    right: 20%;
    top: 50%;
  }
  
  .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: 100px 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: 15px;
    bottom: 15px;
    width: 113px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .contact_clear {
    height: 60px;
  }
}






#footer {
  width: 100%;
  padding: 0 20px;
  background-color: #FAFAFA;
  position: relative;
}
#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: 160px;
  }
  
  .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: 180px;
  }
  
  .footer_clear {
    height: 0;
  }
  .footer_title3_block {
    line-height: 40px;
    margin-right: 22px;
  }
  .go_up {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
  }
}