html,
body {
  scroll-behavior: smooth;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}
@font-face {
  font-family: 'siyuan';
  src: url('../font/SourceHanSerifCN-Regular.otf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../font/Poppins-SemiBold.ttf');
}
	::-webkit-scrollbar {
    width: 0px;
    height: 6px;
    background-color: #fff;
}
a {
  color: #959595;
}
img {
  vertical-align: middle;
}
.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: #0088e5;
}

#header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
 #header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
 #header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 100px;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
  box-shadow: 0px -7px 14px;
}
@media screen and (max-width: 992px) {
   #header {
    height: 80px;
  }
}
 #header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
   #header .header-outer {
    width: 100%;
  }
}
 #header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
   #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
   #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
 #header .header-logo {
/*  max-width: 110px;*/
  width: 20%;
  display: flex;
  align-items: center;
}
 #header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
 #header .navbar-list {
/*  max-width: 1150px;*/
  width: 65%;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
 #header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
 #header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
	font-weight: bold;
	
}
 #header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid #00adff ;
  transition: all ease 0.3s;
}
 #header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
 #header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: #00adff;
}
 #header .navbar-list .navbar-item.active {
  color: #00adff;
}
 #header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
 #header .nav-search {
	width: 15%;
	display: flex;
	align-items: center;
  cursor: pointer;
}
 #header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 #header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
 #header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
 #header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
   #header .navbar-list {
    font-size: 14px;
  }
   #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
   #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
   #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
   #header .navbar-list .navbar-item .select-list .select-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
	 #header .nav-search img {
		width: 24px;
	}
	 #header .nav-search span {
		font-size: 16px!important;
	}
}
@media screen and (max-width: 1000px) {
   #header .nav-search {
    display: none;
  }
   #header .navbar-list {
    display: none;
  }
   #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}
 .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
 .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
 .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .active .phoneNav,
 .active .phoneNav:before,
 .active .phoneNav:after,
 .bgActive .phoneNav,
 .bgActive .phoneNav:before,
 .bgActive .phoneNav:after {
  background: #000;
}
 .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
 .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
 .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: green url('../fonts/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
 .phoneNavShow .close {
  display: block;
}
 .menuBox ul li a {
  color: #333;
  display: block;
}
 .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
 .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
 .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
 .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
 .menuBox .secondMenu a,
 .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
 .menuBox.active .secondMenu {
  top: 0;
}
 .menuBox ul li {
  position: relative;
}
 .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
 .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
 .panel1 {
  width: 100%;
  margin: 0 auto;
}
 .panel1 .panel1_outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
 .panel1 .panel1_outer .panel1-map {
  width: 100%;
  height: 530px;
  color: #333;
  font-size: 38px;
  padding-top: 80px;
  text-align: center;
}
 .panel1 .panel1_outer .panel1-map #mapContainer {
  width: 100%;
  height: 100%;
  z-index: 0;
}
 .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;
}
 .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;
}
 .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;
}
 .panel1 .panel1_outer .panel1-map div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
 .panel1 .panel1_outer .panel1-map div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
 .panel1 .panel1_outer .panel1-map div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
 .panel1 .panel1_outer .panel1-map div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
 .panel1 .panel1_outer .panel1-map div.info-bottom img {
  position: relative;
  z-index: 104;
}
 .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;
}
 .panel1 .panel1_outer .panel1-link .link-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item {
  flex-basis: 33.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left img {
  width: 100%;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2) {
  justify-content: center;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
  justify-content: flex-end;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
  max-width: 270px;
  padding-left: 20px;
}
 .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) {
   .panel1 .panel1_outer .panel1-link {
    padding: 40px 0px;
  }
   .panel1 .panel1_outer .panel1-link .link-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item {
    padding: 20px 0;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
   .panel1 .panel1_outer .panel1-link .link-list {
    padding-left: 0;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-top {
    color: #000;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-bottom {
    font-size: 14px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    flex-grow: 1;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2),
   .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
    justify-content: flex-start;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left {
    width: 80px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    width: calc(100% - 100px);
  }
}
 .panel2 {
  width: 100%;
  margin: 0 auto;
}
 .panel2 .panel2_outer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
 .panel2 .panel2_outer .panel2-search {
  position: relative;
  width: 100%;
  text-align: center;
}
 .panel2 .panel2_outer .panel2-search img {
  width: 100%;
  vertical-align: middle;
}
 .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;
}
 .panel2 .panel2_outer .panel2-search .search-list input {
  max-width: 900px;
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  border-radius: 33px;
  padding-left: 20px;
}
 .panel2 .panel2_outer .panel2-search .search-list input::-webkit-input-placeholder {
  color: #B8B8B8;
}
 .panel2 .panel2_outer .panel2-search .search-list button {
  height: 40px;
  background: url('../images/search.png') no-repeat;
  border-style: none;
  position: absolute;
  right: 30px;
  top: 13px;
}
@media screen and (max-width: 1440px) {
   .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;
  }
   .panel2 .panel2_outer .panel2-search .search-list input {
    width: 100%;
    height: 45px;
  }
   .panel2 .panel2_outer .panel2-search .search-list button {
    height: 20px;
    background: url(../images/search.png) no-repeat center center;
    border-style: none;
    position: absolute;
    right: 30px;
    background-size: 20px;
  }
}
@media screen and (max-width: 900px) {
   .panel2 .panel2_outer .panel2-search .search-list {
    max-width: 350px;
  }
}
 .panel3 {
  width: 100%;
  margin: 0 auto;
}
 .panel3 .panel3_outer {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
 .panel3 .panel3_outer .panel3-Fcompany {
  width: 100%;
  padding: 115px 20px 150px 20px;
  box-sizing: border-box;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left {
  width: 50%;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 {
  max-width: 640px;
  width: 100%;
  height: 400px;
  z-index: 0;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 img {
  width: 100%;
}
 .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;
}
 .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;
}
 .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;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left div.info-bottom img {
  position: relative;
  z-index: 104;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
  padding-left: 50px;
  width: 50%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-title {
  padding: 90px 0 68px 0;
  font-size: 31px;
  font-weight: bold;
  color: #000000;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content {
  font-size: 18px;
  color: #888;
  line-height: 24px;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content > * span {
  color: #000;
}
 .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content .content-phone {
  padding: 26px 0;
}
@media screen and (max-width: 1200px) {
   .panel3 .panel3_outer .panel3-Fcompany {
    width: 100%;
    padding: 65px 0px 70px 0px;
  }
}
@media screen and (max-width: 1000px) {
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany {
    flex-direction: column;
  }
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left,
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
    width: 100%;
    margin: 0 auto;
  }
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-left #mapContainer1 {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right {
    padding-left: 0;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-title {
    padding: 45px 0 34px 0;
    font-size: 24px;
  }
   .panel3 .panel3_outer .panel3-Fcompany .Fcompany .Fcompany-right .right-content {
    font-size: 14px;
    line-height: 14px;
  }
}
 .panel4 {
  width: 100%;
  margin: 0 auto;
}
 .panel4 .panel4_outer {
  width: 100%;
  margin: 0 auto;
}
 .panel4 .panel4_outer .panel4-feedback {
  width: 100%;
  background: url("../images/p4bg.jpg") no-repeat;
  background-size: 100% !important;
}
 .panel4 .panel4_outer .panel4-feedback img {
  width: 100%;
}
 .panel4 .panel4_outer .panel4-feedback .feedback {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #666;
}
 .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;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
  width: 100%;
  color: #6B6B6B;
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
 .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);
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item span {
  color: red;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address {
  width: 86%;
  display: flex;
  justify-content: flex-start;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address .register-allb-s {
  /*去除select边框*/
  border: 0;
  background: transparent;
}
 .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;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address select option {
  width: 100%;
  height: 100%;
  border-style: none;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item .item-address select:focus {
  border-style: none;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top input {
  height: 52px;
  max-width: 444px;
  width: 100%;
  background: #fff;
}
 .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;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
  width: 100px;
  padding-left: 12px;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div span {
  color: red;
}
 .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;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom textarea:focus {
  border-style: none;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn {
  display: flex;
  justify-content: center;
  padding: 84px 0;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn .submit-btn {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: #0088e5;
	font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
   .panel4 .panel4_outer .panel4-feedback {
    width: 100%;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-title {
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
    font-size: 30px;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
    font-size: 14px;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
   .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;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
   .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;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
    width: 134px;
  }
}
@media screen and (max-width: 1000px) {
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top {
    max-width: 100%;
    width: 100%;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item {
    width: 100%;
    box-sizing: border-box;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item div {
    min-width: 60px;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-top .top-item input {
    max-width: 495px;
    width: 100%;
    height: 100%;
  }
   .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;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom {
    max-width: 100%;
    width: 100%;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback-table .table-top .top-item {
    position: relative;
    box-sizing: border-box;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-bottom div {
    width: 100%;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn {
    padding: 39px 0;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-table .table-btn .submit-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #00adff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
/*# sourceMappingURL=./link.css.map */