/*
Author: kenrich
Time:2023-01-03 -- 2023-01-10
/* reset */
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    transition: all 0.4s ease;
    text-decoration: none !important;
    color: #191819;
}

a:hover,
a:focus {
    transition: all 0.8s ease;
    text-decoration: none !important;
    color: #005750;
    outline: none;
}

body {
    color: #333;
    background: #fff;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    padding-top: 100px;
}

* {
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    font-size: 16px;
}

h1,
h2,
h3,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

p {
    line-height: 24px;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.fix-cart {
    position: fixed;
    right: 15px;
    top: 48%;
    display: block;
    width: 60px;
    z-index: 9999 !important;
}

.fix-cart a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    border-radius: 50%;
    color: #fff;
}

.fix-cart .bage {
    position: absolute;
    top: 17px;
    right: 31px;
    background: orangered;
    color: #fff;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 30px;
    padding: 1px 5px;
    transform: translateY(-50%) translateX(100%);
}

.fix-li {
    position: relative;
}

/* 手機導航 */
.phone-menu {
    background: #fff;
    padding: 5px 15px;
}

.phone-menu .left img {
    height: 44px;
}

.phone-menu .right {
    padding-top: 10px;
}

.phone-menu .right img {
    height: 25px;
}

.expanded .side-menu {
    left: 0;
}

.side-menu-close {
    text-align: right;
    padding: 8px 15px;
}

.side-menu-close .iconfont {
    color: #fff;
    font-size: 23px;
}

.navset span {
    font-size: 24px;
}

.side-menu-close img {
    height: 24px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.side-menu-close:hover img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.side-menu-list ul li:hover,
.side-menu-list ul>li.active {
    color: #fff;
    background: #494949;
}

.side-menu-list ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 20px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 1;
}

.side-menu-list ul li {
    position: relative;
    border-top: 1px solid #3e3e3e;
    cursor: pointer;
}

.side-menu-list #sub-menu,
.side-menu-list #sub-menu #third-menu {
    display: none;
}

.side-menu-list li.active>#sub-menu,
.side-menu-list li.active>#third-menu {
    display: block !important;
}

.side-menu-list .submenu-parent #sub-menu {
    background: #1f1f1f;
}

.side-menu-list .submenu-parent #sub-menu a {
    font-size: 14px;
    padding-left: 30px;
}

.side-menu-list .submenu-parent #sub-menu #third-menu a {
    padding-left: 45px;
}

.side-menu-list ul li span {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 10px;
}

.side-menu {
    width: 100%;
    height: 100%;
    max-width: 285px;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;
    left: -285px;
    top: 0
}

