/* ZhuYun页面专属样式 */
.top-contact-bar a:hover { color: #9b59b6; }
.top-contact-bar .contact-phone i { color: #9b59b6; }
.top-contact-bar .contact-info i { color: #9b59b6; }
.nav-menu li a:hover,
.nav-menu li.active a {
    background-color: #9b59b6;
    color: #fff;
}
.faq-title {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    background-size: cover;
    vertical-align: middle;
    background-position: center;
    color: #F0FEFF;
}
.faq-title .headline { font-size: 50px; word-spacing: 10px; }
.faq-wrapper {
    background-color: rgba(155, 89, 182, 0.6);
    padding: 78px 0px;
    margin-top: 65px;
}
.faq-content { margin-top: 80px; }
.faq-header {
    font-size: 2em;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #9b59b6;
}
.faq-c {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}
.faq-t {
    line-height: 1.5em;
    color: #aaa; 
    font-family: sans-serif; 
    float:left; 
    font-weight: 700; 
    padding-right: 0.62em; 
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    margin-top: -5px;
}
.faq-q {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-size: 1.25em;
    background: rgba(155, 89, 182, 0.1);
    font-weight: 100;
    padding: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #9b59b6;
}
.faq-q:hover {
    box-shadow: 0 1px 5px 0 #9b59b6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq-a {
    clear: both;
    color: #666;
    display: none;
    padding: 1.5em;
    line-height: 1.8;
}
.widget h4 {
    background: url("assets/img/title-bg.png") repeat-x scroll 0 4px rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.widget h4 span { background: white; padding-right: 10px; }
.widget ul { padding-left: 0; list-style: none; }
.widget ul li {
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}
.widget ul li:hover { background: #f8f8f8; padding-left: 10px; }
.widget ul li:before {
    color: #646464;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 11px;
}
.appointment {
    background-color: #e6e6e6;
}
.appointment .header {
    background-color: #9b59b6;
    min-height: 99px;
    height: auto !important;
    padding: 10px 23px 0px;
    margin: 0px 0px 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.appointment .header h2, .appointment .header .number {
    text-shadow: 1px 1px 0px #6c3483;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}  
.appointment .header a i {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #fff;
    background: #9b59b6;
    color: white;
    padding-top: 3px;
    padding-left: 6px;
}
.appointment .header .or {
    display: block;
    width: 100%;
    height: 35px;
    background: url(assets/img/or-bg.png) center center no-repeat; 
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: relative;
    top: 17px;
}
.appointment .input-group { padding: 10px 0px; }
.appointment .send { margin-bottom: 20px; }
#footer { background-color: #2c3e50; color: #fff; padding: 30px 0; }
#footer .copy-right-text { color: #aaa; padding: 20px 0 0; }
#footer .copy-right-text a { color: #46a1b4; }
.contact li { margin: 0 10px; }
.contact li a { color: #fff; font-size: 20px; }
.service-intro {
    padding: 60px 0;
    background: #f8f9fa;
}
.service-intro h3 {
    color: #9b59b6;
    margin-bottom: 15px;
}
.service-intro p {
    line-height: 1.8;
    color: #666;
}
.service-intro .fa {
    font-size: 36px;
    color: #9b59b6;
    margin-bottom: 15px;
}

/* 手机端响应式 */
@media (max-width: 768px) {
    .nav-menu li.active a { border-left: 4px solid #9b59b6; }
    .headline { font-size: 28px; }
    .sub-headline { font-size: 16px; }
    .faq-wrapper { padding: 40px 0; }
    .faq-content { margin-top: 40px; }
    .faq-header { font-size: 1.5em; }
    .faq-q { font-size: 1em; padding: 12px; }
    .faq-a { padding: 1em; font-size: 14px; }
    .service-intro { padding: 30px 0; }
    .service-intro .fa { font-size: 28px; }
    .service-intro h3 { font-size: 18px; }
    .service-intro p { font-size: 14px; }
    .appointment .header h2 { font-size: 18px; }
    .appointment .header .number { font-size: 16px; }
    .appointment .header .or { font-size: 12px; }
}

@media (max-width: 480px) {
    .headline { font-size: 24px; }
    .sub-headline { font-size: 14px; }
    .faq-header { font-size: 1.2em; }
    .faq-q { font-size: 0.9em; }
    .faq-a { font-size: 13px; padding: 0.8em; }
    .service-intro .fa { font-size: 24px; }
    .service-intro h3 { font-size: 16px; }
    .service-intro p { font-size: 13px; }
    .appointment .header h2 { font-size: 16px; }
    .appointment .header .number { font-size: 14px; }
}
