* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  /* 10÷16=62.5% */
  font-family: "Microsoft YaHei UI Light", serif;
}
/*滚动条整体粗细样式*/
::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 0.8rem;
  height: 0.8rem;
}
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
  border-radius: 1rem !important;
  /* 颜色 */
  background: #dddee0 !important;
  /* 线性渐变背景 */
}
/*滚动条轨道*/
::-webkit-scrollbar-track {
  border-radius: 1rem !important;
  background: #fff !important;
}
body {
  font-size: 1.6rem;
  cursor: default;
  color: #333;
  min-width: 142rem;
  background: #F2F2F2;
}
a {
  color: #1B54F7;
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.c666 {
  color: #666;
}
.d80 {
  color: #D80000;
}
.fz10 {
  font-size: 1rem;
}
.fz12 {
  font-size: 1.2rem;
}
.fz14 {
  font-size: 1.4rem;
}
.fz18 {
  font-size: 1.8rem;
}
.fz20 {
  font-size: 2rem;
}
.fz22 {
  font-size: 2.2rem;
}
.fz24 {
  font-size: 2.4rem;
}
.fz36 {
  font-size: 3.6rem;
}
.fz40 {
  font-size: 4rem;
}
.fz42 {
  font-size: 4.2rem;
}
.fz48 {
  font-size: 4.8rem;
}
.fwb {
  font-weight: bold;
}
img {
  width: 100%;
}
.bxz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --animate-duration: 0.5s;
  --animate-delay: 0.5s;
  --animate-repeat: 1;
}
/* head样式开始 */
.head-wrap {
  width: 100%;
  min-width: 142rem;
  height: 11rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  z-index: 9;
}
.head-wrap .head {
  width: 142rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.head-wrap .head .logo-wrap {
  display: flex;
  align-items: center;
}
.head-wrap .head .logo-wrap .logo1 {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}
.head-wrap .head .logo-wrap .logo2 {
  width: 15rem;
}
.head-wrap .head .logo-wrap.logo-wrap-h5 {
  width: 100vw;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-wrap .head .logo-wrap.logo-wrap-h5 .logo1 {
  width: 8rem;
  height: 8rem;
  margin-right: 3rem;
}
.head-wrap .head .logo-wrap.logo-wrap-h5 .logo2 {
  width: 20.5rem;
}
.head-wrap .head .menu-wrap {
  display: flex;
  align-items: center;
}
.head-wrap .head .menu-wrap .menu {
  width: 15rem;
  flex: 0 0 15rem;
  height: 100%;
  line-height: 11rem;
  text-align: center;
  color: #fff;
}
.head-wrap .head .menu-wrap .menu:hover {
  background: rgba(250, 191, 53, 0.5);
}
.head-wrap .head .menu-wrap .menu a{
  color:#ffffff;
}
.head-wrap .head .tel-wrap {
  display: flex;
  align-items: center;
}
.head-wrap .head .tel-wrap img {
  width: 3.6rem;
}
.head-wrap .head .tel-wrap .tel {
  color: #ffffff;
  margin-left: 1rem;
}
.head-wrap .dialog-wrap {
  position: absolute;
  width: 100%;
  height: 60rem;
  background: #F2F2F2;
  transition: 0.3s linear;
  display: none;
}
.head-wrap .dialog-wrap .dialog {
  width: 142rem;
  margin: 0 auto;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head-wrap .dialog-wrap .dialog .dialog-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
}
.head-wrap .dialog-wrap .dialog .dialog-item {
  flex: 0 0 70rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  background: #fff;
  margin: 0 2rem 2rem 0;
  cursor: pointer;
}
.head-wrap .dialog-wrap .dialog .dialog-item:hover {
  background: #e1e1e1;
}
/* head样式结束 */
/* footer 样式开始*/
.footer-wrap .footer-menu-wrap {
  width: 100%;
  height: 27rem;
  background: #333;
  padding-top: 6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrap .footer-menu-wrap .footer-menu {
  width: 142rem;
  margin: 0 auto;
  display: flex;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item {
  flex: 1;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .title {
  color: #F2F2F2;
  font-size: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .title img {
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  margin-right: 2.2rem;
  margin-top: -1rem;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .content-wrap {
  line-height: 3rem;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .content-wrap{
  color: #666;
  cursor: pointer;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .content-wrap:hover {
  color: #ccc;
}
.footer-wrap .footer-menu-wrap .footer-menu .footer-menu-item .content-wrap:hover {
  color: #ccc;
}
.content-item a{
	color: #FABF35;
}
.content-item a:hover{
	color: #FFFFFF;
}
.footer-wrap .footer-menu-wrap .footer-menu .shu {
  width: 1px;
  height: 15rem;
  opacity: 1;
  background: #666;
  margin-right: 9.5rem;
}
.footer-wrap .footer-menu-wrap .footer-menu .ewm-wrap .ewm-name {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.footer-wrap .footer-menu-wrap .footer-menu .ewm-wrap .ewm-img {
  width: 12rem;
  height: 12rem;
}
.footer-wrap .slogin-wrap {
  height: 9rem;
}
.footer-wrap .slogin-wrap .slogin {
  width: 142rem;
  margin: 0 auto;
  height: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* footer 样式结束*/
.box-content-title {
  font-size: 3.6rem;
  text-align: center;
  color: #333333;
}
.box-content-msg {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;

}
@media (max-width: 1200px) {
  body {
    overflow-x: hidden;
    min-width: initial;
    margin-top: 0;
  }
  .pc-box {
    display: none !important;
  }
  .h5-box {
    display: block !important;
  }
  .h5-box-flex {
    display: flex !important;
  }
  .head-wrap {
    width: 100vw;
    min-width: 100vw;
    height: 24rem;
    position: relative;
  }
  .head-wrap .head {
    display: block;
    width: 100%;
    height: 14rem;
    background: #F2F2F2;
  }
  .head-wrap .head .menu-wrap {
    margin-left: 0;
    background: #000;
  }
  .head-wrap .head .menu-wrap .menu {
    font-size: 3.6rem;
    flex: 1;
    height: 10rem;
    line-height: 10rem;
  }
  .head-wrap .head .menu-wrap .menu:hover {
    background: none;
    color: #E95505;
  }
  .head-wrap .dialog-wrap {
    height: 24rem;
    background: #fff;
    top: 24rem;
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .head-wrap .dialog-wrap .dialog {
    width: 100vw;
  }
  .head-wrap .dialog-wrap .dialog-content .dialog-item {
    flex: 0 0 calc(50% - 5rem);
    background: #f2f2f2;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .footer-tel-wrap .footer-tel {
    padding: 3rem 0;
    background: #333;
  }
  .footer-tel-wrap .footer-tel .tel {
    font-size: 5.2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
  }
  .footer-tel-wrap .footer-tel a {
    display: block;
    margin: 0 auto;
    width: calc(100% - 15rem);
    height: 8rem;
    background: #E95505;
    border-radius: 0.5rem;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: 8rem;
  }
  .footer-tel-wrap .slogin-wrap {
    height: 16.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-tel-wrap .slogin-wrap .slogin .right {
    margin-top: 1rem;
  }
  .box-content-msg {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .pc-box {
    display: block !important;
  }
  .h5-box {
    display: none !important;
  }
  .pc-box-flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=common.css.map */