/* ff8331 */
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/*浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*公用头部样式*/
.header {
    width: 100%;
    height: 75px;
    background-color: #ffffffe3;
    position: relative;
    z-index: 990;
}
.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}
.header .w1376 {
    position: relative;
    height: 75px;
}
#m_footer{
    display: none;
}
#m_header{
    display: none;
}
.header .w1200 {
    position: relative;
    height: 75px;
}
.header .navboxshow .selbox {
    height: auto;
}
.header .hsz-logo {
    height: 51px;
    left: 0;
    top: 16px;
    /* background: #333 */
}
.header .hsz-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header .hsz-logo img {
    height: 100%;
    display: block;
}
.header .hsz-logo h2 {
    display: none;
}
.header .header-nav {
    height: 75px;
    font-size: 0;
    text-align: left
}
.header .header-nav .link,.header .header-nav .phone  {
    display: inline-block;
    vertical-align: top;
    color: #0f0f0f;
    font-size: 16px;
    margin-left: 51px;
    height: 75px;
    line-height: 85px;
    position: relative
}
.header .header-nav .link:last-child {
    padding-right: 0
}
.header .header-nav .link.curr {
    color: #1759ba
}
.header .header-nav .link.curr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    background: #1759ba;
    width: 24px;
    height: 3px
}
.tagsa a:hover{
background-color: #11cc80!important;
}
.header .header-nav .link:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    background: #1759ba;
    width: 24px;
    height: 3px
}
.header .navbox {
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    margin-left: 180px;
    position: relative;
  }
  .header .navbox span {
    cursor: pointer;
    display: block;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    text-indent: 12px;
    width: 90px;
    height: 34px;
    border-radius: 18px;
    background-color: #b7c0c1;
  }
  .header .navbox i {
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -2px;
    background:  url(../images/all_sel_icon.png) no-repeat center;
    background-size: 100%;
    width: 7px;
    height: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .header .navbox.selnavbox span {
    background-color: #1759ba;
  }
  .header .navbox.selnavbox i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.header .navboxshow {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 66px;
    padding: 40px 0 34px 0;
    /* background-color: #fff; */
    background: rgba(211,211,217,0.86) fixed;
    border-top: 1px solid #ececec;
}
.header .navboxshow .maskbox::before {
    content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index:-1;
    background: rgba(211,211,217,0.86) fixed;
    -webkit-filter:blur(2px);
    filter:blur(2px);
}
.header .navboxshow .selbox .item {
    padding-bottom: 15px;
    position: relative;
}
.header .navboxshow .selbox .item .title {
    width: 88px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #ffffff;
    margin-right: 20px;
    background-color: #1759ba;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.header .navboxshow .selbox .item .tags {
    padding-left: 108px;
    position: relative;
    z-index: 1;
}
.header .navboxshow .selbox .item .tags li {
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #666666;
    padding: 0 10px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.header .navboxshow .selbox .item .tags li a {
    color: #666666;
    line-height: 33px;
}
.header .navboxshow .selbox .item .tags li a:hover {
    color: #1759ba;
}
/*公用尾部样式*/
.footer-benefit-wrap {
    width: 100%;
    height: 165px;
    /* background-color: #1759ba */
    background: -webkit-gradient(linear, left top, right top, from(#4836d3), to(#c15b34));
    background: linear-gradient(left, #4836d3, #c15b34);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#4836d3, endColorstr=#c15b34);
}
.footer-benefit-wraps {
    width: 100%;
    height: 165px;
    /* background-color: #1759ba */
    background-color: #11cc80;
}
.footer-benefit-list {
    position: relative;
    width: 299px;
    height: 165px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.footer-benefit-list::after {
    position: absolute;
    top: 50px;
    right: 0;
    content: "";
    width: 1px;
    height: 46px;
    background: transparent
}
.footer-benefit-list4::after {
    width: 0
}
.fbi-img {
    display: block;
    width: 47px;
    height: 40px;
    margin: 53px 20px 0 18px
}
.footer-benefit-list1 .fbi-img {
    margin-left: 0
}
.fbi-wrap {
    width: 214px;
    height: 165px
}
.fbi-wrap .p1 {
    font: 18px/18px "微软雅黑";
    color: #ffffff;
    padding: 38px 0 18px
}
.fbi-wrap .p2 {
    font: 14px/14px "微软雅黑";
    color: #ffffff;
    padding-bottom: 10px
}
.footer-meta-wrap {
    width: 100%;
    /* height: 360px; */
    background: #252526;
}
.footer-meta-wrap .footer-top {
    font-size: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.footer-meta-wrap .footer-top .footer-left {
    width: 720px;
    height: 190px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px
}
.footer-meta-wrap .footer-top .footer-left .footer-title {
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 18px
}
.footer-meta-wrap .footer-top .footer-left .footer-tags {
    margin-top: 25px;
    font-size: 0;
    white-space: normal;
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #1b1b1b;
    color: #737373;
    margin-right: 15px;
    margin-bottom: 10px;
    
    font-size: 14px;
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag a {
    display: block;
    color: #ffffff;
}
.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover {
    /* background: #1759ba */
    background: -webkit-gradient(linear, left top, right top, from(#1759ba), to(#9eb6d9 ));
    background: linear-gradient(left, #1759ba, #9eb6d9 );
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#1759ba, endColorstr=#9eb6d9 );
}

.footer-meta-wrap .footer-top .footer-left .footer-tags .tag:hover a {
    color: #fff
}
.footer-meta-wrap .footer-top .footer-qr-wraper {
    width: 230px;
    height: 124px;
    border-left: 1px solid #2c2c2e;
    border-right: 1px solid #2c2c2e;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top
}
.footer-meta-wrap .footer-top .footer-qr-wraper .qr-img {
   width:auto;
    height: 100px;
    /* background: url(../images/erweima_07.png) no-repeat center center; */
    /* background-size: 94px 94px; */
    margin: 5px auto 0
}
.footer-meta-wrap .footer-top .footer-qr-wraper .qr-img img {
    width:auto;
    height: 100px;
}
.footer-meta-wrap .footer-top .footer-qr-wraper .gz-text {
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 10px
}
.footer-meta-wrap .footer-top .footer-rx-wraper {
    display: inline-block;
    vertical-align: top;
    width: 182px;
    /* height: 190px; */
    padding-top: 42px;
    padding-left: 47px;
    font-size: 0;
    text-align: left;
    white-space: normal
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item {
    margin-bottom: 10px;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top {
    font-size: 0;
    text-align: left
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.ts {
    background: url(../images/icon_bpone.png) no-repeat center center;
    background-size: 27px 27px;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.tel {
    background: url(../images/icon_erji.png) no-repeat center center;
    background-size: 27px 27px;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-icon.js {
    background: url(../images/icon_oclck.png) no-repeat center center;
    background-size: 27px 27px;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-top .rx-num a {
    color: #fff;
}
.footer-meta-wrap .footer-top .footer-rx-wraper .rx-item .rx-text {
    height: 26px;
    line-height: 26px;
    color: #6b6b6b;
    font-size: 14px;
    padding-left: 32px
}
.footer-meta-wrap .footer-mid {
    min-height: 60px;
    line-height: 60px;
    font-size: 0;
}
.footer-meta-wrap .footer-mid span {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    line-height: 60px;
    color: #ffffff
}
.footer-meta-wrap .footer-mid span a {
    display: block;
    line-height: 60px;
    color: #ffffff;
    font-size: 14px
}
.footer-meta-wrap .footer-bottom {
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
/* 侧边悬浮样式 */
.com-sidebar {
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 30%;
    margin-top: -75px;
    width: 50px;
    height: 200px;
    background-color: #658FCC;
    border-radius: 5px;
  }
  .com-sidebar li {
    padding-top: 10px;
    width: 50px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  .com-sidebar li:hover {
    background-color: #1759ba;
  }
  .com-sidebar li .item {
    width: 50px;
    text-align: center;
  }
  .com-sidebar li .item img {
    width: 28px;
    height: 28px;
  }
  .com-sidebar li .tbox {
    width: 290px;
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    opacity: 0;
  }
  .com-sidebar li .tbox1 {
    height: 144px;
  }
  .com-sidebar li .tbox2 {
    height: 230px;
  }
  .com-sidebar li .xxbox {
    /*width: 144px;*/
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
     display: flex;
      flex-direction:column;
   
	padding:15px;
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .xxbox:after,
  .com-sidebar li .pbox:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -14px;
  }
  .com-sidebar li .xxbox .tit {
   
     display: flex;
      flex-direction:column;
    position: relative;
  }
  .com-sidebar li .xxbox .tit img {
    width: 20px;
    height: 21px;
    margin-right: 8px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -10px;
  }
  .com-sidebar li .xxbox .tit .word {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    text-align: center;
  }
  .com-sidebar li .xxbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-top: 5px;
  }
  .com-sidebar li .pbox {
    width: 220px;
    height:auto;
    padding-left: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .pbox .tit {
    padding: 10px 0 5px 0;
    line-height: 28px;
    font-size: 18px;
    color: #333;
  }
  .com-sidebar li .pbox .tit a {
    color: #667eff;
  }
  .com-sidebar li .pbox .tis {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    margin-bottom: 17px;
  }
  .com-sidebar li .pbox .insome {
    width: 167px;
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .com-sidebar li .pbox .insome input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
  }
  .com-sidebar li .pbox .insome input::-ms-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .insome input::-webkit-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .btn {
    width: 189px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    /* background: -webkit-gradient(linear, left top, right top, from(#ff7928), to(#fd924b));
    background: linear-gradient(90deg, #ff7928 0%, #fd924b 100%); */
    background-color: #1759ba;
  }
  
/*智齿客服样式*/
.zc-kefu {
    position: fixed;
    bottom: 0;
    right: 3px;
    z-index: 999999999;
    width: 178px;
    height: 135px;
    background: url(../images/im_lady.png) no-repeat center top;
    cursor: pointer;
    font-size: 0;
}
.zc-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 39px;
    background: url(../images/im_anniu.png) no-repeat center center;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 39px;
}
.zc-cir {
    position: absolute;
    bottom: 30px;
    left: 13px;
    width: 23px;
    height: 23px;
    background: url(../images/im_pop.png) no-repeat center center;
}

.pagebottom {
    display: none;
}


.banner_wrap {
    width: 1920px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
  }
.banner_wrap_cont{
    position: absolute;
    top: 20%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.banner_wrap_cont1{
  font-family: PingFangSC-Semibold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;

  letter-spacing: -1px;
  color: #333333;
}
.banner_wrap_cont2{
  font-family: PingFangSC-Thin;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #333333;
  font-weight: 100!important;
}
.banner_wrap_cont3{
  width: 210px;
  height: 62px;
  background-image: linear-gradient(90deg, 
  #1759ba 0%, 
  #fd8330 100%);
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: normal; 
  font-stretch: normal;

  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 62px;
  cursor: pointer; 
}

