@charset "UTF-8";
/* CSS Document */
a {color: inherit;}
.wrapper {width: 1280px;margin: auto;}
.mar {margin: 30px auto;}

.banner {
  text-align: center;
  min-width: 1210px;
}

.anchor_nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  justify-content: center;
  margin-bottom: 30px;
}
.anchor_nav a {
  width: 120px;
  text-align: center;
  transition: all .35s;
}
.anchor_nav a.on {
  color: #753524;
  border-bottom: 2px solid #753524;
}

.title_main {text-align: center;}
.title_main p {
  font: italic bold 42px "方正粗黑宋简体";
  color: #e4e3e4;
  text-transform: uppercase;
}
.title_main strong {
  display: block;
  font-size: 42px;
  margin-top: -40px;
}
/*作品列表*/
.zp_list li {
  width: 366px;
  height: 370px;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 25px;
  float: left;
}
.zp_list li:nth-child(3n) {margin-right: 0;}
.zp_list li .imgbox {
  display: block;
  width: 366px;
  height: 246px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.zp_list li img {
  width: 366px;
  height: 246px;
  transition: all 2s;
}
.zp_list li img:hover {transform: scale(1.2)}
.zp_list li p {font-size: 24px;}
.zp_list li .zxbox {
  justify-content: space-around;
  margin: 20px auto;
}
.zp_list li .zxbox .zxbtn {
  width: 144px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #ccc;
  text-align: center;
  transition: all .35s;
}
.zp_list li .zxbox .zxbtn:hover {
  transform: translateX(10px);
}

/*分页*/
.hslpage {
  text-align:center;
}
.hslpage span {
  padding:5px 15px;
  border:1px solid #ddd;
  border-radius:5px;
  margin:0 5px;
  color:#999;
}
.hslpage li {
  display:inline-block;
  padding:5px 15px;
  border:1px solid #ddd;
  border-radius:5px;
  margin:0 5px;
  transition:.4s;
  -webkit-transition:.4s;
  -moz-transition:.4s;
  font-size:16px;
}
.hslpage li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hslpage li:hover {
  background-color:#f8760c;
  color:#fff;
  box-shadow:0 0 15px rgba(0,0,0,.3);
  border:1px solid #f8760c;
}

/*表单*/
.bgcolor {background: #e9e9e9;}
.bmbox {
  width: 474px;
  height: 455px;
  padding-left: 736px;
  background: #fff url("../images/zhuanye/bgbm.jpg") no-repeat left bottom;
  margin: auto;
  margin-top:48px;
}
.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); /* 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;
}
