body,p,h1,h2,h3,h4,h5,h6,input,a,ul,ol,li,dl,dd,dt,img{padding:0;margin:0;}
body{font: 14px/1.5 "MicrosoftYaHei",Helvetica,arial;overflow-x: hidden;height:auto !important;min-width: 1200px;}
ul,ol,li{list-style: none;}
a{color:#000;text-decoration: none;cursor: pointer;}
a:link {text-decoration: none;}/* 未被访问的链接 */
a:visited {text-decoration: none;}/* 已被访问的链接 */
a:hover {color:#b9151b;text-decoration: none;}/* 鼠标指针移动到链接上 */
a:active {color:#b9151b;text-decoration: none;background: none;}/* 正在被点击的链接 */
a:focus{outline: none;}
.left{float: left;}
.right{float: right;}
/* --------------背景颜色-------------- */
.bgcolor{
    background:  #b9151b;
}
.bgcolor1{
    background: #fff;
}
.bgcolor2{
    background: #b9151b;
}
.bgcolor3{
    background:#999;
}
.bgcolor4{
    background:#a31413;
}
.n_right>.fanhui{
    margin-top:10px;
}
.n_right table{
    width:100% !important;
}
/* ----------------字体颜色------------- */
.fcolor{
    color:#b9151b;
}
.fcolor1{
    color:#fff;
}
.fcolor3{
    color:#666;
}
.fcolor4{
    color:#5988ff;
}
/* -----------------border颜色----------------- */
.border{
    border:1px solid #b9151b;
}
.border1{
    border:1px solid #fff;
}
.border2{
    border: 2px solid #aaa;
}


/* -----------------左导航-------------- */
.n_left ul li{
    position: relative;
    overflow: hidden;
}
.n_left ul li .hover{
    width:0;
    z-index:1;
    background-color:#fff;
}
.n_left ul li a{
    text-align: center;
    z-index:99;
    color:#fff;
}
.n_left ul li a.fcolor{
    color:#b9151b;
}
.n_left ul li:hover a{
     color:#b9151b;
}
.n_right table td{
    border:1px solid #aaa !important;
}


/* ----------------头部导航--------------- */
.header{
    background-color: #fff;
}
.fadein {
    transition: all .3s ease-in;
}

.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.head_top {
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0 0;
    overflow: auto;
}

.head_bottom_wrapper {
    background: #bb1111;
    height: 64px;
}

.head_bottom_inner {
    width: 1200px;
    margin: 0 auto;
    background: url("../image/nav_bg.png") no-repeat;
    height: 64px;
}

.head_bottom_inner ul li {
    float: left;
    position: relative;
    font-size: 18px;
    padding: 0 8px;
}

.head_bottom_inner ul li a {
    display: block;
    color: #fff;
    line-height: 64px;
    font-weight: normal;
}

.head_bottom_inner ul li.active {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.head_bottom_inner ul li.active a {
    color: #bb1111;
}

.head_bottom_inner ul li dl {
    position: absolute;
    top: 64px;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    display: none;
    left: 0px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    z-index: 100;
}

.head_bottom_inner ul li dl dt {
    margin: 22px 0;
}

.head_bottom_inner ul li dl dt a {
    font-size: 15px;
    color: #bb1111;
    line-height: 22px;
    font-weight: normal;
}

.head_bottom_inner ul li dl dt a:hover {
    color: #fdb300;
}

.head_bottom_inner ul li p {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-background: rgba(0, 0, 0, 0.5);
    -moz-background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    display: none;
}

.head_top .ac_a {
    color: #bb1111;
}
.head_top .ac_a:hover {
    color: #fdb300;
}
.search {
    width: 13em;
    height: 32px;
    background: #960d13;
    float: left;
    border-radius: 0.35em;
    overflow: hidden;
    position: relative;
    display: block;
    margin-right: 40px;
}

.search>input {
    width: 78%;
    height: 32px;
    background: #e5e5e5;
    outline: none;
    border: 1px solid #e5e5e5;
    text-indent: 1em;
    line-height: normal;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    position: absolute;
    top: 0px;
    left: 0;
}
.search>button {
    height: 32px;
    background: #960d13;
    outline: none;
    border: none;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 0px;
    cursor: pointer;
}
.search>button:hover {
    color: #fdb300;
}
.di {
    float: right;
    width: 370px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}



input::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #999;
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #999;
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #999;
}
.log{
    height:42px;
    line-height: 42px;
    margin-top:15px;
    margin-left:20px;
}
.log .home{
    height:100%;
    text-align: center;
    position: relative;
    padding-right:20px;
}
.log .home .yidenglu span:first-child{
    padding:10px;
    padding-left:0px;
    font-size: 15px;
}
.log .home .yidenglu span:last-child{
    padding:10px;
    padding-right:0;
    font-size: 15px;
}
.denglu{
    display: block;
    width: 50px;
    text-align: center;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}
.tuichu_{
    display: block;
    width: 50px;
    text-align: center;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}





@media screen and (max-width:768px){
    .navbar_all>.nav_top{
        height:145px;
    }
    .collapse.navbar-collapse{
        float: inherit;
        border:none;
    }
    .log {
        height: auto;
        width:145px;
    }
    .log div{
        float:inherit;
    }
    /* .search {
        position: absolute !important;
        left:20px;
        bottom:-47px;
        margin-top: 10px;
        margin-left: 16px;
    } */
    .log {
        margin-top: 14px;
        margin-left: 16px;
        margin-bottom:10px;
        float: left;
    }
    .nav>li>a {
        padding: 10px 8px;
    }
    #contentlist .content{
        padding-top:120px;
    }

}
.login>p{
    cursor: pointer;
}
.login>div{
    display: none;
    width:234px;
    height:80px;
    position: absolute;
    top:120%;
    left:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); 	/* IE 9 */
    -moz-transform:translateX(-50%); 	/* Firefox */
    -webkit-transform:translateX(-50%); /* Safari 鍜� Chrome */
    -o-transform:translateX(-50%); 	/* Opera */
    background:#fff;
    z-index: 3;
    border:1px solid #d2d2d2;
    padding:17px 20px;
    box-sizing: border-box;
    line-height: 2em;
    cursor: pointer;
}
.login>div>div{
    float: left;
    text-align: center;
}
.login a{
    padding:0;
    font-size: 14px;
}
.silde{
    width:1px;
    height:100%;
    background: #333;
    transform: scaleY(0.6);
    transform-origin: 0 0;
    margin:0 19px;
}
.login_student span,.login_qiye span,.login_teacher span{
    width:24px;
    height:24px;
    display: block;
    margin: auto;
}
.login_student span{
    background: url(../image/png/xuehui.png) no-repeat;
}
.login_student:hover span{
    background: url(../image/png/xuel.png) no-repeat;
}
.login_qiye span{
    background: url(../image/png/qihui.png) no-repeat;
}
.login_teacher span{
    background: url(../image/png/laohui.png) no-repeat;
}
.login_qiye:hover span{
    background: url(../image/png/qil.png) no-repeat;
}
.login_teacher:hover span{
    background: url(../image/png/laol.png) no-repeat;
}
.login>div>span{
    width:8px;
    height:8px;
    display: block;
    border-top:1px solid #d2d2d2;
    border-left:1px solid #d2d2d2;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    top:-5px;
    left:48%;
} 
/* ----------------------置顶------------------ */
.istop{
    color:#f00 !important;
    font-style: normal !important;
}
/* ---------------------导航----------------------- */
.navbar_bottom{
    height:40px;
}
.container > section {
    margin: 0 auto;
    padding: 0em 3em;
    padding:0;
}
.navbar-collapse>div>div{
    float: left;
}
.navbar-collapse>div>div>a{
    position: relative;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 16px;
    padding:0 30px;
    display: block;
    float: left;
}
.navbar-collapse>div>div>a:hover,
.navbar-collapse>div>div>a:focus{
    outline: none;
    background: none;
}
.navbar-collapse>div>div>a{
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-collapse>div>div>a>span{
    font-size: 8px;
}
.navbar-collapse>div>div>a:hover,.navbar-collapse>div>div>a:focus{
    color: rgb(245, 166, 35);
}
.navbar-collapse.in {
    overflow: inherit;
}
.navbar-toggle{
    margin-top:0; 
    margin-bottom:0; 
    background: #fff;
}
.icon-bar{
    margin-top:4px; 
    background: #b9151b;
}
@media screen and (max-width:768px){
    .navbar-header{
        height:100%;
    }
    .navbar-header .navbar-brand span{
        line-height: 60px;
    }
    .navbar-collapse>div>div{
       width:100%;
       background: #b9151b;
       height: 50px;
       line-height: 50px;
       float: none;
       z-index:100;
   }
   .navbar-collapse>div>div>a{
       width:100%;
       height:100%;
   }
   .navbar-collapse>div>div:hover{
       background-color: #fff;
   }
   .navbar-collapse>div>div:hover>a{
       color:#b9151b;
   }
   .navbar-collapse>div>div>a:hover::before,
   .navbar-collapse>div>div:hover>a:hover::before,
   .navbar-collapse>div>div>a:focus::before,
   .navbar-collapse>div>div:hover>a:focus::before{
        color: #b9151b;
        text-shadow: 10px 0 #b9151b, -10px 0 #b9151b;
    }
    .navbar-collapse>div>div>a:hover,
    .navbar-collapse>div>div:hover>a:hover,
    .navbar-collapse>div>div>a:focus,
    .navbar-collapse>div>div:hover>a:focus{
        color: #b9151b;
    }
    .silde {
        display: none;
    }
}
/* -------------------banner----------------- */
.banner{width:100%;height:180px;position: relative;}
.banner>img{width:100%;height:100%;}
/* ----------------二级菜单--------------- */
.student,.qi,.lao{
    position: relative;
}
.student>a>span,.qi>a>span,.lao>a>span{
    width:24px;
    height:24px;
    display: inline-block;
    vertical-align: middle;
}
.student>a>span{
    background:  url(../image/png/xuel.png) no-repeat;
}
.student:hover>a>span{
    background:  url(../image/png/xueb.png) no-repeat;
}
.qi>a>span{
    background:  url(../image/png/qil.png) no-repeat;
}
.qi:hover>a>span{
    background:  url(../image/png/qib.png) no-repeat;
}
.lao>a>span{
    background:  url(../image/png/laol.png) no-repeat;
}
.lao:hover>a>span{
    background:  url(../image/png/laob.png) no-repeat;
}
.stu_01,.qi_01,.lao_01{
    background: rgba(255,255,255,1);
    position: absolute;
    top:99%;
    right:-100px;
    display: none;
    z-index: 10;
    padding:10px 25px 25px 25px;
    border:1px solid #ddd;
}
.stu_01>div,.qi_01>div,.lao_01>div{
    border-bottom:1px dashed #ddd;
    padding:10px 0px;
}
.stu_01>div>span,.qi_01>div>span,.lao_01>div>span{
    display: inline-block;
}
.stu_01>div>div,.lao_01>div>div{
    width:335px;
    float: right;
}
.qi_01>div>div{
    width:355px;
    float: right;
}
.stu_01>span,.qi_01>span,.lao_01>span{
    width:10px;
    height:10px;
    display: block;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    top:-5px;
    left:64%;
}
.stu_01>span,.lao_01>span{
    left:69%;
}
.stu_01,.lao_01{
    width:475px;
}
.qi_01{
    width:485px;
}
.stu_01 a,.qi_01 a,.lao_01 a{
    display: inline-block;
    color:#666;
    padding-left:20px;
}
.stu_01 a:hover,.qi_01 a:hover,.lao_01 a:hover{
    color:#b9151b;
}
.eiji>div{
    position: relative;
}
.eiji>div>ul{
    width: 100%;
    position: absolute;
    top:100%;
    left:0;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    background:#fff;
    display: none;
    /* padding:10px 0px; */
    /* border:1px solid #ddd; */
}
.eiji>div>ul>li{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.eiji>div>ul>p:first-child,.eiji>div>ul>p:last-child{
    height:10px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.eiji>div>ul>p:last-child{
    border-bottom:1px solid #ddd;
}
.eiji>div>ul>li:hover{
    background: #b9151b;
    border-left:1px solid #b9151b;
    border-right:1px solid #b9151b;
}
.eiji>div>ul>li:hover a{
    width:100%;
    height:100%;
    display: block;
    color:#fff;
}
@media screen and (max-width:768px){
    .navbar-nav {
        margin: 0px -15px;
    }
    .stu_01,.lao_01,.qi_01{
        width:340px;
        right:initial;
        left:-1px;
    }
    .stu_01>span, .lao_01>span {
        left: 8%;
    }
    .stu_01>div>span, .qi_01>div>span, .lao_01>div>span {
        display: block;
        padding-bottom: 5px;
    }
    .stu_01>div>div, .lao_01>div>div {
        width: 300px;
        float: initial;
    }
    .banner_all canvas{display: none;}
    .banner {height:80px;}
}
.input-group .input-group-addon.chaxun:hover{
    background-color: #aaa;
}
/* ------------------热点---------------- */
.redian{
    width:100%;
    min-height:100px;
    padding:15px 20px;
    background: #fff;
}
.redian .rd_top{
    height: 30px;
    line-height: 30px;
}
.redian .rd_top>span{
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    float: left;
    font-size: 18px;
}
.redian .rd_top>p{
    width:85%;
    height:30px;
    float: left;
    border-bottom:1px solid #b9151b;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
}
.redian li {
    padding:10px 0 5px;
    border-bottom:1px solid #eee;
    cursor: pointer;
}
.redian li a{
    display: block;
}
.redian li p{
    font-size:12px;
    vertical-align: middle;
    color:#c0c0c0;
}
.redian li div{
    width: 100%;
    display: inline-block;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
    font-size: 14px;
    margin-top:5px;
}
.redian li:hover p{
    color:#000;
}
.redian li:hover div{
    color:#b9151b;
}
.redian li p{position: relative;color: #7d7d7d;}
.redian li div{color: #000;width: 72%;}
/* ------------------------------------- */
.is_{
    height:0px;
    width:100%;
    display: none;
}
/* ---------------页脚----------------- */
.footer {
    position: relative;
    -webkit-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
    clear: both;
}

.footer_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ft_center {
    margin: 0 34px;
    padding: 0 15px;
    float: left;
    margin-top: 17px;
}

.link {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 8px;
}

.friend_link {}

.friend_link dl {
    position: relative;
    float: left;
    margin-right: 11px;
    cursor: pointer;
    width: 250px;
}

.friend_link dl dt {
    color: red;
    background: white;
    font-size: 14px;
    line-height: 35px;
    width: 235px;
    padding-left: 15px;
}

.friend_link dl dt i {
    float: right;
    margin-right: 15px;
}

.friend_link dl dt i {
    float: right;
    margin-right: 15px;
    border: 8px solid transparent;
    border-top-color: red;
    margin-top: 13px;
    cursor: pointer;
}

.friend_link dl .dd_wrapper {
    position: absolute;
    top: 35px;
    width: 100%;
    display: none;
    background: white;
}

.friend_link dl .dd_wrapper dd a {
    padding-left: 15px;
    color: red;
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.friend_link dl .dd_wrapper dd a:hover {
    background: #f7f7f7;
    color: #000
}

.fc_content {
    clear: both;
}

.fc_content table {
    width: 100%;
    border: 0;
}

.fc_content table td {
    font-size: 14px;
    color: white;
    height: 35px;
    white-space: nowrap;
}

.fc_content {
    padding-top: 15px;
}

.ft_r {
    float: right;
    padding-top: 18px;
    width: 127px;
    height: 124px;
}

.ft_r img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: block;
}

.ft_r p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.ft_logo {
    display: block;
    float: left;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.footer_div {
    width: 100%;
    height: 40px;
    background: #a31413;
    clear: both;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.footer_div span {
    margin-right: 21px;
}

.footer_div span a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width:1200px){
    .dropdown>button{text-overflow : ellipsis;white-space : nowrap;overflow : hidden;line-height: 25px; }
    .f_top{
        padding-bottom:38px;
    }
    .f_bottom{height:106px;padding-top:10px;line-height: 25px;}
}
@media screen and (min-width: 768px){
    .container{
        min-width: 1200px;
    }
}

/* --------------------------附件----------------------- */
.fujian{
    padding-top:20px !important;
    border-top:1px solid #d9d9d9;
    line-height: 30px;
}
.fujian p a{
    color:#b9151b !important;
}
.fujian p:hover a{
    color:rgb(245, 166, 35) !important;
}
/* ------------------------上一篇------------------------ */
.prevArt{
    padding-top:20px;
    border-top:1px solid #d9d9d9;
}
/* ------------------------page页码----------------------- */
.pages_wrapper{
    text-align: center;
	padding-bottom: 20px;
	margin-top: 20px;
}
.pages_wrapper>p{
    display: inline-block;
    margin-right: 20px;
}
#pagination-prev,#pagination-next{
    width:20px;
    height:20px;
    display: inline-block;
    cursor: pointer;
    color:#999;
}
#pagination-prev:hover,#pagination-next:hover{
    color:#b9151b;
}
#pagination-prev{
    margin-right:10px;
}
#pagination-next{
    margin-left:10px;
}
.pages{
    text-align: center;
	margin-top:20px;
	display: inline-block;
}
.pages li{
    display: inline-block;
    cursor: pointer;
    width:25px;
    height:25px;
    margin: 5px;
    border:1px solid #ddd;
    line-height: 25px;
    color:#999;
    text-align: center;
}
.pages li:hover{
    background:#b9151b;
    color:#fff;
    border:1px solid #b9151b;
}
.pages .pagination-current{
    background:#b9151b;
    color:#fff;
    border:1px solid #b9151b;
}
/* -------------------------模态框------------------------ */
.modal-body {
    padding: 30px;
}
.modal-dialog {
    margin: 100px auto;
}
/* -------------------------登录模态框----------------------- */
.header .modal-dialog{
    width:470px;
    margin: 100px auto;
    border-radius: 3px;
    overflow: hidden;
}

.header #boHui .modal-dialog{
}
.header #boHui .modal-body{
     padding:20px;
     height:250px;
}

.header #boHui .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header #boHui .modal-body p{
    border: none;
    margin-top: 0px;
}
.header #boHui .modal-body .boTwo{
    padding:10px 40px 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-top:1px solid #fcfcfc;
    align-items: center;
    justify-content: space-between;
}

