/*!
 * ETUI v3
 *
 * Copyright 2016.9*/


/*-----Ã¥Â­â€”Ã¤Â½â€œÃ¥â€ºÂ¾Ã¦Â â€¡Ã¥Â¼â€¢Ã¥â€¦Â¥------------------------------------------------------------------------*/

@import url("https://at.alicdn.com/t/font_178760_d04ytvqcxf2prpb9.css");
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0069c5;
}

#skip {
    height: 0;
    overflow: hidden;
}


/*-----Ã¦Å½Â§Ã¤Â»Â¶------------------------------------------------------------------------*/

body {
    position: relative;
    font-size: 14px !important;
}

table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}

[disabled] {
    cursor: not-allowed;
}

a[disabled] {
    color: #666;
}


/* Ã¦â€“â€¡Ã¥Â­â€”Ã©Â¢Å“Ã¨â€°Â² */

.text-primary {
    color: #0069c5!important;
}

.text-success {
    color: #66bb6a!important;
}

.text-error {
    color: #f15a5d!important;
}

.text-info {
    color: #42a5f5!important;
}

.text-warning {
    color: #ffa726!important;
}

.text-orange {
    color: #ff7043!important;
}

.text-purple {
    color: #5c6bc0!important;
}

.text-pink {
    color: #ec407a!important;
}

.text-blue {
    color: #0069c5!important;
}

.text-default {
    color: #444 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #999 !important;
}


/* Ã¦Å’â€°Ã©â€™Â® */

