html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
}

.banner .bannerContent {
  position: absolute;
  top: 24%;
  left: 68px;
  width: 580px;
  text-align: center;
}

.banner .bannerA {
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Microsoft Yahei !important;
  color: #2b2b2b;
  margin-bottom: 45px;
}

.banner .bannerB {
  color: #333333;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.banner .bannerB .bannerBp1 {
  margin-bottom: 24px;
}

.banner .bannerB .bannerBd1 {
  text-align: center;
  line-height: 1.8rem;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1.6s;
  animation-fill-mode: both;
  width: 72px;
  margin: 0 auto;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background: #ca210e;
  border-radius: 5px;
  cursor: pointer;
}

.title {
  text-align: center;
  color: #333333;
}

.title .titH1 {
  font-size: 38px;
  font-weight: normal;
}

.title .titH2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

.section {
  display: flex;
  width: 100%;
  min-width: 1200px;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background: url(../images/sect3_bg4.jpg) no-repeat center;
}

.section .sectiontList {
  display: flex;
  justify-content: center;
  font-size: 15px;
  opacity: .7;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 54px;
}

.section .sectiontList li {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}

.section .sectiontList li:last-child::after {
  display: none;
}

.section .sectiontList li::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "/";
  display: block;
  font-size: 12px;
  line-height: 28px;
}

.section .sectionContent {
  padding: 0 10%;
}

.section .sectionContent ul {
  position: relative;
  display: none;
  flex-wrap: wrap;
  height: 582px;
  overflow: hidden;
}

.section .sectionContent ul.on {
  display: flex;
}

.section .sectionContent a {
  display: block;
}

.section .sectionContent li {
  width: 190px;
  height: 184px;
  text-align: center;
  margin: 0 8px;
  border: 5px solid #fff;
  background: #dfe4ea;
  overflow: hidden;
}

.section .sectionContent li:hover img {
  transform: scale(1.2);
}

.section .sectionContent .picDiv {
  width: 190px;
  height: 142px;
  overflow: hidden;
}

.section .sectionContent img {
  width: 190px;
  height: 142px;
  transition: all .6s ease;
}

.section .sectionContent p {
  font-size: 13px;
  min-height: 40px;
  line-height: 17px;
  padding: 6px;
  text-align: left;
}

.describe {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background: url(../images/sect3_bg2.jpg) no-repeat center;
}

.describe .title {
  position: relative;
  top: 240px;
  left: 128px;
}

.describe .describeContent {
  position: relative;
  left: calc(50% + 58px);
  top: 280px;
  width: 45%;
  height: 500px;
  margin: 0;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}

.describe .describeElse {
  display: flex;
  /* flex-wrap: wrap; */
  margin-top: 5%;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}

.describe .describeElse a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
  margin: 0 3%;
  background-image: linear-gradient(111deg, #f79400, #e67500);
  padding: 0;
  color: #fff;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  max-height: 150px;
  max-width: 150px;
  min-width: 100px;
  min-height: 100px;
  vertical-align: middle;
  text-align: center;
  box-shadow: 2px 0px 0px #fff;
}

.anli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url(../images/sect3_bg5.jpg) no-repeat center;
}

.marqueeleft {
  height: 400px;
  width: 90vw;
  overflow: hidden;
  margin: 40px auto;
}

.marqueeleft ul {
  float: left;
}

.marqueeleft li {
  float: left;
  margin: 20px;
  display: inline;
  width: 360px;
  height: 360px;
  border: 5px solid #adadad;
  background: #ffffff;
  overflow: hidden;
}

.marqueeleft li a {
  display: block;
}

.marqueeleft li:hover img {
  transform: scale(1.2);
}

.marqueeleft li .picDiv {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.marqueeleft li img {
  width: 100%;
  height: 280px;
  margin-bottom: 16px;
  transition: all .6s ease;
}

.marqueeleft li p {
  font-size: 16px;
  color: #333333;
  padding: 5px 18px;
  text-align: left;
  margin-top: 10px;
}

.marqueeleft li p.wenzi {
  opacity: .5;
  font-size: 12px;
}

.anliMore {
  font-size: 14px;
  background: #ea8603;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 8px;
  width: 69px;
  margin: 0 auto;
}

.newsList {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background: url(../images/sect7_bg.jpg) no-repeat center;
}

.newsList ul li {
  padding: 0 5%;
  height: 108px;
  margin-bottom: 30px;
  padding: 15px 0;
}

.newsList ul li:hover {
  background: rgba(255, 255, 255, .56);
}

.newsList ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333333;
}

.newsContent {
  margin-top: 40px;
}

.newsDate {
  width: 10%;
  height: 108px;
  line-height: 108px;
  font-size: 25px;
  border-right: 1px dotted #989898;
}

.newsType {
  font-size: 15px;
  width: 8%;
  line-height: 40px;
  border: 1px solid #C7C7C7;
  text-align: center;
  margin: 0 3%;
  background: #E6E6E6;
}

.newsItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66%;
  height: 100%;
  text-align: left;
}

.newsItem .newsMain {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
  margin-top: 10px;
}

.contact {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background: url(../images/ft_bg.jpg) no-repeat center;
  background-size: cover;
}

.footer {
  position: relative;
  background: none;
}

.ft_zbt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /*height:765px; background:#1a1a1a;*/
  background: url(../images/ft_bg.jpg) no-repeat center; background-size: cover;
}

.ft_bt {
  position: absolute;
  left: 5%;
  top: 12%;
  font-size: 24px;
}

.ft_yt {
  position: absolute;
  left: 5%;
  top: 17%;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}

.ft_con {
  height: 390px;
  position: relative;
  top: 140px;
  left: 0;
  opacity: 1;
  margin: 0 5%;
}

.ft_l {
  width: 33%;
  height: 280px;
  position: absolute;
  top: 95px;
  left: 0;
  text-align: left;
}

.ft_logo {
  margin-bottom: 10px; margin-top: 10px;
}

.ft_l .dz {
  margin-bottom: 5px;
}

.ft_l .dh {
  margin-bottom: 5px;
}

.ft_l .bei {
  color: #333;
}

.ft_l .bei:hover {
  text-decoration: underline;
}

.ft_r {
  width: 65%;
  position: absolute;
  top: 105px;
  right: 0;
  text-align: left;
}

.ft_r input {
  width: 26%;
 /* border: none; */
  border: 1px solid #BFBEBE;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 45px;
  margin-right: 3%;    /* text-indent: 1em; */
  border-radius: 5px;padding: 0 2%;
}

.ft_r input.address {
  margin-right: 0;
}

.ft_r .ly {
  width: 99%;
  height: 105px;
  resize: none;
  color: #333;
  background: #fff;
  margin-top: 3%;
/*    border: none; */
  border: 1px solid #BFBEBE;
  font-size: 16px;
  outline: none;text-indent: 1em;
  border-radius: 5px;    line-height: 40px;
}


.ft_r .tj {
  width: 120px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .2);
  line-height: 40px;
  margin-top: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;background-color: #2A2A2A;border-radius: 4px;
  /* box-shadow: 3px 3px 3px #750505; */
}

.ft_r .tj:hover {
  background-color:#CA210E;
  color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 45px !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin-bottom: 20px !important;
  opacity: .5;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:last-child:after,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:last-child:after {
  display: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: '';
  width: 1px;
  height: 15px;
  background: #000000;
}

.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  left: -3px !important;
  background: #ffffff !important;
  border: 1px solid #e38116 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active::after {
  top: 14px !important;
  left: 7px !important;
  opacity: .5;
}