﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
  font-size: 15px;
  color: #333;
  font-family: '微軟正黑體';
}

p {
  /* line-height: 24px; */
  /* margin-bottom: 24px; */
}

a {
  color: #666;
}

a:hover {
  color: #52ced5;
}

/********************* Header *********************/
/* header logo */
.header .navbar .navbar-brand {
  width: 201px;
  height: 53px;
  background: url(../images/all/logo.png) no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 6px 0 0px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    margin-left: 10px;
  }
}

.header .navbar .navbar-brand:hover {
  opacity: 0.7;
}

/* header 主選單 */

.header .navbar {
  z-index: 99999;
  border: none;
  height: 68px;
  background: #0062cb;
}

.header .navbar .navbar-nav {
  background: none;
  float: right;
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-nav {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
    margin: 20px auto;
  }
}

.header .navbar .navbar-nav > li > a {
  background: none;
  color: #fff;
  padding-top: 0px;
  font-size: 20px;
  line-height: 52px;
  padding: 8px 24px;
}

.header .navbar .navbar-nav li a:hover {
  color: #fff;
}

.header .navbar .navbar-nav > li + li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-nav > li + li:before {
    display: none;
  }
}

.header .navbar .navbar-nav > li ul li a {
  padding: 5px;
}

/*------- Banner -------*/
.banner {
  position: relative;
  height: 521px;
  z-index: 10;
}

.banner .container-fluid {
  padding: 0px;
  margin: 0px;
}

.banner .container {
  max-width: 1144px;
  background-color: #eee;
  padding: 0;
}

.banner .bx-wrapper {
  margin-bottom: 0;
}

.banner .bxslider {
  height: 521px;
  display: block;
}

@media screen and (max-width: 768px) {
  .banner,
  .banner .bxslider {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .banner,
  .banner .bxslider {
    height: 300px;
  }
}

.banner .bxslider li {
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  .banner .bxslider li {
    background-position: 55% top;
    background-size: auto 100%;
  }
}

/* 設定桌機banner高度 */
.banner .bxslider li {
  height: 100%;
}

.banner .bxslider li a {
  display: block;
}

.banner .bxslider li img {
  width: 100%;
  display: none;
}

.banner .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
  overflow: visible !important;
  display: block;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
  text-align: right;
  padding: 0 15px;
  bottom: 2px;
  z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1eb5be;
}

