body {
  background-color: #000; }

#warappr {
  min-height: 100%;
  /* For IE7 Hack */
  *display: table;
  /* For IE7 Hack */
  *height: 100%;
  overflow: hidden; }

#warappr:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover; }

.page_113:before {
  background-image: url(../images/menu01_bg.jpg); }

.page_114:before {
  background-image: url(../images/menu02_bg.jpg); }

.page_115:before {
  background-image: url(../images/menu03_bg.jpg); }

.page_116:before, .page_117:before, .page_118:before {
  background-image: url(../images/menu04_bg.jpg); }

.page_119:before {
  background-image: url(../images/menu07_bg.jpg); }

.page_120:before {
  background-image: url(../images/menu08_bg.jpg); }

.page_121:before {
  background-image: url(../images/menu09_bg.jpg); }

a, a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#gotop {
  position: fixed;
  right: 50px;
  bottom: 110px;
  display: block;
  background: url(../images/top.png) center center no-repeat;
  background-size: cover;
  z-index: 10;
  width: 60px;
  height: 48px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#gotop:hover {
  width: 71px;
  height: 57px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

header .header_content {
  background: url("../images/pyramid.png") center center repeat;
  height: 90px;
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 99;
  position: fixed; }
  header h1 a {
    display: table;
    margin: auto; }

main {
  overflow: auto; }
  main .main_content {
    width: 960px;
    margin: 140px auto 100px auto; }
    main .main_content .custom_title {
      position: relative;
      margin-bottom: 20px; }
      main .main_content .custom_title > div {
        position: absolute;
        left: 10px;
        width: 80px; }
        main .main_content .custom_title > div a {
          display: block; }
        main .main_content .custom_title > div span {
          font-weight: initial;
          display: inline-block;
          margin-right: 2px;
          margin-bottom: 2px;
          background: #c7000a;
          color: #fff;
          border: 2px solid #c7000a;
          padding: 4px;
          font-size: 1.85em; }
          main .main_content .custom_title > div span.br {
            display: block;
            border: none;
            background: none;
            padding: 0; }
        main .main_content .custom_title > div span + span {
          background: #fff;
          color: #c7000a;
          border: 2px solid #c7000a; }
    main .main_content .con {
      padding-left: 120px; }
      main .main_content .con h1 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 1.85em;
        font-weight: normal;
        border-left: 6px solid #fff;
        padding-left: 10px; }
      main .main_content .con h2 {
        color: #fff;
        font-size: 1.25em;
        font-weight: normal;
        margin-bottom: 10px; }

footer {
  position: relative;
  min-height: 70px;
  clear: both;
  width: 100%;
  background: #fff;
  text-align: center; }
  footer .footer_content {
    padding: 20px 0;
    font-size: 1.2em; }

footer.f_101 {
  margin-top: 0px; }

.page_101 main {
  padding-bottom: 0; }
  .page_101 .main_content {
    min-height: auto;
    width: 100%;
    margin: 0;
    padding-top: 90px; }

