body {
  font-size: 12px;
  position: relative;
  color: #000;
}
body * {
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, 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"],
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
}
select {
  border-radius: 0;
}
.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;
  margin-top: -30px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav {
  height: 12px;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.flexslider .flex-control-nav li a {
  background: #d6d6d6;
  -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: #869791;
}
.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: 1170px;
    margin: 0 auto;
  }
  header.pc {
    padding: 28px 0 20px;
    position: relative;
    border-bottom: 1px #ddd solid;
  }
  header.pc .top {
    position: fixed;
    right: 4px;
    top: 4px;
    z-index: 9998;
  }
  header.pc .top .row {
    display: inline-block;
    text-align: left;
  }
  header.pc .top .row a,
  header.pc .top .row div {
    display: inline-block;
    float: left;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border: 1px #bbb solid;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
  }
  header.pc .top .row a i {
    margin-right: 6px;
  }
  header.pc .top .row .search {
    margin-left: 4px;
    padding: 3px 0;
    line-height: normal;
    display: inline-block;
  }
  header.pc .top .row .search input {
    display: inline-block;
    height: 100%;
    border: 0;
    background: 0;
    font-size: 14px;
    width: 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;
  }
  header.pc .top .row .search button {
    background: 0;
    border: 0;
    color: #999;
    width: 30px;
    text-align: center;
  }
  header.pc .top .row .search input:focus {
    width: 100px;
    padding-left: 8px;
  }
  header.pc .top .row .search:hover input {
    width: 100px;
    padding-left: 8px;
  }
  header.pc > .row {
    position: relative;
    margin: 0 auto;
  }
  header.pc > .row .logo {
    display: block;
    float: left;
  }
  header.pc > .row .logo img {
    height: 45px;
  }
  header.pc > .row nav {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
  }
  header.pc > .row nav ul.row {
    display: inline-block;
  }
  header.pc > .row nav ul.row > li {
    display: block;
    float: left;
    margin: 0 7px;
    padding: 5px 10px;
    position: relative;
  }
  header.pc > .row nav ul.row > li > a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
  header.pc > .row nav ul.row > li ul {
    position: absolute;
    border: solid 1px #ddd;
    padding: 0 10px;
    -webkit-box-shadow: 6px 6px -4px #aaa;
    -moz-box-shadow: 6px 6px -4px #aaa;
    box-shadow: 6px 6px -4px #aaa;
    z-index: 9999;
    min-width: 160px;
    background: #fff;
    left: -5px;
    top: 100%;
    display: none;
  }
  header.pc > .row nav ul.row > li ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 15px;
    color: #000;
  }
  header.pc > .row nav ul.row > li ul li + li {
    border-top: 1px #ddd solid;
  }
  header.pc > .row nav ul.row li.has-sub-menu > a:after {
    content: '\f0d7 ';
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 12px;
  }
  header.pc > .row nav ul.row li:hover ul {
    display: block;
  }
  header.pc > .row nav ul.row a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    font-weight: bold;
  }
  header.pc > .row nav ul.row a:hover {
    color: #016BAB;
  }
  .container {
    padding: 40px 0 0;
  }
  .main-title {
    font-size: 26px;
    font-weight: bold;
    color: #006ba6;
    margin: 40px 0 10px;
  }
  .main-title span {
    margin-left: 15px;
  }
  .index > .title {
    text-align: center;
    font-size: 22px;
    color: #006ba8;
    font-weight: bold;
    padding: 40px 0 70px;
    line-height: 1.6;
  }
  .index .block2 {
    margin-bottom: 70px;
  }
  .index .block2 .row {
    margin: 0 -30px;
  }
  .index .block2 .row .col {
    width: 50%;
    display: block;
    padding: 0 30px;
  }
  .index .index-news .row .left {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  .index .index-news .row .left ul li {
    border-top: 1px solid #1eb9eb;
  }
  .index .index-news .row .left ul li a {
    color: #444;
    display: block;
    padding: 5px 0 25px;
  }
  .index .index-news .row .left ul li a h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
  }
  .index .index-news .row .left ul li:last-child {
    border-bottom: 1px solid #1eb9eb;
  }
  .index .index-news .row .right {
    width: 50%;
    float: right;
    padding-left: 30px;
  }
  .index .bottom-info {
    padding: 80px 0;
  }
  .index .bottom-info .row {
    margin: 0 -30px;
  }
  .index .bottom-info .row .col {
    width: 33.33333333%;
    padding: 0 30px;
  }
  footer {
    background: #fbfbfb;
    padding-bottom: 35px;
  }
  footer .row .left {
    float: left;
  }
  footer .row .left a img {
    height: 120px;
  }
  footer .row .left p {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
  }
  footer .row .right {
    float: right;
  }
  footer .row .right .title {
    font-size: 16px;
    padding: 35px 0 20px;
  }
  footer .row .right ul li a {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
  }
  .footer-bottom {
    line-height: 36px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 15px;
  }
  .customization .block {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .customization .block .row {
    margin: 0 -60px;
  }
  .customization .block .row .col {
    width: 50%;
    color: #444;
    padding: 0 60px;
  }
  .customization .block .row .col table tr td {
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block .row .col table tr td + td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col table tr th {
    font-size: 16px;
    padding: 7px 0;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    font-weight: normal;
  }
  .customization .block .row .col table tr:last-child td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col .slider {
    padding-bottom: 20px;
  }
  .customization ul.spec {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
    font-size: 14px;
    margin-top: 40px;
  }
  .customization ul.spec li {
    margin-bottom: 3px;
  }
  .customization ul.spec li b {
    display: block;
    color: #000;
    margin-bottom: 3px;
  }
  .customization .block2 {
    padding-bottom: 50px;
    border-bottom: 1px #eee solid;
  }
  .customization .table tr th {
    background: #0e9dbf;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    width: 50%;
    padding: 6px 0 6px 20px;
  }
  .customization .table tr th + th {
    width: 50%;
    border-left: 4px #fff solid;
  }
  .customization .table tr td {
    font-size: 16px;
    color: #006ba8;
    padding: 6px 0 6px 20px;
    background: #fafcfc;
  }
  .customization .table tr td + td {
    color: #444;
    border-left: 4px #fff solid;
  }
  .customization .table tr:nth-child(2n) td {
    background: #fff;
  }
  .customization .block3 {
    padding: 50px 0;
  }
  .customization .block3 .row {
    margin: 0 -60px;
  }
  .customization .block3 .row .col {
    width: 50%;
    padding: 0 60px;
  }
  .customization .block3 .row .col table {
    font-size: 14px;
    margin: 50px 0;
  }
  .customization .block3 .row .col table tr th {
    width: 40%;
    padding: 7px 0;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr th + th {
    width: 60%;
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .row .col table tr td {
    width: 40%;
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr td + td {
    width: 60%;
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .main-title {
    margin: 0;
  }
  .customization .block4 .row {
    margin: 0 -30px;
    padding: 0 0 50px;
  }
  .customization .block4 .row .col {
    width: 33.33333333%;
    padding: 0 30px;
  }
  .customization .block5 .row {
    margin: 0 -30px;
    padding: 0 0 50px;
  }
  .customization .block5 .row .col {
    width: 50%;
    padding: 0 30px;
    color: #fff;
    text-align: center;
  }
  .customization .block5 .row .col .inner {
    background: #0069aa;
    padding: 30px 0 40px;
  }
  .customization .block5 .row .col .inner p {
    font-size: 28px;
    font-weight: bold;
  }
  .customization .block5 .row .col .inner p:first-child:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 4px;
    background: #fff;
  }
  .customization .block5 .row .col .inner p:first-child + p {
    font-style: italic;
  }
  .customization .block5 .row .col .inner p:first-child + p a {
    font-style: italic;
    color: #fff;
  }
  .customization .block5 .row .col .inner p:last-child {
    font-size: 15px;
    font-weight: normal;
    padding-top: 16px;
  }
  .customization .block5 .row .col + .col .inner {
    background: #0e9dbf;
  }
  .column2 .left {
    width: 20%;
    float: left;
  }
  .column2 .left .page-search input {
    border: 1px #a9a9a9 solid;
    height: 29px;
    width: 180px;
  }
  .column2 .left .page-search button {
    background: 0;
    border: 0;
  }
  .column2 .left .left-menu-title {
    font-size: 18px;
    margin: 20px 0 30px;
  }
  .column2 .left ul.drop-menu > li {
    position: relative;
    line-height: 30px;
  }
  .column2 .left ul.drop-menu > li a {
    width: 85%;
    font-size: 16px;
    color: #212121;
  }
  .column2 .left ul.drop-menu > li .arrow {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 30px;
    text-align: center;
  }
  .column2 .left ul.drop-menu > li .arrow:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #212121;
    font-size: 16px;
    cursor: pointer;
  }
  .column2 .left ul.drop-menu > li ul {
    padding: 5px 0;
    display: none;
  }
  .column2 .left ul.drop-menu > li ul li {
    position: relative;
  }
  .column2 .left ul.drop-menu > li ul li a {
    padding-left: 15px;
  }

  .column2 .left ul.drop-menu > li ul li.clk a {
    color: #4CB79A;
    font-weight: bold;
  }

  .column2 .left ul.drop-menu > li ul li span {
    font-size: 16px;
    width: 15%;
    right: 0;
    top: 0;
    color: #999;
    position: absolute;
    text-align: center;
  }
  .column2 .left ul.drop-menu > li.open .arrow:before {
    content: '\f107';
  }
  .column2 .right {
    width: 80%;
    float: left;
    padding-left: 50px;
  }
  .column2 .right .product {
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product .row .img {
    width: 50%;
    float: left;
  }
  .column2 .right .product .row .img #thumbnail-list li {
    float: left;
    width: 25%;
  }
  .column2 .right .product .row .img #thumbnail-list li a {
    display: block;
    width: 74px;
    height: 74px;
    border: 2px #fff solid;
    overflow: hidden;
  }
  .column2 .right .product .row .img #thumbnail-list li a img {
    height: 70px;
  }
  .column2 .right .product .row .img #thumbnail-list li.current a {
    display: block;
    width: 74px;
    height: 74px;
    border: 2px #30A4E1 solid;
  }
  .column2 .right .product .row .info {
    width: 50%;
    float: left;
  }
  .column2 .right .product .row .info h1 {
    font-size: 22px;
  }
  .column2 .right .product .row .info p {
    font-size: 16px;
    font-style: italic;
    padding: 60px 0 20px;
  }
  .column2 .right .product .row .info > a {
    background: #000000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 35px;
  }
  .column2 .right .product .row .info > a:hover {
    background: rgba(0, 0, 0, 0.95);
  }
  .column2 .right .product .row .info .share {
    font-size: 14px;
    color: #666;
    padding: 30px 0;
    border-top: 1px #e0e0e0 solid;
  }
  .column2 .right .product .row .info .share .addthis_inline_share_toolbox_eup5 {
    padding: 10px 0 0;
  }
  .column2 .right .product-detail {
    padding: 30px 0;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product-detail h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .column2 .right .product-detail p {
    font-size: 16px;
    color: #666;
  }
  .column2 .right .related {
    padding: 30px 40px 120px;
  }
  .column2 .right .related h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 60px;
  }
  .column2 .right .related .row {
    margin: 0 -15px;
  }
  .column2 .right .related .row .col {
    width: 25%;
    padding: 0 15px;
  }
  .column2 .right .related .row .col a {
    text-align: center;
  }
  .column2 .right .related .row .col a p {
    font-size: 16px;
    color: #666;
  }
  .news-list .row {
    margin: 0 -30px;
    padding: 15px 0 50px;
  }
  .news-list .row .col {
    width: 33.33333333%;
    padding: 15px 30px;
  }
  .news-list .row .col a p.title {
    font-size: 18px;
    /*color: #0070b2;*/
    /*text-decoration: underline;*/
    color: #333;
    line-height: 22px;
    height: 44px;
    padding: 0px 0;
    margin: 20px 0;
    font-weight: bold;
    transition: .3s;
    /*文字溢出*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-list .row .col a:hover p.title{
    color: #0070b2;
  }


  .news-list .row .col a p.date {
    /*color: #0070b2;*/
    color: #666;
    font-size: 14px;
    text-align: right;
  }
  .pager {
    text-align: center;
    padding: 30px 0 50px;
  }
  .pager a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  .pager a.current,
  .pager a:not(:first-child):not(:last-child):hover {
    color: #000;
    position: relative;
  }
  .pager a.current:after,
  .pager a:not(:first-child):not(:last-child):hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .pager a.prev,
  .pager a.next {
    font-size: 15px;
    padding: 0 10px;
  }
  .related .flex-direction-nav a {
    width: 40px;
    height: 60px;
    background: #000;
    position: absolute;
    margin-top: -30px;
  }
  .related .flex-direction-nav .flex-prev {
    left: 0;
    background: url(/assets/images/preview/prev.png) no-repeat;
  }
  .related .flex-direction-nav .flex-next {
    right: 0;
    background: url(/assets/images/preview/next.png) no-repeat;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  header.mobile {
    padding-top: 38px;
    border-bottom: 1px #ddd solid;
  }
  header.mobile .top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
  }
  header.mobile .top .btn {
    border: 1px #ddd solid;
    float: left;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
  }
  header.mobile .top .btn i,
  header.mobile .top .btn span,
  header.mobile .top .btn a {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
  }
  header.mobile .top .btn i {
    font-size: 20px;
    margin-right: 10px;
  }
  header.mobile .top .btn span {
    font-size: 15px;
  }
  header.mobile .top .btn + .btn {
    border-left: 0;
  }
  header.mobile > a {
    display: block;
    text-align: center;
  }
  header.mobile > a img {
    max-width: 320px;
    width: 60%;
  }
  #mobile-main-menu-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
  }
  #mobile-main-menu-wrap .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu {
    position: relative;
    z-index: 2;
    background: #232a32;
    width: 65%;
    max-width: 280px;
    height: 100%;
    overflow: auto;
    font-size: 15px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search {
    background: #efefef;
    padding: 10px 0;
    text-align: center;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search button {
    background: 0;
    border: 0;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search input {
    background: 0;
    border: 0;
    font-size: 15px;
    width: 60%;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search input + button {
    color: #999;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search i {
    font-size: 15px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .title {
    padding: 10px 0 10px 30px;
    background: #1f2429;
    color: #fff;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li {
    border-bottom: 1px #1F2429 solid;
    display: block;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li a {
    display: block;
    padding: 10px 0 10px 30px;
    color: #8B91A0;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li ul li {
    border-top: 1px #1F2429 solid;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li ul li a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 60px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li {
    position: relative;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li a {
    width: 85%;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li .arrow {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li .arrow:before {
    content: '\f078 ';
    font-family: FontAwesome;
    color: #ababab;
    font-size: 12px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li ul {
    display: none;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li.open .arrow:before {
    content: '\f077';
    font-family: FontAwesome;
    color: #ababab;
    font-size: 12px;
  }
  .container {
    padding: 20px 0 50px;
    width: 80%;
    margin: 0 auto;
  }
  .main-title {
    font-size: 22px;
    font-weight: bold;
    color: #006ba6;
    margin: 30px 0 10px;
  }
  .main-title span {
    margin-left: 15px;
  }
  .index > .title {
    text-align: center;
    font-size: 20px;
    color: #006ba8;
    font-weight: bold;
    padding: 30px 0 50px;
    line-height: 1.6;
  }
  .index .block2 {
    margin-bottom: 50px;
  }
  .index .block2 .row .col {
    width: 100%;
    display: block;
  }
  .index .block2 .row .col img {
    width: 100%;
  }
  .index .index-news {
    margin: 50px 0;
  }
  .index .index-news .row .left ul li {
    border-top: 1px solid #1eb9eb;
  }
  .index .index-news .row .left ul li a {
    color: #444;
    display: block;
    padding: 10px 0 15px;
  }
  .index .index-news .row .left ul li a h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
  }
  .index .index-news .row .left ul li:last-child {
    border-bottom: 1px solid #1eb9eb;
  }
  .index .index-news .row .right {
    margin-top: 50px;
  }
  .index .bottom-info .row .col {
    width: 100%;
  }
  .index .bottom-info .row .col img {
    width: 100%;
  }
  .index .bottom-info .row .col + .col {
    margin-top: 30px;
  }
  footer {
    background: #f7f7f7;
    padding: 15px 0 50px;
    border-top: 1px #ddd solid;
  }
  footer .row {
    width: 80%;
    margin: 0 auto;
  }
  footer .row .left a {
    display: block;
  }
  footer .row .left a img {
    max-width: 320px;
    width: 60%;
    margin-left: -20px;
  }
  footer .row .left p {
    font-size: 15px;
    line-height: 1.6;
  }
  footer .row .right .title {
    font-size: 16px;
    padding: 35px 0 10px;
  }
  footer .row .right ul li a {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
  }
  .footer-bottom {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
  }
  .customization .block {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .customization .block .row .col {
    width: 100%;
    color: #444;
  }
  .customization .block .row .col table tr td {
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block .row .col table tr td + td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col table tr th {
    font-size: 16px;
    padding: 7px 0;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    font-weight: normal;
  }
  .customization .block .row .col table tr:last-child td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col .slider {
    padding-bottom: 20px;
  }
  .customization .block .row .col + .col {
    margin-top: 50px;
  }
  .customization ul.spec {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
    font-size: 14px;
    margin-top: 30px;
  }
  .customization ul.spec li {
    margin-bottom: 3px;
  }
  .customization ul.spec li b {
    display: block;
    color: #000;
    margin-bottom: 3px;
  }
  .customization .block2 {
    padding-bottom: 70px;
    border-bottom: 1px #eee solid;
  }
  .customization .table tr th {
    background: #0e9dbf;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    width: 50%;
    padding: 6px 10px;
  }
  .customization .table tr th + th {
    width: 50%;
    border-left: 2px #fff solid;
  }
  .customization .table tr td {
    font-size: 14px;
    color: #006ba8;
    padding: 6px 10px;
    background: #f7f7f7;
  }
  .customization .table tr td + td {
    color: #444;
    border-left: 2px #fff solid;
  }
  .customization .table tr:nth-child(2n) td {
    background: #fff;
  }
  .customization .block3 {
    padding: 70px 0;
  }
  .customization .block3 .row .col {
    width: 100%;
  }
  .customization .block3 .row .col table {
    font-size: 14px;
    margin: 50px 0;
  }
  .customization .block3 .row .col table tr th {
    width: 50%;
    padding: 7px 0;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr th + th {
    width: 50%;
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .row .col table tr td {
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr td + td {
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .main-title {
    margin: 0;
  }
  .customization .block4 .row .col + .col {
    margin-top: 30px;
  }
  .customization .block4 .row .col + .col a img {
    width: 100%;
  }
  .customization .block5 {
    margin-top: 50px;
  }
  .customization .block5 .row .col {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .customization .block5 .row .col .inner {
    background: #0069aa;
    padding: 30px 0 40px;
  }
  .customization .block5 .row .col .inner p {
    font-size: 24px;
    font-weight: bold;
  }
  .customization .block5 .row .col .inner p:first-child:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 4px;
    background: #fff;
  }
  .customization .block5 .row .col .inner p:first-child + p {
    font-style: italic;
  }
  .customization .block5 .row .col .inner p:first-child + p a {
    font-style: italic;
    color: #fff;
  }
  .customization .block5 .row .col .inner p:last-child {
    font-size: 14px;
    font-weight: normal;
    padding-top: 16px;
  }
  .customization .block5 .row .col + .col {
    margin-top: 30px;
  }
  .customization .block5 .row .col + .col .inner {
    background: #0e9dbf;
  }
  .column2 .left {
    display: none;
  }
  .column2 .right .product {
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product .row .img #thumbnail-list li {
    float: left;
    width: 33.33333333%;
  }
  .column2 .right .product .row .img #thumbnail-list li a {
    display: block;
    border: 2px #fff solid;
    overflow: hidden;
  }
  .column2 .right .product .row .img #thumbnail-list li.current a {
    display: block;
    border: 2px #30A4E1 solid;
  }
  .column2 .right .product .row .info {
    padding-top: 50px;
  }
  .column2 .right .product .row .info h1 {
    font-size: 22px;
  }
  .column2 .right .product .row .info p {
    font-size: 16px;
    font-style: italic;
    padding: 60px 0 20px;
  }
  .column2 .right .product .row .info > a {
    background: #000000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 35px;
  }
  .column2 .right .product .row .info > a:hover {
    background: rgba(0, 0, 0, 0.95);
  }
  .column2 .right .product .row .info .share {
    font-size: 14px;
    color: #666;
    padding: 30px 0;
    border-top: 1px #e0e0e0 solid;
  }
  .column2 .right .product .row .info .share .addthis_inline_share_toolbox_eup5 {
    padding: 10px 0 0;
  }
  .column2 .right .product-detail {
    padding: 30px 0;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product-detail h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .column2 .right .product-detail p {
    font-size: 16px;
    color: #666;
  }
  .column2 .right .related {
    padding: 30px 40px 60px;
  }
  .column2 .right .related h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 60px;
  }
  .column2 .right .related .row {
    margin: 0 -15px;
  }
  .column2 .right .related .row .col {
    width: 50%;
    padding: 0 15px;
  }
  .column2 .right .related .row .col a {
    text-align: center;
  }
  .column2 .right .related .row .col a p {
    font-size: 16px;
    color: #666;
  }
  .news-list .row {
    margin: 0 -30px;
    padding: 15px 0 50px;
  }
  .news-list .row .col {
    width: 100%;
    padding: 15px 30px;
  }
  .news-list .row .col a img {
    width: 100%;
  }
  .news-list .row .col a p.title {
    font-size: 18px;
    line-height: 22px;
    /*color: #0070b2;*/
    color: #333;
    /*text-decoration: underline;*/
    font-weight: bold;
    max-height: 112px;
    padding: 20px 0;
  }
  .news-list .row .col a p.date {
    /*color: #0070b2;*/
    font-size: 14px;
    color: #666;
  }
  .pager {
    text-align: center;
    padding: 30px 0 50px;
  }
  .pager a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  .pager a.current,
  .pager a:not(:first-child):not(:last-child):hover {
    color: #000;
    position: relative;
  }
  .pager a.current:after,
  .pager a:not(:first-child):not(:last-child):hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .pager a.prev,
  .pager a.next {
    font-size: 15px;
    padding: 0 10px;
  }
  .related .flex-direction-nav a {
    width: 40px;
    height: 60px;
    background: #000;
    position: absolute;
    margin-top: -30px;
  }
  .related .flex-direction-nav .flex-prev {
    left: 0;
    background: url(/assets/images/preview/prev.png) no-repeat;
  }
  .related .flex-direction-nav .flex-next {
    right: 0;
    background: url(/assets/images/preview/next.png) no-repeat;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  header.mobile {
    padding-top: 38px;
    border-bottom: 1px #ddd solid;
  }
  header.mobile .top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
  }
  header.mobile .top .btn {
    border: 1px #ddd solid;
    float: left;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
  }
  header.mobile .top .btn i,
  header.mobile .top .btn span,
  header.mobile .top .btn a {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
  }
  header.mobile .top .btn i {
    font-size: 20px;
    margin-right: 10px;
  }
  header.mobile .top .btn span {
    font-size: 15px;
  }
  header.mobile .top .btn + .btn {
    border-left: 0;
  }
  header.mobile > a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  header.mobile > a img {
    max-width: 270px;
    width: 60%;
  }
  #mobile-main-menu-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
  }
  #mobile-main-menu-wrap .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu {
    position: relative;
    z-index: 2;
    background: #232a32;
    width: 65%;
    max-width: 280px;
    height: 100%;
    overflow: auto;
    font-size: 15px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search {
    background: #efefef;
    padding: 10px 0;
    text-align: center;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search button {
    background: 0;
    border: 0;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search input {
    background: 0;
    border: 0;
    font-size: 15px;
    width: 60%;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search input + button {
    color: #999;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .search i {
    font-size: 15px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu .title {
    padding: 10px 0 10px 30px;
    background: #325d88;
    color: #fff;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li {
    border-bottom: 1px #1F2429 solid;
    display: block;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li a {
    display: block;
    padding: 10px 0 10px 30px;
    color: #8B91A0;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li ul li {
    border-top: 1px #1F2429 solid;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu > ul > li ul li a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 60px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li {
    position: relative;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li a {
    width: 85%;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li .arrow {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li .arrow:before {
    content: '\f078 ';
    font-family: FontAwesome;
    color: #ababab;
    font-size: 12px;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li ul {
    display: none;
  }
  #mobile-main-menu-wrap nav#mobile-main-menu ul.drop-menu > li.open .arrow:before {
    content: '\f077';
    font-family: FontAwesome;
    color: #ababab;
    font-size: 12px;
  }
  .container {
    padding: 20px 20px 50px;
  }
  .main-title {
    font-size: 22px;
    font-weight: bold;
    color: #006ba6;
    margin: 30px 0 10px;
  }
  .main-title span {
    margin-left: 15px;
  }
  .index > .title {
    text-align: center;
    font-size: 20px;
    color: #006ba8;
    font-weight: bold;
    padding: 30px 0 50px;
    line-height: 1.6;
  }
  .index .block2 {
    margin-bottom: 50px;
  }
  .index .block2 .row .col {
    width: 100%;
    display: block;
  }
  .index .index-news {
    margin: 50px 0;
  }
  .index .index-news .row .left ul li {
    border-top: 1px solid #1eb9eb;
  }
  .index .index-news .row .left ul li a {
    color: #444;
    display: block;
    padding: 10px 0 15px;
  }
  .index .index-news .row .left ul li a h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
  }
  .index .index-news .row .left ul li:last-child {
    border-bottom: 1px solid #1eb9eb;
  }
  .index .index-news .row .right {
    margin-top: 50px;
  }
  .index .bottom-info .row .col {
    width: 100%;
  }
  .index .bottom-info .row .col + .col {
    margin-top: 30px;
  }
  footer {
    background: #f7f7f7;
    padding: 15px 0 50px;
    border-top: 1px #ddd solid;
  }
  footer .row .left a {
    display: block;
    padding-left: 5px;
  }
  footer .row .left a img {
    max-width: 320px;
    width: 60%;
  }
  footer .row .left p {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
  }
  footer .row .right {
    padding-left: 20px;
  }
  footer .row .right .title {
    font-size: 16px;
    padding: 35px 0 10px;
  }
  footer .row .right ul li a {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
  }
  .footer-bottom {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
  }
  .customization .block {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .customization .block .row .col {
    width: 100%;
    color: #444;
  }
  .customization .block .row .col table tr td {
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block .row .col table tr td + td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col table tr th {
    font-size: 16px;
    padding: 7px 0;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    font-weight: normal;
  }
  .customization .block .row .col table tr:last-child td {
    border-left: 1px #367da2 solid;
  }
  .customization .block .row .col .slider {
    padding-bottom: 20px;
  }
  .customization .block .row .col + .col {
    margin-top: 50px;
  }
  .customization ul.spec {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
    font-size: 14px;
    margin-top: 30px;
  }
  .customization ul.spec li {
    margin-bottom: 3px;
  }
  .customization ul.spec li b {
    display: block;
    color: #000;
    margin-bottom: 3px;
  }
  .customization .block2 {
    padding-bottom: 70px;
    border-bottom: 1px #eee solid;
  }
  .customization .table tr th {
    background: #0e9dbf;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    width: 50%;
    padding: 6px 10px;
  }
  .customization .table tr th + th {
    width: 50%;
    border-left: 2px #fff solid;
  }
  .customization .table tr td {
    font-size: 14px;
    color: #006ba8;
    padding: 6px 10px;
    background: #f7f7f7;
  }
  .customization .table tr td + td {
    color: #444;
    border-left: 2px #fff solid;
  }
  .customization .table tr:nth-child(2n) td {
    background: #fff;
  }
  .customization .block3 {
    padding: 70px 0;
  }
  .customization .block3 .row .col {
    width: 100%;
  }
  .customization .block3 .row .col table {
    font-size: 14px;
    margin: 50px 0;
  }
  .customization .block3 .row .col table tr th {
    width: 50%;
    padding: 7px 0;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px #367da2 solid;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr th + th {
    width: 50%;
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .row .col table tr td {
    padding: 7px 0;
    border-bottom: 1px #367da2 solid;
    text-align: center;
  }
  .customization .block3 .row .col table tr td + td {
    border-left: 1px #367da2 solid;
  }
  .customization .block3 .main-title {
    margin: 0;
  }
  .customization .block4 .row .col + .col {
    margin-top: 30px;
  }
  .customization .block4 .row .col + .col a img {
    width: 100%;
  }
  .customization .block5 {
    margin-top: 50px;
  }
  .customization .block5 .row .col {
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .customization .block5 .row .col .inner {
    background: #0069aa;
    padding: 30px 0 40px;
  }
  .customization .block5 .row .col .inner p {
    font-size: 24px;
    font-weight: bold;
  }
  .customization .block5 .row .col .inner p:first-child:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 4px;
    background: #fff;
  }
  .customization .block5 .row .col .inner p:first-child + p {
    font-style: italic;
  }
  .customization .block5 .row .col .inner p:first-child + p a {
    font-style: italic;
    color: #fff;
  }
  .customization .block5 .row .col .inner p:last-child {
    font-size: 14px;
    font-weight: normal;
    padding-top: 16px;
  }
  .customization .block5 .row .col + .col {
    margin-top: 30px;
  }
  .customization .block5 .row .col + .col .inner {
    background: #0e9dbf;
  }
  .column2 .left {
    display: none;
  }
  .column2 .right .product {
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product .row .img #thumbnail-list li {
    float: left;
    width: 33.33333333%;
  }
  .column2 .right .product .row .img #thumbnail-list li a {
    display: block;
    border: 2px #fff solid;
    overflow: hidden;
  }
  .column2 .right .product .row .img #thumbnail-list li.current a {
    display: block;
    border: 2px #30A4E1 solid;
  }
  .column2 .right .product .row .info {
    padding-top: 50px;
  }
  .column2 .right .product .row .info h1 {
    font-size: 22px;
  }
  .column2 .right .product .row .info p {
    font-size: 16px;
    font-style: italic;
    padding: 60px 0 20px;
  }
  .column2 .right .product .row .info > a {
    background: #000000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 35px;
  }
  .column2 .right .product .row .info > a:hover {
    background: rgba(0, 0, 0, 0.95);
  }
  .column2 .right .product .row .info .share {
    font-size: 14px;
    color: #666;
    padding: 30px 0;
    border-top: 1px #e0e0e0 solid;
  }
  .column2 .right .product .row .info .share .addthis_inline_share_toolbox_eup5 {
    padding: 10px 0 0;
  }
  .column2 .right .product-detail {
    padding: 30px 0;
    border-bottom: 1px #eee solid;
  }
  .column2 .right .product-detail h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .column2 .right .product-detail p {
    font-size: 16px;
    color: #666;
  }
  .column2 .right .related {
    padding: 30px 40px 60px;
  }
  .column2 .right .related h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 60px;
  }
  .column2 .right .related .row {
    margin: 0 -15px;
  }
  .column2 .right .related .row .col {
    width: 50%;
    padding: 0 15px;
  }
  .column2 .right .related .row .col a {
    text-align: center;
  }
  .column2 .right .related .row .col a p {
    font-size: 16px;
    color: #666;
  }
  .news-list .row {
    margin: 0 -30px;
    padding: 15px 0 50px;
  }
  .news-list .row .col {
    width: 100%;
    padding: 15px 30px;
  }
  .news-list .row .col a img {
    width: 100%;
  }
  .news-list .row .col a p.title {
    font-size: 18px;
    line-height: 22px;
    /*color: #0070b2;*/
    color: #333;
    /*text-decoration: underline;*/
    font-weight: bold;
    max-height: 112px;
    padding: 20px 0;
  }
  .news-list .row .col a p.date {
    /*color: #0070b2;*/
    color: #666;
    font-size: 14px;
  }
  .pager {
    text-align: center;
    padding: 30px 0 50px;
  }
  .pager a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
  }
  .pager a.current,
  .pager a:not(:first-child):not(:last-child):hover {
    color: #000;
    position: relative;
  }
  .pager a.current:after,
  .pager a:not(:first-child):not(:last-child):hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .pager a.prev,
  .pager a.next {
    font-size: 15px;
    padding: 0 10px;
  }
  .related .flex-direction-nav a {
    width: 40px;
    height: 60px;
    background: #000;
    position: absolute;
    margin-top: -30px;
  }
  .related .flex-direction-nav .flex-prev {
    left: 0;
    background: url(/assets/images/preview/prev.png) no-repeat;
  }
  .related .flex-direction-nav .flex-next {
    right: 0;
    background: url(/assets/images/preview/next.png) no-repeat;
  }
}
 /*文字編輯區*/
.text_editor_block{
    width: 100%;
    padding: 15px 0;
}

.text_editor_block img{
    max-width: 100%;
}