.banner .bxslider li {
  display: block;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/********************* Footer *********************/
.footer {
  text-align: center;
}

.footer_content {
  font-size: 13px;
  line-height: 22px;
  padding: 147px 0 42px;
  background-image: url(../images/all/footer_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.footer_content .container {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .footer_content .container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* siteinfo */

.footer .siteinfo {
  padding-top: 20px;
  width: 395px;
  overflow: hidden;
  margin-left: 20px;
}
.footer .siteinfo ul > li {
  float: left;
  text-align: left;
}

.footer .siteinfo .map {
  display: inline-block;
  background: url(../images/all/icon_map.png) no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.footer .siteinfo .map:hover {
  position: relative;
  top: 2px;
}

.footer .copyright b {
  color: #36b9c0;
}

.footer .powered a {
  color: #aaa;
  display: block;
}

.footer .powered a:hover {
  color: #666;
}

.footer .copyright {
  float: right;
}

.footer .footer_logo {
  display: block;
}

/********************* Main *********************/
.main {
  -ms-box-shadow: 0 0 10px 0 #919191;
  -moz-box-shadow: 0 0 10px 0 #919191;
  z-index: 10;
}

.main_content {
  min-height: 600px;
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .main_content {
    margin-top: -20px;
  }
}

/*----------------------- side -----------------------*/
.side.side1 {
  display: none;
}
.side .side-toggle {
  font-size: 15px;
  color: #23989f;
  text-align: center;
  line-height: 28px;
  margin-top: 0px;
}

.side .nav > li + li {
  border-top: 1px solid #abcfdb;
}

.side .nav > li a {
  color: #333;
  line-height: 20px;
  display: block;
  padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
  background: url(../images/all/list_icon.png) no-repeat 0 10px;
  color: #02b7c1;
}

.side .nav > li > ul {
  padding-left: 20px;
  list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
  background: url(../images/all/list_icon2.png) no-repeat 0 6px;
  padding: 6px 10px 6px 20px;
}
s .side .nav > li > ul > li > ul {
  margin-left: 18px;
  list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
  background: url(../images/all/list_icon3.png) no-repeat 0 6px;
  padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
  color: #36b9c0;
  font-size: 30px;
  padding: 5px 10px 15px;
  margin-top: 0;
  height: 94px;
}
/* breadcrumb */
.content .breadcrumb {
  background: none;
  margin: 0;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

.content .breadcrumb > li + li:before {
  content: '＞';
  background-image: url(https://www.hihosting.hinet.net/);
  background-position: left top;
}

/* btn-more */
.content .btn-more {
  position: absolute;
  right: 15px;
  top: 30px;
  display: block;
  width: 52px;
  height: 24px;
  background: url(../images/all/btn_more.png) no-repeat;
  text-indent: -9999px;
}

.content .btn-more:hover {
  background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
  margin-bottom: 60px;
}

.content .list-box .txt-list li {
  background: url(../images/all/icon_list.png) no-repeat 8px 12px;
  border-bottom: 1px dotted #ccc;
  padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n + 1) {
  background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
  line-height: 28px;
  display: block;
  padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
  color: #36b9c0;
}

.content .list-box .txt-list li span {
  font-size: 13px;
  color: #aaa;
  line-height: 20px;
  display: inline-block;
  float: right;
  padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
  width: 78%;
  color: #848275;
  float: left;
}

.content .list-box .txt-list li.list-header {
  background: none;
  border-bottom: 1px solid #ace7eb;
  padding-left: 40px;
  padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
  font-size: 18px;
  color: #36b9c0;
}

.content .list-box .txt-list li.list-header a span {
  padding-right: 24px;
}

/* btn-box */
.content .btn-box {
  border-top: 1px solid #ace7eb;
  margin: 0 0 20px;
  padding-top: 15px;
  clear: both;
}

.content .btn-box:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content .btn-box .pager {
  text-align: left;
  display: inline-block;
  margin: 0 0 20px;
}

.content .btn-box .pager li {
  margin: 0 5px;
}

.content .btn-box .pager li > a {
  background: #fff;
  color: #888;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
  background-color: #36b9c0;
  color: #fff;
}

.content .btn-box .pager li > a .icon {
  display: none;
}

.content .btn-box .page-info {
  color: #888;
  float: right;
  text-align: center;
  margin: 0 5px;
}

.content .btn-box .page-info select {
  min-width: 60px;
  border: 1px solid #dfdfdf;
  margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
  min-height: 0;
  background-image: none;
  display: none;
}

body.home .content h2 {
  font-size: 20px;
  border-bottom: 1px solid #ace7eb;
  color: #36b9c0;
  padding: 6px;
}

body.home .content .btn-more {
  top: 10px;
  right: 0;
}

body.home .banner {
  background-image: none;
  z-index: -1;
  margin-top: -69px;
}

body.home .banner .bxslider {
  height: 740px;
  display: block;
}

@media screen and (max-width: 768px) {
  body.home .banner,
  body.home .banner .bxslider {
    height: 350px;
  }
  body.home .banner {
    margin-top: 0;
  }
  body.home .banner .bxslider {
    height: 400px;
  }
}

body.home {
  position: relative;
  height: 740px;
}

body.home .footer {
  z-index: 999;
  margin-top: -157px;
}

body.home .footer_content {
  background-color: transparent;
  font-size: 13px;
  line-height: 22px;
  padding: 108px 0 42px;
  background-image: url(../images/home/footer_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 247px;
  padding-bottom: 158px;
}

@media screen and (max-width: 768px) {
  body.home .footer {
    background: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 50%,
      #d1d1d1 50%,
      #d1d1d1 100%
    );
  }
  body.home .footer_content {
    margin-top: 175px;
    padding-bottom: 100px;
  }
}

body.home .header .navbar {
  background-color: transparent;
}

body.home .header .navbar .navbar-brand {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .header .navbar {
    background-color: #0062cb;
  }
  body.home .header .navbar .navbar-brand {
    display: block;
  }
}

.header .navbar .navbar-nav > li > a {
  padding: 36px 24px 0px 24px;
  line-height: 27px;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-nav > li > a {
    padding: 10px 20px;
  }
}

.header .navbar .navbar-nav > li.active > a,
.header .navbar .navbar-nav > li:hover > a {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header .navbar .navbar-nav > li:hover > a {
    padding: 10px 20px;
  }
}

body.home .banner .bx-wrapper .bx-viewport {
  margin-top: 0px;
}
/*----------------------------------------- wid --------------------------------------*/
.content .wid {
  position: relative;
  z-index: 10;
  display: none;
}
/* wid-home-news */
.content .wid-home-news {
  margin-left: 0;
  display: none;
}

.content .wid-home-news .txt-list {
  margin-bottom: 10px;
  margin-top: -10px;
}

.content .wid-home-news .txt-list li {
  padding-left: 14px;
  background-position: 0 4px;
  background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
  border-bottom: 2px solid #ace7eb;
}

.content .wid-home-news .txt-list li a {
  padding: 2px 0;
  font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
  padding: 3px 0;
  font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
  border: 1px solid #ace7eb;
  padding: 2px;
  display: block;
}

.content .wid-home-product .bxslider li a:hover {
  border-color: #36b9c0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 40px;
  background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
  right: -24px;
  background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
  color: #717171;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
/*h1設定*/
.content > h1 {
  background-image: url(../images/all/title.png);
  background-repeat: no-repeat;
  text-indent: -999px;
  background-position: center top;
}
.about .content h1 {
  background-position: center 0px;
}
.product .content h1 {
  background-position: center -93px;
}
.contact .content h1 {
  background-position: center -186px;
}

/*tab效果*/
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  background-image: url(https://www.hihosting.hinet.net/);
  background-position: left top;
  background-repeat: repeat-x;
}
.tabs li.ui-state-default,
li.ui-corner-top {
  color: #676767;
  text-decoration: none;
  background-image: url(../images/about/tab_a.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #000;
  text-decoration: none;
  background-image: url(../images/about/tab_h.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: url(../images/about/tab_a.jpg) !important;
  background-repeat: repeat-x;
}

.ui-tabs .ui-tabs-nav {
  width: 100%;
}

.ui-tabs .ui-tabs-nav li a {
  font-size: 20px;
  padding: 16px 0px !important;
  width: 100% !important;
  color: #0f5fb4;
}

.ui-widget-content {
  background-color: #fff !important;
  border: none;
}
@media screen and (max-width: 768px) {
  .ui-widget-content {
    padding: 15px 0 !important;
  }
}

body.product .imgbox {
  float: left;
  padding: 60px 10px;
  margin: 0 38px;
}

body.about h3 {
  font-size: 21px;
  color: #679c00;
  margin: 39px auto;
}
body.product p {
  background-image: url(../images/about/icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  /* font-size: 15px; */
  padding-left: 43px;
  line-height: 36px;
  /* min-height: 22px; */
}

body.product .writebox {
  overflow: hidden;
  margin: 82px 50px 0 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  body.product .writebox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 20px 0;
  }
}

body.product .writebox h3 {
  font-size: 24px;
  color: #679c00;
  font-weight: bold;
}

body.product .writebox h3 > span {
  display: inline-block;
  line-height: 16px;
  float: right;
}

body.product .writebox.w2 h3 {
  font-size: 24px;

  font-weight: bold;
}

body.product .writebox.w2 p.light {
  line-height: 28px;
}

body.product .writebox.w2 p.light span {
  color: #0059ae;
}
body.product ul.list li {
  background-color: #122;
  font-size: 15px;
  list-style-type: none;
}

body.product ul.list li h4 {
  float: left;
}

body.product ul.list li {
}

body.product ul.list li:first-child {
  background-color: #afeaff !important;
}

body.product ul.list li:nth-child(even) {
  background-color: #f0f0f0;
}

body.product ul.list li:nth-child(odd) {
  background-color: #daf5fe;
}

body.product ul.list li span {
  color: #00507e;
  margin: 16px 31px 10px 31px;
  float: left;
}
body.product ul.list p {
  background-image: none;
  margin: 29px 0px;
  display: block;
  padding: 10px 0px;
}

body.product ul.list b {
  color: #00507e;
  font-weight: bold;
}

body.product ul.list li h4 {
  float: left;
}
body.product .product-list {
  margin: 0 auto;
}

body.product .product-list h4 {
  font-size: 15px;
  color: #1272c4;
  text-align: center;
  border-bottom: dashed 1px #888;
  line-height: 35px;
}
body.product .product-list span {
  color: #888;
  text-align: center;
  display: block;
}

body.product .product-list a {
  border: 1px solid #90e3ff;
  padding: 25px 19px;
  margin: 10px 0px;
}

@media screen and (max-width: 768px) {
  body.product .product-list a {
    padding: 20px 10px;
    margin: 10px 0px;
  }
}
body.product img.cer {
  float: right;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  body.product img.cer {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

body.product .product-list .pic img {
  width: 85%;
}

/*聯絡我們*/
/*------加盟專區 ( 聯絡我們 )-----*/
.store_icon.contact_list {
  padding-left: 0;
  height: 292px;
  padding-left: 0;
  width: 250px;
}
.contact_list ul {
  display: block;
  width: 230px;
  margin: 0 auto;
}
.contact_list ul li {
  font-size: 14px;
  color: #000;
  padding-left: 8px;
}
.contact_list ul li.title {
  color: #856c29;
  font-weight: bold;
  background-color: #fff6d5;
  margin-top: 12px;
  padding: 6px;
  margin-bottom: 5px;
}

body.contact .main .side1,
body.about .main .side1 {
  margin-top: 20px;
  display: none;
}
body.contact .main .side1 {
}
.main .side1 a.con_us {
  font-size: 16px;
}

strong {
  color: #7e4820;
}

.contact_box {
  background-image: url(../images/contact/bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  height: 790px;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    background-image: none;
    height: auto;
  }
}

.contact_box .mailbox {
  background-color: #ffffff;
  height: 115px;
  position: absolute;
  overflow: hidden;
  clear: both;
  top: 29px;
  width: 100%;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .contact_box .mailbox {
    left: 0;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact_box .mailbox {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
}

.contact_box .mailbox a {
  color: #22aee4;
}

.contact_box .mailbox a:hover {
  color: #888;
}

.contact_box .mailbox p {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 31px;
  color: #0d0d0d;
  font-weight: bold;
}

.contact_box .mailbox h2 {
  margin: 10px 0px;
  font-size: 21px;
  color: #039fd9;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact_box .mailbox h2 {
    margin-top: 20px;
    float: left;
  }
}

.contact_box .mailbox h2 span {
  color: #00498f;
  font-size: 14px;
  padding: 0 13px 0 0px;
}

.contact_box .mailbox img {
  float: left;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .contact_box .mailbox img {
    margin: 0 20px 0 0;
  }
}

.contact_in {
  width: 100%;
  max-width: 705px;
  display: block;
  background-color: #aae8ff;
  float: right;
  margin-top: 188px;
  overflow: hidden;
  padding: 18px 20px 3px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact_in {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.contact_in table {
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}

.contact_in table tr {
}
.contact_in table th {
  text-align: right;
  padding-right: 14px;
  letter-spacing: 1px;
}

.contact_in table th,
.contact_in table td {
  color: #1b1b1b;
  padding-bottom: 20px;
}
.contact_in table td {
}
input,
button,
select,
textarea {
  padding: 8px 23px;
  border-radius: 8px;
  border: 0;
  color: #7acbe9;
}

.contact_in input,
.textarea {
  width: 100%;
  border: 1px solid #fff;
}

.contact_in input:hover,
.textarea:hover {
  border: 1px solid #328fb2;
  color: #333;
}

.contact_in input.code {
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
}
.btn_box {
  display: block;
  margin: 0px auto;
  bottom: 5px;
  position: absolute;
  right: 0px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.btn_box input {
  padding: 10px 38px;
  margin: 0 10px;
  color: #fff;
  background-color: #1366b6;
}

.btn_box input:hover {
  background-color: #aae8ff;
  color: #000;
}

/*about*/

body.about .sec1 {
  border-bottom: 1px solid #dfdfdf;
  min-height: 443px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.about .sec1 {
    gap: 40px;
    justify-content: center;
  }
}

body.about .sec2,
body.about .sec3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}

body.about .writebox {
  width: calc(60% - 50px);
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  body.about .writebox {
    width: 100%;
    max-width: none;
  }
}

body.about .writebox span {
  font-size: 18px;
  color: #0051c1;
}

body.about .writebox p {
  line-height: 38px;
}

body.about .writebox h2 {
  width: 100%;
  color: #196a00;
  font-size: 28px;
  line-height: 52px;
  margin: 45px 0 34px 0px;
}

body.about .imgbox {
  position: relative;
  width: calc(40% - 50px);
  max-width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body.about .writebox h2 {
    font-size: 24px;
    line-height: 1.5;
    margin: 30px 0;
  }
  body.about .writebox span,
  body.about .writebox p {
    line-height: 1.5;
  }
  body.about .imgbox {
    width: 100%;
  }
}

body.about .imgbox img.im01 {
  width: 100%;
  border-radius: 50%;
  display: block;
}

body.about .imgbox img.im02 {
  width: 49%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #ccc;
}

body.about ul.box1 {
  width: 100%;
  max-width: 500px;
  padding: 0 35px;
}

body.about ul.box1 img {
  border-radius: 300px;
  margin: 10px auto 27px auto;
  display: block;
  border: 1px solid #ccc;
}
body.about ul.box1 li {
  list-style-type: none;
  line-height: 38px;
}
body.about ul.box1 h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  width: 350px;
  text-align: center;
  margin: 17px auto;
  color: #0fb3b6;
  max-width: 100%;
}
body.about ul.box1 p {
  line-height: 33px;
}

body.about .sec2 h3,
body.about .sec3 h3 {
  text-align: center;
  color: #058bd3;
  font-size: 30px;
  width: 100%;
}

body.about .sec2 {
  border-bottom: 1px solid #dfdfdf;
  min-height: 670px;
}

body.about .sec3 ul {
  list-style-type: none;
}

body.about .sec3 ul li {
  background-image: url(../images/about/icon.png);
  background-repeat: no-repeat;
  background-position: 0 14px;
  font-size: 15px;
  padding: 9px 0 0 43px;
}
body.about .sec3 ul {
  width: 1140px;
}

body.about .sec3 li {
  line-height: 47px;
  border-bottom: 1px dashed #ccc;
}
body.about .sec3 li span {
  font-size: 20px;
  font-weight: bold;
  color: #41c4d7;
  font-style: italic;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  body.about .sec3 ul li {
    line-height: 1.75;
    padding-bottom: 10px;
  }
}
