@charset "UTF-8";
body{
    overflow-x:hidden;
    overflow-y:auto ;
}
.fl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tit-26{
	font-size:.65rem;
	line-height:1.6;
}
.tit-24{
	font-size:.6rem;
	line-height:1.6;
}
.tit-20{
	font-size:.5rem;
	line-height:1.6;
}
.tit-30{
    font-size:.75rem;
    line-height:1.6;
}
.tit-34{
	font-size:.85rem;
	line-height:1.6;
}
.tit-42{
    font-size:1.05rem;
    line-height:1.6;
}
.tit-60{
    font-size:1.5rem;
    line-height:1.6;
}
footer{
	display:block;
}
.mfooter{
	display:none;
}
.mfooter{
	padding-top:10px;
	background:#fff;
	padding:0 5.3% 3.5rem;
}
.mfooter .li{
	color:#666;
	padding:.7rem .5rem;
	border-bottom:1px solid #f7f7f7;
}
.mfooter .li svg{
	width:20px;
	height:20px;
	fill:#7f7f7f;
}
.mfooter .p{
	text-align:center;
	padding:1rem 0;
	color:#666;
	line-height:1.6;
}
.fixbot{
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:88;
	display:none;
	height:3.5rem;
	background-color:#fff;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);
}
.fixbot .imgul{
	position:absolute;
	left:38%;
	bottom:3.8rem;
	width:14.75rem;
	border:1px solid #b5b5b5;
	padding:.8rem .75rem;
	background:#fff;
	border-radius:10px;
	opacity:0;
	visibility:hidden;
	transition: all .3s;
}
.fixbot .imgul:before{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 5%;
    bottom: -7px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-bottom: none;
    transform: rotate(-135deg);
}
.fixbot .imgul .item{
	width:33.3%;
}
.fixbot .imgul .item img{
	height:3.75rem;
}

.fixbot .imgul2{
	position:absolute;
	bottom:3.8rem;
	width:6.75rem;
	border:1px solid #b5b5b5;
	padding:.8rem .75rem;
	background:#fff;
	border-radius:10px;
	opacity:0;
	visibility:hidden;
	transition: all .3s
}
.fixbot .imgul2:before{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left:-6px;
    bottom: -7px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-bottom: none;
    transform: rotate(-135deg);
}
.fixbot .imgul2 .item{
	width:100%;
}
.fixbot .imgul2 .item img{
	height:3.75rem;
}
.fixbot .li{
	width:25%;
}
.fixbot .li:before{
	content:"";
	position: absolute;
	right:0;
	top:.2rem;
	height:2.25rem;
	width:1px;
	background:#f7f7f8;
}
.fixbot .li>img{
	height:1.2rem;
}
.fixbot .li p{
	color:#444;
	margin-top:.25rem;
}
.fixbot .imgul2.active,.fixbot .imgul.active{
	opacity:1;
	visibility:visible;
}
*{
	box-sizing: border-box;
}


/*头部搜索*/
.warp-search-form {
  display: none;
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 99;
}
.warp-search-form .search-form .dxnav-search-icon {
  height: 24px;
  width: 24px;
  display: flex;
  margin: 0 33px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.warp-search-form .search-form .dxnav-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.warp-search-form .search-form .input2 {
  width: calc(100% - 320px - 0.5rem);
  margin-right: .5em;
  font-size: .65rem;
  background-color: transparent;
  border: none;
}
.warp-search-form .search-form .search-close {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 32px;
  cursor: pointer;
  background-color: transparent;
}
.warp-search-form .search-form .search-close svg {
  width: 20px;
  height: 20px;
}
.warp-search-form .search-form .submit-button {
  width: 125px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  background-color: #fff;
    box-shadow: inset 0 0 0 1px #ff6339;
    background-color: #ff6339;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  letter-spacing: .12em;
  transition: color .4s ease,background-color .4s ease;
}
.warp-search-form .search-form .submit-button:hover {
  background-color: #fff;
  color: #0c121c;
  box-shadow: inset 0 0 0 1px #ff6339;
}
.warp-search-form .search-form .submit-button:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #e4e4e4;
  box-shadow: none;
  border: none;
}
.warp-search-form .search-form.active {
  transform: translateY(0%);
}
.warp-search-form .search-form {
  height: 95px;
}

.dxnav__dropdown-overlay {
  background: rgba(250, 250, 250, 0.85);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}


/*头部样式*/
.warp-header {
  position:absolute;
  width:100%;
  left:0;
  height: 3rem;
  z-index: 99;
}
.warp-header.active{
    position:relative;
}

.header2 {
  background:transparent;
  height: 3rem;
  padding: 0 5.3%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow:none;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
  transition: all .3s;
}
.header2.active{
	background:#fff;
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
}
.header2.active .logo .img2{
	opacity:0;
}
.header2.active .logo .img1{
	opacity:1;
}
.header2.active .search-btn svg{
	fill: #666;
}
.header2.active .hamburger-inner, .header2.active .hamburger-inner::before, .header2.active .hamburger-inner::after{
	background:#2c2c2c;
}

.header2.on{
    background:#fff;
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
}
.header2.on .logo .img2{
    opacity:0;
}
.header2.on .logo .img1{
    opacity:1;
}
.header2.on .search-btn svg{
    fill: #666;
}
.header2.on .hamburger-inner, .header2.on .hamburger-inner::before, .header2.on .hamburger-inner::after{
    background:#2c2c2c;
}

.header2 .logo {
  width: 6rem;
  height: auto;
  display: block;
  position: relative;
  margin-top:0;
  z-index: 12;
}
.header2 .logo img {
  width: 100%;
  opacity:0;
  transition: all .3s;
}
.header2 .logo .img1{
	opacity:0;
}
.header2 .logo .img2{
	position: absolute;
	width:100%;
	left:0;
	top:0;
	opacity:1;
	z-index:2;
}
.header2 .nav .tit {
  display: block;
  width: 100%;
  padding:1rem 0;
  position: relative;
  border-bottom:1px solid #eeeeee;
}

.header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: .8rem;
  height: .8rem;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top:50%;
  margin-top:-.4rem;
  background: url(/web/bocstatic/m/img/mimg/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: .8rem auto;
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.header2 .nav .sub-tit.on:after {
  background: url(/web/bocstatic/m/img/mimg/img2.svg);
  background-position: 50% 50%;
  background-size: .8rem auto;
  background-repeat: no-repeat;
}
.header2 .nav .li{
	padding:0 .75rem;
}
.header2 .nav .sec-list {
  line-height: 1.5rem;
  padding:.5rem 6%;
  display: none;
}
.header2 .nav .sec-list a {
  color: #666;
  padding:.35rem 0;
  display: block;
}
.header2 .hamburger {
  padding: 0;
  height: 24px;
}
.header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #fff;
  transition: background .3s;
}
.header2 .hamburger.is-active .hamburger-inner, .header2 .hamburger.is-active .hamburger-inner::before, .header2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .hamburger--3dx-r .hamburger-inner::before, .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 12;
}
.header2 .search-box {
  position: relative;
}
.header2 .search-btn {
  cursor: pointer;
  margin-right: 30px;
}
.header2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .3s ease;
}
.header2 .warp-nav {
  height: calc(100vh - 3rem);
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 3rem;
  z-index: 9;
  display: none;
}
.header2 .nav {
  font-size: .8rem;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 4rem);
}

