* { margin:0; padding:0;}
div,dl,dt,dd,ul,ol,li,h2,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: "Microsoft YaHei",Arial,sans-serif;}
ul,ol,li { list-style:none;    font-style: normal;}
img{ border:0;}
body{font-family: "Microsoft YaHei"Arial,sans-serif;font-size:16px;position:relative;    font-style: normal;overflow-x:hidden; }
a{text-decoration:none;font-style: normal}
p{font-style: normal}
.img_a{width:100%;}
.lt{float: left;}
.rt{float: right;}
.mt15{height:15px; clear:both;}
.mt20{height:20px; clear:both;}
.mt10{height:10px; clear:both;}
.mt30{height:30px; clear:both;}
.mt40{height:40px; clear:both;}
.mt70{height:70px; clear:both;}
.mt50{height:50px; clear:both;}
.mt60{height:60px; clear:both;}
.marrt{margin-right:0!important; }
.clear{ clear:both; height:0; margin:0; padding:0;}
/*publi end*/

.mainContent{width: 1200px;margin: 0 auto;}
.mainCentont{width: 1360px;margin: 0 auto;}
/*top*/
.topBlock{width:100%;background: #fff;height:80px;}
.topCenter{width: 1360px;margin: 0 auto;height:80px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.comLogo{float: left;width: 245px;}
.comLogo2{margin-right: 5%;width: 156px;margin-bottom: -7px;}
.menuList{float: right;}
.menuList li{float: left;margin:0 26px;line-height: 72px;position: relative;}
.menuList li:hover:after{content: '';width: 80%;height: 4px;background:#1966FF;position: absolute;left:10%;    bottom: 13px;}
.menuList li a{color: #333333;display: block;}
.childMenu{position: absolute; z-index:9;   width: 160px;background: #fff;text-align: center; padding: 10px 0;border-radius: 0 0 4px 4px; border: 1px #fff solid;box-shadow: 0 4px 9px rgb(0 0 0 / 13%); left: 50%;margin-left: -80px;top: 70px;display: none;}
.menuList li:hover .childMenu{display: block;}
.childMenu a{line-height: 40px;width: 90%;margin: 0 auto;border-radius: 6px;;}
.childMenu a:hover{background: #F4F4F7;}
.menuclick,.closeMenu{display: none;}
/*bottom*/
.zaixianBlock{background: #005BAC ;padding:27px 0}
.zaixianBlock p{color:#fff;line-height: 34px;width: 1200px;}
.zaixianBlock a{display: block;font-size: 24px;background: #fff;color: #005BAC; width:176px;line-height: 64px; border-radius: 5px;text-align: center;float: right;}
.zaixianBlock a:hover{background: #e9e9e9;}
.bottom{background: #292929;}
.botMenu{border-bottom: 1px #484848 solid;height: 100px;
    display: flex;align-items: center;justify-content: space-between;text-align: center;
}
.botMenu li .text {text-align: left;margin-left: 6px;}
.botMenu li{color: #fff;display: flex;align-items: center;justify-content: center;}
.botXinxi{display: flex;justify-content: space-between;padding: 43px 0 50px;}
.xixnil p{color: #fff;font-size: 14px;line-height: 30px;;}
.xixnil img{margin-bottom: 20px;}
.xixnil a {color: #fff;}
.xixnil a:active {color: #409eff;}
.xixnil a:hover {color: #409eff;}
.xixnir{display: flex;align-items: center;}
.xixnir .qrcode-item {
  text-align: center;
  margin-left: 40px;
}
.xixnir .qrcode-item img{max-width: 100%;margin-bottom: 24px;}
.xixnir .qrcode-item .title{color: #fff;font-size: 14px;}

/* 侧边操作栏 */
.side-action-box {
  width: 200px;
  height: 200px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 1000;
}
.side-action-box .relative-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.side-action-box .action-item {
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  margin: 0 auto 8px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.05);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D6D6D6;
}
.side-action-box .action-item:hover {
  background: #3A7EE4;
  border: 1px solid #3A7EE4;
  transition: all 0.3s ease;
}
.side-action-box .phone-box {
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.02);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D6D6D6;
  margin: 0 auto 8px;
  display: none;
  position: absolute;
  top: 49px;
  left: -140px;
}
.side-action-box .wx-code-box {
  width: 190px;
  height: 184px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.02);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D6D6D6;
  padding-top: 20px;
  box-sizing: border-box;
  margin: 0 auto 0;
  display: none;
  position: absolute;
  top: 49px;
  left: -139px;
}
.side-action-box .wx-code-box img {
  width: 120px;
  height: 120px;
}
.side-action-box .wx-code-box .desc {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

@media screen and ( max-width: 750px ){
.topCenter{width:100%;position: relative;}
.zaixianBlock p{float:none;width: 90%;margin: 0 auto;font-size: 14px;line-height: 27px;}
.zaixianBlock a{float: none; margin: 20px auto 0;width: 125px;font-size: 16px; line-height: 40px;}
.botMenu{height: auto;padding: 20px 0;}
.botMenu li{width: 93%;margin: 0 auto;float: none;line-height: 40px;font-size: 14px; background-size: 25px;}
.botXinxi{width: 95%;}
.xixnir img{width: 80%;}
.xixnil p{font-size: 12px;line-height: 25px;}

.mt60{height: 30px;}
.mt40{height: 20px;}
.mt50{height: 25px;}
.mt70{height: 50px;}


.menuList{position: fixed;width: 60%;right: 0; background: #fff; box-shadow: 0 0 5px #ccc; top: 0; z-index: 9;height: 100%;overflow-y: auto;display: none;}
.comLogo{margin-bottom: 18px;margin-right: 5%;width: 40%;}
.menuclick{ margin: 0 4% 0 0;}
.menuList li {float: none; width: 100%;line-height: 39px;margin: 0 0 0 10%;    width: 90%;}
.childMenu{position: relative;top: 0; display: block;width: auto;padding: 0;margin-left: 0;left: 10px;text-align: left;box-shadow: none;margin-bottom: 10px;}
.childMenu a{font-size: 14px;line-height: 35px;}
.closeMenu{display: block;position: relative;height: 40px;margin-top: 10px;;}
.closeMenu img{position: absolute;right: 10px;top: 10px;}
 .closeMenu {display: block;    float: right;}
.menuclick{ display: block;    float: left;    width: 41px;margin: -21px 0 0 19px;} 



}