* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

fieldset,
img {
    border: 0
}
.bodyColor{
  background: #fff !important;
}

img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.alignCenter{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.textM{
    text-align: center !important;
}
.none{
    display: none;
}
.noneTrue{
  display: none !important;
}
.autoP {
    position : relative;
    left     : 50%;
    transform: translateX(-50%);
}
.autoM{
    margin: 0 auto; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    outline: 0;
    color: #027b7e;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

li {
    margin: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 750pt #fff inset !important
}

input::-webkit-input-placeholder {
    color: #ccc
}

input,
input:focus,
select,
select:focus {
    outline: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    display: none
}

ol,li,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

small {
    font-size: 9pt
}

button,
form img,
input,
label,
select,
textarea {
    vertical-align: middle
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
strong,
th {
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-text-size-adjust: none
}

body {
    background: #eee;
}
button {
    outline: 0;
    border: none
}
h2,
p {
    margin: 0
}
body .canvas{
  position  : fixed;
  top       : 0;
  display: none;
}
body .canvas-show{
  display: block !important;
  z-index   : 999;
  background: rgba(0, 0, 0, 0.7);
}
/* 移动端 */
/* 移动端公共样式不知道干嘛用的，但是大部分页面都写了 */
#growls .default {
    left: 15.5% !important;
}
#nb_icon_wrap,#nb_invite_wrap{
    display: none !important;
}
/* initBoder */
.initBoder{
    color: #808080;
    background: #FFF;
    border: 1px solid #a14e68;
}
.initBoderPhone{
    color: #808080;
    background: #FFF;
    border: 1px solid #0B2B66;
}
/* 弹出层 */
.errorShow{
    height: 1.9rem !important;
}
/* login */
#login{
    margin: 0 auto;
}
.over{
    overflow-x:hidden;
　　overflow-y: hidden !important;
}
/* header样式->在线申请，消息 */
.beacon-title .li-study0{
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.beacon-title .li-study0:hover{
    background: linear-gradient(180deg, #0057af 0, #00356a 100%);
}
.beacon-title .beacon-li-2{
    cursor: pointer;
}
.beacon-title .li-about,.beacon-title .li-industry{
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.beacon-title .li-about:hover,.beacon-title .li-industry:hover{
    background: linear-gradient(180deg, #0057af 0, #00356a 100%);
}
.beacon-title .li-study1{
    width: 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right:20px;
    cursor: pointer;
    display: none;
}
.beacon-title .li-study1 img{
    width: 20px;
    height: 25px;
}
.beacon-title .li-study1 span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #DC1D1D;
    position: absolute;
    top: 29%;
    right: 21%;
}
.beacon-main header .beacon-top .beacon-title{  
    min-width: 420px !important;
}
footer {
    width: 100%;
    background: #184567;
  }
  footer .footer ul li {
    float: left;
  }
  footer .footer ul li:nth-child(1) {
    width: 430px;
    min-height: 120px;
    margin-right: 70px;
  }
  footer .footer ul li:nth-child(1) img {
    width: 252px;
    height: 46px;
    margin-bottom: 12px;
  }
  footer .footer ul li:nth-child(1) p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
  }
  footer .footer ul li:nth-child(2) {
    display: none;
  }
  footer .footer ul li:nth-child(2) span:nth-child(1) {
    display: inline-block;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 29px;
    width:100%;
  }
  footer .footer ul li:nth-child(2) span::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FFC93C;
    margin: 5px 0 -12px -65px;
  }
  footer .footer ul li:nth-child(2) p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    line-height: 25px;
    cursor: pointer;
  }
  footer .footer ul li:nth-child(2) p a {
    color: #ffffff;
  }
  footer .footer ul li:nth-child(2) p:hover a {
    color: #96B8CE;
  }
  footer .footer ul li:nth-child(3) p,
  footer .footer ul li:nth-child(4) p {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  footer .footer ul li:nth-child(3) .span::after,
  footer .footer ul li:nth-child(4) .span::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FFC93C;
    margin: 5px 0 -12px -94px;
  }
  footer .footer ul li:nth-child(3) .fl,
  footer .footer ul li:nth-child(4) .fl {
    margin-top: 27px;
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  footer .footer ul li:nth-child(3) div,
  footer .footer ul li:nth-child(4) div {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    display: flex;
    align-items: center;
  }
  footer .footer ul li:nth-child(3) div:nth-child(3),
  footer .footer ul li:nth-child(4) div:nth-child(3) {
    margin-top: 30px;
    margin-bottom: 18px;
  }
  footer .footer ul li:nth-child(3) div:nth-child(3) img,
  footer .footer ul li:nth-child(4) div:nth-child(3) img {
    width: 12px;
    height: 14px;
    margin: 0;
    margin-right: 8px;
  }
  footer .footer ul li:nth-child(3) div:nth-child(4) img,
  footer .footer ul li:nth-child(4) div:nth-child(4) img {
    display: block;
    width: auto;
    height: 12px;
    margin: 0;
    margin-right: 8px;
  }
  footer .footer ul li:nth-child(3) p:last-child,
  footer .footer ul li:nth-child(4) p:last-child {
    margin-top: 5px;
    width: 80px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
  }
  footer .footer ul li:nth-child(4) {
    margin-left: 170px;
  }
  .last-footer {
    background: #123956;
    text-align: center;
  }
  .last-footer span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
  }
  .last-footer span:nth-child(1) {
    display: inline-block;
    margin-right: 30px;
  }
  /* 百度商桥 - 长时间离开提示语 隐藏 */
  /*.qiao-msgbubble-container{*/
  /*  display: none !important;*/
  /*}*/

  /* 百度商桥 - 自动展示弹窗 隐藏 */
/*  #newBridge{*/
/*    z-index: 9998 !important;*/
/*    display: none;*/
/*  }*/
/*  #nb_icon_wrap{*/
/*    display: none !important;*/
/*  }*/
/*  ins#aff-im-root .embed-icon{*/
/*    display: none !important;*/
/*  }*/
/*.disabled{*/
/*  pointer-events: none;*/
/*}*/