@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");

@font-face {
    font-family: "fangzheng";
    src: url('../fonts/sourcehansanscn/fz-v4.0.TTF?t=1487643189178'); /* IE9*/
    src: url('../fonts/sourcehansanscn/fz-v4.0.eot?t=1487643189178') format('embedded-opentype'); /* IE6-IE8 */
}

@font-face {
    font-family: "sourcehansanscn";
    src: url('../fonts/sourcehansanscn/SourceHanSansCN-Regular.otf?t=1487643189178'); /* IE9*/
    src: url('../fonts/sourcehansanscn/SourceHanSansCN-Regular.eot?t=1487643189178')format('embedded-opentype'); /* IE6-IE8 */
}
body {
    height: auto;
    width: 100%;
    padding-top: 0;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "fangzheng","sourcehansanscn", sans-serif;
    font-weight: 200;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #333;
    font-family: "sourcehansanscn", sans-serif !important;
}
a:hover,
a:focus {
    color: #333;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
    border-color: white;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
    font-family: "sourcehansanscn", sans-serif;
}
p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.ie-border-radius-1 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:1px;
}
.ie-border-radius-2 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:2px;
}
.ie-border-radius-3 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:3px;
}
.ie-border-radius-4 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:4px;
}
.ie-border-radius-5 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:5px;
}

.ie-border-radius-15 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:15px;
}

.ie-border-radius-300 {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius:300px;
}

.left.carousel-control, .right.carousel-control {
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1)";
}

@keyframes show-menu {
    0%{
        top: 43px;
        opacity: 0; /*Chrome、Safari、Firefox、Opera */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6/IE7/8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*  IE8 */
    }
    100%{
        top:62px;
        opacity: 1; /*Chrome、Safari、Firefox、Opera */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE6/IE7/8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /*  IE8 */

    }
}

@keyframes show-menu-mobile {
    0%{
        top: 29px;
        opacity: 0; /*Chrome、Safari、Firefox、Opera */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6/IE7/8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*  IE8 */
    }
    100%{
        top:38px;
        opacity: 1; /*Chrome、Safari、Firefox、Opera */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE6/IE7/8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /*  IE8 */

    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar-nav li > a {
    font-size: 14px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'sourcehansanscn', 'sans-serif';
    
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'sourcehansanscn', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #ffffff;
    padding: 8px 10px;
}
.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fdcc52 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
    padding-top:3px;
}

.navbar-inverse {
    border-bottom: 2px solid #fff;
    -moz-box-shadow:10px 10px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.1);
    box-shadow:10px 10px 20px rgba(0,0,0,0.1);
}

.navbar-inverse .navbar-toggle {
    /*padding:10.5px 15px;*/
}
.navbar-inverse .navbar-brand {
    padding:11px 15px;
    height: auto;
}
.navbar-brand > img {
    /*height:28px;*/
}

.navbar-right:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.navbar-right .dropdown-menu .nav-second{
    font-size: 14px;
}

