@charset "utf-8";
/* CSS Document */
body, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, p, input { margin: 0 }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
img { border: none }
div {box-sizing: border-box;}
input, button, textarea, select {
*font-size: 100%; border: none; }
body { background: #fff; color: #000000; font-family: "微软雅黑","Microsoft YaHei"; width: 100%; overflow-y: scroll; overflow-x: hidden;}
ul{ list-style: none; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }/*默认a标签样式*/
a:link, a:visited { color: #5e5e5e; text-decoration: none; }
/* a:hover { color:#999; } */
a:hover { color: #c9394a; /*text-decoration: underline;*/ }
a:active { color: #666; }/*浮动和清除浮动*/
.clear { zoom: 1 }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*显示隐藏*/
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }


/* go tops btn */
.progress-page {
  position: fixed;
  right: 45px;
  bottom: 100px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.is-visible {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.is-visible:hover {
  opacity: 1;
}

.progress-page svg path {
  fill: none;
}

.progress-page svg.progress-circle path {
  stroke: rgba(0, 0, 0, 1);
  stroke-width: 4;
  box-sizing: border-box;
}

.scrolltotop {
  height: 40px;
  right: 0px;
  bottom: 100px;
  width: 40px;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scrolltotop.is-active.is-visible {
  opacity: 1;
  bottom: 0;
}

.scrolltotop.is-active.is-visible:hover {
  bottom: 1px;
  opacity: 1;
}

.arrow-top {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  height: 8px;
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 16px;
  top: 14px;
}

.arrow-top-line {
  background-color: #000;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 13px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scrolltotop:hover .arrow-top-line {
  height: 16px;
  top: 15px;
}
/* go tops btn end*/

/* header 导航修改 */
.logo_nav_login .menu_body{
  /* height: 400px !important;
  opacity: 1 !important; */
  transform: translate(-20%, 100%) !important;
}
.logo_nav_login .menu_body>ul{
  padding: 38px 6px !important;
}
.logo_nav_login .menu_body>ul>li{
  width: 170px !important;
  padding: 0 20px !important;
}
.logo_nav_login .menu_body_last li {
    text-align: center;
}


@media (max-width:760px) {
    /* go tops btn */
  .progress-page {
    right: 10px;
    bottom: 50px;
  }
  .logo_nav_login {
    display: none !important;
  }


  .phone_nav>div:nth-child(1)>a>img{
    width:150px;
    height:32px;
  }
  .phone_nav_contens>li>div>span>span{
    display:none;
  }

}