/* temp */
    body {
        background:#fff!important;
        padding-top:30px;
    }
/* base */
    body{
        font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Î¢ÈíÑÅºÚ', Arial, sans-serif;
    }
    img{
        display: block;
        width: 100%;
    }
    .title{
        margin-top: 10px;
        margin-bottom: 10px;
        height:30px;
        line-height: 30px;
        width: 100%;
        background: rgba(228, 228, 228, 1);
        overflow: hidden;
        
    }
    .title h3{
        font-size: 16px;
        border-left:8px solid #0139b4;
        color:#333;
        padding-left:4px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left:8px;
        margin-bottom:8px;
        margin-top: 0px;
        display: inline-block;
    }
    .title .more{
        float: right;
        margin-top:25px;
        color:#999999;
        text-decoration: none;
        font-size:12px;
    }
    .title .more img{
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-bottom:2px;
    }
    .point-title{
        border-bottom: 1px solid #959595;
        margin-bottom:15px;
    }
    .point-title h3{
        font-size: 16px;
        color:#0139b4;
        font-weight: 700;
        letter-spacing: 1px;
        padding-left:18px;
        margin-bottom:8px;
        display: inline-block;
        background-image: url("/template/default/wap/assets/images/point-bg.png");
        background-position: left;
        background-repeat: no-repeat;
    }
    .toTop{
        position: fixed;
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 35px;
        display: none;
    }
    .context p{
        font-size: 14px;
        text-indent: 26px;
        font-weight: 700;
        text-align: justify;
        margin:5px 0;
        /*letter-spacing: 1px;*/
    }
    .context ul{
        padding-left: 10px;
    }
    .context li{
        font-size: 12px;
        font-weight: 700;
        list-style: none;
        letter-spacing: 1px;
        text-align: justify;
        margin:2px 0;
    }
    .context-img{
        width: 180px;
        float: left;
        margin:0 10px 5px 0;
    }
    .context .row{
        margin:-3px;
        margin-bottom: 10px;
    }
    .context .row .col-xs-4{
        padding:3px;
    }
    .context .row .col-xs-6{
        padding:5px;
    }
    .context-img-border{
        border:1px solid #737373;
    }
    .context .row .col-xs-6 img{
        display: inline-block;
    }
    .btn-more{
        padding:5px 14px;
        border:1px solid #333;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        color:#333;
        border-radius: 20px;
    }
    .btn-blue{
        background-image: linear-gradient(to bottom , #0573e4, #003cb6);
        color: #FFF;
        text-align: center;
        border-radius: 20px;
        padding:3px 10px;
        font-weight: 700;
        display: inline-block;
        width: 130px;
    }
    .btn-block{
        display: block;
        margin:10px auto;
        width: 90%;
        padding:3px 10px;
    }
    .blue-text{
        color:#0037b5;
        font-weight: 700;
        margin-bottom:10px;
        margin-left:8px;
    }
    .margin-btn{
        margin:10px 0;
    }
    .margin-btn-center{
        margin:10px auto;
        display: block;
    }
    table{
        border:1px solid #333;
        margin-bottom: 10px;
    }
    table td {
        border:1px solid #333;
        padding:5px;
        vertical-align: top;
    }
    table div p{
        text-indent: 0px!important;
    }
    table div .table-title{
        font-weight: 700;
        font-size: 14px;
        padding-top:0;
        padding-bottom: 6px;
    }
/* base end*/
/* links */
    #links{
        padding:10px 20px;
        background:#e4e4e4;
        font-size: 10px;
        margin-top:20px;
    }
    #links h4{
        font-size: 15px;
        border-left:3px solid #0139b4;
        color:#0139b4;
        font-weight: 700;
        padding: 0 10px;
        margin: 0px 0 5px 4px
    }
    #links .link{
        display: inline-block;
        color:#333333;
        border-right:1px solid #333333;
        padding-right:4px;
        margin: 2px 0;
        text-decoration: none;
        font-weight: 700;
    }
/* links end*/

