/*初始化*/

* {
  padding: 0;
  margin: 0;
}

* {
  font-family: 'Microsoft YaHei';
}

body {
  background-color: white;
}

a {
  text-decoration: none;
}

.kong {
  clear: both;
}

.tail {
  width: 100%;
  height: 270px;
}


/*头部选项栏*/

.hezi {
  width: 45%;
  height: 50px;
  float: right;
  margin-top: 30px;
  margin-right: 22%;
  display: flex;
}

.hezi a {
  flex: 1;
  text-decoration: none;
  color: black;
  font-size: 17px;
  text-align: center;
  line-height: 50px;
}

.hezi a:hover {
  background-color: red;
  color: white;
  border-bottom: 3px solid white;
}

.daoHangLan {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}

.jianJu {
  width: 100%;
  height: 100px;
}

.xiaBianKuang {
  border-bottom: 3px solid red;
}


/*尾部区域*/

.weibu {
  width: 100%;
  background-color: #303030;
}


/*尾部白色字体*/

.wbZiTi {
  display: block;
  color: #C0C0C0;
  font-size: 16px;
  padding-top: 15px;
  margin-right: 40px;
  float: left;
}


/*id选择器*/

#diZhi {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 140px;
}

#dianHua {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#youXiang {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#xian {
  width: 80%;
  border-top: 1px solid #C0C0C0;
  margin: 0 auto;
}

#sytp {
  text-align: center;
  display: block;
}

#bz {
  height: 100px;
  margin: 10px 0 10px 13%;
}

#wb {
  text-align: left;
  text-indent: 2em;
  font-size: 15px;
  line-height: 35px;
}

#an {
  float: right;
  width: 120px;
  height: 50px;
  border-width: 0px;
  background-color: #FF0000;
  color: white;
  font-size: 20px;
  border-radius: 30px;
  cursor: pointer;
}

.moKuaiBiaoTi {
  font-family: '微软雅黑';
  font-size: 40px;
  text-align: center;
}

.moKuaiHeZi {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}

.moKuaiHeZi2 {
  width: 1300px;
  margin: 0 auto;
}

.moKuaiHeZi3 {
  width: 1280px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.yunDongDeHeZi {
  width: 3840px;
  height: 320px;
  position: absolute;
}


/* table {
  width: 800px;
  height: 85px;
  margin: 0 auto;
} */

.pt {
  float: left;
  margin-right: 20px;
}

.xiangMu {
  float: right;
  width: 280px;
  height: 330px;
  margin-right: 115px;
  background-color: #F0F0F0;
  border-radius: 30px;
}

.tuPian {
  width: 150px;
  height: 150px;
}

.sanZiTi {
  font-size: 25px;
  font-weight: bolder;
  color: #787878;
}

.lj {
  float: right;
  width: 100px;
  height: 30px;
  border-width: 0px;
  background-color: #989898;
  color: white;
  font-size: 20px;
  border-radius: 30px;
  margin-right: 20px;
  margin-top: 50px;
  cursor: pointer;
}

.daTu {
  display: block;
  width: 100%;
}

.xiaXuanXiang {
  color: #C0C0C0!important;
  margin-right: 30px;
}


/* 备案 */

.beiAn {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-top: 15px;
}

.jingHui {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.jingHuiHeZi {
  float: left;
  margin-left: 0px;
  height: 20px;
  margin-top: 12px;
}

.an:link {
  color: #C0C0C0;
}


/* 未访问的链接 */

.an:visited {
  color: #C0C0C0;
}


/* 已访问的链接 */

.an:hover {
  color: #C0C0C0;
}


/* 鼠标移动到链接上 */

.an:active {
  color: #C0C0C0;
}


/* 选定的链接 */

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}


/* 喜欢转 */


/* .xuanZhong {
  background-color: red !important;
}

.xiHuanZhuan {
  width: 700px;
  height: 140px;
  background-color: #F0F0F0;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  color: #787878;
}

.xiHuanZhuanLogo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 40px;
}

.xiHuanZhuanWenZi {
  font-size: 30px;
  position: absolute;
  top: 50px;
  left: 180px;
}

.xiHuanZhuan input {
  width: 100px;
  height: 40px;
  background-color: red;
  font-size: 18px;
  color: white;
  border: 0;
  cursor: pointer;
  border-radius: 30px;
  position: absolute;
  top: 70px;
  right: 20px;
} */


/* 找律师 */

.zhaoLvShi {
  width: 80%;
  margin: 0 auto;
}

.zhaoLvShi img {
  width: 40%;
  float: left;
  margin: 60px 0 80px 0;
}

.zhaoLvShi .sanHang {
  width: 60%;
  text-align: center;
  float: left;
  margin: 60px 0 80px 0;
}

.sanHang p:nth-child(1) {
  font-size: 28px;
  margin: 40px 0 20px 0;
}

.sanHang p:nth-child(2) {
  font-size: 14px;
  margin-bottom: 50px;
}

.sanHang input {
  padding: 10px 40px;
  border: 0;
  background-color: red;
  border-radius: 10px;
  color: white;
}