* {
  margin: 0;
  padding: 0;
  /* font-size: 12px; */
  font: "14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif";
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
}

.box {
  width: 100%;
  background-color: #f5f5f5;
}

.box .box_header {
  width: 100%;

}

.box .header {
  width: 1200px;
  margin: 0 auto;
}

.header_img,
.header_nav {
  float: left;
}

.header_img {
  width: 276px;
  height: 121px;
}

.header_img img {
  width: 276px;
  height: 100%;
}



.header_nav {
  /* margin: 73px 0 0 50px; */
  width: 600px;
  height: 121px;
  /* border: 1px solid #000; */
  /* border-radius: 20px; */
}

.header_title h1 {
  margin: 10px 0;
  width: 570px;
  height: 35px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  color: red;
}

.header_seach {
  width: 220px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 20px;
  /* float: left; */
  margin: 10px 0 0 55px;
}

.seach input {
  width: 170px;
  height: 25px;
  margin-left: 20px;
  outline: none;
  border: none;
}

.seach,
.seach_btn,
.header_nav_seach {
  float: left;
}

.seach_details {
  margin-left: 55px;
}

.seach_details li:first-child {
  text-decoration: none;
}

.seach_details li {
  float: left;
  font-size: 14px;
  margin-right: 3px;
  text-decoration: underline;
  cursor: pointer;
  color: #555;
}

.seach_btn {
  width: 29px;
  height: 25px;
  border-left: 1px solid #000;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.seach_btn .icon {
  /* font-size: 24px; */
  color: red;
}

.header_tel {
  width: 230px;
  height: 36px;
  float: right;
  margin: 10px 60px 0 0;
  line-height: 36px;
}

.header_tel span {
  color: red;
  font-size: 26px;
  font-weight: 600;
}

.header_tel p {
  font-size: 30px;
  color: #000;
  /* font-weight: 600; */
}

.wechat {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 30px;
  font-size: 12px;
  text-align: center;
}

.wechat img {
  width: 100%;
  height: 100%;
}

.cont {
  width: 1200px;
  height: 600px;
  background: #f7f7f7;
  margin: 0 auto;
}

.idx_mes {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}

.idx_mes_cont {
  width: 1200px;
}

.idx_mes_cont li {
  width: 560px;
  height: 150px;
  padding: 0 10px;
  float: left;
  cursor: pointer;
}

.idx_mes_cont .idx_mes_time {
  width: 120px;
  height: 120px;
  padding: 25px 25px 0 0;
  box-sizing: border-box;
  background: #eeeeee;
}

.idx_mes_cont .idx_mes_time .day {
  font-size: 24px;
  color: #030303;
  text-align: right;
  margin-bottom: 10px;
}

.idx_mes_cont .idx_mes_time .years {
  text-align: right;
  color: #8c8c8c;
  font-size: 16px;
}

.idx_mes_cont .idx_mes_txt {
  width: 350px;
  padding-left: 15px;
}

.idx_mes_cont .idx_mes_txt .idx_mes_txt_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 10px;
}

.idx_mes_cont .idx_mes_txt .idx_mes_txt_text {
  line-height: 25px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.idx_mes_time,
.idx_mes_txt {
  float: left;
}

.ipt_mes {
  width: 150px;
  height: 30px;
  border: 1px solid #000;
  font-size: 16px;
  text-align: center;
  margin: 70px auto;
  line-height: 30px;
  cursor: pointer;
}

/* 底部样式 */
.foot {
  /* height: 300px; */
  padding: 15px 0;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.foot ul {
  width: 1200px;
  margin: 0 auto;
}

.foot ul li {
  float: left;
  width: 180px;
  font-size: 16px;
  text-align: center;
}

.foot ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
}

.foot .foot_title {
  font-weight: 600;
  color: #000;
}

.foot .wechat {
  width: 130px;
  height: 130px;
}

.foot .wechat img {
  width: 100%;
  height: 100%;
}

.foot .foot_tel {
  width: 350px;
  text-align: left;
}

.foot .foot_tel p {
  color: #000000;
}

.foot_foot {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 15px 0px 15px;
  border-top: 1px solid #ebebeb;
}

.ipt_list {
  cursor: pointer;
}

.qq {
  position: fixed;
  top: 150px;
  right: 0;
  /* width: 100px;
height: 40px; */
}

/* .idx_text {} */

.idx_title {
  padding: 20px;
}

.idx_title a {
  margin: 30px 10px;
  cursor: pointer;
}

.idx_title a:hover {
  color: #499eff;
  text-decoration: underline;
}

.idx_cont {
  margin: 10px 10px;
  border: 1px solid #dbdbdb;
}

.idx_cont h3 {
  float: left;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
  font-family: "微软雅黑";
  background: #eeeeee;
}

.idx_header_desc {
  float: right;
}

.idx_cont li {
  margin: 5px;
  float: left;
}

.idx_cont .idx_pic {
  width: 222px;
  height: 222px;
  border: 1px solid #e6e6e6;
}

.idx_cont .idx_pic img {
  width: 100%;
  height: 100%;
}

.idx_cont .idx_cont_desc {
  font-size: 12px;
  text-align: center;
  margin-left: 10px;

}

.idx_cont .idx_cont_desc p {
  line-height: 20px;
}

.top {
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
}

/* .qq a {
  width: 100px;
  height: 40px;
}

.qq a img {
  width: 100%;
  height: 100%;
} */
#page li {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  text-align: center;
  line-height: 30px;
}

#page li a {
  width: 30px;
  height: 30px;
}

.am-active {
  background-color: #4db4f8;
}

.am-cf {
  width: 1200px;
}

.record {
  float: left;
  margin-left: 200px;
  margin-top: 24px;
}

.am-fr {
  float: left;
  margin: 15px;
}