.banner {
  max-width: 1600px;
  margin: 0 auto;
}
.banner .swiper-wrapper {
  height: auto;
}
.banner .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.banner .swiper-wrapper .swiper-slide .banner-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  bottom: 118px !important;
}
.banner .banner-pagination .swiper-pagination-bullet {
  background-color: #a9bdcc;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border-radius: 9px;
  transition: all 0.5s;
  margin-right: 40px;
}
.banner .banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 54px;
  background-color: #fff;
  opacity: 0.9;
}
.banner:hover .banner-prev,
.banner:hover .banner-next {
  display: flex;
}
.banner .banner-prev,
.banner .banner-next {
  display: none;
  width: 75px;
  height: 75px;
  background-color: #2c3e50;
  color: #fff;
}
.banner .banner-prev::after,
.banner .banner-next::after {
  font-size: 25px;
  font-weight: bold;
}
.about-wrapper {
  padding-top: 70px;
  padding-bottom: 150px;
}
.about-wrapper > .title .title-top {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}
.about-wrapper > .title .title-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.about-wrapper > .title .title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #626262;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1;
}
.about-wrapper .content {
  width: 1190px;
  margin: 0 auto;
  display: flex;
}
.about-wrapper .content .left-wrapper {
  width: 455px;
  margin-right: auto;
}
.about-wrapper .content .left-wrapper > .title {
  line-height: 1;
  font-size: 36px;
  color: #2c3e50;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
}
.about-wrapper .content .left-wrapper > .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.about-wrapper .content .left-wrapper > .text {
  margin-top: 40px;
  height: 280px;
  overflow-y: auto;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1.6;
  color: #6a6a6a;
  padding-right: 10px;
}
.about-wrapper .content .left-wrapper > .text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.about-wrapper .content .left-wrapper > .text::-webkit-scrollbar-track {
  background-color: #eff0f0;
  border-radius: 3px;
}
.about-wrapper .content .left-wrapper > .text::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  border-radius: 3px;
}
.about-wrapper .content .left-wrapper > .text p {
  text-indent: 2em;
}
.about-wrapper .content .left-wrapper > .more {
  margin-top: 30px;
  margin-left: 2px;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #cccccc;
  color: #cccccc;
  background-color: #f5f5f5;
  transition: all 0.5s;
}
.about-wrapper .content .left-wrapper > .more:hover {
  color: #fff;
  background-color: #cccccc;
}
.about-wrapper .number {
  padding-top: 125px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.about-wrapper .number .number-item-a {
  width: 150px;
  margin-right: auto;
}
.about-wrapper .number .number-item-a:last-child {
  margin-right: 0;
}
.about-wrapper .number .number-item-a:hover .number-item > .top {
  background-color: #6d9fdf;
}
.about-wrapper .number .number-item-a:hover .number-item > .top.aboutIcon01 {
  background-image: url('../../img/index/aboutIcon01-active.png');
}
.about-wrapper .number .number-item-a:hover .number-item > .top.aboutIcon02 {
  background-image: url('../../img/index/aboutIcon02-active.png');
}
.about-wrapper .number .number-item-a:hover .number-item > .top.aboutIcon03 {
  background-image: url('../../img/index/aboutIcon03-active.png');
}
.about-wrapper .number .number-item-a:hover .number-item > .top.aboutIcon04 {
  background-image: url('../../img/index/aboutIcon04-active.png');
}
.about-wrapper .number .number-item-a .number-item > .top {
  margin: 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.about-wrapper .number .number-item-a .number-item > .top.aboutIcon01 {
  background-image: url('../../img/index/aboutIcon01.png');
}
.about-wrapper .number .number-item-a .number-item > .top.aboutIcon02 {
  background-image: url('../../img/index/aboutIcon02.png');
}
.about-wrapper .number .number-item-a .number-item > .top.aboutIcon03 {
  background-image: url('../../img/index/aboutIcon03.png');
}
.about-wrapper .number .number-item-a .number-item > .top.aboutIcon04 {
  background-image: url('../../img/index/aboutIcon04.png');
}
.about-wrapper .number .number-item-a .number-item > .count {
  text-align: center;
  margin-top: 30px;
  font-size: 32.5px;
  color: #333333;
  line-height: 1;
}
.about-wrapper .number .number-item-a .number-item > .text {
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 1;
  padding-top: 15px;
}
.professional-wrapper {
  padding-top: 70px;
  padding-bottom: 130px;
  background-image: url(../../img/index/professionalbg.png);
  background-size: 100% 102%;
  background-repeat: no-repeat;
  background-position: center;
}
.professional-wrapper > .title .title-top {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}
.professional-wrapper > .title .title-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.professional-wrapper > .title .title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #7a7a7a;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1;
}
.professional-wrapper .professional {
  min-width: 1300px;
  width: 81%;
  height: 420px;
}
.professional-wrapper .professional .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide {
  height: 100%;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a {
  width: 100%;
  display: block;
  padding-top: 35px;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a:hover .professional-item {
  transform: scale(1.05);
  border-color: #1dd2af;
  border-radius: 0;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a:hover .professional-item .bottom {
  background-color: #2c3e50;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a:hover .professional-item .bottom > .title {
  color: #fff;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a:hover .professional-item .bottom .icon-xiala {
  color: #fff;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a .professional-item {
  width: 100%;
  transition: all 0.5s;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 4px;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a .professional-item .top {
  height: 224px;
  overflow: hidden;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a .professional-item .top .top-image {
  width: 100%;
  height: 100%;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a .professional-item .bottom > .title {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.professional-wrapper .professional .swiper-wrapper .swiper-slide .professional-item-a .professional-item .bottom .icon-xiala {
  text-align: end;
  font-size: 28px;
  color: #2c3e50;
  user-select: none;
  padding-right: 14px;
}
.professional-wrapper .professional .professional-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.professional-wrapper .professional .professional-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.standard-wrappper {
  padding-top: 125px;
  padding-bottom: 175px;
}
.standard-wrappper > .title .title-top {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}
.standard-wrappper > .title .title-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.standard-wrappper > .title .title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #626262;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1;
}
.standard-wrappper .content-wrapper {
  width: 1370px;
  margin: 0 auto;
  padding-top: 85px;
  display: flex;
}
.standard-wrappper .content-wrapper .left-wrapper {
  flex: 1;
  margin-right: 30px;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top {
  height: 300px;
  background-image: url(../../img/index/standardbg01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top .icon-a-tupianyihuifu-48 {
  color: #fff;
  font-size: 75px;
  user-select: none;
  line-height: 1;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top > .title {
  margin-top: 30px;
  font-weight: normal;
  color: #fff;
  font-size: 21px;
  padding-left: 10px;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top > .title::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 35px;
  border-bottom: 8px solid #fff;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top .link {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 106px;
  height: 42px;
  border: 2px solid #fff;
  line-height: 38px;
  text-align: center;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: 20px;
  transition: all 0.5s;
}
.standard-wrappper .content-wrapper .left-wrapper .left-top .link:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom {
  padding-top: 30px;
  display: flex;
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a {
  flex: 1;
  margin-right: 30px;
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a:last-child {
  margin-right: 0;
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a:hover .left-bottom-item > .title {
  transform: translateX(40px);
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a .left-bottom-item {
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-left: 30px;
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a .left-bottom-item.standardbg02 {
  background-image: url(../../img/index/standardbg02.png);
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a .left-bottom-item.standardbg03 {
  background-image: url(../../img/index/standardbg03.png);
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a .left-bottom-item > .title {
  transition: all 0.5s;
  font-weight: normal;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}
.standard-wrappper .content-wrapper .left-wrapper .left-bottom .left-bottom-item-a .left-bottom-item > .title::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 35px;
  border-bottom: 8px solid #fff;
}
.standard-wrappper .content-wrapper .right-wrapper {
  flex: 1;
  height: 480px;
  background-color: #6b9edf;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.standard-wrappper .content-wrapper .right-wrapper > .title .title-top {
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  padding-bottom: 18px;
}
.standard-wrappper .content-wrapper .right-wrapper > .title .title-bottom {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}
.standard-wrappper .content-wrapper .right-wrapper > .content {
  margin-top: 35px;
  height: 260px;
  width: 625px;
  overflow: auto;
}
.standard-wrappper .content-wrapper .right-wrapper > .content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.standard-wrappper .content-wrapper .right-wrapper > .content::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 10px;
  transition: all 0.5s;
}
.standard-wrappper .content-wrapper .right-wrapper > .content::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.standard-wrappper .content-wrapper .right-wrapper > .content .content-item:first-child .content-item-a {
  padding-top: 0;
}
.standard-wrappper .content-wrapper .right-wrapper > .content .content-item .content-item-a {
  display: block;
  padding-top: 22px;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
}
.standard-wrappper .content-wrapper .right-wrapper > .content .content-item .content-item-a:hover {
  text-decoration: underline;
}
.standard-wrappper .content-wrapper .right-wrapper > .content .content-item .content-item-a .circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 13px;
}
.standard-wrappper .content-wrapper .right-wrapper .more {
  margin-left: auto;
  margin-top: 20px;
  display: block;
  font-size: 14px;
  width: 75px;
  height: 35px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 31px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.5s;
}
.standard-wrappper .content-wrapper .right-wrapper .more:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.standard-wrappper .content-wrapper .right-wrapper .search {
  position: absolute;
  top: 30px;
  right: 45px;
  width: 250px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 7px 6px 8px 2px #5279ab;
  display: flex;
}
.standard-wrappper .content-wrapper .right-wrapper .search .search-input {
  display: block;
  flex: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 12px;
}
.standard-wrappper .content-wrapper .right-wrapper .search .icon-sousuo {
  user-select: none;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 75px;
  background-color: #5ee2c8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.news-wrapper {
  padding-top: 70px;
  padding-bottom: 145px;
  background-color: #f3f3f3;
}
.news-wrapper > .title .title-top {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}
.news-wrapper > .title .title-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.news-wrapper > .title .title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #626262;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1;
}
.news-wrapper > .content {
  width: 1360px;
  margin: 0 auto;
  display: flex;
}
.news-wrapper > .content > .content-item {
  flex: 1;
  margin-right: 95px;
  display: flex;
}
.news-wrapper > .content > .content-item:last-child {
  margin-right: 0;
}
.news-wrapper > .content > .content-item .left-wrapper-a {
  display: block;
  margin-right: auto;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper {
  flex: 1;
  width: 227px;
  height: 330px;
  background-color: #fff;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .top {
  height: 169px;
  position: relative;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .top .top-image {
  width: 100%;
  height: 100%;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .top .date-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 72px;
  background-color: #12284b;
  padding-top: 16px;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .top .date-wrapper .mouth {
  text-align: center;
  color: rgba(254, 254, 254, 0.4);
  font-size: 13px;
  line-height: 1;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .top .date-wrapper .day {
  padding-top: 5px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .title {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  padding-top: 25px;
  padding-left: 20px;
}
.news-wrapper > .content > .content-item .left-wrapper-a .left-wrapper > .text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-indent: 2em;
  font-size: 13px;
  color: #888888;
  line-height: 20px;
}
.news-wrapper > .content > .content-item .right-wrapper {
  width: 360px;
  height: 100%;
}
.news-wrapper > .content > .content-item .right-wrapper > .title {
  display: flex;
  padding-bottom: 38px;
  border-bottom: 2px solid #eaeaea;
}
.news-wrapper > .content > .content-item .right-wrapper > .title .main-title {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin-right: auto;
  line-height: 1;
}
.news-wrapper > .content > .content-item .right-wrapper > .title .more {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  transition: all 0.5s;
}
.news-wrapper > .content > .content-item .right-wrapper > .title .more:hover {
  color: #333333;
}
.news-wrapper > .content > .content-item .right-wrapper > .news {
  height: 246px;
  margin-top: 20px;
  overflow-y: auto;
}
.news-wrapper > .content > .content-item .right-wrapper > .news::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.news-wrapper > .content > .content-item .right-wrapper > .news::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 10px;
  transition: all 0.5s;
}
.news-wrapper > .content > .content-item .right-wrapper > .news::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.news-wrapper > .content > .content-item .right-wrapper > .news .news-item .news-item-a {
  display: block;
  line-height: 38px;
}
.news-wrapper > .content > .content-item .right-wrapper > .news .news-item .news-item-a:hover .text {
  text-decoration: underline;
}
.news-wrapper > .content > .content-item .right-wrapper > .news .news-item .news-item-a .circle {
  display: inline-block;
  background-color: #666666;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 10px;
}
.news-wrapper > .content > .content-item .right-wrapper > .news .news-item .news-item-a .text {
  color: #666666;
  font-size: 17px;
}
.contact-wrapper {
  padding-top: 105px;
  padding-bottom: 200px;
}
.contact-wrapper > .title .title-top {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}
.contact-wrapper > .title .title-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #1dd2af;
  width: 56px;
}
.contact-wrapper > .title .title-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #626262;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  line-height: 1;
}
.contact-wrapper > .contact {
  margin: 0 auto;
  margin-top: 90px;
  width: 1090px;
  height: 635px;
  padding-top: 50px;
  padding-left: 65px;
  background-image: url(../../img/index/contactbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
.contact-wrapper > .contact .mt-30 {
  margin-top: 30px;
}
.contact-wrapper > .contact .mt-17 {
  margin-top: 17px;
}
.contact-wrapper > .contact .mt-42 {
  margin-top: 42px;
}
.contact-wrapper > .contact .mt-25 {
  margin-top: 25px;
}
.contact-wrapper > .contact > .title {
  line-height: 1;
  font-size: 19px;
  color: #fff;
  padding-bottom: 12px;
  position: relative;
}
.contact-wrapper > .contact > .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  border-bottom: 2px solid #fff;
}
.contact-wrapper > .contact > .description {
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.contact-wrapper > .contact .form-wrapper {
  display: flex;
}
.contact-wrapper > .contact .form-wrapper .item .mb-15 {
  margin-bottom: 15px;
}
.contact-wrapper > .contact .form-wrapper .item .layui-form-danger {
  border: 1px solid #FF5722;
}
.contact-wrapper > .contact .form-wrapper .item.pr-55 {
  padding-right: 55px;
}
.contact-wrapper > .contact .form-wrapper .item > .title {
  line-height: 1;
  font-size: 14px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: normal;
}
.contact-wrapper > .contact .form-wrapper .item > input {
  width: 190px;
  height: 40px;
  font-size: 14px;
  padding-left: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
  border: 0;
}
.contact-wrapper > .contact .form-wrapper .item > input::-webkit-input-placeholder {
  color: #546e7a;
}
.contact-wrapper > .contact .form-wrapper .item > textarea {
  width: 370px;
  height: 115px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 30px;
  resize: none;
}
.contact-wrapper > .contact .form-wrapper .item > textarea::-webkit-input-placeholder {
  color: #546e7a;
}
.contact-wrapper > .contact .ctractSubmit {
  display: block;
  width: 85px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  color: #fff;
  background-color: #2fc9ef;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 530px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s;
}
.contact-wrapper > .contact .ctractSubmit:hover {
  background-color: #fff;
  color: #2fc9ef;
}
.contact-wrapper > .contact .map {
  position: absolute;
  top: 100px;
  right: -100px;
  width: 440px;
  height: 495px;
  background-image: url(../../img/index/contactmap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.contact-wrapper > .contact .map .icon-fangda {
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  display: block;
  margin-top: 35px;
  margin-left: 360px;
  background-color: #69aaee;
  transition: all 0.5s;
}
.contact-wrapper > .contact .map .icon-fangda:hover {
  color: #69aaee;
  background-color: #fff;
}
