@charset "UTF-8";
/*----------base---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------base end---------- */
html, body {
  height: auto;
  min-width: 1200px;
  background: url(../images/bg_down.jpg) repeat top center;
  background-size: 100% auto;
}

header {
  position: relative;
  min-width: 1200px;
  width: 100%;
  height: 90px;
  z-index: 200;
  background: #dc164b;
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
header .content div {
  display: inline-block;
}
header #menu {
  margin-left: 20px;
  margin-right: 0px;
}
header #menu ul li {
  display: inline-block;
  cursor: pointer;
}
header #logo {
  margin-left: 50px;
  width: 150px;
  height: 90px;
  background: url(../images/hd_logo.png) no-repeat;
}
header #hd_phone {
  position: absolute;
  right: 50px;
  width: 150px;
  height: 90px;
  cursor: pointer;
  background: url(../images/hd_phone.png) no-repeat;
}
header #btn1 {
  width: 85px;
  height: 40px;
  margin-bottom: 25px;
  background: url(../images/menu_btn1.png) no-repeat;
}
header #btn1:hover {
  background: url(../images/menu_btn1_hv.png) no-repeat;
}
header #btn2 {
  width: 184px;
  height: 44px;
  margin-bottom: 20px;
  background: url(../images/menu_btn2.png) no-repeat;
}
header #btn3 {
  width: 110px;
  height: 40px;
  margin-bottom: 25px;
  background: url(../images/menu_btn3.png) no-repeat;
}
header #btn3:hover {
  background: url(../images/menu_btn3_hv.png) no-repeat;
}
header #btn4 {
  width: 111px;
  height: 40px;
  margin-bottom: 25px;
  background: url(../images/menu_btn4.png) no-repeat;
}
header #btn4:hover {
  background: url(../images/menu_btn4_hv.png) no-repeat;
}
header #btn5 {
  width: 144px;
  margin-bottom: 5px;
  height: 80px;
  background: url(../images/menu_btn5.png) no-repeat;
}
header #btn5:hover {
  background: url(../images/menu_btn5_hv.png) no-repeat;
}
footer {
  min-width: 1200px;
  min-height: 150px;
  border-top: #d1d1d1 1px solid;
  background: #f3f3f3;
  width: 100%;
}
footer p{
  text-align: center;
  margin-top: 10px
}
footer #ft_phone {
  cursor: pointer;
  margin: 0 auto;
  width: 505px;
  height: 64px;
  background: url(../images/ft_phone.png);
}
footer #ft_icon {
  cursor: pointer;
  margin: 0 auto;
  width: 158px;
  height: 84px;
  background: url(../images/fb_icon.png);
}
footer #ft_note {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 0;
  width: 168px;
  height: 42px;
  background: url(../images/fb_note.png);
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/in_bg.jpg) no-repeat top center;
  background-size: 100% auto;
}

.content {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

#title {
  position: relative;
  width: 1100px;
  height: 200px;
  background: url(../images/title.png) no-repeat;
}

#title_light {
  position: absolute;
  top: 0;
  left: -30px;
  width: 1160px;
  height: 330px;
  background: url(../images/title_light.png) no-repeat;
}

#slide {
  position: relative;
  width: 1100px;
  height: 550px;
}
#slide .slide_tags {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 720px;
  height: 100px;
  padding: 0 25px;
  z-index: 20;
}
#slide .slide_tags li {
  display: inline-block;
  margin: 0 5px;
  width: 150px;
  height: 100px;
  cursor: pointer;
}
#slide .slide_containter {
  position: relative;
  width: 1100px;
  height: 652px;
  margin-top: -150px;
  margin-left: 27px;
  overflow: hidden;
}
#slide .slide_content {
  position: absolute;
  width: 1100px;
  height: 652px;
}
#slide .slide_content li {
  position: absolute;
  float: left;
}
#slide #prev {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/left.png) no-repeat;
}
#slide #next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/right.png) no-repeat;
}
#slide #eb_1 {
  position: absolute;
  width: 120px;
  height: 35px;
  bottom: 248px;
  left: 170px;
  cursor: pointer;
  background: transparent;
}
#slide #eb_2 {
  position: absolute;
  width: 120px;
  height: 35px;
  bottom: 208px;
  left: 465px;
  cursor: pointer;
  background: transparent;
}

