﻿
@font-face {
  font-family: "pangmenzhengdao";
  src: url(../../fonts/pangmenzhengdao.ttf);
}
.w1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  position: relative;
}
.header .w1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w1600 .logo {
  display: block;
  margin: 10px 0;
  font-size: 0;
}
.header .w1600 .logo img {
  max-height: 100%;
  width: 60%;
}
.header .w1600 .right {
  display: flex;
  align-items: center;
}
.header .w1600 .right .nav {
  display: flex;
}
.header .w1600 .right .nav li {
  margin-right: 55px;
}
.header .w1600 .right .nav li > a {
  font-size: 16px;
  color: #222;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
  padding: 0 !important;
}
.header .w1600 .right .nav li > a span {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 4;
  height: 3px;
  background: #1794cb;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .w1600 .right .nav li .level {
  display: none;
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 3;
  width: 100%;
  padding-bottom: 185px;
  background: #fff;
  box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.07);
}
.header .w1600 .right .nav li .level .w1400 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .w1600 .right .nav li .level .w1400 .img {
  font-size: 0;
  padding-top: 80px;
}
.header .w1600 .right .nav li .level .w1400 .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 564px);
  padding-top: 24px;
}
.header .w1600 .right .nav li .level .w1400 .right .list {
  width: calc((100% - 92px) / 3);
  margin-top: 52px;
  margin-left: 46px;
}
.header .w1600 .right .nav li .level .w1400 .right .list p {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  color: #222;
}
.header .w1600 .right .nav li .level .w1400 .right .list .level2 {
  padding-top: 23px;
}
.header .w1600 .right .nav li .level .w1400 .right .list .level2 a {
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 15px;
  line-height: 36px;
  color: #555;
  transition: color 0.3s;
}
.header .w1600 .right .nav li .level .w1400 .right .list .level2 a img {
  opacity: 0;
  margin-right: 12px;
  transition: opacity 0.3s;
}
.header .w1600 .right .nav li .level .w1400 .right .list .level2 a:hover {
  color: #1794cb;
}
.header .w1600 .right .nav li .level .w1400 .right .list .level2 a:hover img {
  opacity: 1;
}
.header .w1600 .right .nav li .level .w1400 .right .list:nth-child(3n+1) {
  margin-left: 0;
}
.header .w1600 .right .nav li .level::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.header .w1600 .right .nav li .level3 {
  display: none;
  position: absolute;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.07);
}
.header .w1600 .right .nav li .level3 .center {
  padding: 35px 0;
  border-top: 1px solid #dcdcdc;
}
.header .w1600 .right .nav li .level3 .center a {
  display: block;
  padding: 0 44px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 44px;
  color: #222;
  transition: color 0.3s;
}
.header .w1600 .right .nav li .level3 .center a:hover {
  color: #1794cb;
}
.header .w1600 .right .nav li.on > a span, .header .w1600 .right .nav li.hover > a span {
  opacity: 1;
}
.header .w1600 .right .search {
  position: relative;
}
.header .w1600 .right .search input {
  height: 38px;
  width: 218px;
  padding: 0 40px 0 18px;
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.header .w1600 .right .search .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -1px;
}
.header .w1600 .right .lang {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-left: 36px;
}
.header .w1600 .right .lang span {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 10px;
}
.header .downSearch {
  background: #fff;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 96px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 10px 0 rgba(34, 34, 34, 0.1);
}
.header .downSearch input {
  width: 300px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 0 50px 0 30px;
}
.header .downSearch a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .downSearch a.btn {
  margin-left: -40px;
}
.header .downSearch a.close {
  transform: rotate(0deg);
  transition: transform 0.3s;
  margin-left: 30px;
}
.header .downSearch a.close:hover {
  transform: rotate(90deg);
}
.header .downSearch::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 0;
}
.header.shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.headerMob {
  display: none;
  position: relative;
  z-index: 7;
  background: #fff;
}
.headerMob .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.headerMob .w1400 .logo {
  display: flex;
  font-size: 0;
  height: 30px;
}
.headerMob .w1400 .right {
  display: flex;
  align-items: center;
}
.headerMob .w1400 .right .lang {
  font-size: 14px;
  width: 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  
}
.headerMob .w1400 .right .lang a {
  color: #000;
  font-weight: 700;
}
.headerMob .w1400 .right .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 16px;
  margin-left: 30px;
  font-size: 0;
}
.headerMob .w1400 .right .menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  transform: rotate(0);
  transition: transform 0.3s;
}
.headerMob .w1400 .right .menu span:nth-child(2) {
  width: 10px;
}
.headerMob .w1400 .right .menu.on {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.headerMob .w1400 .right .menu.on span {
  position: absolute;
  top: 50%;
}
.headerMob .w1400 .right .menu.on span:nth-child(2) {
  display: none;
}
.headerMob .w1400 .right .menu.on span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.headerMob .w1400 .right .menu.on span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.headerList {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 6;
}
.headerList ul {
  height: 550px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  padding: 50px 30px 0;
}
.headerList ul .searchMob {
  padding: 30px 0;
}
.headerList ul .searchMob input {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  background: url(../../img/images/search4.png) no-repeat right 18px center;
  background-size: 15px auto;
  padding: 0 20px;
  font-size: 12px;
  color: #999;
}
.headerList ul li {
  border-top: 1px solid #eee;
}
.headerList ul li p {
  position: relative;
}
.headerList ul li p a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #222;
}
.headerList ul li p span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding-right: 10px;
}
.headerList ul li p span img {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.headerList ul li > .on span img {
  transform: rotate(-90deg);
}
.headerList ul li .level {
  height: 0;
  overflow: hidden;
}
.headerList ul li .level .list p {
  padding-left: 15px;
  border-top: 1px solid #eee;
}
.headerList ul li .level .list > .on span img {
  transform: rotate(-90deg);
}
.headerList ul li .level .list .level2 {
  height: 0;
  overflow: hidden;
}
.headerList ul li .level .list .level2 a {
  display: flex;
  border-top: 1px solid #eee;
  padding-left: 30px;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}
.headerList .blackBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.listBanner {
  position: relative;
}
.listBanner .img {
  font-size: 0;
  height: 420px;
}
.listBanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listBanner .w1400 {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.listBanner .w1400 .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 1px;
  padding-top: 8px;
  color: #fff;
}
.listBanner .w1400 .tips {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 13px;
}
.listBanner .w1400 .bread {
  position: absolute;
  right: 0;
  bottom: 14px;
  display: flex;
}
.listBanner .w1400 .bread span, .listBanner .w1400 .bread a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
}
.listBanner .w1400 .bread span:first-child, .listBanner .w1400 .bread a:first-child {
  display: none;
}
.listBanner .w1400 .bread span {
  margin: 0 8px;
}

