@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* 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: "PingFang TC","Noto Sans TC",'Lato', sans-serif;
	font-size:15px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
	background:#FFF;
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#036eb8;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

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

#header {
  width: 100%;
  overflow: hidden;
  padding-top: 25px;
}
  .header_line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #bdbec0, #d62a2a);
  }
  .header_clear {
    height: 23px;
    clear: both;
  }

  .header_menu {
    width:1110px;
    margin: auto;
    text-align: center;
    overflow: hidden;
  }

  .header_1 {
    width: 450px;
    float: left;
    text-align: left;
  }

  .header_2 {
    width: 660px;
    float: right;
    font-family: "PingFangTC", "Microsoft JhengHei", "Lato", sans-serif;
    font-size: 16px;
  }
  .header_2 ul{
    list-style: none;
    margin-top: 5px;
  }
  .header_2 ul li {
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #FFF;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
    text-align: center;
  }
  .header_2 ul li:hover {
    font-size: 16px;
    color: #FFF;
    background-color: #2d2d2d;
  }
  .header_2 ul li:hover a {
    color: #FFF;
  }
  .header_2 ul li a {
    font-size: 16px;
    color: #2d2d2d;
  }
  .header_2 ul li a:hover {
    font-size: 16px;
    color: #FFF;
  }
  

#banner {
	width:100%;
  min-width:1110px;
  margin: auto;
  text-align: center;
}

#content {
  width:100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
  .content_block {
    width:1110px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 80px 5px;
  }
  .news_go {
    opacity: 0;
    margin-top: 50px;
  }
  .news_go2 {
    opacity: 0;
    margin-top: 50px;
  }
	.content_title1 {
		text-align:center;
    color: #000000;
		font-size:34px;
    font-weight: bold;
	}
  .content_button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #d62a2a;
    color: #FFF;
    margin: auto;
    text-align: center;
    cursor: pointer;
  }

  .product {
    width: 250px;
    height: 320px;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    float: left;
    cursor: pointer;
    opacity: 0;
    margin-top: 40px;
  }
  .product_pic1 {
    width: 250px;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .product_title1 {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    text-align: left;
  }
  .product_none {
    width: 30px;
    height: 30px;
    float: left;
  }
  .product_clear {
    height: 30px;
    clear: both;
  }

#content_news {
  width:100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background: #f8f8f8;
}

  .content_block2 {
    width: 1110px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding:80px 10px;
  }

.news {
  width: 340px;
  height: 246px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 30px 25px;
  float: left;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  margin-left: 30px;
}
  .news_title1 {
    width: 100px;
    color: #d62a2a;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #d62a2a;
    border-radius: 11px;
    text-align: center;
  }
  .news_title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    padding-top: 20px;
  }
  .news_title3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6d6d6d;
    padding-top: 10px;
  }

.news_none {
  width: 30px;
  float: left;
  height: 20px;
}



#footer {
	min-widht:1110px;
  width:100%;
  margin: auto;
  text-align: center;
	background:#999;
	padding:10px 0;
	color:#fff;
}
.footer_1 {
  width: 1110px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 80px 0;
}
.footer_1_1 {
  width: 50%;
  float: left;
  text-align: left;
  opacity: 0;
}
.footer_1_2 {
  width: 50%;
  float: left;
  text-align: left;
  opacity: 0;
}
.footer_button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #d62a2a;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.footer_title1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 52px;
  color: #000000;
}
.footer_title2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  padding-top: 10px;
}
.footer_clear {
  height: 30px;
  clear: both;
}
.footer_2 {
  width: 100%;
  min-width: 1110px;
  height: 48px;
  background: #2f2f2f;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  line-height: 48px;
}

