@font-face { font-family: 'pngfang'; src: url("../font/NotoSansJP-Medium.otf"); }
.line1 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.line2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.line3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

body { font-family: 'pngfang'; font-size: 14px; background-color: #fff; line-height: 1.6; color: #000; }
body img { max-width: 100%; display: block; border: none; }
body input, body textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; color: inherit; line-height: inherit; font-size: inherit; font-family: inherit; }
body a { color: inherit; }
body a:hover { color: inherit; }
body::-webkit-scrollbar { width: 10px; height: 10px; background-color: #f1f1f1; }
body::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #116db6; cursor: pointer; }
body .page-box { font-size: 16px; color: #a2a2a2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 80px 0; }
@media (max-width: 992px) { body .page-box { margin: 60px 0; } }
@media (max-width: 768px) { body .page-box { margin: 40px 0; } }
body .page-box li{display: inline-block;}
body .page-box li.item a{ -ms-flex-negative: 0; flex-shrink: 0; margin: 0 5px; width: 35px; height: 35px; background-color: #ffffff; border: solid 1px #e5e5e5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .3s linear; transition: all .3s linear; cursor: pointer; }
body .page-box li.select a, body .page-box li.item a:hover { border-color: #116db6; background-color: #116db6; color: #fff; }

.footer { padding: 80px 0 40px; color: #878787; border-top: solid 1px #e5e5e5; line-height: 24px; text-align: justify; }
@media (max-width: 992px) { .footer { padding: 50px 0 30px; } }
@media (max-width: 768px) { .footer { padding: 40px 0 20px; } }
@media (max-width: 768px) { .footer .footer-item { margin-bottom: 30px; } }
.footer .footer-item .title { font-size: 18px; color: #000; margin-bottom: 40px; }
@media (max-width: 992px) { .footer .footer-item .title { margin-bottom: 30px; } }
@media (max-width: 768px) { .footer .footer-item .title { margin-bottom: 20px; } }
.footer .footer-item .desc { margin-bottom: 20px; }
.footer .icp { padding: 80px 0 0; }
@media (max-width: 992px) { .footer .icp { padding: 60px 0 0; } }
@media (max-width: 768px) { .footer .icp { padding: 0px 0 0; } }
.footer .icp .footer-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer .icp .footer-logo a { display: block; width: 30px; margin: 0 6px; height: 30px; background-color: #bfbfbf; border-radius: 4px; }
@media (max-width: 768px) { .footer .icp .footer-logo a { margin: 10px 12px 0 0; } }

.header { position: fixed; background-color: #fff; font-size: 14px; color: #878787; padding: 12px 0; width: 100%; top: 0; left: 0; z-index: 10; -webkit-transition: all .3s linear; transition: all .3s linear; }
.header.shadow { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.header .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header .inner .brand { margin-right: 15px; }
@media (max-width: 992px) { .header .inner .brand { width: 130px; } }
@media (max-width: 768px) { .header .inner .brand { width: 100px; } }
.header .inner .nav-inner .nav-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header .inner .nav-inner .nav-box .nav-item { text-align: center; display: block; margin-left: 55px; -webkit-transition: all .3s linear; transition: all .3s linear; position: relative; }
.header .inner .nav-inner .nav-box .nav-item::before { position: absolute; content: ''; bottom: -16px; width: 80%; left: 10%; height: 2px; background-color: #116db6; -webkit-transition: all .3s linear; transition: all .3s linear; -webkit-transform: translateY(-5px); transform: translateY(-5px); opacity: 0; }
@media (max-width: 992px) { .header .inner .nav-inner .nav-box .nav-item::before { bottom: -12px; } }
@media (max-width: 768px) { .header .inner .nav-inner .nav-box .nav-item::before { display: none; } }
@media (max-width: 1200px) { .header .inner .nav-inner .nav-box .nav-item { margin-left: 32px; } }
@media (max-width: 992px) { .header .inner .nav-inner .nav-box .nav-item { margin-left: 17px; } }
.header .inner .nav-inner .nav-box .nav-item .title { font-size: 18px; color: #000; -webkit-transition: all .3s linear; transition: all .3s linear; }
.header .inner .nav-inner .nav-box .nav-item:hover { color: #116db6; }
.header .inner .nav-inner .nav-box .nav-item:hover .title { color: #116db6; }
.header .inner .nav-inner .nav-box .nav-item:hover::before { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.header .inner .nav-inner .nav-box .nav-item.select { color: #116db6; }
.header .inner .nav-inner .nav-box .nav-item.select .title { color: #116db6; }
.header .inner .nav-inner .nav-box .nav-item.select::before { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
@media (max-width: 768px) { .header .inner .nav-inner { position: absolute; background-color: #fff; height: calc(100vh - 46px); overflow-y: auto; left: 0; width: 100%; padding: 0 15px; top: 46px; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }
  .header .inner .nav-inner .nav-box { display: block; }
  .header .inner .nav-inner .nav-box .nav-item { padding: 15px 0; margin-left: 0; display: block; border-bottom: 1px solid #f1f1f1; -webkit-transition: all .3s linear; transition: all .3s linear; }
  .header .inner .nav-inner .nav-box .nav-item .title { color: #000; font-size: 16px; -webkit-transition: all .3s linear; transition: all .3s linear; }
  .header .inner .nav-inner .nav-box .nav-item:hover { color: #116db6; }
  .header .inner .nav-inner .nav-box .nav-item:hover .title { color: #116db6; }
  .header .inner .nav-inner .nav-box .nav-item.select { color: #116db6; }
  .header .inner .nav-inner .nav-box .nav-item.select .title { color: #116db6; } }
.header .inner .header-menu-mb { display: none; float: right; font-size: 0; line-height: 48px; text-align: center; cursor: pointer; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }
@media (max-width: 768px) { .header .inner .header-menu-mb { display: block; } }
.header .inner .header-menu-mb span { display: block; width: 18px; height: 2px; background-color: #000; border-radius: 3px; margin-bottom: 3px; -webkit-transform-origin: 16px; transform-origin: 16px; -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s; transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
.header .inner .header-menu-mb.active span:nth-child(1) { opacity: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header .inner .header-menu-mb.active span:nth-child(3) { opacity: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header .inner .header-menu-mb.active span:nth-child(2) { opacity: 0; -webkit-transition: width 0.5s; transition: width 0.5s; width: 0; -webkit-transform: rotate(0); transform: rotate(0); }

.section .contact { padding-top: 84px; }
@media (max-width: 992px) { .section .contact { padding-top: 75px; } }
@media (max-width: 768px) { .section .contact { padding-top: 59px; } }
.section .contact .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/contact-banner.png); }
@media (max-width: 992px) { .section .contact .banner { height: 300px; } }
@media (max-width: 768px) { .section .contact .banner { height: 200px; } }
.section .contact .contact-content { padding: 80px 0 80px; }
@media (max-width: 992px) { .section .contact .contact-content { padding: 60px 0 60px; } }
@media (max-width: 768px) { .section .contact .contact-content { padding: 40px 0 40px; } }
.section .contact .contact-content .map-box { border: solid 1px #eeeeee; height: 320px; padding: 15px; position: relative; }
@media (max-width: 768px) { .section .contact .contact-content .map-box { height: 200px; } }
.section .contact .contact-content .content-text { padding: 40px 0 40px 50px; font-size: 14px; }
@media (max-width: 768px) { .section .contact .contact-content .content-text { padding: 30px 0 0; } }
.section .contact .contact-content .content-text .title { font-size: 30px; color: #116db6; position: relative; margin-bottom: 25px; }
@media (max-width: 768px) { .section .contact .contact-content .content-text .title { font-size: 20px; } }
.section .contact .contact-content .content-text .title::before { position: absolute; content: ''; bottom: 0; width: 50px; height: 1px; background-color: #116db6; left: 0; }
.section .contact .contact-content .content-text .desc p { padding-bottom: 15px; }
@media (max-width: 768px) { .section .contact .contact-content .content-text .desc p { padding-bottom: 10px; } }
.section .contact .contact-content .form-box .form-title { padding: 80px 0 30px; font-size: 30px; color: #116db6; position: relative; text-align: center; }
@media (max-width: 992px) { .section .contact .contact-content .form-box .form-title { padding: 40px 0 20px; } }
@media (max-width: 768px) { .section .contact .contact-content .form-box .form-title { padding: 30px 0 10px; } }
@media (max-width: 768px) { .section .contact .contact-content .form-box .form-title { font-size: 20px; } }
.section .contact .contact-content .form-box .form-cell .name { font-size: 14px; margin-bottom: 15px; }
@media (max-width: 768px) { .section .contact .contact-content .form-box .form-cell .name { margin-bottom: 10px; } }
.section .contact .contact-content .form-box .form-cell .name span { color: #116db6; }
.section .contact .contact-content .form-box .form-cell .form-value { border: solid 1px #e5e5e5; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section .contact .contact-content .form-box .form-cell .form-value input { width: 100%; }
.section .contact .contact-content .form-box .form-cell .form-value textarea { width: 100%; height: 120px; resize: none; }
.section .contact .contact-content .form-box .form-cell .form-tips { margin-top: 40px; }
.section .contact .contact-content .form-box .form-cell .form-tips label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media (max-width: 992px) { .section .contact .contact-content .form-box .form-cell .form-tips { margin-top: 30px; } }
@media (max-width: 768px) { .section .contact .contact-content .form-box .form-cell .form-tips { margin-top: 20px; } }
.section .contact .contact-content .form-box .form-cell .form-tips input[type=checkbox] { width: 20px; height: 20px; margin-right: 10px; -ms-flex-negative: 0; flex-shrink: 0; background-image: url("../img/checkbox-img.png"); background-size: cover; }
.section .contact .contact-content .form-box .form-cell .form-tips input[type=checkbox]:checked { background-image: url("../img/checkbox-on-img.png"); }
.section .contact .contact-content .form-box .form-btn { width: 139px; line-height: 40px; text-align: center; margin: 30px auto 0; cursor: pointer; border: 1px solid #fff; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #116db6; color: #fff; }
@media (max-width: 768px) { .section .contact .contact-content .form-box .form-btn { margin: 20px auto 10px; } }
.section .contact .contact-content .form-box .form-btn:hover { border: 1px solid #116db6; color: #116db6; background-color: #fff; }
.section .news { padding-top: 84px; }
@media (max-width: 992px) { .section .news { padding-top: 75px; } }
@media (max-width: 768px) { .section .news { padding-top: 59px; } }
.section .news .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/news-banner.png); }
@media (max-width: 992px) { .section .news .banner { height: 300px; } }
@media (max-width: 768px) { .section .news .banner { height: 200px; } }
.section .news .title { padding: 80px 0 70px; font-size: 30px; color: #116db6; position: relative; text-align: center; }
@media (max-width: 992px) { .section .news .title { padding: 60px 0 50px; } }
@media (max-width: 768px) { .section .news .title { padding: 40px 0 30px; } }
@media (max-width: 768px) { .section .news .title { font-size: 20px; } }
.section .news .news-item { display: block; margin-bottom: 80px; -webkit-transition: all .3s linear; transition: all .3s linear; }
.section .news .news-item:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
@media (max-width: 992px) { .section .news .news-item { margin-bottom: 60px; } }
@media (max-width: 768px) { .section .news .news-item { margin-bottom: 40px; } }
.section .news .news-item .layui-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 768px) { .section .news .news-item .layui-row { display: block; } }
.section .news .news-item .layui-row .news-img { width: 100%; height: 230px; -ms-flex-negative: 0; flex-shrink: 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
@media (max-width: 768px) { .section .news .news-item .layui-row .news-img { height: 200px; } }
.section .news .news-item .layui-row .news-text { padding: 0 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.8; color: #878787; }
@media (max-width: 992px) { .section .news .news-item .layui-row .news-text { padding: 0 0 0 30px; } }
@media (max-width: 768px) { .section .news .news-item .layui-row .news-text { padding: 15px 0 0 0; } }
.section .news .news-item .layui-row .news-text .news-time { color: #116db6; }
.section .news .news-item .layui-row .news-text .news-title { margin: 10px 0 30px; font-size: 18px; color: #000; }
@media (max-width: 768px) { .section .news .news-item .layui-row .news-text .news-title { margin: 10px 0 15px; } }
.section .news-details { padding-top: 84px; }
@media (max-width: 992px) { .section .news-details { padding-top: 75px; } }
@media (max-width: 768px) { .section .news-details { padding-top: 59px; } }
.section .news-details .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/news-banner.png); }
@media (max-width: 992px) { .section .news-details .banner { height: 300px; } }
@media (max-width: 768px) { .section .news-details .banner { height: 200px; } }
.section .news-details .news-content { padding: 70px 0 100px; overflow: hidden; }
@media (max-width: 992px) { .section .news-details .news-content { padding: 50px 0 60px; } }
@media (max-width: 768px) { .section .news-details .news-content { padding-top: 30px 0 40px; } }
.section .news-details .news-content .news-text .news-title { padding: 0px 0 15px; font-size: 30px; }
@media (max-width: 768px) { .section .news-details .news-content .news-text .news-title { font-size: 20px; } }
.section .news-details .news-content .news-text .news-time { color: #116db6; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #f1f1f1; }
@media (max-width: 768px) { .section .news-details .news-content .news-text .news-time { padding-bottom: 15px; margin-bottom: 15px; } }
.section .news-details .news-content .news-text .news-data { text-align: justify; line-height: 1.8; }
.section .news-details .news-content .news-text .news-data img { max-width: 100%; }
.section .news-details .news-content .news-text .news-btn { width: 139px; line-height: 40px; text-align: center; display: block; margin: 60px 0 0; cursor: pointer; border: 1px solid #fff; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #116db6; color: #fff; }
@media (max-width: 768px) { .section .news-details .news-content .news-text .news-btn { margin: 30px 0 50px; } }
.section .news-details .news-content .news-text .news-btn:hover { border: 1px solid #116db6; color: #116db6; background-color: #fff; }
.section .news-details .news-content .news-box { padding-left: 60px; }
@media (max-width: 992px) { .section .news-details .news-content .news-box { padding-left: 30px; } }
@media (max-width: 768px) { .section .news-details .news-content .news-box { padding-left: 0px; } }
.section .news-details .news-content .news-box .news-box-title { padding: 0px 0 30px; font-size: 30px; color: #116db6; position: relative; }
@media (max-width: 992px) { .section .news-details .news-content .news-box .news-box-title { padding: 0px 0 20px; } }
@media (max-width: 768px) { .section .news-details .news-content .news-box .news-box-title { padding: 0px 0 20px; } }
@media (max-width: 992px) { .section .news-details .news-content .news-box .news-box-title { font-size: 24px; } }
@media (max-width: 768px) { .section .news-details .news-content .news-box .news-box-title { font-size: 20px; } }
.section .news-details .news-content .news-box .news-item { margin-bottom: 30px; display: block; cursor: pointer; -webkit-transition: all .3s linear; transition: all .3s linear; }
.section .news-details .news-content .news-box .news-item:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.section .news-details .news-content .news-box .news-item .news-img { height: 180px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.section .news-details .news-content .news-box .news-item .news-title { font-size: 14px; margin: 15px 0; }
.section .news-details .news-content .news-box .news-item .news-time { font-size: 12px; color: #116db6; }
.section .business { padding-top: 84px; padding-bottom: 50px; }
@media (max-width: 992px) { .section .business { padding-top: 75px; padding-bottom: 30px; } }
@media (max-width: 768px) { .section .business { padding-top: 59px; padding-bottom: 20px; } }
.section .business .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/business-banner.png); }
@media (max-width: 992px) { .section .business .banner { height: 300px; } }
@media (max-width: 768px) { .section .business .banner { height: 200px; } }
.section .business .title { padding: 80px 0 70px; font-size: 30px; color: #116db6; position: relative; text-align: center; }
@media (max-width: 992px) { .section .business .title { padding: 60px 0 50px; } }
@media (max-width: 768px) { .section .business .title { padding: 40px 0 30px; } }
@media (max-width: 768px) { .section .business .title { font-size: 20px; } }
.section .business .business-section { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 100px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media (max-width: 992px) { .section .business .business-section { margin-bottom: 60px; } }
@media (max-width: 768px) { .section .business .business-section { margin-bottom: 30px; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.section .business .business-section .business-section-img { background-position: center; background-size: cover; background-repeat: no-repeat; width: 448px; height: 500px; -ms-flex-negative: 0; flex-shrink: 0; position: relative; z-index: 1; }
@media (max-width: 768px) { .section .business .business-section .business-section-img { width: 100%; height: 200px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }
.section .business .business-section .business-section-box { background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; margin-left: -200px; z-index: 2; }
@media (max-width: 1200px) { .section .business .business-section .business-section-box { margin-left: -400px; } }
@media (max-width: 992px) { .section .business .business-section .business-section-box { margin-left: -400px; } }
@media (max-width: 768px) { .section .business .business-section .business-section-box { margin-left: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.section .business .business-section .business-section-box .business-text { padding: 80px 40px; font-size: 14px; color: #878787; }
.section .business .business-section .business-section-box .business-text .section-title { font-size: 24px; margin-bottom: 25px; color: #000; }
@media (max-width: 1200px) { .section .business .business-section .business-section-box .business-text { padding: 30px 30px; } }
@media (max-width: 992px) { .section .business .business-section .business-section-box .business-text { padding: 30px 30px; } }
@media (max-width: 768px) { .section .business .business-section .business-section-box .business-text { padding: 20px 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .section .business .business-section .business-section-box .business-text .section-title { font-size: 20px; margin-bottom: 20px; } }
.section .business .business-section .business-section-box .business-img { width: 310px; height: 400px; background-color: #116db6; background-position: center; background-size: cover; background-repeat: no-repeat; -ms-flex-negative: 0; flex-shrink: 0; }
@media (max-width: 992px) { .section .business .business-section .business-section-box .business-img { width: 250px; } }
@media (max-width: 768px) { .section .business .business-section .business-section-box .business-img { width: 100%; height: 200px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
.section .business .bulebg { background-color: #f4f9fd; padding: 100px 0 0; margin: 90px 0; overflow: hidden; }
@media (max-width: 992px) { .section .business .bulebg { padding: 60px 0 0; margin: 60px 0; } }
@media (max-width: 768px) { .section .business .bulebg { background-color: #fff; padding: 0; margin: 30px 0 0; } }
.section .business .bulebg .business-section-box { margin-right: -8%; margin-left: 0; }
@media (max-width: 1200px) { .section .business .bulebg .business-section-box { margin-right: -20%; } }
@media (max-width: 992px) { .section .business .bulebg .business-section-box { margin-right: -45%; } }
@media (max-width: 768px) { .section .business .bulebg .business-section-box { margin-right: 0; } }
.section .about { padding-top: 84px; background-image: url("../img/about-bg.png"); background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
@media (max-width: 992px) { .section .about { padding-top: 75px; } }
@media (max-width: 768px) { .section .about { padding-top: 59px; } }
.section .about .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/about-banner.png); }
@media (max-width: 992px) { .section .about .banner { height: 300px; } }
@media (max-width: 768px) { .section .about .banner { height: 200px; } }
.section .about .title { padding: 80px 0 70px; font-size: 30px; color: #116db6; position: relative; text-align: center; }
@media (max-width: 992px) { .section .about .title { padding: 60px 0 50px; } }
@media (max-width: 768px) { .section .about .title { padding: 40px 0 30px; } }
@media (max-width: 768px) { .section .about .title { font-size: 20px; } }
.section .about .about-form { color: #373737; background-color: rgba(255, 255, 255, 0.2); border-radius: 10px; padding: 30px 40px; line-height: 30px; margin-bottom: 100px; }
@media (max-width: 992px) { .section .about .about-form { margin-bottom: 60px; } }
@media (max-width: 768px) { .section .about .about-form { padding: 20px 15px; margin-bottom: 30px; } }
.section .about .about-form .about-li { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #ffffff; padding: 20px; }
@media (max-width: 768px) { .section .about .about-form .about-li { display: block; } }
@media (max-width: 768px) { .section .about .about-form .about-li { padding: 15px; } }
.section .about .about-form .about-li.odd { background-color: transparent; }
.section .about .about-form .about-li .about-li-name { -webkit-box-flex: .3; -ms-flex: .3; flex: .3; -ms-flex-negative: 0; flex-shrink: 0; }
@media (max-width: 768px) { .section .about .about-form .about-li .about-li-name { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; margin-bottom: 10px; font-size: 15px; font-weight: bold; } }
.section .about .about-form .about-li .about-li-value { -webkit-box-flex: .7; -ms-flex: .7; flex: .7; }
@media (max-width: 768px) { .section .about .about-form .about-li .about-li-value { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } }
.section .appointment { padding: 84px 0 100px; }
@media (max-width: 992px) { .section .appointment { padding: 75px 0 90px; } }
@media (max-width: 768px) { .section .appointment { padding: 59px 0 70px; } }
.section .appointment .banner { height: 380px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../img/appointment-banner.png); }
@media (max-width: 992px) { .section .appointment .banner { height: 300px; } }
@media (max-width: 768px) { .section .appointment .banner { height: 200px; } }
.section .appointment .title { padding: 80px 0 70px; font-size: 30px; color: #116db6; position: relative; text-align: center; }
@media (max-width: 992px) { .section .appointment .title { padding: 60px 0 50px; } }
@media (max-width: 768px) { .section .appointment .title { padding: 40px 0 30px; } }
@media (max-width: 768px) { .section .appointment .title { font-size: 20px; } }
.section .appointment .appointment-item { background-color: #ffffff; border: solid 1px #eeeeee; margin-bottom: 30px; -webkit-transition: all .3s linear; transition: all .3s linear; }
@media (max-width: 768px) { .section .appointment .appointment-item { padding: 15px; } }
.section .appointment .appointment-item:hover { -webkit-box-shadow: 0px 10px 20px 0px rgba(230, 230, 230, 0.5); box-shadow: 0px 10px 20px 0px rgba(230, 230, 230, 0.5); -webkit-transform: translate(0, 20px, 0); transform: translate(0, 20px, 0); }
.section .appointment .appointment-item .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner { display: block; } }
.section .appointment .appointment-item .inner .inner-box { padding: 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .inner-box { padding: 0; display: block; } }
.section .appointment .appointment-item .inner .item-inner { padding-left: 38px; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px; } }
.section .appointment .appointment-item .inner .item-inner .item-text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.section .appointment .appointment-item .inner .item-inner .item-text .item-text-title { font-size: 30px; margin-bottom: 10px; margin-top: 20px; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-inner .item-text .item-text-title { font-size: 20px; margin-bottom: 5px; margin-top: 0px; } }
.section .appointment .appointment-item .inner .item-inner .item-text .item-text-desc { color: #116db6; font-size: 16px; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-inner .item-text .item-text-desc { font-size: 14px; } }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-inner { padding-left: 0; } }
.section .appointment .appointment-item .inner .item-add { background-color: #f4f9fd; border-left: solid 1px #eeeeee; width: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 48px; color: #116db6; line-height: 1; cursor: pointer; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-add { width: 100%; margin: 0px; height: 50px; margin-top: 20px; font-size: 30px; border: solid 1px #eeeeee; } }
.section .appointment .appointment-item .inner .item-add.minus { display: none; }
.section .appointment .appointment-item .inner .item-img { background-position: center; background-size: cover; background-repeat: no-repeat; width: 200px; max-width: 100%; height: 140px; }
@media (max-width: 768px) { .section .appointment .appointment-item .inner .item-img { margin-bottom: 0px; } }
.section .appointment .appointment-item.select .inner .item-add { background-color: #fff; border: none; }
.section .appointment .appointment-item .appointment-box { border-top: 1px solid #eee; padding: 20px; margin-top: 20px; display: none; }
@media (max-width: 768px) { .section .appointment .appointment-item .appointment-box { padding: 15px 0; } }
.section .appointment .appointment-item .appointment-box .appointment-item-li .text-item { line-height: 30px; color: #878787; font-size: 14px; margin-bottom: 20px; }
.section .appointment .appointment-item .appointment-box .appointment-item-li .text-item h6 { font-size: 16px; color: #000; font-weight: bold; margin-bottom: 5px; }
.section .appointment .appointment-item .appointment-box .appointment-item-li.left { padding-right: 5%; }
@media (max-width: 768px) { .section .appointment .appointment-item .appointment-box .appointment-item-li.left { padding-right: 0; } }
.section .appointment .appointment-item .appointment-box .appointment-item-li.right { padding-left: 5%; }
@media (max-width: 768px) { .section .appointment .appointment-item .appointment-box .appointment-item-li.right { padding-right: 0; } }
.section .appointment .appointment-item .appointment-box .form-btn { width: 190px; line-height: 40px; text-align: center; margin: 60px 0 0; cursor: pointer; border: 1px solid #fff; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #116db6; color: #fff; }
@media (max-width: 768px) { .section .appointment .appointment-item .appointment-box .form-btn { margin: 20px auto 10px; } }
.section .appointment .appointment-item .appointment-box .form-btn:hover { border: 1px solid #116db6; color: #116db6; background-color: #fff; }
.section .appointment .form-box .form-title { font-size: 14px; color: #878787; margin-top: 70px; margin-bottom: 30px; }
.section .appointment .form-box .form-title .desc { color: #116db6; font-size: 24px; }
@media (max-width: 992px) { .section .appointment .form-box .form-title { margin-top: 50px; margin-bottom: 30px; } }
@media (max-width: 768px) { .section .appointment .form-box .form-title { margin-top: 30px; margin-bottom: 20px; }
  .section .appointment .form-box .form-title .desc { font-size: 18px; } }
.section .appointment .form-box .form-btn-box { font-size: 14px; color: #878787; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 30px 0 0; }
@media (max-width: 768px) { .section .appointment .form-box .form-btn-box { margin: 20px 0 0; } }
.section .appointment .form-box .form-btn-box .form-btn { width: 139px; line-height: 40px; text-align: center; cursor: pointer; margin-right: 30px; margin-bottom: 20px; border: 1px solid #fff; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #116db6; color: #fff; }
.section .appointment .form-box .form-btn-box .form-btn:hover { border: 1px solid #116db6; color: #116db6; background-color: #fff; }
.section .appointment .form-box .form-cell .name { font-size: 14px; margin-bottom: 15px; }
@media (max-width: 768px) { .section .appointment .form-box .form-cell .name { margin-bottom: 10px; } }
.section .appointment .form-box .form-cell .name span { color: #116db6; }
.section .appointment .form-box .form-cell .form-value { border: solid 1px #e5e5e5; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section .appointment .form-box .form-cell .form-value input { width: 100%; background-color: transparent;}
.section .appointment .form-box .form-cell .form-value textarea { width: 100%; height: 120px; resize: none; }
.section .appointment .form-box .form-cell .form-input { padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 14px; }
.section .appointment .form-box .form-cell .form-input em { font-style: normal; color: #878787; margin-bottom: 5px; }
.section .appointment .form-box .form-cell .form-input label { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 5px; font-size: 14px; margin-right: 10px; }
.section .appointment .form-box .form-cell .form-input label input[type=radio] { width: 15px; height: 15px; border-radius: 100px; margin-right: 5px; -ms-flex-negative: 0; flex-shrink: 0; background-image: url("../img/radio-img.png"); background-size: cover; }
.section .appointment .form-box .form-cell .form-input label input[type=radio]:checked { background-image: url("../img/radio-on-img.png"); }
.section .appointment .form-box .form-cell .form-file .file-btn { width: 140px; height: 40px; background-color: #eeeeee; border: solid 1px #e5e5e5; color: #000000; margin-right: 10px; font-size: 14px; }
.section .appointment .form-box .form-cell .form-file .tips { margin-top: 10px; color: #878787; font-size: 14px; }
.section .home { padding-top: 84px; }
@media (max-width: 992px) { .section .home { padding-top: 75px; } }
@media (max-width: 768px) { .section .home { padding-top: 59px; } }
.section .home #banner .banner { height: 800px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: center; background-size: cover; background-repeat: no-repeat; }
@media (max-width: 992px) { .section .home #banner .banner { height: 600px; } }
@media (max-width: 768px) { .section .home #banner .banner { height: 400px; }
  .section .home #banner .banner img { max-width: 50%; } }
.section .home .home-section { padding: 30px 0; overflow: hidden; }
@media (max-width: 992px) { .section .home .home-section { padding: 70px 0; } }
@media (max-width: 768px) { .section .home .home-section { padding: 50px 0; } }
.section .home .home-section .title { font-size: 48px; text-align: center; margin-bottom: 30px; padding-bottom: 30px; position: relative; color: #000; }
.section .home .home-section .title::after { position: absolute; width: 60px; height: 1px; background-color: #116db6; content: ''; bottom: 0; left: 50%; margin-left: -30px; }
@media (max-width: 992px) { .section .home .home-section .title { font-size: 30px; margin-bottom: 30px; padding-bottom: 20px; } }
@media (max-width: 768px) { .section .home .home-section .title { font-size: 24px; margin-bottom: 20px; padding-bottom: 15px; } }
.section .home .home-section.cause .cause-item { width: 95%; left: 2.5%; display: block; -webkit-transition: all .3s linear; transition: all .3s linear; }
@media (max-width: 768px) { .section .home .home-section.cause .cause-item { width: 100%; left: 0; } }
.section .home .home-section.cause .cause-item .cause-item-img { height: 430px; background-position: center; background-size: cover; background-repeat: no-repeat; }
@media (max-width: 992px) { .section .home .home-section.cause .cause-item .cause-item-img { height: 250px; } }
@media (max-width: 768px) { .section .home .home-section.cause .cause-item .cause-item-img { height: 150px; } }
.section .home .home-section.cause .cause-item .cause-item-text { background-color: #fff; padding: 40px 10px 40px 40px; font-size: 14px; margin: -40px 0 0 40px; color: #878787; -webkit-transition: all .3s linear; transition: all .3s linear; }
@media (max-width: 992px) { .section .home .home-section.cause .cause-item .cause-item-text { margin: -30px 0 0 30px; padding: 30px 10px 30px 30px; } }
@media (max-width: 768px) { .section .home .home-section.cause .cause-item .cause-item-text { margin: 0; padding: 20px 15px; background-color: #f0f6ed; } }
.section .home .home-section.cause .cause-item .cause-item-text h2 { font-size: 24px; -webkit-transition: all .3s linear; transition: all .3s linear; color: #000; margin-bottom: 10px; }
@media (max-width: 992px) { .section .home .home-section.cause .cause-item .cause-item-text h2 { font-size: 20px; } }
@media (max-width: 768px) { .section .home .home-section.cause .cause-item .cause-item-text h2 { font-size: 18px; } }
.section .home .home-section.cause .cause-item:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.section .home .home-section.cause .cause-item:hover .cause-item-text { -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); background-color: #116db6; color: #fff; }
.section .home .home-section.cause .cause-item:hover .cause-item-text h2 { color: #fff; }
.section .home .home-section.about { color: #fff; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all .3s linear; transition: all .3s linear; }
.section .home .home-section.about .title { color: #fff; text-align: left; padding: 0 0 20px 0; }
.section .home .home-section.about .title::after { background-color: #fff; left: 0; margin-left: 0; }
.section .home .home-section.about .desc { font-size: 24px; margin:20px 0 0; }
@media (max-width: 768px) { .section .home .home-section.about .desc { font-size: 20px; margin-bottom: 10px; } }
.section .home .home-section.about .tips { line-height: 36px; font-size: 14px; }
.section .home .home-section.about .about-btn { width: 150px; display: block; text-align: center; line-height: 40px; border: solid 1px #ffffff; margin-top: 40px; -webkit-transition: all .3s linear; transition: all .3s linear; cursor: pointer; margin-bottom: 40px; }
@media (max-width: 992px) { .section .home .home-section.about .about-btn { margin-bottom: 150px; margin-top: 30px; } }
@media (max-width: 768px) { .section .home .home-section.about .about-btn { margin-bottom: 30px; background-color: #116db6; color: #fff; border-color: #116db6; margin-top: 20px; } }
.section .home .home-section.about .about-btn:hover { background-color: #fff; color: #116db6; border-color: #116db6; }
.section .home .home-section.appointment { background-color: #f0f6ed; }
.section .home .home-section.appointment .title { padding: 0 0 30px; }
@media (max-width: 992px) { .section .home .home-section.appointment .title { padding-bottom: 20px; } }
@media (max-width: 768px) { .section .home .home-section.appointment .title { padding-bottom: 15px; } }
.section .home .home-section.appointment .layui-container { padding: 0 60px; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container { padding: 0  15px; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-img { background-position: center; background-repeat: no-repeat; background-size: cover; width: 450px; -ms-flex-negative: 0; flex-shrink: 0; }
@media (max-width: 992px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-img { width: 50%; } }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-img { height: 200px; width: 100%; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text { padding: 50px; line-height: 30px; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text { padding: 20px 0 10px; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-title { font-size: 30px; margin-bottom: 10px; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-title { font-size: 20px; margin-bottom: 5px; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-desc { color: #116db6; font-size: 16px; margin-bottom: 25px; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-desc { font-size: 14px; margin-bottom: 10px; } }
.section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-btn { width: 150px; line-height: 40px; text-align: center; color: #fff; margin-top: 30px; background-color: #116db6; }
.appointment-item-text .item-text-btn{display: block;}
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .appointment-item .appointment-item-text .item-text-btn { margin-top: 10px; } }
.section .home .home-section.appointment .layui-container #appointment .swiper-pagination { bottom: 0px; display: none; }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container #appointment .swiper-pagination { display: block; } }
@media (max-width: 768px) { .section .home .home-section.appointment .layui-container .appointment-btn { display: none; } }
.section .home .home-section.appointment .layui-container .appointment-btn .btn::after { display: none; }
.section .home .home-section.news .news-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #eee; padding: 50px 0; margin-bottom: 0; }
@media (max-width: 992px) { .section .home .home-section.news .news-item { padding: 30px 0; } }
@media (max-width: 768px) { .section .home .home-section.news .news-item { padding: 20px 0; } }
.section .home .home-section.news .news-item .news-item-img { width: 30%; height: 130px; background-position: center; background-repeat: no-repeat; background-size: cover; }
@media (max-width: 768px) { .section .home .home-section.news .news-item .news-item-img { height: 100px; } }
.section .home .home-section.news .news-item .news-item-text { padding-left: 30px; padding-right: 50px; width: 70%; color: #878787; line-height: 24px; font-size: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media (max-width: 992px) { .section .home .home-section.news .news-item .news-item-text { padding-right: 25px; } }
@media (max-width: 768px) { .section .home .home-section.news .news-item .news-item-text { padding-left: 20px; padding-right: 0px; } }
.section .home .home-section.news .news-item .news-item-text .news-title { color: #000; font-size: 16px; margin-bottom: 10px; }
.section .home .home-section.news .news-btn { width: 139px; line-height: 40px; text-align: center; display: block; margin: 60px auto 0; cursor: pointer; border: 1px solid #fff; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #116db6; color: #fff; }
@media (max-width: 768px) { .section .home .home-section.news .news-btn { margin: 30px auto 0px; } }
.section .home .home-section.news .news-btn:hover { border: 1px solid #116db6; color: #116db6; background-color: #fff; }