nav {
  left: -280px;
  z-index: 999;
  background: #ae0000;
  position: fixed;
  width: 280px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s; }
  nav ul.menu {
    display: block !important;
    padding-top: 65px;
    text-align: center; }
    nav ul.menu li a {
      color: #fff;
      display: block;
      font-size: 1.25em;
      text-align: center;
      line-height: 3.2em; }
      nav ul.menu li.active a, nav ul.menu li:hover a {
        color: #4e440a;
        background: #efca00; }
      nav ul.menu li.item-101, nav ul.menu li.item-122, nav ul.menu li.item-123 {
        display: inline-block; }
        nav ul.menu li.item-101 a, nav ul.menu li.item-122 a, nav ul.menu li.item-123 a {
          margin: 12px 5px; }
        nav ul.menu li.item-101.active a, nav ul.menu li.item-122.active a, nav ul.menu li.item-123.active a, nav ul.menu li.item-101:hover a, nav ul.menu li.item-122:hover a, nav ul.menu li.item-123:hover a {
          background: none; }
      nav ul.menu li.item-101 {
        display: none; }
  nav ul.menu_tool {
    text-align: center; }
    nav ul.menu_tool li.item-home, nav ul.menu_tool li.item-122, nav ul.menu_tool li.item-123 {
      display: inline-block; }
      nav ul.menu_tool li.item-home a, nav ul.menu_tool li.item-122 a, nav ul.menu_tool li.item-123 a {
        display: block;
        margin: 12px 5px; }
        nav ul.menu_tool li.item-home a img, nav ul.menu_tool li.item-122 a img, nav ul.menu_tool li.item-123 a img {
          max-width: 30px; }

.sbtn {
  position: fixed;
  left: 30px;
  top: 20px;
  z-index: 1000; }

#smenu {
  height: 40px;
  width: 40px;
  margin: auto;
  display: block;
  border: 5px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #smenu .bar {
    position: absolute;
    height: 4px;
    width: 40px;
    display: block;
    position: relative;
    background-color: #fff; }
    #smenu .bar:nth-of-type(1) {
      top: 0px;
      -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
      -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.3s, 0.1s;
      transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
      -moz-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      -webkit-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01); }
    #smenu .bar:nth-of-type(2) {
      top: 10px;
      -moz-transition: ease 0.3s 0.3s;
      -o-transition: ease 0.3s 0.3s;
      -webkit-transition: ease 0.3s;
      -webkit-transition-delay: 0.3s;
      transition: ease 0.3s 0.3s;
      -moz-animation: fade 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      -webkit-animation: fade 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      animation: fade 2s cubic-bezier(0.5, 0.2, 0.2, 1.01); }
    #smenu .bar:nth-of-type(3) {
      top: 20px;
      -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
      -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.3s, 0.1s;
      transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
      -moz-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      -webkit-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
      animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01); }

.active #smenu .bar:nth-of-type(1) {
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
  -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s, 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
  .active #smenu .bar:nth-of-type(2) {
    opacity: 0; }
  .active #smenu .bar:nth-of-type(3) {
    top: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
    -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
    -webkit-transition-delay: 0.1s, 0.5s;
    transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
  .active nav {
    left: 0px; }

table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 1px; }
  table th, table td {
    padding: 6px;
    font-size: 1.2em; }
  table th {
    background: #c7000a;
    color: #fff;
    text-align: center; }
  table td {
    background: #fff; }
  table td.list-title {
    padding-left: 15px; }
  table td.list-date {
    text-align: center; }

.pagination {
  margin: 20px 0; }
  .pagination .counter {
    display: none; }
  .pagination ul {
    text-align: center; }
  .pagination ul li {
    display: inline-block;
    margin: 0 5px; }
  .pagination ul li .pagenav {
    padding: 1px 6px; }
  .pagination ul li a.pagenav {
    color: #fff;
    border: 1px solid #fff; }
  .pagination ul li span.pagenav, .pagination ul li:hover a {
    color: #3f3e3e;
    background: #efca00;
    border: 1px solid #efca00; }
  .pagination ul li.pagination-start, .pagination ul li.pagination-prev, .pagination ul li.pagination-next, .pagination ul li.pagination-end {
    margin: 0 2px; }
  .pagination ul li.pagination-start a.pagenav, .pagination ul li.pagination-prev a.pagenav, .pagination ul li.pagination-next a.pagenav, .pagination ul li.pagination-end a.pagenav, .pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav, .pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
    color: #fff;
    border: none;
    background: none; }
  .pagination ul li.pagination-start:hover a, .pagination ul li.pagination-prev:hover a, .pagination ul li.pagination-next:hover a, .pagination ul li.pagination-end:hover a {
    text-decoration: underline; }
  .pagination ul li.pagination-start:after, .pagination ul li.pagination-next:after {
    display: inline-block;
    vertical-align: middle;
    content: " | ";
    color: #fff;
    margin-left: 2px; }

#system-message {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px 25px;
  margin-bottom: 20px;
  text-align: center; }
  #system-message dt.message {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px; }
  #system-message dd.message {
    font-size: 1.4em; }

