@charset "UTF-8";
body{overflow-x: hidden;overflow-y: auto;font-family: "microsoft yahei","宋体", "Arial";}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px;line-height: 28px;font-family: "microsoft yahei","宋体", "Arial";color: #333;}
h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
a {text-decoration: none;}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zijian-logo {
  height: 90px;
}

.center { width: 1200px; margin: 0 auto; }

.nav {
  width: 100%;
  height: 60px;
  background: #1d98a0;
}
.nav a {
  width: 149px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  transition: all .5s;
}
.nav a:hover { background: #36d0c4; }
.nav a.hover { background: #36d0c4; }

/* .banner { height: 600px; padding-bottom: 60px; } */
.banner img {
  height: 100%;
  /* width: 1920px; */
  /* display: block; */
  /* position: relative; */
  /* left: 50%;
  margin-left: -960px;
  top: 0; */
}
.plate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 60px;
}
.title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
.title:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1d98a0;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
}

.composing {
  width: 286px;
  height: 254px;
  border: 1px solid #ddd;
  transition: .5s;
  padding: 8px;
  padding-bottom: 0;
  cursor: pointer;
  margin-right: 168px;
  margin-bottom: 50px;
}
.composing a {
  color: #333;
}
.composing:nth-child(3n) {
  margin-right: 0 !important;
}
.composing-img {
  width: 268px;
  height: 201px;
  overflow: hidden;
  object-fit: cover;
}
.composing-img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  object-fit: cover;
}
.composing:hover img { transform: scale(1.2); }
.composing:hover { border-color: #1d98a0; color: #1d98a0; }
.composing p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
}

.footer {
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #313435;
}
.footer .fnav {
  width: 280px;
  float: left;
}
.footer .footer-title {
  color: #ddd;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.footer .fnav ul {
  padding-top: 10px;
  overflow: hidden;
}
.footer .fnav ul li {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}
.footer .fnav ul li a {
  display: block;
  color: #ccc;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
.footer .contact {
  width: 400px;
  float: left;
  margin-left: 60px;
}
.footer .contact .box {
  padding-top: 15px;
}
.footer .contact p {
  color: #ccc;
  line-height: 30px;
  margin-top: 5px;
}
.footer .link {
  width: 350px;
  float: left;
  margin-left: 60px;
}
.footer .link .box {
  text-align: left;
  float: left;
  margin-top: 20px;
}
.footer .link a {
  color: #ccc;
  line-height: 30px;
  display: inline-block;
  padding-right: 15px;
}
.copyright {
  color: #ccc;
  line-height: 60px;
  text-align: center;
  background-color: #2b2c2d;
}
.copyright a {
  color: #ccc;
}
.location {
  line-height: 35px;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.content {
  min-height: 55vh;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.content p {
  white-space: normal;
  text-indent: 2em;
}

.website ul li.active {
  color: #fff;
  border: 1px solid #1d98a0;
  background-color: #1d98a0;
}

.website ul li:hover, .website ul li a:hover {
  color: #fff;
  border: 1px solid #1d98a0;
  background-color: #1d98a0;
}

.order {
  width: 100%;
  min-height: 400px;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 0 0 50px 0;
}

.order>p {
  font-size: 25px;
  font-weight: 700;
  color: rgb(41, 41, 41);
  margin-bottom: 10px;
}

.order-banner {
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  color: #fff;
  background-color: #1d98a0;
  padding: 10px;
}

.order-banner div {
  flex: 1;
}

.order-item-box {
  width: 100%;
}
.order-item-box .order-item:last-child {
  border-bottom: none;
}

.order-item {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  color: rgb(86, 86, 86);
  background-color: #eaeaea;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.order-item div {
  flex: 1;
}
.news {
  border: 1px solid #ddd;
  padding: 19px;
  overflow: hidden;
  min-height: 499px;
  margin-bottom: 50px;
}
.news .headline h3 {
  color: #1d98a0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.news .headline {
  display: flex;
  padding-bottom: 19px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  justify-content: space-between;
}
.news .headline a {
  color: #999;
}
.news-block {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.news-title {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.news-content {
  color: #666;
  font-size: 12px;
  line-height: 23px;
  height: 50px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.dashed  {
  border-bottom: 1px dashed #eaeaea !important;
  margin-top: 0;
  display: flex;
  padding-bottom: 15px;
}
.news-more {
  display: flex;
  margin-bottom: 100px;
  flex-flow: column;
}
.news-time {
  width: 120px;
  height: 100px;
  font-family: arial;
  font-size: 18px;
  color: #666;
  text-align: center;
  background: #f2f2f2;
  margin-right: 30px;
  display: flex;
  flex-flow: column;
}
.news-time .day {
  font-size: 40px;
  line-height: 60px;
  display: block;
}
.news-width {
  width: 87%;
}
.details-title h1 {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
}
.details-title div {
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  color: #999;
  font-size: 12px;
}
.details-content {
  padding: 5px 0px 20px 0px;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  overflow: hidden;
  min-height: 600px;
}
.details-img {
  width: 700px;
  display: block;
  margin: 30px auto 30px;
}
.text-head {
  text-indent: 2em;
}
#formContainer, .formRight form {
  width: 440px;
  height: 375px;
}
.toggle,.toggle .formRight form {
  height: 420px !important;
}
.formRight form header {
  text-align: center;
}
.formRight form header h1 {
  height: 40px;
  margin-bottom: 25px;
  padding: 0 25px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-size: 26px;
  color: #444;
}

.formRight form section label input {
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-shadow: 0 3px 5px -4px rgb(0 0 0 / 40%) inset, -1px 0 3px -2px rgb(0 0 0 / 10%) inset;
  z-index: 1;
  font-size: 12px;
  color: #333;
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.formRight form section button {
  width: 100%;
  height: 44px;
  background: linear-gradient(#20a53a,#189d32);
  border: 1px solid #20a53a;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #fff;
  box-shadow: inset 0 1px 2px #30ad42;
  text-shadow: #00851a 0 -1px 0;
}
.formRight form section label input:hover {
  outline: -webkit-focus-ring-color auto 1px;
}
.formRight form section label input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.formRight form footer {
  width: 100%;
  flex-direction: row-reverse;
}
.formRight form footer button {
  color: #20a53a;
  text-decoration: underline;
}
.formRight form section button:hover {
  background: linear-gradient(#10952a,#088d22) !important;
  border: 1px solid #10952a;
}

.swiper {
  height: 800px;
  margin-bottom: 30px;
}
.swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
}