.pageBread {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 0;
}
.pageBread a, .pageBread span {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-left: 10px;
  letter-spacing: 1px;
}

.posiBread {
  position: absolute;
  right: 13.5416666667%;
  z-index: 1;
  width: auto;
}

.footer {
  border-top: 1px solid #dcdcdc;
}
.footer .w1400 {
  display: flex;
  justify-content: space-between;
}
.footer .w1400 .left {
  padding-top: 62px;
  padding-bottom: 36px;
  width: 23.5714285714%;
}
.footer .w1400 .left .logo {
  font-size: 0;
  height: 72px;
}
.footer .w1400 .left .logo img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.footer .w1400 .left .tel {
  display: flex;
  align-content: center;
  font-size: 15px;
  color: #777;
  line-height: 20px;
}
.footer .w1400 .left .tel a {
  font-size: 15px;
  color: #777;
  line-height: 20px;
}
.footer .w1400 .left .addr {
  max-width: 200px;
}
.footer .w1400 .left .addr p {
  font-size: 15px;
  line-height: 26px;
  color: #777;
}
.footer .w1400 .left .wechat {
  margin-top: 63px;
}
.footer .w1400 .left .wechat .img {
  font-size: 0;
}
.footer .w1400 .left .wechat p {
  font-size: 15px;
  /* line-height: 26px; */
  color: #777;
  margin-top: 8px;
  height: 78px;
}
.footer .w1400 .right {
  width: 76.4285714286%;
  border-left: 1px solid #dcdcdc;
  padding-top: 75px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .w1400 .right .top {
  display: flex;
  justify-content: space-evenly;
}
.footer .w1400 .right .top .list {
  /* margin-left: 11.214953271%; */
}
.footer .w1400 .right .top .list p {
  font-size: 16px;
  color: #222;
  margin-bottom: 12px;
}
.footer .w1400 .right .top .list a {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #777;
}
.footer .w1400 .right .top .list:first-child {
  margin-left: 0;
}
.footer .w1400 .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
}
.footer .w1400 .right .bottom .text {
  text-align: right;
  font-size: 14px;
  color: #222;
  line-height: 2;
}
.footer .w1400 .right .bottom .text a {
  font-size: 14px;
  color: #222;
  line-height: 2;
}
.footer .w1400 .right .bottom .link {
  position: relative;
}
.footer .w1400 .right .bottom .link p {
  display: flex;
  justify-content: space-between;
  width: 240px;
  padding: 0 18px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 38px;
  color: #444;
  background: url(../../img/images/footerLinkIco.png) no-repeat right 22px center;
  cursor: pointer;
}
.footer .w1400 .right .bottom .link .linkList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 0;
  max-height: 296px;
  overflow: hidden;
  background: #f8f8f8;
}
.footer .w1400 .right .bottom .link .linkList.hidden {
  overflow: auto;
}
.footer .w1400 .right .bottom .link .linkList a {
  display: block;
  padding: 0 18px;
  font-size: 14px;
  line-height: 38px;
  color: #444;
}