.navbar-right .dropdown-menu .nav-third{
    font-size: 14px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    z-index: 9999;
    max-height: 100%;
}
.navbar-inverse {
    top:auto;
    border-color: transparent;
}
.wrapper {
    clip: rect(auto auto auto auto);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wrapper:before {
    content: " ";
    padding: 2em 3.5em;
}
.navbar-inverse .navbar-nav > li > a {
    /*color: #fff;*/
    color: #333;
}
.navbar-right .dropdown-menu {
    color: #fff;
    width: 100%;
    border-color: transparent;
}

.navbar-right .dropdown-menu > li.nav-popular{
    height: 30px;
    color: #01a6cb;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0 15px;
    border-top: 1px solid #ccc;
}
/*.navbar-right .dropdown-menu > li.nav-popular a {*/
/*    border-bottom: 2px solid #01a6cb;*/
/*    padding: 5px 0;*/
/*}*/
/*.navbar-nav > li > a.btn {*/
/*    width: 160px;*/
/*}*/


.navbar-right .dropdown-menu li div.nav-second, .navbar-right .dropdown-menu li div.nav-third {
    padding: 5px 0;
}
.navbar-inverse .navbar-nav > li  a:hover, .navbar-inverse .navbar-nav > li  a:focus {
    color: #0092ff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    color: #0092ff;
}

.navbar-nav > li > a.btn:hover {
    background-color: #fff;
    color: #409cf2;
}
.navbar-inverse .navbar-nav > li.dropdown > a  i{
    display: none;
}
.navbar-inverse .navbar-nav > li.dropdown div.nav-second-mobile, .navbar-inverse .navbar-nav >li.li-mobile, .li-mobile {
    display: none;
}


.carousel-indicators .active {
    width: 24px;
}

.xs-span100 {
    width: 100%;
}

header {
    height:auto;
    padding-top: 50px;
}

@media (min-width: 768px) {
    header {
        padding-top: 64px;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #ffffff;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        /*color: #fdcc52;*/
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: cyan;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        /*color: #fdcc52;*/
    }
    .navbar-header {
        background: none;
    }
    .navbar-inverse {
        background: none;
        border-bottom: none;
    }
    .navbar-inverse .navbar-nav > li {
        padding: 0 20px;
    }
    .navbar-inverse .text-left-indent:nth-of-type(even) {
        text-indent: 2.1em;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 24px 10px;
    }
    /*.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus:hover {*/
        /*border-bottom: 2px solid cyan;*/
    /*}*/
    .navbar-right .dropdown-menu {
        display: none;
        mix-blend-mode: lighten;
        position: fixed;
        width: 100%;
        top:62px;
        left: 0;
        right: 0;
        padding-bottom: 0;
        border: 1px solid #eee;
        background-color: #eee;
        padding-top: 60px;
        -moz-box-shadow:10px 10px 20px rgba(0,0,0,0.1);
        -webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.1);
        box-shadow:10px 10px 20px rgba(0,0,0,0.1);
    }
    .dropdown:hover .dropdown-menu {
        animation: show-menu 1s 1;
    }

    .navbar-right .dropdown-menu.dropdown-menu-about {
        top:62px;
        left: 0;
        position: absolute;
        width: 200px;
        border: 1px solid #eee;
        background-color: #eee;
        text-align: center;
        padding: 0;
    }

    .navbar-brand > img {
        height:40px;
    }

    .navbar-right .dropdown-menu .nav-second{
        font-size: 16px;
        
    }

    .navbar-right .dropdown-menu .nav-third{
        font-size: 15px;
    }

    .navbar-right .dropdown-menu > li.nav-popular{
        margin-top: 60px;
        height: auto;
        border-radius: 3px;
    }
    .dropdown-menu > li.nav-popular > a {
        display: inline-block;
        margin: 5px auto;
        color: #01a6cb;
        font-size: 16px;
    }

    .dropdown-menu > li .nav-third > a {
        color: #666;
    }

    .nav-second-block {
        position:absolute;
        top:0;
        left:0;
        height:115px;
        border-left: 1px solid #000000;
    }
    .nav-second-block:first-child {
        border-left: none;
    }
    .navbar-nav > li.btn-li {
        padding: 0;
    }
    .navbar-nav > li > a.btn {
        margin-top: 17.5px;
        margin-bottom: 4.5px;
        margin-left: 10px;
        border: 1px solid transparent;
        padding: 3px 15px;
        width: auto;
        font-size: 14px;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
    }
    .navbar-nav > li > a.nav-mobile {
        color: #0092ff;
        font-size: 14px;
    }
    .navbar-inverse .navbar-brand {
        height: auto;
        background-color: transparent;
    }
    .navbar-right .dropdown-menu li div.nav-second, .navbar-right .dropdown-menu li div.nav-third {
        padding: 5px 10px;
    }
    /*.navbar-right .dropdown-menu li div.dropdown-menu-item:nth-child(3) div.nav-second {*/
    /*    padding-left: 80px;*/
    /*}*/
    /*.navbar-right .dropdown-menu li div.dropdown-menu-item:nth-child(4) div.nav-second {*/
    /*    padding-left: 80px;*/
    /*}*/
    
    .navbar-right .dropdown-menu li div.nav-third {
        padding-left: 72px;
    }

    .navbar-right .dropdown-menu li div.dropdown-menu-item:first-child div.nav-third {
        padding-left: 42px;
    }
    
    .navbar-right .dropdown-menu li div.dropdown-menu-item:nth-child(3) div.nav-third {
        padding-left: 125px;
    }

    .navbar-right .dropdown-menu li div.dropdown-menu-item:nth-child(4) div.nav-third {
        padding-left: 116px;
    }

    .navbar-right .dropdown-menu li div.dropdown-menu-item:last-child div.nav-third {
        padding-left: 132px;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #333;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #0092ff;
        color: #fff;
    }
    /*.navbar-inverse .navbar-nav li > a.border-a-bottom {*/
    /*    border-bottom: 4px solid transparent;*/
    /*}*/
    /*.navbar-inverse .navbar-nav > .active > a.border-a-bottom {*/
    /*    border-bottom: 4px solid #ffcc01;*/
    /*}*/
    .sm-span50 {
        float: left;
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
    }

    .sm-span20 {
        float: left;
        position: relative;
        width: -webkit-calc(20% - 1px);;
        width: calc(20% - 1px);;
    }

    .sm-span25 {
        float: left;
        position: relative;
        width: -webkit-calc(25% - 1px);;
        width: calc(25% - 1px);;
    }

    /*.navbar-inverse .navbar-nav > .open > a {*/
    /*    border-bottom: 4px solid transparent;*/
    /*}*/

    .navbar-right .dropdown-menu.dropdown-menu-mobile {
        background-color: rgba(0, 0, 0, 0.01);
        mix-blend-mode: lighten;
        position: fixed;
        width: 117px;
        top:38px;
        right: -webkit-calc((100% - 1170px)/2);
        right: calc((100% - 1170px)/2);
        left: auto;
        padding-bottom: 0;
        border: none;
        z-index: 1040;
    }

    .navbar-right .dropdown-menu.dropdown-menu-mobile {
        animation: show-menu-mobile 1s 1;
    }

    .nav_bg{
        padding: 15px 10px;
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .navbar-inverse {
        background-color: rgba(0,0,0,0.01);
    }
    html, body {
        overflow-x: hidden;
    }
    body {
        padding-bottom: 50px;
    }
    .navbar-inverse .navbar-header {
        background-color: rgb(0,0,0);
    }
    .navbar-inverse .navbar-collapse {
        margin-left: 25%;margin-right:-15px;background: rgba(0,0,0,0.8);
    }
    .navbar-inverse .navbar-nav > li.dropdown {
        overflow: hidden;
    }
    .navbar-inverse .navbar-nav > li.dropdown a i.fa-angle-down, .navbar-inverse .navbar-nav > li.dropdown.open a i.fa-angle-up {
        display: inline-block;
    }
    .navbar-inverse .navbar-nav >li.li-pc, .li-pc,.navbar-right .dropdown-menu > li.nav-popular, .navbar-inverse .navbar-nav > li.dropdown div.nav-second-pc, .navbar-inverse .navbar-nav > li.dropdown div.nav-third-pc, .navbar-inverse .navbar-nav > li.dropdown.open a i.fa-angle-down  {
        display: none;
    }
    .navbar-inverse .navbar-nav > li.dropdown div.nav-second-mobile, .navbar-inverse .navbar-nav >li.li-mobile, .li-mobile  {
        display: block;
    }
    i.li-mobile, span.li-mobile {
        display: inline;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
    .navbar-inverse .navbar-nav > li.dropdown .dropdown-menu {
        background: rgba(0,0,0,0.6);
    }


    .navbar-collapse.collapse.in{
        height: 100vh;
    }
    .navbar-right .dropdown-menu.dropdown-menu-about li {
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li.open .dropdown-menu.dropdown-menu-about li a {
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a.btn {
        color: #ccc;
    }
    .navbar-nav > li > a.btn:hover {
        background-color: #fff;
        color: #409cf2;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: transparent;
    }
    .navbar-brand > img {
        height:28px;
    }

    .nav_bg{
        padding: 15px 10px;
        background-color: #000;
    }

    .ft_nav{
        width: 25%;text-align: center;background-color: #FFF;
    }

    .ft_nav a .consultation .footer-row{
        padding-top: 7px;
    }

}
.dropdown-menu > li.nav-popular > a:hover {
    color: #01a6cb;
    background-color: #eee;
}
.navbar-right .dropdown-menu .nav-third a:hover {
    color: #01a6cb;
}

@media (max-width: 1024px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav > li {
        padding: 0 10px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
    .navbar-right .dropdown-menu .nav-third{
        font-size: 12px;
    }
}

main.content {
    /*position: fixed;*/
    /*top:0;*/
    /*bottom:0;*/
    /*left:0;*/
    /*right: 0;*/
    padding: 0;
    /*overflow-y: hidden;*/
    height: auto;
}

section.panel {
    margin: 0;
}

footer {
    background-color: #35414d;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer.footer {
    position: static;
    background: #35414d;
}

footer.footer .header {
    margin-bottom: 20px;
}

.footer-header {
    padding-top:10px;
    padding-bottom:10px;
}
.footer-logo {
    text-align: center;
    padding: 10px 20px;
}
.footer-logo img {
    width: 50%;
}
.footer-header-icon, .footer-header-content {
    font-size: 16px;
    color: #fff;
}
.footer-row-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-row-body .footer-body .title {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 10px;
}

.footer-row-body .footer-body .footer-nav {
    font-size: 12px;
    color: #aaa;
}
.friendly-links {
    padding: 10px;
}
.friend-link a {
    color: #aaa;
    font-size: 12px;
    height:22px;
    line-height: 22px;
}
footer.footer .footer-copyright {
    padding:10px 0;
    color: #aaa;
    background-color: transparent;
}

footer.footer .back-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
}
footer.footer .back-top a.back-to-top {
    display: block;
    color: #fff;
    padding: 0;
}
footer.footer .back-top a.back-to-top img{
    border-radius: 5px;
}
footer.footer .back-top a.back-to-top > i {
    border-bottom: 2px solid #fff;
    font-weight: lighter;
}
footer.footer .left-suspension {
    display: none;
    position: fixed;
    top:-webkit-calc((100% - 230px)/2);
    top:calc((100% - 230px)/2);
    height: 230px;
    width: 70px;
    right: 10px;
    z-index: 1031;
}
footer.footer .left-suspension .suspension-content {
    width: 100%;
    height: 100%;
    background: transparent;
}

.suspension-content .floor .floor-content {
    display: none;
    color: #333;
}
.suspension-content .floor:hover .floor-content, .suspension-content .floor .floor-content:hover {
    display: block;
}

.suspension-content .first-floor {
    height: 70px;
    position: relative;
}

.suspension-content .first-floor .floor {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.suspension-content .first-floor .floor-icon, .suspension-content .first-floor .floor-icon a {
    color: #18a0a5;
    font-size: 36px;
}
.suspension-content .first-floor .floor-icon a {
    background-color: #fff;
}

.suspension-content .first-floor .floor-icon > div {
    color: #333;
    font-size: 12px;
}

.suspension-content .first-floor .floor-content {
    position: absolute;
    right: 70px;
    bottom: 0;
}

.suspension-content .second-floor {
    height: 70px;
    margin: 10px auto;
    position: relative;
}

.suspension-content .second-floor .floor {
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.suspension-content .second-floor .floor-icon {
    color: #18a0a5;
    font-size: 36px;
}

.suspension-content .second-floor .floor-icon > div {
    color: #18a0a5;
    font-size: 12px;
}

.suspension-content .second-floor .floor-content {
    position: absolute;
    right: 70px;
    bottom: 10%;
    height: 80%;
    font-size: 18px;
    vertical-align: middle;
}


.suspension-content .third-floor {
    height: 70px;
    position: relative;
}


.suspension-content .third-floor .floor {
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.suspension-content .third-floor .floor-icon {
    color: #18a0a5;
    font-size: 36px;
}

.suspension-content .third-floor .floor-icon > div {
    color: #18a0a5;
    font-size: 12px;
}

.suspension-content .third-floor .floor-content {
    position: absolute;
    right: 70px;
    top: 0;
}


.suspension-content .first-floor .floor-content > div, .suspension-content .second-floor .floor-content > div, .suspension-content .third-floor .floor-content > div {
    background-color: #fff;
    margin-right:30px;
    border-radius: 5px;
}

.suspension-content .first-floor .floor-content > div {
    width: 240px;
    height: 150px;
    font-size: 20px;
    padding: 5px 0;
}

.suspension-content .second-floor .floor-content > div {
    width: 240px;
    padding: 18px 0;
    height: 100%;
}
.wx-qrcode p {
    text-align: center;
}
.wx-qrcode > p > img {
    width: 127px;
}

.feedbackList>ul{list-style: none;border-radius: 6px;}
.feedbackList>li{
    box-sizing: border-box;background-color: #eee;cursor: pointer;
}
#file0{
    position: relative;
    top: 0px;
    overflow: hidden;
}
.feedbackList>li:hover{
    background-color: #FFECD7;
    transform: scale(1.01);
    transition: .4s;
}


@media (min-width: 768px) {
    .footer-header {
        padding-top:0;
        padding-bottom:0;
    }
    .footer-header:first-child {
        border-right: 2px solid #fff;
    }
    .footer-header:last-child {
        border-left: 2px solid #fff;
    }

    .footer-body {
        text-align: left;
    }
    .footer-logo {
        width: 100%;
        padding: 82px 5px 0;
    }
    .footer-logo img {
        width: auto;
        height: 40px;
    }

    .footer-row-body .footer-body .title {
        font-size: 16px;
        color: #aaa;
        margin-bottom: 20px;
    }
    .footer-row-body .footer-body p:not(.title) {
        margin: 5px auto;
    }
    .footer-row-body .footer-body .footer-nav {
        font-size: 14px;
        color: #eee;
    }

    footer.footer .footer-copyright div {
        font-size: 13px;
        text-align: left;
        padding-left: 14px;
    }

    footer.footer .left-suspension {
        display: block;
    }
    .btn {
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 300px;
    }
}

#feedback-submit{
    width:100px;
    height:40px;
    background:rgba(37,144,255,1);
    font-size:20px;
    color:rgba(255,255,255,1);
    line-height:20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: 10px;
}


@keyframes fade-in-left {
    from {
        opacity: 0;
        /*transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade-out-left {
    from {
        opacity: 1;
        transform: none;

    }
    to {
        opacity: 0;
        /*transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.left-suspension-hide {
    position: fixed;
    top:181px;
    width: 31px;
    min-height: 20px;
    right: 15px;
    z-index: 1030;
    /*background-color: #FFFFFF;*/
    color: #f1c40f;
    font-size: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.left-suspension-hide.active {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: fade-in-left;
}

.left-suspension-hide.un-active {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: fade-out-left;
}

.left-suspension {
    position: fixed;
    top:200px;
    width: 70px;
    min-height: 400px;
    right: 15px;
    z-index: 1030;
    text-align: center;
    /*border: 1px solid #89cff0;*/
    /*background-color: #FFFFFF;*/
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /*border-bottom-right-radius: 15px;*/
    display: none;
}

.left-suspension.active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-in-left;
}

.left-suspension.un-active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-out-left;
}


.left-suspension2 {
    position: fixed;
    top:280px;
    width: 200px;
    min-height: 100px;
    right: 100px;
    z-index: 1030;
    /*border: 1px solid #89cff0;*/
    background-color: #FFFFFF;
    border-radius: 15px;
    /*border-top-right-radius: 15px;*/
    /*border-top-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
    display: none;
}

.left-suspension2.active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-in-left;
}

.left-suspension2.un-active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-out-left;
}

#callphone{
    background-color: #FFF;padding: 0px;border-radius: 5px;height: 70px;
}

#callphone:hover {
    /*background-color: #0b97e6;*/
}
#callphone:hover .left-suspension2 {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-in-left;
}

#callphone .left-suspension2{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-out-left;
}

#callwx{
    background-color: #FFF;padding: 0px;border-radius: 5px;height: 70px;
}

#callwx:hover {
    /*background-color: #0b97e6;*/
}
#callwx:hover .left-suspension2 {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-in-left;
}

