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


/*-----字体图标引入------------------------------------------------------------------------*/
@import url("https://at.alicdn.com/t/font_739452_01i6cpbwpj87.css");

@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../iconfont/iconfont.woff') format('woff'),
        url('../iconfont/iconfont.ttf') format('truetype'),
        url('../iconfont/iconfont.svg#iconfont') format('svg');
}

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

.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;
}

#main .row {
    margin: 0;
    padding-left: 0;
}

/*-----控件------------------------------------------------------------------------*/

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;
}



/* 标题 */

.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;
}




.yellow {
    background: #ffa000;
}

.red {
    background: #e32428;
}

.green {
    background: #58c307;
}

.blue {
    background: #20a0e4;
}

.pink {
    background: #f15a5d;
}

/*-----底部------------------------------------------------------------------------*/

.footer {
    padding-bottom: 8px;
    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{
    margin-left:166px;
}

.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 {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: right;
    overflow: hidden;
}


.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: left;
    width: 33%;
    text-align: center;
    min-height: 80px;
}

.footer-icp .item.jc-item {
    padding-top: 20px;
}

.footer-icp .item>a {
    display: block;
    height: 100%;
}

.footer-icp .item.jc-item img {
    width: auto;
}

.footer-icp .zc {
    width: 35%;
}

.footer .icp {
    color: #b7b9ba;
}

.footer-help a {
    padding: 0 13px;
    color: #b7b9ba;
    line-height: 14px;
    margin-left: 0;
}

.footer-help>a+a {
    border-left: 1px solid #b9b9b9;
}

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

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

.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}


.header {
    position: relative;
    height: 750px;
    background: #fff url(../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;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.anchor-link a:hover,
.anchor-link a:focus {
    opacity: 1;
}

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

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

.consult a {
    display: block;
    width: 152px;
    height: 126px;
    background: url(../img/consult.png) 0 0 no-repeat;
    outline: 0;
    background-size: 100%;
}

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

.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;
}

.one-cent,
.thr-cont {
    background: url(../img/wenlibg01.png);
}

.nav-literary {
    text-align: center;
   /* margin-top: -75px;*/
}

.nav-literary li {
    float: left;
    width: 25%;
    padding: 0 30px;
    margin-bottom: 40px;
    display: table-cell;
}