.footerMob {
  display: none;
}
.footerMob .w1400 {
  padding-top: 15px;
  padding-bottom: 20px;
}
.footerMob .w1400 .top li > a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 44px;
  color: #666;
  border-bottom: 1px solid #eee;
}
.footerMob .w1400 .top li .level {
  height: 0;
  overflow: hidden;
}
.footerMob .w1400 .top li .level a {
  display: block;
  font-size: 14px;
  line-height: 44px;
  color: #666;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.footerMob .w1400 .wechat {
  font-size: 0;
}
.footerMob .w1400 .wechat img {
  margin-top: 30px;
}
.footerMob .w1400 .wechat p {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  height: 48px;
}
.footerMob .w1400 .link {
  position: relative;
  margin: 15px 0 20px;
}
.footerMob .w1400 .link p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 38px;
  color: #444;
  background: url(../../img/images/footerLinkIco.png) no-repeat right 22px center;
  cursor: pointer;
}
.footerMob .w1400 .link .linkList {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f8f8f8;
}
.footerMob .w1400 .link .linkList a {
  display: block;
  padding: 0 18px;
  font-size: 14px;
  line-height: 38px;
  color: #444;
}
.footerMob .w1400 .beian {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #eee;
  color: #666;
  padding-top: 15px;
}
.footerMob .w1400 .beian a {
  display: block;
  color: #666;
  margin-top: 5px;
}

