body, p, h1, h2, h3, h4, h5, h6, input, a, ul, ol, li, dl, dd, dt, img {
    padding: 0;
    margin: 0;
}

/*多个弹框会增加body padding-right*/

body {
    padding-right: 0 !important;
}

body {
    min-width: 1200px;
    font: 14px/1.5 "MicrosoftYaHei", Helvetica, arial;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    height: auto !important;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/* 未被访问的链接 */

a:visited {
    text-decoration: none;
}

/* 已被访问的链接 */

a:hover {
    color: #155CC7;
    text-decoration: none;
    /* background: #0E469F; */
}

/* 鼠标指针移动到链接上 */

a:active {
    color: #155CC7;
    text-decoration: none;
}

/* 正在被点击的链接 */

a:focus {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.contai_ner {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

body {
    min-width: 1200px!important;
}

@media (max-width:1200px) {
    html {
        min-width: 1200px!important;
    }
    .Deng_lu>span.dl_span {
        left: -39px!important;
    }
    .bgImg>span.bg_span {
        display: none!important;
    }
    body {
        display: inline-block;
        overflow-x: hidden!important;
    }
    .container, .cont_ainer {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
        padding: 0;
        margin: 0;
    }
    .contWar, .cont-banner {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
    }
    .navbar-header {
        float: left;
        margin-left: 20px!important;
    }
    .navbar-default {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
    }
    .header .denglusing {
        margin-right: 200px;
    }
    .banner {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
    }
    .dao_hang {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
    }
    .footer {
        width: 1200px!important;
        max-width: 1200px!important;
        min-width: 1200px!important;
    }
}

/* --------------背景颜色-------------- */

.bgcolor {
    background: #155CC7;
}

.bgcolor1 {
    background: #fff;
}

.bgcolor2 {
    background: #880009;
}

.bgcolor3 {
    background: #999;
}

.bgcolor4 {
    background: #155CC7;
}

.n_right table {
    width: 100% !important;
}

.ban_box>ol>li.bgcolor {
    width: 30px;
    background: #155CC7;
}

.pages li>span.current {
    background: #155CC7;
}

/* ----------------字体颜色------------- */

.fcolor {
    color: #155CC7;
}

.fcolor1 {
    color: #fff;
}

.fcolorI {
    color: #155CC7 !important;
    position: relative;
    cursor: pointer !important;
}
.fcolorI:hover {
    font-weight: 600;
}
/* .fcolorI::after{
    content: '';
    position: absolute;
    top: 16px;
    right: 37px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #155CC7;
} */
.sanjiao{
    position: absolute;
    top: 16px;
    right: 23px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #155CC7;
}
.fcolorII{
    color: #155CC7 !important;
}


.fcolor2 {
    color: #880009;
}

.fcolor3 {
    color: #999;
}

/* -----------------border颜色----------------- */

.border {
    border: 1px solid #155CC7;
}

.border1 {
    border: 1px solid #fff;
}

.border2 {
    border: 2px solid #aaa;
}

/* ------------------------------------- */

.is_ {
    height: 173px;
    width: 100%;
}

/* ----------------头部导航--------------- */

.navbar_all {
    width: 100%;
    min-width: 1200px;
}

.bgImg {
    height: 81px;
}

.bgImg>div>div {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    display: flex;
}

.bgImg>span.bg_span {
    display: block;
    /* width: 200px; */
    width: 40%;
    height: 59px;
    background: #155CC7;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width:360px) and (max-width:600px) {
    .bgImg::after {
        width: 0;
    }
}

.Img_logo {
    width: 40%;
    height: 81px;
    float: left;
}

.Img_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.Img_logo img {
    width: 60px;
    /* height: 67px; */
    float: left;
    margin: 12px 0 0 2px;
}
.Img_logo img:nth-child(2) {
    width: 200px;
    
}

.Img_logo span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin: 30px 0 0 10px;
    float: left;
}

.Deng_lu {
    width: 60%;
    background: #155CC7;
    height: 59px;
    /* float: right; */
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.Deng_lu>span.dl_span {
    width: 0px;
    height: 0px;
    border-left: 42px solid rgba(0, 0, 0, 0);
    border-top: 60px solid #155CC7;
    position: absolute;
    left: -42px;
    top: 0;
}

.Deng_lu>.dlitem {
    display: block;
    float: right;
    cursor: pointer;
    line-height: 58px;
    margin-right: 4px;
    width: 100px;
    text-align: center;
    position: relative;
}

.Deng_lu>.dlitem>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.Deng_lu>.dlitem>a span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
    padding: 0 3px;
}

.Deng_lu>.dlitem:hover>span,
.Deng_lu>.dlitem:hover>a,
.Deng_lu>.dlitem:hover .danwei{
    /* background: #fff; */
    background-color: rgba( 15, 81, 180, .3);
}
.Deng_lu>.dlitem:hover span{
    /* color: #155CC7; */
}

/* .Deng_lu>.dlitem{
    background: #fff;
} */

/* .Deng_lu>.dlitem span{
    color: #155CC7 !important;
} */

.Deng_lu>.dlitem>small {
    display: inline-block;
    vertical-align: -1px;
    color: #fff;
}

.Deng_lu>.dlitem>small i {
    font-size: 18px;
}

.Deng_lu>.dlitem:hover small i {
    color: #155CC7;
}

.Deng_lu>.dlitem>span,
.Deng_lu>.dlitem>a {
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
    padding: 0 3px;
}
.Deng_lu>.dlitem>.denglu1,
.Deng_lu>.dlitem>.denglu2,
.Deng_lu>.dlitem>.denglu3 {
  width: 98px;
  height: 34px;
  line-height: 34px;
  background: #000000;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 17px 4px 4px 17px;
}
.Deng_lu>.dlitem>.denglu2 {
  border-radius: 4px;
}
.Deng_lu>.dlitem>.denglu3{
  border-radius: 4px 17px 17px 4px;
}

.Deng_lu>.dlitem>a>b {
  display: inline-block;
  transform: translateY(2px);
  width: 19px;
  height: 18px;
}

.Deng_lu>.dlitem>.denglu1 b {
  display: inline-block;
  transform: translateY(2px);
  width: 20px;
  height: 16px;
  background: url(../image/login_c_icon.png) no-repeat;
  background-size: 20px 16px;
}
.Deng_lu>.dlitem>.denglu2 b {
  background: url(../image/login_e_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.Deng_lu>.dlitem>.denglu3 b {
  width: 19px;
  height: 20px;
  background: url(../image/login_t_icon.png) no-repeat;
  background-size: 19px 20px;
}

.navbar_bottom, .section, .section>div {
    width: 100%;
    height: 52px;
    display: flex;
}

.eiji {
    width: 100%;
    padding-top: 5px;
    display: flex;
}

.eiji>div>div>a, .eiji>div>div>span {
    font-size: 18px;
    display: block;
}

.eiji>div>div>span i {
    margin-left: 5px;
}

.eiji>div {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 180px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
}

@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: #0e419c;
        height: 50px;
        float: none;
    }
    .navbar-collapse>div>div:hover {
        background-color: #fff;
    }
    .navbar-collapse>div>div:hover>a {
        color: #0e419c;
    }
    .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: #0e419c;
        text-shadow: 10px 0 #0e419c, -10px 0 #0e419c;
    }
    .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: #0e419c;
    }
    .silde {
        display: none;
    }
}