.header #boHui .modal-body .boTwo a{
   display: block;
   height:30px;
   line-height: 30px;
   border-radius: 3px;
   padding: 0 10px;
    text-align: center;
    float: right;
    border-radius: 3px;
    cursor: pointer;
    border:1px solid #ddd;
    margin:0;
}

.header #boHui .modal-body .boTwo button{
   display: block;
   width:100px;
   height:30px;
   line-height: 30px;
   border-radius: 3px;
   padding: 0 10px;
    text-align: center;
    float: right;
    border-radius: 3px;
    cursor: pointer;
    border:1px solid #ddd;
    color:#fff;
}


.header .modal-content{
    padding:0px;
    border-radius: 6px;
    border:none;
}
.header form{width:100%;background: transparent !important;} 
.header form p{width:100%;margin:0;} 
.header .modal-header{
    text-align: center;
    border-bottom:1px solid #b9151b; 
    background: #fff;
    position: relative;
    padding:10px;
}
.header .modal-body{
    padding:0;
    box-sizing: border-box;
    height:390px;
}
.header .modal-body>.left{
    width:50%;
    height:100%;
}
.header .modal-body>.right{
    width:50%;
    height:100%;
    float: left;
    padding:20px;
    padding-top:35px;
    position: relative;
}
.header .modal-body>.right h4{
    position: relative;
    text-align: center;
}
.header .modal-body>.right .close{
    position: absolute;
    right: 15px;
    top: 10px;
}
.header .modal-body>.right>div{
    width:246px;
    height:293px;
}
.header .glyphicon{
    font-size:16px;
}
.header .modal-body p{
    padding-top:30px;
    display: block;
    border-bottom:1px solid #c3c3c3;
}
.header .modal-body label{
    padding-top:3px;
}
.header .modal-body input{
    width:85%;
    outline: none;
    border-right:none;
    border-top:none;
    border-bottom:none;
    margin-left:8px; 
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 1em;
    background: transparent;
}
.header .modal-body .txtVerification{
    width:70px;
}
.header .modal-body a{
    margin-top: 10px;
    display: inline-block;
}
.header .modal-body a:hover{
    text-decoration: underline;
}
.header .register{
    float: left;
}
.header .mima{
    float: right;
}
.header .modal-body #studenglu{
    width:100%;
    height:3em;
    line-height: 3em;
    color:#fff;
    display: block;
    margin: 40px 0 20px;
    outline: none;
    border:none;
    border-radius: 3px;
    text-align: center;
}
.header .modal-body .login_ewm{
    text-align: center;
}
.header .modal-body .login_ewm>.erweima_{
    widtH:100%;
    height:200px;
    position: relative;
}
.header .modal-body .login_ewm img{
    width:120px;
    height:120px;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
/* ---------------------回到顶部--------------------- */
.toTop{
    width:52px;
    height:50px;
    position: fixed;
    right:50px;
    bottom:200px;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    text-align: center;
    display: none;
    z-index: 1000;
}
.toTop span{
    display: block;
    font-size: 15px;
    margin-bottom:8px;
    top:7px;
}
/* ----------------------投诉模态框--------------------- */
#tousuModal .close{
    font-weight: 100;
}
#tousuModal .close:hover{
    color:#fff;
}
.denglu_{
    font-size: 16px;
    color: #bb1111;
}
.login {
    font-size: 16px;
    color: #bb1111;
}