#callwx .left-suspension2{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade-out-left;
}

.suspension-toggle  {
    display: inline-flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 30px;
    background-color: #89cff0;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}

.suspension-toggle img{
    width: 80px;
    height: 80px;
}

.left-suspension .suspension-title, .left-suspension .suspension-body, .left-suspension .suspension-footer {
    width: 100%;
    background: transparent;
    padding: 0 15px;
    color:rgba(92,92,92,1);
    font-size: 14px;
}

.left-suspension .suspension-title {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color:rgba(17,17,17,1);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

@media (max-width: 767px) {

    .wx-qrcode {
        padding-top: 15px;
        text-align: center;
    }
    .footer-row-body .footer-body .footer-logo {
        padding-top: 5px;
        text-align: center;
    }
    .wx-qrcode > p > img {
        width: 220px;
    }
    .footer-row-body .footer-body .footer-logo img {
        width: 143px;
    }
    .footer {
        padding: 0;
    }
    .wx-qrcode p{
        font-size: 16px;
        color: #999;
    }
    span.footer-header-content {
        display: inline-block;
        width: 80%;
        padding: 10px 25px;
        background-color: #409cf2;
        border-radius: 300px;
    }
    footer.footer .back-top {
        bottom: 5px;
    }

    .feedbackList{
        height: 280px;
    }
    #feedback-submit{
        margin: 10px auto;
    }
}


/**
*垂直轮播
*/

.carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
}
.carousel.vertical .carousel-inner > .item {
    width: auto;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    display: block;
}
.carousel.vertical .carousel-inner > .active {
    top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel.vertical .carousel-inner > .next {
    top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
    top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
    top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
    top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
    top: 100%;
}

.carousel.vertical .carousel-control {
    left: auto;
    width: 50px;
}
.carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%;
}
.carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
    content: '\203a';
}



