﻿

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */

html {

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  /* 解决IOS默认滑动很卡的情况 */

  -webkit-overflow-scrolling: touch;

  /* font-size: calc(0.83333333vw); */

  overflow-x: hidden;

}

/* 禁止缩放表单 */

input[type="submit"],

input[type="reset"],

input[type="button"],

input {

  resize: none;

  border: none;

}

button {

  /* border: none;

     */

}

.table-bordered td{

  vertical-align: middle;

}

.map img {

  max-width: inherit;

}

/* 取消链接高亮 */

a {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* 设置HTML5元素为块 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

/* 图片自适应 */

img {

  max-width: 100%;

  height: auto;

  width: auto\9;

  /* ie8 */

  -ms-interpolation-mode: bicubic;

  /*为了照顾ie图片缩放失真*/

}

/* 初始化 */

body,

div,

ul,

li,

ol,

h1,

h2,

h3,

h4,

h5,

h6,

input,

textarea,

select,

p,

dl,

dt,

dd,

a,

img,

button,

form,

table,

th,

tr,

td,

tbody,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  margin: 0;

  padding: 0;

}



button:focus {

  outline: none;

}

em,

i {

  font-style: normal;

}

ul,

li {

  list-style-type: none;

}

.w100 {

  width: 100%;

}

.pr {

  position: relative;

}

.pa {

  position: absolute;

}

a:hover,

a:link,

a:visited {

  text-decoration: none;

}

.clearfix {

  zoom: 1;

}

input:focus,

textarea:focus {

  outline: none;

}

.overh {

  overflow: hidden;

}

.fl {

  float: left;

}

.fr {

  float: right;

}

.ta {

  text-align: center;

}

.tr {

  text-align: right;

}

.tl {

  text-align: left;

}

.displaynone {

  display: none;

}

.swiper-button-prev:focus,

.swiper-button-next:focus {

  outline: none;

}

