@import url("../lib/bootstrap4.0/bootstrap.min.css");
@import url("../lib/line-awesome/css/line-awesome.min.css");
@import url("../lib/font-awesome-4.7.0/css/font-awesome.min.css");

body{
    background-color: #f8f8f8;
    line-height: 1.6;
}

ul,li,ol{
    list-style: none;
    margin:0;
    padding:0;
}
a:link, a:visited{
    color:#555;
}
a:hover, a:active{
    color:var(--blue);
    text-decoration: none;
}

.li_dian{
    position: relative;
    padding-left:1em;
}
.li_dian::before{
    position: absolute;
    top:50%;
    left:5px;
    width:3px;
    height:3px;
    content: '';
    background-color: #999;
    margin-top: -1px;
}
.li_dian:hover::before{
    background-color: #e83e8c;
}
.li_sanjiao{
    position: relative;
    padding-left:1em;
}
.li_sanjiao::before{
    position: absolute;
    top:50%;
    left:5px;
    width:0;
    height:0;
    content: '';
    border:4px solid transparent;
    border-left-color:#999;
    margin-top: -4px;
}

.view{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-x: hidden;
}
.page{
    position: relative;
    transition: all .15s ease-in-out;
    z-index: 1;
}

.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    margin-left: -100%;
    transition: all .15s ease-in-out;
    z-index: 2;
}
.menu .menu-box{
    width:70%;
    background-color: #F3F3F3;
    overflow: auto;
}
.menu .menu-box h3{
    font-size:18px;
    line-height: 1em;
    padding:.75em .5em;
    border-bottom: 1px solid #e8e8e8;
    background-color: #EBEBEB;
    margin: 0;
}
.menu .menu-box ul li{
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    font-size: 14px;
    
}
.menu .menu-box ul li a{
    display: block;
}
.menu .menu-box ul li > a{
    padding:.75em .5em;
}
.menu .menu-box ul li > a >.la{
    padding-right:.5em;
}
.menu .menu-box ul li dl{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    flex-wrap: wrap!important;
    margin:0 0 0.75em 2em;
}
.menu .menu-box ul li dl dd{
    width:50%;
    margin:0;
    line-height:2em;
}
.menu .menu-close{
    width:30%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-shadow: -2px 0 2px rgba(0,0,0,0.3)
}
.menu .menu-close .menu-close-icon{
    position: absolute;
    top:50%;
    left:-25px;
    width:50px;
    height:50px;
    line-height:50px;
    color:#fff;
    border-radius: 50%;
    background-color: #000;
    margin-top: -25px;
    text-align: right;
}
.menu .menu-close .la{
    margin-right: 6px;
}

/* .page.active,
.page.active > .header{
    left: 70%;
} */
.page.active~.menu{
    margin-left: 0;
}


.header{
    width: 100%;
    background-color: #039BE5;
    padding: 0 1em;
    border-bottom: 5px solid #0277BD;
}
.header .d-flex{
    height:50px;
}
.header h3{
    margin: 0;
    font-size:18px;
    color: #fff;
}
.header .btn-back{
    width:1.5em;
    height:1.5em;
    color: #fff;
    opacity: .5;
}
.header .btn-back .la{
    font-size: 1.5em;
}
.header .btn-menu{
    width:1.5em;
    height:1.5em;
    color: #fff;
    opacity: .5;
}
.header .btn-menu .la{
    font-size: 1.5em;
}

.baner{
    margin-top:55px;
    padding-bottom: 37.5%;
    overflow: hidden;
    position: relative;
}
.baner .swiper-container{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
}
.baner .swiper-pagination-bullet-active{
    background: #ff0000;
}

.row_baner{
    padding:0 1em;
}
.row_baner .row{
    margin-left:-.5em;
    margin-right: -.5em;
}
.row_baner .row > [class*=col-]{
    padding: 0 .5em;
}
.row_baner .row > [class*=col-] > a{
    display: block;
}
.row_baner .row > [class*=col-] > a > img{
    width: 100%;
}

.links{
    padding:0;
}
.links .row > [class*=col-]:nth-child(n + 3){
    margin-top:1em;
}