.rightBlock {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 4;
}
.rightBlock .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #58b84f;
  cursor: pointer;
  position: relative;
}
.rightBlock .contact .img {
  font-size: 0;
}
.rightBlock .contact p {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.rightBlock .posi {
  width: 783px;
  height: 190px;
  background: #fff;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: -783px;
  display: flex;
  transition: box-shadow 0.3s;
}
.rightBlock .posi .close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 20px;
  height: 100%;
  background: #58b84f;
  border: 1px solid #58b84f;
}
.rightBlock .posi .close img:last-child {
  display: none;
}
.rightBlock .posi .list {
  width: calc((100% - 20px) / 4);
  border: 1px solid #eee;
  border-right: 0;
  padding-top: 44px;
}
.rightBlock .posi .list:hover {
  background: rgba(245, 246, 249, 0.7);
  border-color: rgba(245, 246, 249, 0.7);
}
.rightBlock .posi .list:nth-child(2) {
  border-left: 0;
}
.rightBlock .posi .list .img {
  font-size: 0;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightBlock .posi .list .tit {
  font-size: 18px;
  color: #222;
  text-align: center;
  margin-top: 26px;
}
.rightBlock .posi .list .tips {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  text-align: center;
  margin-top: 5px;
  word-wrap: break-word;
}
.rightBlock .posi .list .tips a {
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
.rightBlock .posi:hover {
  box-shadow: 0px 0px 10px 0px #e7e9f4;
}
.rightBlock .kefu {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 57px;
}

.windowBlock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.windowBlock .winBlock1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  display: none;
}
.windowBlock .winBlock1 .close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../images/closeBg.png) no-repeat;
}
.windowBlock .winBlock1 .close img {
  position: absolute;
  top: 14px;
  right: 14px;
}
.windowBlock .winBlock1 .left {
  width: 32.6%;
  padding: 52px 37px 72px;
  background: url(../../img/images/windowBlockImg.jpg) no-repeat right bottom/cover;
}
.windowBlock .winBlock1 .left .tit {
  font-size: 22px;
  color: #fff;
}
.windowBlock .winBlock1 .left .tips {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 18px;
}
.windowBlock .winBlock1 .left .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 42px;
}
.windowBlock .winBlock1 .left .tel {
  margin-top: 46px;
}
.windowBlock .winBlock1 .left .tel p {
  font-size: 16px;
  color: #fff;
}
.windowBlock .winBlock1 .left .tel a {
  font-size: 28px;
  color: #fff;
  margin-top: 16px;
  display: block;
}
.windowBlock .winBlock1 .left .wechat {
  display: flex;
  margin-top: 50px;
}
.windowBlock .winBlock1 .left .wechat .list {
  margin-left: 25px;
}
.windowBlock .winBlock1 .left .wechat .list p {
  font-size: 16px;
  color: #fff;
}
.windowBlock .winBlock1 .left .wechat .list .img {
  font-size: 0;
  margin-top: 22px;
}
.windowBlock .winBlock1 .left .wechat .list:first-child {
  margin-left: 0;
}
.windowBlock .winBlock1 .right {
  width: 67.4%;
  background: #fff;
  padding: 66px 57px 67px;
}
.windowBlock .winBlock1 .right .tit {
  font-size: 22px;
  color: #222;
  line-height: 30px;
  font-weight: bold;
}
.windowBlock .winBlock1 .right form {
  margin-top: 32px;
}
.windowBlock .winBlock1 .right form input {
  background: #f9f9fa;
  border: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  color: #999;
  padding: 0 16px;
}
.windowBlock .winBlock1 .right form .list {
  display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.windowBlock .winBlock1 .right form .list p {
  width: calc((100% - 14px) / 2);
  position: relative;
}
.windowBlock .winBlock1 .right form .list p input {
  padding: 0 25px 0 16px;
}
.windowBlock .winBlock1 .right form .list p span {
  position: absolute;
  line-height: 56px;
  right: 14px;
  top: 0;
  color: #ea2a2e;
}
.windowBlock .winBlock1 .right form #mess {
  font-size: 16px;
  color: #999;
  padding: 9px 16px;
  line-height: 26px;
  font-family: "微软雅黑";
  background: #f9f9fa;
  border: 0;
  width: 100%;
  height: 120px;
  margin-top: 14px;
  resize: none;
}
.windowBlock .winBlock1 .right .check {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  color: #999;
}
.windowBlock .winBlock1 .right .check span {
  transform: translateY(5px);
  width: 14px;
  height: 14px;
  border: solid 1px #c9c9c9;
  position: relative;
  margin-right: 8px;
}
.windowBlock .winBlock1 .right .check span::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
.windowBlock .winBlock1 .right .check a {
  color: #58b84f;
}
.windowBlock .winBlock1 .right .check.on span::after {
  background: #1794cb;
}
.windowBlock .winBlock1 .right .btn {
  display: flex;
  margin-top: 18px;
}
.windowBlock .winBlock1 .right .btn a {
  display: block;
  width: 182px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #1794cb;
}
.windowBlock .winBlock1 .right .btn .tips {
  font-size: 16px;
  line-height: 46px;
  color: #999;
  margin-left: 40px;
}
.windowBlock .winBlock2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  background: url(../../img/images/winBlock2Bg.jpg) no-repeat center/cover;
  display: none;
}
.windowBlock .winBlock2 .close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../../img/images/closeBg2.png) no-repeat center;
}
.windowBlock .winBlock2 .close img {
  position: absolute;
  top: 14px;
  right: 14px;
  filter: contrast(1) brightness(10);
}
.windowBlock .winBlock2 .left {
  width: calc(100% - 303px);
  padding: 58px 60px 60px 70px;
  border-right: 1px solid #eee;
}
.windowBlock .winBlock2 .left .tit {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #222;
}
.windowBlock .winBlock2 .left .tit span {
  width: 6px;
  height: 24px;
  margin-right: 16px;
  background-color: #1794cb;
}
.windowBlock .winBlock2 .left form .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}
.windowBlock .winBlock2 .left form .list p {
  position: relative;
  width: calc((100% - 14px) / 2);
}
.windowBlock .winBlock2 .left form .list p input {
  width: 100%;
  border: 0;
  font-size: 16px;
  height: 46px;
  background: #f9f9fa;
  padding: 0 25px 0 15px;
}
.windowBlock .winBlock2 .left form .list p span {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 16px;
  line-height: 46px;
  color: #ea2a2e;
}
.windowBlock .winBlock2 .left form .list2 p {
  width: 100%;
}
.windowBlock .winBlock2 .left form .textarea {
  width: 100%;
  height: 110px;
  padding: 15px;
  border: none;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 28px;
  color: #999;
  background: #f9f9fa;
}
.windowBlock .winBlock2 .left form .check {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  margin-top: 19px;
  color: #999;
}
.windowBlock .winBlock2 .left form .check span {
  transform: translateY(7px);
  min-width: 14px;
  width: 14px;
  height: 14px;
  border: solid 1px #c9c9c9;
  position: relative;
  margin-right: 8px;
}
.windowBlock .winBlock2 .left form .check span::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
.windowBlock .winBlock2 .left form .check a {
  color: #58b84f;
}
.windowBlock .winBlock2 .left form .check.on span::after {
  background: #1794cb;
}
.windowBlock .winBlock2 .left form .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}
.windowBlock .winBlock2 .left form .btn a {
  display: block;
  width: 182px;
  margin-right: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  background-color: #1794cb;
}
.windowBlock .winBlock2 .left form .btn .tips {
  font-size: 16px;
  line-height: 28px;
  color: #999;
}
.windowBlock .winBlock2 .right {
  padding: 118px 30px 0 69px;
}
.windowBlock .winBlock2 .right .tel p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin-bottom: 12px;
}
.windowBlock .winBlock2 .right .tel a {
  font-size: 28px;
  line-height: 32px;
  color: #555;
}
.windowBlock .winBlock2 .right .wechat {
  margin-top: 35px;
}
.windowBlock .winBlock2 .right .wechat .list {
  margin-bottom: 34px;
}
.windowBlock .winBlock2 .right .wechat .list .img {
  margin-top: 19px;
  margin-left: -6px;
  font-size: 0;
}
.windowBlock .winBlock2 .right .wechat .list .img img {
  width: 104px;
}
.windowBlock .winBlock2 .right .wechat .list:last-child {
  margin-bottom: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
  width: 40px;
  background: #fff;
}
.pagination li a, .pagination li span {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #999;
  display: block;
}
.pagination li.active {
  background: #1794cb;
}
.pagination li.active a, .pagination li.active span {
  color: #fff;
}