#form {
  position: relative;
  width: 1100px;
  height: 310px;
  z-index: 10;
  margin-top: -20px;
  background: url(../images/form_bg.png) no-repeat;
}
#form input[type="text"] {
  height: 15px;
  margin: 0;
  padding: 5px;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
}
#form input[type="tel"] {
  height: 15px;
  margin: 0;
  padding: 5px;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
}
#form input[type="email"] {
  height: 15px;
  margin: 0;
  padding: 5px;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
}
#form select {
  height: 27px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: none;
}
#form #name {
  position: absolute;
  width: 85px;
  top: 93px;
  left: 425px;
}
#form #sex {
  position: absolute;
  width: 53px;
  top: 92px;
  right: 364px;
}
#form #age {
  position: absolute;
  width: 53px;
  top: 92px;
  right: 254px;
}
#form #cel {
  position: absolute;
  width: 145px;
  top: 133px;
  left: 425px;
}
#form #tel1 {
  position: absolute;
  width: 35px;
  top: 133px;
  right: 380px;
}
#form #tel2 {
  position: absolute;
  width: 80px;
  top: 133px;
  right: 255px;
}
#form #email {
  position: absolute;
  width: 145px;
  top: 173px;
  left: 425px;
}
#form #agree_href {
  position: absolute;
  left: 469px;
  bottom: 84px;
  display: block;
  width: 207px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}
#form input[type="checkbox"]#agree {
  display: none;
}
#form input[type="checkbox"]#agree + label span {
  position: absolute;
  left: 350px;
  bottom: 84px;
  display: block;
  width: 502px;
  height: 20px;
  cursor: pointer;
  background: url(../images/form_agree.png);
}
#form input[type="checkbox"]#agree:checked + label span {
  background: url(../images/form_agree_hv.png);
}
#form input[type="radio"]#for_self {
  display: none;
}
#form input[type="radio"]#for_self + label span {
  position: absolute;
  top: 173px;
  right: 390px;
  display: block;
  width: 98px;
  height: 20px;
  cursor: pointer;
  background: url(../images/form_self.png);
}
#form input[type="radio"]#for_self:checked + label span {
  background: url(../images/form_self_hv.png);
}
#form input[type="radio"]#for_other {
  display: none;
}
#form input[type="radio"]#for_other + label span {
  position: absolute;
  top: 173px;
  right: 260px;
  display: block;
  width: 103px;
  height: 20px;
  cursor: pointer;
  background: url(../images/form_other.png);
}
#form input[type="radio"]#for_other:checked + label span {
  background: url(../images/form_other_hv.png);
}
#form #form_btn {
  position: absolute;
  right: 50px;
  top: 80px;
  width: 145px;
  height: 140px;
  cursor: pointer;
  background: url(../images/form_btn.png);
}

#pop_ensure {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 840px;
  height: 500px;
  background: url(../images/pop_bg.png);
  display: none;
}
#pop_ensure img {
  margin: 0 5%;
}

#pop_note {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 840px;
  height: 500px;
  background: url(../images/pop_bg.png);
  display: none;
}

table#note_table {
  margin: 0 10%;
}
table#note_table tr td {
  text-align: center;
  border: 1px #333 solid;
  padding: 2px;
}

.pop_content {
  margin: 30px;
  width: 780px;
  height: 440px;
  overflow: hidden;
  color: #575757;
  font-size: 16px;
  line-height: 25px;
}
.pop_content b {
  font-weight: bold;
}
.pop_content h1 {
  display: inline-block;
  background: #d31145;
  color: #fff;
  font-weight: bolder;
  font-size: 22px;
  line-height: 25px;
  padding: 2%;
}
.pop_content h2 {
  display: inline-block;
  color: #d31145;
  font-weight: bolder;
  font-size: 16px;
  line-height: 25px;
}

.close {
  position: absolute;
  right: -25px;
  top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url(../images/close.png);
}

.black {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 50;
}

/* 2016-01-28 新增 */
#pop_count {
  position: absolute;
  width: 674px;
  height: 840px;
  top: 150px;
  left: 50%;
  margin-left: -317px;
  background: url(../images/pop_count.png);
  z-index: 100;
  display: none;
}

#pop_count .close {
  right: -55px;
  top: 10px;
}

#pop_count p {
  position: absolute;
  color: #6e6d6c;
  font-family: "微軟正黑體";
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  top: 290px;
  left: 50%;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  transform: translateX(-50%);
}

#pop_count p input[type="checkbox"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  background: url(../images/count_radio_off.png);
}

#pop_count p input[type="checkbox"]:checked + label span {
  background: url(../images/count_radio_on.png);
}

#pop_count p a {
  text-decoration: none;
  color: #d42554;
}

#pop_count input[type="text"], #pop_count input[type="tel"] {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  outline: none;
  padding: 0 5px;
  border: none;
  background: none;
}

#pop_count select {
  position: absolute;
  height: 30px;
  font-size: 15px;
  padding: 0 5px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  background: none;
}

#pop_count .count_bt {
  position: absolute;
  width: 246px;
  height: 68px;
  left: 50%;
  top: 320px;
  margin-left: -123px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/pop_count_bt.png);
}

#pop_count .count_bt:hover {
  background: url(../images/pop_count_bt_h.png);
}
#pop_count .count_bt2 {
  position: absolute;
  width: 246px;
  height: 68px;
  left: 50%;
  bottom: 25px;
  margin-left: -123px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/pop_count_bt2.png);
  display: none;
}