.login:hover {
    color: #ffab49
}

.close {
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 10;
}

.login_wrapper {
    position: fixed;
    top: 50%;
    width: 420px;
    height: 400px;
    left: 50%;
    margin-left: -210px;
    display: none;
    z-index: 1200;
    margin-top: -200px;
}

.login_inner {
    position: absolute;
    right: 50%;
    margin-right: -350px;
    -webkit-border-radius: 5px;
    width: 300px;
    height: 320px;
    background: #fff;
    padding: 40px 60px;
    -moz-border-radius: 5px;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 2px #eee;
}

.login_user {
    overflow: hidden;
    padding-bottom: 27px;
    border-bottom: 1px solid #c3c3c3
}

.login_user p {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #4b4b4b;
    float: left;
    cursor: pointer
}

.login_user p.active {
    color: #d42128;
}

.user_wrap i {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #b9151b;
    width: 50%;
}

.user_wrap i:after {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    left: 50%;
    margin-left: -2px;
    bottom: -1px;
}

.user_wrap {
    position: relative;
}

.user_wrap i:before {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b9151b;
    left: 50%;
    margin-left: -4px;
    bottom: -1px;
}

.stu p,
.com p {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 6px;
    margin-top: 35px;
}

.stu p img,
.com p img {
    display: inline-block;
    vertical-align: middle
}

