﻿/* author mexxj@qq.com */
body{
    background: url("bg.jpg") no-repeat top center;
    overflow-x: hidden;
}
ul{
    padding: 0;
    list-style-position: inside;
}
a:hover,a:focus{
    text-decoration: none;
}
.container{
    padding: 0;
}
.top{
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 30px;
}
.banner > .container{
    padding: 40px 0 60px;
}
.top a {
    margin: 0 5px;
}
.top .pull-left a{
    color: #888;
}
.top .pull-right{
    color: red;
}
.top .pull-right a{
    color: #000;
}
.top .dropdown-menu {
    min-width: 860px;
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
}
.top .dropdown-menu div {
    color: #000;
    font-weight: 600;
    text-indent: 1.6rem;
}
.navbar-form{
    margin-top: 38px;
}
.navbar-form .form-group{
    display: flex;
}
.has-error .form-control {
    border: 2px solid #e40000;
}
.navbar-form .form-group select{
    border-radius: 6px 0 0 6px;
    border-right: none;
}
.navbar-form .form-group input{
    border-radius: 0;
}
.navbar-form .form-group button{
    border-radius: 0 6px 6px 0;
    background: #e40000;
    color: #fff;
}
.navbar {
    min-height: 40px;
}
.navbar-default {
    background-color: #c11920;
    border-color: #c11920;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #c11920;
    color: #fff;
}
.nav>li>a{
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    text-align: center;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
.navbar-default a:after{
    content: "|";
    float: right;
    font-size: 22px;
    color: #d54746;
}
.navbar-default li:last-child a:after{
    content: "";
}
.navbar-nav{
    display: -webkit-flex;/* Safari */
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
}
.navbar-nav li{
    flex:0 0 16.666%;
    width: 16.666%;
}
.navbar-nav li:nth-of-type(1) a{
    background-image: url("i-nav-1.png");
}
.navbar-nav li:nth-of-type(2) a{
    background-image: url("i-nav-2.png");
}
.navbar-nav li:nth-of-type(3) a{
    background-image: url("i-nav-3.png");
}
.navbar-nav li:nth-of-type(4) a{
    background-image: url("i-nav-4.png");
}
.navbar-nav li:nth-of-type(5) a{
    background-image: url("i-nav-5.png");
}
.navbar-nav li a{
    background-repeat: no-repeat;
    background-position: 20% 45%;;
}
.navbar-nav li b{
    font-weight: 400;
}
.shadow > .col-md-3{
    background: #f4f4f4;
}
.shadow > .col-md-3 h4{
    font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
    margin-bottom: 5px;
}
.ld{
    color: #bc3745;
    list-style-type: square;
    line-height: 1.5;
}
.ld b{
    font-size: 13px;
}
.ld lead{
    color: #000000;
    display: block;
    font-size: 12px;
}
.shadow{
    border-top: 2px solid #c11920;
    background: #f4f4f4;
    position:relative;
}
.shadow:before, .shadow:after{
    position:absolute;
    content:"";
    top:100px;
    bottom:0px;
    left:10px;
    right:10px;
    z-index:-1;
    box-shadow:0 0 10px 5px #ccc;
    border-radius:100%/15%;
}
.focus ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: -42px;
    line-height: 42px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 98%;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
    opacity: 1;
}
.title{
    background: #f4f4f4;
    display: flex;
}
.title b{
    background: #fff;
    border-top: 1px solid #bc3745;
    font-size: 16px;
    margin: .6em 1em 0;
    padding: 8px;
}
.col-lg-4 .title b{
    color: #bc3745;
}
.title a{
    color: #999;
    font-size: 12px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 4;
}
.title li{
    list-style: none;
    float: left;
    margin-top: 11px;
    margin-bottom: -10px;
    cursor:pointer;
}
.title li a{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.title li.on a{
    display: block;
}
.title li b {
    margin: .6em 0 0 1em;
    padding: 11px 8px;
    line-height: 39px;
}
.title li.on b{
    color: #c11920;
}
.fpyw{
    background: #fff;
}
.hot{
    display: block;
    border-bottom: 1px dashed #e4e4e4;
    padding: 1rem 2rem;
}
.hot h3{
    color: #bc3745;
    font: bold 18px/36px "\5B8B";
    margin: 0;
}
.hot span{
    color: #f09b82;
}
.nl{
    list-style-type: none;
    margin-bottom: 0;
    padding: 1rem .5rem;
}
.nl li{
    display: flex;
    justify-content: space-between;
    line-height: 28px;
}
.nl li a{
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.index h2{
    background: #f4f4f4;
    border-top: 2px solid #c11920;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 8px;
    text-indent: 1em;
    display: flex;
    justify-content: space-between
}
.index .xxgk a.i,.xxgk .index a.i{
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 17px 16px;
    text-align: left;
    text-indent: 3em;
    width: 100%;
}
.index .xxgk a.x,.xxgk .index a.x{
    background-image: url("xgl-1.png");
}
.index .xxgk a.j,.xxgk .index a.j{
    background-image: url("xgl-2.png");
}
.index .xxgk a.g,.xxgk .index a.g{
    background-image: url("xgl-3.png");
}
.index .xxgk a,.xxgk .index a{
    background: #f8ecec;
    border-radius: 10px;
    color: #000;
    float: left;
    margin: 5px 0;
    font-size: 15px;
    text-align: center;
    width: 48%;
    line-height: 3;
}
.index .xxgk a:nth-of-type(5),.index .xxgk a:nth-of-type(7),.xxgk .index a:nth-of-type(5),.xxgk .index a:nth-of-type(7){
    float: right;
}
.index .letter{
    background: #c11920;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-indent: 0;
}
.index .zjdc p{
    display: flex;
}
.index .zjdc p b{
    flex:0 0 70px;
}
.index .zjdc p span{
    flex:1;
}
.index .zjdc h2 a{
    color: #999;
    font-size: 12px;
    font-weight: normal;
}
.main .col-md-5,.main .col-md-4{
    margin-top: 20px;
}
.main .col-md-12 .title b{
    padding: 8px 24px;
}
.focus .swiper-slide,.swiper-pic .swiper-slide div,.swiper-rs .swiper-slide div{
    position:relative;
    width:100%;
    height:0;
}
.swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 66.75%;
}
.swiper-pic .swiper-slide div ,.swiper-rs .swiper-slide div{
    padding-top: 59.78%;
}
.swiper-rs,.swiper-pic{
    position: relative;
    margin: 10px 0;
}
.swiper{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-btn{
    width: 28px;
    height: 31px;
    position: absolute;
    top:50%;
    margin-top: -15px;
    outline: none;
}
.swiper-prev{
    background: url("left.jpg");
    left: 0;
}
.swiper-next{
    background: url("right.jpg");
    right:0;
}
.swiper p{
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    position: absolute;
    z-index: 9;
    width: 100%;
    margin-top: -30px;
    line-height: 30px;
}
.flink{
    background: #f6f6f6;
    margin-top: 10px;
    padding: 0 0 5px;
}
.item div{
    background: url("flink.jpg") no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 54px;
    width: 156px;
    text-align: center;
    margin-top: -4px;
}
.item{
    padding:0;
    margin:0;
    list-style: none;
    display:flex;
    flex-flow: row wrap;
    justify-content:space-around;
}
.item select{
    width:20%;
    margin:10px 0;
}
.footer{
    background: #c11920;
    color: #fff;
    padding:30px 0 20px;
}
.bnav{
    background: #fff;
    color: #000;
    line-height: 4;
    padding: 0 1em;
}
.bnav a{
    color: #000;
}
.art{
    border-top: 1px solid #c11920;
    padding: 1em;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.art h3,.art .copyright{
    text-align: center;
}
.copyright{
    background: #f4f4f4;
    border-left: 2px solid #c11920;
    font-weight: lighter;
    line-height: 3;
    margin: 20px 0 40px;
    word-spacing: .5em;
}
.art p{
    font-size: 16px;
    line-height: 2.2;
    width: 95%;
    margin: 0 auto 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.art .share{
    background: #f4f4f4;
    border-radius: 4px;
    padding: .8em;
}
.art .clink a{
    display: block;
    margin: 1em 2em;
}
.bdsharebuttonbox{
    float: right;
}
.guohui{
    background: url("icon-national-emblem.png") no-repeat 0 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 1em 0;
    margin: 1em 0 0;
    text-indent: 1em;
}
.tree{
    background: #f4f4f4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.xxgk .tree{
    background: #fff;
}
.tree:before, .tree:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 13px;
    left: 13px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 10px 5px #ccc;
    border-radius: 15%/100%;
}
.tree .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 3;
    margin-left: -15px;
    margin-right: -15px;
    background: #e8e8e8;
    background-image: linear-gradient( #f1f1f1 0%, #e8e8e8 100%);
    border-top: 2px solid #c11920;
    text-indent: 1em;
}
.list dt{
    background: #e8e8e8;
    background-image: linear-gradient( #fff 0%, #e8e8e8 100%);
}
.list dt,.hdjl dt{
    display: flex;
    justify-content: space-between;
    line-height: 3.7;
}
.list dt span{
    color: #c11920;
}
.list dt span,.hdjl dt span{
    text-align: center;
}
.list dt span:first-child,.hdjl dt span:first-child{
    flex-grow: 1;
}
.list dt span:last-child,.hdjl dt span:nth-of-type(2),.hdjl dt span:nth-of-type(3){
    width: 5em;
}
.list dd{
    border-bottom: 1px solid #ccc;
}
.list dd,.hdjl dd{
    display: flex;
    line-height: 3;
}
.list dd:hover,.hdjl dd:hover{
    background: #f4f4f4;
}
.list dd a,.hdjl dd a{
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.article-footer {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}
/*trs*/
.pagination>li:nth-child(2) a, .pagination>li:nth-child(2) span {
    border-radius: 4px 0 0 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #c11920;
    border-color: #c11920;
}
.pagination>li>a, .pagination>li>span {
    color: #555;
}
.xxgk .leads{
    background: #f4f4f4;
    margin: 15px 0 25px -15px;
    padding: 15px;
}
.leads h4{
    font-weight: bold;
}
.leads img{
    float: left;
    margin-right: 15px;
    width: 128px;
}
.leads .info{
    background: #c11920;
    color: #fff;
    padding: 0.5em 1em;
}
.leads .more{
    background: #fff;
    color: #555;
    float: left;
    display: block;
    margin-top: 15px;
    padding-right: 15px;
    width: 100%;
    line-height: 2.4;
    text-align: center;
}
.xxgk .index{
    margin: 15px 0 20px -15px;
}
.hdjl .tree{
    background: #e8e8e8;
    background-image: linear-gradient( #e8e8e8 0%, #fff 100%);
}
.hdjl .title{
    background: #e8e8e8;
    background-image: linear-gradient( #fff 0%, #e8e8e8 100%);
    border-top: 2px solid #c11920;
}
.hdjl .title b{
    border: 1px solid #ccc;
    border-bottom: none;
}
.hdjl dt{
    border-bottom: 1px dashed #ccc;
}
.hdjl dt span:nth-of-type(2), .hdjl dt span:nth-of-type(3),.hdjl dd span {
    margin-right: 1.5em;
}
.hdjl .col-md-12{
    padding: 0;
}
.write{
    display: block;
    background: #c11920;
    color: #fff;
    font-size: 24px;
    line-height:2.5;
    margin-top: 20px;
    text-align: center;
    text-shadow: 1px 1px 3px #555;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.write:hover,.write:focus{
    color: #fff;
}
.material-wave {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.3s 0.4s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.4s;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.4s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    will-change: transform, opacity;
}
.artl .table>tbody>tr>td {
    padding: 16px 8px;
}
.letter .art{
    background-image: linear-gradient(150deg, #fcf8e3 0%, #fff 60%);
}
.letter .tip{
    background-image: linear-gradient( #e8e8e8 0%, #fff 10%);
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    text-indent: 2em;
    line-height: 2;
    padding: 1rem .9rem;
}
.bg-tl{
    line-height:3;
}
.lettera h3 {
    padding: 20px 0 40px;
    border-bottom: 2px solid #c11920;
    font-size: 20px;
    margin: 0;
}
.lettera p.lead {
    margin-top: 2rem;
}
.ysqgk .tabSPAN{
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #e40000;
    display: flex;
    justify-content: space-between;
}
.ysqgk .tabSPAN span{
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
}
.ysqgk .tabSPAN span.test{
    background: #e40000;
    background-image: linear-gradient(180deg, #560004 0%,#e40000 100%);
    color: white;
}
.tabDiv{
    padding: 30px 0;
}
.tabDiv ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ysqgk .form-control{
    width: 80%;
    display: inline-block;
}
.ysqgk .rt{
    text-align: right;
    font-weight: 700;
    padding: 13px 10px;
}
/*申请须知*/
.ysqgk .tabDiv .sq{
    display:none;
    color: #505050;
    padding-left: 10px;
}
.ysqgk .tabDiv .sq ul li{
    margin-top: 18px;
}
/*申请须知结束*/
/*受理流程*/
.ysqgk .tabDiv .lc{
    display: none;
    color: #505050;
    padding-left: 10px;
}
.ysqgk .tabDiv .lc ul li{
    margin-top: 18px;
}
.ysqgk .tabDiv .lc ul li.lct{
    height: 58px;
}

/*受理流程结束*/
/*在线受理*/
.ysqgk .tabDiv .sl{
    display: block;
    color: #505050;
    overflow: hidden;
    border:1px solid #ccc;
    padding: 10px;
}
.ysqgk .tabDiv .sl .ysqtext4{
    color: red;
}
.ysqgk .tabDiv .sl .input_tijiao{
    background: #FFD85F;
    border:1px solid #FCD03C;
    color: white;
    width: 60px;
    text-align: center;
    height: 24px;
}
/*在线受理jieshu*/
/*我的办件*/
.ysqgk .tabDiv .cx .tabDiv2 .wd{
    padding-bottom: 40px;
    display: block;
}
.ysqgk .tabDiv .cx .tabDiv2 .wd p{
    font:12px/30px "Microsoft Yahei";
    color: #4F4F4F;
    width: 360px;
    margin: 0 auto;
    margin-top: 16px;
    overflow: hidden;
    _zoom:1;
}
.ysqgk .tabDiv .cx .tabDiv2 .wd p span{
    float: left;
    text-align: right;
    display: block;
    width: 110px;
}
.ysqgk .tabDiv .cx .tabDiv2 .wd p input{
    float: left;
    height: 20px;
}
.ysqgk .tabDiv .cx .tabDiv2 .wd p img{
    margin-left: 5px;
    padding-top: 2px;
}
.ysqgk .tabDiv .cx .tabDiv2 .wd p.but input{
    float: right;
    margin-right: 90px;
    background: #FADD65;
    border:1px solid #FAD040;
    color: white;
    font:12px/24px "Microsoft Yahei";
    width: 60px;
}
/*我的办件结束*/
/*全部统计*/
.ysqgk .tabDiv .cx .tabDiv2 .qb{
    text-align: center;
    font:12px/30px "Microsoft Yahei";
    color: #505050;
    display: none;
}
.ysqgk .tabDiv .cx .tabDiv2  table{
    margin: 0 auto;
}
.ysqgk .tabDiv .cx .tabDiv2  table tr{
    border:1px solid #ccc;
}
.ysqgk .tabDiv .cx .tabDiv2  table td{
    border:1px solid #ccc;
}
.ysqgk .tabDiv .cx .tabDiv2 .qb table td.t1{
    width: 354px;
}
.ysqgk .tabDiv .cx .tabDiv2 .qb table td.t2{
    width: 222px;
}
.ysqgk .tabDiv .cx .tabDiv2 .qb table td.t3{
    width: 130px;
}
.ysqgk .tabDiv .cx .tabDiv2 .qb table td.t4{
    width: 176px;
}
.ysqgk .tabDiv .cx .tabDiv2 .qb .ye{
    width: 360px;
    height: 40px;
    margin: 0 auto;
    font:12px/40px "Microsoft Yahei";
    color: #505050;
}
.ysqgk .tabDiv .cx .tabDiv2  .ye a{
    color: #505050;
}
.ysqgk .tabDiv .cx .tabDiv2  .ye input{
    width: 30px;
}
/*全部统计结束*/
/*办件统计*/
.ysqgk .tabDiv .cx .tabDiv2 .bj{
    text-align: center;
    font:12px/30px "Microsoft Yahei";
    color: #505050;
    display: none;
}
.ysqgk .tabDiv .cx .tabDiv2 .bj table td.t1{
    width: 228px;
}
.ysqgk .tabDiv .cx .tabDiv2 .bj table td.t2{
    width: 114px;
}
.ysqgk .tabDiv .cx .tabDiv2 .bj table td.t3{
    width: 90px;
}
.st{
    border-right: 1px solid #e7e7e7;
}
#tr_sui{
    border-right: 1px solid #ccc;
}
form {
    margin-bottom: 1em;
}
#form1 .boxee tbody strong{
    font-weight: bold;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .shadow{
        height: 336px;
    }
    .shadow > .col-lg-3,.shadow > .col-lg-4,.shadow > .col-lg-5{
        padding: 0;
    }
    .shadow > .col-lg-3{
        padding-left: 1em;
    }
    .col-lg-4 .nl{
        padding: 4px 2rem;
    }
    .ld lead{
        line-height: 1.7;
    }
    .main > .col-md-9{
        padding-right: 0;
    }
    .xxgk .right .col-md-7,.xxgk .right .col-md-5{
        padding-left: 15px;
    }
    .hdjl .nl {
        margin: 15px 0;
        padding: 0 1.5em;
        border-right: 4px dashed #ccc;
    }
    .hdjl .nl:last-child {
        border-right: none;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .shadow{
        height: 327px;
    }
    .shadow > .col-md-3{
        padding: 0;
    }
    .ld lead {
        line-height: 1.7;
    }
    .hot{
        padding: .5em;
    }
    .col-lg-4 .nl{
        padding: 4px .5rem;
    }
    .shadow > .col-md-3,.shadow > .col-md-6{
        padding: 0;
    }
    .main > .col-md-9{
        padding-right: 0;
    }
    .leads .info{
        padding: 3px;
    }
    .leads img{
        margin-right: 5px;
    }
    .xxgk .right .col-md-7,.xxgk .right .col-md-5{
        padding-left: 15px;
    }
    .hdjl .nl {
        margin: 15px 0;
        padding: 0 1.5em;
        border-right: 4px dashed #ccc;
    }
    .hdjl .nl:last-child {
        border-right: none;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .index .xxgk a{
        line-height: 1.6;
        margin: 3px 0;
    }
    .main .col-md-5{
        padding: 0;
    }
    .has-error .form-control{
        padding: 6px 0;
    }
    .navbar-nav li a{
        background-position: 8% 45%;
    }
    .tree:before, .tree:after {
        bottom: 0px;
        right: 13px;
        border-radius: 100%/15%;
    }
    .xxgk .tree .title{
        margin-right: 0;
    }
    .xxgk .leads {
        margin: 15px 0 25px -15px;
    }
    .hdjl .nl {
        list-style-type: none;
        margin: 15px 0;
        padding: 0 .5rem;
    }
    .top .dropdown-menu{
        min-width: 720px;
    }
}
@media (min-width: 768px) {
    .navbar-default a{
        font-size: 15px;
    }
    .shadow > .col-sm-8,.shadow > .col-sm-8{
        padding: 0;
    }
    .main .col-md-3,.main .col-sm-6,.main .col-md-4,.main .col-md-12{
        padding: 0;
    }
    .main .row{
        margin: 0;
    }
    .artl .warning {
        width: 15%;
        text-align: right;
    }
    .ysqgk .tabSPAN span {
        padding: 8px 16px;
        width: 20%;
        font-size: 18px;
    }
}
@media (max-width:768px) {
    body{
        background: none;
    }
    .header{
        background: #fdf7dd;
    }
    .logo{
        margin: 0 auto;
        float: none;
    }
    .top .dropdown-menu{
        min-width: 480px;
    }
    .navbar-nav li:nth-of-type(n) a{
        background-image: none;
    }
    .swiper{
        width: 100%;
    }
    .flink select{
        width: 40%;
    }
    .footer .row div{
        text-align: center;
    }
    .has-error select{
        width: 120px;
    }
    .hdjl .nl {
        list-style-type: none;
        margin: 15px 0;
        padding: 0 .5rem;
    }
    .artl .warning {
        width: 20%;
        text-align: right;
    }
    .ysqgk .tabSPAN span {
        padding: 6px 12px;
        width: 30%;
        font-size: 16px;
    }
}
@media screen and (min-width:498px) and (max-width:768px){
    .ld{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .tree:before, .tree:after {
        bottom: 0px;
        right: 13px;
        border-radius: 100%/15%;
    }
    .xxgk .tree .title{
        margin-right: 0;
    }
    .xxgk .leads {
        margin: 15px 0 25px -15px;
    }
}
@media (max-width:499px){
    .banner > .container {
        padding: 10px 0 20px;
    }
    .navbar-form{
        margin-top: 8px;
    }
    .top .dropdown-menu{
        min-width: 360px;
    }
    .focus li p {
        text-indent: 1em;
        font-size: 13px;
    }
    .index .xxgk a{
        width: 100%;
    }
    .tree:before, .tree:after {
        bottom: 0px;
        right: 10px;
        border-radius: 100%/5%;
    }
    .xxgk .leads,.xxgk .index {
        margin: 15px 0 25px;
    }
    .hdjl .nl:nth-of-type(1) {
        margin-bottom: 0;
    }
    .hdjl .nl:last-child {
        margin-top: 0;
    }
    .artl .table>tbody>tr>td {
        padding: 8px 4px;
    }
}