
html {
    -webkit-text-size-adjust: none;
}

body {
    overflow: hidden;
    word-break: break-all; word-wrap:break-word;
}

/*loading*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color:#fff;
    z-index: 9999;
    overflow: hidden;
}

.loading-box {
    margin: 0 auto;
    max-width: 360px;
}

.loading-box img {
    position: absolute;
    top: 50%;
    margin-top: -150px;
}

.navbar-brand img {
    height:16px;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(33,186,223,.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

#scroll-top:hover {

    background-color: #4bcaef;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

.header {
    position: relative;
    background-image: url("/images/bg.jpg");
    background-size: cover;
    background-position: 70%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}
.header-text {
    position: absolute;
    top: 80px;
    width: 100%;
    color: #ffffff;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.header-text .header-title {
    font-size: 32px;
    font-weight: 500;
}
.header-text .text {
    font-size: 18px;
}

/*content*/
.content-title {
    margin: 30px 0;
    padding: 5px;
    width: 100%;
    color: #434343;
    border-left: 5px solid #2db4c3;
    /*border-bottom: 2px solid #c0c0c0;*/
}
.title-box span {
    font-size: 20px;
}

#myTabs {
    margin-bottom: 20px;
}

.showList-box {
    color: #437eae;
    font-size: 25px;

}

.btn-list {
    cursor: pointer;
}

.content-box {
    min-height: 650px;
}

/*导航菜单*/
/*通用*/
ul {
    padding:0;
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

a:link,a:active,a:visited {
    text-decoration: none;
}

.icon-1,.icon-3,.icon-5 {
    margin-right: 10px;
}

.icon-2,.icon-4 {
    padding:0 10px;
    margin-top: 3px;
    cursor: pointer;
}

    /*一级*/
.first-ul {
    margin-bottom: 30px;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;

}

.first-ul>li>a {
    display:block;
    padding: 10px 17px;
    line-height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #fafafa));/*Old gradient for webkit*/
    background: -moz-linear-gradient(bottom,#efeff0,#fafafa);/*Mozilla*/
    background: -webkit-linear-gradient(bottom,#efeff0,#fafafa);/*new gradient for Webkit*/
    background: -o-linear-gradient(bottom,#efeff0,#fafafa); /*Opera11*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fafafa, endColorstr=#efeff0);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fafafa, endColorstr=#efeff0)";/*IE8+*/
    color: #444;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #c8c8cb;
    font-size: 16px;
}

/*二级*/

.second-ul {
    display: none;
    border-bottom: 1px solid #c8c8cb;
}

.second-ul>li>a {
    position: relative;
    display: block;
    padding: 5px 20px;
    color: #444444;
    line-height: 25px;
}

.second-ul>li:hover>a {
    background-color: #3b9ce3;
    color: #ffffff;
    border-left: 5px solid #235e87;
    transition: background-color .2s,border .2s;
    -moz-transition: background-color .2s,border .2s;
    -webkit-transition: background-color .2s,border .2s;
    -o-transition: background-color .2s,border .2s;
}

.second-li-active {
      background-color: #3b9ce3;
      color: #ffffff !important;
      border-left: 5px solid #235e87;
  }

/*三级*/
.third-ul {
    display: none;
    /*background-color: #f4f4f4;*/
    border-bottom: 1px solid #d3d3d3;
}
.third-ul>li>a {
    display: block;
    padding: 5px 40px;
    line-height: 25px;
}

/*text-box*/
.text-box {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;

}

.text-title {

    font-size: 16px;
    font-weight: bold;

}

.title-head {
    display: inline-block;
    line-height:30px;
    border-bottom: 3px solid #2db4c3;
}

.title-head-line {
    width:100%;
    border-bottom: 1px solid #ddd;
}

.text-content {
    margin-top: 20px;
}

.pagebrief {
    text-align: right;
}

.rollback {
    margin-top: 20px;
}


    /*footer*/
.footer {
    width: 100%;
    min-height: 100px;
    background-color: #333333;
    color: #fff;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

.code {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

.Copyright {
    margin: 15px 10px;
    padding: 15px;
    border-top: 1px solid #56b7ef;
}

.contacts {
    padding: 0 10px;
}

.contacts span {
    font-size: 20px;
    margin: 5px 0;
    color: #4bcaef;
}

.contacts h3 {
    font-size: 18px;
}



/*自定义class*/
.mg-top {
    margin-top: 20px;
}

.end1,.end2,.end3 {
    display: inline-block;
    min-width: 100px;
    cursor: pointer;
}

.pager a {
    cursor: pointer;
}

#sehtype {
    display: inline-block;
} 




@media screen and (max-width: 768px){
    .myMeun {
        display: none;
    }
}