#pop_count .count_bt2:hover {
  background: url(../images/pop_count_bt2_h.png);
}
#pop_count .ch {
  position: absolute;
  position: absolute;
  display: block;
  width: 149px;
  height: 130px;
  top: 460px;
  cursor: pointer;
}

#pop_count input[type="radio"], #pop_count input[type="checkbox"] {
  display: none;
}

#pop_count .ch input[type="radio"] + span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  background: url(../images/count_radio_off.png);
}

#pop_count .ch input[type="radio"]:checked + span {
  background: url(../images/count_radio_on.png);
}

#count_result_month, #count_result_year {
  position: absolute;
  color: #ff003b;
  font-family: "微軟正黑體";
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  width: 187px;
  text-align: center;
  left: 330px;
}

#content {
  font-size: 0;
}
#content #left_content, #content #right_content {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
#content #left_content {
  width: 802px;
  margin: -45px 0 60px -30px;
}
#content #left_content input[type="button"] {
  position: absolute;
  width: 208px;
  height: 74px;
  left: 50%;
  bottom: 100px;
  margin-left: -75px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  background: url(../images/print_bt.png) no-repeat center top;
}
#content #left_content input[type="button"]:hover {
  background: url(../images/print_bt_h.png) no-repeat center top;
}
#content #left_content #example_tab_menu {
  position: absolute;
  width: 658px;
  height: 88px;
  font-size: 0;
  top: 150px;
  left: 100px;
  z-index: 2;
}
#content #left_content #example_tab_menu li {
  height: 100%;
  display: inline-block;
  cursor: pointer;
  background-position: top left;
}
#content #left_content #example_tab_menu li:hover, #content #left_content #example_tab_menu li.on {
  background-position: bottom left;
}
#content #left_content #example_tab_menu li:nth-child(1) {
  width: 168px;
  background-image: url(../images/example_tab_menu_01.png);
}
#content #left_content #example_tab_menu li:nth-child(2) {
  width: 160px;
  background-image: url(../images/example_tab_menu_02.png);
}
#content #left_content #example_tab_menu li:nth-child(3) {
  width: 160px;
  background-image: url(../images/example_tab_menu_03.png);
}
#content #left_content #example_tab_menu li:nth-child(4) {
  width: 170px;
  background-image: url(../images/example_tab_menu_04.png);
}
#content #left_content #example_tab_content {
  position: absolute;
  width: 622px;
  height: 520px;
  top: 244px;
  left: 118px;
  z-index: 2;
}
#content #left_content #example_tab_content li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-position: top center;
}
#content #left_content #example_tab_content li:nth-child(1) {
  background-image: url(../images/example_tab_content_01.png);
}
#content #left_content #example_tab_content li:nth-child(2) {
  background-image: url(../images/example_tab_content_02.png);
}
#content #left_content #example_tab_content li:nth-child(3) {
  background-image: url(../images/example_tab_content_03.png);
}
#content #left_content #example_tab_content li:nth-child(4) {
  background-image: url(../images/example_tab_content_04.png);
}
#content #right_content {
  width: 300px;
  height: 545px;
  margin-top: -30px;
  background: url(../images/rigth_content.png) no-repeat top center;
}
#content #right_content input[type="text"], #content #right_content input[type="tel"] {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  outline: none;
  padding: 0 5px;
  border: none;
  background: none;
}
#content #right_content select {
  position: absolute;
  height: 30px;
  font-size: 15px;
  padding: 0 5px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  background: none;
}
#content #right_content p {
  position: absolute;
  color: #6e6d6c;
  font-family: "微軟正黑體";
  font-weight: bold;
  top: 360px;
  left: 25px;
  width: 240px;
}
#content #right_content p label {
  font-size: 0;
  display: block;
}
#content #right_content p span {
  display: inline-block;
  width: 210px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
}
#content #right_content p a {
  text-decoration: none;
  color: #d42554;
}
#content #right_content p input[type="checkbox"] {
  display: none;
}
#content #right_content p input[type="checkbox"] + label i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  background: url(../images/right_radio_off.png);
}
#content #right_content p input[type="checkbox"]:checked + label i {
  background: url(../images/right_radio_on.png);
}
#content #right_content .ch {
  position: absolute;
  top: 320px;
  width: 100px;
  height: 30px;
}
#content #right_content .ch input[type="radio"] {
  display: none;
}
#content #right_content .ch input[type="radio"] + span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background: url(../images/right_radio_off.png);
}
#content #right_content .ch input[type="radio"]:checked + span {
  background: url(../images/right_radio_on.png);
}
#content #right_content button {
  position: absolute;
  width: 208px;
  height: 74px;
  left: 50%;
  bottom: 40px;
  margin-left: -104px;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(../images/right_bt.png) no-repeat center top;
}
#content #right_content button:hover {
  background: url(../images/right_bt_h.png) no-repeat center top;
}
