.contact {
  width: 100%;
  height: 100%;
}
.contact .container1 {
  max-width: 16rem;
  width: 100%;
}
.contact .container1 .contact-tit {
  width: 100%;
  padding: 0.8rem 0;
}
.contact .container1 .contact-tit .contact-tit-top {
  padding-left: 0.1rem;
  border-left: 6px solid #b70000;
}
.contact .container1 .contact-tit .contact-tit-top span {
  font-size: 0.45rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 3px;
}
.contact .container1 .contact-tit .contact-tit-top span:nth-of-type(2) {
  letter-spacing: 1px;
  font-size: 0.3rem;
  color: #b70000;
  font-weight: 400;
  margin-left: 0.2rem;
}
.contact .container1 .contact-tit p {
  margin-top: 0.2rem;
  letter-spacing: 1px;
  font-size: 0.16rem;
  color: #36282b;
}
.contact .container1 .contact-content {
  display: flex;
}
.contact .container1 .contact-content .content-l {
  width: 10.32rem;
  height: 5.84rem;
}
.contact .container1 .contact-content .content-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
}
.contact .container1 .contact-content .content-r .connect-item {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.contact .container1 .contact-content .content-r .connect-item .connect-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b70000;
  width: 0.64rem;
  height: 0.64rem;
}
.contact .container1 .contact-content .content-r .connect-item .connect-icon img {
  width: 100%;
  height: 100%;
}
.contact .container1 .contact-content .content-r .connect-item .connect-icon .email {
  width: 0.32rem;
  height: 0.32rem;
}
.contact .container1 .contact-content .content-r .connect-item .connect-desc {
  margin-left: 0.1rem;
}
.contact .container1 .contact-content .content-r .connect-item .connect-desc span {
  font-size: 0.24rem;
}
.contact .container1 .contact-content .content-r .connect-item .connect-desc h4 {
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.contact .container1 .contact-department {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.18rem;
  background-color: #ECF0F4;
  margin-top: 0.6rem;
  padding-left: 0.4rem;
  margin-bottom: 1rem;
}
.contact .container1 .contact-department .part-l {
  display: flex;
  width: 100%;
}
.contact .container1 .contact-department .part-l .part-item {
  flex: 1;
}
.contact .container1 .contact-department .part-r {
  display: flex;
  padding: 0 0.45rem;
}
.contact .container1 .contact-department .part-item h2 {
  font-size: 0.24rem;
  color: #b70000;
  line-height: 0.3rem;
  letter-spacing: 1px;
}
.contact .container1 .contact-department .part-item .item {
  padding-top: 0.3rem;
  padding-right: 0.74rem;
}
.contact .container1 .contact-department .part-item .item h3 {
  font-size: 0.28rem;
  color: #b70000;
  margin-bottom: 0.1rem;
}
.contact .container1 .contact-department .part-item .item p {
  font-size: 0.24rem;
  color: #36282b;
}
.contact-tit {
  width: 100%;
}
.contact-tit .lic {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-tit .lic .lic_l h3 span:nth-of-type(1) {
  font-size: 0.45rem;
  color: #333;
  font-weight: 600;
  padding-left: 0.1rem;
  border-left: 6px solid #B70000;
}
.contact-tit .lic .lic_l h3 span:nth-of-type(2) {
  font-size: 0.3rem;
  color: #B70000;
}
.contact-tit .lic .lic_l p {
  font-size: 0.16rem;
  color: #36282B;
}
.contact-tit .lic .lic_r form .nav_input {
  position: relative;
}
.contact-tit .lic .lic_r form .nav_input .jiansuo {
  font-size: 0.14rem;
  position: absolute;
  left: 1em;
  line-height: 0.4rem;
}
.contact-tit .lic .lic_r form .nav_input .shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.contact-tit .lic .lic_r form .nav_input input {
  border-radius: 0.2rem;
  text-decoration: none;
  outline: none;
  border: 1px solid #b70000;
  text-indent: 1em;
  font-size: 0.14rem;
}
.contact-tit .lic .lic_r form .nav_input .tb {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
}
.contact-tit .lic .lic_r form .nav_input .tb img {
  width: 100%;
}
.notice {
  width: 100%;
  height: 100%;
}
.notice .container1 {
  max-width: 16rem;
  width: 100%;
}
.notice .container1 .party-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0.5rem 0;
}
.notice .container1 .party-list li {
  display: flex;
  justify-content: space-between;
  width: 49%;
  height: 1.34rem;
  padding: 0.25rem 0.3rem;
  margin-top: 0.3rem;
  background-color: #ECF0F4;
}
.notice .container1 .party-list li:hover {
  background-color: pink;
}
.notice .container1 .party-list li:hover .notice-tit {
  color: #b70000;
}
.notice .container1 .party-list li:hover .meter-item i {
  color: #b70000;
}
.notice .container1 .party-list li:hover .meter-item span {
  color: #b70000;
}
.notice .container1 .party-list li:hover .meter-item1 i {
  color: #b70000;
}
.notice .container1 .party-list li:hover .meter-item1 span {
  color: #b70000;
}
.notice .container1 .party-list li .notice-tit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #666666;
  letter-spacing: 1px;
  width: 85%;
}
.notice .container1 .party-list li .notice-tit h3 {
  font-size: 0.24rem;
  font-weight: 700;
}
.notice .container1 .party-list li .notice-tit p {
  font-size: 0.2rem;
}
.notice .container1 .party-list li .notice-meter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.notice .container1 .party-list li .notice-meter .meter-item {
  color: #666666;
  font-size: 0.2rem;
}
.notice .container1 .party-list li .notice-meter .meter-item i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.notice .container1 .party-list li .notice-meter .meter-item1 {
  color: #666666;
  font-size: 0.2rem;
}
.notice .container1 .party-list li .notice-meter .meter-item1 i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.nav_input .notice_text {
  height: 0.4rem;
  width: 2.89rem;
}
.ui-pagination-container {
  margin-top: 0.5rem;
  text-align: center;
}
.result {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.result li {
  display: flex;
  justify-content: space-between;
  width: 49%;
  height: 1.34rem;
  padding: 0.25rem 0.3rem;
  margin-top: 0.3rem;
  background-color: #ECF0F4;
}
.result li:hover {
  background-color: pink;
}
.result li:hover .notice-tit {
  color: #b70000;
}
.result li:hover .meter-item i {
  color: #b70000;
}
.result li:hover .meter-item span {
  color: #b70000;
}
.result li:hover .meter-item1 i {
  color: #b70000;
}
.result li:hover .meter-item1 span {
  color: #b70000;
}
.result li .notice-tit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #666666;
  letter-spacing: 1px;
}
.result li .notice-tit h3 {
  font-size: 0.24rem;
  font-weight: 700;
}
.result li .notice-tit p {
  font-size: 0.2rem;
}
.result li .notice-meter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.result li .notice-meter .meter-item {
  color: #666666;
  font-size: 0.2rem;
}
.result li .notice-meter .meter-item i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.result li .notice-meter .meter-item1 {
  color: #666666;
  font-size: 0.2rem;
}
.result li .notice-meter .meter-item1 i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.online {
  width: 100%;
  height: 100%;
}
.online .container1 {
  max-width: 16rem;
  width: 100%;
}
.online .container1 .contact-tit {
  width: 100%;
  padding: 0.8rem 0;
}
.online .container1 .contact-tit .contact-tit-top {
  padding-left: 0.1rem;
  border-left: 6px solid #b70000;
}
.online .container1 .contact-tit .contact-tit-top span {
  font-size: 0.45rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 3px;
}
.online .container1 .contact-tit .contact-tit-top span:nth-of-type(2) {
  letter-spacing: 1px;
  font-size: 0.3rem;
  color: #b70000;
  font-weight: 400;
  margin-left: 0.2rem;
}
.online .container1 .contact-tit p {
  margin-top: 0.2rem;
  letter-spacing: 1px;
  font-size: 0.16rem;
  color: #36282b;
}
.online .container1 .online-content {
  display: flex;
  height: 6.46rem;
  margin-bottom: 1rem;
}
.online .container1 .online-content .online-l {
  flex: 50%;
}
.online .container1 .online-content .online-l img {
  width: 100%;
  height: 100%;
}
.online .container1 .online-content .online-r {
  flex: 50%;
  background-color: #ECF0F4;
  padding: 0.4rem 1.02rem 0.3rem 0.4rem;
}
.online .container1 .online-content .online-r .connect-right-tit {
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.45rem;
}
.online .container1 .online-content .online-r .connect-input {
  display: flex;
  justify-content: space-between;
}
.online .container1 .online-content .online-r h3 {
  color: #b70000;
  font-size: 0.2rem;
  margin: 0.16rem 0;
}
.online .container1 .online-content .online-r input {
  width: 3.15rem;
  height: 0.48rem;
  opacity: 1;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 0 0.1rem;
}
.online .container1 .online-content .online-r textarea {
  width: 100%;
  height: 1.92rem;
  opacity: 1;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 0.14rem 0.11rem;
}
.online .container1 .online-content .online-r .connect-opr {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.online .container1 .online-content .online-r .connect-opr .verify {
  border: 1px solid #eeeeee;
  position: relative;
}
.online .container1 .online-content .online-r .connect-opr .verify input {
  width: 1.2rem;
  border: none;
}
.online .container1 .online-content .online-r .connect-opr .verify img {
  height: 100%;
  width: 1rem;
  z-index: 10;
  cursor: pointer;
}
.online .container1 .online-content .online-r .connect-opr span {
  width: 2.7rem;
  height: 0.66rem;
  border-radius: 0.1rem;
  background: #fff;
  border: 1px solid #b70000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  cursor: pointer;
  color: #b70000;
}
.online .container1 .online-content .online-r .connect-opr span:nth-of-type(2) {
  background: #b70000;
  color: #ffff;
}
.online .container1 .online-content .online-r p {
  font-size: 0.14rem;
}
.online .container1 .online-content .online-r p a {
  color: #b70000;
}
#pagination3 {
  margin-bottom: 1rem;
}
