#header {
  border-top: 10px solid #4F4035;
  background-color: #DCD5C5;
}
#header .logo {
  padding-left: 20px;
}
#header .container {
  position: relative;
  padding: 10px 0 45px;
}
#header .container .header_link {
  position: absolute;
  right: 0;
  top: 0;
  width: 228px;
  height: 28px;
  background: url(../images/icon1.png) no-repeat center;
  padding-left: 35px;
}
.content1_1{
  position: relative;
}
#header .container .header_link a {
  float: left;
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  position: relative;
}
#header .container .header_link a:first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 2px;
}
#header .container .tel {
  float: right;
  margin-top: 45px;
  margin-right: 30px;
  padding-left: 55px;
  background: url(../images/icon2.png) no-repeat left center;
  color: #4d3d32;
}
#header .container .tel .p1 {
  font-size: 14px;
  line-height: 24px;
}
#header .container .tel .p2 {
  font-size: 30px;
  line-height: 32px;
}
.pc_menu {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0;
  z-index: 100;background-color: #4F4035;
}
.content .content1 {
  padding: 60px 0 150px;
  background: url(../images/bg1.png) no-repeat center top;
}
.content .content1 .container {
  position: relative;
}
.content .content1 .index_title {
  text-align: left;
}
.content .content1 .index_title .p3 {
  margin: 0;
}
.content .content1 .text {
  float: left;
  width: 50%;
}
.content .content1 .text .des {
  text-indent: 32px;
  font-size: 16px;
  color: #181818;
  line-height: 30px;
  margin: 35px 0;
}
.content .content1 .text .more {
  width: 167px;
  line-height: 36px;
  background: #4d4037 url(../images/icon3.png) no-repeat right 14px center;
  border-radius: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.content .content1 .text .more a {
  display: block;
  color: #fff;
}
.content .content1 .image {
  float: left;
  width: 50%;
  padding-left: 40px;
  position: absolute;
  right: 0;
  top: 40%;
}
.content .content1 .content1_2 {
  background-color: #DCD6C5;
  width: 50%;
  z-index: 10;
  left: 0;
margin-top: 20px;

}
.content .content1 .content1_2 li {
  float: left;
  width: 60%;
  padding: 40px 10px 45px 50px;
  position: relative;
}
.content .content1 .content1_2 li .p1 {
  color: #4d3d32;
  font-size: 30px;
  font-weight: bold;
}
.content .content1 .content1_2 li .p2 {
  font-size: 20px;
  margin-top: 5px;
  color: #333;
}
.content .content1 .content1_2 li:first-child {
  width: 40%;
}
.content .content1 .content1_2 li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  height: 90px;
  width: 1px;
  background-color: #565656;
  right: 0;
  top: 50%;
  margin-top: -45px;
}
.content .index_title {
  text-align: center;
}
.content .index_title .p1 {
  color: #555555;
  font-size: 18px;
}
.content .index_title .p2 {
  color: #4d3d32;
  font-size: 30px;
  margin: 5px 0 10px;
}
.content .index_title .p3 {
  width: 71px;
  height: 6px;
  background-color: #9F6429;
  margin: 0 auto;
}
.content .content2 {
  padding: 60px 0 160px;
  background: url(../images/bg2.png) no-repeat center bottom;
}
.content .pro {
  margin-top: 16px;
}
.content .pro li {
  margin-top: 32px;
  padding: 0 10px;
}
.content .pro li a {
  display: block;
  padding: 25px;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  position: relative;
}
.content .pro li a .text {
  line-height: 56px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #4F4035;
  color: #fff;
  margin-top: 20px;
  opacity: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .pro li a .hover_text {
  position: absolute;
  width: 90%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 5%;
  top: 10%;
  text-align: center;
  color: #fff;
  padding: 75px 15px 0;
  opacity: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .pro li a .hover_text .p1 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .pro li a .hover_text .p2 {
  width: 37px;
  height: 3px;
  background-color: #C0B7A4;
  margin: 10px auto;
}
.content .pro li a .hover_text .p3 {
  line-height: 20px;
}
.content .pro li a .hover_text .p4 {
  width: 145px;
  line-height: 34px;
  border-radius: 20px;
  text-align: left;
  padding-left: 24px;
  background: #a06429 url(../images/icon4.png) no-repeat right 20px center;
  margin: 45px auto 0;
}
.content .pro li a:hover .text {
  opacity: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .pro li a:hover .hover_text {
  opacity: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .content3 {
  padding: 95px 0 155px;
  background: url(../images/ok_02.jpg) no-repeat center top;
}
.content .content4 {
  padding: 55px 0 10px;
}
.content .content4 .content4_pc {
  margin-top: 65px;
}
/* .content .content5 {
  height: 354px;
  background: url(../images/index_26.jpg) no-repeat center;
  padding-top: 65px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
} */
.content .content5 .p1 span {
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.content .content5 .p1 span:before,
.content .content5 .p1 span:after {
  content: "";
  display: block;
  width: 104px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
}
.content .content5 .p1 span:before {
  background: url(../images/icon7.png) no-repeat center;
  left: -125px;
}
.content .content5 .p1 span:after {
  background: url(../images/icon8.png) no-repeat center;
  right: -125px;
}
.content .content5 .p2 {
  margin-top: 20px;
}
.content .content5 .p3 {
  margin-top: 20px;
  line-height: 40px;
}
.content .content5 .p3 b {
  margin-right: 10px;
}
.content .content6 {
  padding: 55px 0 110px;
  background: url(../images/bg3.png) no-repeat center top;
}
.content .content6 .content6_box {
  margin-top: 60px;
}
.content .content6 .content6_box .image {
  float: left;
  width: 49%;
}
.content .content6 .content6_box .image a {
  display: block;
  height: 649px;
  position: relative;
}
.content .content6 .content6_box .image a .p1 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 63px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .content6 .content6_box .list {
  float: left;
  width: 51%;
  padding-left: 55px;
}
.content .content6 .content6_box .list li {
  margin-bottom: 20px;
}
.content .content6 .content6_box .list a {
  display: block;
  padding: 5px 0 32px;
  border-bottom: 1px solid #E9E9E9;
}
.content .content6 .content6_box .list li:last-child a {
  border-bottom: none;
}
.content .content6 .content6_box .list .date {
  float: left;
  width: 130px;
  height: 170px;
  border-right: 1px solid #E9E9E9;
  text-align: center;
}
.content .content6 .content6_box .list .date .day {
  font-size: 85px;
  color: #4d3d32;
}
.content .content6 .content6_box .list .date .year {
  font-size: 18px;
  color: #555555;
}
.content .content6 .content6_box .list .text {
  padding-left: 162px;
}
.content .content6 .content6_box .list .text .p1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.content .content6 .content6_box .list .text .p1:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background-color: #666666;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .content6 .content6_box .list .text .p2 {
  color: #555555;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.content .content6 .content6_box .list .text .p3 {
  width: 118px;
  line-height: 33px;
  color: #333333;
  border: 1px solid #EBEBEB;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
.content .content6 .content6_box .list a:hover .date .day {
  color: #a06428;
}
.content .content6 .content6_box .list a:hover .text .p1 {
  color: #a06428;
}
.content .content6 .content6_box .list a:hover .text .p1:after {
  width: 50%;
  background-color: #A06429;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.content .inContent {
  padding-bottom: 155px;
  background: url(../images/inBg.png) no-repeat center bottom;
  position: relative;
  margin-top: -40px;
}
.content .inContent .location {
  line-height: 36px;
  background-color: rgba(46, 46, 46, 0.8);
}
.content .inContent .location p {
  float: right;
  padding-left: 32px;
  background: url(../images/icon9.png) no-repeat left center;
  font-size: 12px;
  color: #dfdfdf;
}
.content .inContent .location p span {
  font-size: 14px;
  color: #fff;
}
.content .inContent .aside {
  float: left;
  width: 330px;
  position: relative;
  margin-top: -146px;
}
.content .inContent .aside .item {
  margin-bottom: 28px;
}
.content .inContent .aside .item .aside_header {
  height: 146px;
  line-height: 146px;
  background: #4f4035 url(../images/icon10.png) no-repeat center;
  text-align: center;
}
.content .inContent .aside .item .aside_header span {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.content .inContent .aside .item .aside_header span:before,
.content .inContent .aside .item .aside_header span:after {
  content: "";
  display: block;
  width: 81px;
  height: 19px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -9.5px;
}
.content .inContent .aside .item .aside_header span:before {
  background-image: url(../images/icon12.png);
  left: -95px;
}
.content .inContent .aside .item .aside_header span:after {
  background-image: url(../images/icon13.png);
  right: -95px;
}
.content .inContent .aside .item .aside_body {
  background-color: #fff;
  border: 1px solid #AEA7A2;
  padding: 10px 25px 40px;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content .inContent .aside .item .aside_body .aside_list li {
  margin-top: 17px;
}
.content .inContent .aside .item .aside_body .aside_list li a {
  display: block;
  line-height: 58px;
  background-color: #EEE9DD;
  border-radius: 8px;
  padding-left: 28px;
  font-size: 18px;
  color: #292620;
}
.content .inContent .aside .item .aside_body .aside_list li a:hover {
  background-color: #A06429;
  color: #fff;
}
.content .inContent .aside .item:last-child {
  margin-bottom: 0;
}
.content .inContent .aside .item:last-child .aside_header {
  height: 124px;
  line-height: 124px;
  background: #4f4035 url(../images/icon11.png) no-repeat center;
}
.content .inContent .aside .item:last-child .aside_body {
  padding-top: 25px;
}
.content .inContent .aside .item:last-child .aside_body .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.content .inContent .aside .item:last-child .aside_body .t2 {
  font-size: 36px;
  color: #a06428;
  font-weight: bold;
}
.content .inContent .aside .item:last-child .aside_body .meassage li {
  color: #333333;
  line-height: 30px;
}
.content .inContent .aside .item:last-child .aside_body .meassage li .p1 {
  float: left;
  width: 58px;
}
.content .inContent .aside .item:last-child .aside_body .meassage li .p2 {
  overflow: hidden;
}
.content .inContent .main_box {
  overflow: hidden;
  padding-left: 55px;
  padding-top: 55px;
}
.content .inContent .main_box .contact .contact1 .contact1_left {
  float: left;
}
.content .inContent .main_box .contact .contact1 .contact1_left .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.content .inContent .main_box .contact .contact1 .contact1_left .t2 {
  font-size: 36px;
  color: #a06428;
  font-weight: bold;
}
.content .inContent .main_box .contact .contact1 .contact1_left .meassage li {
  color: #333333;
  line-height: 30px;
}
.content .inContent .main_box .contact .contact1 .contact1_left .meassage li .p1 {
  float: left;
  width: 58px;
}
.content .inContent .main_box .contact .contact1 .contact1_left .meassage li .p2 {
  overflow: hidden;
}
.content .inContent .main_box .contact .contact1 .contact1_right {
  float: right;
}
.content .inContent .main_box .contact .contact1 .contact1_right .code li {
  float: left;
  width: 145px;
  margin-right: 15px;
}
.content .inContent .main_box .contact .contact1 .contact1_right .code li .p1 img {
  width: 100%;
}
.content .inContent .main_box .contact .contact1 .contact1_right .code li .p2 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.content .inContent .main_box .contact .map {
  margin-top: 30px;
  height: 395px;
}
.content .inContent .news_list {
  margin-top: -35px;
}
.content .inContent .news_list li {
  margin-top: 35px;
}
.content .inContent .news_list li a {
  display: block;
  padding: 15px;
  border: 1px solid #F3F3F3;
  background-color: #fff;
}
.content .inContent .news_list li a .text {
  overflow: hidden;
  padding: 0 20px;
}
.content .inContent .news_list li a .text .p1 {
  line-height: 55px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #EDEDED;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .inContent .news_list li a .text .p2 {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
  text-indent: 32px;
}
.content .inContent .news_list li a .text .p3 {
  margin-top: 40px;
}
.content .inContent .news_list li a .text .p3 .date {
  float: left;
  padding-left: 23px;
  background: url(../images/icon15.png) no-repeat left center;
  color: #8e9093;
  line-height: 30px;
}
.content .inContent .news_list li a .text .p3 .detail {
  float: right;
  width: 115px;
  line-height: 30px;
  border: 1px solid #F2F2F2;
  color: #333333;
  text-align: center;
  border-radius: 8px;
}
.content .inContent .news_list li a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.content .inContent .news_list li a:hover .text .p1 {
  color: #A06429;
}
.content .inContent .news_list li a:hover .text .p3 .detail {
  background-color: #A06429;
  color: #fff;
}
.inContent .pro {
  margin-top: -25px;
}
.index_swiper .swiper-slide {
  width: 600px;
}
.index_swiper {
  margin-top: 45px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 69px;
  height: 154px;
  background-color: #4F4035;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -77px;
  border-radius: 12px;
}
.swiper-button-next {
  background-image: url(../images/icon6.png);
}
.swiper-button-prev {
  background-image: url(../images/icon5.png);
}
#footer {
  background: #060606 url(../images/footer_bg.png) no-repeat center;
  position: relative;
}
#footer .footer_measage {
  padding: 65px 0 30px;
  color: #fff;
}
#footer .footer_measage .title {
  font-weight: bold;
  font-size: 18px;
}
#footer .footer_measage .footer_left {
  float: left;
  width: 15%;
}
#footer .footer_measage .footer_left .list {
  margin-top: 20px;
}
#footer .footer_measage .footer_left .list li {
  float: left;
  width: 50%;
  line-height: 30px;
}
#footer .footer_measage .footer_left .list li a {
  color: #fff;
}
#footer .footer_measage .footer_center {
  float: left;
  margin-left: 20%;
}
#footer .footer_measage .footer_center .number {
  margin: 15px 0 10px;
  font-size: 36px;
  font-weight: bold;
}
#footer .footer_measage .footer_center .list li {
  line-height: 28px;
}
#footer .footer_measage .footer_right {
  float: right;
}
#footer .footer_measage .footer_right .code {
  margin-top: 20px;
}
#footer .footer_measage .footer_right .code li {
  float: left;
  width: 145px;
  margin-right: 15px;
}
#footer .footer_measage .footer_right .code li .p1 img {
  width: 100%;
}
#footer .footer_measage .footer_right .code li .p2 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
#footer .copyright {
  border-top: 1px solid #5A5A5A;
}
@media (max-width: 1650px) {
  .content .pro li a .hover_text {
    padding: 30px 15px 0;
  }
  /* .index_swiper .swiper-slide {
    width: 355px;
  } */
}
@media (max-width: 1300px) {
  .index_swiper .swiper-slide {
    width: 550px;
}
}
@media (max-width: 992px) {
  #footer .copyright{
    position: relative;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  #footer .footer_measage .footer_right{
    float: left;
  }
  #footer .footer_measage .footer_right .code li .p2 {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
  #footer .footer_measage {
    padding: 20px 0 10px;
    color: #fff;
}
#footer .footer_measage .footer_right{
  color: #4d3d32;
}
  #header {
    border-top: none;
  }
  #header .container .header_link {
    display: none;
  }
  #header .container {
    padding: 10px 0;
  }
  #footer .footer_measage .footer_left,#footer .footer_measage .footer_center {
    display: none;
  }
  #footer {
    background: #DCD5C5;
  }
  #footer .copyright {
    padding: 15px 10px;
    text-align: left;
    color: #4d3d32;
  }
  #footer .copyright a {
    color: #4d3d32;
  }
  .content .content1 .text,
  .content .content1 .image {
    width: 100%;
    position: relative;
  }
  .content .content1 .image {
    padding-left: 0;
    margin-top: 25px;
  }
  .content .content1 .content1_2 {
    position: static;
    bottom: 0;
    width: 100%;
  }
  .content .content1 {
    background-size: cover;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 110px;
    margin-top: -55px;
    border-radius: 10px;
  }
  .content .content6 .content6_box .image {
    width: 100%;
  }
  .content .content6 .content6_box .list {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .content .content6 {
    background-size: cover;
  }
  .content .inContent .location {
    display: none;
  }
  .content .inContent {
    margin-top: 0;
  }
  .content .inContent .aside {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .content .inContent .aside .item:last-child {
    display: none;
  }
  .content .inContent .aside .item .aside_header {
    background: #4f4035 url(../images/icon14.png) no-repeat center;
    height: 110px;
    line-height: 110px;
  }
  .content .inContent .aside .item {
    margin-bottom: 0;
  }
  .content .inContent .aside .item .aside_body {
    display: none;
  }
  .content .inContent .main_box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .detail_title {
    font-size: 16px;
  }
  #header .logo {
    width: 75%;
    height: auto;
  }
  #header .logo img {
    width: 100%;
  }
  #header .menu_icon {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 10%;
  }
  #footer .copyright {
    padding: 10px 45px 10px 5px;
    font-size: 12px;
  }
  #footer .copyright .container {
    padding: 0;
  }
  #footer .top {
    position: absolute;
    right: 5px;
    top: 10%;
    width: 25px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
  }
  .content .index_title .p1 {
    font-size: 14px;
  }
  .content .index_title .p2 {
    font-size: 18px;
  }
  .content .index_title .p3 {
    width: 55px;
    height: 3px;
  }
  .content .content1 {
    padding: 20px 0 100px;
  }
  .content .content1 .text .des {
    text-indent: 24px;
    font-size: 12px;
    color: #181818;
    line-height: 20px;
    margin: 20px 0;
  }
  .content .content1 .text .more {
    width: 105px;
    line-height: 24px;
    background: #4d4037 url(../images/icon3.png) no-repeat right 10px center;
    background-size: 20px auto;
    border-radius: 20px;
    padding-left: 15px;
    font-size: 12px;
  }
  .content .content1 .content1_2 li {
    padding: 15px 5px 15px 15px;
  }
  .content .content1 .content1_2 li .p1 {
    font-size: 15px;
  }
  .content .content1 .content1_2 li .p2 {
    font-size: 12px;
  }
  .content .content1 .content1_2 li:first-child:after {
    height: 46px;
    margin-top: -23px;
  }
  .content .content2 {
    padding: 30px 0 80px;
  }
  .content .pro {
    margin: 13px -4px 0;
  }
  .content .pro li {
    padding: 0 4px;
    margin-top: 15px;
  }
  .content .pro li a {
    padding: 12px;
  }
  .content .pro li a .hover_text {
    display: none;
  }
  .content .pro li a .text {
    line-height: 26px;
    margin-top: 10px;
  }
  body {
    font-size: 12px;
  }
  .content .content3 {
    padding: 45px 0 50px;
    background-size: cover;
  }
  .index_swiper {
    margin-top: 25px;
    padding: 0 35px;
  }
  .index_swiper .swiper-slide {
    width: 90%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .content .content4 {
    padding: 30px 0 20px;
  }
  .content .content5 .p1 span {
    font-size: 22px;
  }
  .content .content5 .p1 span:before,
  .content .content5 .p1 span:after {
    content: "";
    display: block;
    width: 53px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    background-size: cover !important;
  }
  .content .content5 .p1 span:before {
    left: -70px;
  }
  .content .content5 .p1 span:after {
    right: -70px;
  }
  .content .content5 {
    height: 192px;
    padding-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background-size: cover;
  }
  .content .content5 .p3 {
    margin-top: 10px;
    line-height: 20px;
  }
  .content .content6 {
    padding: 30px 0 80px;
  }
  .content .content6 .content6_box {
    margin-top: 20px;
  }
  .content .content6 .content6_box .image a {
    height: 290px;
    background-size: cover !important;
  }
  .content .content6 .content6_box .image a .p1 {
    line-height: 30px;
    padding-left: 10px;
  }
  .content .content6 .content6_box .list .date {
    width: 60px;
    height: 85px;
  }
  .content .content6 .content6_box .list .date .day {
    font-size: 42px;
  }
  .content .content6 .content6_box .list .date .year {
    font-size: 12px;
  }
  .content .content6 .content6_box .list .text {
    padding-left: 75px;
  }
  .content .content6 .content6_box .list .text .p1 {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
  }
  .content .content6 .content6_box .list .text .p1:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: #666666;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .content .content6 .content6_box .list .text .p2 {
    color: #555555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
  }
  .content .content6 .content6_box .list .text .p3 {
    width: 76px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #EBEBEB;
    text-align: center;
    margin-top: 10px;
    border-radius: 7px;
  }
  .content .content6 .content6_box .list a {
    padding: 5px 0 15px;
  }
  #footer {
    margin-bottom: 53px;
  }
  /* #footer .copyright {
    border-top: none;
  } */
  .content .inContent .aside .item .aside_header {
    height: 56px;
    line-height: 56px;
    background-size: 95% auto;
  }
  .content .inContent .aside .item .aside_header span {
    font-size: 18px;
  }
  .content .inContent .aside .item .aside_body {
    padding: 5px 15px 20px;
  }
  .content .inContent .aside .item .aside_body .aside_list li a {
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
  .content .inContent .aside .item .aside_body .aside_list li {
    margin-top: 14px;
  }
  .content .inContent .main_box {
    padding-top: 20px;
  }
  .content .inContent {
    padding-bottom: 65px;
  }
  .contact1 {
    padding: 0 25px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_left .t1 {
    font-size: 12px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_left .t2 {
    font-size: 24px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_left .meassage li .p1 {
    width: 50px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_left .meassage li {
    line-height: 20px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_right {
    margin-top: 20px;
    float: left;
  }
  .content .inContent .main_box .contact .contact1 .contact1_right .code li .p2 {
    margin-top: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  .content .inContent .main_box .contact .contact1 .contact1_right .code li {
    width: 110px;
  }
  .content .inContent .main_box .contact .map {
    margin-top: 20px;
    height: 195px;
  }
  .content .inContent .news_list li a {
    padding: 6px;
  }
  .content .inContent .news_list li a .text {
    padding: 0 0 0 10px;
  }
  .content .inContent .news_list li a .text .p1 {
    line-height: 30px;
    font-size: 12px;
  }
  .content .inContent .news_list li a .text .p2 {
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 2px;
    text-indent: 24px;
  }
  .content .inContent .news_list li a .text .p3 {
    margin-top: 5px;
  }
  .content .inContent .news_list li a .text .p3 .date {
    float: left;
    padding-left: 20px;
    color: #8e9093;
    line-height: 24px;
    font-size: 12px;
  }
  .content .inContent .news_list li a .text .p3 .detail {
    float: right;
    width: 80px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
  }
  .content .inContent .news_list li {
    margin-top: 15px;
  }
  .content .inContent .news_list {
    margin-top: 0;
  }
  #footer .footer_measage .footer_right .code li{
    width: 50%;
    padding: 0 7.5px;
    margin-right: 0;
  }
}