.item-page .article-info .published {
  background: #c7000a;
  color: #ffd200;
  padding: 0px 20px 10px 20px; }
  .item-page .context {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .item-page .context .text {
    width: 92%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 40px; }
  .item-page .article-info-term {
    display: none; }
  .item-page ul.article_link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    position: relative; }
  .item-page ul.article_link li {
    width: 32.5%;
    position: absolute;
    left: 0;
    top: 0; }
  .item-page ul.article_link li a {
    display: block;
    text-align: center;
    font-size: 1.2em;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.8); }
  .item-page ul.article_link li a:hover {
    background: #efca00;
    color: #3f3e3e; }
  .item-page ul.article_link li + li {
    position: relative;
    margin: auto;
    left: auto; }
  .item-page ul.article_link li + li + li {
    position: absolute;
    left: auto;
    right: 0; }
  .item-page ul.article_link.link_two li {
    width: 48.5%; }
  .item-page ul.article_link.link_two li + li {
    margin: 0;
    float: right; }
  .item-page ul.actions {
    background: #fff;
    text-align: right;
    padding-bottom: 10px; }
  .item-page ul.actions li {
    display: inline-block;
    vertical-align: middle; }

.page_news.item-page .context {
  background: #fff;
  color: #3f3e3e; }
  .page_news.item-page h1 {
    display: none; }
  .page_news.item-page h1.title {
    display: block;
    background: #c7000a;
    color: #fff;
    padding: 20px 20px 8px 20px;
    font-size: 1.85em;
    line-height: 1.5em;
    font-weight: inherit;
    border-left: none;
    margin-bottom: 0; }

.category-list.page_news .category tbody {
  opacity: 0.9; }

.page_qa > ul {
  opacity: 0.9; }

.page_story, .page_intro, .page_ptquick, .page_tools {
  display: inline-block;
  width: 100%; }
  .page_story ul.actions, .page_intro ul.actions, .page_ptquick ul.actions, .page_tools ul.actions {
    display: none; }

.page_story p, .page_intro p {
  font-size: 1.25em;
  line-height: 2em;
  margin-bottom: 15px; }

.page_story .story {
  display: inline-block;
  width: 100%; }
  .page_story .story .img {
    float: right;
    margin-top: 10px; }
  .page_story .story .img img {
    width: 100%; }
  .page_story .story .video {
    position: relative;
    width: 80%;
    min-height: 400px;
    margin: auto; }
  .page_story .story .video iframe, .page_story .story .video object, .page_story .story .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page_intro {
  /**/ }
  .page_intro .intro {
    margin-bottom: 20px;
    position: relative; }
  .page_intro .intro .tt {
    width: 100%;
    position: absolute;
    top: 0; }

.page_ptquick .context, .page_allpt .context, .page_tranking .context {
  background: none;
  padding-top: 0; }
  .page_ptquick .context .text, .page_allpt .context .text, .page_tranking .context .text {
    display: inline-block;
    width: 96%;
    padding-top: 0; }

.quick_type, .quick_pt {
  float: left; }

.quick_type {
  position: absolute;
  width: 145px; }
  .quick_type h3.typebtn {
    display: block;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    padding: 10px 0; }
  .quick_type ul.type_menu li {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 8px; }
  .quick_type ul.type_menu li a {
    color: #fff;
    display: block;
    padding-right: 12px;
    position: relative;
    line-height: 1.3em;
    padding: 2px 3px;
    border-radius: 3px; }
  .quick_type ul.type_menu li a.on, .quick_type ul.type_menu li a:hover {
    background: rgba(255, 210, 0, 0.7);
    color: #000; }
    .quick_pt {
      padding-left: 150px;
      width: 100%;
      box-sizing: border-box; }
  .quick_pt h4 {
    display: block;
    color: #fff;
    background: #c7000a;
    font-size: 1.8em;
    font-weight: normal;
    padding: 10px; }
  .quick_pt img {
    width: 100%; }
  .quick_pt .ptcon {
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 1.2em; }
  .quick_pt .ptcon ul {
    margin: 10px 0; }
  .quick_pt .ptcon ul li {
    margin-left: 15px;
    list-style: none; }

.settitle {
  background: #c7000a;
  padding: 10px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  /**/ }

.page_ptquick .context {
  /**/ }
  .page_ptquick .context .text h2 {
    display: block;
    background: #ffd200;
    text-align: center;
    padding: 5px 10px; }
  .page_ptquick .context .text h2 p {
    font-size: 0.85em;
    font-weight: normal;
    color: #000; }
  .page_ptquick .context ul.quick {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  .page_ptquick .context ul.quick li.flip-container {
    float: left;
    width: 33.33333%;
    text-align: center;
    margin-bottom: 20px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px; }
  .page_ptquick .context ul.quick li.flip-container:nth-of-type(2), .page_ptquick .context ul.quick li.flip-container:nth-of-type(5), .page_ptquick .context ul.quick li.flip-container:nth-of-type(8) {
    width: 31.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%; }
  .page_ptquick .context ul.quick li.flip-container a.flipper {
    transition: transform 0.6s ease-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    position: relative; }
  .page_ptquick .context ul.quick li.flip-container a.flipper .inline_vertical:before {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    content: "";
    visibility: hidden; }
  .page_ptquick .context ul.quick li.flip-container a.flipper .inline_vertical div {
    vertical-align: middle; }
  .page_ptquick .context ul.quick li.flip-container a.flipper .front, .page_ptquick .context ul.quick li.flip-container a.flipper .back {
    height: 195px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
    transition: 0.6s ease-out;
    -webkit-transition: 0.6s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
    width: 100%; }
  .page_ptquick .context ul.quick li.flip-container a.flipper .front {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(199, 0, 10, 0.7);
    color: #fff;
    font-size: 2.8em;
    line-height: 1.2em;
    z-index: 2;
    transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg); }
  .page_ptquick .context ul.quick li.flip-container a.flipper .back {
    background: #ffd200;
    font-size: 1.2em;
    text-align: left;
    z-index: 1;
    transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg); }
    .page_ptquick .context ul.quick li.flip-container a.flipper .back .inline_vertical div {
      margin-top: -15px; }
    .page_ptquick .context ul.quick li.flip-container a.flipper .back span {
      display: block;
      width: 100%;
      text-align: right;
      font-weight: bold; }
  .page_ptquick .context ul.quick li.flip-container a.flipper:hover {
    color: #000; }
    .page_ptquick .context ul.quick li.flip-container a.flipper:hover .back {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      z-index: 2; }
    .page_ptquick .context ul.quick li.flip-container a.flipper:hover .front {
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      z-index: 1; }

.page_allpt .context {
  background: none;
  /**/ }
  .page_allpt .context .text {
    display: inline-block;
    width: 96%;
    padding-top: 0; }
  .page_allpt .context ul.actions {
    display: none; }
  .page_allpt .context .pt_look {
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .page_allpt .context .pt_look form {
    padding: 15px 0;
    width: 92%;
    margin: auto; }
  .page_allpt .context .pt_look form > div, .page_allpt .context .pt_look form ul {
    border-bottom: 1px dashed #fff;
    margin: 5px 0;
    padding: 10px 0; }
  .page_allpt .context .pt_look form select {
    font-size: 1.4em;
    padding: 5px; }
  .page_allpt .context .pt_look form ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 1.4em; }
  .page_allpt .context .pt_look form p.buttons input {
    padding: 10px 30px; }
  .page_allpt .context .pt_slist {
    margin-top: 10px; }
  .page_allpt .context .pt_slist .box-product {
    font-size: 1.2em; }
  .page_allpt .context .pt_slist table {
    table-layout: fixed;
    margin-bottom: 10px; }
  .page_allpt .context .pt_slist table th, .page_allpt .context .pt_slist table td {
    text-align: center;
    vertical-align: middle; }
  .page_allpt .context .pt_slist table td {
    color: #000;
    background: #e2d5c7;
    line-height: 1.8em; }
  .page_allpt .context .pt_slist table img {
    width: 100%;
    max-width: 220px;
    margin: auto; }

.page_tranking {
  /**/ }
  .page_tranking .row-tracking {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 1px; }
  .page_tranking .row-tracking div {
    display: inline-block;
    vertical-align: middle; }
  .page_tranking .row-tracking div img {
    max-height: 65px; }
  .page_tranking .row-tracking div a {
    font-size: 1.4em;
    color: #333; }
  .page_tranking .row-tracking div.delete {
    float: right;
    margin: 15px 0; }
  .page_tranking .row-tracking div.delete a {
    display: table;
    background: #555;
    color: #fff;
    padding: 3px 8px; }

li.question-item {
  font-size: 1.1em;
  margin-bottom: 1px; }
  li.question-item .question {
    padding: 8px;
    cursor: pointer;
    background: #ffeb8f; }
  li.question-item .question:before {
    display: inline-block;
    vertical-align: top;
    content: "Q："; }
  li.question-item .answer {
    padding: 8px 8px 15px 8px;
    position: relative;
    background: #fff; }
  li.question-item .answer:before {
    display: inline-block;
    vertical-align: middle;
    content: "A：";
    position: absolute;
    top: 10px; }
  li.question-item .answer div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px; }

.com_contact {
  position: relative;
  background: rgba(255, 255, 255, 0.7); }
  .com_contact > div {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .com_contact h1, .com_contact h2 {
    color: #c7000a !important;
    margin-bottom: 20px;
    font-size: 1.85em !important;
    font-weight: normal;
    border-left: 6px solid #c7000a !important;
    padding-left: 10px; }
  .com_contact .contact_top .fb {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 5px; }
  .com_contact .contact_top .fb:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-right: 130px solid #49659f;
    border-bottom: 115px solid transparent;
    z-index: 0; }
  .com_contact .contact_top .fb a {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff; }
  .com_contact .contact_top .fb a span {
    display: block;
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 3px; }
  .com_contact .contact_top .fb a img {
    float: right; }
  .com_contact .contact_top > p {
    font-size: 1.25em;
    line-height: 1.5em;
    color: #000; }
  .com_contact .contact_top > ul {
    margin-top: 12px; }
  .com_contact .contact_top > ul > li {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #000; }
  .com_contact .contact_top > ul > li:before {
    display: inline-block;
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid #c7000a;
    border-bottom: 5px solid transparent;
    display: inline-block;
    padding-right: 3px; }
  .com_contact .contact_top > ul > li ul {
    text-align: center; }
    .com_contact .contact_top > ul > li ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      background: #c7000a;
      color: #fff;
      text-align: center;
      font-size: 1.25em;
      padding: 25px;
      width: 100px;
      height: 100px;
      margin-bottom: 10px;
      -webkit-border-radius: 125px;
      -moz-border-radius: 125px;
      border-radius: 125px; }
      .com_contact .contact_top > ul > li ul li span {
        display: block;
        color: #ffd200;
        font-size: 1.5em;
        padding-top: 10px; }
      .com_contact .contact_top > ul > li ul li + li {
        padding: 42px 25px;
        height: 66px; }
  .com_contact .contact_top > ul > li a:hover {
    text-decoration: underline; }
  .com_contact .contact_top div.info {
    background: #fff;
    display: inline-block;
    width: 98%;
    padding: 1%;
    margin: 30px 0; }
  .com_contact .contact_top div.info > div {
    float: left; }
  .com_contact .contact_top #map {
    width: 60%;
    height: 100%;
    display: block; }
  .com_contact .contact_top .address {
    width: 40%; }
  .com_contact .contact_top .address b {
    color: #c7000a;
    font-size: 1.2em;
    padding: 3px 0; }
  .com_contact .contact_top .address p {
    font-weight: bold;
    color: #000; }

.contact_table th {
  background: #eaeaea;
  color: #555;
  text-align: right;
  min-width: 82px; }
  .contact_table input {
    max-width: 200px;
    padding: 3px;
    width: 94%; }
  .contact_table #contactus_content {
    width: 96%;
    min-height: 60px; }
  .contact_table #captcha, .contact_table input#contactus_captcha {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

p.buttons {
  text-align: center;
  margin-top: 10px; }
  p.buttons input {
    background: #666;
    color: #fff;
    border: none;
    padding: 10px 10px;
    cursor: pointer; }
  p.buttons input:hover {
    background: #efca00;
    color: #000; }

.page_121 main .main_content .con {
  padding-left: 0; }
  .page_121 main .main_content .context {
    background: none; }
  .page_121 main .main_content .tool1.custom_title {
    display: inline-block;
    vertical-align: top; }
  .page_121 main .main_content .tool1.custom_title > div {
    position: relative;
    width: 115px;
    left: auto; }
  .page_121 main .main_content .tool2.custom_title > div {
    position: relative;
    width: 115px; }
  .page_121 main .main_content .tool_t {
    display: inline-block;
    margin-left: 20px; }
  .page_121 main .main_content .tool_t h1 {
    margin-bottom: 10px; }
  .page_121 .step1, .page_121 .step2 {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 2% 20px 2%;
    text-align: center;
    margin-bottom: 20px; }
  .page_121 .step1 h3, .page_121 .step2 h3 {
    margin: 15px auto;
    color: #ffd200;
    font-size: 2.35em; }
  .page_121 .step1 h3 span, .page_121 .step2 h3 span {
    font-size: 0.6em; }
  .page_121 .step1 > div {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .page_121 .step1 > div > div {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-bottom: 15px; }
  .page_121 .step1 > div > div img {
    border: 3px solid #fff; }
  .page_121 .step1 > div > div input {
    margin-top: 5px; }
  .page_121 .step2 .contact_table {
    max-width: 650px;
    margin: auto; }
  .page_121 .step2 .contact_table th {
    vertical-align: top;
    width: 125px; }
  .page_121 .step2 .contact_table td {
    text-align: left; }
  .page_121 .step2 .contact_table textarea {
    width: 98%;
    height: 100px; }
  .page_121 .step2 p.buttons input {
    background: #dad9d8;
    color: #000;
    text-align: center;
    padding: 10px 20px; }
  .page_121 .tool2_con {
    margin-left: 150px;
    color: #000; }
  .page_121 .tool2_con > div {
    background: #fff;
    padding: 15px 4%; }
  .page_121 .tool2_con > div img {
    margin: auto; }
  .page_121 .tool2_con > div .toname, .page_121 .tool2_con > div .fromname {
    font-size: 1.4em;
    text-decoration: underline;
    margin: 8px 0; }
  .page_121 .tool2_con > div .toname {
    margin-top: 20px; }
  .page_121 .tool2_con > div .fromname {
    text-align: right;
    margin-bottom: 20px; }
  .page_121 .tool2_con > div .letter {
    font-size: 1.2em; }
  .page_121 .tool2_con > a {
    display: table;
    padding: 12px;
    margin: 20px auto;
    background: #e8e7e4;
    font-size: 1.4em;
    color: #000; }
  .page_121 .tool2_con > a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.pt_intro {
  background: #ffd200;
  padding: 3px 0;
  color: #000;
  font-size: 1.2em;
  text-align: center; }
  .pt_intro img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    max-width: 20px; }

@media (max-width: 980px) {
  main .main_content {
    margin-top: 130px;
    width: 90%; }
    main .main_content .custom_title {
      position: relative; }
      main .main_content .custom_title div {
        position: relative;
        left: 0px;
        width: 100%; }
        main .main_content .custom_title div span.br {
          display: none; }
    main .main_content .con {
      padding-left: 0px; }

  .page_ptquick .context .text ul.quick li.flip-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%; }
    .page_ptquick .context .text ul.quick li.flip-container a.flipper .inline_vertical::before {
      display: none; }
      .page_ptquick .context .text ul.quick li.flip-container a.flipper .front, .page_ptquick .context .text ul.quick li.flip-container a.flipper .back {
        height: auto; }
      .page_ptquick .context .text ul.quick li.flip-container a.flipper .front {
        position: relative; }
      .page_ptquick .context .text ul.quick li.flip-container a.flipper .back {
        min-height: 130px;
        background: #ffd200;
        font-size: 1.2em;
        text-align: left;
        z-index: 1;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg); }
        .page_ptquick .context .text ul.quick li.flip-container a.flipper .back .inline_vertical div {
          margin-top: 0px; }
      .page_ptquick .context .text ul.quick li.flip-container a.flipper:hover .front {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg); }

  .quick_type, .quick_pt {
    float: none; }

  .quick_type {
    position: relative;
    width: auto; }
    .quick_type h3.typebtn {
      border: none;
      text-align: center;
      cursor: pointer;
      background: #ffd200;
      color: #000;
      position: relative;
      margin-bottom: 0; }
    .quick_type h3.typebtn:after {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      content: "";
      margin-left: 10px;
      top: 7px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #000;
      border-top: 10px solid transparent; }
    .quick_type h3.typebtn.on:after {
      top: 18px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-top: 10px solid #000; }
    .quick_type ul.type_menu {
      position: absolute;
      display: none;
      width: 100%;
      margin-bottom: 5px; }
    .quick_type ul.type_menu li {
      background: rgba(0, 0, 0, 0.7);
      border-bottom: 1px solid #fff;
      margin-bottom: 0; }
    .quick_type ul.type_menu li a {
      display: block;
      color: #fff;
      text-align: center;
      padding: 8px 0;
      border-radius: 0px; }
    .quick_type ul.type_menu li a:after {
      display: none; }

  .quick_pt {
    padding-left: 0px; }

  .page_121 main .main_content .tool1.custom_title > div, .page_121 main .main_content .tool2.custom_title > div {
    width: 100%; }
    .page_121 main .main_content .tool_t {
      margin-left: 0px; }
    .page_121 .step1 > div > div {
      width: 47.91667%;
      margin-left: 1.04167%;
      margin-right: 1.04167%; }
    .page_121 .step2 .contact_table th {
      width: 95px; }
    .page_121 .tool2_con {
      margin-left: 0px; } }

@media (max-width: 720px) {
  header .header_content {
    height: 80px; }
    header h1 a img {
      width: 82%;
      margin: auto; }

  .page_story .story .video {
    min-height: 300px; }

  .page_intro .intro {
    overflow: hidden; }
    .page_intro .intro > img {
      max-width: 120%; }
    .page_intro .intro .tt {
      display: none; }

  .page_101 .main_content {
    padding-top: 80px; }

  .sbtn {
    left: 20px;
    top: 25px; }

  #smenu {
    height: 30px;
    width: 25px;
    border: 3px solid transparent; }
    #smenu .bar {
      position: absolute;
      height: 3px;
      width: 25px; }
    #smenu .bar:nth-of-type(1) {
      top: 0px; }
    #smenu .bar:nth-of-type(2) {
      top: 10px; }
    #smenu .bar:nth-of-type(3) {
      top: 20px; }

  .active #smenu .bar:nth-of-type(1) {
    top: 8px; }
    .active #smenu .bar:nth-of-type(3) {
      top: 8px; }

  #gotop {
    right: 20px; }

  .com_contact .contact_top #map, .com_contact .contact_top .address {
    width: 100%; }

  .page_ptquick .context .text h2 {
    text-align: left; }

  .page_tranking .row-tracking div.delete {
    float: none;
    margin: 5px 0;
    text-align: center;
    display: block;
    width: 100%; }
    .page_tranking .row-tracking div.delete a {
      display: block; } }