.header2 .nav .li {
  position: relative;
  width: 100%;
  background: #fff;
}
.header2 .nav .li2{
	background:#fbfbfb;
}
.header2 .nav .li2 span img{
	height:1rem;
	margin-right:.5rem;
}
.header2 .nav .li2 .tit{
	border-bottom:1px solid #eeeeee;
}
.header2 .nav .warp-btn {
	padding:1rem 0;
	width:100%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.header2 .nav .warp-btn .icon {
  width:1rem;
  height:1rem;
}
.header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header2 .nav .li:hover .warp-btn, .header2 .nav .li:hover .warp-btn.cur, .header2 .nav .li.cur .warp-btn, .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}


.barba-container .banner{
	height:100vh;
}
.barba-container .banner .swiper-slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner{
	position: relative;
}
.banner .tit{
	text-align:center;
}
.banner .ban-text{
	top:4.5rem;
	transform: translateY(0);
}
.banner .ban-view{
	padding: 0 5.3%;
}
.banner .con{
	font-size:.7rem;
	line-height:1.8;
	text-align:center;
	width:100%;
	margin-top:.2rem;
}
.banner .ban-more{
	width:6.25rem;
	height:1.5rem;
	font-size:.6rem;
    box-sizing: content-box;
}
.banner .ban-more span{
	font-size:.6rem;
	height:1.5rem;
	line-height:1.5rem;
}
.banner .ban-btns{
	bottom:50%;
}

