@charset "utf-8";
/*清除浮动*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after{ clear:both; }/* For IE 6/7 (trigger hasLayout) */
.clearfix{ zoom:1;}
.clear{clear:both;height:0px;overflow:hidden;}
.clear{clear:both;height:0px;overflow:hidden;}
/*常用css*/
div {
    display: block;
}
.pr {
    position: relative;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
.l {
  color: #6b0018 !important;
}
* {
  box-sizing: border-box;
}
.w {
  width: 300px;
  min-width: 300px;
  margin: 0 auto;
}

/*header*/
.page-box {
 
  background-image: linear-gradient(to bottom, #fff, #d1f0f2 172%);
  
  padding: 60px 0 60px;
 
}
.page-box h2 {
   font-weight: 700;
  font-size: 3em;
 text-align: center;
  
  
  line-height: 1.4em;
}
.page-box h3 {
  font-size: 1.2em;
  text-align: center;
  margin: 20px 0px;
}
.btn-submit {
  width: 160px;
  float: left;
}
.btn-submit button {
  cursor: pointer;
  background-color: #ef2742;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 18px 0;
  width: 100%;
  height: 60px;
  line-height: 25px;
}
.btn-submit button:hover,
.btn-submit button:focus {
  background-color: #C12238;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}
.btn-submit button:active {
  background-color: #C12238;
  color: #FFF;
}
.form-box {
	margin-top: 10px;
  margin-bottom: 20px;
}
.w {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-box .col {
  float: left;
  margin-right: 10px;
  width: calc((100% - 250px) / 3);
}
.input {
  background-color: #FFF;
  border: 2px solid #2bb29e;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 35px 20px 12px;
  width: 100%;
  height: 60px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.input:focus {
  outline: 0;
  border-color: #33d4c0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input:-ms-input-placeholder {
  color: #555;
  font-weight: bold;
  opacity: 1;
}
.input::-ms-input-placeholder,
.input::placeholder {
  color: #555;
  font-weight: bold;
  opacity: 1;
}
.select-state {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url(../img/arrow.svg);
  background-position: 93% 55%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 30px 0 11px;
  color: #555;
}
.other-row .other-left {
  float: left;
  background: rgba(52, 176, 160, 0.1);
  margin: 15px 0 0 0;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 15px;
}
.other-row .other-right {
	width: 45%;
	background-color: #fcc41c;
	border-radius: 20px;
	padding: 6px 11px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto 0px auto;
	text-align: center;
}
.header-row {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.header {
  padding: 15px;
}
.header .link {
  display: block;
  border: 2px solid #34b0a0;
  border-radius: 6px;
  padding: 8px;
  color: #1f7d6f;
  font-weight: bold;
  text-align: center;
  transition: all 300ms ease;
}
.header .li-tel {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 16px;
}
.header .tel {
  color: #000;
  font-family: 'Karla';
}
.header .tel:hover {
  color: #1F7D6F;
}
.head-right li {
  float: left;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  max-height: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 500ms;
}
.nav-open .nav-overlay {
  max-height: none;
  opacity: 1;
}
.nav-bar-toggler {
  padding: 5px 10px;
}
.subcontent{
	padding: 0 20px;
	margin-top: 35px;

}
.subcontent h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0px 2px 0px;
}
.subcontent p {
	padding: 0px;
	margin: 10px 0px;
	font-size: 16px;
	line-height: 18px;
}
.subcontent a {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;	
}


h1 {
	text-align: center;	
	font-size: 1.6em;
	padding-top: 20px;
}


.siteimg {
    display: block;
    margin: 20px auto;
    width:75%;
}

.related {

    margin: 30px 0px 20px 0px;

}
/*footer*/
@media (min-width: 768px) {

  .other-row .other-right {
    font-size: 16px;
	 
  }
  .w {
    max-width: 720px;
  }
  .input {
    height: 70px;
  }
  .btn-submit button {
    height: 70px;
  }
  .page-box .h1 {
    font-size: 52px;
  }
  .page-box .h3 {
	font-size: 24px;
  }

}
@media (max-width: 767px) {
 .page-box {
 
 
  
  padding: 30px 0 30px;
 
}
	.other-row .other-right {
	width: 80%;

	
	padding: 6px 11px;
	font-size: 14px;

}
	
	.form-box .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .btn-submit {
    width: 100%;
  }

}
@media (max-width: 991px) {
  .nav-open .head-right {
    transform: translateX(0);
  }
  .head-right {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    z-index: 2;
    transition: transform 500ms ease;
  }
  .head-right ul {
    background: #EAF7F5;
    height: 100vh;
    padding: 20px;
  }
  .head-right ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .head-right ul .li-tel {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

}
@media (min-width: 992px) {
  .nav-overlay {
    display: none;
  }
  .nav-bar-toggler {
    display: none;
  }
  .w {
    max-width: 960px;
  }
  .page-box .h1 {
    font-size: 60px;
  }
  .btn-submit {
    width: 220px;
  }
  .header .link {
    margin-left: 10px;
    padding: 6px;
    width: 100px;
    font-size: 17px;
  }

}
@media (min-width: 1200px) {
  .w {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 767px) {
  .siteimg {

    width:100%;
}
}