.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn:hover {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

.btn-primary {
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0070d1!important;
    border-color: #0070d1!important;
}

.btn-info {
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
    background-color: #22a8f0!important;
    border-color: #22a8f0!important;
}

.btn-cyan-blue {
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;
}

.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active {
    color: #fff;
    background-color: #24bfd4!important;
    border-color: #24bfd4!important;
}

.btn-blue {
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
    color: #fff;
    background-color: #368DDA!important;
    border-color: #368DDA!important;
}

.btn-success {
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
    background-color: #6dc772;
    border-color: #6dc772;
}

.btn-danger {
    color: #fff;
    background-color: #f45b79;
    border-color: #f45b79;
    border-radius: 30px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
    background-color: #ec5673;
    border-color: #ec5673;
    box-shadow: none;
}

.btn-orange {
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
    color: #fff;
    background-color: #ff855f;
    border-color: #ff855f;
}

.btn-yellow {
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active {
    color: #fff;
    background-color: #ffbe5f;
    border-color: #ffbe5f;
}

.btn-purple {
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active {
    color: #fff;
    background-color: #7987D8;
    border-color: #7987D8;
}

.btn-pink {
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active {
    color: #fff;
    background-color: #EE6090;
    border-color: #EE6090;
}

.btn-white {
    background-color: #fff;
    border: 0;
}

.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li {
    text-align: center;
}

ul.btnicon-lg li a {
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active {
    background: #efefef;
}

ul.btnicon-lg li a i.iconfont {
    font-size: 38px;
}

ul.btnicon-lg li a p {
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn {
    box-shadow: none;
    border-color: #ebebeb;
}

ul.btn-line li a.btn:hover {
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}

.modal {
    width: 100%;
    height: 100%;
}

.modal-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/* Ã¦Â â€¡Ã§Â­Â¾ */

.label {
    line-height: 16px;
}

.label-primary {
    background-color: #42a5f5;
}

.label-success {
    background-color: #66bb6a;
}

.label-warning {
    background-color: #ffa726;
}

.label-info {
    background-color: #26c6da;
}


/* Ã©ÂÂ¢Ã¦ÂÂ¿ */

.panel {
    position: relative;
    overflow: hidden;
    border: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.panel:hover {
    box-shadow: 0 10px 20px 0 rgba(168, 182, 191, .6);
}

.panel-title1 {
    padding: 0 0 12px 0;
    margin: 0 5px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
    border-bottom: 1px solid #ebebeb;
}

.panel-title1 i {
    float: left;
    font-size: 22px;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: normal;
}

.panel-title1 small.text-muted {
    color: #999;
    margin-left: 10px;
}

.panel-title1 .tab-link {
    float: right;
    margin: 0;
    position: inherit;
}

.panel-title1 .tab-link a {
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #ddd;
}

.panel-title1 .tab-link a:first-child {
    border-left: 0;
}

.panel-title1 .tab-link a:last-child {
    padding-right: 0;
}

.panel-vertical .panel-title {
    float: left;
    width: 66px;
    border-right: 1px solid #ebebeb;
}

.panel-vertical .panel-title h2 {
    margin: 8px 20px 0 20px;
    padding: 15px 0 24px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
}

.panel-vertical .panel-title h2 a i {
    display: block;
    padding-bottom: 5px;
    font-size: 28px;
}

.panel-vertical .panel-body {
    float: left;
    width: 85%;
}

.panel-vertical .panel-body h3 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}


/* Ã¥Â±â€¦Ã¤Â¸Â­Ã©ÂÂ¢Ã¦ÂÂ¿Ã¦Â â€¡Ã©Â¢Ëœ */

.panel-heading2 {
    margin: 20px;
    border-bottom: 2px solid #e6e6e6;
}

.panel-heading2 .panel-title {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    padding: 0 15px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
    color: #0069c5;
    background: #fff;
}

.panel-heading2 .panel-title i {
    margin-right: 5px;
}


/* Ã¦Â â€¡Ã©Â¢Ëœ */

.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
}

.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}

.page-header-1 h3 a {
    color: #0069c5;
}

.page-header-1 h4 small {
    margin-left: 15px;
}

.page-header-2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.page-header-2 h3 {
    display: inline;
    padding: 10px 15px 16px;
    font-size: 16px;
    color: #0069c5;
    border-bottom: solid 2px #005daf;
}

.page-header-2 a {
    padding-bottom: 0;
    border-bottom: 0;
}

.page-header-2 a.pull-right {
    font-weight: 500;
}

.tab-link {
    position: absolute;
    top: 0;
    right: 0;
}

.tab-link a {
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
}

.tab-link a:first-child {
    border-left: 0;
}


/* TABÃ¦Â â€¡Ã§Â­Â¾ */

ul.nav-pills {
    background-color: #f4f2f5;
}

ul.nav-pills li:first-child {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    overflow: hidden;
}

ul.nav-pills li:last-child {
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #0069c5;
}

ul.nav-tabs.nav-line {
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
}

ul.nav-tabs.nav-line>li>a {
    padding: 0 15px 13px;
    font-size: 16px;
    border-bottom: 2px solid transition;
}

ul.nav-tabs.nav-line>li.active>a {
    padding: 0 15px 13px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
}


/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¢â€˜Ã©Ââ€œÃ¦Â â€¡Ã¨Â¯Â­ */

.panel-fast {
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #dee0e2;
}

.panel-fast-body {
    padding: 50px 0;
    background: url(../img/fast-ms.png) right no-repeat;
}

.panel-fast-body p {
    margin: 15px 0;
    font-size: 28px;
    color: #666;
}


/* Ã¥Ë†â€”Ã¨Â¡Â¨ */

.uli14 li {
    padding: 6px 0 6px 15px;
    background: url(../img/dot-circle.png) 0 center no-repeat;
}

.uli14 li a {
    color: #444;
}

.uli14 li a:hover {
    color: #0069c5;
}


/* Ã¥ÂºÂÃ¥ÂÂ·Ã¥Ë†â€”Ã¨Â¡Â¨ */

.hotnews .uli14 span {
    margin: 4px 5px 0 10px;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background-color: #a8b2be;
    color: #fff;
    text-align: center;
}

.hotnews .uli14 span.active {
    background-color: #20a0e4;
}

.hotnews .uli14 li {
    padding: 6px 10px;
    background: none;
}

.owl-carousel .owl-item img:hover {
    opacity: 1;
}


/* Ã§Â»â€žÃ¥ÂË†Ã¥Ë†â€”Ã¨Â¡Â¨ */

.complex-list li {
    padding: 14px 0 !important;
    border-top: 1px dashed #ebebeb;
    background: none !important;
    overflow: hidden;
}

.complex-list li:first-child {
    border-top: 0;
}

.complex-list li .label {
    float: left;
    margin-right: 10px;
}

.complex-list li a {
    float: left;
    width: 50%;
}

.complex-list li>span {
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.complex-list li span i {
    margin-right: 3px;
}

.complex-list li .time {
    width: 30%;
}

.complex-list li .address {
    width: 20%;
}

.dotted-list {
    margin: 0 5px;
    padding: 0;
}

.dotted-list li {
    padding: 13px 0;
    float: left;
    border-bottom: 1px dashed #ebebeb;
}

.dotted-list li:nth-last-of-type(1),
.dotted-list li:nth-last-of-type(2),
.dotted-list li:nth-last-of-type(3) {
    border-bottom: 0;
}

.dotted-list li a {
    color: #444;
}

.dotted-list li a:hover {
    color: #0069c5;
}


/* Ã¦â€˜ËœÃ¨Â¦ÂÃ¥Ë†â€”Ã¨Â¡Â¨ */

.summary-list {
    padding: 0;
}

.summary-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #ebebeb;
}

.summary-list li:last-child {
    border-bottom: 0;
}

.summary-list li h4 a {
    font-size: 16px;
    color: #444;
}

.summary-list li h4 a:hover {
    color: #0069c5;
}

.summary-list li p {
    color: #999;
}


/* Ã¥Â¸Â¦Ã¦Â â€¡Ã§Â­Â¾Ã¦Å’â€°Ã©â€™Â®Ã¥Ë†â€”Ã¨Â¡Â¨ */

.list-labelbtn {
    padding: 10px 0;
}

.list-labelbtn li {
    overflow: hidden;
}

.list-labelbtn li>a {
    width: 85%;
}

.list-labelbtn li span {
    position: absolute;
    right: 0;
    top: 5px;
}

.list-labelbtn li span a {
    margin-left: 5px;
    padding: 1px 10px;
    float: left;
    width: auto;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.list-labelbtn li span a:first-child {
    margin-left: 0;
}

.list-labelbtn li span a:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}


/* Ã¥Å Â Ã¥ÂÂ·Ã¥Ë†â€ Ã¤ÂºÂ« */

.btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.btn-float:hover,
.btn-float:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.btn-float:active,
.btn-float:focus {
    outline: none;
}

.yellow {
    background: #ffa000;
}

.red {
    background: #e32428;
}

.green {
    background: #58c307;
}

.blue {
    background: #20a0e4;
}

.pink {
    background: #f15a5d;
}

.icon-bars {
    background: #fff;
    height: 2px;
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    position: absolute;
    top: 24px;
    right: 14px;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}

.icon-bars:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background: #fff;
    top: -10px;
    left: 10px;
}

.float-btn-group {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-triger {
    z-index: 15;
    float: left;
}

.float-btn-group .btn-list {
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list li {
    display: inline-block;
}

.float-btn-group.open .icon-bars {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.float-btn-group .icon-bars {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list .btn-float {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.float-btn-group .btn-list .btn-float:nth-child(1) {
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}

.float-btn-group .btn-list .btn-float:nth-child(2) {
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group .btn-list .btn-float:nth-child(3) {
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group .btn-list .btn-float:nth-child(4) {
    -moz-transition: 0.2s 0.92s;
    -o-transition: 0.2s 0.92s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.92s;
    -webkit-transition: 0.2s 0.92s;
    transition: 0.2s 0.92s;
}

.float-btn-group.open .btn-list .btn-float {
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.float-btn-group.open .btn-list .btn-float:nth-child(1) {
    top: -275px;
    -moz-transition: 0.2s 0.9s;
    -o-transition: 0.2s 0.9s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.2s 0.9s;
    transition: 0.2s 0.9s;

}

.float-btn-group.open .btn-list .btn-float:nth-child(2) {
    top: -220px;
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(3) {
    top: -165px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(4) {
    top: -110px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(5) {
    top: -55px;
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}

.line-clamp3 {
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*-----Ã¥Âºâ€¢Ã©Æ’Â¨------------------------------------------------------------------------*/
.footer .links .dropdown{
    margin-left:166px;
}
.footer {
    padding-bottom: 8px;
    margin-top: 20px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul {
    position: relative;
}

.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}

.footer .links li:first-child {
    margin-left: 0;
}

.footer .links li p {
    margin: 0;
    padding: 15px 0;
}

.footer .links li p i{
    margin-left: 3px;
    display: inline-block;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);   /* IE 9 */
    -moz-transform:rotate(-90deg);  /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari Ã¥â€™Å’ Chrome */
    -o-transform:rotate(-90deg);    /* Opera */
}

.footer .links .dropdown {
    position: static;
}

.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}
.footer-logo:before
, .footer-logo:after {
    display: table;
    content: '';
}
.footer-logo:after {
    clear: both;
}
.footer-logo {
    line-height: 28px;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    width: 96px;
}

.footer-logo span {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}
.footer-logo p {
    line-height: 20px;
    margin: 15px 0 30px;
}
.footer-add {
    margin-top: 10px;
}
.footer-add li {
    float: left;
    padding: 3px 0;
}

.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}
.footer-icp a {
    display: inline-block;
    margin-left: 25px;
}
.footer-icp img {
    margin: 0 auto;
}
.footer-icp .zc img {
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-icp p {
    margin-bottom: 0;
    color: #b7b9ba;
}
.footer-icp .item {
    float: right;
    width: 25%;
    text-align: center;
}
.footer-icp .zc {
    width: 35%;
}
.footer .icp {
    color: #b7b9ba;
}
.footer-help a {
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}
.footer-help > a + a {
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child {
    border-right: 0;
}

.footer-help a:hover {
    color: #e4e4e5;
}

/* fixed stickUp */
.hack-stickUp {
    height: 1px;
    background-color: #0069c5;
}
.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}

/* ----- Ã§â€Å¸Ã¨â€šÂ²Ã¦Å“ÂÃ¥Å Â¡ ----- */

.affix {
    z-index: 1001;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f2f0f1;
}

.bg-pink {
    background-color: #f9f4f6;
}

.title {
    height: 80px;
    margin: 0 0 60px;
    padding-top: 15px;
    background: url(../img/title-bg.png) center top 10px no-repeat;
    background-position-y: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.section {
    padding: 90px 0;
}

.header {
    position: relative;
    height: 750px;
    background: #fff url(/public/kpb/syfw/img/header.png) center center no-repeat;
}

.header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    border-radius: 4px;
    background-color: transparent;
    z-index: 10;
}

.header .mainNav {
    position: relative;
    padding: 0 15px;
    background-color: rgba(249, 249, 249, .8);
    border-radius: 7px;
}

.mainNav .navbar-header,
.mainNav .navbar-nav {
    float: left;
    width: 30%;
}

.mainNav .navbar-nav {
    width: 70%;
}

.header .navbar h1 {
    margin: 0;
}

.header .navbar h1 a {
    display: block;
    line-height: 40px;
    padding-top: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #0369c5;
    letter-spacing: 2px;
}

.header .navbar h1 img {
    width: 40px;
    vertical-align: bottom;
}

.header .navbar-nav > li > a {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}

.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #0369c5;
}

.header .navbar-nav > li {
    padding: 0 10px;
}

.header .navbar-nav > li.header-search {
    position: inherit;
}

.header .navbar-nav > li.header-search .dropdown-menu {
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    background-color: transparent;
}

.header .navbar-nav > li.header-search .dropdown-menu button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: 0;
    color: #0369c5;
    outline: 0;
}

.header .navbar-nav > li.header-search .form-group {
    margin-bottom: 0;
}

.header .navbar-nav > li.header-search input {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
}

/* .header .navbar-nav > li:last-child {
    margin-right: -10px;
} */

.header .navbar-nav > li:last-child a:before {
    position: absolute;
    top: 28px;
    left: -10px;
    width: 1px;
    height: 14px;
    background-color: #666;
    background-color: rgba(102, 102, 102, .5);
    content: ' ';
}

.header .navbar-nav i {
    font-weight: 600;
}

.header .navbar-nav span {
    position: relative;
    display: inline-block;
}

.header .navbar-nav > li.active span:after {
    position: absolute;
    top: 25px;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    content: ' ';
}

.header .dropdown-menu {
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background-color: rgba(249, 249, 249, .9);
    text-align: center;
    border: 0;
}

.header .dropdown-menu i {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.header .qr-code {
    position: absolute;
    bottom: 30px;
    left: 10%;
    text-align: center;
}

.header .qr-code img {
    width: 120px;
}

.header .qr-code p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
}

.anchor {
    position: fixed;
    top: 50%;
    left: 15px;
    height: 369px;
    margin-top: -210px;
    padding: 110px 20px 0;
    background: url(../img/anchor-bg.png) center 0 no-repeat;
    background-size: 100px;
    z-index: 1001;
    /* overflow: hidden; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.anchor.disabled {
    height: 0;
    margin-top: -50px;
    padding-top: 102px;
    overflow: hidden;
}

.anchor .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #8cb9d3;
    border-radius: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.anchor .close i {
    display: block;
    height: 25px;
    line-height: 23px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.anchor-list {
    height: 256px;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #8cb9d3;
    border-radius: 7px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.anchor.disabled .anchor-list {
    height: 0;
    overflow: hidden;
}

.anchor-list .item {
    display: block;
    text-align: center;
}

.anchor-list .item+.item {
    border-top: 1px solid #8cb9d3;
}

.anchor-list a {
    display: block;
    width: 80px;
    padding: 5px 10px;
    background-color: #fff;
    color: #8cb9d3;
}

.anchor-list .active a
, .anchor-list a:focus
, .anchor-list a:hover {
    background-color: #8cb9d3 !important;
    color: #fff;
    outline: 0;
}

.anchor-list .active i
, .anchor-list a:focus i
, .anchor-list a:hover i {
    color: #fff;
}

.anchor-list p {
    margin-bottom: 0;
}

.anchor-list i {
    font-size: 40px;
    color: #8cb9d3;
}

.anchor-link {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 1001;
}

.anchor-link li + li {
    margin-top: 15px;
}

.anchor-link a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #dfdfdf;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
}

.anchor-link a:hover
, .anchor-link a:focus {
    background-color: #f374aa;
    box-shadow: none;
}

.anchor-link i {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.consult {
    position: fixed;
    top: 50%;
    right: 85px;
    margin-top: -80px;
}

.consult a {
    display: block;
    width: 104px;
    height: 162px;
    background: url(../img/consult.png) 0 0 no-repeat;
    outline: 0;
}

.modal-consult iframe {
    width: 100%;
    height: 600px;
}

.modal-consult .modal-dialog {
    width: 980px;
}

.modal-consult .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ec6941;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
    outline: 0;
}

.nav-cricles {
    margin-top: -75px;
    text-align: center;
	display:flex;
	justify-content:center;
}
.nav-cricles li:first-child {
    margin-right: 60px;
}

.nav-cricles li {
    display: inline-block;
    *display: inline;
    *z-index: 1;
    padding: 0 30px;
    margin-bottom: 40px;
}

.nav-cricles li a {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    padding: 20px 0 0;
    margin: 0;
    border: 5px solid #dea2bc;
    border-radius: 50%;
    background-color: #fff;
    font-size: 28px;
    color: #dea2bc;
}

.nav-cricles li.active a {
    background-color: #f374aa;
    border-color: #f374aa;
    color: #fff;
}

.nav-cricles li.active a:after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #f374aa;
    border-bottom-width: 0;
    content: ' ';
}

.nav-cricles li i {
    display: block;
    font-size: 60px;
}

[class*=question-list-] {
    padding-left: 0;
    margin-bottom: 0;
}

[class*=question-list-] a {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.question-list-1 li:first-child {
    padding-top: 40px;
    background: url(../img/question-bg.png) 20px 0 no-repeat;
    background-size: 60px;
}

.question-list-1 a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.question-list-1 a:focus {
    background-color: #f9f9f9;
}

.question-list-1 a:hover,
.question-list-1 .active a {
    background-color: #f374aa;
    border-color: #f374aa;
    color: #fff;
}

.question-list-1 .item+.item {
    margin-top: 25px;
}

.question-list-1 .item:nth-child(2) {
    padding-left: 200px;
}

.question-list-1 .item:nth-child(3) {
    padding-left: 50px;
}

.question-list-1 .item:nth-child(4) {
    padding-left: 150px;
}

.question-list-1 .item:nth-child(6) {
    padding-left: 130px;
}

.policy {
    padding: 15px;
    background-color: #ebcfdb;
    border-radius: 45px;
}

.policy .panel {
    padding: 30px;
    margin-bottom: 0;
    border-radius: 35px;
    background: #fff url(../img/policy-bg.png) right 20px top 80px no-repeat;
}

.policy .policy-view {
    position: absolute;
    left: 12%;
    bottom: -25px;
    width: 76%;
    margin: 0 auto;
}

.policy .policy-view a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #51b1cb;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}

.policy .policy-view a:hover,
.policy .policy-view a:focus {
    background-color: #3e8fa3;
}

.policy-title {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    color: #51b1cb;
}

.policy-title::before,
.policy-title:after {
    position: absolute;
    top: 50%;
    width: 15%;
    height: 1px;
    background-color: #ddd;
    content: ' ';
}

.policy-title::before {
    left: 10%;
}

.policy-title:after {
    right: 10%;
}

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

.question-list-2 a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.question-list-2 a:hover,
.question-list-2 .active a {
    color: #f374aa;
}

.question-list-2 a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    background-color: #f374aa;
    border-radius: 50%;
    color: #fff;
}

.question-list-7 a {
    height: 81px;
    line-height: 105px;
}

.pregnant {
    position: relative;
}

.question-list-3 .item {
    float: left;
    width: 33.33333%;
}

.question-list-3 .card {
    position: relative;
    width: 300px;
    height: 375px;
    margin: 0 auto;
    padding: 45px 30px;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}

.question-list-3 .des img {
    margin-bottom: 30px;
}

.question-list-3 .des p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #e24d8c;
}

.question-list-3 .detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    text-align: left;
    background-color: #a2d6e4;
    border-radius: 7px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease-in-out;
}

.question-list-3 .card:hover .detail {
    height: auto;
    padding: 20px;
    opacity: 1;
    overflow: unset;
    overflow: initial;
    overflow: inherit;
}

.question-list-3 .detail h5 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
}

.question-list-3 .detail > p {
    margin-bottom: 5px;
    padding-right: 25px;
    color: #fff;
}

.question-list-3 .detail img {
    width: auto;
    max-width: 100%;
    margin: 10px 0;
}

.question-list-3 .detail a {
    font-weight: normal;
    color: #24809d;
}

.question-list-3 .tips {
    position: absolute;
    right: 10px;
    top: 10px;
}

.question-list-3 .tips img {
    margin: 0;
}

.question-list-3 .tips {
    color: #fff;
}

.question-list-3 .tips a {
    display: block;
}

.question-list-3 .tips p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.question-list-3 .tips .dropdown-menu {
    top: 58px;
    left: 0;
    margin: 0 0 0 -135px;
    min-width: 300px;
    padding: 15px;
    background-color: #bfe9f5;
    border: 0;
}

.question-list-3 .tips .dropdown-menu:before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #bfe9f5;
    content: ' ';
}

.question-list-3 .tips .dropdown-menu-right {
    left: inherit;
    right: -10px;
}

.question-list-3 .tips .dropdown-menu-right:before {
    left: inherit;
    right: 13px;
}

.question-list-3 .dropdown-address {
    margin: 0;
    padding: 10px;
    width: 1000px;
    border: 0;
}

.question-list-3 .dropdown-address img {
    margin: 0;
}

.question-list-3 .dropdown-address.dropdown-menu-center {
    margin-left: -370px;
}


.form-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    color: #999;
}

.form-search .form-group {
    position: relative;
    margin-bottom: 0;
}

.form-search .addRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #51b1cb;
}

.form-search .addRight a {
    display: block;
    text-align: center;
}

.form-search .addRight i {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #fff;
}

.form-search input:focus {
    background-color: #f9f9f9 !important;
    outline: 0;
}

.address-list {
    padding-left: 0;
    margin-bottom: 0;
}

.address-list li {
    padding: 10px 0;
    cursor: pointer;
}

.address-list li + li {
    border-top: 1px dashed #a2d6e4;
}

.address-list p {
    margin-bottom: 0;
    font-size: 14px !important;
    color: #666;
}

.address-list p + p {
    margin-top: 5px;
}

.address-list .name {
    margin-bottom: 10px !important;
    font-size: 15px !important;
}

.question-list-4 {
    background-color: #fff;
    border: 1px solid #ffb3d3;
}

.question-list-4 .item {
    position: relative;
    min-height: 100px;
    padding: 15px 15px 15px 85px;
    border-radius: 3px;
    overflow: hidden;
}

.question-list-4 .item + .item {
    border-top: 1px dashed #ffb3d3;
}

.question-list-4 .item .num {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    padding-right: 15px;
    border-radius: 50%;
    background-color: #ebcfdb;
    color: #fff;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
}

.question-list-4 .item .tips {
    margin-top: 10px;
    color: #51b1cb;
}

.question-list-4 .item h4 {
    margin: 0 0 20px;
}

.question-list-4 .item p {
    margin-bottom: 0;
    color: #666;
}

.question-list-4 a {
    font-size: 14px;
}

.color-pink {
    font-size: 14px !important;
    color: #e24d8c !important;
}

.question-title {
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
    background: url(../img/qa-bg.png) center left no-repeat;
    background-size: auto 100%;
}

.question-title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 40px;
    margin-left: 50px;
    padding: 0 45px;
    background-color: #e5f6fb;
    border: 1px dashed #54b0ca;
    border-radius: 30px;
    color: #54b0ca;
}

.question-list-5 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

.question-list-5 .item {
    float: left;
    width: 16.66666%;
    padding: 15px;
    text-align: center;
}

.question-list-5 .dropdown > a {
    position: relative;
    display: block;
    margin-top: 25px;
    padding: 30px 0;
    border-radius: 20px;
    color: #fff;
}

.question-list-5 .dropdown > a:before {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/birth-1.png) top left no-repeat;
    background-size: 50px;
    content: ' ';
}

.question-list-5 .item:nth-child(even) .dropdown > a:before {
    background: url(../img/birth-1.png) top left no-repeat;
    background-size: 50px;
}

.question-list-5 .item:nth-child(odd) .dropdown > a:before {
    background: url(../img/birth-2.png) top left no-repeat;
    background-size: 50px;
}



.question-list-5 .item:nth-child(1) .dropdown >  a:hover {
    background-color: #f8bfa3;
}

.question-list-5 .item:nth-child(2) .dropdown >  a {
    background-color: #64c3a3;
}

.question-list-5 .item:nth-child(2) .dropdown >  a:hover {
    background-color: #5db393;
}

.question-list-5 .item:nth-child(2) .dropdown-menu {
    left: -194.98px;
}

.question-list-5 .item:nth-child(3) .dropdown >  a {
    background-color: #62b6ce;
}

.question-list-5 .item:nth-child(3) .dropdown >  a:hover {
    background-color: #5caac0;
}

.question-list-5 .item:nth-child(3) .dropdown-menu {
    left: -389.96px;
}

.question-list-5 .item:nth-child(4) .dropdown >  a {
    background-color: #fdaec7;
}

.question-list-5 .item:nth-child(4) .dropdown >  a:hover {
    background-color: #eea3bb;
}

.question-list-5 .item:nth-child(4) .dropdown-menu {
    left: -584.94px;
}

.question-list-5 .item:nth-child(5) .dropdown >  a {
    background-color: #f7c89d;
}

.question-list-5 .item:nth-child(5) .dropdown >  a:hover {
    background-color: #eec097;
}

.question-list-5 .item:nth-child(5) .dropdown-menu {
    right: -194.98px;
}

.question-list-5 .item:nth-child(6) .dropdown >  a {
    background-color: #6fbbd1;
}

.question-list-5 .item:nth-child(6) .dropdown >  a:hover {
    background-color: #66aec2;
}

.question-list-5 .item .dropdown > a:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.question-list-5 i {
    display: block;
    padding-bottom: 10px;
    font-size: 50px;
    font-weight: 300;
}

.menu-question{
    top: 100%;
    width: 83%;
    padding: 20px 30px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    overflow: auto;
}

.question-list-5 .dropdown-menu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
}
.qutioner .item .dropdown{
    background-color: #fec5a5;
    border-radius: 20px;
}
.menu-question h5 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.menu-question h6 {
    margin: 20px 0 10px;
    font-size: 16px;
    text-align: left;
}

.menu-question .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    background-color: #f374aa;
    border-radius: 50%;
}
.qutioner .item{
    width: 100%!important;
    float: none;
}
.qutioner .dropdown .chusheng{
        float: left;
    width: 16.6666%;
}
.question-list-5 p {
    margin-bottom: 0;
}
.menu-question p{
    text-align: left;
}
.question-list-5 p+p {
    margin-top: 5px;
}

.panel-baby-question {
    padding: 20px 40px 40px;
    margin-bottom: 0;
    border-radius: 20px;
}

.baby-title {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 40px;
    text-align: center;
    font-size: 18px;
    color: #62b6ce;
}

.baby-title:before,
.baby-title:after {
    position: absolute;
    top: 6px;
    width: 64px;
    height: 6px;
    background: url(../img/title-bg-2.png) center center no-repeat;
    content: ' ';
}

.baby-title:before {
    margin-left: -80px;
}

.baby-title:after {
    margin-left: 16px;
}

.question-list-6 {
    min-height: 180px;
    background: #fff url(../img/baby-bg.png) left 48% bottom 30px no-repeat;
}

.question-list-6 .item {
    float: left;
    width: 38%;
}

.question-list-6 .item:nth-child(even) {
    margin-left: 24%;
}

.question-list-6 a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.question-list-6 a:hover,
.question-list-6 .active a {
    color: #f374aa;
}

.question-list-6 a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    background-color: #f374aa;
    border-radius: 50%;
    color: #fff;
}

.edu-service {
    padding: 30px 0;
    background: url(../img/qa-bg-2.png) right center no-repeat;
}

.edu-service h2 {
    margin: 0 0 20px;
    line-height: 50px;
    color: #666;
}

.edu-service a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px 30px;
    background-color: #f374aa;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
}

.edu-service a:hover {
    background-color: #e06a9d;
}

.edu-service a.disabled {
    opacity: .5;
    filter: alpha(opacity=80);
    cursor: not-allowed;
}

.edu-service a.disabled:hover {
    background-color: #ccc;
}

.edu-service i {
    font-size: 28px;
    vertical-align: middle;
}

/* Ã§Æ’Â­Ã©â€”Â¨Ã¥â€ â€¦Ã¥Â®Â¹ */
.hot-content {
    position: relative;
    padding-top: 60px;
}
.hot-content span {
    position: absolute;
    top: 75px;
    left: 0;
    color: #e24d8c;
    font-weight: bold;
}
.hot-list {
    padding-left: 80px;
    margin-bottom: 0;
    overflow: hidden;
}

.hot-list li {
    float: left;
    width: 25%;
    padding: 5px 10px;
}

.hot-list li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    color: #dea2bc;
}

.hot-list li a:hover {
    color: #e24d8c;
}

.kids {
    background: url(../img/kids-bg.png) 0 0 repeat;
}

.conversation-list .ctext-wrap a {
    cursor: pointer !important;
}

@media (max-width: 1199px) {
    .question-list-3 .dropdown-address {
        width: 880px;
    }
    .question-list-3 .dropdown-address.dropdown-menu-center {
        margin-left: -310px;
    }
    .question-list-5 .dropdown-menu {
        width: 940px;
    }
    .question-list-5 .item:nth-child(2) .dropdown-menu {
        left: -161.66px;
    }
    .question-list-5 .item:nth-child(3) .dropdown-menu {
        left: -323.32px;
    }
    .question-list-5 .item:nth-child(4) .dropdown-menu {
        left: -484.98px;
    }
    .question-list-5 .item:nth-child(5) .dropdown-menu {
        right: -161.66px;
    }
}

@media (max-width: 991px) {
    .header .navbar-nav > li {
        padding: 0 5px;
    }
    .header .qr-code {
        left: 50px;
    }
    .nav-cricles {
        margin-top: -50px;
    }
    .nav-cricles li a {
        width: 100px;
        height: 100px;
        padding-top: 10px;
        font-size: 18px;
    }
    .nav-cricles li i {
        font-size: 40px;
    }
    .nav-cricles li.active a:after {
        bottom: -14px;
        border: 10px solid transparent;
        border-top-color: #f374aa;
        border-bottom-width: 0;
        margin-left: -10px;
    }
    .question-list-1 {
        margin-bottom: 15px;
    }
    .question-list-1 .item {
        padding-left: 0 !important;
    }
    .question-list-1 .item+.item {
        margin-top: 15px;
    }
    .question-list-1 a {
        display: block;
    }
    .form-search {
        margin-top: 15px;
    }
    .question-list-5 {
        margin-left: -5px;
        margin-right: -5px
    }
    .question-list-5 .item {
        padding: 5px;
    }
    .question-list-5 a {
        padding: 15px 0;
    }
    .question-list-5 a:before {
        top: -15px;
        width: 30px;
        height: 30px;
        background-size: 30px !important;
    }
    .edu-service h2 {
        font-size: 24px;
    }
    .question-list-3 .card {
        width: 90%;
        height: 338px;
    }
    .question-list-3 .des p {
        font-size: 14px;
    }
    .question-list-3 .detail h5 {
        font-size: 14px;
    }
    .question-list-3 .detail > p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .question-list-3 .dropdown-address {
        width: 650px;
    }
    .question-list-3 .dropdown-address.dropdown-menu-center {
        margin-left: -240px;
    }
    .question-list-4 {
        margin-bottom: 20px;
    }
    .modal-consult .modal-dialog {
        width: 750px;
    }
    .question-list-7 a {
        height: 60px;
        line-height: 60px;
    }
    .question-list-5 .dropdown-menu {
        width: 720px;
    }
    .question-list-5 .item:nth-child(2) .dropdown-menu {
        left: -121.66px;
    }
    .question-list-5 .item:nth-child(3) .dropdown-menu {
        left: -243.32px;
    }
    .question-list-5 .item:nth-child(4) .dropdown-menu {
        left: -364.98px;
    }
    .question-list-5 .item:nth-child(5) .dropdown-menu {
        right: -121.66px;
    }
    .footer-logo,.footer-icp,.footer-bottom>span.margin-top-5{
        display:none;
    }
    .footer-add li{
        text-align: center;
        width:50%!important;

    }

    .footer-help{
        width: 100%;
        text-align: center;
    }
    .footer-help>a.no-border-left{
        display:none;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 45px 0;
    }
    .header .mainNav {
        padding: 5px 15px;
    }
    .mainNav .navbar-header {
        width: auto;
    }
    .mainNav .navbar-nav {
        float: right;
        width: auto;
        margin: 0;
        line-height: 40px;
    }
    .mainNav .navbar-nav > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-bottom: 5px;
    }
   
    .header .navbar {
        padding-top: 5px;
    }
    .header .navbar-nav > li > a {
        height: 20px;
        line-height: 20px;
    }
    .header .navbar-nav > li.active span:after {
        top: 0px;
    }
    .header .navbar h1 a {
        padding-top: 0;
        font-size: 18px;
    }
    .header .navbar h1 img {
        width: 30px;
        vertical-align: middle;
    }
    .header .navbar-nav > li+li a {
        margin-left: 0;
        padding-left: 0;
    }
    .header .navbar-nav > li+li a:before {
        content: none;
    }
    .header .navbar-nav > li:last-child a:before {
        top: 3px;
    }
    .header .dropdown-menu {
        position: absolute !important;
        line-height: 20px !important;
        background-color: rgba(249, 249, 249, .9) !important;
    }
    .header .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px
    }
    .nav-cricles {
        margin-top: -50px;
    }
    .nav-cricles li {
        margin-bottom: 0;
    }
    .title {
        height: 60px;
        margin-bottom: 30px;
        padding-top: 13px;
        font-size: 20px;
        background-size: 100% 100%;
    }
    [class*=question-list-] a {
        font-size: 14px;
    }
    .question-list-1 {
        margin-bottom: 30px;
    }
    .question-list-1 .item {
        padding-left: 0 !important;
    }
    .question-list-1 .item+.item {
        margin-top: 10px;
    }
    .question-list-1 a {
        display: block;
    }
    .policy {
        margin-bottom: 20px;
    }
    .policy .panel {
        padding: 15px;
    }
    .policy-title {
        margin-bottom: 15px;
    }
    .question-list-2 a {
        height: 40px;
        line-height: 40px;
    }
    .panel-baby-question {
        padding: 20px;
    }
    .baby-title {
        margin-bottom: 15px;
    }
    .question-list-5 {
        position: relative;
        margin-bottom: 30px;
    }
    .question-list-5 .item {
        width: 33.33333%;
    }
    .question-list-5 .dropdown {
        position: inherit;
    }
    .question-list-5 .dropdown-menu {
        left: 5px !important;
        right: 5px !important;
        width: auto;
    }

    .question-list-5 .dropdown-menu:before {
        right: inherit;
        left: 50%;
        margin-left: -15px;
    }
    .question-list-6 {
        background: #fff;
    }
    .question-list-6 .item {
        width: 100%;
    }
    .question-list-6 .item:nth-child(even) {
        margin-left: 0;
    }
    .question-list-6 a {
        height: 40px;
        line-height: 40px;
    }
    .edu-service {
        background-size: auto 100px;
    }
    .edu-service h2 {
        line-height: 30px;
        font-size: 18px;
    }
    .edu-service a {
        padding: 6px 15px;
        font-size: 14px;
    }
    .edu-service i {
        font-size: 20px;
    }
    .anchor-link {
        top: inherit;
        bottom: 15px;
    }

    .anchor-link a {
        width: 30px;
        height: 30px;
    }
    .anchor-link i {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .anchor-link li + li {
        margin-top: 10px;
    }
    .hot-content {
        padding-top: 45px;
    }
    .hot-content span {
        position: relative;
        top: 0;
        left: 10px;
    }
    .hot-list {
        padding-left: 0;
    }
    .hot-list li {
        width: 50%;
    }
    .question-list-3 .item {
        width: 100%;
    }
    .question-list-3 .item + .item {
        margin-top: 15px;
    }
    .question-list-3 .card {
        width: 100%;
        height: auto;
        min-height: 355px;
    }
    .question-list-3 .des img {
        margin-bottom: 15px;
    }
    .question-list-3 .tips .dropdown-menu {
        top: 0;
        left: inherit;
        right: 58px;
    }
    .question-list-3 .tips .dropdown-menu:before {
        top: 10px;
        left: inherit;
        right: -10px;
        margin-left: 0;
        border: 10px solid transparent;
        border-right-width: 0;
        border-left-color: #bfe9f5;
        content: ' ';
    }
    .question-list-3 .dropdown-address {
        left: -20px;
        right: -20px;
        width: auto;
    }
    .modal-consult .modal-dialog {
        width: auto;
    }
    .consult {
        top: inherit;
        right: 15px;
        bottom: 30px;
    }
    .consult a {
        width: 60px;
        background-size: 100%;
    }
    .question-list-5 .item:nth-child(1) .dropdown-menu
    , .question-list-5 .item:nth-child(2) .dropdown-menu
    , .question-list-5 .item:nth-child(3) .dropdown-menu {
        top: 171px;
    }

    .question-list-5 .item:nth-child(4) .dropdown-menu
    , .question-list-5 .item:nth-child(5) .dropdown-menu
    , .question-list-5 .item:nth-child(6) .dropdown-menu {
        top: 347px;
    }
    .footer-logo,.footer-icp,.footer-bottom>span.margin-top-5{
        display:none;
    }
    .footer-add li{
        text-align: center;
        width:50%!important;

    }

    .footer-help{
        width: 100%;
        text-align: center;
    }
    .footer-help>a.no-border-left{
        display:none;
    }
}
@media (max-width: 765px) {
    .header {
        height: auto;
        background: #fff;
    }
}

@media (max-width: 540px) {
    .nav-cricles li {
        padding: 0 10px;
    }
    .nav-cricles li a {
        padding-top: 15px;
        border-width: 2px;
    }
    .nav-cricles li.active a:after {
        bottom: -10px;
    }
}

@media (max-width: 480px) {
    .header .navbar-nav > li {
        padding: 0 5px;
    }
    /* .header .navbar-nav > li:last-child {
        width: 100%;
        margin-top: 10px;
    } */
    .header .navbar-nav > li:last-child a:before {
        content: none;
    }
    .edu-service {
        background: #fff;
    }
    .title,
    .policy-title {
        font-size: 16px;
    }
    .policy .policy-view a {
        font-size: 14px;
    }
    .question-list-4 .item h4 {
        font-size: 15px;
    }
    .hot-list li {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .header .navbar h1 a {
        font-size: 18px;
    }
    .header .navbar h1 img {
        width: 35px;
        vertical-align: middle;
    }
    .nav-cricles {
        margin-top: -40px;
    }
    .nav-cricles li {
        padding: 0 5px;
    }
    .nav-cricles li a {
        width: 80px;
        height: 80px;
        padding-top: 12px;
        font-size: 16px;
    }
    .nav-cricles li i {
        font-size: 30px;
    }
    .question-list-3 .tips .dropdown-menu {
        min-width: 250px;
    }
    .footer-add li{
        width:100%!important;
    }
}

@media (max-width: 380px) {
    .question-list-5 .item {
        width: 50%;
    }

    .question-list-5 .item:nth-child(1) .dropdown-menu
    , .question-list-5 .item:nth-child(2) .dropdown-menu {
        top: 171px;
    }

    .question-list-5 .item:nth-child(3) .dropdown-menu
    , .question-list-5 .item:nth-child(4) .dropdown-menu {
        top: 347px;
    }

    .question-list-5 .item:nth-child(5) .dropdown-menu
    , .question-list-5 .item:nth-child(6) .dropdown-menu {
        top: 522px;
    }

    .title {
        font-size: 14px;
    }
    .modal-consult .modal-dialog {
        width: auto;
        /*margin-top: -250px;*/
    }
    .modal-consult iframe {
        height:650px;
    }
    .question-list-3 .tips .dropdown-menu {
        min-width: 200px;
    }
}




.cyan-blue {
    background: #00b9db;
}
.float-btn-group.open .btn-list .btn-float:nth-child(3) {
    top: -165px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}
.float-btn-group.open .btn-list .btn-float:nth-child(4) {
    top: -110px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}
.wechat {
    position: absolute;
    top: -110px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.language {
    position: absolute;
    top: -220px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 5px 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.language a {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    color: #00b9db;
    text-align: center;
    font-weight: bold;
    border: 1px solid #a6eaf7;
}
.footer-icp a{
    margin-left:25px;
    display:inline-block;
}
/* ccy 20190417*/
.app-blue{
    background: #005ebd;
}
.float-btn-group .app-blue{
    position: relative;
}
.float-btn-group .appline{
    position: absolute;
    right:80px;
    bottom: 10px;
    max-width:none;
    width:144px;
    height:auto;
}
.float-btn-group .appline button{
    display: block;
    width:30px;
    height:30px;
    position: absolute;
    right:0;
    top:0;
    border:none;
    background:none;
    z-index: 3;
    outline: none
}
.float-btn-group .app-blue:hover .appline{
    display: block;
}
.float-btn-group i.phone{
    display: inline-block;
    width:20px;
    height:20px;
    background:url(/shpt/assets/img/fixed-leftphone.png) no-repeat;
    background-size: 100%;
}

.footer{margin-top:0;}
    .head{
    position: relative;
    height: 750px;
    background: #fff url(/public/kpb/syfw/img/header.png) center center no-repeat;
}
.head .qr-code {
    position: absolute;
    bottom: 30px;
    left: 10%;
    text-align: center;
}
.head .qr-code p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
}
.head .qr-code img {
    width: 120px;
}
@media (max-width: 991px){
#container{
    display: block;
}
.blocker{
    display: none!important;
}
.footer{
        display: none;
    }
}
@media (max-width: 767px){
.head {
   display: none;
}
.nav-cricles {
    margin-top: 0px;
}
.footer{
        display: none;
    }
}
@media (max-width: 480px) {
    .footer{
        display: none;
    }
}