/* CSS Document */
@charset "utf-8";
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}
a:active, a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
  width: auto;
}
p {
  white-space: normal;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4 {
  font-weight: 700;
}
h5, h6 {
  font-weight: 500;
  font-size: 100%
}
button, input, select, textarea {
  font-size: 100%
}
button, input, optgroup, option, select, textarea {

  outline: 0
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body {
  line-height: 1.6;
  color: #333;
  color: rgba(0, 0, 0, .85);
}
hr {
  height: 0;
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
  background: 0 0
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a cite {
  font-style: normal;
  cursor: pointer;
}
.ryzz {
  width: 100%;
  overflow: hidden;
  background: #952c29;
  padding: 0;
}
.jianjie {
  overflow: hidden;
  background: url("../image/u541.png") no-repeat left bottom;
}
.title {
  text-align: center;
  font-size: 2.3rem;
  color: #E7BE86;
  margin-bottom: 12px;
  padding-bottom: 10px;
  /* border-bottom: 3px solid #2d74da; */
  margin-top: 20px;
}
.container1 p {
  color: #fff;
  text-align: center;
}
.cert-box {
  /* background: white; */
  /* border-radius: 8px; */
  padding: 25px;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.08); */
  position: relative;
  /* overflow: hidden; */
}
.cert-slider {
  display: flex;
  transition: transform 0.3s ease;
  margin: 0 -10px;
  flex-wrap: wrap;
  flex-direction: row;
}
.cert-item {
  flex: 0 0 25%;
  padding: 0 10px;
}
.cert-img-box {
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}
.cert-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.cert-img:hover {
  transform: scale(1.03);
}
.cert-name {
  font-size: 18px;
  color: #1a365d;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.cert-info {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.4;
  text-align: center;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
.arrow {
  position: absolute;
  top: 48%;
  /* left: 0; */
  transform: translateY(-50%);
  width: 45px;
  height: 85px;
  background: white;
  border: none;
  /* border-radius: 50%; */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  font-size: 35px;
  color: #952c29;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 85px; */
  align-content: center;
}
.arrow:hover {
  background: #efd5b0;
  color: white;
}
.arrow-left {
  left: -26px;
}
.arrow-right {
  right: -26px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #2d74da;
}
@media (min-width: 1024px) {
.form-group.textarea {
  margin-bottom: 2rem;
}
	.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
  .container1 {
    max-width: 80%;
    margin: 0 auto;
    /* padding: 0 2%; */
  }
.contact-title {
  font-size: 2.2rem;
  color: #9b2b25;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9b2b25;
  display: inline-block;
}

}
@media (max-width: 992px) {
  .cert-item {
    flex: 0 0 33.333%;
  }
	.form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
}
@media (max-width: 768px) {
	.form-group.textarea {
  margin-bottom: 1rem;
}
.contact-title {
  font-size: 2.2rem;
  color: #9b2b25;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9b2b25;
  display: inline-block;
}
	.contact-title{
		font-size: 1.5rem;
	}
  .cert-item {
    flex: 0 0 50%;
  }
  .cert-img-box {
    height: auto;
  }
  .arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .cert-item {
    flex: 0 0 100%;
  }
  .cert-box {
    padding: 15px;
  }
  .title {
    font-size: 24px;
  }
}
.contact-portal {
  max-width: 85%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
}
.contact-info-panel {
  flex: 1 1 350px;
}

.contact-desc {
  margin-bottom: 0.5rem;
  color: #555;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 0rem; */
}
.info-card {
  /* background-color: #fff; */
  padding: 1.2rem;
  border-radius: 6px;
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); */
}
.info-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #333;
}
.info-card p {
  margin-bottom: 1rem;
  color: #666;
}
.info-action {
  color: #9b2b25;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  font-family: 'Source';
}
.info-action:hover {
  /* text-decoration: underline; */
}
.contact-form-wrapper {
  flex: 1 1 400px;
  /* background-color: #fff; */
  padding: 2rem;
  border-radius: 8px;
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); */
  margin-top: 60px;
}

.form-group {
  flex: 1 1 180px;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #555;
  font-weight: 500;
}
.form-control {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #444;
  /* border-radius: 4px; */
  font-size: 1rem;
  background: none;
  font-family: 'Source','Courier New', monospace;
  color: #757575;
}
.form-control:focus {
  outline: none;
  border-color: #9b2b25;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.submit-btn {
  width: 100%;
  padding: 1rem;
  background: none;
  border: 1px solid #444444;
  color: #9b2b25;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background-color: #9b2b25;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-portal {
    gap: 2rem;
    max-width: 94%;
    margin: 10px;
  }
  .jianjie {
    overflow: hidden;
    background: none；
  }
  .ryzz {
    padding: 1rem;
  }
  .container1 {
    width: 98%;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-wrapper {
    padding: 0rem;
    margin-top: 0;
  }
}
.map {
  width: 100%;
  margin-bottom: 5rem;
}
.yzm{
	border: solid 1px #000;
	padding: 0.8rem;
	background: none;
	width: 50%;
	float: left;
	font-family: 'Source','Courier New', monospace;
	}
.form-group img{
	width: auto;
	float: left;
	margin-left: 5px;
	width: 100px;
	height: 47px;
}

