* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

body {
     background-image: url(../img/bodybg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 100% 500px;
    overflow-x: hidden;
}

dl,
ol,
ul {
    margin: 0;
}


/* wrap */
.wrap {
    width: 100%;
    min-width: 1200px;
}

/* banner */
.banner {
    width: 75%;
    height: 100px;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}

.banner img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

.logtext{
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-left: 10px
}

.logtext p{
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.logtext p:first-of-type{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 3px;
}


.banner2 {
    width: 75%;
    height: 239px;
    margin: 15px auto 0;
}

.banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* nav */
.nav-box {
    width: 100%;
    height: 46px;
    background: -webkit-linear-gradient(#0399de, #016491);
    background: -o-linear-gradient(#0399de, #016491);
    background: -moz-linear-gradient(#0399de, #016491);
    background: linear-gradient(#0399de, #016491);
    color: #fff;
}

.nav {
    width: 75%;
    height: 46px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.nav a {
    color: #fff;
    font-size: 16px;
}

.nav .nav-left {
    width: 80%;
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.nav .nav-left>li {
    width: 16%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
}

.nav .nav-left>li .sub-nav {
    width: 99%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}

.nav .nav-left>li>.sub-nav li {
    width: 100%;
}

.nav .nav-left>li>.sub-nav li a {
    color: #262626;
}

.nav .nav-left>li>.sub-nav li:hover {
    background: #f2f2f2;
}

.nav .nav-left>li.on {
    background: #32b16c;
}

.nav .nav-left>li.on .sub-nav {
    background: rgba(255, 255, 255, 1);
}

.nav .nav-right {
    width: 20%;
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-flow: row nowrap;
}

.nav .nav-right a {
    font-size: 14px;
    position: relative;
    width: 50%;
    text-align: center;
}

.nav .nav-right a:hover {
    color: #ffc107;
}

.nav .nav-right a:first-of-type::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0;
    border-right: 1px solid #fff;
}

/* content */
.content {
    width: 75%;
    min-width:1100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.content .cont-left {
    width: 25%;
}

/*  */
.content .msg {
    width: 100%;
    margin-bottom: 15px;
}

.content .msg .msg-top {
    width: 100%;
    height: 46px;
    line-height: 45px;
    background: -webkit-linear-gradient(#f6f6f6, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -moz-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
    padding: 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.content .msg .msg-top b {
    color: #0068b7;
    float: left;
    font-size: 1rem;
}

.content .msg .msg-top a {
    color: #666;
    float: right;
}

.content .msg .msg-text {
    border: 1px solid #ccc;
    width: 100%;
    height: 254px;
    background: #fff;
    padding: 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.content .msg .msg-text .msg-left {
    width: 49%;
    height: 210px;
}

.content .msg .msg-text .msg-left .scroll-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content .msg .msg-text .msg-left .scroll-box ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.content .msg .msg-text .msg-left .scroll-box ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content .msg .msg-text .msg-left .scroll-box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt .sc-tlt {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt .sc-tlt b {
    font-size: 14px;
    font-weight: 400;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt .sc-cl {
    width: 30%;
    text-align: right;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt .sc-cl a {
    color: #0068b7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    background: #fff;
    font-size: 14px;
}

.content .msg .msg-text .msg-left .scroll-box .sc-txt a.on {
    color: #fff;
    background: #0068b7;
}

.content .msg .msg-text .msg-right {
    width: 49%;
}

.content .msg .msg-text .msg-right h1 {
    font-size: 16px;
    color: #0068b7;
}

.content .msg .msg-text .msg-right .msg-txt{
    width: 100%;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    color: #666;
}

.content .msg .msg-text .msg-right .msg-txt p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0rem;
}


.content .msg .msg-text .msg-right ul {
    width: 100%;
}

.content .msg .msg-text .msg-right ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.content .msg .msg-text .msg-right ul li i {
    color: #0068b7;
    font-size: 14px;
}

.content .msg .msg-text .msg-right ul li .li-txt {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .msg .msg-text .msg-right ul li .li-txt a {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 15px;
}

.content .msg .msg-text .msg-right ul li .li-txt span {
    color: #666;
    width: 35%;
    min-width: 120px;
    text-align: right;
    font-size: 15px;
}

.content .msg .msg-text .msg-right ul li .li-txt:hover a {
    color: #3f80c1;
}

.content .msg .msg-text .msg-right ul li .li-txt:hover span {
    color: #3f80c1;
}

/*  */

.cont-nav {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: 15px;
    background: url(../img/navbg.png) no-repeat 0px -5px;
    background-size: 100% 100%;
}

.cont-nav a {
    width: 25%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.cont-nav a span{
    margin-right: 10px;
}

/*  */

.cont-item {
    width: 100%;
    min-height: 203px;
    margin-bottom: 15px;
}

.safe{
    min-height: 251px;
}

.foot {
    width: 75%;
    margin: 0 auto 15px;
}

.cont-item .item-top {
    width: 100%;
    height: 46px;
    line-height: 45px;
    background: -webkit-linear-gradient(#f6f6f6, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -moz-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
    padding: 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.cont-item .item-top b {
    color: #0068b7;
    float: left;
    font-size: 1rem;
}

.cont-item .item-top a {
    color: #666;
    float: right;
}

.cont-item .item-cont {
    border: 1px solid #ccc;
    width: 100%;
   
    background: #fff;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.cont-item .item-cont .item-left {
    width: 49%;
    display: flex;
    justify-content: space-between;
     align-items: flex-start;
    flex-flow: row nowrap;
}

.safe .item-cont .item-left {
    width: 49%;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    position: relative;
}

.safe .item-cont .item-left::after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2%;
    top: 0;
    border-right: 1px solid #eaeaea;
}

.safe .item-cont .item-left .left-top{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.safe .item-cont .item-left .left-top span{
    padding: 5px 15px;
    border: 1px solid #7fb4dc;
    color: #0068b7;
    border-radius: 4px;
}

.safe .item-cont .item-left .left-top i{
    color: #509eda;
    font-size: 18px;
}

.safe .item-cont .item-left .left-down{
    width: 100%;
    display: flex;
    justify-content: space-between;
      align-items: flex-start;
    flex-flow: row nowrap;
}

.cont-item .item-cont .item-right {
    width: 49%;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
      align-items: flex-start;
    flex-flow: row nowrap;
}
.safe .item-cont .item-right {
    width: 49%;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    position: relative;
}

.safe .item-cont .item-right .left-top{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

.safe .item-cont .item-right .left-top span{
    padding: 5px 15px;
    border: 1px solid #7fb4dc;
    color: #0068b7;
    border-radius: 4px;
}

.safe .item-cont .item-right .left-top i{
    color: #509eda;
    font-size: 18px;
}

.safe .item-cont .item-right .left-down{
    width: 100%;
    display: flex;
    justify-content: space-between;
     align-items: flex-start;
    flex-flow: row nowrap;
}


.cont-item .item-cont .item-img {
    width: 45%;
}

.cont-item .item-cont .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cont-item .item-cont .item-text {
    width: 52%;
}

.txt {
    width: 100% !important;
}

.cont-item .item-cont .item-text a {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 25px;
}

.cont-item .item-cont .item-text a i {
    color: #0068b7;
    font-size: 16px;
}

/*  */

.content .cont-other {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: 15px;
}

.content .cont-other .item-left {
    width: 49%;
}

.content .cont-other .item-right {
    width: 49%;
}


.content .cont-other .item-top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f4f4fc;
    padding: 0 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.content .cont-other .item-top b {
    color: #0068b7;
    float: left;
}

.content .cont-other .item-top a {
    color: #666;
    float: right;
}

.content .cont-other .item-cont {
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.content .cont-other .item-cont .item-img {
    width: 45%;
}

.content .cont-other .item-cont .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content .cont-other .item-cont .item-text {
    width: 52%;
}

.content .cont-other .item-cont .item-text a {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 1.8rem;
}

.content .cont-other .item-cont .item-text a i {
    color: #0068b7;
    font-size: 16px;
}

/*  */

.content .cont-right {
    width: 75%;
    padding-left: 20px;
}

.content .login-box {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}


.content .login-box h1 {
    font-size: 1rem;
    color: #0068b7;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    background: -webkit-linear-gradient(#f6f6f6, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -moz-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
    padding: 0 10px;
    margin: 0;
}


.content .login-box .login {
    width: 100%;
    padding: 15px;
}

.content .login-box .login .form-control {
    line-height: 2;
}

.content .login-box .checkbox {
    margin-bottom: 15px;
}

.content .login-box .checkbox input {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.content .login>button {
    width: 100%;
    border-radius: 0;
    background: #0068b7;
}

.content .login>p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-bottom: 0;
}

.content .login>p.online {
    font-size: 14px;
    color: #0068b7;
    margin: 10px 0 5px;
}

/*  */
.content .way-box {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding-bottom: 15px;
}

.content .way-box h1 {
    font-size: 1rem;
    color: #0068b7;
    font-weight: 600;
    text-align: left;
    width: 100%;
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    background: -webkit-linear-gradient(#f6f6f6, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -moz-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
    padding: 0 10px;
    margin: 0;
}

.content .way-box .way-cont {
    width: 100%;
    padding: 10% 20% 10px;
}

/* 
.content .way-box .way-cont a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
}

.content .way-box .way-cont a.one {
    background: #32b16c;
}

.content .way-box .way-cont a.two {
    background: #f6a402;
}

.content .way-box .way-cont a.thr {
    background: #e86342;
}

.content .way-box .way-cont a.fou {
    background: #4baddf;
}

.content .way-box .way-cont a.fir {
    background: #0068b7;
} */

.content .way-box .way-cont img {
    width: 100%;
    height: 100%;
}

.content .way-box>p {
    font-size: 14px;
    color: #666;
    text-align: center;
}


/*  */

.content .code-box {
    width: 100%;
    padding: 15px;
}

.content .code-box img {
    width: 100%;
    height: 100%;
}

.content .code-box p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 15px 0 10px;
}

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd {
    padding: 0px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 145px;
    height: 140px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

@media screen and (min-width:1600px) {
    .picScroll-left .bd ul li .pic img {
        width: 200px;
    }
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}

/*  */

.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0068b7;
}

.footer p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}


/**/

#loginsuccess {
    display:none;
   text-align:center;
    margin:10px auto;
}
/*#loginsuccess button{
    margin: 10px;
    width: 100px;
    border: none;
    border-radius: 3px;
    background: #2a86ba;
    color: #fff;
    height: 30px;
}*/

/*2017-12-13*/
.editMain button{
    display:inline-block;
    margin:12px 8px 8px;
    width:80px;
    border-radius: 3px;
    font-size:14px;
     height: 30px;
    line-height:30px;
    cursor:pointer;
    outline:hidden;
    background: #2a86ba;
    color: #fff;
    border: none;
}
#loginsuccess button,#loginsuccess a{
    display:inline-block;
    margin:12px 12px 8px;
    
    
    /*width:80px;*/
    border: none;
    border-radius: 3px;
    /*background: #2a86ba;
    color: #fff;*/
    /*height: 30px;
    line-height:30px;*/
    font-size:12px;
     height: 50px;
    line-height:70px;
    cursor:pointer;
    outline:hidden;
    
}
#loginsuccess  button{
    background-color:transparent;
}
#loginout{  
    background:url(../img/loginOut.png) top center no-repeat;
   background-size:100% 48%;
}
#editPwd{
    background:url(../img/keyEdit.png) top center no-repeat;
    background-size:84%;
}
#toAdminM{
    background:url(../img/manage.png) top center no-repeat;
    background-size:84%;
}


#toAdminM{
    margin:5px!important;
    display:none;
}