body {
  font-size: 12px;
  position: relative;
  color: #000;
}

body * {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.row .col {
  display: block;
  float: left;
}

input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}

select {
  border-radius: 0;
  outline: 0;
}

.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.cus-select select::-ms-expand {
  display: none;
}

.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* slider set */
.flexslider .flex-direction-nav a {
  width: 40px;
  height: 60px;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider .flex-control-nav {
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.flexslider.no-pager .flex-control-nav {
  display: none !important;
}

.flexslider.no-direction .flex-direction-nav {
  display: none !important;
}

/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {

  .mobile,
  .tablet {
    display: none !important;
  }

  .wrap {
    width: 80%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }

  body {
    padding: 90px 0 0 0;
  }

  header.header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
  }

  header.header .wrap {
    height: 90px;
    padding-left: 200px;
  }

  header.header .wrap a.logo {
    display: block;
    width: 200px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 3px #5b9bd5 solid;
  }

  header.header .wrap a.logo img {
    height: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header.header .wrap nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  header.header .wrap nav ul.row {
    list-style: none;
    height: 54px;
    text-align: right;
  }

  header.header .wrap nav ul.row li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px #c8c9c9 solid;
  }

  header.header .wrap nav ul.row li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }

  header.header .wrap nav ul.row li:not(:last-child) {
    padding: 0 5.2%;
  }

  header.header .wrap nav ul.row li:not(:last-child) a {
    color: #000;
  }

  header.header .wrap nav ul.row li:not(:last-child) a:hover,
  header.header .wrap nav ul.row li:not(:last-child) a.active {
    color: #2e5180;
  }

  header.header .wrap nav ul.row li:nth-last-child(2) {
    border-right: 0;
  }

  header.header .wrap nav ul.row li:last-child {
    border-right: 0;
  }

  header.header .wrap nav ul.row li:last-child a {
    background: #2e5180;
    text-align: center;
    color: #fff;
    padding: 8px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
  }

  header.header .wrap nav ul.row li:last-child a img {
    width: 20px;
  }

  header.header .wrap nav ul.row li:last-child a p {
    padding-top: 3px;
  }

  header.header .wrap nav ul.row li:last-child a:hover {
    background: #5b9bd5;
  }

  .flexslider {
    position: relative;
  }

  .flexslider .banner-bottom {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0;
    height: 30px;
    background: url(../images/banner_bottom.png) center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }

  .page-title {
    font-size: 32px;
    text-align: center;
    color: #595757;
    padding: 60px 0 50px;
    position: relative;
  }

  .page-title span {
    display: block;
  }

  .page-title:after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #5b9bd5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 35px;
  }

  .page-title.style2 {
    color: #fff;
  }

  .index-about {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 70px;
  }

  .index-about .wrap:before {
    content: '';
    width: 309px;
    height: 110px;
    position: absolute;
    top: -20px;
    left: 8%;
    background: url(../images/about_line.png) no-repeat;
    z-index: 100;
  }

  .index-about .wrap p {
    font-size: 16px;
    color: #727171;
    text-align: center;
    line-height: 1.875;
  }

  .index-about .wrap p b {
    color: #2e5180;
    font-size: 18px;
  }

  .index-btn {
    background: #2e5180;
  }

  .index-btn .wrap .row {
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
  }

  .index-btn .wrap .row .col {
    width: 50%;
  }

  .index-btn .wrap .row .col a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    height: 380px;
    position: relative;
    font-weight: bold;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index-btn .wrap .row .col a:before {
    content: '';
    display: block;
    height: 14px;
    width: 100%;
    background: url(../images/btn_top.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index-btn .wrap .row .col a div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index-btn .wrap .row .col a p {
    padding-top: 45px;
  }

  .index-btn .wrap .row .col a:hover {
    background: #5b9bd5;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-btn .wrap .row .col a:hover:before {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-news {
    background: #edeff6;
  }

  .index-news ul {
    display: block;
    list-style: none;
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0 120px;
  }

  .index-news ul li {
    position: relative;
    padding: 20px 0 20px 110px;
    border-top: 1px #2e5180 solid;
  }

  .index-news ul li:before {
    content: 'SERVICE';
    padding: 3px 20px;
    color: #fff;
    font-size: 12px;
    background: #4a4a4a;
    position: absolute;
    left: 5px;
  }

  .index-news ul li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0 80px 0 0;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    background-size: 5px auto;
  }

  .index-news ul li a span:first-child {
    color: #2e5180;
  }

  .index-news ul li a span+span {
    color: #322B29;
  }

  .index-news ul li a:hover span {
    text-decoration: underline;
  }

  .index-news ul li:last-child {
    border-bottom: 1px #2e5180 solid;
  }

  .index-product {
    position: relative;
    padding-bottom: 150px;
  }

  .index-product:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(46, 81, 128, 0.2);
    left: 0;
    top: 0;
  }

  .index-product .wrap {
    position: relative;
    margin-top: 40px;
  }

  .index-product .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    -webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
    position: absolute;
    right: -12%;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    -webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto;
    position: absolute;
    left: -12%;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  .index-product .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  footer.footer {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    text-align: center;
    padding: 60px 0 120px;
  }

  footer.footer a.logo img {
    height: 58px;
  }

  footer.footer ul {
    list-style: none;
    margin-top: 60px;
  }

  footer.footer ul li {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer ul li a {
    font-size: 14px;
    color: #595757;
    padding: 0 35px;
    font-weight: bold;
  }

  footer.footer ul li a:hover {
    color: #2e5180;
  }

  #goTop {
    background: #4C4D4D;
    text-align: center;
    cursor: pointer;
  }

  #goTop img {
    height: 56px;
  }

  .copy-right {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }

  .copy-right a {
    color: #fff;
  }

  .copy-right a:hover {
    color: #5b9bd5;
    text-decoration: underline;
  }

  /* about */
  .page-title2 {
    text-align: center;
    padding: 60px 0;
  }

  .page-title2:after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 3px;
    background: #2e5180;
  }

  .page-title2 p:first-child {
    font-size: 24px;
    color: #231815;
  }

  .page-title2 p+p {
    padding: 10px 0 5px;
  }

  .page-title2 p+p a,
  .page-title2 p+p span,
  .page-title2 p+p i {
    color: #615F5F;
    font-size: 12px;
  }

  .page-title2 p+p i {
    margin: 0 5px 0 7px;
  }

  .about {
    padding-bottom: 120px;
  }

  .about .row .col:first-child {
    width: 45%;
  }

  .about .row .col+.col {
    width: 55%;
    padding-left: 5%;
  }

  .about .row .col+.col h1 {
    font-size: 22px;
    color: #2e5180;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }

  .about .row .col+.col p {
    font-size: 14px;
    color: #666464;
    line-height: 1.875;
  }

  .about-bottom {
    background: #edeff6;
    padding: 60px 0;
  }

  .about-bottom .wrap {
    max-width: 970px;
  }

  .about-bottom .row {
    margin: 0 -10px;
  }

  .about-bottom .row .col {
    text-align: center;
    padding: 0 10px;
    width: 50%;
  }

  .about-bottom .row .col .inner {
    background: #fff;
    padding: 30px 20px;
    min-height: 320px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 365px;
  }

  .about-bottom .row .col .inner img {
    height: 90px;
  }

  .about-bottom .row .col .inner h2 {
    font-size: 19px;
    color: #2e5180;
    height: 100px;
    position: relative;
    padding: 20px 0 0;
  }

  .about-bottom .row .col .inner h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #2e5180;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
  }

  .about-bottom .row .col .inner p {
    text-align: left;
    font-size: 14px;
    color: #868687;
    line-height: 1.7;
  }

  .about-bottom .row .col .inner p b {
    color: #2e5180;
  }

  .about-bottom .row .col:not(:first-child) .inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .about-bottom .row .col:first-child .inner {
    background: #2e5180;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    position: relative;
  }

  .about-bottom .row .col:first-child .inner:before {
    content: '';
    display: block;
    width: 12px;
    height: 32px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/about_arrow.png) no-repeat;
  }

  .about-bottom .row .col:first-child .inner h2 {
    color: #fff;
    font-size: 19px;
  }

  .about-bottom .row .col:first-child .inner h2:after {
    background: #fff;
  }

  .about-bottom .row .col:first-child .inner p {
    color: #fff;
  }

  /* contact */
  .contact {
    padding-bottom: 120px;
  }

  .contact .wrap {
    max-width: 1020px;
  }

  .contact .wrap>.row {
    margin: 0 -20px;
  }

  .contact .wrap>.row>.col {
    width: 100%;
  }

  .contact .wrap>.row>.col p {
    font-size: 17px;
    line-height: 1.5;
  }

  .contact .wrap>.row>.col p+p {
    font-size: 14px;
  }

  .contact .wrap>.row>.col ul {
    list-style: none;
    margin-bottom: 20px;
  }

  .contact .wrap>.row>.col ul li {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .contact .wrap>.row>.col ul li img {
    height: 16px;
    margin-right: 15px;
  }

  .contact .wrap>.row>.col ul li+li {
    margin-top: 5px;
  }

  .contact .wrap>.row>.col .google-map {
    position: relative;
    height: 300px;
  }

  .contact .wrap>.row>.col .google-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .form {
    display: block;
    margin-top: 30px;
  }

  .form .row {
    margin: 0 -6px;
  }

  .form .row .col {
    width: 50%;
    padding: 0 6px;
  }

  .form .row .col input[type=text],
  .form .row .col input[type=tel],
  .form .row .col input[type=email] {
    border: 1px #adadad solid;
    background: #FAFAFA;
    height: 44px;
    padding: 0 10px;
    display: block;
    width: 100%;
    font-size: 13px;
  }

  .form .single {
    width: 100%;
    margin: 0;
  }

  .form .single .col {
    width: 100%;
    padding: 0;
  }

  .form .single .col textarea {
    display: block;
    border: 1px #adadad solid;
    background: #FAFAFA;
    padding: 10px;
    width: 100%;
    height: 170px;
    font-size: 13px;
  }

  .form .row+.row {
    margin-top: 15px;
  }

  .form .code .col+.col {
    text-align: center;
  }

  .form .code .col+.col img {
    height: 30px;
    margin-top: 7px;
  }

  .form .btn input {
    width: 100px;
    height: 36px;
    border: 0;
    background: #2e5180;
    color: #fff;
    font-size: 14px;
  }

  .form .btn:hover input {
    background: #5b9bd5;
  }

  .form .btn2 {
    text-align: center;
    width: 100%;
    padding-top: 85px;
  }

  .form .btn2 .col {
    width: 100%;
    padding: 0;
  }

  .form .btn2 .col a {
    display: inline-block;
    font-size: 17px;
    color: #636262;
    padding: 11px 45px 11px 55px;
    border: 1px #b7b7b7 solid;
    background: url(../images/btn_arrow1.png) 30px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 14px 0 0;
  }

  .form .btn2 .col input {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    padding: 11px 55px 11px 45px;
    border: 1px #2e5180 solid;
    background: #2e5180 url(../images/btn_arrow2.png) right 30px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 0 0 14px;
  }

  /* faq */
  .faq {
    padding-bottom: 120px;
  }

  .faq .faq-content {
    cursor: pointer;
  }

  .faq .faq-content .q {
    padding: 25px 100px 25px 40px;
    border-bottom: 1px #ddd solid;
    font-size: 19px;
    color: #231815;
    position: relative;
    height: 100px;
    background: url(../images/faq_icon1.png) right 40px center no-repeat;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
  }

  .faq .faq-content .q span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq-content .q .number {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #FC9222;
    position: absolute;
    left: 40px;
    border: 1px #FC9222 solid;
  }

  .faq .faq-content .q .number span {
    font-size: 18px;
    color: #fff;
  }

  .faq .faq-content .a {
    font-size: 16px;
    color: #666666;
    padding: 30px 50px 30px 50px;
    line-height: 1.75;
    display: none;
  }

  .faq .faq-content .a ol {
    padding-left: 15px;
  }

  .faq .faq-content.current {
    background: #edeff6;
  }

  .faq .faq-content.current .q {
    background: url(../images/faq_icon2.png) right 40px center no-repeat;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
    position: relative;
    padding-bottom: 0;
    height: 75px;
    border-bottom: 0;
  }

  .faq .faq-content.current .q:after {
    content: '';
    height: 1px;
    background: #2e5180;
    position: absolute;
    left: 40px;
    bottom: 0;
    right: 40px;
  }

  .faq .faq-content.current .number {
    border: 1px #2e5180 solid;
    background: #fff;
  }

  .faq .faq-content.current .number span {
    color: #2e5180;
  }

  .faq .faq-content.current .a {
    display: block;
  }

  .pager {
    text-align: center;
    padding: 120px 0 0;
  }

  .pager a {
    display: inline-block;
    vertical-align: middle;
  }

  .pager .prev {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 50px 0 0;
  }

  .pager .next {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 0 0 50px;
  }

  .pager .prev.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager .next.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 15px;
    color: #000;
    margin: 0 10px;
  }

  .pager a:not(:first-child):not(:last-child).current,
  .pager a:not(:first-child):not(:last-child):hover {
    font-size: 19px;
    color: #5b9bd5;
    position: relative;
  }

  .pager a:not(:first-child):not(:last-child).current:after,
  .pager a:not(:first-child):not(:last-child):hover:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #9F9C8B;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }

  /* inquiry */
  .inquiry {
    padding-bottom: 120px;
  }

  .inquiry .wrap {
    max-width: 800px;
  }

  .inquiry .tips {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 1.8;
  }

  .inquiry .inquiry-cart {
    margin: 120px 0 50px;
  }

  .inquiry .inquiry-cart .table {
    display: table;
    width: 100%;
  }

  .inquiry .inquiry-cart .table .tr {
    display: table-row;
  }

  .inquiry .inquiry-cart .table .tr .td {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 20px;
  }

  .inquiry .inquiry-cart .table .tr .td img {
    width: 270px;
  }

  .inquiry .inquiry-cart .table .tr .td a {
    color: #000;
  }

  .inquiry .inquiry-cart .table .tr .td+.td {
    text-align: center;
  }

  .inquiry .inquiry-cart .table .title .td {
    height: 46px;
    background: #FC9222;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
  }

  .inquiry .inquiry-cart .table .title .td span {
    display: inline-block;
    width: 270px;
    text-align: center;
  }

  .inquiry .inquiry-cart .table .content .td {
    font-size: 18px;
    border-bottom: 1px #e4e4e4 solid;
  }

  .inquiry .inquiry-cart .table .content .td span {
    margin-left: 40px;
  }

  /* news */
  .news {
    padding-bottom: 120px;
  }

  .news .news-content {
    padding: 0 0 0 25px;
    position: relative;
  }

  .news .news-content .inner {
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 25px 140px 60px 270px;
    position: relative;
    z-index: 2;
    display: block;
  }

  .news .news-content .inner .img {
    position: absolute;
    left: -30px;
    top: -30px;
  }

  .news .news-content .inner .img img {
    width: 270px;
  }

  .news .news-content .inner h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
  }

  .news .news-content .inner p {
    font-size: 15px;
    line-height: 1.7;
    color: #5D5D5D;
    height: 50px;
  }

  .news .news-content .inner .date {
    text-align: center;
    width: 64px;
    background: #fff;
    position: absolute;
    right: 25px;
    top: -25px;
  }

  .news .news-content .inner .date div {
    font-weight: bold;
  }

  .news .news-content .inner .date div:first-child {
    font-size: 16px;
    background: #2e5180;
    color: #fff;
    padding: 3px 0;
  }

  .news .news-content .inner .date div+div {
    font-size: 13px;
    color: #989898;
    padding: 3px 0 0;
  }

  .news .news-content .inner .date div+div+div {
    font-size: 29px;
    color: #2e5180;
    padding: 0 0 3px 0;
  }

  .news .news-content+.news-content {
    margin-top: 80px;
  }

  /* news view */
  .page-title3 {
    font-size: 29px;
    font-weight: bold;
    position: relative;
    border-bottom: 2px #e3e3e3 solid;
    color: #231815;
    padding-bottom: 10px;
  }

  .page-title3:after {
    content: '';
    display: block;
    width: 66px;
    height: 4px;
    background: #5b9bd5;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  .page-title3 .social-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
  }

  .page-title3 .social-icon a img {
    width: 27px;
  }

  .news-view {
    padding-bottom: 120px;
  }

  .news-view .wrap {
    max-width: 940px;
  }

  .news-view .editor {
    font-size: 14px;
    color: #6A6969;
    line-height: 2;
    margin-top: 30px;
  }

  .news-view .date {
    font-size: 14px;
    text-align: right;
    color: #615F5F;
    padding: 5px 0 30px;
  }

  .news-view .editor ol {
    padding-left: 20px;
  }

  .news-view .editor ol li {
    margin-bottom: 10px;
  }

  .news-view .editor ol ol {
    padding-left: 25px;
  }

  .news-view .editor ol ol li {
    margin-bottom: 0;
  }

  .news-view .img1 {
    float: right;
    margin-left: 25px;
  }

  .back {
    text-align: center;
    margin-top: 100px;
  }

  .back a {
    display: inline-block;
    font-size: 13px;
    color: #2e5180;
    border: 1px #2e5180 solid;
    padding: 8px 25px;
  }

  /* product */
  .product {
    padding-bottom: 120px;
  }

  .product .row {
    margin: 0 -15px;
  }

  .product .row .col {
    width: 33.33333333%;
    padding: 15px;
  }

  .product .row .col .inner {
    position: relative;
  }

  .product .row .col .inner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .product .row .col .inner .cover a {
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product .row .col .inner .cover a span {
    width: 100%;
    font-size: 24px;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .product .row .col .inner .cover a span+span {
    font-size: 14px;
    margin-top: 10px;
  }

  .product .row .col .inner:hover .cover {
    display: block;
  }

  /* product view */
  .product-view {
    padding-bottom: 120px;
  }

  .product-view .img {
    text-align: center;
  }

  .product-view .img img {
    max-width: 85%;
  }

  .product-view .add {
    text-align: right;
    padding: 35px 0;
    border-bottom: 2px #d3d3d3 solid;
    margin-bottom: 20px;
  }

  .product-view .add a {
    display: inline-block;
    font-size: 16px;
    background: #A4A4A5;
    color: #fff;
    letter-spacing: 2px;
    padding: 7px 25px;
  }

  .product-view .add a:hover {
    background: #2e5180;
  }

  .product-view h2 {
    font-size: 24px;
    font-weight: normal;
    color: #545251;
    margin-bottom: 20px;
  }

  .product-view .editor {
    font-size: 19px;
    color: #514F4E;
  }
}

@media only screen and (min-width: 1600px) {
  header.header .wrap nav ul.row li:not(:last-child) {
    padding: 0 6.3%;
  }
}

/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .pc,
  .hide-in-tablet {
    display: none !important;
  }

  .wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  body {
    padding: 90px 0 0 0;
  }

  header.header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
  }

  header.header .wrap {
    height: 90px;
    padding-left: 200px;
    width: 90%;
    max-width: 100%;
  }

  header.header .wrap a.logo {
    display: block;
    width: 200px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 3px #5b9bd5 solid;
  }

  header.header .wrap a.logo img {
    height: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header.header .wrap nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  header.header .wrap nav ul.row {
    list-style: none;
    height: 54px;
    text-align: right;
  }

  header.header .wrap nav ul.row li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px #c8c9c9 solid;
  }

  header.header .wrap nav ul.row li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }

  header.header .wrap nav ul.row li:not(:last-child) {
    padding: 0 5%;
  }

  header.header .wrap nav ul.row li:not(:last-child) a {
    color: #000;
  }

  header.header .wrap nav ul.row li:not(:last-child) a:hover,
  header.header .wrap nav ul.row li:not(:last-child) a.active {
    color: #2e5180;
  }

  header.header .wrap nav ul.row li:nth-last-child(2) {
    border-right: 0;
  }

  header.header .wrap nav ul.row li:last-child {
    border-right: 0;
  }

  header.header .wrap nav ul.row li:last-child a {
    background: #2e5180;
    text-align: center;
    color: #fff;
    padding: 8px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
  }

  header.header .wrap nav ul.row li:last-child a img {
    width: 20px;
  }

  header.header .wrap nav ul.row li:last-child a p {
    padding-top: 3px;
  }

  header.header .wrap nav ul.row li:last-child a:hover {
    background: #5b9bd5;
  }

  .flexslider {
    position: relative;
  }

  .flexslider .banner-bottom {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0;
    height: 20px;
    background: url(../images/banner_bottom.png) center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }

  .page-title {
    font-size: 24px;
    text-align: center;
    color: #595757;
    padding: 30px 0 35px;
    position: relative;
  }

  .page-title span {
    display: block;
  }

  .page-title:after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #5b9bd5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
  }

  .page-title.style2 {
    color: #fff;
  }

  .index-about {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
  }

  .index-about .wrap p {
    font-size: 15px;
    color: #727171;
    text-align: center;
    line-height: 1.6;
  }

  .index-about .wrap p b {
    color: #2e5180;
    font-size: 18px;
  }

  .index-btn {
    background: #2e5180;
  }

  .index-btn .wrap {
    width: 60%;
    max-width: 600%;
  }

  .index-btn .wrap .row {
    margin: 0 auto;
  }

  .index-btn .wrap .row .col {
    width: 50%;
  }

  .index-btn .wrap .row .col a {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 25px 0;
  }

  .index-btn .wrap .row .col a:before {
    content: '';
    display: block;
    height: 14px;
    width: 100%;
    background: url(../images/btn_top.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index-btn .wrap .row .col a img {
    width: 48px;
  }

  .index-btn .wrap .row .col a p {
    padding-top: 15px;
  }

  .index-btn .wrap .row .col a:hover {
    background: #ED843B;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-btn .wrap .row .col a:hover:before {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-news {
    background: #edeff6;
  }

  .index-news ul {
    display: block;
    list-style: none;
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .index-news ul li {
    position: relative;
    padding: 15px 30px 15px 0;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    background-size: 5px auto;
    border-top: 1px #2e5180 solid;
  }

  .index-news ul li:before {
    content: 'SERVICE';
    padding: 5px 0;
    display: block;
    width: 72px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #4a4a4a;
  }

  .index-news ul li a {
    font-size: 15px;
    display: block;
  }

  .index-news ul li a span:first-child {
    color: #2e5180;
    display: block;
    line-height: 26px;
    padding-top: 10px;
  }

  .index-news ul li a span+span {
    color: #322B29;
    display: block;
    padding-top: 10px;
  }

  .index-news ul li a:hover span {
    text-decoration: underline;
  }

  .index-news ul li:last-child {
    border-bottom: 1px #2e5180 solid;
  }

  .index-product {
    position: relative;
    padding-bottom: 40px;
  }

  .index-product:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(46, 81, 128, 0.2);
    left: 0;
    top: 0;
  }

  .index-product .wrap {
    position: relative;
    width: 65%;
  }

  .index-product .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
    position: absolute;
    right: -15%;
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
    position: absolute;
    left: -15%;
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  .index-product .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  footer.footer {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 30px 0 25px;
  }

  footer.footer a.logo img {
    height: 58px;
  }

  footer.footer ul {
    list-style: none;
    margin: 20px -5px 0;
  }

  footer.footer ul li {
    width: 16.66666667%;
    float: left;
    padding: 5px;
  }

  footer.footer ul li a {
    font-size: 14px;
    color: #595757;
    text-align: center;
  }

  footer.footer ul li a:hover {
    color: #2e5180;
  }

  #goTop {
    background: #4C4D4D;
    text-align: center;
    cursor: pointer;
  }

  #goTop img {
    height: 48px;
  }

  .copy-right {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
  }

  .copy-right a {
    color: #fff;
  }

  .copy-right a:hover {
    color: #5b9bd5;
    text-decoration: underline;
  }

  /* about */
  .page-banner {
    height: 200px;
  }

  .page-title2 {
    text-align: center;
    padding: 30px 0 35px;
  }

  .page-title2:after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 3px;
    background: #2e5180;
  }

  .page-title2 p:first-child {
    font-size: 24px;
    color: #231815;
  }

  .page-title2 p+p {
    padding: 10px 0 5px;
  }

  .page-title2 p+p a,
  .page-title2 p+p span,
  .page-title2 p+p i {
    color: #615F5F;
    font-size: 13px;
  }

  .page-title2 p+p i {
    margin: 0 5px 0 7px;
  }

  .about {
    padding-bottom: 60px;
  }

  .about .row .col:first-child {
    width: 100%;
    text-align: center;
  }

  .about .row .col:first-child img {
    max-width: 300px;
  }

  .about .row .col+.col {
    width: 100%;
    margin-top: 30px;
  }

  .about .row .col+.col h1 {
    font-size: 21px;
    color: #2e5180;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .about .row .col+.col p {
    font-size: 15px;
    color: #666464;
    line-height: 1.6;
  }

  .about-bottom {
    background: #edeff6;
    padding: 60px 0;
  }

  .about-bottom .wrap {
    max-width: 970px;
  }

  .about-bottom .row {
    margin: 0 -5px;
  }

  .about-bottom .row .col {
    text-align: center;
    padding: 0 5px;
    width: 49%;
  }

  .about-bottom .row .col .inner {
    background: #fff;
    padding: 30px 20px;
    min-height: 320px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 391px;
  }

  .about-bottom .row .col .inner img {
    height: 90px;
  }

  .about-bottom .row .col .inner h2 {
    font-size: 19px;
    color: #2e5180;
    height: 80px;
    position: relative;
    padding: 20px 0 0;
  }

  .about-bottom .row .col .inner h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #2e5180;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
  }

  .about-bottom .row .col .inner p {
    text-align: left;
    font-size: 14px;
    color: #868687;
    line-height: 1.7;
  }

  .about-bottom .row .col .inner p b {
    color: #2e5180;
  }

  .about-bottom .row .col:not(:first-child) .inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .about-bottom .row .col:first-child .inner {
    background: #2e5180;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    position: relative;
  }

  .about-bottom .row .col:first-child .inner:before {
    content: '';
    display: block;
    width: 12px;
    height: 32px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/about_arrow.png) no-repeat;
  }

  .about-bottom .row .col:first-child .inner h2 {
    color: #fff;
    font-size: 19px;
  }

  .about-bottom .row .col:first-child .inner h2:after {
    background: #fff;
  }

  .about-bottom .row .col:first-child .inner p {
    color: #fff;
  }

  /* contact */
  .contact {
    padding-bottom: 60px;
  }

  .contact .wrap>.row>.col {
    width: 100%;
  }

  .contact .wrap>.row>.col p {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact .wrap>.row>.col p+p {
    font-size: 14px;
    line-height: 1.4;
  }

  .contact .wrap>.row>.col {
    margin-top: 60px;
  }

  .contact .wrap>.row>.col ul {
    list-style: none;
    margin-bottom: 20px;
  }

  .contact .wrap>.row>.col ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .contact .wrap>.row>.col ul li img {
    height: 20px;
    margin-right: 15px;
  }

  .contact .wrap>.row>.col ul li+li {
    margin-top: 5px;
  }

  .contact .wrap>.row>.col .google-map {
    position: relative;
    height: 300px;
  }

  .contact .wrap>.row>.col .google-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .form {
    display: block;
    margin-top: 30px;
  }

  .form .row {
    margin: 0 -6px;
  }

  .form .row .col {
    width: 50%;
    padding: 0 6px;
  }

  .form .row .col input[type=text],
  .form .row .col input[type=tel],
  .form .row .col input[type=email] {
    border: 1px #adadad solid;
    background: #FAFAFA;
    height: 42px;
    padding: 0 10px;
    display: block;
    width: 100%;
    font-size: 13px;
  }

  .form .single {
    width: 100%;
    margin: 0;
  }

  .form .single .col {
    width: 100%;
    padding: 0;
  }

  .form .single .col textarea {
    display: block;
    border: 1px #adadad solid;
    background: #FAFAFA;
    padding: 10px;
    width: 100%;
    height: 120px;
    font-size: 13px;
  }

  .form .row+.row {
    margin-top: 15px;
  }

  .form .code .col+.col {
    text-align: center;
  }

  .form .code .col+.col img {
    height: 30px;
    margin-top: 6px;
  }

  .form .btn input {
    width: 100px;
    height: 36px;
    border: 0;
    background: #2e5180;
    color: #fff;
    font-size: 14px;
  }

  .form .btn2 {
    text-align: center;
    width: 100%;
    padding-top: 45px;
  }

  .form .btn2 .col {
    width: 100%;
    padding: 0;
  }

  .form .btn2 .col a {
    display: inline-block;
    font-size: 15px;
    color: #636262;
    padding: 9px 25px 9px 35px;
    border: 1px #b7b7b7 solid;
    background: url(../images/btn_arrow1.png) 15px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 10px 0 0;
  }

  .form .btn2 .col input {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 9px 35px 9px 25px;
    border: 1px #2e5180 solid;
    background: #2e5180 url(../images/btn_arrow2.png) right 15px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 0 0 10px;
  }

  /* faq */
  .faq {
    padding-bottom: 60px;
  }

  .faq .faq-content {
    cursor: pointer;
  }

  .faq .faq-content .q {
    padding: 20px 50px 20px 20px;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
    color: #231815;
    position: relative;
    height: 90px;
    background: url(../images/faq_icon1.png) right 20px center no-repeat;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
  }

  .faq .faq-content .q span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq-content .q .number {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #FC9222;
    position: absolute;
    left: 20px;
    border: 1px #FC9222 solid;
  }

  .faq .faq-content .q .number span {
    font-size: 18px;
    color: #fff;
  }

  .faq .faq-content .a {
    font-size: 15px;
    color: #666666;
    padding: 20px 30px 20px 30px;
    line-height: 1.6;
    display: none;
  }

  .faq .faq-content .a ol {
    padding-left: 15px;
  }

  .faq .faq-content.current {
    background: #edeff6;
  }

  .faq .faq-content.current .q {
    background: url(../images/faq_icon2.png) right 20px center no-repeat;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
    position: relative;
    height: 90px;
    border-bottom: 0;
  }

  .faq .faq-content.current .q:after {
    content: '';
    height: 1px;
    background: #2e5180;
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 20px;
  }

  .faq .faq-content.current .number {
    border: 1px #2e5180 solid;
    background: #fff;
  }

  .faq .faq-content.current .number span {
    color: #2e5180;
  }

  .faq .faq-content.current .a {
    display: block;
  }

  .pager {
    text-align: center;
    padding: 60px 0 0;
  }

  .pager a {
    display: inline-block;
    vertical-align: middle;
  }

  .pager .prev {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 20px 0 0;
  }

  .pager .next {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 0 0 20px;
  }

  .pager .prev.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager .next.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 15px;
    color: #000;
    margin: 0 5px;
  }

  .pager a:not(:first-child):not(:last-child).current {
    font-size: 19px;
    color: #5b9bd5;
    position: relative;
  }

  .pager a:not(:first-child):not(:last-child).current:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #9F9C8B;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }

  /* inquiry */
  .inquiry {
    padding-bottom: 60px;
  }

  .inquiry .tips {
    font-size: 15px;
    color: #666666;
    text-align: center;
    line-height: 1.6;
  }

  .inquiry .inquiry-cart {
    margin: 60px 0 50px;
  }

  .inquiry .inquiry-cart .table {
    display: table;
    width: 100%;
  }

  .inquiry .inquiry-cart .table .tr {
    display: table-row;
  }

  .inquiry .inquiry-cart .table .tr .td {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
    width: 80%;
  }

  .inquiry .inquiry-cart .table .tr .td img {
    width: 200px;
  }

  .inquiry .inquiry-cart .table .tr .td a {
    color: #000;
  }

  .inquiry .inquiry-cart .table .tr .td+.td {
    text-align: center;
    width: 20%;
  }

  .inquiry .inquiry-cart .table .title .td {
    height: 46px;
    background: #FC9222;
    padding: 0;
    font-size: 15px;
    color: #fff;
  }

  .inquiry .inquiry-cart .table .title .td span {
    display: inline-block;
    width: 200px;
    text-align: center;
  }

  .inquiry .inquiry-cart .table .content .td {
    font-size: 15px;
    border-bottom: 1px #e4e4e4 solid;
  }

  .inquiry .inquiry-cart .table .content .td span {
    display: block;
    width: 200px;
    text-align: center;
    padding-top: 10px;
  }

  /* news */
  .news {
    padding: 0 15% 60px 15%;
  }

  .news .news-content {
    position: relative;
  }

  .news .news-content .inner {
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 40px 20px;
    position: relative;
    z-index: 2;
    display: block;
  }

  .news .news-content .inner .img {
    margin-bottom: 15px;
  }

  .news .news-content .inner .img img {
    width: 100%;
  }

  .news .news-content .inner h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #000;
  }

  .news .news-content .inner p {
    font-size: 15px;
    line-height: 1.6;
    color: #5D5D5D;
  }

  .news .news-content .inner .date {
    text-align: center;
    width: 64px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: -25px;
  }

  .news .news-content .inner .date div {
    font-weight: bold;
  }

  .news .news-content .inner .date div:first-child {
    font-size: 16px;
    background: #2e5180;
    color: #fff;
    padding: 3px 0;
  }

  .news .news-content .inner .date div+div {
    font-size: 13px;
    color: #989898;
    padding: 3px 0 0;
  }

  .news .news-content .inner .date div+div+div {
    font-size: 29px;
    color: #2e5180;
    padding: 0 0 3px 0;
  }

  .news .news-content+.news-content {
    margin-top: 60px;
  }

  /* news view */
  .page-title3 {
    font-size: 24px;
    position: relative;
    border-bottom: 2px #e3e3e3 solid;
    color: #231815;
    padding-bottom: 10px;
  }

  .page-title3:after {
    content: '';
    display: block;
    width: 66px;
    height: 4px;
    background: #5b9bd5;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  .page-title3 .social-icon {
    position: absolute;
    right: 0;
    bottom: -37px;
  }

  .page-title3 .social-icon a img {
    width: 28px;
  }

  .news-view {
    padding-bottom: 60px;
  }

  .news-view .editor {
    font-size: 15px;
    color: #6A6969;
    line-height: 1.6;
    margin-top: 30px;
  }

  .news-view .date {
    font-size: 14px;
    color: #615F5F;
    padding: 10px 0 40px;
  }

  .news-view .editor ol {
    padding-left: 20px;
  }

  .news-view .editor ol li {
    margin-bottom: 10px;
  }

  .news-view .editor ol ol {
    padding-left: 25px;
  }

  .news-view .editor ol ol li {
    margin-bottom: 0;
  }

  .back {
    text-align: center;
    margin-top: 40px;
  }

  .back a {
    display: inline-block;
    font-size: 13px;
    color: #2e5180;
    border: 1px #2e5180 solid;
    padding: 8px 25px;
  }

  /* product */
  .product {
    padding-bottom: 60px;
  }

  .product .row {
    margin: 0 -10px;
  }

  .product .row .col {
    width: 50%;
    padding: 10px;
  }

  .product .row .col .inner {
    position: relative;
  }

  .product .row .col .inner img {
    width: 100%;
  }

  .product .row .col .inner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .product .row .col .inner .cover a {
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product .row .col .inner .cover a span {
    width: 100%;
    font-size: 24px;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .product .row .col .inner .cover a span+span {
    font-size: 14px;
    margin-top: 5px;
  }

  .product .row .col .inner:hover .cover {
    display: block;
  }

  /* product view */
  .product-view {
    padding-bottom: 60px;
  }

  .product-view .img {
    text-align: center;
  }

  .product-view .img img {
    max-width: 85%;
  }

  .product-view .add {
    text-align: right;
    padding: 25px 0;
    border-bottom: 2px #d3d3d3 solid;
    margin-bottom: 20px;
  }

  .product-view .add a {
    display: inline-block;
    font-size: 15px;
    background: #A4A4A5;
    color: #fff;
    letter-spacing: 2px;
    padding: 7px 20px;
  }

  .product-view .add a:hover {
    background: #2e5180;
  }

  .product-view h2 {
    font-size: 21px;
    font-weight: normal;
    color: #545251;
    margin-bottom: 20px;
  }

  .product-view .editor {
    font-size: 15px;
    color: #514F4E;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  header.header .wrap nav ul.row li:not(:last-child) {
    padding: 0 2.7%;
  }
}

/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 767px) {

  .pc,
  .hide-in-mobile {
    display: none !important;
  }

  .wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }

  body {
    padding: 67px 0 0;
  }

  header.header .wrap {
    width: 100%;
    max-width: 100%;
  }

  header.header .wrap .top {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-top: 3px #2e5180 solid;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }

  header.header .wrap .top a {
    padding: 10px 0 10px 20px;
    display: block;
  }

  header.header .wrap .top a img {
    height: 44px;
  }

  header.header .wrap .top #menu-btn {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 22px;
  }

  header.header .wrap .top #menu-btn i {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    color: #2e5180;
  }

  header.header nav#menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 998;
    padding: 67px 0 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }

  header.header nav#menu>ul {
    display: block;
    list-style: none;
  }

  header.header nav#menu>ul>li {
    background: url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }

  header.header nav#menu>ul>li>a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 12px 20px;
    text-align: center;
  }

  header.header nav#menu>ul>li>a:hover,
  header.header nav#menu>ul>li>a.active {
    color: #2e5180;
    font-weight: bold;
  }

  header.header nav#menu>ul li:last-child {
    background: 0;
  }

  header.header nav#menu>ul li:last-child img {
    display: none;
  }

  .flexslider {
    position: relative;
  }

  .flexslider .banner-bottom {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0;
    height: 20px;
    background: url(../images/banner_bottom.png) center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }

  .page-title {
    font-size: 24px;
    text-align: center;
    color: #595757;
    padding: 30px 0 35px;
    position: relative;
  }

  .page-title span {
    display: block;
  }

  .page-title:after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #5b9bd5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
  }

  .page-title.style2 {
    color: #fff;
  }

  .index-about {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
  }

  .index-about .wrap p {
    font-size: 15px;
    color: #727171;
    text-align: center;
    line-height: 1.6;
  }

  .index-about .wrap p b {
    color: #2e5180;
    font-size: 18px;
  }

  .index-btn {
    background: #2e5180;
  }

  .index-btn .wrap {
    width: 70%;
    max-width: 70%;
  }

  .index-btn .wrap .row {
    margin: 0 auto;
  }

  .index-btn .wrap .row .col {
    width: 50%;
  }

  .index-btn .wrap .row .col a {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 25px 0;
  }

  .index-btn .wrap .row .col a:before {
    content: '';
    display: block;
    height: 14px;
    width: 100%;
    background: url(../images/btn_top.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index-btn .wrap .row .col a img {
    width: 48px;
  }

  .index-btn .wrap .row .col a p {
    padding-top: 15px;
  }

  .index-btn .wrap .row .col a:hover {
    background: #ED843B;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-btn .wrap .row .col a:hover:before {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .index-news {
    background: #edeff6;
  }

  .index-news ul {
    display: block;
    list-style: none;
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .index-news ul li {
    position: relative;
    padding: 15px 30px 15px 0;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    background-size: 5px auto;
    border-top: 1px #2e5180 solid;
  }

  .index-news ul li:before {
    content: 'SERVICE';
    padding: 5px 0;
    display: block;
    width: 72px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #4a4a4a;
  }

  .index-news ul li a {
    font-size: 15px;
    display: block;
  }

  .index-news ul li a span:first-child {
    color: #2e5180;
    display: block;
    line-height: 26px;
    padding-top: 10px;
  }

  .index-news ul li a span+span {
    color: #322B29;
    display: block;
    padding-top: 10px;
  }

  .index-news ul li a:hover span {
    text-decoration: underline;
  }

  .index-news ul li:last-child {
    border-bottom: 1px #2e5180 solid;
  }

  .index-product {
    position: relative;
    padding-bottom: 40px;
  }

  .index-product:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(46, 81, 128, 0.2);
    left: 0;
    top: 0;
  }

  .index-product .wrap {
    position: relative;
    width: 65%;
  }

  .index-product .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
    position: absolute;
    right: -20%;
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
    position: absolute;
    left: -20%;
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }

  .index-product .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  .index-product .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }

  footer.footer {
    background: url(../images/bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 30px 0 25px;
  }

  footer.footer a.logo img {
    height: 58px;
  }

  footer.footer ul {
    list-style: none;
    margin: 20px -5px 0;
  }

  footer.footer ul li {
    width: 33.33333333%;
    float: left;
    padding: 5px;
  }

  footer.footer ul li a {
    font-size: 14px;
    color: #595757;
    text-align: center;
  }

  footer.footer ul li a:hover {
    color: #2e5180;
  }

  #goTop {
    background: #4C4D4D;
    text-align: center;
    cursor: pointer;
  }

  #goTop img {
    height: 40px;
  }

  .copy-right {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }

  .copy-right a {
    color: #fff;
  }

  .copy-right a:hover {
    color: #5b9bd5;
    text-decoration: underline;
  }

  /* about */
  .page-banner {
    height: 140px;
  }

  .page-title2 {
    text-align: center;
    padding: 30px 0 35px;
  }

  .page-title2:after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 3px;
    background: #2e5180;
  }

  .page-title2 p:first-child {
    font-size: 24px;
    color: #231815;
  }

  .page-title2 p+p {
    padding: 7px 0 3px;
  }

  .page-title2 p+p a,
  .page-title2 p+p span,
  .page-title2 p+p i {
    color: #615F5F;
    font-size: 13px;
  }

  .page-title2 p+p i {
    margin: 0 5px 0 7px;
  }

  .about {
    padding-bottom: 60px;
  }

  .about .row .col:first-child {
    width: 100%;
    text-align: center;
  }

  .about .row .col:first-child img {
    max-width: 240px;
  }

  .about .row .col+.col {
    width: 100%;
    margin-top: 30px;
  }

  .about .row .col+.col h1 {
    font-size: 21px;
    color: #2e5180;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .about .row .col+.col p {
    font-size: 15px;
    color: #666464;
    line-height: 1.6;
  }

  .about-bottom {
    background: #edeff6;
    padding: 40px 0;
  }

  .about-bottom .wrap {
    max-width: 970px;
  }

  .about-bottom .row {
    margin: 0 -10px;
  }

  .about-bottom .row .col {
    text-align: center;
    padding: 0 10px;
    width: 100%;
  }

  .about-bottom .row .col .inner {
    background: #fff;
    padding: 20px 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .about-bottom .row .col .inner img {
    height: 90px;
  }

  .about-bottom .row .col .inner h2 {
    font-size: 19px;
    color: #2e5180;
    height: 70px;
    position: relative;
    padding: 10px 0 0;
  }

  .about-bottom .row .col .inner h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #2e5180;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 18px;
  }

  .about-bottom .row .col .inner p {
    font-size: 15px;
    color: #868687;
    line-height: 1.6;
  }

  .about-bottom .row .col .inner p b {
    color: #2e5180;
  }

  .about-bottom .row .col:not(:first-child) .inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .about-bottom .row .col:first-child .inner {
    background: #2e5180;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    position: relative;
  }

  .about-bottom .row .col:first-child .inner:before {
    content: '';
    display: block;
    width: 32px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/about_arrow2.png) no-repeat;
  }

  .about-bottom .row .col:first-child .inner h2 {
    color: #fff;
    font-size: 19px;
  }

  .about-bottom .row .col:first-child .inner h2:after {
    background: #fff;
  }

  .about-bottom .row .col:first-child .inner p {
    color: #fff;
  }

  .about-bottom .row .col+.col {
    margin-top: 30px;
  }

  .about-bottom .row .col:first-child+.col {
    margin-top: 40px;
  }

  /* contact */
  .contact {
    padding-bottom: 60px;
  }

  .contact .wrap>.row>.col {
    width: 100%;
  }

  .contact .wrap>.row>.col p {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact .wrap>.row>.col p+p {
    font-size: 14px;
    line-height: 1.4;
  }

  .contact .wrap>.row>.col {
    margin-top: 60px;
  }

  .contact .wrap>.row>.col ul {
    list-style: none;
    margin-bottom: 20px;
  }

  .contact .wrap>.row>.col ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .contact .wrap>.row>.col ul li img {
    height: 20px;
    margin-right: 15px;
  }

  .contact .wrap>.row>.col ul li+li {
    margin-top: 5px;
  }

  .contact .wrap>.row>.col .google-map {
    position: relative;
    height: 300px;
  }

  .contact .wrap>.row>.col .google-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .form {
    display: block;
    margin-top: 30px;
  }

  .form .row {
    margin: 0 -6px;
  }

  .form .row .col {
    width: 50%;
    padding: 0 6px;
  }

  .form .row .col input[type=text],
  .form .row .col input[type=tel],
  .form .row .col input[type=email] {
    border: 1px #adadad solid;
    background: #FAFAFA;
    height: 42px;
    padding: 0 10px;
    display: block;
    width: 100%;
    font-size: 13px;
  }

  .form .single {
    width: 100%;
    margin: 0;
  }

  .form .single .col {
    width: 100%;
    padding: 0;
  }

  .form .single .col textarea {
    display: block;
    border: 1px #adadad solid;
    background: #FAFAFA;
    padding: 10px;
    width: 100%;
    height: 120px;
    font-size: 13px;
  }

  .form .row+.row {
    margin-top: 15px;
  }

  .form .code .col+.col {
    text-align: center;
  }

  .form .code .col+.col img {
    height: 30px;
    margin-top: 6px;
  }

  .form .btn input {
    width: 100px;
    height: 36px;
    border: 0;
    background: #2e5180;
    color: #fff;
    font-size: 14px;
  }

  .form .btn2 {
    text-align: center;
    width: 100%;
    padding-top: 45px;
  }

  .form .btn2 .col {
    width: 100%;
    padding: 0;
  }

  .form .btn2 .col a {
    display: inline-block;
    font-size: 15px;
    color: #636262;
    padding: 9px 25px 9px 35px;
    border: 1px #b7b7b7 solid;
    background: url(../images/btn_arrow1.png) 15px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 8px 0 0;
  }

  .form .btn2 .col input {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 9px 35px 9px 25px;
    border: 1px #2e5180 solid;
    background: #2e5180 url(../images/btn_arrow2.png) right 15px center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -o-background-size: 8px auto;
    background-size: 8px auto;
    margin: 0 0 0 8px;
  }

  /* faq */
  .faq {
    padding-bottom: 60px;
  }

  .faq .faq-content {
    cursor: pointer;
  }

  .faq .faq-content .q {
    padding: 20px 35px 20px 10px;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
    color: #231815;
    position: relative;
    background: url(../images/faq_icon1.png) right 10px center no-repeat;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px 11px;
    -o-background-size: 11px 11px;
    background-size: 11px 11px;
  }

  .faq .faq-content .q span {
    display: block;
  }

  .faq .faq-content .q .number {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #FC9222;
    position: absolute;
    left: 10px;
    border: 1px #FC9222 solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq-content .q .number span {
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq-content .a {
    font-size: 15px;
    color: #666666;
    padding: 20px 20px 20px 20px;
    line-height: 1.6;
    display: none;
  }

  .faq .faq-content .a ol {
    padding-left: 15px;
  }

  .faq .faq-content.current {
    background: #edeff6;
  }

  .faq .faq-content.current .q {
    background: url(../images/faq_icon2.png) right 10px center no-repeat;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px 11px;
    -o-background-size: 11px 11px;
    background-size: 11px 11px;
    position: relative;
    border-bottom: 0;
  }

  .faq .faq-content.current .q:after {
    content: '';
    height: 1px;
    background: #2e5180;
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
  }

  .faq .faq-content.current .number {
    border: 1px #2e5180 solid;
    background: #fff;
  }

  .faq .faq-content.current .number span {
    color: #2e5180;
  }

  .faq .faq-content.current .a {
    display: block;
  }

  .pager {
    text-align: center;
    padding: 60px 0 0;
  }

  .pager a {
    display: inline-block;
    vertical-align: middle;
  }

  .pager .prev {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 20px 0 0;
  }

  .pager .next {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next2.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
    margin: 0 0 0 20px;
  }

  .pager .prev.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_prev.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager .next.disabled {
    width: 28px;
    height: 28px;
    background: url(../images/pager_next.png) no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -o-background-size: 28px auto;
    background-size: 28px auto;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 15px;
    color: #000;
    margin: 0 5px;
  }

  .pager a:not(:first-child):not(:last-child).current {
    font-size: 19px;
    color: #5b9bd5;
    position: relative;
  }

  .pager a:not(:first-child):not(:last-child).current:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #9F9C8B;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }

  /* inquiry */
  .inquiry {
    padding-bottom: 60px;
  }

  .inquiry .tips {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
  }

  .inquiry .inquiry-cart {
    margin: 60px 0 50px;
  }

  .inquiry .inquiry-cart .table {
    display: table;
    width: 100%;
  }

  .inquiry .inquiry-cart .table .tr {
    display: table-row;
  }

  .inquiry .inquiry-cart .table .tr .td {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
    width: 75%;
  }

  .inquiry .inquiry-cart .table .tr .td img {
    width: 180px;
  }

  .inquiry .inquiry-cart .table .tr .td a {
    color: #000;
  }

  .inquiry .inquiry-cart .table .tr .td+.td {
    text-align: center;
    width: 25%;
  }

  .inquiry .inquiry-cart .table .title .td {
    height: 46px;
    background: #FC9222;
    padding: 0;
    font-size: 15px;
    color: #fff;
  }

  .inquiry .inquiry-cart .table .title .td span {
    display: inline-block;
    width: 180px;
    text-align: center;
  }

  .inquiry .inquiry-cart .table .content .td {
    font-size: 15px;
    border-bottom: 1px #e4e4e4 solid;
  }

  .inquiry .inquiry-cart .table .content .td span {
    display: block;
    width: 180px;
    text-align: center;
    padding-top: 10px;
  }

  /* news */
  .news {
    padding-bottom: 60px;
  }

  .news .news-content {
    position: relative;
  }

  .news .news-content .inner {
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 40px 20px;
    position: relative;
    z-index: 2;
    display: block;
  }

  .news .news-content .inner .img {
    margin-bottom: 15px;
  }

  .news .news-content .inner .img img {
    width: 100%;
  }

  .news .news-content .inner h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #000;
  }

  .news .news-content .inner p {
    font-size: 15px;
    line-height: 1.6;
    color: #5D5D5D;
  }

  .news .news-content .inner .date {
    text-align: center;
    width: 64px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: -25px;
  }

  .news .news-content .inner .date div {
    font-weight: bold;
  }

  .news .news-content .inner .date div:first-child {
    font-size: 16px;
    background: #2e5180;
    color: #fff;
    padding: 3px 0;
  }

  .news .news-content .inner .date div+div {
    font-size: 13px;
    color: #989898;
    padding: 3px 0 0;
  }

  .news .news-content .inner .date div+div+div {
    font-size: 29px;
    color: #2e5180;
    padding: 0 0 3px 0;
  }

  .news .news-content+.news-content {
    margin-top: 60px;
  }

  /* news view */
  .page-title3 {
    font-size: 24px;
    position: relative;
    border-bottom: 2px #e3e3e3 solid;
    color: #231815;
    padding-bottom: 10px;
  }

  .page-title3:after {
    content: '';
    display: block;
    width: 66px;
    height: 4px;
    background: #5b9bd5;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  .page-title3 .social-icon {
    position: absolute;
    right: 0;
    bottom: -37px;
  }

  .page-title3 .social-icon a img {
    width: 28px;
  }

  .news-view {
    padding-bottom: 60px;
  }

  .news-view .editor {
    font-size: 15px;
    color: #6A6969;
    line-height: 1.6;
    margin-top: 30px;
  }

  .news-view .date {
    font-size: 14px;
    color: #615F5F;
    padding: 10px 0 40px;
  }

  .news-view .editor ol {
    padding-left: 20px;
  }

  .news-view .editor ol li {
    margin-bottom: 10px;
  }

  .news-view .editor ol ol {
    padding-left: 25px;
  }

  .news-view .editor ol ol li {
    margin-bottom: 0;
  }

  .back {
    text-align: center;
    margin-top: 40px;
  }

  .back a {
    display: inline-block;
    font-size: 13px;
    color: #2e5180;
    border: 1px #2e5180 solid;
    padding: 8px 25px;
  }

  /* product */
  .product {
    padding-bottom: 60px;
  }

  .product .row .col {
    width: 100%;
    padding: 10px 0;
  }

  .product .row .col .inner {
    position: relative;
  }

  .product .row .col .inner img {
    width: 100%;
  }

  .product .row .col .inner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .product .row .col .inner .cover a {
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product .row .col .inner .cover a span {
    width: 100%;
    font-size: 24px;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .product .row .col .inner .cover a span+span {
    font-size: 14px;
    margin-top: 5px;
  }

  .product .row .col .inner:hover .cover {
    display: block;
  }

  /* product view */
  .product-view {
    padding-bottom: 60px;
  }

  .product-view .img {
    text-align: center;
  }

  .product-view .img img {
    max-width: 85%;
  }

  .product-view .add {
    text-align: right;
    padding: 25px 0;
    border-bottom: 2px #d3d3d3 solid;
    margin-bottom: 20px;
  }

  .product-view .add a {
    display: inline-block;
    font-size: 15px;
    background: #A4A4A5;
    color: #fff;
    letter-spacing: 2px;
    padding: 7px 20px;
  }

  .product-view .add a:hover {
    background: #2e5180;
  }

  .product-view h2 {
    font-size: 21px;
    font-weight: normal;
    color: #545251;
    margin-bottom: 20px;
  }

  .product-view .editor {
    font-size: 15px;
    color: #514F4E;
  }
}