.banner .downbtn {
  color: #fff;
  line-height: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 4;
  bottom: 1.25rem;
  cursor: pointer;
}
.banner .downbtn p {
  margin-top:1.25rem;
  text-align: center;
  color: #fff;
}
.banner .downbtn .btn {
  width: 11px;
  height: 13px;
  margin: 8px auto 0;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.banner .downbtn .btn svg{
	width:100%;
}
.ban-btns .swiper-pagination-bullet{
    width:14px;
    height:14px;
}
.ban-btns .swiper-pagination-bullet:before{
    width:6px;
    height:6px;
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
}
@media (max-width: 767px){
	.barba-container .banner .swiper-slide{
		background-position:center top;
	}
}

@media (max-width: 767px) {
  .mfooter .li svg{
    width:15px;
    height:15px;
  }

  .header2 .search-btn {
    margin-right: 15px;
  }


  .header2 .search-btn svg {
    width: 22px;
    height: 22px;
  }



  .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
  }

  .warp-search-form .search-form .input2 {
    font-size: 14px;
    width: calc(100% - 165px);
  }

  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .header2 .hamburger {
    height: 20px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  .header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;

  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}

@media (max-width: 1024px){
	footer{
		display:none;
	}
	.mfooter{
		display:block;
	}
	.fixbot{
		display:flex;
	}
}

@media (max-width: 992px){
	.fixbot .imgul{
		left:34%;
	}
}

@media (max-width: 767px){
	.fixbot .imgul{
		left:24%;
	}
	.fixbot .imgul:before,.fixbot .imgul2:before{
		width: 8px;
	    height: 8px;
	    bottom:-5px;
	    margin-left:-4px;
	}
	
}

.i-list1{
	background:#f7f7f7;
	padding:20px 5.3%;
}
.i-list1 a{
	width:50%;
	color:#666;
	height:3rem;
}
.i-list1 .ulbox:before{
	content:"";
	position: absolute;
	width:100%;
	height:1px;
	top:50%;
	background:#e5e5e5;
	z-index:1;
}
.i-list1 .ulbox:after{
	content:"";
	position: absolute;
	width:1px;
	height:100%;
	left:50%;
	background:#e5e5e5;
	z-index:1;
}
.i-list1 .dian{
	position: absolute;
	width:1rem;
	height:1rem;
	left:50%;
	top:50%;
	margin-left:-.5rem;
	margin-top:-.5rem;
	border-radius:50%;
	background:#f7f7f7;
	z-index:2;
}
.i-list1 .ulbox{
	position: relative;
}
.i-list1 a img{
	width:1.25rem;
	margin-right:.5rem;
}
.index-news .con-box .tit{
	overflow: hidden;
}
.index-news-box .more-btn{
	width:5.5rem;
	height:1.5rem;
	color:#ff6339;
	border:1px solid #ff6339;
	margin:0 auto;
	display:none;
	border-radius:5px;
}
.index-news-box .more-btn.cur{
	display:block;
}
.index-news-box .more-btn>div{
	height:1.5rem;
}
.index-news-box .more-btn svg{
	width:.65rem;
	height:.65rem;
	fill:#ff6339;
}
.index-news-box .time{
	color:#b7b7b7;
	margin-top:.65rem;
}
.index-news .con-box .tit{
	font-size:.75rem;
	line-height:1.6;
}
.index-news .con-box .tit{
	margin-top:.15rem;
}
.index-news-box .swiper-slide{
	margin-bottom:1.5rem;
}
.index-box{
    padding:1.5rem 0 1.85rem;
}
.index-news-box .type-btns a,.index-news-box .type-btns a.cur{
    font-size:.9rem;
    padding-bottom:.5rem;
    position: relative;
}
.index-news-box .type-btns a:before{
    content:"";
    position: absolute;
    width:1.25rem;
    height:0.125rem;
    border-radius:0.125rem;
    background:#ff6339;
    bottom:0;
    left:50%;
    margin-left:-0.625rem;
    opacity:0;
}
.index-news-box .type-btns{
    width:100%;
}
.index-news-box .type-btns a.cur:before{
    opacity:1;
}
.i-list3{
    background:#f7f7f7;
    padding:1.65rem 0 2.5rem;
}
.index-product-box{
    margin-top:1.25rem;
}
.index-product-box .time{
    line-height:1;
    position: absolute;
    left:1.25rem;
    top:1.5rem;
    color:#ff6339;
}
.index-product-box .point .txt{
    background:#ff6339;
    color:#fff;
}
.index-product-box .point:before{
    width: 2.25rem;
}
.index-product-box .point .txt{
    left: calc(100% + 2.25rem);
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid #fff;
    border-radius: 1.2rem;
    font-size:.55rem;
}
.product-list .item:nth-child(2) .point:before{
    left: -2.25rem; 
}
.product-list .item:nth-child(2) .point .txt{
    left:-2.25rem;
    transform: translate(-100%,-50%);
}
.index-product-box .more-btn{
    width:5.5rem;
    height:1.5rem;
    color:#ff6339;
    border:1px solid #ff6339;
    margin:1.75rem auto 0;
    border-radius:5px;
    display:flex;
    box-sizing: content-box;
}
.index-product-box .more-btn svg{
    width:.6rem;
    height:.6rem;
    fill:#ff6339;
}
.ban-join{
    height:26rem;
}
.subnav-box{
    height:2.75rem;
    border-bottom:1px solid #eee;
}
.subnav-box a{
    color:#999;
    width:50%;
    height:2.75rem;
    position: relative;
}
.subnav-box a:before{
    content:"";
    position: absolute;
    width:2.75rem;
    bottom:0;
    height:0.125rem;
    left:50%;
    margin-left:-1.325rem;
    background:#ff6339;
    opacity:0;
    transition: all .3s;
}
.subnav-box a.cur{
    color:#393939;
}
.subnav-box a.cur:before{
    opacity:1;
}
.ban-news .text-box .tit{
    font-size:1.5rem;
    line-height:1;
}
.bear-img{
    width:9rem;
}
.bear-img img{
    width:100%;
}

.join-box{
    padding:1.5rem 0 2.5rem;
}
.join-box .top-list .txt{
    font-size:.75rem;
    line-height:1.2;
    margin-top:.5rem;
    color:#393939;
}
.join-box .notice-box{
    margin-top:0;
}
.join-box .notice-box .news-list{
    margin-top:0;
}
.join-box .notice-box .news-list .read-more{
    margin:.5rem auto 0;
}
.ban-news .text-box{
    top:62%;
}
.ban-news .btn{
    width:2.25rem;
    height:2.25rem;
    border-radius:50%;
    border:2px solid #fff;
    margin-top:4.25rem;
    position: absolute;
    left:5%;
    bottom:1.5rem;
    z-index:2;
}
.ban-news .btn svg{
    width:1rem;
    fill:#fff;
    height:auto;
    line-height:1;
}


.ban-invest .btn{
    width:2.25rem;
    height:2.25rem;
    border-radius:50%;
    border:2px solid #fff;
    margin-top:4.25rem;
    position: absolute;
    left:5%;
    bottom:1.5rem;
    z-index:2;
}
.ban-invest .btn svg{
    width:1rem;
    fill:#fff;
    height:auto;
    line-height:1;
}

.ban-about .btn{
    width:2.25rem;
    height:2.25rem;
    border-radius:50%;
    border:2px solid #fff;
    margin-top:4.25rem;
    position: absolute;
    left:5%;
    bottom:4.5rem;
    z-index:2;
}
.ban-about .btn svg{
    width:1rem;
    fill:#fff;
    height:auto;
    line-height:1;
}
.ban-about .text-box{
    bottom:48%;
}
.ban-about .text-box .tit2{
    margin:.7rem 0;
}

.ban-honor .btn{
    width:2.25rem;
    height:2.25rem;
    border-radius:50%;
    border:2px solid #fff;
    margin-top:4.25rem;
    position: absolute;
    left:5%;
    bottom:4.5rem;
    z-index:2;
}
.ban-honor .btn svg{
    width:1rem;
    fill:#fff;
    height:auto;
    line-height:1;
}
.ban-honor .text-box{
    bottom:32%;
    font-size:1.5rem;
}
.col-fff{
    color:#fff;
}
@media (max-width: 767px){
    .ban-invest .data-box{
        width:100%;
    }
    .ban-invest .data-box .tit, .ban-invest .data-box .num{
        line-height:1.8;
        font-size:.5rem;
    }
    .ban-invest .tips{
        font-size:.4rem;
        line-height:2;
    }
    .ban-invest .stock-box .price{
        margin-top:.75rem;
    }
    .ban-invest .stock-box .price:before{
        width: .4rem;
        height: .6rem;
    }
}
@media (max-width: 767px){
    .read-more{
        height:1.5rem;
        background:transparent;
        border:1px solid #ff6339;
        color:#ff6339;
        box-sizing: content-box;
    }
    .read-more span{
        height:auto;
    }
    .read-more span{
        background-size: .4rem;
        background-image: url(/web/bocstatic/m/img/news-more.png);
        background-repeat:no-repeat;
        background-position: right center;
    }
    .news-list .img{
        width:43%;
    }
    .news-list .text{
        width:100%;
    }
    .news-list .item{
        padding:2rem 0;
    }
    .news-list .text-box{
        width:51%;
    }
    .news-list .tit{
        font-size:.75rem;
        height:auto;
        line-height:1.2;
    }
    .news-list .con{
        font-size:.6rem;
        line-height:1rem;
        height:2rem;
    }
    .news-list .time{
        font-size:.48rem;
        line-height:1.2;
        height:auto;
    }
    .news-list .news-detail{
        margin-top:.5rem;
    }
    .news-list .news-detail{
        float:left;
    }
    .news-list .news-detail{
        font-size: .65rem;
        line-height:1.5;
        color: #393939;
        margin-top:1rem;
        padding-right:1rem;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(/web/bocstatic/m/img/news-detail.png);
        background-size: .3rem;
        transition: all .3s;
    }
    .news-list .text-box .time{
        margin-top:0;
    }
}
.recruit-box .num{
    width: 7%;
    text-align: center;
    margin-right: 8.93%;
}
.recruit-box .time{
    width: 9.9%;
    text-align: center;
    margin-right: 11%;
}
.recruit-box .detail{
    width: 8.56%;
}
.recruit-box .sub .con{
    width:100%;
    float:none;
    font-size: .5rem;
    line-height: 2;
    display:block;
}
.recruit-box .sub .send-btn{
    float:none;
    display:block;
    margin:.1rem auto 0;
}
.recruit-box{
    margin-top:0;
}
.recruit-list .tit-box .detail{
    margin-right:.5rem;
}

@media (max-width: 767px){
    .recruit-list .tit-box{
        display:flex;
    }
    .recruit-list .tit-box>span{
        display:none
    }
    .recruit-list .tit-box .detail{
        display:block;
    }
    .recruit-list .tit-box .staff{
        display:block;
    }
    .recruit-title{
        display:none;
    }
    .recruit-box .staff{
        width:75%;
    }
    .recruit-list .tit-box .detail span:before{
        width: .8rem;
        height: .8rem;
        margin-top: -.4rem;
    }
    .recruit-list .tit-box .detail span{
        height:.8rem;
    }
    .recruit-title span, .recruit-list .tit-box span{
        line-height:2rem;
    }
    .recruit-box .sub .con{
        font-size:.4rem;
        line-height:2;
    }
    .recruit-box .sub .send-btn{
        display:flex;
    }
    .recruit-box .sub .send-btn{
        width: 8rem;
        height: 1.6rem;
        margin:.65rem auto 0;
        border-radius:6px;
    }
    .recruit-box .sub{
        color:#666;
        background:#f4f4f4;
    }
    .recruit-box .sub{
        border:1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
    }
    .recruit-list li.cur{
        border-color: #d7d7d7;
    }
}

.pub-tit{
    font-size:1.2rem;
    color:#444;
}
.news-box{
    padding:1.75rem 0;
    background:#f7f7f7;
}
.news-box .top-box .img,.news-list .img{
    width:100%;
    float:none;
    display:block;
}
.news-box .top-box .text{
   width:100%;
    float:none;
    display:block; 
}
.news-list .text-box{
    width:100%;
    position: relative;
}
.news-box .news-list{
    border-top:none;
    margin-top:0;
}
.news-list .text-box{
    padding:1rem 0;
    top:0;
    transform: translateY(0);
}
.news-list .text-box .time{
    font-size:.6rem;
    margin-bottom:.65rem;
}
.news-list .tit{
    font-size:.9rem;
    line-height:1;
    height:auto;
}
.news-list .con{
    font-size: .65rem;
    line-height:1.6;
    height:2rem;
}
.news-list .text{
    width:100%;
}
.news-box .read-more{
    margin:2.25rem auto 0;
}


.newsinfo-box{
    background:#f7f7f7;
}
.newsinfo-view{
    max-width:auto;
    width:90%;
    padding:0;
}
.newsinfo-box .tit{
    text-align:left;
    font-size:.9rem;
    line-height:1.8;
}
.newsinfo-box .time{
    font-size:.6rem;
    line-height:1.6;
    text-align:left;
}
.newsinfo-box .con{
    font-size:.75rem;
    line-height:2;
    color:#666;
}
.ctrl-box .ctrl a{
    font-size:.6rem;
    line-height:1.6;
}
.ctrl-box .ctrl .back-btn{
    width:.75rem;
    height:.75rem;
}
.ctrl-box .bdshare-button-style0-16 .title{
    font-size:.6rem;
    height:.75rem;
    line-height:.75rem;
}
.ctrl-box .bdshare-button-style0-16 a{
    width: .75rem;
    height: .75rem;
    line-height: .75rem;
    background-size:.75rem auto;
    margin:0 .5rem;
}
.back-btn{
    font-size:.6rem;
    width:6.25rem;
    height:1.5rem;
    line-height:1.5rem;
    border-radius:5px;
    text-align:center;
    border:2px solid #fc9e85;
    box-sizing: content-box;
    display:block;
    margin:1rem auto 0;
    color:#fc9e85;
}

@media (max-width: 767px){
    .ctrl-box .ctrl .prev{
        width:100%;
        float:none;
        display:block;
    }
    .ctrl-box .ctrl .back-btn{
        display:none;
    }
    .ctrl-box .ctrl .next{
        width:100%;
        float:none;
        display:block;
    }
    .ctrl-box .ctrl a{
        padding:.3rem 0;
    }
    .ctrl-box .ctrl{
        padding:.6rem 0;
    }
    .consult-box .form-box .inp{
        width:100%;
    }
    .consult-box .form-box{
        padding:1.75rem 8.944% 2.75rem 23.97%;
    }
    .consult-box .left{
        width:100%;
    }
    .consult-box .form-box .form{
        margin-top:1.25rem;
    }

    
}
.consult-box .inp input[type=text]{
    height:1.5rem;
    line-height:1.5rem;
}
.consult-box .form-box .title{
    font-size:.9rem;
    margin-left:-12%;
}
.consult-top .tit{
    font-size:.9rem;
    line-height:1.5;
}
.consult-top .enter-btn{
    height:1.6rem;
    line-height:1.6rem;
    width:4.5rem;
    font-size:.65rem;
    box-sizing: content-box;
}
.consult-box .btns input{
    height:1.6rem;
    line-height:1.6rem;
    width:4.5rem;
    font-size:.65rem;
}
.consult-box .inp input[type=text],.consult-box .form-box textarea{
    background:#fff;
}
.consult-box .form-box .inp .time{
    height:1.6rem;
    line-height:1.6rem;
}
.consult-box .pub-tit{
    text-align:center;
}
.consult-top .mail,.consult-box .form-box .inp .tit{
    font-size:.65rem;
}
.consult-box .inp input[type=text],.consult-box .form-box .inp,.consult-box .form-box textarea{
    font-size:.65rem;
}
@media (max-width: 767px){
    .consult-box .inp input[type=text]{
        width:100%;
        height:1.7rem;
        line-height:1.7rem;
    }
    .consult-box .form-box .inp .time{
        height:1.7rem;
        line-height:1.7rem;
        width:100%;
    }
    .consult-box .form-box textarea{
        width:100%;
        padding:.7rem .5rem;
    }
    .consult-box .inp img{
        height:1.7rem;
    }
    .consult-box .inp img{
        width:4.5rem;
    }
    .consult-box .form-box textarea{
        height:5rem;
    }
    .consult-box .btns input{
        background:#fff;
        margin:0 .5rem;
    }
    .consult-box .btns input:nth-child(1){
        background:#ff6339;
        color:#fff;
    }
    .consult-box .btns input:nth-child(2){
        background:#d5d5d5;
        color:#666;
    }
    .consult-top{
        margin-top:1rem;
    }

    .consult-box .form-box .inp .titw100{
        position: relative;
        width:100%;
        text-align:left;
        right:0;
        margin-bottom:.25rem;
    }
    .consult-box .form-box .inp100{
        width: 130.97%;
        margin-left: -30.97%;
    }
    .consult-box .btns{
        margin-left:-12%;
    }
    
}
.manage-box{
    background:#f7f7f7;
}
@media (max-width: 768px){
    .manage-box .type-btns a{
        font-size:.7rem;
        line-height:1;
        font-weight:bold;
    }
    .manage-box .time-wrap .tit,.manage-box .time-wrap .time-tab a{
         font-size:.6rem;
        line-height:1;
    }
    .manage-box .time-wrap .time-tab{
        overflow: hidden;
    }
}
@media (max-width: 767px){
    .pub-tit{
        text-align:center;
    }
    .manage-box .type-btns{
        margin-top:1.25rem;
    }
    .manage-list .item .tit{
        width:100%;
    }
    .manage-list .item .time-box .left .day{
        font-size:1.5rem;
        line-height:1;
        color:#393939;
    }
    .manage-list .item .time-box .left .line{
        margin:.25rem 0;
        width:2.5rem;
        height:1.5px;
        background:#e5e5e5;
    }
    .manage-list .item .time-box .left .ym{
        font-size:.6rem;
        line-height:1;
        color:#393939;
    }
    .manage-list .item .time-box{
        background:transparent;
    }
    .manage-list .item .time-box{
        padding:0;
    }
    .manage-list .item .text{
        width:calc(100% - 4rem);
        margin-top:0;
        float:right;
    }
    .manage-list .item .tit{
        margin-top:0;
        margin-left:0;
        font-size:.9rem;
        line-height:1.2;
    }
    .manage-list .item .read-btn{
        font-size:.6rem;
        line-height:1;
        float: left;
    }

}
.consult-box{
    background:#f7f7f7;
}

.about-box .about-line img{
    width:6rem;
}
.about-list .con-box .img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
}
.about-list .item{
    margin-bottom:.75rem;
}
.about-list .con-box{
    border-radius:5px;
    overflow: hidden;
    box-shadow:0px 0px 10px 0 rgba(0,0,0,.1);
}
.about-list .text{
    padding:1.5rem;
    position: relative;
}
.about-list .text .tit{
    font-size:.75rem;
    margin-bottom:.5rem;
    line-height:1;
}
.about-list .text .con{
    text-align:center;
    font-size:1.2rem;
    line-height:1.4;
}
.culture-box{
    margin-top:1.65rem;
}
.culture-box .tit-box .sub-tit{
    line-height:1;
    font-size:.6rem;
    margin-bottom:.5rem;
}
.culture-box .tit-box .desc,.culture-box .con{
    font-size:.75rem;
    line-height:1.8;
}
.culture-box .tit-box .yin{
    display:none;
}
.culture-box .bear-img{
    width:3rem;
    top:1rem;
}
.develop-box{
    margin-top:2rem;
    padding: 1rem 0 2rem;
}
.develop-box .develop-tit{
    text-align:center;
    font-size:1.2rem;
    padding:1rem 0;
    line-height:1;
    border-bottom:1px solid #ececec;
}
.develop-box .ulbox .li{
    padding:1rem;
    border-bottom:1px solid #ececec;
}
.develop-box .ulbox .img{
    border-radius:8px;
    overflow:hidden;
}
.develop-box .ulbox .img img{
    width:100%;
}
.develop-box .ulbox .text{
    padding:.9rem 0 2rem;
}
.develop-box .ulbox .time{
    color:#393939;
    margin-bottom:.5rem;
}
.develop-box .ulbox .tit2{
    font-size:.9rem;
    line-height:1.2;
    color:#000;
    margin-bottom:.9rem;
}
.develop-box .ulbox .p{
    font-size:.75rem;
    color:#666;
    line-height:1.8;
}
.develop-box .read-more{
    margin:1.5rem auto 0;
}