.yidenglu {
    float: right;
    line-height: 59px;
    color: #fff;
    padding: 0 10px;
}

.yidenglu>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: middle;
}

.yidenglu>span, .yidenglu>a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0 12px;
}

.yidenglu>a {
    padding-left: 5px;
}

.yidenglu i {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #fff;
    vertical-align: -3px;
    margin: 0 10px;
}

/* ----------------二级菜单--------------- */

.eiji>div {
    position: relative;
}

.eiji>div:hover {
  background-color: #0E469F;
}

.eiji>div>ul {
    width: 100%;
    position: absolute;
    top: 41px;
    left: 0;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    display: none;
    padding: 10px 0px;
    border: 1px solid #ddd;
    z-index: 4;
}

.eiji>div>ul>li:hover {
    /* background: #155CC7; */
}

.eiji>div>ul>li a {
  width: 100%;
  height: 100%;
  display: block;
}

.eiji>div>ul>li:hover a {
    background-color: rgba( 15, 81, 180, .3);
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
}

.teacher01 {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    position: absolute;
    width: 173px;
    display: none;
    z-index: 999;
}

.teacher01 span {
    position: absolute;
    top: -8px;
    left: 20px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.teacher01 a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 8px;
    margin: 0 5px;
    width: 150px;
}

.teacher01 a:hover {
    color: rgb(225, 226, 139) !important;
    /* background-color: ; */
}

