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


/*-----字体图标引入------------------------------------------------------------------------*/
@import url("https://at.alicdn.com/t/font_739452_hcsjgmipke.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;
}
ul{
    padding:0;
}
#skip {
    height: 0;
    overflow: hidden;
}
#main .row{
    padding: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: 166px;
    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{
    margin-left:248px;
}
.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:690px;
    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: 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;
}
.one-cont{
    background:url(../img/wenlibg01.png);
}
/*-----------------------------------------------------------------------------------------------*/
.nav-literary {
    text-align: center;
    margin-top: -60px;
}


.nav-literary li{
    float:left;
    width:14.25%;
    background:url(../img/wticon01.png) no-repeat;
    background-position:-11px 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{
    padding:13px 45px;
    width: 157px;
    height:115px;
    font-size:28px;
    text-align: center;
    color:#0b74ce;
    display:block;
    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 a:focus{
    background-color:transparent;
}
.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 50px;
}
.all-tit01 img{
    margin:30px auto 30px;
}
.dynamic-box{
    padding:20px 0 50px;
}
/*-----------------------------------------------------------------------------*/
.dynamic-box .row{
    /*background:#fff;*/
    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 ul{
    padding:0;
}
.sports-nav{
    display: table;
    text-align: center;
    margin:0 auto 30px;
}
.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;
}
/*-------------------------------------------------------------------------------*/
.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:-18px;
}
.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{
    color:transparent;
    position: absolute;
    top:0;
}
.sports-slider .owl-prev{
    left:-80px;
}
.sports-slider .owl-next{
    right:-80px;
}

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


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

/*--------------------------------------------------------------------------------------------------------------*/
.culture-stage{
    overflow:hidden;
    margin:0 auto;
}
.culture-nav{
    display: table;
    text-align:center;
    margin:0 auto;
    width:10000px;
    overflow-x: auto;
    padding:0;
    position:relative;
    left:0;
    transform: translate3d(-000px, 0px, 0px);
    -ms-transform:translate3d(-000px, 0px, 0px);
    -webkit-transform:translate3d(-000px, 0px, 0px);
    transition: all 1s ease 0s;
}
/*--------------------------------------------------------------------------------------------------------------*/
.culture-nav li{
    float: left;
    width:170px;
    height:47px;
    line-height:47px;
    margin:10px;
    text-align: center;
    color:#2d93d0;
    font-size:20px;
    background:url(../img/gj.png) no-repeat center;
    background-size:contain;
    cursor: pointer;
}
.culture-nav .act-nav{
    background:url(../img/gj-active.png) no-repeat center;
    background-size:contain;
    color:#fff;
}
/*
.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:20px 60px;
}
.culture-owl>.owl-carousel{
    display:none;
}
.culture-owl>.owl-carousel.active{
    display:block;
}

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

.culture-owl .img-box img{
    display: block;
    width:100%;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    top:-10px;
}
.culture-owl .txt-ul{
    padding:0;
    text-align: center;
    position: relative;
    padding-top:40px;
}
.culture-owl .txt-ul:before{
    content: '';
    display:block;
    width:226%;
    height:3px;
    background-color:#b1daf1;
    position: absolute;
    left:34px;
    top:8px;
}
.culture-owl .txt-ul:after{
    content:'';
    display:block;
    width:18px;
    height:18px;
    border-radius:50%;
    background-color:#fff;
    border:3px solid #00ab37;
    position: absolute;
    left:50%;
    top:0;
    margin-left:-9px;
}
.culture-owl .txt-ul li{
    width:35px;
    text-align: center;
    display: inline-block;
    margin:0 auto;
    position:relative;
}

/*-----------------------------------------------------------------------------------*/
.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;
    writing-mode:lr-tb;
    writing-mode: vertical-lr;
    white-space:normal;
    word-break:break-all;
    margin:0 auto;
    font-size:18px;
    color:#696969;
}
.culture-owl .owl-next:before,.culture-owl .owl-prev:before{
    font-size:72px;
}
.culture-owl .owl-next{
    right:-40px;
    background:url("../img/owl/next1.png") no-repeat center;
    width: 35px;
    height: 35px;
}
.culture-owl .owl-prev{
    left:-40px;
    background:url("../img/owl/prev1.png") no-repeat center;
    width: 35px;
    height: 35px;
}
.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;
    padding-bottom:60px;
}
/* ---------------------------------------------------------------------------------------------------------*/