/*横向时间轴*/
.time-horizontal {
    list-style-type: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.time-horizontal li:first-child {
    float: left;
    position: relative;
    text-align: center;
    width: 60px;
    padding-top: 10px;
}

.time-horizontal li:first-child img{
    position: absolute;
    top: -17px;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 17px;
}

.time-horizontal li:last-child {
    float: left;
    position: relative;
    text-align: right;
    width: 40px;
    padding-top: 10px;
}

.time-horizontal li {
    float: left;
    border-top: 2px solid #397cf0;
    position: relative;
    text-align: left;
    width: -webkit-calc( (100% - 130px)/5);
    width: calc( (100% - 130px)/5);
    padding-top: 10px;
    
    font-size: 14px;
    color: #397cf0;
}

.time-horizontal li b:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #397cf0;
    border-radius: 10px;
    background: #fff;
}

.time-horizontal li:first-child b:before {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 17px;
    /*background: #397cf0;*/
}

.time-horizontal li:last-child b.up:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 20px solid #397cf0;
    border-right: 0;
    transform: skew(30deg);
    border-radius: 0;
}

.time-horizontal li:last-child b.down:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 20px solid #397cf0;
    border-right: 0;
    transform: skew(-30deg);
    border-radius: 0;
}

.time-horizontal li b b:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #397cf0;
}
.time-horizontal li b b.solid-dot {
    display: none;
}
.time-horizontal li b:hover b, .time-horizontal li b b.active {
    display: block;
}
/*纵向时间轴*/
.time-vertical {
    list-style-type: none;
    border-left: 1px solid #707070;
    padding: 0px;
    height: 400px;
}

