@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;}
.title_main strong {font-size: 36px;color: #f6730e;}

.wl li img {
  width: 189px;
  height: 189px;
  margin-bottom: 10px;
}

.bg1 {
  background: #f6730e;
  overflow: hidden;
}
.nsbm-input {
  width: 378px;
  height: 50px;
  margin: 0 auto 30px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  text-indent: 1em;
  color: #fff;
  font-size: 18px;
}
.nsbm-input::-webkit-input-placeholder{ /*WebKit browsers*/
color: #fff;
}

.nsbm-input::-moz-input-placeholder{ /*Mozilla Firefox*/
color: #fff;
}

.nsbm-input::-ms-input-placeholder{ /*Internet Explorer*/ 
color: #fff;
}
.nsbm-submit {
  width: 300px;
  height: 50px;
  margin: 0 auto 30px;
  background: #fff;
  color: #f6730e;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.hy li {
  width: 595px;
  height: 213px;
  background: #fcf0e6;
  overflow: hidden;
}
.hy li img {width: 295px;height: 213px;}
.hy_txt {
  width: 260px;
  padding: 30px 20px;
  text-align: center;
}
.hy_txt p {
  text-align: left;
  line-height: 2em;
  padding-top: 20px;
}

.zx_a {
  display: block;
  width: 300px;
  padding: 15px 0;
  background: #f6730e;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
}
.zx_a::after {
  width: 310px;
  height: 110%;
  content: '';
  background: #f6730e;
  border-radius: 5px;
  position: absolute;
  left: -5px;
  top: 2px;
  z-index: -1;
}

.zylist {width: 1120px;margin: auto;}
.zylist li {
    width: 260px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.zylist li img {
  margin-bottom: 10px;
  vertical-align: middle;
}
.zylist li img.img1{
width:100%
}
.zylist li strong {
  font-size: 24px;
  padding-left: 10px;
}
.zylist li span {padding-left: 10px;}
.zylist li p {padding: 10px;line-height: 1.5em}
.zylist li .zylist_a {
  display: block;
  width: 160px;
  padding: 10px 0;
  background: #d40000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 10px auto 20px;
}

.cjy {width: 1000px;margin: auto}
.cjy li {
  width: 450px;
  background: #f6730e;
  color: #fff;
  margin-top: 80px;
}
.cjy li img {
  width: 356px;
  height: 243px;
  margin-top: -80px;
}
.cjy li p {
  padding: 20px;
}

.wt a {
  width: 296px;
  height: 220px;
}


  /*±¨Ãû±íµ¥*/
.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;
}