/* .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;
}
.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:100px;
    color:#888888;
}

.position-nav a{
    color:#888888;
}
.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/culture/culturetop.png) center center no-repeat;
}

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






























.traffic{
    background:url("../img/traffic-bg.png") no-repeat;
    padding:20px;
    padding-left:30px;
    background-size:cover;
}

.traffic-title>h4>span{
    display:inline-block;
    background:url("../img/traffic-tit.png") no-repeat center;
    width: 131px;

    line-height:30px;
    font-size:26px;
    color:#007bc1;
}
.traffic>p{
    text-indent: 2em;
    font-size: 18px;
    color:#696969;
    margin-bottom:20px;
}
.traffic>p:last-child{
    margin-bottom:0;
}
#main .project-slider .owl-nav{
    top:45%;
}
#main .project-slider .owl-prev{
    left: -80px;
    background:url("../img/owl/prev.png") no-repeat center;
    width: 38px;
    height: 60px;
}
#main .project-slider .owl-next {
    right: -80px;
    background:url("../img/owl/next.png") no-repeat center;
    width: 38px;
    height: 60px;
}


.project-slider .owl-stage-outer{
    overflow-x:hidden;
    overflow-y:unset;
    padding:20px 0;
}


.project-box{
    text-align: center;
    padding:15px;
    background:url("../img/owl/slider-bg.png") no-repeat center;
    border-radius:6px;transition:all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;

}
.project-box:hover{
    -ms-transform: scale(1.1);
    transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform:scale(1.1);
    transition:all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.project-box>a>p{
    font-size:14px;
    color:#6f6e6e;
    line-height:1.8;
}
.project-box h4{
    position:relative;
    font-size:22px;
    margin:0;
    margin-bottom:10px;
    padding:10px 0;
}
.project-box h4.color1{
    color:#017ec2;
}
.project-box h4.color2{
    color:#00ab37;
}
.project-box h4.color3{
    color:#f09319;
}
.project-box h4:before{
    position:absolute;
    bottom:0;
    left:50%;
    width:30px;
    height:3px;
    content:'';
    display:block;
    margin-left:-5px;
}
.project-box h4.color1:before{
    background-color:#017ec2;
}
.project-box h4.color2:before{
    background-color:#00ab37;
}
.project-box h4.color3:before{
    background-color:#f09319;
}
.two-cont>.container{
    /*overflow-y:hidden;*/
}
.thr-cont{
    background:url("../img/transit.png") no-repeat center;
    padding:0;
    background-size:100% 100%;
    padding-bottom:60px;
}


.culture-box{
    position:relative;
    padding:0 100px;
}
.culture-box>.culture-prev{
    cursor:pointer;
    background:url("../img/culture-prev.png") no-repeat center;
    width:36px;
    height: 36px;
    position:absolute;
    left:60px;
    top:50%;
    margin-top:-18px;
    z-index: 2;
}
.culture-box>.culture-next{
    background:url("../img/culture-next.png") no-repeat center;
    width:36px;
    height: 36px;
    cursor:pointer;
    position:absolute;
    right:60px;
    top:50%;
    margin-top:-18px;
    z-index: 2;
}

.tips{
    text-align: center;
    display:none;
}
.tips.active{
    display:block;
}
.tips-content{
    display:inline-block;
    background:url("../img/xts.png") no-repeat center;
    width: 641px;
    height: 182px;
    padding-top:40px;
    padding-left:126px;
    padding-right:10px;
}
.tips-content>p{
    text-align:left;
    margin:0;
    color:#757575;
    font-size:16px;
}
.build-traffic{
    background:url("../img/Building-traffic.png") no-repeat center;
    height:376px;
    padding:36px 30px;
    background-size: contain;
}
.build-tab{
    padding:0;
    list-style:none;
}
.for-cont .build-tab>li{
    float:left;
    padding:0 5px;
    list-style:none;
    width: auto;
}
.build-tab>li>a{
    display:inline-block;
    color:#2d93d0;
    font-size:17px;
    border-radius:20px;
    border:1px solid #dadada;
    background-color:#fff;
    word-break: keep-all;
    padding:5px 10px;
    cursor:pointer;
}
.build-tab>li.active>a{
    background-color:#fb9026;
    color:#fff;
}


