.gary-bg {
  background: #f9fafc;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}
.table {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 476px;
  height: 610px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 30px;
  box-sizing: border-box;
}
.table .title {
  font-size: 24px;
  text-align: center;
  position: relative;
}
.table .title .close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.table .form {
  margin: 30px 0;
}
.table .form .item {
  margin-bottom: 20px;
  display: flex;
}
.table .form label {
  color: #525252;
  font-size: 14px;
  width: 70px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  margin-top: 12px;
}
.table .form input {
  flex: 1;
  height: 50px;
  background: #f9fafc;
  border: 1px solid #ededed;
  padding-left: 20px;
  box-sizing: border-box;
}
.table .form textarea {
  flex: 1;
  background: #f9fafc;
  border: 1px solid #ededed;
  padding: 20px;
  box-sizing: border-box;
}
.table .form .btn {
  width: 156px;
  height: 50px;
  background: #872d30;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 80px;
}
.pages {
  font-size: 13px;
  text-align: center;
  margin: 60px 0;
}
.pages a {
  color: #666666;
  border: 1px solid #e5e5e5;
  padding: 4px 10px;
  margin: 0 5px;
}
.pages a:hover {
  color: #fff;
  background: #872d30;
  border: 1px solid #872d30;
}
.pages .a_active {
  color: #fff;
  background: #872d30;
  border: 1px solid #872d30;
}
.banner-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  border-radius: 4px;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #872d30;
}
.banner-swiper .txt-box {
  color: #282828;
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
}
.banner-swiper .txt-box .txt1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #872d30;
}
.banner-swiper .txt-box .txt2 {
  font-size: 25px;
  color: #872d30;
}
.banner-swiper .img-box {
  width: 100%;
}
.width1400 {
  width: 1400px;
  margin: 0 auto;
}
.width1200 {
  width: 1200px;
  margin: 0 auto;
}
.pro-box {
  display: flex;
  justify-content: space-between;
  margin: 46px auto;
}
.pro-box .pro-left {
  width: 310px;
  background: #fff;
}
.pro-box .pro-right {
  width: 1060px;
}
.pro-box .list-bg {
  background: url(../img/bg2.png) center center no-repeat;
  background-size: 100% 100%;
  height: 67px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.pro-box .list-bg span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-left: 10px;
}
.panel-body {
}
.panel-header {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px ;
  box-sizing: border-box;
  border-bottom: 1px solid #eef1f5;
  position: relative;
  cursor: pointer;
}
.panel-header::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  background: #b6b6b6;
  width: 4px;
  height: 14px;
  border-radius: 6px;
}
.panel .panel-active {
  color: #872d30;
}
.panel .panel-active::before {
  background: #872d30;
}
.panel-body .item {
  border-bottom: 1px solid #eef1f5;
  display: inline-block;
  width: 100%;
  color: #282828;
  font-size: 14px;
  line-height: 50px;
  padding: 0 30px ;
  box-sizing: border-box;
  position: relative;
}
.panel-body .item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  background: #333;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.panel-body .item .jiantou {
  float: right;
  color: #bababa;
  font-size: 16px;
}
.panel-header .jiantou2 {
  float: right;
  color: #bababa;
}
.panel-active .jiantou2 {
  float: right;
  color: #872d30;
}
.rotate90 {
  transform:rotate(90deg)
}
.rotate0 {
  transform:rotate(0deg)
}
.panel-body:not(:nth-child(2)) {
	display:none;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list .item {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
}
.pro-list .item:nth-child(3n) {
  margin-right: 0;
}
.pro-list .item .img {
  width: 100%;
  height: 220px;
  border: 1px solid #eef1f5;
  background: #fff;
  display: flex;
  display: -webkit-flex;
}
.pro-list .item .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pro-list .item .txts {
  font-size: 16px;
  color: #282828;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.pro-list .item .txts .txt2 {
  font-size: 14px;
  color: #909090;
}
.pro-right .one-box {
  display: flex;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 20px;
}
.pro-right .one-box .img {
  width: 410px;
  margin-right: 30px;
}
.pro-right .one-box .txts {
}
.pro-right .one-box .txts .tit {
  font-size: 30px;
}
.pro-right .one-box .txts .txts2 {
  background: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
  color: #525252;
  font-size: 14px;
  margin: 20px 0;
}
.pro-right .one-box .txts .txts2 p {
  border-bottom: 1px dashed #ededed;
  height: 44px;
  line-height: 44px;
}
.pro-right .one-box .txts .txts2 p span {
  color: #525252;
  opacity: 0.5;
}
.pro-right .one-box .txts .txts3 {
  color: #525252;
  font-size: 14px;
}
.pro-right .one-box .txts .txts4 {
  color: #828282;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
}
.pro-right .one-box .txts .txts5 {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.pro-right .one-box .txts .txts5 .btn1 {
  width: 136px;
  height: 42px;
  background: #872d30;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-right .one-box .txts .txts5 .others {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}
.pro-right .one-box .txts .txts5 .others .num {
  color: #872d30;
  font-size: 20px;
  font-weight: bold;
}
.pro-right .one-box .txts .txts5 .share {
  text-align: center;
  color: #919191;
}
.pro-right .two-box {
  display: flex;
  justify-content: space-between;
}
.pro-right .two-box .left {
  width: 740px;
  background: #fff;
}
.pro-right .two-box .right {
  width: 300px;
  background: #fff;
}
.pro-right .two-box .tit {
  border-bottom: 1px solid #ededed;
  color: #282828;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro-right .two-box .tit span {
  color: #b1b1b1;
  text-transform: Uppercase;
}
.pro-right .two-box .content {
  padding: 20px 80px;
  line-height: 26px;
  color: #282828;
  font-size: 14px;
}
.pro-right .two-box .list {
  /* display: flex;
  flex-wrap: wrap; */
}
.pro-right .two-box .list .item {
  margin: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  display: inline-block;
}
.pro-right .two-box .list .item .img {
  border: 1px solid #eef1f5;
}
.pro-right .two-box .list .item .txts {
  font-size: 16px;
  color: #282828;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.pro-right .two-box .list .item .txts .txt2 {
  font-size: 14px;
  color: #909090;
}
/* 工程案例 */
.work-box {
}
.nav-box {
  background: #fff;
  -moz-box-shadow: 0 5px 5px #eee;/* 老的 Firefox */
  box-shadow: 0 5px 5px #eee;
}
.nav-box .link-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-box .links .link {
  color: #282828;
  font-size: 14px;
  width: 124px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav-box .links .link-active {
  color: #fff;
  background: #872d30;
}
.nav-box .nav {
  color: #bababa;
  font-size: 14px;
}
.nav-box .nav span {
  color: #6b6b6b;
}
.work-box .work-list {
  margin: 40px 0;
display: flex;
flex-wrap: wrap;
}
.work-box .work-item {
  background: #f8f8f9;
  display: inline-block;
  width: 23.2%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.work-box .work-item:hover {
  background: #872d30;
  color: #fff;
}
.work-box .work-item:hover .txt1,
.work-box .work-item:hover .txt2 {
  color: #fff;
}
.work-box .work-item:nth-child(4n) {
  margin-right: 0;
}
.work-box .work-item .img {
  width: 100%;
  height: 250px;
}
.work-box .work-item .img img {
  width: 100%;
  height: 100%;
}
.work-box .work-item .txt {
  padding: 20px;
  box-sizing: border-box;
}
.work-box .work-item .txt1 {
  color: #191919;
  font-size: 18px;
  margin-bottom: 10px;
}
.work-box .work-item .txt2 {
  color: #7c7c7c;
  font-size: 14px;
}
.work-detail {
  margin: 40px auto;
}
.work-detail .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
.work-detail .title .txt1 {
  color: #282828;
  font-size: 24px;
}
.work-detail .title .txt2 {
  color: #a3a3a3;
  font-size: 14px;
  margin: 10px 0;
}
.work-detail .title .share {
  display: flex;
  align-items: center;
  color: #a3a3a3;
  font-size: 14px;
}
.work-detail .content {
  margin: 20px 0;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.work-detail .content .img-list {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.about {
  margin: 40px auto;
}
.about .title {
  text-align: center;
}
.about .title .txt1 {
  color: #282828;
  font-size: 24px;
}
.about .title .txt2 {
  color: #b5b5b5;
  font-size: 14px;
  margin: 10px 0;
}
.about .content {
  margin: 40px 0;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.about .content .img-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.zizhi-box {
  margin: 40px auto;
}
.zizhi-box .title {
  text-align: center;
}
.zizhi-box .title .txt1 {
  color: #282828;
  font-size: 24px;
}
.zizhi-box .title .txt2 {
  color: #b5b5b5;
  font-size: 14px;
  margin: 10px 0;
}
.zizhi-box .zizhi-list {
  margin: 40px 0;
}
.zizhi-box .zizhi-item {
  display: inline-block;
  width: 23.2%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.zizhi-box .zizhi-item:nth-child(4n) {
  margin-right: 0;
}
.zizhi-box .zizhi-item .img {
  width: 100%;
}
.zizhi-box .zizhi-item .img img {
  width: 100%;
}
.zizhi-box .zizhi-item .txt {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.zizhi-box .zizhi-item .txt1 {
  color: #282828;
  font-size: 16px;
}
.zizhiimg-box {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 400px;
  height: 550px;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  left: 0;
  text-align: center;
}
.zizhiimg-box .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.zizhiimg-box .pic {
  margin: 20px auto;
}
.shouhou .shouhou-txt1 {
  color: #656565;
  font-size: 16px;
  margin: 10px 0;
}
.shouhou .shouhou-txt2 {
  color: #656565;
  font-size: 14px;
}
.jiejue-box .work-item .txt {
  text-align: center;
}
.lianxi {
  margin-top: 60px;
}
.lianxi .lianxi-one {
  display: flex;
  justify-content: space-between;
  color: #282828;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.lianxi .lianxi-one .img {
  height: 200px;
}
.lianxi .lianxi-one .txt1 {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.lianxi .lianxi-one .desc {
  color: #872d30;
}
.lianxi .lianxi-two {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  border-top: 1px solid #ededed;
  padding: 40px 0;
  box-sizing: border-box;
  color: #565656;
  font-size: 16px;
  line-height: 50px;
}
.lianxi .lianxi-two .left .title {
  color: #1d1d1d;
  font-size: 24px;
  margin-bottom: 20px;
}
.lianxi .lianxi-two .right {
  width: 630px;
}
.lianxi .lianxi-two .right .title {
  color: #1d1d1d;
  font-size: 24px;
}
.lianxi .lianxi-two .right .input {
  display: flex;
  justify-content: space-between;
}
.lianxi .lianxi-two .right input {
  height: 50px;
  border: 1px solid #ededed;
  padding-left: 20px;
  box-sizing: border-box;
  width: 48%;
}
.lianxi .lianxi-two .right .textarea {
  position: relative;
}
.lianxi .lianxi-two .right .textarea .fasong {
  position: absolute;
  right: 0;
  bottom: 20px;
  cursor: pointer;
}
.lianxi .lianxi-two .right textarea {
  border: 1px solid #ededed;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}
#allmap {
  height: 600px;
}
.map {
  position: relative;
}
.map .name {
  background: #872d30;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
.map .name .txt1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.map .right {
  position: absolute;
  right: 30px;
  top: 60px;
}
.newslist {
  margin: 50px 0;
}
.newslist .newsitem {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.newslist .newsitem:hover .txt1 {
  color: #872d30;
}
.newslist .newsitem .img {
  width: 220px;
  height: 150px;
  margin-right: 24px;
}
.newslist .newsitem .img img {
  height: 100%;
  width: 100%;
}
.newslist .newsitem .txts {
    flex: 1;
}
.newslist .newsitem .txt1 {
  font-size: 20px;
  color: #333;
}
.newslist .newsitem .txt2 {
  font-size: 14px;
  color: #666666;
  margin: 20px 0;
  line-height: 24px;
}
.newslist .newsitem .txt3 {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #a7a7a7;
  font-size: 14px;
}
.newsdetail-link {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  padding-top: 30px;
}
.newsdetail-link a {
  color: #333333;
  font-size: 15px;
}
.newsdetail-link a:hover {
  color: #872d30;
}
.work-detail .content .img-list img {
  max-width: 48%;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.rencaiBox{
  padding: 60px 0;
  background: #f8fafc;
  box-sizing: border-box;
}
.rencaiSwiper{
  /* box-sizing: border-box;
  padding: 20px; */
}
.reicaiCard{
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  box-sizing: border-box;
  height: 235px;
  cursor: pointer;
}
.reicaiCard img{
  width: 48px;
	height: 42px;
}
.reicaiCard .actImg{
  display: none;
}
.reicaiCard .norImg{
  display: block;
  width: 48px;
	height: 42px;
}
.reicaiCard .cardLine{
  width: 19px;
	height: 1px;	
  background-color: #aeaeae;
  margin-top: 28px;
}
.reicaiCard .cardName{
  margin: 22px 0 4px;
  font-size: 18px;
  color: #282828;
}
.reicaiCard .cardNameEn{
  font-size: 14px;
  color: #aeaeae;
}
.reicaiCardAct{
  background: url(../img/bg3.png) no-repeat;
  background-size: 100% 100%;
  height: 252px;
}
.reicaiCardAct .norImg{
  display: none;
}
.reicaiCardAct .actImg{
  display: block;
  width: 48px;
	height: 42px;
}
.reicaiCardAct .cardLine{
  background-color: #872d30;
}
.reicaiCardAct .cardName{
  color: #872d30;
}
.reicaiCardAct .cardNameEn{
  color: #872d30;
}
.rencaiSwiper .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.rencaiSwiper .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.rencaiSwiper .swiper-button-next img{
  width: 30px;
}
.rencaiSwiper .swiper-button-prev img{
  width: 30px;
}
.rencaiInfo{
  background: #fff;
  box-sizing: border-box;
  padding: 30px 45px;
  display: none;
}
.rencaiInfo .jobTit{
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 30px;
}
.rencaiInfo .jobInfo{
  display: flex;
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 15px;
}
.rencaiInfo .jobInfo div{
  margin-right: 60px;
}
.rencaiInfo .jobTit2{
  color: #282828;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.rencaiInfo .jobDetail{
  font-size: 14px;
	font-weight: normal; 
	color: #6f6f6f;
  margin-bottom: 10px;
} 
.rencaiInfo .jobDetail1{
  margin-bottom: 30px;
}
.rencaiInfoAct{
  display: block;
}
@media screen and (min-width:960px) and (max-width: 1366px) {
  .width1400 {
    width: 1200px;
  }
  .banner-swiper .txt-box {
    top: 100px;
  }
  .pro-box .pro-right {
    width: 920px;
  }
  .pro-box .pro-left {
    width: 250px;
  }
  .pro-right .two-box .content {
    padding: 20px 40px;
  }
  .pro-right .two-box .left {
    width: 600px;
  }
}
/* 手机端 */
@media only screen and (max-width: 768px) {
  .width1400 {
    width: 100%;
  }
  .banner-swiper .txt-box {
    top: 20px;
  }
  .banner-swiper .txt-box .txt1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .banner-swiper .txt-box .txt2 {
    font-size: 12px;
  }
  .nav-box .link-box {
    height: 40px;
    flex-wrap: wrap;
  }
  .nav-box .links .link {
    font-size: 12px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .work-box .work-list {
    margin: 0;
  }
  .work-box .work-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .work-box .work-item .txt {
    padding: 10px;
  }
  .work-box .work-item .txt1 {
    font-size: 16px;
  }
  .pages {
    margin: 20px 0;
  }
  .pages a {
    display: none;
  }
  .pages a:first-child,
  .pages a:nth-child(2),
  .pages a:last-child,
  .pages a:nth-last-child(2) {
    display: inline-block;
  }
  .nav-box {
    box-shadow: none;
  }
  .nav-box .links {
    overflow-x: scroll;
    display: flex;
  }
  .nav-box .nav {
    display: none;
  }
  .work-detail .title .txt1 {
    font-size: 18px;
  }
  .work-detail {
    margin: 10px auto;
  }
  .work-detail .title {
    display: inline-block;
    margin: 0 10px;
  }
  .work-detail .content {
    margin: 10px;
  }
  .work-detail .content .img-list {
    display: inline-block;
    margin: 10px 0;
  }
  .img-list img {
    width: 100%;
    margin-bottom: 10px;
  }
  .newslist {
    margin: 0;
  }
  .newslist .newsitem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .newslist .newsitem .txts {
    margin: 10px;
  }
  .newslist .newsitem .txt1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .newslist .newsitem .txt2 {
    margin: 10px 0;
  }
  .newslist .newsitem .txt3 {
    font-size: 12px;
  }
  .newslist .newsitem .img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .newslist .newsitem .img img {
    height: auto;
  }
  .newsdetail-link {
    margin: 15px 10px;
    display: inline-block;
    padding-top: 20px;
  }
  .newsdetail-link a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .zizhi-box {
    margin: 10px auto;
  }
  .zizhi-box .title .txt1 {
    font-size: 18px;
  }
  .zizhi-box .zizhi-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zizhi-box .zizhi-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zizhi-box .zizhi-item .txt {
    padding: 10px;
  }
  .zizhi-box .zizhi-item .txt1 {
    font-size: 14px;
  }
  .zizhiimg-box {
    width: 270px;
    height: 400px;
    padding: 10px;
    background: transparent;
  }
  .zizhiimg-box .close-btn {
    right: -20px;
    top: 0;
  }
  .about {
    margin: 10px auto;
  }
  .about .title .txt1 {
    font-size: 18px;
  }
  .about .content {
    margin: 10px;
    line-height: 28px;
  }
  .shouhou .shouhou-txt1 {
    font-size: 15px;
    margin: 5px 0;
  }
  .pro-box .pro-left {
    width: 30%;
  }
  .pro-box .pro-right {
    width: 70%;
  }
  .pro-box .list-bg {
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    background: #872d30;
  }
  .pro-box .list-bg span {
    display: none;
  }
  .panel-header {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .panel-header::before {
    display: none;
  }
  .panel-body .item {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
  }
  .panel-body .item::before {
    display: none;
  }
  /* .pro-list {
    overflow-y: scroll;
    height: calc(100vh - 203px);
  } */
  .pro-box {
    margin: 0 auto;
  }
  .panel-body .item .jiantou {
    display: none;
  }
  .pro-list .item {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
  }
  .pro-list .item .txts {
    font-size: 12px;
    height: 30px;
  }
  .pro-list .item .txts .txt2 {
    display: none;
  }
  .pro-right .pages a:first-child,
  .pro-right .pages a:last-child {
    display: none;
  }
  .pro-right .one-box {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .pro-right .one-box .txts .tit {
    font-size: 16px;
  }
  .pro-right .one-box .txts .txts2 {
    padding: 0;
    margin: 10px 0;
  }
  .pro-right .one-box .txts .txts2 p {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }
  .pro-right .one-box .txts .txts4 {
    margin: 10px 0;
  }
  .pro-right .one-box .txts .txts5 {
    display: inline-block;
  }
  .pro-right .one-box .txts .txts5 .btn1 {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
  .pro-right .one-box .txts .txts5 .others {
    width: 100%;
    margin: 10px 0;
  }
  .pro-right .one-box .txts .txts5 .others img {
    width: 24px;
    margin-right: 10px;
  }
  .pro-right .one-box .txts .txts5 .others .num {
    font-size: 16px;  
  }
  .pro-right .one-box .txts .txts5 .share {
    text-align: left;
  }
  .pro-right .two-box {
    display: inline-block;
  }
  .pro-right .two-box .left {
    width: 100%;
  }
  .pro-right .two-box .content {
    padding: 0;
  }
  .pro-right .two-box .right {
    width: 100%;
  }
  .pro-right .two-box .tit {
    color: #282828;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
  }
  .pro-right .one-box .img {
    width: 100%;
    margin-right: 0;
  }
  .pro-box .pro-right {
    overflow-y: scroll;
    height: calc(100vh - 135px);
  }
  .pro-right .two-box .list .item {
    margin: 10px;
  }
  .pro-right .two-box .list .item .txts {
    font-size: 14px;
    height: 40px;
  }
  .table {
    width: 300px;
    height: 430px;
    padding: 10px;
  }
  .table .title {
    font-size: 16px;
  }
  .table .form input {
    height: 30px;
    padding-left: 10px;
  }
  .table .form label {
    width: 60px;
    margin-right: 6px;
    margin-top: 4px;
  }
  .table .title .close-btn {
    right: 0;
    top: 0;
    width: 20px;
  }
  .table .form textarea {
    padding: 10px;
  }
  .table .form .btn {
    width: 100px;
    height: 30px;
    font-size: 14px;
    margin-left: 66px;
  }
  .rencaiInfo .jobInfo{
    display: block;
  }
  .about .content .img-list{
    flex-direction: column;
  }
  .width1200 {
    width: 100%;
  }
  .map .name {
    width: 100%;
  }
  .lianxi {
    margin-top: 0;
  }
  .lianxi .lianxi-one {
    display: flex;
    flex-wrap: wrap;
  }
  .lianxi .lianxi-one .one-item {
    width: 50%;
  }
  .lianxi .lianxi-one .img {
    height: 160px;
  }
  .lianxi .lianxi-one .txt1 {
    font-size: 16px;
  }
  .lianxi .lianxi-two {
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .lianxi .lianxi-two .left .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .lianxi .lianxi-two .right {
    width: 100%;
  }
  .lianxi .lianxi-two .right .title {
    font-size: 18px;
  }
  .lianxi .lianxi-two .right .txt3 {
    margin-bottom: 10px;
  }
  .lianxi .lianxi-two .right input {
    height: 30px;
    padding-left: 10px;
    width: 49%;
  }
  .lianxi .lianxi-two .right textarea {
    width: 100%;
    padding: 10px;
  }
  .lianxi .lianxi-two .right .textarea .fasong {
    right: 0;
    bottom: 10px;
    width: 50px;
  }
  .map .name .txt1 {
    font-size: 16px;
  }
  .map .name .txt2 {
    font-size: 14px;
  }
  .map .right {
    display: none;
  }
}