.honor-box .top-tab .con-box{
    padding:1.75rem;
    background:#fff;
    border-radius:5px;
    overflow: hidden;
}
.honor-box .top-tab{
    margin-top:0;
}
.honor-box{
    margin-top:-2rem;
}
.honor-box:before{
    content:"";
    position: absolute;
    width:100%;
    top:2rem;
    height:100%;
    left:0;
    background:#f7f7f7;
}
.honor-box .top-tab .txt{
    font-size:.75rem;
    line-height:1.5;
    margin-top:.75rem;
    color:#333;
}
.honor-container .honor-title{
    font-size:1.2rem;
    color:#333;
    margin-top:0;
    line-height:1;
    padding-bottom:1.7rem;
    border-bottom:1px solid #d9d9d9;
    z-index:3;
}
.honor-container .honor-title:before{
    display:none;
}
.honor-container .time-tab{
    position: absolute;
    right:0;
    top:0;
    width:5.75rem;
    height:1.75rem;
    border:1px solid #ff6339;
    border-radius:5px;
    font-size:.6rem;
    color:#ff6339;
}
.honor-container .time-tab .spbox{
    height:1.75rem;
}
.honor-container .time-tab svg{
    width:0.375rem;
    height:auto;
    line-height:1;
    margin-left:1.25rem;
    fill:#ff6339;
}
.honor-container .time-tab .spitem{
    position: absolute;
    width:100%;
    left:0;
    top:1.75rem;
    background:#fff;
    border:1px solid #ff6339;
    display:none;
}
.honor-container .time-tab{
    overflow: initial;
}
.honor-container .time-tab .spitem a{
    border-bottom:1px solid #ff6339;
    text-align:center;
    padding:.5rem 0;
    line-height:1.2;
}
.honor-container .time-tab .spbox{
    box-sizing:content-box;
}
.honor-container .time-tab .spbox span{
    font-size:.65rem;
}
.honor-container .time-tab .spitem a:last-child{
    border-bottom:none;
}
.honor-list:before{
    display:none;
}
.honor-list{
    padding-top:0;
}
.honor-list .text-box{
    float:none;
    margin-left:0;
    width:100%;
}
.honor-list .time{
    width:100%;
    margin-top:1rem;
    font-size:.6rem;
    line-height:1.5;
    margin-top:0;
    padding-right:0;
    margin-bottom:.5rem;
}
.honor-list .text-box .text .tit{
    font-size:.9rem;
    line-height:1.5;
    margin-bottom:.75rem;
}
.honor-list .text-box .text .con{
    font-size:.75rem;
    line-height:1.8;
}
.honor-list li{
    padding:1.5rem 0 2rem;
    margin-bottom:0;
    border-bottom:1px solid #d9d9d9;
}