.build-tab-content{
    display:none;
}
.build-tab-content.active{
    display:block;
}
.build-tab-content>p{
    font-size: 16px;
    color:#777;
    margin-bottom:8px;
}
.build-tab-content>p.infro{
    margin:15px 0;
}
.build-tab-content>h5{
    color:#007bc1;
    font-size:20px;
    margin:10px 0;
}
.build-tab-content>p.time>span{

    font-size: 16px;
    color:#777;
}
.build-tab-content>p.time>a{
    float:right;
    border:2px solid #007bc1;
    background-color:#fff;
    line-height:36px;
    font-size:16px;
    color:#007bc1;
    display:inline-block;
    padding:0 10px;
    position: relative;
    top:-18px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.build-tab-content>p.time>a:hover{
    background-color:#007bc1;
    color:#fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.five-cont{
    background:url("../img/safe.png") no-repeat center;
    background-size:cover;
    padding-bottom:30px;
}

.safe-service{
    position:relative;
    text-align: center;
    padding:150px 0;
}
.safe-service>li{
    display:inline-block;
    background:url("../img/service.png") no-repeat center;
    text-align: center;
    padding:5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.safe-service>li.active{
    background: url("../img/service-a.png") no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.safe-service>li>a{
    padding:10px 4px;
    display:block;
    width: 127px;
    height: 143px;
}
.safe-service>li>a>.iconbox{
    font-size:50px;
    color:#0bc438;
}
.safe-service>li>a>p{
    color:#646464;
    font-size: 16px;
    margin:0;
}
.safe-service>li.active>a>p,.safe-service>li.active>a>.iconbox{
    color:#fff;
}
.first-fixed{
    position: absolute;
    left:0;
    top:0;
    margin-top: 30px;
    margin-left: 130px;
}
.two-fixed{
    position: absolute;
    right:0;
    top:0;
    margin-top: 30px;
    margin-right:130px;
}
.three-fixed{
    position: absolute;
    left:0;
    bottom:0;
    margin-bottom: 30px;
    margin-left:130px;
}
.for-fixed{
    position: absolute;
    right:0;
    bottom:0;
    margin-bottom: 30px;
    margin-right:130px;
}
.Traffic-consultation{
    border-radius:8px;
    border:1px solid #ddd;
    background-color:#fff;
    padding:15px;
    margin-top:35px;
}

.Traffic-consultation>.title{
    text-align: center;
    position:relative;
    margin-top:-50px;
}
.Traffic-consultation>.title>h4{
    display:inline-block;
    font-size:24px;
    color:#fff;
    padding:0 30px;
    line-height:50px;
    background-color:#fb9026;
    border-radius:30px;
}
.Traffic-consultation>.title>h4>i{
    color:#005c8e;
    vertical-align:middle;
    font-size:30px;
    margin-right:10px;
}
.consultation-list{
    padding:0;
    margin-top:10px;
}
.consultation-list>li{
    margin-bottom:23px;
}
.consultation-list>li:last-child{
    margin:0;
}
.consultation-list>li>a{
    display:block;
    padding-left:100px;
    font-size:20px;
    color:#666666;
    position:relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.consultation-list>li>a:hover{
    color:#2c9cd8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.date-box{
    position:absolute;
    left:0;
    top:0;
    width:77px;
    height:64px;
    text-align: center;
}
.date-box>span{
    font-size:28px;
    color:#2c9cd8;
    display:block;
    border:1px solid #ddd;
    border-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.date-box>p{
    background-color:#2c9cd8;
    color:#fff;
    font-size:14px;
    width:100%;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    margin:0;
}
.six-cont{
    background:url("../img/six-cont.png") no-repeat center;
    padding-bottom:60px;
}
.convient{
    padding:0;
}
.convient>li{
    float:left;
    width:20%;
    text-align: center;
    padding:0 5px;
}

.convient>li:hover .iconbox{
    background:#3a99de;
    color:#fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.convient>li>a>.iconbox{
    font-size:60px;
    color:#2e97d5;
    border-radius:50%;
    background:url("../img/icon-bg.png") no-repeat center;
    background-size: contain;
    margin:30px auto;
    padding:13px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.convient>li.active>a>.iconbox{
    background:#3a99de;
    color:#fff;
}
.convient>li>a>p{
    font-size:17px;
    color:#888;
}
.convient>li.active>a>p{
    color:#059bf1;
}
.convient>li:hover p{
    color:#059bf1;
}
.zn-left{
    float:left;
    width:62%;
    padding:0 5px;
}
.traffic-line{
    margin-top:20px;
    padding:0;
}
.traffic-line>li{
    display:none;
}
.traffic-line>li.active{
    display:block;
}
.intelligent-title{
    text-align: center;
}
.intelligent-title>h5{
    display:inline-block;
    background:url("../img/intelligent-title.png") no-repeat center;
    width: 156px;
    color:#2d93cf;
    font-size: 20px;
}

.zn-left>ul,.clipper>ul{
    padding:0;
}
.zn-left>ul>li{
    width:33.333%;
    float:left;
    text-align: center;
}
.zn-left>ul>li:hover p{
    color:#059bf1;
}


.zn-left>ul>li>a>.iconbox,.clipper>ul>li>a>.iconbox{
    background:url("../img/iconbox-bg2.png") no-repeat center;
    background-size: contain;
    font-size:40px;
    color:#2d93cf;
    width: 81px;
    height: 63px;
    background-color:#fbfbfb;
    margin:0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.zn-left>ul>li>a>.iconbox>i,.clipper>ul>li>a>.iconbox>i{
    vertical-align:middle;
}
.zn-left>ul>li>a>p,.clipper>ul>li>a>p{
    font-size:16px;
    color:#888888;
    margin-top:10px;
    margin-bottom:0;
}
.clipper>ul>li:hover p{
    color:#059bf1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.zn-left>ul>li:hover .iconbox,.clipper>ul>li:hover .iconbox{
    background:none;
    background-color:#059bf1;
    border-radius:3px;
    color:#fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}





.zn-right{
    width:38%;
    float:left;
    padding:0 5px;
}
.zn-right>ul{
    padding:0;
}
.zn-right>ul>li{
    width:50%;
    text-align: center;
    float:left;
}
.zn-right>ul>li>a>.iconbox{
    width: 81px;
    height: 63px;
}
.zn-right>ul>li>a>p{
    font-size:16px;
    color:#888888;
    margin-top:10px;
    margin-bottom:0;
}
.clipper>ul{
    padding:0;
}
.clipper>ul>li{
    width:20%;
    float:left;
    text-align: center;

}
.chat-list>ul{
    padding:0;
}
.chat-list>ul>li{
    float:left;
    width:33.3333%;
    padding:5px 12px;
    text-align: center;
}
.chat-list>ul>li>a{
    border-radius:5px;
    display:block;
    background:url("../img/chat-list.png")  no-repeat center;
    background-size:contain;
    height: 40px;
    line-height:40px;
    background-color:#fbfbfb;
    color:#888888;
    font-size:16px;
}

.seven-cont{
    background:url("../img/seven-cont.png") no-repeat center;
    padding-bottom:60px;
}

.bike-item{
    background:url("../img/ofo.png") no-repeat center;
    padding:10px 70px;
    text-align: center;
    padding-bottom:100px;
}
.car-item{
    background:url("../img/EVC.png") no-repeat center;
    padding:10px 70px;
    text-align: center;
    padding-bottom:100px;
}
.bike-item>ul{
    padding:0;
    margin-top:50px;
}
.bike-item>p{
    margin-top:20px;
    font-size:16px;
    color:#6c6c6c;
}
.bike-item>ul>li{
    display:inline-block;
    padding:0 15px;
    position:relative;
}
.bike-item>ul>li>p,.car-item>ul>li>p{
    margin-top:10px;
    font-size:16px;
    color:#6c6c6c;
}


.imgbox{
    width:82px;
    height:82px;
    overflow:hidden;
    opacity:0;
    position:absolute;
    left:15px;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.imgbox>img{
    max-width:100%;
    position:relative;
}
.bike-item>ul>li:hover .imgbox{
    opacity:1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}



/*轨道交通页面*/
.traffic-line-item{
    padding:20px;
}
.traffic-header{
    background:url("../img/traffic-banner.png") no-repeat center;
    height:449px;
    background-size: cover;
}
.traffic-online{
    position: relative;
    z-index: 1;
    margin-top:-40px;
    background-color:#fff;
    border-radius:4px;
    margin-bottom:40px;
    -moz-box-shadow:0px 2px 4px #F3F3F3;
    -webkit-box-shadow:0px 2px 4px #F3F3F3;
    box-shadow:0px 2px 4px #F3F3F3;
}
.line-title{
    text-align: center;
    margin-top:20px;
}
.line-title>h4{
    display:inline-block;
    color:#00ab37;
    font-size:38px;
    font-weight:700;
    position:relative;
    padding:0 40px;
    background-color:#fff;

}
.line-title>h4:before{
    content:'';
    display:block;
    height:3px;
    width:100%;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-1px;
    background-color:#00ab37;
}
.line-title>h4>span{
    background-color:#fff;
    padding:0 20px;
    position:relative;
    z-index: 2;
}


.traffic-name-title{
    background:url("../img/traffic-name.png") no-repeat center;
    background-size: cover;
    padding:7px 15px;
}
.traffic-name-title>h5{
    color:#f9f9f9;
    font-size:22px;
}
.traffic-name-title>h5>span{
    font-size:16px;
    margin-left:10px;
}
.traffic-name-title>h5>.site{
    float:right;
    border-radius:3px;
    line-height:24px;
    font-size:14px;
    background-color:rgba(0,0,0,0.2);
    padding:0 8px;
}
.line-14-img{
    padding:20px 0;
    border:1px solid #d8d8d8;
    border-top:0;
}
.intro-title .page-header{
    border-bottom:1px solid #dddddd;
}
.intro-title h2{
    color:#2e97d5;
    font-size:20px;
    border-left:3px solid #21a547;
    padding-left:10px;
}

.intro-content>p{
    color:#777777;
    font-size:16px;
    line-height:1.8;
}
.intro-content.indent-box>p{
    text-indent:2em;
}
.traffic-body{
    background-color:#f1f1f1;
}


/*上海西站*/
.station-img{
    float: left;
    margin-right:15px;
}
.sh-west-station>.text{
    float:left;
}
.sh-west-station>.text>h4{
    color:#454545;
    font-size:24px;
    margin-bottom:20px;
}

.sh-west-station>.text{
    color:#888888;
    font-size:14px;
}

/*普陀ETC办理点*/
#Datatable-1 td{
    font-size:16px;
    color:#7f7f7f;
}
#Datatable-1 td.color-green{
    color:#17b334;
}
#Datatable-1 td.color-blue{
    color:#297cca;
}
#Datatable-1 thead td{
    color:#6f6f6f;
    font-size:20px;
    background-color:#fafafa;
    font-weight:700;
    text-align:center;
}
@media (max-width: 1199px) {

    .nav-literary li a{
        padding:0;
        display:table-cell;
        vertical-align:middle;
    }
}

@media (max-width: 991px) {
    .nav-literary li a{
        font-size:20px;
    }
    .first-fixed{
        margin-top:0;
        margin-left:135px;
    }
    .two-fixed{
        margin-top:0;
        margin-right:135px;
    }
    .three-fixed{
        margin-bottom:0;
        margin-left:135px;
    }
    .for-fixed{
        margin-bottom:0;
        margin-right:135px;
    }

}

@media (max-width: 767px) {
    .safe-service>li>a>p{
        font-size:14px;
    }
    .six-cont,.seven-cont{
        background-size: cover;
    }
    .six-cont{
        padding-bottom:10px;
    }
    .chat-list>ul>li>a{
        background:none;
        background-color:#fbfbfb;
        border:1px solid #2d93cf;
        border-radius:4px;
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nav-literary li a{
        font-size:18px;
        width:85px;
    }
    .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
    }
    .all-tit img{
        width:auto;
        max-height:60px;
        margin: 20px auto 30px;
    }
    .culture-box{
        padding:0;
    }
    .culture-prev,.culture-next{
        display:none;
    }
    #main .owl-carousel .owl-prev, #main .owl-carousel .owl-next{
        top:10px;
    }
    .culture-box>.culture-prev{
        left:22px;
    }
    .culture-box>.culture-next{
        right:22px;
    }
    .culture-nav{
        display:block;
        width: auto;
        overflow-x: unset;
    }

    .culture-owl{
        padding:20px;
    }
    .culture-owl .owl-prev{
        left:-24px;
    }
    .culture-owl .owl-next{
        right:-17px;
    }
    .culture-owl .owl-next,.culture-owl .owl-prev{
        width:25px;
        height: 25px;
        background-size:contain;
    }

    .culture-owl .txt-ul li p{
        word-break: keep-all;
    }
    .culture-nav li{
        margin:5px;
        width:100px;
        font-size:14px;
    }
    .project-box{
        background-size:cover;
    }
    .build-tab>li>a{
        font-size: 15px;
    }
    .build-traffic{
        background-size:cover;
        height: auto;
        padding:20px 10px;
    }
    .tips-content{
        width: auto;
        height: auto;
        background-size:cover;
        padding:10px;
        background:url("../img/xts-2.png") repeat;
        border-radius:4px;
    }
    #main .project-slider .owl-nav{
        display:none;
    }
    .traffic-line{
        margin-top:10px;
    }
    .thr-cont{
        padding-bottom:10px;
        background:url("../img/transit.png") repeat;
    }
    .dynamic-box{
        padding:10px 0;
    }
    .for-cont .build-tab>li{
        width:100%;
        margin-bottom:5px;
    }
    .zn-left,.zn-right{
        width:100%;
    }
    .zn-right>ul>li>a>.iconbox{
        margin:0 auto;
    }
    .for-cont .col-md-6.no-padding{
        padding:0 15px!important;
    }
    .zn-left>ul>li>a>.iconbox, .clipper>ul>li>a>.iconbox{
        width: auto;
        background-size:100% 100%;
    }
    .zn-left>ul>li{
        padding:0 5px;
    }
    .clipper>ul>li{
        width:33.3333%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .convient>li{
        width:33.3333%;
    }
    .convient>li>a>.iconbox{
        margin:10px auto;
        font-size:50px;
        max-width:87px;
        height: 87px;
    }
    .traffic-line-item{
        padding:0;
    }
    .traffic-online{
        margin:0;
    }
    .line-title{
        margin:10px 0;
    }
    .line-title>h4{
        font-size:24px;
    }
    .traffic-name-title>h5{
        font-size:18px;
    }
    .traffic-name-title>h5>.site{
        float:none;
        display:inline-block;
    }
    .intro-title .page-header{
        margin:10px 0;
    }
    .position-nav{
        top:70px;
    }
    .sh-west-station{
        margin-top:10px;
    }
    .station-img{
        width: 100%;
    }
    .bike-item{
        padding:10px 0;
        background:url("../img/bike-bg.png") no-repeat center;
        background-size: cover;
        margin-bottom:10px;
        border-radius:4px;
    }
}

@media (max-width:580px) {
    .convient>li>a>p{
        margin-bottom:0;
        font-size:15px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height:44px;
    }
    .for-fixed{
        margin-top:-37px;
    }

    .safe-service{
        padding:0;
    }
    .safe-service>li{
        position: relative;
        left:unset;
        top:unset;
        bottom: unset;
        right: unset;
        margin:0;
    }
    .nav-literary li{
        width:25%;
    }
    .nav-literary li a{
        width: 105px;
        height: 86px;
    }

}
@media (max-width:480px) {
    .nav-literary li a{
        width: 92px;
        height: 76px;
    }

}
@media (max-width:420px) {
    .traffic-name-title>h5>.site{
        display:none;
    }
    .nav-literary li{
        background-position: -7px center;
    }
    .nav-literary li a{
        width: auto;
        height: auto;
        display:inline-block;
        padding:5px 0;
        font-size:16px;
    }
}

li{
    list-style: none;
}
.disnone {
    display: none;
}