.nav-literary li span {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
    background: url(../img/wticon01.png) no-repeat center;
    background-size: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.nav-literary li a {
    font-size: 24px;
    color: #7aaaaa;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.nav-literary li:hover span {
    transform: scale(1.05, 1.05);
}

.nav-literary .literary-nav1 span {
    background: url(../img/wticon01.png) no-repeat center;
    background-size: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.nav-literary .literary-nav1:hover span {
    background: url(../img/cwticon01.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav2 span {
    background: url(../img/wticon02.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav2:hover span {
    background: url(../img/cwticon02.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav3 span {
    background: url(../img/wticon03.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav3:hover span {
    background: url(../img/cwticon03.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav4 span {
    background: url(../img/wticon04.png) no-repeat center;
    background-size: 100%;
}

.nav-literary .literary-nav4:hover span {
    background: url(../img/cwticon04.png) no-repeat center;
    background-size: 100%;
}

.nav-literary li a:hover {
    background: none !important;
    color: #c7915e;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.nav-literary li:hover span {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.all-tit img {
    display: block;
    margin: 80px auto 30px;
}

.all-tit01 img {
    margin: 30px auto 30px;
}

.dynamic-box {
    padding: 20px 0 50px;
}

.dynamic-box .row {
    margin: 0;
    position: relative;
}

.dynamic-box .row ul {
    margin-bottom: 0;
}

.dynamic-box .left-img {
    padding: 8px 0;
}

.dynamic-box .dongt-slider {
    background: #fff;
    padding: 5px;
    border: 1px solid #333;
    position: relative;
}

.left-img .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.left-img .owl-dots .owl-dot span {
    border-radius: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    box-shadow: 0 1px 1px #555;
    border: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: none;
}

.left-img .owl-dots .active span {
    background: #fff !important;
}

.dynamic-box .right-list {
    background: #f8f8f8;
    padding: 0;
}

.dynamic-box .right-list li {
    width: 100%;
    height: 94px;
    padding: 12px 0;
    position: relative;
}

.dynamic-box .right-list .act-li {
    background: #fff;
    border-right: 10px solid #ca8c51;
}

.dynamic-box .right-list .act-li:before {
    content: "\e602";
    font-family: "iconfont";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -14px;
}

.dynamic-box .right-list li a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.right-list .date {
    display: inline-block;
    width: 18%;
    color: #333;
    padding: 0 15px;
    vertical-align: top;

}

.right-list .act-li .date {
    color: #ca8c51;
}

.right-list .date b {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.right-list .text {
    text-align: left;
    display: inline-block;
    max-width: 80%;
}

.right-list .text h4 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-list .text p {
    width: 100%;
    font-size: 16px;
    color: #aeaeae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*体育场所*/
@font-face {
    font-family: 'sysongti';
    src: url('../fonts/sysongti.eot');
    src:
        url('../fonts/sysongti.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sysongti.woff') format('woff'),
        url('../fonts/sysongti.ttf') format('truetype');
}

.two-cont {
    background: url(../img/wenlibg02.png);
}

.two-cont .container {
    padding: 0;
}

.two-cont .container ul {
    padding: 0;
}

.sports-nav {
    display: table;
    text-align: center;
    margin: 0 auto 30px;
}

.sports-nav li {
    float: left;
    width: 120px;
    height: 42px;
    line-height: 40px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: url(../img/tab02.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.sports-nav .act-nav {
    background: url(../img/tab01.png) no-repeat;
    background-size: 100%;
}

.sports-nav li:hover {
    background: url(../img/tab01.png) no-repeat;
    background-size: 100%;
    opacity: 0.8;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.sports-slider {
    position: relative;
}

#main .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}

.sports-slider .item {
    padding: 0 8px;
}

.sports-slider .sport-box {
    width: 100%;
    height: 176px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.sports-slider .sport-box:hover .txt-box {
    top: 0;
    padding: 30px 0;
    background: rgba(193, 140, 89, 0.9);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.sports-slider .sport-box img {
    display: block;
    width: 100%;
}

.sport-box .txt-box {
    width: 100%;
    height: 186px;
    background: rgba(0, 83, 83, 0.9);
    padding: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 136px;
    ;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}

.sports-box .txt-box h4,
.sports-box .txt-box p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owl-controls {
    margin: 0;
}

#main .owl-carousel .owl-prev,
#main .owl-carousel .owl-next {
    background: none;
    position: absolute;
    top: 0;
}

.sports-slider .owl-prev {
    left: -80px;
}

.sports-slider .owl-next {
    right: -80px;
}

#main .owl-carousel .owl-prev:before {
    content: "\e81c";
    font-family: 'iconfont';
    color: #7aaaaa;
}

.sports-slider .owl-prev:before,
.sports-slider .owl-next:before {
    font-size: 64px;
    position: relative;
    top: -10px
}

#main .owl-carousel .owl-next:before {
    content: "\e60f";
    font-family: 'iconfont';
    color: #7aaaaa;
}

.motion-box {
    color: #fff;
}

.motion-box>div>div {
    height: 532px;
}

.motion-box>div {
    padding: 0 5px;
}

.motion-box .tit {
    text-align: center;
    margin-bottom: 35px;
}

.motion-box .tit span {
    font-size: 22px;
    display: inline-block;
    padding: 3px 30px;
    font-family: 'sysongti';
    color: #fff;
    position: relative;
    background: url(../img/B1A19C1.png) left no-repeat, url(../img/B1A19C2.png) right no-repeat;
}

.motion-box .left-box {
    background: #7bc0d7;
    padding: 20px 10px 10px;
    text-align: center;
}

.motion-box .middle-box {
    background: #8bcbcb;
    padding: 20px 25px;
}

.left-box .problem-txt {
    background: #86cde5;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 30px;

}

.left-box .problem-txt>div {
    border-radius: 5px;
    padding: 8px;
    border: 2px #43818d dashed;
}

.left-box .problem-txt li {
    text-align: left;
}

.left-box .problem-txt li:before {
    content: "·";
    font-weight: 500;
    margin-right: 5px;
}

.motion-box .left-box p {
    font-size: 16px;
}

.left-box a {
    cursor: pointer;
    display: block;
    color: #fff;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.2)
}

.left-box .problem-txt .ceshi-a {
    display: block;
    width: 88%;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.problem-txt .ceshi-a a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    border-radius: 21px;
    background: #49c3eb;
    position: absolute;
    top: -10px;
    left: 0;
}

.left-box .problem-txt:hover a {
    background: #28a5ce;
    text-shadow: 0 1px #999;
    transition: all 0.3s linear;
}

.left-box .but-a {
    width: 90%;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 15px auto;
    background: #8bd6ef;
}

.left-box .but-a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #60b2f2;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s linear;
}

.left-box .but-a:hover {
    background: #5cc3e5;
    text-shadow: 0 1px #999;
    transition: all 0.3s linear;
}

.park-slider .item {
    padding: 0 22px;
}

.park-slider .item>a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.park-slider p {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: rgba(0, 83, 83, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

.park-slider .owl-prev:before,
.park-slider .owl-next:before {
    font-size: 48px;
    font-weight: 500;
    color: #1b8080 !important;
}

.park-slider .owl-prev {
    left: -32px;
}

.park-slider .owl-next {
    right: -32px;
}

.park-slider .owl-dots {
    margin: 5px 10px;
}

.park-slider .owl-dots .owl-dot span {
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
    width: 6px;
    height: 6px;
    box-shadow: 0 1px 1px rgba(100, 100, 100, 1);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.park-slider .owl-dots .active span {
    background: #fff !important;
}

.middle-box .tieshi {
    background: #94d7d7;
    border-radius: 5px;
    padding: 8px;
}

.middle-box .tieshi>div {
    border-radius: 5px;
    border: 2px #43818d dashed;
    padding: 8px;
}

.middle-box .tieshi ul {
    display: table;
    margin: 0 auto;
}

.middle-box .tieshi ul li {
    float: left;
    width: 50%;
    padding: 3px 0;
}

.middle-box .tieshi ul li:before {
    content: "·";
    font-weight: 600;
    margin-right: 5px;
}

.motion-box .right-box {
    background: #9abcde;
    padding: 20px;
}

.motion-box .right-box ul {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.motion-box .right-box ul:last-child {
    margin-bottom: 0;
}

.motion-box .right-box ul li {
    float: left;
    text-align: center;
    width: 50%;
}

.motion-box .right-box li a {
    color: #fff;
}

.motion-box .right-box li span {
    display: block;
    width: 56px;
    height: 56px;
    margin: 8px auto;
    border-radius: 50%;
    border: 2px solid #99ccff;
    background: #75ade5;
    display: table;
    margin: 0 auto;
}

.motion-box .right-box li p {
    font-size: 16px;
}

.motion-box .right-box li .iconfont {
    font-size: 28px;
    line-height: 52px;
}

.icon-jianshenfang1 {
    font-size: 30px !important;
}

.icon-budao {
    font-size: 52px !important;
}

.icon-jianshenfang {
    font-size: 24px !important;
}

.two-cont .all-tit02 img {
    margin-top: 0;
    position: relative;
    top: 80px;
}

.motion-box {
    position: relative;
    top: 80px;
}

/*  文化遗产  */
.thr-cont {
    padding-top: 80px;
}

.culture-nav {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.culture-nav li {
    float: left;
    width: 170px;
    height: 42px;
    line-height: 40px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: url(../img/wnavbg.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.culture-nav .act-nav {
    background: url(../img/wactnavbg.png) no-repeat;
    background-size: 100%;
}

/*
.culture-nav li:hover{
    background:url(../img/wactnavbg.png) no-repeat;
    background-size:100%;  
    opacity: 0.8; 
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
*/
.culture-owl {
    padding: 60px 0;
}

.culture-owl .item:hover .img-box {
    background: url(../img/waike01.png) no-repeat;
    background-size: 100%;
}

.culture-owl .item:hover h3 {
    color: #c18c59;
}

.culture-owl .img-box {
    width: 160px;
    height: 160px;
    background: url(../img/waike02.png) no-repeat;
    background-size: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.culture-owl .img-box img {
    display: block;
    width: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    height: 100%
}

.culture-owl .txt-ul {
    display: flex;
}

.culture-owl .txt-ul li {
    width: 35px;
    padding: 15px;
    text-align: center;
    display: inline-block;
}

.culture-owl .txt-ul li:nth-child(2) p {
    border-right: 1px solid #333;
    padding-bottom: 30px;
    width: 20px;
}

.culture-owl01 .txt-ul li:last-child {


    position: relative;

}

.culture-owl .txt-ul li h3 {
    margin: 0;
    color: #7aaaaa;
}

.culture-owl .txt-ul li p {
    position: relative;
    top: 60px;
    writing-mode: lr-tb;
    writing-mode: vertical-lr;
    white-space: normal;
    word-break: break-all;
}

.culture-owl .owl-next:before,
.culture-owl .owl-prev:before {
    font-size: 72px;
}

.culture-owl .owl-next {
    right: -60px;
}

.culture-owl .owl-prev {
    left: -60px;
}

.culture-owl .owl-dots .owl-dot span {
    width: 50px;
    height: 4px;
    background: #7aaaaa;
}

.culture-owl .owl-dots .active span {
    background: #c18c59 !important;
}

.culture-owl02 .txt-ul li p {
    position: relative;
    top: 30px;
    writing-mode: lr-tb;
    writing-mode: vertical-lr;
}

.culture-owl02 .item>div {
    position: relative;
}

.js-text {
    width: 80%;
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
    display: block;
    ;
    position: absolute;
    left: 20%;
    top: 30%;
    z-index: 88;
    display: none;
    transition: all 0.5s linear;
}

/*关注普陀*/
.for-cont {
    background: url(../img/bot-bg.png) no-repeat;
    background-size: cover;
}

.for-cont ul {
    display: table;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.for-cont ul li {
    float: left;
    width: 25%;
}

.for-cont ul p {
    font-size: 18px;
    text-align: center;
}

/* .owl-carousel .owl-item img{ 
    min-height:400px;
} */

/*
.dongt-slider .owl-item .item{  
    min-height:356px;
}
*/
/* ---------------------------------------------------------------------------------------------------------*/
.dongt-slider .owl-item .item img {
    width: 100%;
    height: 356px;
}

.owl-item .item>a {
    display: block;
    width: 100%;
    height: 100%;
}

/*夜跑公园专题页*/
.night-header {
    position: relative;
    height: 550px;
    background: #fff url(../img/yptopbg.png) center center no-repeat;
}

.night-tips {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    background: #e9f4f4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    top: -160px;

}

.night-tips>.row {
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px #478caa dashed;
}

.night-tips .iconfont {
    display: block;
    width: 52px;
    font-size: 44px;
    color: #ce8a4a;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.night-tips .icon-ypicon1,
.night-tips .icon-ypicon {
    font-size: 42px;
}

.night-tips .icon-ypicon5 {
    font-size: 40px;
}

.night-tips>.row .col-xs-12 {
    padding: 0;
    padding-left: 52px;
    position: relative;
}

.night-tips p {
    padding: 10px 0;
}

.night-tips h3 {
    text-align: center;
    color: #ce8a4a;
    margin: 10px;
}

.night-page {
    background: url(../img/wenlibg02.png);
}

.night-list {
    position: relative;
    top: -100px;
}

.night-list ul li>div {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 194px;
}

.night-list .col-md-3 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.night-list li img {
    display: block;
    width: 100%;
}

.night-list li .text {
    background: rgba(0, 83, 83, 0.6);
    position: absolute;
    width: 100%;
    height: 42px;
    color: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.night-list li .text .tit {
    font-size: 20px;
    display: block;
}

.night-list li .iconfont {
    display: inline-block;
    margin-right: 5px;
}

.night-list li .text p {
    width: 100%;
    margin: 0;
    display: none;
}

.night-list li:hover .text {
    height: 100%;
    background: rgba(192, 140, 90, 0.9);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.night-list li:hover .text p {
    display: block;
}

.position-nav {
    position: relative;
    top: 90px;
}

.position-nav a {
    color: #000;
}

.position-nav a:hover {
    cursor: pointer;
    color: #0069c5;
    font-weight: 500;
    transition: all 0.3s linear;
}

/*学校场馆*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.school-header {
    height: 550px;
    background: #fff url(../img/school/schooltop.png) center center no-repeat;
}

.school-page {
    background: url(../img/wenlibg02.png);
}

.school-nav {
    padding-left: 0;
}

.school-nav li {
    cursor: pointer;
    float: left;
    width: 128px;
    height: 44px;
    line-height: 42px;
    margin: 20px 6px;
    text-align: center;
    background: url(../img/tab02.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 21px;
}

.school-nav .no-mar {
    margin-right: 0;
}

.school-nav .act-li {
    background: url(../img/tab01.png) no-repeat;
    background-size: 100%;
}

.school-nav li button {
    border: none;
    background: none;
    outline: none;
    display: block;
    width: 100%;
}

.school-page .night-list {
    min-height: 420px;
    top: 0;
}

.pagination>li>a,
.pagination>li>span {
    color: #7aaaaa;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #7aaaaa;
    border-color: #7aaaaa;
}




/* 文化场地 */
.culture-header {
    height: 550px;
    background: #fff url(../img/culturetop.png) center center no-repeat;
}

/* 体育场地 */
.sport-header {
    height: 550px;
    background: #fff url(../img/sporttop.png) center center no-repeat;
}

.night-list .more-btn {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}

.hide-more {
    display: none
}

.more-win {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;

}

.more-win .cont {
    max-width: 560px;
    width: 92%;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.more-win .txt b {
    display: block;
    margin-bottom: 10px;
}

.more-win .txt span {
    display: inline-block;
    ;
    margin-right: 15px;
}

.del-btn {
    position: absolute;
    color: #ccc;
    right: 10px;
    top: 10px;
    font-size: 24px;
}

#masonry .hiden-sp {
    display: none;
}

.alone-add {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.more-win .cont p span:first-child {
    min-width: 84px;
}

@media (max-width: 1199px) {
    .dynamic-box .row {
        height: auto;
    }

    .small-rac {
        position: absolute;
        left: 0;
        top: 280px;
    }

    .dynamic-box .right-list li {
        height: 80px;
        padding: 5px 0;
    }

    .right-list .date {
        padding: 0 10px;
    }

    .right-list .text h4 {
        font-size: 16px;
    }

    .right-list .text p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .right-list .text {
        padding-left: 15px;
    }

    /*-------------------------------------------------------------*/


    .dongt-slider .owl-item .item img {
        width: 100%;
        height: 300px;
    }

}

@media (max-width: 991px) {
    .right-list .date {
        padding: 0 30px;
    }

    .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;
    }


    .dongt-slider .owl-item .item img {
        width: 100%;
        height: 340px;
    }

    .motion-box>div>div {
        height: auto !important;
    }
    .modal-consult .modal-dialog{
        width:750px;
    }
    .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 {
        height: auto;
        background: #fff;
    }

    .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%;
    }

    .night-tips p {
        padding: 5px 0 10px;
        margin: 0;
    }

    .owl-height {
        min-height: 240px !important;
    }

    .more-win .cont {
        padding: 20px 10px;
    }

    .more-win .cont ul {
        padding: 0
    }

    .modal-consult .modal-dialog {
        width: auto;
    }

    .consult {
        right: 10px;
    }

    .consult a {
        width: 92px;
        height: 70px;
    }


}

@media (max-width: 540px) {
    .sports-nav li {
        font-size: 16px;
        width: 80px;
        line-height: 32px;
        height: 32px;
        background: #43818d;
    }

    .sports-nav .act-nav {
        background: #ec6941;
    }

    .sports-nav li:hover {
        background: #ec6941;
    }

    .right-list .date {
        padding: 0;
    }

    .right-list .date span {
        font-size: 12px;
        letter-spacing: -1px;
    }

    .nav-literary>li>a {
        padding: 0;
    }

    .dynamic-box .right-list li .text {
        max-width: 75%;
    }

    .dynamic-box .right-list li a {
        flex-wrap: nowrap;
    }

    .right-list .text h4 {
        font-size: 16px;
    }

    .right-list .text p {
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-cricles li {
        padding: 0 10px;
    }

    .nav-cricles li a {
        padding-top: 15px;
        border-width: 2px;
    }

    .nav-cricles li.active a:after {
        bottom: -10px;
    }

    .nav-literary li span {
        width: 70px;
        height: 70px;
        margin: 5px;
    }

    .nav-literary li {
        padding: 0;
    }

    .nav-literary li a {
        font-size: 16px;
    }

    .nav-literary {
       /* margin-top: -45px;*/
    }

    .sports-slider .sport-box {
        width: 320px;
        margin: 0 auto 20px;
    }

    .sports-slider .owl-prev {
        left: -20px;
    }

    .sports-slider .owl-next {
        right: -20px;
    }

    .sports-slider .owl-next:before {
        font-size: 38px;
    }

    .sports-slider .owl-prev:before {
        font-size: 38px;
    }

    .culture-owl {
        padding: 10px 0;
    }

    .culture-owl .img-box {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .culture-owl .txt-ul {
        display: block;
        padding: 0;
    }

    .culture-owl .txt-ul li {
        width: 100%;
        padding: 0;
    }

    .js-text {
        display: none;
    }

    .culture-owl .txt-ul li p {
        padding-bottom: 0 !important;
        border-right: none !important;
        top: 0;
        writing-mode: horizontal-tb !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .culture-owl .owl-next:before,
    .culture-owl .owl-prev:before {
        font-size: 30px;
    }

    .culture-owl .owl-next {
        right: -20px;
    }

    .culture-owl .owl-prev {
        left: -20px;
    }

    .txt-ul .title {
        height: 30px;
        font-size: 16px;
    }

    .culture-owl .owl-dots .owl-dot span {
        width: 10px;
    }

    .culture-nav {
        padding: 0;
    }

    .culture-nav li {
        width: 28%;
        font-size: 15px;
        height: 28px;
        line-height: 28px;
        margin: 5px;
        background: #43818d;
        border-radius: 3px;
    }

    .culture-nav li:hover {
        background: #ec6941;
    }

    .culture-nav .act-nav {
        background: #ec6941;
    }

    .motion-box .tit {
        margin-bottom: 10px;
    }

    .motion-box>div>div {
        height: 500px;
    }

    .motion-box .middle-box {
        padding: 15px;
        height: 460px;
    }

    .motion-box .right-box ul {
        margin-bottom: 10px;
    }

    .motion-box .right-box {
        height: 420px;
    }

    .motion-box>div {
        margin-bottom: 10px;
    }

    .dynamic-box {
        padding: 0;
        position: relative;
        top: -20px;
    }

    .culture-owl01 .txt-ul li p {
        margin: 0;
    }

    .culture-owl01 .txt-ul li:last-child {
        top: 0;
    }

    .for-cont ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px 10px;
    }

    .for-cont ul li {
        width: 50%;
    }

    .all-tit img {
        margin: 30px auto 15px;
    }

    .two-cont .all-tit02 img {
        top: 15px;
    }

    .two-cont .all-tit02 {
        height: 20px;
    }

    .culture-owl .culture-owl02 .txt-ul,
    .culture-owl .culture-owl03 .txt-ul {
        height: 32px;
        overflow: hidden;
    }

    .culture-owl .culture-owl02 .txt-ul li p,
    .culture-owl .culture-owl03 .txt-ul li p {
        display: none;
    }

    .culture-owl02 .js-text,
    .culture-owl03 .js-text {
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px;
        background: none;
        box-shadow: none;
        display: block;
        position: relative;
        left: 0;
        top: 0;
        z-index: 88;
        opacity: 1;
        transition: all 0.5s linear;
        padding: 0 30px;
    }

    .night-tips .icon-ypicon1,
    .night-tips .icon-ypicon {
        font-size: 36px;
    }

    .night-tips .icon-ypicon5 {
        font-size: 32px;
    }

    .position-nav {
        display: none;
    }

    .culture-owl .txt-ul li:nth-child(2) p {
        width: 100% !important;
    }

    .middle-box .tieshi ul li {
        width: 100%
    }

    .culture-owl02 .item,
    .culture-owl03 .item {
        min-height: 280px;
    }

    .more-win .cont ul p,
    .more-win .cont ul b {
        margin-bottom: 5px;
        font-size: 12px;
    }

}

@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;
    }

    .culture-owl .culture-owl02 .txt-ul li p {
        display: none;
    }

    .culture-owl02 .js-text,
    .culture-owl03 .js-text {
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px;
        background: none;
        box-shadow: none;
        display: block;
        position: relative;
        left: 0;
        top: 0;
        z-index: 88;
        opacity: 1;
        transition: all 0.5s linear;
        padding: 10px;
    }

    /*-------------------------------------------------------------*/


    .dongt-slider .owl-item .item img {
        width: 100%;
        height: 300px;
    }

    .night-tips {
        top: -100px;
    }

    .night-list {
        top: -50px
    }

    .school-nav {
        margin-top: 10px;
    }

    .school-nav li {
        width: 31.333%;
        margin: 0 1%;
    }
    .footer-add li{
        width:100%!important;
    }
}

@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;
    }

    .dongt-slider .owl-item .item img {
        width: 100%;
        height: 250px;
    }

    .night-list .col-md-3 {
        padding: 2px;
        margin-bottom: 5px;
    }

    .night-list li .text .tit {
        font-size: 16px;
    }

    .night-list li .text p {
        font-size: 12px;
    }

    .night-tips {
        top: -80px;
    }
}

@media (max-width: 380px) {
    .container {
        padding: 8px;
    }

    .title {
        font-size: 14px;
    }

    .dongt-slider .owl-item .item img {
        width: 100%;
        height: 240px;
    }

    .night-list .col-xs-6 {
        width: 100%;
    }

}

.sports-nav li a {
    color: #fff;
}

.park-slider .owl-item .item>a {
    height: 250px;
}

.motion-box .right-box ul li {
    margin: 10px auto;
}

.motion-box .middle-box {
    height: auto;
}

.park-img-list {
    margin: 0 -15px;
}

.park-img-list>li {
    text-align: center;
}

.middle-box .tieshi ul {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.park-img-list>li>a>p {
    color: #fff;
    background: rgba(0, 83, 83, 0.7);
    font-size: 14px;
    padding: 10px;
    margin: 0;
}

.middle-box .tieshi ul li {
    width: 25%;
    padding: 3px 5px;
    display: table-cell;
}
.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;
}
.cyan-blue {
    background: #00b9db;
}
.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;
}
.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;
}
.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);
}
.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%;
}