@charset "GBK";
a{text-decoration:none; color: inherit;cursor: pointer;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.clear{clear:both;}
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{*zoom: 1;}
.mar30 {margin: 30px auto;}
.floatL {float: left;}
.floatR {float: right;}
.p {
  text-indent: 2em;
  line-height: 2em;
}

.banner a {
  display: block;
  height: 500px;
  background: url("../images/banner.jpg") no-repeat top center;
}
.title_main {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.zx_a {
  display: inline-block;
  padding: 15px 50px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.zylist li {
  width: 391px;
  background: #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.zylist li img {
  width: 391px;
  height: 212px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.zylist li p {line-height: 2em;}
.zylist li p strong {font-size: 24px;}
.zylist li p font {color: #f00;}
.zylist li .zy_a {
  display: inline-block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  background: #f7b000;
  color: #fff;
  margin: 10px;
}

.sb_p {width: 400px;font-size: 18px;}
.sb_p b {font-size: 42px;color: #f00;}
.sb_p sub {font-size: 24px;}
.sec3 a {
  width: 382px;
  margin-bottom: 30px;
}
.sec3 a p {
  width: 100%;
  padding: 2% 0;
  background: #f00;
  color: #fff;
  text-align: center;
}

.telbox {
  background: #f10505;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.telbox p {
  font-size: 36px;
  padding-bottom: 10px;
}
.telbox font {color: #fff700;}
.telbox #f {
  display: inline-block;
  width: 700px;
}
.telbox #tel {
  width:70%;
  height:30px;
  border: 1px solid #999;
  text-indent: 2em;
  border-radius: 5px;
  margin-right: 10px;
}
.telbox .telsubmit {
  width:20%;
  height:30px;
  background: #fff700;
  box-shadow: none;
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #fff700;
}

.sec5 {
  background: #eee;
  overflow: hidden;
}
.xzlist .swiper-slide {
  width: 227px;
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.xzlist .swiper-slide img {
  width: 142px;
  height: 142px;
  margin-bottom: 10px;
}
.xzlist .swiper-slide strong {
  font-size: 24px;
}
.xzlist .swiper-slide p {
  color: #f00;
  margin-top: 10px;
}

.tyk li {
  width: 282px;
  text-align: center;
}
.tyk li img {
  width: 282px;
  height: 203px;
  margin-bottom: 10px;
}
.tyk li .tyk_a {
 display: block;
  width: 178px;
  height: 40px;
  line-height: 40px;
  background: #f00;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  border-radius: 50px;
}

.wtlist a {
  width: 350px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50px;
}
.wtlist a:nth-child(1) {background: #ffcb8d;}
.wtlist a:nth-child(2) {background: #c1bddb;}
.wtlist a:nth-child(3) {background: #ffbbc8;}
.wtlist a:nth-child(4) {background: #fbe993;}
.wtlist a:nth-child(5) {background: #bfc2da;}
.wtlist a:nth-child(6) {background: #bad4f8;}

  /*±¨Ãû±íµ¥*/
.bgcolor {
  background: #e9e9e9;
  margin: 20px auto;

}
.bgcolor .wrap {
  padding-top: 30px;
  background: url("../images/bm.png") no-repeat left bottom;
}
.bmbox {
  width: 434px;
  height: 428px;
  margin-left: 776px;
  background: #fff;
}
.bm-title {
  text-align: center;
  padding: 20px;
}
.bm-title strong {
  font-size: 30px;
  color: #ff6100;
}
.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); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff875d, #ff545c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff875d, #ff545c); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff875d, #ff545c); /* ¡À¨º¡Á??????¡§ */
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}