@media (max-width: 550px) {
  .page_ptquick .context .text ul.quick li.flip-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .page_121 .step1 > div > div {
    width: 97.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%; } }

@media (max-width: 480px) {
  .page_story .story .video {
    min-height: 220px; }

  .pagination ul li {
    display: none; }
    .pagination ul li.pagination-start, .pagination ul li.pagination-next, .pagination ul li.pagination-end, .pagination ul li.pagination-prev {
      display: inline-block;
      margin: 0 4px; }
    .pagination ul li.pagination-prev:after {
      content: " | ";
      color: #fff;
      margin-left: 2px; }

  .com_contact .contact_top .fb {
    position: relative;
    display: block;
    background: #49659f;
    padding: 5px 8px;
    text-align: center;
    margin-bottom: 5px; }
    .com_contact .contact_top .fb:after {
      display: none; }
    .com_contact .contact_top .fb a {
      font-size: 1.25em; }
      .com_contact .contact_top .fb a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 1em; }
      .com_contact .contact_top .fb a img {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-left: 5px; }

  .item-page.page_ptquick ul.article_link li, .item-page.page_allpt ul.article_link li {
    position: relative;
    width: 100%;
    margin: 5px auto; }

  footer {
    min-height: 80px; }
    footer p span {
      display: block; }
    footer .footer_content {
      font-size: 1.2em; }

  #gotop {
    bottom: 130px; } }