.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.line1 {

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.line2 {

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.line3 {

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

}

.line4 {

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

}

.f14px {

  font-size: 14px;

}

.f16px {

  font-size: 16px;

}

.book {

  border: 1px solid #000;

}

.db {

  display: block;

}

.dn {

  display: none;

}

.dnb {

  display: inline-block;

}

.flight {

  font-weight: lighter;

}

.fbold {

  font-weight: bold;

}

.imghover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.sca1 {

  transform: scale(1);

  -ms-transform: scale(1);

  /* IE 9 */

  -moz-transform: scale(1);

  /* Firefox */

  -webkit-transform: scale(1);

  /* Safari 和 Chrome */

  -o-transform: scale(1);

}

.sca0 {

  transform: scale(0);

  -ms-transform: scale(0);

  /* IE 9 */

  -moz-transform: scale(0);

  /* Firefox */

  -webkit-transform: scale(0);

  /* Safari 和 Chrome */

  -o-transform: scale(0);

}

.tran {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.hovercolor {

  color: #8cca1d;

}

.zhong {

  display: -webkit-box;

  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */

  display: -moz-box;

  /* Firefox 17- */

  display: -webkit-flex;

  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */

  display: -moz-flex;

  /* Firefox 18+ */

  display: -ms-flexbox;

  /* IE 10 */

  display: flex;

  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

  justify-content: center;

  align-items: center;

}

.z {

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

}

.l0 {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.cen {

  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%);

}

.f48 {

  font-size: 48px;

}

.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.p15 {

  padding: 15px;

}

.w50 {

  width: 50%;

}

.blod {

  font-weight: bold;

}

.wen_hied2 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.w55 {

  width: 55%;

}

.gr-body {

  background: #F8F8F8;

  padding-top: 101px;

}

.cons {

  padding: 0px 15rem;

}

.pro_show_lb .swiper-slide .jqueryzoom img{

  max-height: 650px;

}

.daohang {

  line-height: 100px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  background: #FFF;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  width: 100%;

  z-index: 3;

  padding: 0 6.25rem;

}

.daohang .nav-ul {

  margin: 0 8%;

}

.daohang .nav-ul li {

  float: left;

}

.daohang .nav-ul li > a {

  padding: 0 1.875rem;

  display: block;

  font-size: 18px;

  color: #3A3A3A;

  position: relative;

}

.daohang .nav-ul li > a:after {

  content: '';

  position: absolute;

  width: 1px;

  height: 12px;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 0;

  background: rgba(0, 0, 0, 0.2);

}

.daohang .nav-ul li:last-child > a:after {

  opacity: 0;

}

.daohang .toux .tou-img {

  cursor: pointer;

}

.daohang .toux .tou-img img {

  width: 45px;

  height: 45px;

  border-radius: 100%;

  overflow: hidden;

  border: 1px solid rgba(0, 0, 0, 0.2);

}

.daohang .toux .tou-img span {

  display: inline-block;

  font-size: 16px;

  margin-left: 10px;

  color: #353535;

}

.daohang .toux .tou-img .tou-ul {

  width: 100%;

  display: none;

  text-align: center;

  top: 90%;

  background: #FFF;

  border: 1px solid rgba(0, 0, 0, 0.2);

}

.daohang .toux .tou-img .tou-ul li {

  font-size: 16px;

  line-height: 45px;

  color: #7F7F7F;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang .toux .tou-img .tou-ul li a {

  color: #7F7F7F;

  display: block;

}

.daohang .toux .tou-img .tou-ul li:hover {

  background: #EAEAEA;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang .toux .tou-img .tou-ul li:hover a {

  color: #d41c19;

}

.daohang .toux .tou-img:hover .tou-ul {

  display: block;

}

.daohang .toux .yuyan {

  margin: 0 1.5625rem 0 2.1875rem;

}

.daohang .toux .yuyan a {

  display: inline-block;

  line-height: 30px;

  border: 1px solid #353535;

  border-radius: 15px;

  font-size: 10px;

  color: #353535;

  padding: 0 15px;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang .toux .yuyan a span {

  padding: 0 5px;

}

.daohang .toux .yuyan a i {

  font-size: 12px;

  color: #353535;

}

.daohang .toux .yuyan a:hover {

  background: #dcdcdc;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang .toux .ds {

  cursor: pointer;

}

.daohang .toux .ds i {

  color: #353535;

  font-weight: bold;

}

.daohang .toux .dh {

  cursor: pointer;

  margin-left: 17px;

}

.daohang .toux .dh i {

  font-weight: bold;

  color: #353535;

}

.personal {

  padding: 3.75rem 0 8.125rem;

}

.personal .personal-ul {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.personal .personal-ul li {

  margin-right: 5rem;

  display: inline-block;

  line-height: 52px;

  position: relative;

}

.personal .personal-ul li a {

  font-size: 16px;

  color: #3A3A3A;

  display: inline-block;

}

.personal .personal-ul li:after {

  content: '';

  position: absolute;

  width: 0%;

  height: 2px;

  left: 0;

  right: 0;

  bottom: 0;

  background: #d41c19;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.personal .personal-ul li:hover a,

.personal .personal-ul li.active a {

  color: #d41c19;

}

.personal .personal-ul li:hover:after,

.personal .personal-ul li.active:after {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  width: 100%;

}

.personal .per-con {

  margin-top: 30px;

}

.ziliao {

  border: 1px solid rgba(0, 0, 0, 0.2);

  background: #FFF;

  display: fixed;

}

.ziliao .le {

  min-height: 490px;

  width: 17%;

  border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.ziliao .le .le-top {

  padding: 17px 22px;

  line-height: 60px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.ziliao .le .le-top .tx-img {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  border: 1px solid #ddd;



}

.ziliao .le .le-top .tx-img img {

  border-radius: 50%;

  object-fit: cover;

  display: block;

}

.ziliao .le .le-top .ming {

  font-size: 16px;

  margin-left: 15px;

  color: #3A3A3A;width: 60%;  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.ziliao .le .le-ul li {

  font-size: 16px;

  line-height: 44px;

  color: #3A3A3A;

border-bottom: 1px solid rgba(0, 0, 0, 0.2);

text-align: center;

}

.ziliao .le .le-ul li a {

  color: #3A3A3A;

  display: block;

}

.ziliao .le .le-ul li:hover a,

.ziliao .le .le-ul li.active a {

  color: #d41c19;

}

.ziliao .re {

  width: 83%;

  padding: 2.5rem 4.375rem 2.5rem 5.5625rem;

}

.ziliao .re .re-tile {

  font-size: 20px;

  line-height: 44px;

  color: #3A3A3A;

  padding-bottom: 25px ;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.ziliao .re .tianxie {

  margin-top: 40px;

}

.ziliao .re .tianxie .jl {

  margin-bottom: 15px;

}

.ziliao .re .tianxie .jl .wz {

  font-size: 16px;

  line-height: 46px;

  color: #3A3A3A;

  padding-right: 0 ;

}

.ziliao .re .tianxie .jl input {

  height: 44px;

  border-radius: 4px;

  border: 1px solid rgba(0, 0, 0, 0.2);

  padding: 0 15px;

}

.ziliao .re .tianxie .jl input::placeholder {

  font-size: 14px;

  color: #3A3A3A;

}

.foot-db {

  padding: 2rem 0;

}

.foot-db .foot-db-ul li {

  cursor: pointer;

  width: 20%;

  text-align: center;

  border-left: solid 1px #ffffff;

  float: left;

  font-weight: bold;

  font-size: 1.25rem;

  color: #333333;

}

.foot-db .foot-db-ul li .yuan {

  display: inline-block;

  width: 4.4375rem;

  height: 4.4375rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  border: solid 1px #02ba7d;

  line-height: 4.4375rem;

  text-align: center;

  border-radius: 100%;

}

.foot-db .foot-db-ul li .yuan i {

  font-size: 1.6875rem;

  color: #02ba7d;

}

.foot-db .foot-db-ul li:hover .yuan {

  background: #02ba7d;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.foot-db .foot-db-ul li:hover .yuan i {

  color: #ffffff;

}

footer {

  background: #0F0F12;

}

footer .foot-top {

  padding: 3.75rem 0 2.5625rem;

}

footer .foot-top .foot-div {

  font-size: 0.875rem;

  margin-right: 5.97%;

  line-height: 1.7;

  letter-spacing: 0rem;

  color: #A1A4AD;

}

footer .foot-top .foot-div:last-child {

  margin-right: 0;

}

footer .foot-top .foot-div.foot-lx {

  line-height: 56px;

  color: #A1A4AD;

}

footer .foot-top .foot-div .p1 {

  font-size: 16px;

  margin-bottom: 1.3125rem;

  font-weight: bold;

  line-height: 1.7;

  letter-spacing: 0rem;

  color: #fff;

}

footer .foot-top .foot-div .foot-ul li a {

  font-size: 15px;

  line-height: 30px;

  color: #A1A4AD;

}

footer .foot-top .foot-div .foot-ul li a:hover {

  color: #d41c19;

}

footer .foot-top .foot-div b {

  color: #000;

}

footer .foot-top .foot-div .ma-div {

  background-color: #ffffff;

  border-radius: 0.625rem;

  padding: 5px;

  border: solid 1px #cecece;

  margin-bottom: 1.25rem;

  margin-top: 35px;

}

.ma-foot .tl {

  margin-left: 20px;

  margin-top: 70px;

  position: relative;

}

footer .foot-bqs {

  font-size: 15px;

  line-height: 30px;

  color: #A1A4AD;

  padding: 1.25rem 0;

  border-top: 1px solid rgba(255, 255, 255, 0.3);

}

footer .foot-bqs .fl {

  width: 70%;

}

footer .foot-bqs .fr {

  width: 25%;

  font-size: 0.875rem;

  line-height: 1.75rem;

  color: #b3b3b3;

}

footer .foot-bqs .fr .social-share {

  display: inline-block;

}

footer .foot-bqs .fr .social-share a {

  background: transparent !important;

  padding-left: 0 !important;

  color: #b3b3b3;

  border: none!important;

  width: auto!important;

  height: auto!important;

  font-size: 1.125rem;

  margin: 0 0.3125rem;

}

.tj-btn {

  width: 105px;

  height: 44px;

  background: #d41c19;

  text-align: center;

  line-height: 44px;

  font-size: 16px;

  color: #FFFFFF;

  border-radius: 5px;

  border: none;

}

.xiazai .table thead {

  background: #144E8A;

}

.xiazai .table thead tr th {

  line-height: 50px;

  font-weight: bold;

  font-size: 16px;

  color: #FFFFFF;

  padding: 0 3.75rem;

}

.xiazai {

  background: #FFF;

  padding: 1.25rem 2.5rem;

  border: 1px solid rgba(0, 0, 0, 0.1);

  min-height: 492px;

}

.xiazai .table-responsive {

  margin-top: 25px;

}

.xiazai .table > tbody > tr > td {

  line-height: 63px;

  padding: 0 3.75rem;

  background: #F5F6F8;

  font-size: 16px;

  border-top: 1px solid #fff;

  color: #727272;

}

.xiazai .table > tbody > tr > td:nth-child(1) {

  font-weight: bold;

  font-size: 16px;

  color: #262626;

}

.personal .personal2-ul li {

  margin-right: 50px;

}

.xiazia-div {

  min-height: 420px;

}

.xiazia-div .div1 {

  font-size: 16px;

  color: #898989;

  margin-top: 20px;

}

.sq-div .table > tbody > tr > td:nth-child(1) {

  padding: 0 1.875rem 0 5.625rem;

}

.sq-div .table thead tr th:nth-child(1) {

  padding: 0 1.875rem 0 5.625rem;

}

.login-div {

  height: 100vh;

  background: rgba(0, 0, 0, 0.2);

  position: fixed;

  top: 0;

  z-index: 999;

  left: 0;

  bottom: 0;

  display: none;

  right: 0;

}

.login-body {

  padding-top: 0;

}

.login-box {

  width: 38%;

  background: #FFF;

  border-radius: 20px;

}

.login-box .le {

  width: 46%;

}

.login-box .le img {

  height: 436px;

  object-fit: cover;

}

.login-box .re {

  width: 54%;

  padding: 32px;

}

.lgin-box {

  font-weight: bold;

  font-size: 25px;

  line-height: 30px;

  color: #000000;

  margin-bottom: 20px;

}

.lgin-box span {

  font-size: 15px;

  font-weight: 400;

  color: #686868;

}

.inp-box .p1 {

  font-size: 15px;

  line-height: 40px;

  color: #686868;

}

.inp-box input {

  width: 100%;

  border: 1px solid #E8E8E8;

  height: 50px;

  font-size: 14px;

  color: #9B9B9B;

  padding-left: 19px;

}

.inp-box input::placeholder {

  font-size: 14px;

  color: #9B9B9B;

}

.tj-btns {

  width: 100%;

  margin-top: 20px;

}

.tj-btns button {

  width: 100%;

  font-size: 16px;

  line-height: 50px;

  color: #FFFFFF;

  border: none;

  background: #144E8A;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.tj-btns button:hover {

  background: #d41c19;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.lig {

  font-size: 16px;

  margin-top: 23px;

  color: #686868;

}

.lig a {

  color: #686868;

  margin-right: 20px;

  display: inline-block;

}

.lig a:hover {

  color: #d41c19;

}

.close1 {

  top: 32px;

  right: 32px;

  color: #666666;

  opacity: 1;

}

.close1 i {

  font-weight: bold;

  font-size: 20px;

  color: #666666;

}

.reg-box {

  background: #FFF;

  padding: 32px;

  width: 21.4%;

  border-radius: 20px;

}

.inps span {

  font-size: 14px;

  position: absolute;

  color: #9B9B9B;

  z-index: 1;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 19px;

}

.inps input {

  position: relative;

  z-index: 2;

  background: transparent;

}

.code-box .inps {

  width: 58%;

}

.code-box .code-btn {

  margin-top: 0;

  width: 40%;

}

@media (max-width: 1800px) {

  .daohang .nav-ul {

    margin: 0 5%;

  }

  .daohang .nav-ul li > a {

    font-size: 16px;

  }

  footer .foot-top .foot-div {

    margin-right: 4.97%;

  }

  .cons {

    padding: 0px 11rem;

  }

  .ziliao .re .tianxie .jl .wz {

    font-size: 14px;

  }

  .reg-box {

    width: 35.4%;

  }

}

@media (max-width: 1560px) {

  .daohang .nav-ul {

    margin: 0 3%;

  }

  .daohang {

    padding: 0 3rem;

  }

  .cons {

    padding: 0px 8rem;

  }

  footer .foot-top .foot-div {

    margin-right: 4%;

  }

  .login-box {

    width: 58%;

  }

  .jl .col-sm-2 {

    width: 20%;

  }

  .jl .col-sm-10 {

    width: 40%;
    max-width: 50%;

  }

}

@media (max-width: 1340px) {

  .daohang .nav-ul li > a {

    padding: 0 1.3rem;

  }

  footer .foot-top .foot-div {

    margin-right: 3%;

  }

}

@media (max-width: 1200px) {

  .cons {

    padding: 0px 2rem;

  }

  footer .foot-top .foot-div {

    margin-right: 2%;

  }

  .daohang .nav-ul li > a {

    padding: 0 .5rem;

  }

  .daohang .nav-ul li > a {

    font-size: 14px;

  }

  .login-box {

    width: 75%;

  }

  .jl .col-sm-2 {

    width: 25%;

  }

  .jl .col-sm-10 {

    width: 75%;

  }

}

@media (max-width: 990px) {

  .daohang {

    display: none;

  }

  body {

    padding: 60px 0;

  }

  footer .foot-top {

    display: none;

  }

  .login-box {

    width: 90%;

  }

  .jl .col-sm-2 {

    width: 30%;

  }

  .jl .col-sm-10 {

    width: 70%;

  }

  .reg-box {

    width: 49.4%;

  }

}

.phone_logo img {

  height: 40px;

}

#phone_nav span,

.seaarch_phone span {

  line-height: 40px;

}

@media (max-width: 767px) {

  .reg-box {

    width: 90%;

  }

  .ziliao .le {

    width: 100%;

  }

  .ziliao .re {

    width: 100%;

  }

  .login-box .le {

    width: 100%;

  }

  .login-box .le img {

    height: 200px;

  }

  .login-box .re {

    width: 100%;

    padding: 20px;

  }

  .lgin-box {

    margin-bottom: 10px;

    font-size: 20px;

  }

  .inp-box input {

    height: 40px;

  }

  .tj-btns button {

    line-height: 40px;

  }

  .close1 {

    top: 20px;

    right: 20px;

  }

  .login-body {

    padding: 0;

  }

  .ziliao .le {

    min-height: auto;

  }

  .jl .col-sm-2 {

    width: 100%;

  }

  .jl .col-sm-10 {

    width: 100%;

  }

  .ziliao .re .tianxie .jl input {

    width: 100%;

  }

  .xiazai .table > tbody > tr > td {

    line-height: 40px;

    font-size: 14px;

  }

}

.login-box {

  overflow: hidden;

}

.icon-guanbi {

  cursor: pointer;

}



.dl-div.active{

  display: block;

}.zczh-box.active{

  display: block;

}.wjmm-box.active{

  display: block;

}