.stu p input,
.com p input {
    border: none;
    outline: none;
    font-size: 14px;
    border-left: 1px solid #b9151b;
    padding-left: 15px;
    line-height: 21px;
    height: 21px;
    width: 220px;
    margin-left: 9px;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder {
    color: #b3b3b3;
}

.forget {
    overflow: hidden;
    padding: 15px 0 50px;
}

.forget a {
    font-size: 14px;
    color: #b9151b
}

.denglu {
    background: #b9151b;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    text-align: center;
    display: block;
    -moz-border-radius: 5px;
    width: 100%;
    border-radius: 5px;
}

.denglu:hover {
    background: #95060c;
}

.header .modal-header{
    text-align: center;
    color: #b9151b;;
    border-bottom: 1px solid #b9151b;;
    background: #fff;
    position: relative;
    padding: 10px;
}
.header .modal-header>i{
    width: 8px;
    height: 8px;
    border-top: 1px solid #b9151b;;
    border-left: 1px solid #b9151b;;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    background: #fff;
    bottom: -4px;
    left: 49%;
}
.header .modal-header>.close{
    position: absolute;
    right: -28px;
    top: 0;
}
.header .modal-body p{
    padding-top: 30px;
    display: block;
    border-bottom: 1px solid #c3c3c3;
}
.header .modal-body {
    padding: 0;
    padding-top: 15px;
    box-sizing: border-box;
}
.header .modal-body a {
    margin-top: 10px;
    color: #b9151b;;
}
.header .modal-body button {
    width: 100%;
    height: 3em;
    line-height: 3em;
    color: #fff;
    background: #b9151b;;
    display: block;
    margin: 80px 0 50px;
    outline: none;
    border: none;
    border-radius: 5px;
}
.header .modal-body button:hover{
    background: #a31413;
}
.header .modal-body label {
    padding-top: 3px;
    color: #b9151b;;
}
.header .modal-body label .glyphicon {
    line-height: 1.5;
    font-size: 21px;
}
.header .modal-body input {
    border: none;
    outline: none;
    border-left: 1px solid #b9151b;;
    margin-left: 8px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 1em;
    width: 80%;
}
.header .modal-body .txtVerification{
    width: 50%;
}
.header .register {
    float: left;
}
.header .mima {
    float: right;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}


/* -------------------------登录模态框----------------------- */
/* .header .modal-dialog{
    width:30%;
    margin: 100px auto;
} */
.header .modal-content{
    padding:20px 40px;
    border-radius: 3px;
}
/* .header form{width:100%;background: transparent !important;}  */
.header form p{width:100%;margin:0;} 
/* .header .modal-header{
    text-align: center;
    border-bottom:1px solid #4eb84a; 
    background: #fff;
    position: relative;
    padding:10px;
}
.header .modal-header>.close{
    position: absolute;
    right:-28px;
    top:0;
} */
.div_color{
    position: fixed;
    right: 0;
    top: 0;
    background: #159047;
    width: 50%;
}






















/* -----------------------placeholder--------------------- */
/* input::-moz-placeholder{color:red;}
input::-webkit-input-placeholder{color:red;} 
input:-ms-input-placeholder{color:red;} */
                