.barand-ative {
  box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.5);
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgBox:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.narBar-ative {
  background: #1d9237 url(../image/yezi.png) no-repeat center center;
}
#link {
  width: 100%;
  height: 100px;
  color: black;
  /*菜单手机状态*/
  /*菜单手机状态*/
}
#link .panel1 {
  width: 100%;
  margin: 0 auto;
}
#link .panel1 .panel1_outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#link .panel1 .panel1_outer .panel1-map {
  width: 100%;
  height: 530px;
  color: #333;
  font-size: 38px;
  padding-top: 80px;
  text-align: center;
}
#link .panel1 .panel1_outer .panel1-map #mapContainer {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#link .panel1 .panel1_outer .panel1-map #tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
#link .panel1 .panel1_outer .panel1-map div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
#link .panel1 .panel1_outer .panel1-map div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
#link .panel1 .panel1_outer .panel1-map div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
#link .panel1 .panel1_outer .panel1-map div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
#link .panel1 .panel1_outer .panel1-map div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
#link .panel1 .panel1_outer .panel1-map div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
#link .panel1 .panel1_outer .panel1-map div.info-bottom img {
  position: relative;
  z-index: 104;
}
#link .panel1 .panel1_outer .panel1-link {
  width: 100%;
  padding: 80px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #939393;
  line-height: 24px;
}
#link .panel1 .panel1_outer .panel1-link .link-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item {
  flex-basis: 33.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left img {
  width: 100%;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2) {
  justify-content: center;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
  justify-content: flex-end;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
  max-width: 270px;
  padding-left: 20px;
}
#link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-top {
  color: #000;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  #link .panel1 .panel1_outer .panel1-link {
    padding: 40px 0px;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item {
    padding: 20px 0;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #link .panel1 .panel1_outer .panel1-link .link-list {
    padding-left: 0;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-top {
    color: #000;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-bottom {
    font-size: 14px;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    flex-grow: 1;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2),
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
    justify-content: flex-start;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left {
    width: 80px;
  }
  #link .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    width: calc(100% - 100px);
  }
}
#link .panel2 {
  width: 100%;
  margin: 0 auto;
}
#link .panel2 .panel2_outer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
#link .panel2 .panel2_outer .panel2-search {
  position: relative;
  width: 100%;
  text-align: center;
}
#link .panel2 .panel2_outer .panel2-search img {
  width: 100%;
  vertical-align: middle;
}
#link .panel2 .panel2_outer .panel2-search .search-list {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: fit-content;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
#link .panel2 .panel2_outer .panel2-search .search-list input {
  max-width: 900px;
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  border-radius: 33px;
  padding-left: 20px;
}
#link .panel2 .panel2_outer .panel2-search .search-list input::-webkit-input-placeholder {
  color: #B8B8B8;
}
#link .panel2 .panel2_outer .panel2-search .search-list button {
  height: 40px;
  background: url('../image/search.png') no-repeat;
  border-style: none;
  position: absolute;
  right: 30px;
  top: 13px;
}
@media screen and (max-width: 1440px) {
  #link .panel2 .panel2_outer .panel2-search .search-list {
    max-width: 600px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: fit-content;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #link .panel2 .panel2_outer .panel2-search .search-list input {
    width: 100%;
    height: 45px;
  }
  #link .panel2 .panel2_outer .panel2-search .search-list button {
    height: 20px;
    background: url(../image/search.png) no-repeat center center;
    border-style: none;
    position: absolute;
    right: 30px;
    background-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #link .panel2 .panel2_outer .panel2-search .search-list {
    max-width: 350px;
  }
}
#link .panel3 {
  width: 100%;
  margin: 0 auto;
}
#link .panel3 .panel3_outer {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#link .panel3 .panel3_outer .panel3-Fcompany {
  width: 100%;
  padding: 115px 20px 150px 20px;
  box-sizing: border-box;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left {
  width: 50%;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 {
  max-width: 640px;
  width: 100%;
  height: 400px;
  z-index: 0;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 img {
  width: 100%;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-bottom img {
  position: relative;
  z-index: 104;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
  padding-left: 50px;
  width: 50%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-title {
  padding: 90px 0 68px 0;
  font-size: 31px;
  font-weight: bold;
  color: #000000;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content {
  font-size: 18px;
  color: #888;
  line-height: 24px;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content > * span {
  color: #000;
}
#link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content .content-phone {
  padding: 26px 0;
}
@media screen and (max-width: 1200px) {
  #link .panel3 .panel3_outer .panel3-Fcompany {
    width: 100%;
    padding: 65px 0px 70px 0px;
  }
}
@media screen and (max-width: 1000px) {
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany {
    flex-direction: column;
  }
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left,
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
    width: 100%;
    margin: 0 auto;
  }
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
    padding-left: 0;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-title {
    padding: 45px 0 34px 0;
    font-size: 24px;
  }
  #link .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content {
    font-size: 14px;
    line-height: 14px;
  }
}
#link .panel4 {
  width: 100%;
  margin: 0 auto;
}
#link .panel4 .panel4_outer {
  width: 100%;
  margin: 0 auto;
}
#link .panel4 .panel4_outer .panel4-feedback {
  width: 100%;
  background: url("../image/p4bg.jpg") no-repeat;
  background-size: 100% !important;
}
#link .panel4 .panel4_outer .panel4-feedback img {
  width: 100%;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #666;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 110px 0 25px 0;
  color: #000000;
  font-size: 36px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
  width: 100%;
  color: #6B6B6B;
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item {
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  height: 52px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item span {
  color: red;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address {
  width: 86%;
  display: flex;
  justify-content: flex-start;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address .register-allb-s {
  /*去除select边框*/
  border: 0;
  background: transparent;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address select {
  height: 100%;
  border: 0;
  background: transparent;
  color: #666;
  width: 140px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address select option {
  width: 100%;
  height: 100%;
  border-style: none;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address select:focus {
  border-style: none;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top input {
  height: 52px;
  max-width: 444px;
  width: 100%;
  background: #fff;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom {
  height: 144px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-direction: column;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
  width: 100px;
  padding-left: 12px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div span {
  color: red;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border-style: none;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 20px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom textarea:focus {
  border-style: none;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn {
  display: flex;
  justify-content: center;
  padding: 84px;
}
#link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn .submit-btn {
  width: 189px;
  height: 57px;
  line-height: 57px;
  background: #1D863A;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #link .panel4 .panel4_outer .panel4-feedback {
    width: 100%;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-title {
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
    font-size: 30px;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
    font-size: 14px;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top {
    max-width: 518px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom {
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 518px;
    width: 100%;
    height: 100px;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
    width: 134px;
  }
}
@media screen and (max-width: 1000px) {
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top {
    max-width: 100%;
    width: 100%;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item {
    width: 100%;
    box-sizing: border-box;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item div {
    min-width: 60px;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item input {
    max-width: 495px;
    width: 100%;
    height: 100%;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address {
    width: 76%;
    position: absolute;
    right: 0;
    justify-content: flex-end;
    padding-right: 20px;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom {
    max-width: 100%;
    width: 100%;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback-table .table-top .top-item {
    position: relative;
    box-sizing: border-box;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
    width: 100%;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn {
    padding: 39px 0;
  }
  #link .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn .submit-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #1D863A;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
/*# sourceMappingURL=./link.css.map */