.teacher01 a:visited {
    color: #fff;
}

/* -------------------banner----------------- */

.banner {
    width: 100%;
    height: 150px;
    background: #155CC7;
    /* background: rgba(20,52,101, 0.8); */
    position: relative;
}

.banner canvas {
    height: 150px;
}

.banner>img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* max-width: 85%; */
    height: 150px;
    width: 100%;
    z-index: -1;
}

/* ---------------页脚----------------- */

.footer_ner {
    background: #155CC7;
    height: 140px;
    position: relative;
}

.f_middle {
    height: 140px;
    display: flex;
}

.f_middle .t_left {
    width: 430px;
    flex: 1;
    /* margin-left: 85px; */
}

.t_left img {
    width: 380px;
    height: 60px;
    margin: 40px 0 0 8px;
}

.t_left p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.f_middle .t_center {
    width: 530px;
    flex: 1;
    /* margin-left: 35px; */
    margin-top: 15px;
}

.t_center p {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
}

.t_center p span {
    margin-right: 42px;
}

.f_middle .t_right {
    width: 122px;
    flex: 1;
    text-align: center;
    /* margin-right: 95px; */
}

.t_right img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 9px auto 7px;
}

.t_right span {
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 9;
}

.f_bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #155CC7;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.foot_bot {
    height: 100%;
}

.foot_bot p {
    color: #fff;
    font-size: 12px;
    margin-right: 39px;
    display: inline-block;
}

.foot_bot p a {
    color: #fff;
}

.foot_bot p a:hover {
    color: #dc000f;
}

/* ------------------热点---------------- */

.redian {
    width: 100%;
    min-height: 100px;
    padding: 15px 20px;
    background: #fff;
    display: block;
}

.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 #155CC7;
    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 a>div {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redian li a>div>i.istop {
    font-style: normal;
    color: #f00;
}

.redian li a>p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redian li .redianBox {
    position: relative;
    color: #7d7d7d;
    font-size: 12px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.redian li .redianBox div {
    width: 69%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
    color: #7d7d7d;
}

.redian li:hover p {
    color: #000;
}

.redian li:hover div {
    color: #155CC7;
}

.redian li:hover div {
    color: #155CC7;
}

/* --------------------------附件----------------------- */

.fujian {
    padding-top: 20px !important;
    /* border-top:1px solid #d9d9d9; */
    line-height: 30px;
}

.fujian p a {
    color: #155CC7 !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: #155CC7;
}

#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: #155CC7;
    color: #fff;
    border: 1px solid #155CC7;
}

.pages .pagination-current {
    background: #155CC7;
    color: #fff;
    border: 1px solid #155CC7;
}

/* ---------------------回到顶部--------------------- */

.toTop {
    width: 52px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 130px;
    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;
}

/*----------------------问卷----------------------------*/

.wenjuan:hover {
    background: #860303;
}

.ieFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1035;
    zoom: 1;
    background: url(../image/heibei.png) repeat;
}

.banBenBox {
    width: 800px;
    height: 310px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -161px;
    margin-left: -411px;
    background: url(../image/gezi.png) repeat #fff;
    background-size: auto 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.banBenBox h4 {
    text-align: left;
    padding-left: 140px;
    margin: 30px 0px 30px;
    font-size: 18px;
    color: #333;
}

.banBenBox h5 {
    padding-left: 140px;
    text-align: left;
    margin: 20px 0 20px;
    font-size: 15px;
    color: #4A4A4A;
}

.banBenBox img {
    width: 700px;
    border: 1px solid #ddd;
}

.banBenBox .go-chrome {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-left: 50px;
}

.banBenBox .go-chrome:hover {
    box-shadow: 1px 2px 1px 2px #bbb;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 75px auto;
    }
}

/* -------------------暂无数据----------------- */

.iskong {
    text-align: center;
    margin-top: 150px;
}