.side-menu-list ul>li.active>span {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.expanded {
    overflow: hidden;
}

.sub-menu-list {
    margin-bottom: 10px;
}

.sub-menu-list-title a {
    color: #e49e99 !important;
    font-size: 16px !important;
}

.sub-menu-list-info {
    padding: 10px 20px;
}

.sub-menu-list-info p {
    margin-bottom: 0 !important;
}

.sub-menu-list-info p a {
    padding: 8px 15px !important;
}

/* copyright */
.copyright {
    text-align: center;
    padding: 20px 0;
    background: #fff;
    color: #333;
    font-size: 18px;
}

/* 返回顶部 */
.actGotop {
    position: fixed;
    right: 50px;
    bottom: 300px;
    z-index: 9999;
    display: none;
}

.actGotop img {
    width: 60px;
}

/* 顶部 */
header {
    background: #fff;
    padding: 0px 100px 0px 100px;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-box-shadow: 1px 3px 6px #005750;
    -webkit-box-shadow: 1px 3px 6px #005750;
    box-shadow: 1px 3px 6px #005750;
    z-index: 999;
}

header .logo {
    width: 300px;
    height: 100px;
    line-height: 100px;
}

header .social {
    width: 300px;
    text-align: right;
    padding-top: 30px;
}

header .menu {
    width: calc(100% - 610px);
    text-align: center;
}

header .logo img {
    height: 60px;
}

header .smenu {
    display: inline-block;
}

header .menu ul>li {
    display: inline-block;
}

header .menu li a {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    color: #005950;
    background: #fff;
    border-radius: 20px;
    height: 100px;
    line-height: 100px;
}

header .menu li.active a,
header .menu li:hover a {
    color: #fff;
    background: #005950;
}

header .menu li.menu-parent ul.sub-pc {
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    z-index: 9999;
}

header .menu li.menu-parent:hover .sub-pc {
    display: block;
}

header .menu ul.sub-pc {
    height: auto;
    line-height: inherit;
}

header .menu .sub-pc li {
    margin-left: 0;
    background-color: #26706a;
    margin-bottom: 1px;
    padding: 0;
}

header .menu .sub-pc li a {
    color: #fff;
    display: block;
    font-size: 16px !important;
    width: 200px !important;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}

header .menu li.menu-parent {
    position: relative;
    background: url(../images/down.png) no-repeat 95% 42px;
    background-size: 8px;
}

header .social a {
    display: inline-block;
}

header .social a img {
    height: 38px;
}

/* 登录 */
.login-set {
    background: url(../images/so10.png) no-repeat;
    height: 38px;
    width: 128px;
    background-size: 128px;
    line-height: 38px;
    outline: none !important;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    display: inline-block;
}

#swiper-banner .swiper-button-prev {
    background: url(../images/bleft.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

#swiper-banner .swiper-button-next {
    background: url(../images/bright.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

.no-login {
    background: url(../images/so10.png) no-repeat;
    height: 38px;
    width: 128px;
    background-size: 128px;
    line-height: 38px;
    outline: none !important;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 45px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.no-login:hover {
    color: #fff;
}

b.login-set {
    display: block;
    color: #fff;
    font-weight: bold;
    padding-left: 43px;
    text-align: left;
    cursor: pointer;
}

.haslogin {
    width: 128px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
}

.haslogin span {
    margin-left: 10px !important;
}

/* banner */
.other-banner {
    position: relative;
}

.banner-info {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -55px;
}

.banner-info h3 {
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
    margin-bottom: 10px;
    font-size: 50px;
    color: #a9acac;
}

.banner-info h4 {
    font-size: 40px;
    color: #fff;
}

/* 问答 */
.qa-all {
    padding: 120px 0 80px 0;
    background: #f2f2f2;
}

.question-list {
    margin-bottom: 20px;
}

.question-list-ask {
    padding: 15px 25px 15px 55px;
    background: #ffffff url(../images/ch1.png) no-repeat 25px 14px;
    background-size: 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
}

.question-list.check .question-list-ask {
    padding: 15px 25px 15px 55px;
    background: #005750 url(../images/ch2.png) no-repeat 25px 14px;
    background-size: 20px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
}

.question-list-ask .left {
    width: calc(100% - 100px);
    font-size: 18px;
    font-weight: bold;
}

.question-list-ask .right {
    width: 20px;
    background: url(../images/do1.png) no-repeat center center;
    background-size: 16px;
    height: 20px;
    margin-top: 3px;
}

.question-list.check .question-list-ask .right {
    background: url(../images/do2.png) no-repeat center center;
    background-size: 14px;
}

.question-list-answer {
    padding: 15px 25px 15px 55px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #333;
    font-weight: bold;
}

/* 底部 */
footer {
    background: #005750;
    padding: 60px 100px 60px 100px;
}

.footer-contact {
    background: #26706a;
    border-radius: 10px;
    padding: 50px 40px 30px 40px;
    margin-left: 20px;
}

.footer-contact h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-contact input {
    background: #b3cdcb;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #005950;
}

.footer-button {
    width: 180px;
    margin: 30px auto 0 auto;
    background: #005750 url(../images/so6.png) no-repeat 130px 10px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    cursor: pointer;
    background-size: 20px;
}

.footer-contact input::-webkit-input-placeholder {
    /* WebKit/Blink */
    color: #005950;
}

.footer-contact input::-moz-placeholder {
    /* Firefox 19+ */
    color: #005950;
}

.footer-contact input:-ms-input-placeholder {
    /* IE 10-11 */
    color: #005950;
}

.footer-contact input::placeholder {
    /* 标准 */
    color: #005950;
}

.footer-left-logo {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.footer-ewm {
    text-align: center;
    padding: 50px 0;
}

.footer-Htitle {
    padding-top: 25px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Times New Roman', serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-Htitle span {
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    display: block;
    bottom: 0;
}

.footer-left {
    padding-right: 30px;
}

.footer-left-info p {
    color: #eee;
    font-size: 14px;
}

.footer-left-info li {
    color: #eee;
    font-size: 14px;
    padding-left: 30px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    height: 36px;
    line-height: 36px;
}

.footer-ewm img {
    height: 120px;
}

.footer-left-logo img {
    height: 60px;
}

.errorpage {
    padding: 100px 0 120px 0;
}

.error-btn {
    color: #fff;
    background: #005950;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #005950;
    display: block;
    margin: 30px auto;
}

.error-btn:hover {
    color: #005950;
    background: #fff;
}

.errorpage img {
    margin-bottom: 40px;
}

.success {
    padding: 150px 0 180px 0;
    text-align: center;
}

.success img {
    margin-bottom: 10px;
}

.sitemap {
    padding: 80px 0 120px 0;
}

.sitemap-warpper h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.consultants-btn {
    width: 240px;
    margin: 60px auto 60px auto;
    background: #005750;
    border: 1px solid #005750;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    cursor: pointer;
    background-size: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.consultants-btn:hover {
    color: #fff;
}

.consultants {
    padding: 120px 0 80px 0;
    background: #f2f2f2;
}

.consultation {
    padding: 120px 0 100px 0;
}

.consultants-list {
    background: #fff;
    margin-bottom: 30px;
}

.consultants-list-name {
    background: #fff;
    padding: 15px 15px;
    width: 180px;
    text-align: center;
    border-radius: 0 15px 15px 0;
}

.consultants-list-info li {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/li.png) no-repeat left center;
    background-size: 20px;
}

.consultants-list-info ul {
    margin-bottom: 10px;
    padding: 0 20px;
}

.consultants-list-name h4 {
    font-size: 24px;
    color: #005750;
    margin-bottom: 5px;
}

.consultation h3 {
    color: #005750;
    font-size: 36px;
    margin-bottom: 10px;
}

.consultation-center {
    margin-top: 50px;
}

.consultation h4 {
    color: #005750;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.consultation-center .row {
    margin-bottom: 50px;
}

.consultation-center-list {
    border-left: 5px solid #005750;
    padding: 10px 20px 10px 30px;
    min-height: 145px;
}

.consultation-center-list .title {
    color: #005750;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    background: url(../images/t2.png) no-repeat left center;
    height: 40px;
    line-height: 40px;
    background-size: 36px;
    padding-left: 45px;
}

.consultation-center-list h5 {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

.consultation p {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

.consultation img {
    margin: 30px 0;
}

.consultants-list-info p {
    padding: 0 20px 20px 20px;
    line-height: 24px;
}

/* 联络我们 */
.contact {
    padding: 120px 0 100px 0;
    background: #f2f2f2;
}

.contact-map {
    margin-top: 60px;
}

.contact-info h2 {
    margin-bottom: 10px;
    font-size: 40px;
}

.contact-info h4 {
    color: #005750;
    margin-bottom: 40px;
}

.contact-info input {
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
}

.contact-info textarea {
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
}

.contact-info label {
    display: block;
    color: #005750;
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 16px;
}

.contact-left {
    background: #005750;
    border-radius: 30px;
    margin-right: 50px;
    min-height: 500px;
    padding: 120px 60px;
}

.contact-left ul {
    margin-top: 60px;
}

.contact-left li {
    color: #eee;
    font-size: 18px;
    padding-left: 40px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

/* 最新消息 */
.news {
    padding: 120px 0 100px 0;
}

.has-pic .left {
    width: calc(100% - 340px);
}

.has-pic .right {
    width: 300px;
}

.news-list {
    border-bottom: 1px dashed #005750;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-list h4 {
    color: #005750;
    font-size: 20px;
    margin-bottom: 15px;
}

.news-list p {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-list a {
    padding: 8px 25px;
    background: #005750;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.news-list .tag {
    padding: 2px 10px;
    background: #fbb03b;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}

/* 分页 */
.paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination-box li a {
    color: #005750;
    height: 34px;
    width: 34px;
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    font-weight: bold;
}

.paginatoin-area .pagination-box li:hover a.next {
    background: transparent;
    color: #005750;
}

.paginatoin-area .pagination-box li a i {
    font-size: 12px;
    line-height: 36px;
}

.paginatoin-area {
    padding: 0px;
    margin-bottom: 120px;
    margin-top: 60px;
}

.paginatoin-area .pagination-box li.active a {
    color: #fff;
    background-color: #005750;
}

.paginatoin-area .pagination-box li:hover a {
    color: #fff;
    background-color: #005750;
}

.paginatoin-area .pagination-box li:hover a.previous {
    background: transparent;
    color: #005750;
}

.paginatoin-area .pagination-box li:hover a.next {
    background: transparent;
    color: #005750;
}

.paginatoin-area .pagination-box li:last-child {
    margin-right: 0;
}

.phone-menu {
    background: #fff;
    padding: 15px 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
    top: 0;
    text-align: center;
}

.paginatoin-area .pagination-box li a.next {
    width: auto;
}

.paginatoin-area .pagination-box li:hover a.next {
    color: #005750;
}

.paginatoin-area .pagination-box li a.previous {
    width: auto;
}

.paginatoin-area .pagination-box li:hover a.previous {
    color: #005750;
}

.single-news {
    padding: 100px 0 120px 0;
}

.single-news-top {
    padding: 10px 0 10px 0;
    text-align: center;
}

.single-news-top p {
    font-size: 16px;
    margin-top: 10px;
}

.single-news-center img {
    margin-bottom: 30px;
}

.single-news-center p {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}

.n-line {
    width: 100%;
    height: 1px;
    background: #999;
    margin-bottom: 30px;
    margin-top: 30px;
}

.prevandnext a {
    font-size: 16px;
}

/* 关于我们 */
.about {
    padding: 120px 0 80px 0;
}

.about-top-left img {
    height: 70px;
    margin-bottom: 25px;
}

.about-top-left h2 {
    color: #005750;
    font-size: 36px;
    margin-bottom: 10px;
}

.about-top-left h2 span {
    font-size: 36px;
    color: #333;
}

.about-top-left h4 {
    color: #005750;
    margin-bottom: 30px;
}

.about-top-left p {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.about-top-right-list {
    text-align: center;
    margin-bottom: 40px;
}

.about-top-right-list img {
    margin-bottom: 15px;
}

.about-top-right-list h3 {
    color: #005750;
    margin-bottom: 10px;
}

.about-top-right-list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.advance {
    padding: 120px 0 100px 0;
    background: #f2f2f2;
}

.advance-top {
    border-left: 5px solid #005750;
    padding: 10px 20px 5px 20px;
    margin-bottom: 100px;
}

.advance-top h2 {
    color: #005750;
    font-size: 42px;
    margin-bottom: 10px;
}

.advance-top h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 5px;
}

.advance-center h3 {
    font-size: 28px;
    color: #005750;
    margin-bottom: 25px;
}

.advance-bottom {
    margin-top: 50px;
}

.advance-center p {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.advance-bottom-list {
    padding: 40px 30px;
    background: #005750;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.advance-bottom-list img {
    margin-bottom: 20px;
}

.advance-bottom-list h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0 60px 30px 60px;
}

.advance-bottom-list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.inquiry select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
}

.inquiry .contact-info h2 {
    text-align: center;
    color: #005750;
}

.inquiry .contact-info h4 {
    text-align: center;
    color: #005750;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 60px;
    font-family: 'Times New Roman', serif;
}

/* 注册 */
.register-info {
    background: #fff;
    padding: 50px 60px;
    border-radius: 50px;
}

.register-line {
    position: relative;
    padding: 10px 0;
}

.register-line b {
    position: absolute;
    width: 200px;
    background-color: #fff;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    font-weight: 400;
    top: -16px;
    font-size: 22px;
}

.register-line span {
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
}

.register-socail {
    text-align: center;
    margin-top: 50px;
}

.login-info img {
    height: 60px;
    margin: 0 15px;
}

.register-set {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.register-info .form-control {
    padding: 0 20px;
    border-radius: 20px;
    color: #005750;
    height: 44px;
    line-height: 44px;
    background: #f2f2f2;
    font-size: 16px;
}

.HTile h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #005750;
    font-family: 'Times New Roman', serif;
}

.login-title {
    padding-top: 250px;
}

.login-title h2 {
    text-align: center;
    font-size: 46px;
    color: #005750;
    margin-bottom: 10px;
}

.login-title h4 {
    text-align: center;
    font-size: 32px;
    color: #005750;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
}

.register-info label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    color: #333;
}

.register-set a {
    color: #005750;
    text-decoration: underline !important;
}

.logon-sinfo {
    padding: 0 10px;
}

.register-socail img {
    height: 40px;
    margin: 0 10px;
}

.login-btn {
    color: #fff;
    background: #005750;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #005750;
    display: block;
    margin: 30px auto;
    border-radius: 30px;
}

/* 个人中心 */
.utitle {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin: 0 50px 30px 50px;
}

.user-info {
    padding: 50px;
    border-top: 0;
    padding-top: 0;
}

.user-info .form-control {
    height: 44px;
    line-height: 44px;
    border-radius: 20px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: bold;
}

.user-info label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.user-other {
    padding: 50px;
    border-top: 0;
    padding-top: 0;
}

.user-info-bottom {
    border-top: 1px solid #005750;
    padding-top: 50px
}

.user-info-bottom label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.user-info-bottom .form-control {
    height: 44px;
    line-height: 44px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 22px;
}

.seline {
    width: 1px;
    margin: 0 auto;
    height: 250px;
    background: #005750;
}

.search-user {
    padding: 50px 30px 0 30px;
    border: 1px solid #005750;
    border-top: 0;
    border-bottom: 0;
}

.search-user .form-control {
    border: 1px solid #005750;
    height: 44px;
    line-height: 44px;
    border-radius: 44px 0 0 44px;
    padding: 0 22px;
}

.search-user .input-group-addon {
    border: 1px solid #005750;
    background: #005750;
    color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 0 44px 44px 0;
    cursor: pointer;
}

.member-btn {
    color: #fff;
    background: #005750;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #005750;
    display: block;
    margin: 30px auto;
    border-radius: 30px;
}

.member-center .nav-tabs {
    border-bottom: 0;
}

.member-center .nav-tabs li {
    width: 50%;
    text-align: center;
}

.member-center .nav-tabs li a {
    font-size: 20px;
    font-weight: bold;
    color: #999;
    border-bottom: 2px solid #ccc;
    margin-right: 0;
}

.case-list li span {
    font-weight: bold;
}

.member-center .tab-content {
    padding-top: 50px;
}

.member-bottom {
    padding: 20px 50px 50px 50px;
}

.member-bottom td,
.member-bottom th {
    padding: 10px !important;
}

.member-center .nav-tabs li a.active {
    font-size: 20px;
    font-weight: bold;
    color: #005750;
    border-bottom: 2px solid #005750;
}

.member-center {
    background: #fff;
    border-radius: 40px;
    padding-top: 40px;
}

.index-banner .swiper-button-prev {
    left: 50px;
}

.index-banner .swiper-button-next {
    right: 50px;
}

.index-banner-info {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 50%;
    color: #fff;
    margin-top: -130px;
}

.index-banner-info h3 {
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
    margin-bottom: 10px;
    font-size: 50px;
    color: #adb1ab;
}

.index-banner-info h2 {
    margin-bottom: 15px;
    font-size: 50px;
}

.index-banner-info h4 {
    margin-bottom: 40px;
}

.index-about {
    padding: 120px 0 100px 0;
}

.index-Htitle {
    padding-left: 15px;
    border-left: 3px solid #005950;
    color: #005950;
}

.index-Htitle h2 {
    margin-bottom: 5px;
}

.index-Htitle h4 {
    color: #877675;
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
}

.index-about h5 {
    color: #005950;
    font-size: 16px;
    padding-left: 17px;
    margin-top: 10px;
}

.index-about h6 {
    color: #333;
    font-size: 16px;
    padding-left: 17px;
    margin-top: 30px;
    line-height: 26px;
    padding-right: 100px;
    margin-bottom: 50px;
}

.index-line {
    width: 20px;
    height: 3px;
    background: #005950;
    margin-left: 17px;
    margin-top: 15px;
}

.index-about-left ul {
    margin-left: 17px;
    margin-top: 20px;
}

.index-about-left li {
    width: 50%;
    float: left;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 15px;
    border-left: 3px solid #005950;
    margin-bottom: 20px;
}

.index-intr-list {
    margin-bottom: 30px;
    text-align: center;
}

.index-intr-list img {
    height: 60px;
    margin-bottom: 10px;
}

.index-intr-list h4 {
    color: #005950;
    margin-bottom: 20px;
}

.index-intr-list p {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.index-intr {
    margin-top: 80px;
}

.index-services {
    background: #f2f2f2;
    padding: 120px 0 100px 0;
}

.index-witness {
    background: #f2f2f2;
}

.index-news .index-Htitle {
    margin-bottom: 60px;
}

.index-witness .index-Htitle {
    margin-bottom: 60px;
}

.index-witness li {
    line-height: 28px;
    border-left: 3px solid #999;
    margin-bottom: 40px;
    padding-right: 50px;
}

.index-btn {
    color: #fff;
    background: #005750;
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #005750;
    display: block;
    margin: 50px auto;
    border-radius: 30px;
    font-weight: bold;
}

.index-witness h6 {
    color: #333;
    font-size: 14px;
    padding-left: 0px;
    margin-top: 30px;
    line-height: 26px;
    padding-right: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.index-services-list {
    margin-bottom: 30px;
}

.index-services-warpper {
    margin-top: 60px;
}

.index-services-list {
    position: relative;
}

.index-services-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 42% 25% 0 25%;
}

.index-services-list:hover .index-services-info {
    padding: 35% 25% 0 25%;
    background: #005750;
    color: #fff !important;
}

.index-services-list:hover .index-services-info span {
    display: block;
}

.index-services-list:hover .index-services-info p {
    display: block;
}

.index-services-info span {
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    display: none;
}

.index-services-info p {
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.index-services-info h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* 手機 */
@media(max-width: 768px) {
    .success {
        padding: 20px 0 50px 0;
    }

    .consultation img {
        margin: 10px 0;
    }

    .consultation-center .row {
        margin-top: 20px !important;
        margin-bottom: 0;
    }

    .consultation-center-list {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .consultants-btn {
        width: 200px;
        margin: 30px auto 30px auto;
        background: #005750;
        border: 1px solid #005750;
        color: #fff;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

    .sitemap-warpper h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .sitemap {
        padding: 30px 0 30px 0;
    }

    .success h3 {
        font-size: 18px;
    }

    .register-socail img {
        margin: 5px;
    }

    .errorpage {
        padding: 20px 0 20px 0;
    }

    .haslogin button {
        background: transparent;
        color: #fff;
        border: 1px solid #ccc
    }

    .haslogin .input-group-btn {
        width: 130px;
    }

    .slogin {
        width: 100%;
        float: none;
        padding: 0;
        color: #fff;
        margin-left: 0;
    }

    .nologin {
        margin-left: 0;
    }

    .slogin a {
        color: #fff;
    }

    body {
        padding-top: 75px;
    }

    .login-title {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .login-title h2 {
        text-align: center;
        font-size: 32px;
        color: #005750;
        margin-bottom: 5px;
    }

    .register-info {
        background: #fff;
        padding: 30px 15px;
        border-radius: 10px;
    }

    .HTile h4 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .login-title h4 {
        text-align: center;
        font-size: 26px;
    }

    .qa-all {
        padding: 30px 0;
    }

    footer {
        padding: 25px 15px;
    }

    .footer-left-logo img {
        height: 45px;
    }

    .footer-left {
        padding-right: 0px;
    }

    .footer-contact {
        margin-left: 0px;
    }

    .actGotop {
        display: none !important;
    }

    .copyright {
        padding: 10px 0;
        font-size: 16px;
    }

    .footer-ewm {
        text-align: center;
        padding: 30px 0;
    }

    .question-list-answer {
        padding: 10px 15px;
        line-height: 24px;
        font-size: 14px;
    }

    .question-list-ask {
        padding: 10px 25px 10px 45px;
        background: #ffffff url(../images/ch1.png) no-repeat 20px 11px;
        background-size: 16px;
    }

    .question-list.check .question-list-ask {
        padding: 10px 25px 10px 45px;
        background: #005750 url(../images/ch2.png) no-repeat 20px 11px;
        background-size: 16px;
    }

    .question-list-ask .left {
        font-size: 16px;
    }

    .question-list {
        margin-bottom: 10px;
    }

    .banner-info h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .banner-info h4 {
        font-size: 24px;
        color: #fff;
    }

    .banner-info {
        margin-top: -36px;
    }

    .consultation {
        padding: 30px 0;
    }

    .consultation h3 {
        color: #005750;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .consultation h4 {
        color: #005750;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .inquiry .contact-info h4 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .contact-info h2 {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .member-center {
        background: #fff;
        border-radius: 10px;
        padding-top: 0;
    }

    .member-center .tab-content {
        padding-top: 30px;
    }

    .utitle {
        margin: 0 15px 30px 15px;
    }

    .user-info {
        padding: 50px 15px 20px 15px;
        border-top: 0;
        padding-top: 0;
    }

    .user-other {
        padding: 50px 15px 20px 15px;
        border-top: 0;
        padding-top: 0;
    }

    .member-bottom {
        padding: 20px 15px 30px 15px;
    }

    .case-list {
        padding-bottom: 10px;
        border-bottom: 1px dashed #333;
        margin-bottom: 10px;
    }

    .contact {
        padding: 30px 0 30px 0;
        background: #f2f2f2;
    }

    #swiper-banner .swiper-button-prev {
        background: url(../images/bleft.png) no-repeat;
        background-size: 30px;
        width: 30px;
        height: 30px;
        left: 15px;
    }

    #swiper-banner .swiper-button-next {
        background: url(../images/bright.png) no-repeat;
        background-size: 30px;
        width: 30px;
        height: 30px;
        right: 15px;
    }

    .index-banner-info h3 {
        margin-bottom: 4px;
        font-size: 26px;
        color: #adb1ab;
    }

    .index-banner-info h2 {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .index-banner-info h4 {
        margin-bottom: 5px;
    }

    .index-about h6 {
        color: #333;
        font-size: 16px;
        padding-left: 17px;
        margin-top: 10px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .index-about-left li {
        width: 100%;
    }

    .index-banner-info {
        margin-top: -75px;
    }

    .index-intr {
        margin-top: 30px;
    }

    .index-services {
        padding: 30px 0;
    }

    .index-services-warpper {
        margin-top: 15px;
    }

    .index-services-list {
        margin-bottom: 15px;
    }

    .index-about {
        padding: 30px 0;
    }

    .news {
        padding: 30px 0;
    }

    .has-pic .left {
        width: 100%;
    }

    .has-pic .right {
        width: 100%;
        margin-top: 10px;
    }

    .index-witness .index-Htitle {
        margin-bottom: 20px;
    }

    .index-witness li {
        line-height: 28px;
        border-left: 3px solid #999;
        margin-bottom: 15px;
        padding-right: 10px;
    }

    .contact-left {
        background: #005750;
        border-radius: 30px;
        margin-right: 0;
        min-height: 400px;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .contact-left ul {
        margin-top: 30px;
    }
}