/* header */
.headbox{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 199;
  background: #fff;
}
.headspacing{
  height: 140px;
}
.headcon1 {
  height: 80px;
}
.headcon1 .logo{
  width: auto;
  height: 52px;
  margin-top: 14px;
  margin-right: 26px;
  float: left;
}
.headcon1 > span{
  color: #666666;
  font-size: 16px;
  padding-left: 24px;
  height: 30px;
  display: inline-block;
  margin-top: 25px;
  border-left: 2px solid rgba(224,224,224,0.8);
}
.headcon1 .rightcall{
  float: right;
  padding-top: 21px;
}
.headcon1 .rightcall > img{
  height: 34px;
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.headcon1 .rightcall > span{
  color: #2C24BA;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.headcon2{
  height: 60px;
  background: #F5F5F5;
}
.pcmenulist > li{
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
}
.pcmenulist > li a{
  font-size: 18px;
  color: #999999;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s linear;
}
.pcmenulist > li.active > a,
.pcmenulist > li:hover > a{
  color: #2C24BA;
}
.pcmenulist > li:hover .pcdownul{
  display: block;
}
.pcdownul{
  position: absolute;
  bottom: 0;
  left: 50%;
  width:114px;
  padding: 8px 0;
  text-align: center;
  transform: translate(-50%,100%);
  background:rgba(255,255,255,1);
  box-shadow:6px 8px 0px 0px rgba(158,158,196,0.2);
  display: none;
}
.pcdownul li a{
  width: 100%;
  color: #777777;
  font-size: 16px;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s linear;
}
.pcdownul li:hover a{
  color: #2C24BA;
  background: #F5F5F5;
}

/* m 端header */
.mheadcon{
  height: 50px;
}
.mheadcon .logo{
  width: auto;
  height: 28px;
  margin-top: 11px;
  vertical-align: bottom;
}
.mheadcon .mcontrol{
  float: right;
  width: 28px;
  height: 28px;
  margin-top: 11px;
  background-image: url(../images/common/mcontrol.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  /* transition: all 0.3s ease-in-out; */
}
/* .mheadcon .mcontrol.active{
  background-image: url(https://ruigensite.oss-cn-hangzhou.aliyuncs.com/common/img/mmenuclose.png);
} */
/* m端下拉菜单 */
.mmenumask{
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 188;
  display: none;
}
/* .mmenubox{
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 190;
  display: none;
  overflow-y: scroll;
} */
.mmenulist{
  position: fixed;
  top: 50px;
  right: -80%;
  width: 80%;
  max-height: calc(100% - 50px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 190;
  overflow-y: scroll;
  padding-bottom: 20px;
}
 .mmenulist > li{
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.mmenulist > li > a{
  display: block;
  padding: 10px 0;
  padding-left: 40px;
  font-size: 16px;
  color: #777;
}
.mmenulist > li > .navr{
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
  height: 44px;
  padding-top: 10px;
  text-align: center;
}
.mmenulist > li > .navr img{
  width: auto;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mmenulist > li > .navr.active img{
  transform: rotate(270deg);
}
.mmenulist > li:last-child{
  border-bottom: 0;
}
.mmenulist > li.active > a{
  color: #2C24BA;
}
.mdownul{
  position: relative;
  display: none;
}
.mdownul:before{
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: calc(100% - 50px);
  height: 1px;
  background: #ccc;
}
.mdownul > li > a{
  display: block;
  padding: 6px 0;
  padding-left: 40px;
  font-size: 14px;
  color: #777;
  opacity: 0.8;
}


/* footer */
.ylifooter{
  width: 100%;
  padding-bottom: 60px;
  background: url(../images/common/footbg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.ylifooter .ylifoothd{
  padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ylifooter .ylifoothd > span{
  font-size: 20px;
  margin-right: 158px;
  float: left;
}

.ylifooter .ylifoothd p{
  float: left;
  margin-right: 78px;
  font-size: 14px;
  color: #9EA6B4;
}
.ylifooter .ylifoothd p > i{
  font-style: normal;
  vertical-align: middle;
}

.ylifooter .ylifoothd p > span{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}
.ylifooter .ylifoothd p.email > span{
  font-size: 16px;
  font-weight: 400;
}
.ylifooter .ylifoothd p.address > span{
  font-size: 14px;
  font-weight: 400;
}

.ylifooter .ylifootmid{
  padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.ylifooter .ylifootmid .footlist{
  float: left;
  width: 52%;
}
.ylifooter .ylifootmid .footlist ul{
  width: 33.33%;
  float: left;
}
.ylifooter .ylifootmid .footlist ul li a{
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  display: inline-block;
  margin-bottom: 18px;
  transition: all 0.3s linear;
  line-height: 1;
}
.ylifooter .ylifootmid .footlist ul li:first-child a{
  font-size: 20px;
  margin-bottom: 22px;
  color: #fff;
}
.ylifooter .ylifootmid .footlist ul li a:hover{
  color: #fff;
}
.ylifooter .ylifootmid .footcode{
  float: left;
  width: 48%;
}
.ylifooter .ylifootmid .footcode h2{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1;
}
.ylifooter .ylifootmid .footcode .codecon{
  text-align: center;
  float: left;
}
.ylifooter .ylifootmid .footcode .codecon.weixin{
  margin-right: 60px;
}
.ylifooter .ylifootmid .footcode .codecon img{
  width: 102px;
  height: auto;
  margin-bottom: 10px;
  vertical-align: middle;
}
.ylifooter .ylifootmid .footcode .codecon p{
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}
.ylifooter .ylifootft{
  padding-top: 60px;
}
.ylifooter .ylifootft p,
.ylifooter .ylifootft p > a {
  color: rgba(255,255,255,0.3);
  font-size: 12px;
  margin-bottom: 15px;
}
.ylifooter .ylifootft p > a{
  display: inline-block;
  margin: 0 3px;
}
.ylifooter .ylifootft p > a:hover{
  color: rgba(255,255,255,1);
}
.ylifooter .ylifootft p:last-child{
  margin-bottom: 0;
}
.foot_friendhref{
  display: none;
}
/* 移动端底部固定按钮 */
.mftfixbtn{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width:100%;
  height:46px;
  text-align: center;
  z-index: 99;
}
.mftfixbtn div{
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 9.5px;
  background: #0031D2;
  color: #fff;
}
.mftfixbtn div img{
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 12px;
}
.mftfixbtn div span{
  font-size: 18px;
  vertical-align: middle;
}
.mftfixbtn div.zxitem{
  background: #2E83ED;
}

/* 返回顶部 */
.backtop{
  position: fixed;
  right: 20px;
  bottom: 30px;
  width:40px;
  height:40px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 20px 0px rgba(184,184,184,0.4);
  border-radius:4px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  z-index: 88;
}
.backtop img{
  height: 30px;
  width: auto;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.backtop img.backtoph{
  display: none;
}
.backtop:hover img.backtopafter{
  display: none;
}
.backtop:hover img.backtoph{
  display: inline-block;
}

@media(max-width:1499px){
  .ylifooter .ylifoothd > span {
    margin-right: 80px;
  }
  .ylifooter .ylifoothd p {
    margin-right: 50px;
  }
}
@media(max-width:1199px){
  .pcmenulist > li {
    width: 130px;
  }
  .ylifooter .ylifoothd > span {
    margin-right: 50px;
  }
  .ylifooter .ylifoothd p {
    margin-right: 20px;
  }
}
@media(max-width:991px){
  .pcmenulist > li {
    width: 100px;
  }
  .pcmenulist > li a {
    font-size: 14px;
  }
  .ylifooter .ylifoothd {
    padding: 30px 0;
  }
  .ylifooter .ylifoothd p{
    float: none;
    margin-bottom: 10px;
  }
}
@media(max-width:767px){
  .headbox .headcon1,
  .headbox .headcon2{
    display: none;
  }
  .headspacing{
    height: 50px;
  }

  /* footer */
  .ylifooter {
    padding-bottom: 30px;
    background: url(../images/common/mfootbg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 45px;
  }
  .ylifooter .ylifoothd {
    padding: 30px 0 10px;
  }
  .ylifooter .ylifoothd > span {
    margin-right: 0;
    float: none;
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .ylifooter .ylifoothd p {
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 12px;
    position: relative;
    padding-left: 36px;
  }
  .ylifooter .ylifoothd p > i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .ylifooter .ylifoothd p.address > i{
    top: 0;
    transform: translateY(0%);
  }
  .ylifooter .ylifoothd p > span,
  .ylifooter .ylifoothd p > a {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
  }
  .ylifooter .ylifoothd p.email > span,
  .ylifooter .ylifoothd p.address > span{
    font-size: 12px;
  }
  .ylifooter .ylifootmid {
    padding: 30px 0;
  }
  .ylifooter .ylifootmid .footlist {
    float: none;
    width: 100%;
  }
  .ylifooter .ylifootmid .footlist ul li a {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
  }
  .ylifooter .ylifootmid .footlist ul li:first-child a {
    font-size: 12px;
  }
  .ylifooter .ylifootmid .footcode {
    display: none;
  }
  .ylifooter .ylifootft {
    padding-top: 30px;
  }
  .ylifooter .ylifootft p {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* 返回顶部 */
  .backtop{
    right: 15px;
    bottom: 70px;
    width:32px;
    height:32px;
    box-shadow:0px 0px 10px 0px rgba(184,184,184,0.4);
    padding-top: 6px;
  }
  .backtop img{
    height: 20px;
  }

}

