a {color: inherit;transition: all 0.35s;}
.justify {
  text-align: justify;
  text-justify:inter-ideograph;
  font-size: 0;
}
.justify::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  vertical-align: top;
}
.wrap {
  width: 1280px;
  margin: auto;
}

.banner {
  height: 520px;
  background: url("../image/banner.jpg") no-repeat center;
  text-align: center;
}
.formbtn {
  margin-top: 400px;
  cursor: pointer;
}
.formbox {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.form-tit {
  display: block;
  text-align: center;
  color: #4c524d;
  margin: 15px auto;
}
.tkform {
  width: 300px;
  height: 300px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 99999;
  display: none;
}
.close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.tkform-input {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto;
  padding-left: 10px;
  border: 1px solid #333;
}
.tkform-select {width: 250px;margin-top: 0;}
.tkform-submit {width: 250px;background: #4c524d;color:#fff;}

.xyhj {
  margin: 30px auto;
  text-align: center;
  font-size: 0;
}
.xyhj li {
  display: inline-block;
  width: 550px;
  margin: 0 10px;
  font-size: 30px;
  color: #e4393c;
  line-height: 2em;
}
.tknav {padding: 30px 0;background: #fff;}
.Selected {
  position: fixed;
  top: 0;
  z-index: 999;
}
.tknav a {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 20px;
  border-radius: 10px;
}
.tknav a.on {
  background: #e4393c;
  border-color: #e4393c;
  color: #fff;
}
.tknav a .iconfont {
  font-size: 30px;
  vertical-align: middle;
  padding-right: 30px;
}
.imglist li {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
}
.list-con {
  width: 100%;
  height: 250px;
  padding-top: 150px;
  font-size: 18px;
  text-align: center;
  background: rgba(0,0,0,0.7);
  color: #fff;
  transition: all 0.35s;
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
}
.imglist li:hover .list-con {transform: scale(1);}
.list-con a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  border: 1px solid;
  margin: 20px auto;
  border-radius: 10px;
}
.list-title {
  width: 600px;
  height: 400px;
}
.title-main {
  font-size: 20px;
  color: #949494;
  text-align: center;
  margin: 30px auto;
}
.title-main strong {
  font-size: 30px;
  color: #e4393c;
  line-height: 2em;
}
.title-main strong span {
  font-size: 60px;
  border-bottom: 1px solid #949494;
}
.list-title p {
  font-size: 18px;
  color: #949494;
  text-indent: 2em;
  line-height: 2em;
}
.zxbox {margin-bottom: 30px;}
.zxbox a {
  display: inline-block;
  width: 298px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #b2b2b2;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}
.zxbox a:hover {
  background: #b2b2b2;
  color: #fff;
}
.hblist {text-align: right;}
.hblist li {
  padding-left: 5px;
}

#hb .list-title p {
  text-indent: 0;
  font-size: 16px;
}

.wenti-title {
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
}
.wenti-title img {
  width: 160px;
  height: 27px;
  margin-right: 10px;
}
.wenti-title strong {
  font-size: 36px;
  color: #5a2400;
  vertical-align: bottom;
}
.wenti-title p {
  margin-top: 10px;
}

.wenti {
  width: 460px;
  padding: 20px 0;
  float: left;
  margin-left: 120px;
}
.wenti li {
  height: 30px;
  line-height: 30px;
  padding: 10px 20px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.wenti li a {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  background: #ff8688;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  float: right;
}


.bgcolor {
  background: #e9e9e9;
  margin: 20px auto;

}
.bgcolor .wrap {
  padding-top: 30px;
  background: url("404.png") no-repeat left bottom;
}
.bmbox {
  width: 434px;
  height: 428px;
  margin-left: 756px;
  background: #fff;
}
.bm-title {
  text-align: center;
  padding: 20px;
}
.bm-title strong {
  font-size: 30px;
}
.bm-input {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c9c9c9;
  margin: 0 auto 20px;
  padding: 0 10px;
  border-radius: 10px;
}
.bm-submit {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px;
  border-radius: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left, #ff875d, #ff545c); 
  background: -o-linear-gradient(right, #ff875d, #ff545c); 
  background: -moz-linear-gradient(right, #ff875d, #ff545c); 
  background: linear-gradient(to right, #ff875d, #ff545c); 
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
  @media  (max-width: 768px) {
  	  .banner{
		  height: 120px;
		  background-size: cover;
		  width: 100%;
		  margin-top: 55px;
	  }
  }