.card{
    border:none;
    border-radius: 0;
    background:none;
}
.card-header{
    background:none;
    border:none;
    margin-top: .77em;
    margin-bottom: .3em;
    padding: 0 1em;
}
.card-header-title{
    margin:0;
    font-size: 14px;
    color:#808080;
    line-height: 1.6;
}
.card-header-more{
    font-size:12px;
    color:#ccc!important;
}
.card-body{
    background-color: #fff;
    border-top:1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding:1em;
}

.row1{
    padding-bottom: 150%;
    overflow: hidden;
    position: relative;
}
.row1 .swiper-container{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
}
.row1 .swiper-pagination-bullet-active{
    background: #ff0000;
}
.row1 .swiper-slide img{
    width:100%;
    height: 100%;
}

.row4 >*{
    display: block;
}
.row4 >*:nth-child(2){
    margin-top:1em;
}
.row4 img{
    width:100%;
}
.row4 .icon{
    border: 1px solid #FADB9A;
    padding: .5em 0;
    background: -webkit-linear-gradient(#FEF7DD, #FFE6AD); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#FEF7DD, #FFE6AD); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#FEF7DD, #FFE6AD); /* Firefox 3.6 - 15 */
    background: linear-gradient(#FEF7DD, #FFE6AD); /* 标准的语法 */
}
.row4 .icon > .la{
    font-size: 50px;
    margin-right: 15px;
    color: #FDDC5A;
}
.row4 .icon > font{
    font-size: 28px;
    color: #FF5603;
    font-weight: 500;
}

.row6 .swiper-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background: url('/static/img/bg1.jpg') center bottom no-repeat;
}
.row6 .swiper-wrapper,
.row6 .swiper-container .swiper-wrapper .swiper-slide {
    width: inherit;
    height: inherit;
    text-align: center;
}
.row6 .swiper-container .swiper-slide>p{
    margin-bottom: 0;
    line-height:100px;
    color:#FFFF00;
    text-align: center;
}
.row6 .swiper-container .swiper-slide>p.t1{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .5em;
    text-shadow: 2px 2px 2px #B20000;
    /* -webkit-text-stroke: 1px #D20F04;
    text-stroke: 1px #D20F04; */
}
.row6 .swiper-container .swiper-slide>p.t2{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .5em;
    text-shadow: 2px 2px 2px #B20000;
    /* -webkit-text-stroke: 1px #D20F04;
    text-stroke: 1px #D20F04; */
}
.row6 .swiper-container .swiper-slide>p.t3{
    font-size: 20px;
    font-weight: 600;
    line-height:30px;
    padding: 20px 0;
    letter-spacing: .3em;
    text-shadow: 2px 2px 2px #B20000;
    /* -webkit-text-stroke: 1px #D20F04;
    text-stroke: 1px #D20F04; */
}

.footer{
    font-size: 12px;
    color:#999;
    padding-bottom: 2em;
}
.footer > *{
    margin-bottom: 0;
}
.footer .counter{
    padding: 0 10px;
    vertical-align: middle;
    line-height:0;
    font-size:0;
}

.news li{
    font-size: 14px;
    padding:.6em;
    border-bottom: 1px dashed #e8e8e8;
}
.news li > p{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}
.news li > span{
    font-size: 12px;
    color: #999;
    margin-left: 1em;
}
.news ol{
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e8e8e8;
    /* margin-bottom: 10px; */
}
.news ol > h5{
    padding:0 .5em;
}
.news ol > h5 > a{
    color: #e83e8c;
}
.news ol > h5 > a:hover{
    text-decoration: underline;
}
.news ol > p{
    font-size:14px;
    color:#999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:3em;
    margin-bottom: 0;
    padding:0 .5em;
}

.pics{
    margin-left: -.5em;
    margin-right: -.5em;
}
.pics > [class*=col-]{
    padding-left: .5em;
    padding-right: .5em;
    margin-top: .5em;
}
.pics > [class*=col-] .img{
    width:100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}
.pics > [class*=col-] img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    max-width: 100%;
    max-height: 100%;
}
.pics > [class*=col-] .title{
    font-size: 14px;
    text-align: center;
}