/* nav */
    #nav{
        width:100%;
        position: fixed;
        top:0;
        z-index: 999;
    }
    .nav-bar{
        height:30px;
        padding:5px;
        box-sizing: border-box;
        background: #f5f5f5 ;
        box-shadow: 0 0 5px #333;
    }
    #lg{
        font-weight: 700;
        color:#0039b3;
        font-size: 12px;
        text-decoration: none;
    }
    .logo{
        width: auto;
        height:20px;
        margin:0 auto;
    }
    #nav-btn{
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        margin-right:-3px;
    }
    .nav-list{
        background: rgba( 0, 0, 0, 0.7);
        position: absolute;
        right:0;
        top:30px;
        display: none;
    }
    .nav-list ul{
        display: block;
        list-style: none;
        padding:0 18px;
    }
    .nav-list ul li{
        display: block;
    }
    .nav-list ul .active .mark-arraw{
        display: inline-block;
        transform:rotate(90deg);
    }
    .nav-list ul .active ul{
        display: block;
    }
    .nav-list ul .active ul{
        display: block;
    }
    .nav-list ul>li{
        margin-left:0;
        width: 110px;
        text-align: right;
        display: block;
    }
    .nav-list ul>li a{
        display: block;
        color:#FFF;
        text-decoration: none;
        line-height: 34px;
        font-size:14px;
        border-bottom:1px solid #FFF;
    }
    .nav-list ul ul{
        padding:0;
        display: none;
    }
    .nav-list ul ul>li a{
        font-size: 12px;
    }
/* nav end */

/* footer */
    #footer{
        padding-top:25px;
        margin-top:20px;
    }
    #footer , #footer a{
        background:#1a1a1a;
        color:#eeeeee;
    }
    #footer div>ul{
        list-style: none;
        padding:0;
        margin:0;
    }
    #footer ul li a{
        display: block;
        border-bottom:1px solid #4d4d4d;
        text-decoration: none;
        font-size:14px;
        line-height: 40px;
        font-weight: lighter;
    }
    #footer ul li a .open{
        display:block;
        float: right;
        width: 14px;
        height: 14px;
        margin-right:5px;
        background-position: center;
        background-size:cover;
        background-image: url('/template/default/wap/assets/images/plus.png');
        margin-top:11px;
    }
    #footer ul li.active a .open{
        background-image: url('/template/default/wap/assets/images/sub.png');
    }
    #footer ul li:nth-of-type(1) a{
        border-top:1px solid #4d4d4d;
    }
    #footer ul li li:nth-of-type(1) a{
        border:none;
    }
    #footer ul li ul{
        display: none;
        list-style:none;
        padding-left:18px;
    }
    #footer ul .active ul {
        display: block;
    } 
    #footer ul li ul li{
        font-size: 13px;
        border-bottom: 1px dotted #4d4d4d
    }
    #footer ul li ul li a{
        height:30px;
        line-height: 30px;
        border:none;
        background-image: url('/template/default/wap/assets/images/point.png');
        background-repeat: no-repeat;
        padding-left:20px;
        background-position: 4px;
        background-size: 3.5%;
        font-size:12px;
    }
    #footer .context{
        margin: 10px 20px 0;
    }
    #footer .context div{
        width: 25%;
        float: left;
        margin: 10px 0;
        padding:0;
        line-height: 1;
        text-align: center;
        border-right: 1px solid #FFF;
        font-size: 12px;
    }
    #footer .context div:nth-last-of-type(1){
        border:none;
    }
    .copy-right{
        border-top:1px solid #4d4d4d;
        padding-top:10px;
    }
    .copy-right p{
        text-align: center;
        font-size: 10px;
        width: 100%;
    }
    .copy-right .text{
        padding:0;
        margin:0 auto;
    }
    .qr-codes{
        width: 70%;
        margin:15px auto;
    }
    .qr-code{
        width: 50%;
        float: left;
    }
    .qr-code .img-box{
        width: 90px;
        padding:8px;
        border:1px solid #f5f5f5;
        margin:0 auto;
    }
    .qr-code .text{
        width: 70px;
        text-align: center;
        font-size: 10px;
        background:#1a1a1a;
        letter-spacing: 1px;
        margin:-6px auto 0;
    }
/* footer end */

/* slide */
    .carousel-indicators{
        bottom: 0;
    }
    .carousel-indicators li,.carousel-indicators li.active{
        border-radius: 0;
        width: 20px;
        height: 2px;
        border:none;
        background: rgba(255,255,255,0.3);
        margin:0;
    }
    .carousel-indicators li.active{
        background: #FFF;
    }
/* slide end*/