.detail .w1400 .bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 27px 0;
}
.detail .w1400 .bread span, .detail .w1400 .bread a {
  font-size: 15px;
  line-height: 2;
  color: #555;
}
.detail .w1400 .bread span:first-child, .detail .w1400 .bread a:first-child {
  display: none;
}

#newBridge {
  display: none !important;
}

@media (max-width: 1800px) {
  .header .w1600 .right .nav li {
    margin-right: 25px;
  }
}
@media (max-width: 1440px) {
  .footer .w1400 .right .top .list {
    margin-left: 7.476635514%;
  }
}
@media (max-width: 1280px) {
  .header .w1600 .right .search {
    width: 40px;
    height: 40px;
  }
  .header .w1600 .right .search input {
    display: none;
  }
  .header .w1600 .right .lang {
    margin-left: 30px;
  }
  .listBanner .img {
    height: 330px;
  }
  .listBanner .w1400 .tit {
    font-size: 30px;
  }
  .pageBread {
    justify-content: flex-start;
  }
  .posiBread {
    position: initial;
    width: 100%;
    padding: 12px 5%;
  }
  .posiBread .w1400 a, .posiBread .w1400 span {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .header .w1600 .logo {
    height: 66px;
  }
  .header .w1600 .right .nav li {
    margin-right: 10px;
  }
  .header .w1600 .right .lang {
    margin-left: 20px;
  }
  .header .downSearch {
    top: 86px;
  }
  .footer .w1400 .left {
    width: 230px;
  }
  .footer .w1400 .right .top .list {
    margin-left: 5.6074766355%;
  }
}
@media (max-width: 996px) {
  .header {
    display: none;
  }
  .headerMob {
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  }
  .listBanner .img {
    height: 260px;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    border-top: 1px solid #eee;
  }
  .rightBlock .contact {
    width: 70px;
    height: 70px;
  }
  .rightBlock .contact .img {
    width: 20px;
  }
  .rightBlock .contact p {
    font-size: 12px;
  }
  .rightBlock .posi {
    right: -160px;
    flex-direction: column;
    width: 120px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .rightBlock .posi .close {
    width: 40px;
    height: 80px;
    background: #fff;
    border: none;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .rightBlock .posi .close img {
    display: none;
    margin: 0 auto;
  }
  .rightBlock .posi .close img:last-child {
    display: block;
  }
  .rightBlock .posi .list {
    width: 100%;
    height: 120px;
    padding-top: 5px;
  }
  .rightBlock .posi .list .img {
    margin: 0 auto;
  }
  .rightBlock .posi .list .tit {
    font-size: 14px;
    margin-top: 5px;
  }
  .rightBlock .posi .list .tips {
    font-size: 12px;
    padding: 0 15px;
  }
  .rightBlock .kefu {
    width: 70px;
    margin-top: 30px;
  }
  .windowBlock {
    overflow-y: auto;
  }
  .windowBlock .winBlock1 {
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .windowBlock .winBlock1 .left {
    width: 100%;
    padding: 30px;
  }
  .windowBlock .winBlock1 .left .line, .windowBlock .winBlock1 .left .tel {
    display: none;
  }
  .windowBlock .winBlock1 .left .wechat {
    margin-top: 20px;
  }
  .windowBlock .winBlock1 .right {
    width: 100%;
    padding: 30px;
  }
  .windowBlock .winBlock1 .right form .list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .windowBlock .winBlock1 .right form .list p {
    width: 100%;
    margin-bottom: 14px;
  }
  .windowBlock .winBlock1 .right .btn {
    flex-direction: column;
  }
  .windowBlock .winBlock1 .right .btn .tips {
    margin-left: 0;
    margin-top: 15px;
  }
  .windowBlock .winBlock2 {
    flex-direction: column;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .windowBlock .winBlock2 .left {
    width: 100%;
    padding: 5% 5% 50px;
  }
  .windowBlock .winBlock2 .left .tit {
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .windowBlock .winBlock2 .left form .list {
    margin-bottom: 0;
  }
  .windowBlock .winBlock2 .left form .list p {
    width: 100%;
    margin-bottom: 15px;
  }
  .windowBlock .winBlock2 .left form .list p input {
    font-size: 12px;
    height: 45px;
  }
  .windowBlock .winBlock2 .left form .textarea {
    font-size: 12px;
  }
  .windowBlock .winBlock2 .left form .check p {
    font-size: 10px;
  }
  .windowBlock .winBlock2 .left form .btn .addForm2 {
    width: 130px;
    margin-right: 28px;
    font-size: 12px;
    line-height: 45px;
  }
  .windowBlock .winBlock2 .left form .btn .tips {
    font-size: 10px;
  }
  .windowBlock .winBlock2 .right {
    display: none;
  }
}
@media (max-width: 500px) {
  .headerList ul {
    padding: 50px 20px 0;
  }
  .headerList ul .searchMob {
    padding: 30px 0;
  }
  .headerList ul .searchMob input {
    font-size: 14px;
  }
  .headerList ul li p a {
    font-size: 14px;
  }
  .headerList ul li .level .list .level2 a {
    font-size: 14px;
  }
  .listBanner .w1400 .tit {
    padding-top: 0;
    font-size: 24px;
    line-height: 34px;
  }
  .listBanner .w1400 .tips {
    margin-top: 10px;
    font-size: 16px;
  }
  .listBanner .w1400 .bread span, .listBanner .w1400 .bread a {
    font-size: 14px;
  }
  .detail .w1400 .bread {
    padding: 15px 0;
  }
  .detail .w1400 .bread a, .detail .w1400 .bread span {
    font-size: 14px;
    line-height: 20px;
  }
  .footerMob .w1400 .top li > a {
    font-size: 14px;
  }
  .footerMob .w1400 .beian {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .close {
    position: fixed;
  }
  .windowBlock .winBlock1 .left .tips {
    font-size: 14px;
    line-height: 22px;
  }
  .windowBlock .winBlock1 .left .wechat .list p {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .left .wechat .list .img {
    margin-top: 14px;
  }
  .windowBlock .winBlock1 .right .tit {
    font-size: 20px;
  }
  .windowBlock .winBlock1 .right #liuyan {
    margin-top: 20px;
  }
  .windowBlock .winBlock1 .right #liuyan .list p input {
    height: 40px;
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right #liuyan input {
    height: 40px;
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right #liuyan textarea {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right #liuyan textarea::-moz-placeholder {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right #liuyan textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right #liuyan textarea::placeholder {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right .btn {
    font-size: 14px;
  }
  .windowBlock .winBlock1 .right .btn a {
    font-size: 14px;
    width: 100%;
    line-height: 40px;
  }
  .windowBlock .winBlock1 .right .btn .tips {
    font-size: 14px;
  }
}/*# sourceMappingURL=currency.css.map */