@media (max-width: 767px){
    .bear-img{
        width:6rem;
    }
}
.video-box{
    padding:2.5rem 0 2.25rem;
}
.video-box .video-tit{
    font-size:1.2rem;
    line-height:1.5;
    text-align:center;
    color:#444;
}
.video-box .video-btns a{
    font-size:.75rem;
    line-height:1;
}
.condition-box{
    margin-top:.75rem;
}
.condition-box .tit{
    font-size:.75rem;
    line-height:1;
}
.video-box .condition-box .video-btns a{
    font-size:.75rem;
    line-height:1;
}
.video-list{
    margin-top:1.75rem;
}
.play{
    width:2.5rem;
    height:2.5rem;
}
.video-list .item .txt{
    font-size:.75rem;
    line-height:1.5;
}
.event-tab .swiper-slide{
    padding:0;
}
.event-tab{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.event-tab .swiper-wrapper{
    display: block;
}
.event-tab .swiper-wrapper .swiper-slide{
    margin-bottom:1rem;
}
.event-container{
    padding-bottom:0;
}
.event-tab .con-box .txt{
    font-size:.65rem;
    line-height:1.3;
    padding:0 1rem;
    bottom:.5rem;
}
.event-tab-box .tab-box{
    position: relative;
    z-index:2;
    margin-top:1.5rem;
}
.event-tab-box .tab-box li{
    display:block !important;
    margin-bottom:2.5rem;
}
.event-tab-box .text-box .time{
    font-size:.75rem;
    line-height:1.5;
    margin-bottom:.25rem;
}
.event-tab-box .left{
    width:100%;
}
.event-tab-box .left{
    float:none;
    display:block;
}
.event-tab-box .text-box{
    width:100%;
    float:none;
    padding-top:0;
    margin-top:1.5rem;
}
.event-tab-box .text-box .tit{
    font-size:.9rem;
    line-height:1.2;
}
.event-tab-box .text .con{
    font-size:.75rem;
    color:#666;
    line-height:1.8;
}


.query-box .text-box{
    width:100%;
    float:none;
    display:block;
}
.query-box .right{
    width:100%;
    float:none;
    display:block;
}
.query-box{
    padding:1.75rem 0 9rem; 
}
.query-box .text-box{
    margin-top:0;
}
.query-box .text-box .tit{
    text-align:center;
    font-size:1.2rem;
    line-height:1.5;
    margin-bottom:1.25rem;
}
.query-box .right .tit{
    font-size:.75rem;
    line-height:1.5;
    color:#333;
    padding-bottom:.5rem;
    margin-bottom:.75rem;
}
.query-box .right .inp-tit{
    font-size:.65rem;
    line-height:1.8;
    color:#333;
}
.query-box .right input[type=text]{
    height:1.9rem;
    line-height:1.9rem;
    width:100%;
    font-size:.75rem;
}
.query-box .right input[type=submit]{
    height:2rem;
    line-height:2rem;
    font-size:.9rem;
}
.query-box .right .static-box .con, .query-box .right .success-box .con{
    font-size:.65rem;
}
.query-box .text-box .con{
    display:none;
}
.vip-box .img-box{
    width: 41.2649%;
    margin-right: 6%;
    margin-top: 3%;
}
.query-box .right .bear>img, .vip-box .img-box .bear>img{
    transform: rotate(0);
    transition: transform .5s;
}

.vip-box .img-box .qrcode .txt{
    font-size:.75rem;
    line-height:1.5;
}
.vip-box .img-box .qrcode{
    left: -67%;
    top: -100%;
}
.online-box{
    padding:2rem 0 3rem;
}
.online-box .text-box{
    width:100%;
    float:none;
    display:block;
}
.online-box .img-box{
    width:70%;
    float:none;
    display:block;
    margin:0 auto;
}
.online-box .title{
    font-size:1.2rem;
    color:#333;
    line-height:1.5;
    margin-bottom:2.5rem;
    text-align:center;
}
.online-box .text-box .text-list{
    margin-top:3rem;
}
.online-box .text-box .text-list .tit{
    font-size:.9rem;
    color:#ff6339;
    line-height:1.6;
}
.online-box .text-box .text-list .desc{
    font-size:.75rem;
    line-height:1.5;
    color:#333;
    margin:.35rem 0 .5rem;
}
.online-box .text-box .text-list .con{
    color:#777;
    font-size:.6rem;
    line-height:1.8;
} 
.ban-product .text-box .tit{
    font-size:1.8rem;
    text-align:center;
}
.ban-product .text-box .tit br{
    display:none;
} 
.ban-product .text-box .con{
    width:100%;
    margin:.75rem auto 0;
    font-size:.6rem;
    line-height:1.6;
}

.ban-product .text-box{
    top:10%;
    transform: translateY(0);
}

.product-top-box{
    overflow: hidden;
    padding-top:2.65rem;
}
.product-top-box .img{
    margin-left: 2%;
    margin-top: 3rem;
    width: 96%;
    margin-bottom: -22%;
}
.product-top-box .top-text .con{
    width:90%;
    font-size:.65rem;
    line-height:1.8;
    text-align: left;
}
.product-top-box .top-text .tit{
    font-size:1.2rem;
    line-height:1.2;
}
.pro-text{
    left: 60%;
    top: 53%;
    font-size: 0;
}
.pro-text .con{
    font-size:.6rem;
    line-height:1.8;
}
.pro-text .detail-btn{
    font-size:.65rem;
    padding-right:.75rem;
    display:none;
}
.product-tab-box .tab-item{
    padding:0;
}
.product-tab-box{
    padding:5% 0;
}
.product-tab-box .tab-item{
    margin-bottom:5%;
}
.product-tab-box .tab-item:last-child{
    margin-bottom:0;
}
.product-list-box{
    padding-top:5%;
}
.product-list-box .product-list .row .item{
    width:100%;
    float:none;
    display:block;
    margin-bottom:5%;
}
.product-list-box .product-list .row .item:nth-child(2){
    margin-top:0;
}
.product-list-box .more-btn a, .baby-list-box .more-btn a{
    font-size: .75rem;
    line-height: 1.5;
    padding-right: .75rem;
    background-image: url(/web/bocstatic/m/img/product-more.png);
    background-size: .5rem;
}
.pub-product{
    background:#f7f7f7;
    padding:1.25rem 0;
}
.pub-product .item{
    width:50%;
    box-sizing: border-box;
    float: left;
}
.pub-product .item .tit span{
    font-size:.65rem;
    line-height:1.2;
    padding-right:.5rem;
    background-size: .25rem;
    background-image: url(/web/bocstatic/m/img/pub-product-arrow1.png);
    margin-top:.5rem;
}
.product-top-box{
    padding:2rem 0 1rem;
}
.header-view{
    padding:0;
}
.baby-wrap .text-box{
    width:100%;
}
.mbaby-wrap{
    height:13rem;
}
.baby-wrap .text{
    padding:2rem 1.75rem;
}
.baby-wrap .text-box{
    margin-top:-3.5rem;
}
.baby-wrap .text-box .icon{
    margin-top:0;
    margin-bottom:.75rem;
    width:1.5rem;
}
.baby-wrap .text-box .tit{
    font-size:1.2rem;
    line-height:1.5;
    margin-bottom:.7rem;
}
.baby-wrap .text-box .con{
    font-size:.6rem;
    line-height:1.8;
}
.baby-wrap .text-box .bear{
    transform: translateY(0);
    transition: transform .5s .3s;
}
.baby-tab-ulbox{
    padding:0 5.3%;
    margin:auto;
}
.baby-tab-ulbox .li{
    width:31%;
    margin-right:2%;
    margin-bottom:2%;
    background:#f6f6f6;
    border-radius:2rem;
    height:2rem;
    font-size:.6rem;
    line-height:1;
}
.baby-tab-ulbox .li .icon{
    width:1.2rem;
    display:block;
    margin-right:5px;
}
.baby-tab-ulbox .li .icon img{
    width:100%;
}
.baby-tab-ulbox .li:nth-child(3n){
    margin-right:0;
}
.baby-tab-ulbox .li a{
    height:2rem;
    color:#333;
}
.baby-list-box{
    margin-top:0;
}
.baby-list{
    margin-top:3%;
    padding:0 5.3%;
}
.pub-product{
    margin-top:0;
}
.baby-list .item .text .con{
    font-size:.6rem;
    line-height:1.6;
    margin-top:0;
}

.ban-productinfo .text-box{
    position: absolute;
    left: 0;
    width: 100%;
    top: 10%;
}
.baby-list .item{
    padding:0;
}
.baby-list .item .text .tit{
    font-size:1.2rem;
    line-height:1.8;
}
.productinfo-top-box{
    height: 2.5rem;
}
.productinfo-top-box .top-box .tit{
    font-size: .75rem;
    line-height: 2.5rem;
}
.productinfo-top-box .top-box{
    top:3rem;
    height:2.5rem;
    line-height:2.5rem;
}
.ban-productinfo .text-box .model{
    font-size:1.5rem;
    line-height:1.8;
    margin-bottom:.3rem;
}
.ban-productinfo .text-box .con{
    font-size:.75rem;
    line-height:1.6;
}
.productinfo-part1-box .proinfo-text{
    float:none;
    margin-left:0;
    width:100%;
}
.productinfo-part1-box .proinfo-text .con{
    width:90%;
    font-size:.65rem;
    line-height:1.5;
    margin:.75rem auto 0;
    text-align:center;
}
.proinfo-text .icon-box{
    margin-top:0;
}
.proinfo-text .icon-box .item{
    width:6rem;
    height: 2rem;
}
.proinfo-text .icon-box .item span{
    font-size: .75rem;
    line-height: 2rem;
    color: #425567;
    padding-left: 1.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1rem;
}
.productinfo-part1-box .img{
    float:none;
    width: 96%;
    margin-right: 0;
    margin-top: 2rem;
}
.proinfo-text .tit{
    font-size:1.2rem;
    line-height:1.5;
}
.proinfo-text .con{
    font-size:.75rem;
    line-height:1.8;
}
.productinfo-part2-box .num-list .txt{
    font-size:.6rem;
    line-height:1;
}
.productinfo-part2-box .num-list .item{
    margin: 0 3%;
}
.productinfo-part2-box .num-list .item:before{
    right: -3vw;
}
.productinfo-part2-box .num-list .num{
    font-size:1.5rem;
}
.productinfo-part2-box{
    padding: 2rem 0 2.5rem;
}
.productinfo-part3-box .img-box .item{
    width:90%;
    margin:3% auto;
}
.productinfo-part3-box .img-box{
    margin-top:1.5rem;
}
.productinfo-part4-box .right .proinfo-text{
    position:relative;
    left: 0;
    top:0%;
    width: 100%;
    transform: translateY(0);
    box-sizing: border-box;
    padding: 3.5rem 5.3%;
}

.proinfo-text .tit{
    text-align:center;
    line-height:1.2;
    margin-bottom:.75rem;
}
.proinfo-text .con{
    text-align:center;
    font-size:.7rem;
}
.productinfo-part3-box .proinfo-text .con{
    width:90%;
    margin:0 auto;
}
.proinfo-text .icon-box .item{
    width:8rem;
}
.proinfo-text .icon-box{
    width:8rem;
    margin-top:1rem;
}
.productinfo-part4-box .right{
    position:relative;
    width:100%;
}
.productinfo-part4-box .img{
    width:100%;
    float:none;
    display: block;
}
.productinfo-part5-box{
    padding:2rem 0;
}
.productinfo-part5-box .params-table{
    margin-top:1rem;
}
.productinfo-top-box .top-box .right a{
    font-size:.75rem;
    margin-right: 1.5rem;
}
.productinfo-top-box .top-box .right a:before{
    right: -0.75rem;
}
.productinfo-part5-box .params-table .tit{
    font-size:.7rem;
}
.productinfo-part5-box .params-table .con{
     font-size:.65rem;
         word-break: break-all;
}
@media (max-width: 767px){
    .productinfo-part5-box .params-table li{
        width:50%;
    }
    .productinfo-part5-box .params-table li:nth-child(-n+5){
        border-top:none;
    }
    .productinfo-part5-box .params-table li:nth-child(1){
        border-top:1px solid #e9ebec;
    }
    .productinfo-part5-box .params-table li:nth-child(2){
        border-top:1px solid #e9ebec;
    }
}
.product-list .item .pro-text{
    left: 6%;
}
.nurse-box .img{
    width:100%;
    position: relative;
    z-index:2;
    float:none;
    display:block;
}
.nurse-box .text-box{
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    margin:-1.5rem auto 0;
    background-color: #f9f9f9;
    z-index:3;
}
.nurse-box .text{
    position:relative;
    left: 0;
    top: 0%;
    transform: translateY(0%);
    width: 100%;
    box-sizing: border-box;
    padding:1.5rem 2rem;
}
.nurse-box .text-box{
    border-radius:5px;
}
.nurse-box .text .con{
    line-height:1.8;
    font-size:.75rem;
}
.nurse-tab-btns a{
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius:2rem;
}
.network-box{
    z-index:2;
}
.network-box{
    height:auto;
}
.network-dialog{
    position: relative;
    left:0;
    transform: translateY(0);
    width:100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 1rem 1.1rem;
    border-radius:0;
    box-shadow:none;
    top:0;
    background:#f7f7f7;
}
.network-box .map{
    height:40vh;
}
.network-dialog{
    padding: 2rem 5.3% 1.1rem;
    overflow: hidden;
}
.network-dialog .network-wrap{
    overflow: hidden;
    
}
.network-dialog .btns a{
    font-size: .75rem;
}
.network-dialog .position-box .change-btn{
    font-size:.65rem;
    line-height:1;
}
.network-dialog .query-input input[type=text]{
    height: .9rem;
    font-size:.65rem;
}
.network-dialog .query-input input[type=submit]{
    width:.8rem;
    height:.8rem;
}
.network-dialog .num{
    font-size: .75rem;
    line-height: 1.8;
    color: #666;
    padding:1rem 5.3%;
    background:#fbfbfb;
    width:100%;
}
.network-list{
    padding:0 5.3%;
    background:#fbfbfb;
}
.network-list li{
    padding:.85rem 0;
}
.network-list li .tit{
    font-size: .7rem;
    line-height:1.8;
}
.network-list li .tit .con{
    font-size:.6rem;
    line-height:1.6;
}
.network-dialog .query-input{
    padding:.65rem .75rem;
}
.network-wrap .select .select-tit,.network-wrap input[type=submit]{
    height:2rem;
    line-height:2rem;
}
.network-wrap .select .sub a{
    font-size: .65rem;
    line-height:1.6rem;
    height:1.6rem;
}
.network-wrap .select .sub{
    top:2rem;
}
.search-box{
    background:#f7f7f7;
}
.search-box .tab-btns{
    float:none;
    width:100%;
    position:relative;
    margin-bottom:1rem;
}
.search-box .right{
    float:none;
    display:block;
    width:100%;
}
.search-box .tab-btns a{
    width:33.3%;
}
.search-box .right .num{
    font-size:.75rem;
    line-height:1.6;
}
.search-list .item .tit{
    font-size:.9rem;
    line-height:1.5;
}
.search-list .item .pub-con{
    font-size:.75rem;
    line-height:1.8;
}
.search-list .item .pub-con img{
    max-width:100%;
}
.page a{
    width:auto;
    padding:5px;
    box-sizing: content-box;
    min-width:.75rem;
}
.contact-box{
    position: relative;
    z-index:2;
    height:auto;
    background:#f7f7f7;
    padding-top:1rem;
}
.contact-box .contact-dialog{
    position: relative;
    width:90%;
    top:0;
    transform: translateY(0);
    margin-bottom:1rem;
}
.contact-box .contact-dialog .text-box{
    width:100%;
}
.contact-box .contact-dialog .tit{
    font-size:.9rem;
    line-height:1;
}
.contact-box .contact-dialog .item{
    font-size:.75rem;
    line-height:1.8;
    margin-bottom:.75rem;
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .75rem;
}
.contact-box .contact-dialog .con{
    font-size:.75rem;
    line-height:1.8;
}
.contact-box .contact-dialog .tip{
    font-size:.6rem;
    line-height:1.8;
    margin-top:.5rem;
}
.contact-box .map{
    height:30vh;
}
.query-box .right input[type=text]{
    background-size: 1rem;
    background-position: 96% center;
}
.search-box .tab-btns a:nth-child(4){
    border-bottom:none;
}

.network-box2{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:100;
    background:#fbfbfb;
    opacity:0;
    visibility:hidden;
}
.network-box2.active{
    opacity:1;
    visibility:visible;
}

.network-box2 .network-dialog{
    padding:2rem 0 0;
    background:#fff;
}
.network-box2 .network-dialog:before{
    content:"";
    position: absolute;
    width:100%;
    top:0;
    left:0;
    z-index:1;
    height:2rem;
    background:#ff6339;
}
.network-dialog .btns a{
    height:2.5rem;
    line-height:2.5rem;
}
.network-dialog .btns{
    background:#fff;
}
.network-dialog .network-wrap{
    padding:0;
}
.network-dialog .position-box{
    padding:.35rem 5.3%;
    font-size:.65rem;
    line-height:2;
}
.network-dialog .query-input{
    width:89.4%;
    margin:0 auto;
}
.network-dialog .position-box .change-btn{
    line-height:2;
}
.network-dialog .position-box .position{
    padding-left:1rem;
    line-height: 2;
    background-size: .75rem;
    font-size:.65rem;
}
.network-box2 .network-list{
    height: 12.35rem;
}
.network-box2 .icon{
    position: absolute;
    width:1.2rem;
    height:1.2rem;
    left:5.3%;
    top:.4rem;
    fill:#fff;
    z-index:2;
}
.network-list li .con{
    font-size:.65rem;
    line-height:1.6;
    margin-top:.3rem;
}
.network-wrap .network-item:nth-child(2){
    left: calc(105% + 1rem);
    top: 0;
    width: 90%;
}
.network-wrap .select .select-tit,.network-wrap input[type=submit]{
    font-size:.65rem;
}
.network-fixbox{
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    background:#fff;
    z-index:90;
    transition: all .5s;
}
.network-fixbox.active{
    opacity:0;
    visibility:hidden;
}
.network-fixbox .network-dialog{
    padding:2rem 5.3% 1.5rem;
    background:#fff;
    box-shadow:0px 0px 10px 0 rgba(0,0,0,.1);
}
.network-fixbox .line {
    width:2rem;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: calc(50% - 1rem);
    top: .8rem;
    background: #ff6339;
    z-index:2;
}
.network-fixbox .num{
    padding:0;
    height:2rem;
    line-height:2rem;
    font-size:.65rem;
    background:transparent;
    border-bottom:none;
    margin-top:0;
}
.network-fixbox .query-input{
    width:100%;
    padding-left:1rem;
    padding-right:1rem;
}

.network-fixbox .search-btn{
    float: left;
    width: .9rem;
    height: .9rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/web/bocstatic/m/img/query-submit.png);
    margin-right:.5rem;
}
.network-fixbox .text{
    font-size:.65rem;
    line-height:.9rem;
    color:#666;
}
.amap-icon img{
    width:1.2rem;
}
.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}
.fixbot{
    transform:translate(0,100%);
    transition: all .5s;
}
.fixbot.active{
    transform:translate(0,0);
}
.video-box{
    background:#f7f7f7;
}
.news-box .pub-tit{
    text-align:left;
}
.news-list .text-box{
    overflow: hidden;
    padding-bottom:0;
}
.news-list .time{
    color:#333;
}
.query-box .right .bear{
    display:none;
}
.query-box .right .box{
    min-height:6rem;
}
.query-box{
    padding-bottom:5rem;
}
.recruit-box .type-btns a{
    font-size:.65rem;
}
.recruit-title span, .recruit-list .tit-box span{
    font-size:.6rem;
}
.product-top-box .top-text .tit{
    padding:0 5.3%;
}
.nurse-tab-btns a{
    font-size:.65rem;
}
.website-nav li{
    width:33.3%;
}
.website-nav ul{
    display:block;
    overflow: hidden;
}
.website-nav ul li{
    float: left;
    width:50%;
    margin-bottom:1rem;
} 
.website-nav ul li:nth-child(2n){
    padding-left:10%;
}
.website-nav li .tit{
    font-size:.7rem;
    line-height:1.5;
}
.website-nav li .navson{
    margin-top:.55rem;
}
.website-nav li .navson a{
    font-size:.65rem;
}
@media (max-width: 767px){
    .banner .con{
        width:90%;
        line-height:1.5;
        font-size:.65rem;
        margin:.25rem 0;
    }
    .index-news .con-box .tit{
        overflow: initial;
        height:auto;
    }
    .index-news-box .more-btn svg {
        width: .65rem;
        height: .65rem;
        fill: #ff6339;
    }
    .manage-list .item .tit{
        font-size:.75rem;
    }
    .ban-invest .stock-box{
        top:45%;
    }
    .ban-invest .data-box .num{
        margin-top:0;
    }
    .ban-about .text-box{
        font-size:.65rem;
    }
    .about-list .text .con{
        line-height:1.2;
    }
    .about-list .text .tit{
        margin-bottom:0;
    }
    .develop-box .ulbox .img{
        border-radius:5px;
    }
    .develop-box .ulbox .text{
        padding-bottom:1rem;
    }
    .develop-box .ulbox .tit2{
        margin-bottom:.5rem;
    }
    .ban-honor .text-box{
        bottom:50%;
    }
    .honor-box .top-tab .con-box{
        padding:0;
        background:none;
    }
    .honor-box .top-tab .txt{
        font-size:.65rem;
    }
    .honor-list .text-box .text .tit{
        margin-bottom:.5rem;
    }
    .honor-list .text-box .text .con{
        font-size:.65rem;
        line-height:1.5;
        margin-top:0;
    }
    .honor-list li{
        padding:1rem 0;
    }
    .honor-list{
        padding-bottom:1rem;
    }
    .honor-list .time{
        color:#333;
    }
    .honor-list .text-box .text{
        margin-top:.75rem;
    }
    .video-box .condition-box .video-btns a,.condition-box .tit{
        font-size:.65rem;
    }
    .condition-box .condition-btns{
        width:calc(100% - 110px);
        overflow: hidden;
    }
    .condition-box{
        overflow: hidden;
    }
    .condition-box .tit{
        float: left;
    }
    .condition-box .condition-btns{
        float: left;
    }
    .play{
        width:2rem;
        height:2rem;
    }
    .video-list .item .txt{
        font-size:.7rem;
    }
    .event-tab .con-box .txt{
        font-size:.7rem;
        padding:0 5%;
    }
    .honor-container .time-tab .spitem{
        max-height: 200px;
        overflow-y: auto;
    }
    .honor-container .honor-title{
        padding-bottom:1rem;
    }
    .event-container{
        padding: 1.2rem 0 0;
    }
    .event-tab-box .text-box{
        margin-top:1rem;
    }
    .event-tab-box .text .con{
        font-size:.7rem;
    }
    .ban-news .text-box{
        top: 45%;
    }
    .news-list .item{
        padding:1.5rem 0;
    }
    .online-box .text-box .text-list .tit{
        font-size:.75rem;
    }
    .vip-box .img-box .qrcode{
        width: 100%;
        left: -90%;
        top: -115%;
    }
    .vip-box .img-box{
        width: 46%;
    }
    .query-box .text-box .tit{
        font-size:1.5rem;
    }
    .online-box .text-box .text-list .con{
        font-size:.7rem;
        line-height:1.6;
    }
    .join-box .top-list .txt{
        font-size:.65rem;
        line-height:1.6;
    }
    .manage-list .item .tit{
        font-size:.8rem;
    }
    .manage-list .item .read-btn{
        margin-top:1rem;
    }
    .consult-box .form-box .inp .tit{
        top:4px;
    }
    .ban-product .text-box .con{
        font-size:.7rem;
    }
    .productinfo-top-box .top-box .tit{
        font-size:.65rem;
    }
    .productinfo-top-box .top-box .right a{
        font-size:.65rem;
    }
    .nurse-box .text .con{
        font-size:.65rem;
    }
    .nurse-box .text{
        padding: 1.2rem 1rem;
    }
    .fixbot .li>img{
        height:1rem;
    }

    .ban-about .text-box .tit3{
        font-size:.65rem;
    }
    .culture-box .tit-box .desc, .culture-box .con,.honor-list .text-box .text .con,.news-list .text-box .time,.productinfo-part1-box .proinfo-text .con{
        font-size:.7rem;
    }
    .honor-box .top-tab .img .top-bg{
        display:none;
    }
    .honor-box .top-tab .honor-img{
        width:100%;
        position:relative;
        left:0;
        top:0;
        transform: translate(0, 0);
    }
    .query-box .right .static-box .con, .query-box .right .success-box .con{
        line-height:1.6;
    }
    .vip-box .img-box{
        margin-top: 19%;
    }
    .newsinfo-box .con{
        min-height:200px;
    }
    .manage-box .time-wrap .tit, .manage-box .time-wrap .time-tab a{
        font-size:.7rem;
        color:#000;
    }
    
    .search-box .tab-btns a{
        font-size:.7rem;
    }
    .search-list .item .tit{
        font-size:.75rem;
    }
    .search-list .item .pub-con{
        font-size:.7rem;
    }
    .search-list .item .time{
        font-size:.6rem;
    }
    .page a{
        font-size:.6rem;
    }
    .honor-list .text-box .img{
        width:100%;
    }
    .honor-box:before{
        top: 1.7rem;
        height:100%;
    }
    .news-list .tit{
        font-size:.8rem;
    }
    .news-list .con{
        font-size:.7rem;
    }
}
.develop-box .ulbox .tit2{
    font-size:.8rem;
}
.develop-box .ulbox .p{
    font-size:.7rem;
}
.btn svg{
    position: relative;
    animation: demo2 2s linear infinite;
}
@keyframes demo2{
    0%{top:5px;opacity:1;}
    50%{top:-5px;opacity:1;}
    80%{
        top:-5px;
        opacity:0;
    }
    100%{
        top:-5px;
        opacity:0;
    }
}<!--耗时1764541557.4727秒-->