@charset "UTF-8";
@import url("lib.css");
@import url("rem.css");
@import url("iconfont.css");
@import url("transform.css");
:root {
  --color: #A42D37;
  --color2: #c19750;
  --tw-blur: blur(24px);
}

.scale-110 {
  -webkit-transform: translate(var(0), var(0)) rotate(var(0)) skewX(var(0)) skewY(var(1)) scaleX(var(0)) scaleY(var(1));
  transform: translate(var(0), var(1)) rotate(var(0)) skewX(var(0)) skewY(var(1)) scaleX(var(0)) scaleY(var(1));
}

.radius,
.radius img {
  border-radius: 1rem;
}

.item-pic {
  overflow: hidden;
}

.page1 {
  padding-top: 13.6rem;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 22;
  background: #fff;
}

.header .d1 {
  padding: 4rem 0 2rem;
}

.header .d1 .logo img {
  max-width: 63.7rem;
}

.header .d1 .logo .logo-txt {
  padding-left: 2rem;
  margin-left: 1.5rem;
  position: relative;
}

.header .d1 .logo .logo-txt::before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .d1 .logo .logo-txt img {
  max-width: 34.7rem;
}

.header .d1 .tel {
  margin: -4rem 0 0 2.2rem;
}

.header .d1 .tel img {
  max-width: 19rem;
}

.header .d1 .tel .phone {
  white-space: nowrap;
  color: var(--color);
}

.header .d1 .tel .phone img {
  width: 2.1rem;
  margin-right: 1.1rem;
}

.header .d1 .nav {
  margin-top: 2rem;
}

.header .d1 .nav li {
  margin-left: 1.5rem;
}

.header .d1 .nav li a {
  min-width: 9rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .3s;
  background: #fff;
  color: #3E3A39;
  border: 1px solid #ADADAD;
}

.header .d1 .nav li:hover a, .header .d1 .nav li.on a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

/* footer */
.footer {
  color: #808080;
}

.footer .apply {
  background: #AF002A;
  color: #fff;
  padding: 2rem 0;
}

.footer .apply .apply-img img {
  width: 90%;
  max-width: 60rem;
}

.footer .apply .form {
  padding-left: 6rem;
}

.footer .apply .form .apply-tit {
  margin-bottom: 1.8rem;
}

.footer .apply .form li {
  margin-bottom: 2rem;
}

.footer .apply .form li:nth-child(1) {
  padding-right: 13.5rem;
}

.footer .apply .form .group {
  padding:0 2.5rem;
  background: #fff;
  border-radius: 0.81rem;
  position: relative;
  min-height: 6.9rem;
  display: flex;
  align-items: center;
}

.footer .apply .form .group input {
  width: 100%;
  margin:0;
  padding:0!important;
  height: 6.9rem;
}

.footer .apply .form .group input::-webkit-input-placeholder {
  font-size: inherit;
  color: #A4A4A5;
    padding:0!important;
  height: 6.9rem;
}

.footer .apply .form .group .getcode {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color);
  border-radius: 2.05rem;
  padding: 0 2rem;
  height:4.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #fff;
  cursor: pointer;
}

.footer .apply .form .li2 .dd:nth-child(1) {
  max-width: 32.91rem;
}

.footer .apply .form .li2 .dd:nth-child(2) {
  flex: 1;
  overflow: hidden;
  margin: 0 2rem;
}

.footer .apply .form .li2 .btn {
  width: 11.51rem;
}

.footer .apply .form .li2 .btn button {
  width: 100%;
  height: 6.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.81rem;
  color: var(--color);
}

.footer .apply .form .li2 .btn button:hover {
  opacity: .99;
}

.footer a {
  color: #808080;
  transition: all ease .3s;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer .bottom {
  background: #2F2E2E;
  padding: 8rem 0 2rem;
}

.footer .bottom .links {
  border-bottom: 1px solid rgba(128, 128, 128, 0.6);
  padding-bottom: 3rem;
}
/*二维码*/
.footer .qrcode{
	padding:4rem 0 2rem;
}
.footer .qrcode li{
	margin:0 2rem;
	text-align:center;
	color:#808080;
	font-size:1.4rem;
	
}
.footer .qrcode li img{
	max-width:11rem;
	margin-bottom:0.5rem;
}
.footer .bottom .links .links-tit {
  margin-bottom: 2rem;
}

.footer .bottom .links .links-list li {
  margin: 1rem 2rem;
}

.footer .copyright {
  text-align: center;
  padding: 4rem 0;
}

.footer .copyright .txt1 {
  letter-spacing: .8rem;
}

.footer .copyright .txt2 {
  padding-top: 3rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 1420px) {
  .header .d1 {
    padding: 4rem 0 2rem 0;
  }
  .header .d1 .logo img {
    max-width: 48rem;
  }
  .header .d1 .nav {
    margin-top: 3rem;
  }
  .header .d1 .tel {
    margin-top: -3rem;
  }
}

@media (max-width: 980px) {
  .page1 {
    padding-top: 60px;
  }
  /* 手机菜单 */
  .headerm {
    padding: 15px 15px 5px 15px;
    position: relative;
  }
  .headerm .logo img {
    max-width: 300px;
  }
  .headerm .navbtnm {
    width: 24px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }
  .headerm .navbtnm i {
    font-size: 26px;
    transition: 0.3s;
    color: #333;
  }
  .navShow .big-nav {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .navShow .headerm .navbtnm i:before {
    content: "\e60e";
    font-size: 26px;
    color: #333;
  }
  .big-nav {
    position: fixed;
    z-index: 49;
    top: 0;
    right: -100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll {
    width: 100%;
    border-top: 1px solid #ddd;
    position: fixed;
    top: 58px;
    z-index: 22;
    background: #fff;
    padding-bottom: 15px;
    height: 100%;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(238, 238, 238, 0.8) solid 1px;
  }
  .big-nav .scroll li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 10px 0 15px;
    position: relative;
  }
  .big-nav .scroll li.on a {
    color: var(--color);
  }
  .footer .apply {
    padding: 4rem 0 1.5rem;
  }
  .footer .apply .apply-img {
    margin-bottom: 2rem;
  }
  .footer .apply .form {
    padding: 2rem 0;
  }
  .footer .apply .form li .dd {
    width: 100%;
    margin: 0 0 2rem 0 !important;
    max-width: 100% !important;
    flex: auto !important;
  }
  .footer .apply .form li:nth-child(1) {
    padding-right: 0;
  }
  .footer .apply .form .li2 .btn {
    width: 100%;
  }
  .footer .apply .form .li2 .btn button {
    height: 6rem;
  }
  .footer .apply .form .group {
    height: 6rem;
    padding: 2rem;
  }
  .footer .bottom {
    padding: 3rem 0 1rem;
  }
  .footer .bottom .links .links-list li {
    margin: 0.5rem .7rem;
  }
  .footer .bottom .copyright {
    padding: 2.5rem 0 1.5rem 0;
  }
  .footer .bottom .copyright .txt1 {
    font-size: 1.8rem;
  }
  .footer .bottom .copyright .txt2 {
    padding-top: 2rem;
    line-height: 1.8;
  }
}