.iskong>img {
    display: block;
    width: 165px;
    margin: 0 auto 12px;
}

.iskong>span {
    color: #155CC7;
}

/* -----------------登录框---------------------- */

.header .modal-dialog {
    width: 460px;
    margin: 100px auto;
}

.header .modal-content {
    min-width: 460px;
    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 #155CC7; */
    border-bottom: 1px solid transparent;
    background: #fff;
    position: relative;
    padding: 10px;
}

.header .modal-header>.close {
    position: absolute;
    right: -28px;
    top: 0;
}

/* @media screen and (max-width:769px){
    .header .modal-dialog{
        width:90%;
        margin: 100px auto;
    }
    .header .modal-content{
        padding:20px 20px;
    }
    .header .modal-header>.close{
        right:0px;
        top:0;
    }
}
@media screen and (min-width:768px) and (max-width:996px){
    .header .modal-dialog{
        width:50%;
        margin: 100px auto;
    }
} */

.header .modal-header>i {
    width: 8px;
    height: 8px;
    border-top: 1px solid #155CC7;
    border-left: 1px solid #155CC7;
    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;
    background: #fff;
    bottom: -4px;
    left: 49%;
}

.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: 200px;
}

.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;
}

#Txtidcode {
    border-left: 1px solid #155CC7;
}

#phoneBind .modal-body .sureBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    margin: 40px 0 20px;
    outline: none;
    border: none;
    border-radius: 3px;
    text-align: center;
}

.n_right .jindu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 15px;
}

.n_right .jindu li {
    padding: 0 80px 0 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.n_right .jindu li:last-child {
    padding: 0 0px 0 0;
}

.n_right .jindu li:last-child:after {
    display: none;
}

/*.n_right .jindu li:before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    width:25px;
    height:1px;
    border-bottom: 2px dashed #ccc;
}*/

.n_right .jindu li:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 75px;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}

.n_right .jindu li.active:after {
    border-bottom: 1px solid #155CC7;
}

.n_right .jindu li.active span {
    background-color: #155CC7;
    color: #fff;
    border: 2px solid #155CC7;
}

.n_right .jindu span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

._tops {
    margin-bottom: 15px!important;
    border-bottom: none;
}

._tops b {
    display: inline-block;
    width: 4px;
    height: 18px;
    float: left;
    background: #333333;
    margin-top: 4px;
}

._tops span {
    font-size: 18px;
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

.header {
    position: absolute;
}

.header form {
    width: 100%;
    background: transparent !important;
}

.header form p {
    width: 100%;
    margin: 0;
}

.header .modal-body {
    box-sizing: border-box;
    padding: 0;
}

.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 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;
}

/* ----------------------投诉模态框--------------------- */

#tousuModal .close {
    font-weight: 100;
}

#tousuModal .close:hover {
    color: #fff;
}

.wxblian {
    width: 32%;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    border-radius: 5px;
    display: block;
    margin: 120px auto;
    text-align: center;
    border: 1px solid #3A71FB;
    color: #3A71FB;
}

/* ----------------------天眼查相关样式--------------------- */

.company-name {
    font-style: 16px;
    font-weight: Bold;
    margin-bottom: 20px;
}

.company-name .jyzk {
    font-style: 12px;
    color: #01CB7A;
    border: 1px solid #01cb7a;
    border-radius: 4px;
    padding: 1.5px 4px;
    margin-left: 3px;
}

#tyc-modal li {
    padding: 6px 0;
    font-size: 14px;
    color: #262626;
}

#tyc-modal li span {
    color: #595959;
}

.tyc-jg {
    position: fixed;
    z-index: 1500;
    top: 130px;
    left: 50%;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #262626;
    width: 155px;
    height: 40px;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    display: none;
}

.tyc-jg i {
    font-size: 12px;
    color: #FA8100;
}

.yyqx-item {
    min-width: 230px;
}

.tags {
    border-radius: 9px!important;
    font-size: 12px;
    width: 36px!important;
    height: 18px!important;
    line-height: 19px!important;
    color: white!important;
    display: inline-block;
    text-align: center;
    border: none!important;
}

.aier-tag {
    background: #155CC7;
}

.offline-tag {
    background: #6AC75A!important;
}