.time-vertical li {
    height: 100px;
    position: relative;
}

.time-vertical li a {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
    text-decoration: none;
    color: #000;
}

.time-vertical li b:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    width: 18px;
    height: 18px;
    border: 2px solid #98FB98;
    border-radius: 10px;
    background: #98FB98;
}

.time-vertical li span {
    position: absolute;
    color: #fff;
    top: 18px;
    left: -6px;
}

.ribbon {
    font-weight: normal;
    position: relative;
    width: calc(100% - 280px);
    color: #FFFFFF;
    text-align: center;
    margin: 0 140px 90px;
    text-transform: uppercase;
}
.ribbon-before, .ribbon-after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 136px;
    width: 140px;

}
.ribbon-before{
    left: -140px;
    background-image: url("/assets/img/conduction/ear-left.png");
    background-position: center top;
    background-size: 100% 100%;

}
.ribbon-after {
    right: -140px;
    background-image: url("/assets/img/conduction/ear-right.png");
    background-position: center top;
    background-size: 100% 100%;
}


.ribbon .ribbon-middle {
    height: 68px;
    width: 100%;
    display: block;
    background-image: url("/assets/img/conduction/ear-middle.png");
    background-position: center center;
    background-size: 100% 100%;
}

.ribbon .ribbon-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    line-height: 60px;
    width: 100%;
    font-size:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}