@charset "UTF-8";

/*初始化代码*/
body {
  min-width: 1200px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: #e1661a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*内容样式*/
.main_div {
  width: 100%;
  height: auto;
  min-width: 1200px;
}

.sub_div {
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}

.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.wypjList {
  margin-top: 60px;
}

/*评价选项*/
.wypjChoose {
  position: relative;
}

.bszn_pj,
.fwck_pj,
.sxbj_pj {
  display: inline-block;
  vertical-align: top;
  width: 316px;
  height: 316px;
  background: #fff;
  margin-right: 10px;
  border-radius: 160px;
  box-shadow: 1px 3px 8px 4px #dde9f7;
  cursor: pointer;
  text-align: center;
}

.bszn_pj,
.fwck_pj {
  margin-right: 116px;
}

.pjActive {
  background: #1d6bcc;
}

.pjImg {
  margin-top: 45px;
}

.pjTitle {
  font-size: 24px;
  font-family: '微软雅黑';
  color: #333;
  font-weight: bold;
  margin-top: 25px;
}

.pjDesc {
  font-size: 16px;
  font-family: '微软雅黑';
  color: #999;
  margin-top: 17px;
}

.pjA {
  width: 100px;
  height: 33px;
  border: 1px solid #e1661a;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #e1661a !important;
  display: inline-block;
  line-height: 33px;
  border-radius: 20px;
  margin-top: 22px;
}

.pjA:hover {
  color: #e1661a;
}

.pActive {
  color: #fff;
}

.aActive {
  color: #fff !important;
  border: 1px solid #fff;
}