/* index */
    .context-text{
        padding:6px 10px;
        margin:15px 0 5px 0;
        background: #dcdcdc;
        font-size: 12px;
        text-indent:24px;
        letter-spacing: 1px;
        text-align: justify;
        line-height: 20px;
    }
    .context-text p {
        margin:0;
    }
    .business .item{
        margin:15px 0 0;
        position: relative;
    }
    .business .item>div {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.4);
        height: 26px;
        color:#FFF;
        font-size:12px;
        padding: 5px 10px;
    }
    .business .item>div h4{
        margin:0;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .business .more-btn{
        float: right;
        padding:1.5px 8px;
        border-radius: 12px;
        background: #FFF;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    .business .more-btn img{
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -1px;
    }
    .works .item{
        position: relative;
    }
    .works .item>div{
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
        margin:0;
        background: rgba(0,0,0,0.5);
        height: 26px;
    }
    .works .item>div h4{
        margin:0;
        color:#FFFFFF;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .news-item{
        font-size:10px;
	display:flex;
justify-content:space-around
    }
    .news-item .see-more{
        float: right;
        background:#0039b3;
        color:#FFF;
        font-size: 10px;
        padding:1px 3px;
        margin-top:-4px;
    }
    .news-item .media-left{
        width: 34%;
    }
    @media screen and (min-width: 510px){
        .news-item .media-left{
            width: 18%;
        }
    }
    .news-item .media-left img{
        display: block;
        width: 100%;
        height:70px;
    }
    .news-item .media-heading{
        font-size:12px;
        font-weight: 700;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news-item p, .news-item .time{
        margin:5px 0;
        letter-spacing: 1px;
        color:#666666;
        font-weight: 700;
    }
    .news-item p a{
        color:#0039b3;
    }
    .news-item p a span{
        color:#666666;
    }
    .media-body{
        position: relative;
width:66%
    }
    .news-item .item-bottom{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .news-item .item-bottom a{
        float: right;
        background: #0039b3;
        color:#FFF;
        padding: 0 5px;
        border-radius: 2px;
    }
    .modal-win{
        display: none;
        position:fixed;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        z-index: 9999;
        padding-top: 45%;
    }
    .modal-back{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        background: rgba( 0, 0, 0, 0.7)
    }
    .modal-content{
        position: absolute;
        top:50%;
        left:50%;
        width:100%;
        max-width: 450px;
        transform:translate(-50%,-50%);
        text-align: center;
    }
    .modal-content video{
        width: 100%;
        background: #000;
        overflow: auto; 
        margin: auto; 
        position: absolute; 
        top: 0; left: 0; bottom: 0; right: 0;
    }
/* scurity */
    .sec_box{
        border:1px solid #a0a0a0;
    }
    .sec_box span{
        display: block;
        width: 100%;
        background: #a0a0a0;
        color:#fefefe;
        text-align: center;
        font-size: 10px;
        padding:2px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .sec_list .item{
        float: left;
        margin-bottom: 10px;
    }
    .sec_list .item .img{
        width: 33%;
        float: left;
        position: relative;
        overflow: hidden;
        padding-left:0;
        padding-top:2px;
    }
    .sec_list .item .img img{
        width: 100%;
    }
    .sec_list .item .text{
        width: 67%;
        float: right;
        font-size:12px;
        padding-left:10px;
        font-weight: 700;
        max-height: 53px;
        overflow: hidden;
    }
/* scurity end */

/* contact */
.contact-box{
    margin:10px;
}
.contact-box .col-xs-4>div{
    color:#FFF;
    text-align: center;
    font-size: 0.7rem;
    padding:5px;
}
.contact-box .col-xs-4 img{
    width: 40%;
    margin:0 auto;
}
.box-xs-hide{
    display: block;
}
@media screen and (max-width: 696px){
    .box-xs-hide{
        display: none;
    }
}
#allmap{
    width: 100%;
    height: 210px;
    border:1px solid #333;
}
#carousel {
    width: 100%;
    height: 160px;
    display: relative;
    clear: both;
    overflow: hidden;
}
#carousel img {
    width: 60%;
    max-width: 230px;
    display: hidden;
    cursor: pointer;
}
.hot-news ul {
    list-style: none;
    padding:2px 10px;
    border:1px solid #333;
}
.hot-news ul li{
    background-image: url('/template/default/wap/assets/images/hot-lise-style.png');
    background-repeat: no-repeat;
    background-position: left;
    padding:5px 0 5px 15px;
    background-size:8px 12px;
    border-bottom:1px dotted #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-news ul li:nth-last-of-type(1){
    border:none;
}
.hot-news ul li a{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    color:#4c4c4c;
    font-weight: 500;
    text-decoration: none;
}
.newest-news ul{
    list-style: none;
    padding:0px 10px;
}
.newest-news ul li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px 0;
}
.newest-news ul li a{
    color:#4c4c4c;
    text-decoration: none;
}
.news-images{
    border:1px solid #808080;
}
.width-50-image{
    width: 50%;
    float: left;
    padding:4px;
}
.width-50-image img{
    border:1px solid #808080;
}
.new-contexts{
    padding: 0 5px;
}
.new-contexts .news-title{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    word-spacing: 1px;
}
.new-contexts p{
    text-indent: 28px;
    font-size: 14px;
    text-align: justify;
}
.new-contexts img{
    width: 90%;
    margin:20px auto;
}
.pagecut li{
    display: inline-block;
}