a:hover {
  color: #eb500e;
}
.swiper-pagination-bullet-active {
  background-color: #eb500e !important;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #eb500e;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #eb500e;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #eb500e;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #eb500e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #eb500e;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #eb500e;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #eb500e;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
.stand-t {
  background: #eb500e;
  color: #fff;
}
.stand-t .page {
  display: flex;
}
.stand-t .lf {
  width: 50%;
  padding: 20px 0;
}
.stand-t .lf h2 {
  font-size: 1em;
}
.stand-t .lf hr {
  width: 40px;
  border: 1px #fff solid;
  margin: 10px 0;
}
.stand-t .lf h3 {
  font-size: 12px;
}
.stand-t .rg {
  display: flex;
  text-align: center;
}
.stand-t .rg li {
  padding: 0 20px;
  margin-right: 40px;
}
.stand-t .rg li i {
  font-size: 38px;
  line-height: 1.5;
}
.stand-t .rg li h3 {
  margin-bottom: 10px;
}
.stand-t .rg li p {
  font-size: 12px;
}
.stand-t .rg li:hover {
  background: #fff;
  color: #eb500e;
}
.about-w {
  background: url(../images/aboutus-bg.jpg);
  padding: 50px 0;
}
.about-w .page {
  display: flex;
}
.about-w .lf {
  width: 53%;
}
.about-w .lf h1 {
  position: relative;
  font-size: 120px;
  font-weight: bold;
  color: #eb500e21;
  margin-bottom: 40px;
}
.about-w .lf h1 .tit {
  position: absolute;
  display: flex;
  bottom: 20px;
}
.about-w .lf h1 .tit img {
  height: 38px;
  margin-top: 2px;
}
.about-w .lf h1 .tit p {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.about-w .lf h4 {
  margin-bottom: 10px;
}
.about-w .lf h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-w .lf h2 i {
  color: #eb500e;
}
.about-w .lf span {
  width: 72%;
  margin-bottom: 60px;
}
.about-w .lf a {
  background: #eb500e;
  color: #fff;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.about-w .lf ul {
  display: flex;
  margin-bottom: 40px;
}
.about-w .lf ul li {
  margin-right: 40px;
}
.about-w .lf ul li h5 {
  font-size: 50px;
  font-weight: bold;
}
.about-w .lf ul li h5 i {
  font-size: 20px;
}
.about-w .rg {
  padding-top: 40px;
  margin-bottom: 40px;
}
.about-w .rg .pic {
  height: 650px;
}
.about-w .rg .pic img {
  height: 100%;
}
/* 搜索 */
.search {
  background-color: #fff;
  border: 1px #66666625 solid;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #eb500e;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #eb500e;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #eb500e;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.pro-w .top-p {
  text-align: center;
  margin-top: 40px;
}
.pro-w .top-p h1 {
  position: relative;
  font-size: 110px;
  font-weight: bold;
  color: #eb500e21;
}
.pro-w .top-p h1 .tit {
  position: absolute;
  display: flex;
  bottom: 5px;
  left: 40%;
}
.pro-w .top-p h1 .tit img {
  height: 38px;
  margin-top: 2px;
}
.pro-w .top-p h1 .tit p {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.pro-w .top-p span {
  margin-top: 5px;
  line-height: 1.5;
}
.pro-w .top-p .pro-nav {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.pro-w .top-p .pro-nav a {
  width: 160px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  transition: all 0.2s ease;
}
.pro-w .top-p .pro-nav a:hover {
  background: #eb500e;
  color: #fff;
  border-bottom: 2px #333 solid;
}
.pro-w .main {
  display: flex;
  justify-content: center;
}
.pro-w .main li {
  width: 25%;
  height: 730px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.pro-w .main li .bg-p {
  position: absolute;
  z-index: -9;
  width: 100%;
}
.pro-w .main li .bg-p img {
  height: 730px;
  width: 100%;
}
.pro-w .main li .text {
  text-align: center;
}
.pro-w .main li .text .pic {
  margin-top: 220px;
  transition: all 0.3s ease;
}
.pro-w .main li .text .pic img {
  margin: auto;
}
.pro-w .main li .text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
}
.pro-w .main li .text em {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
.pro-w .main li .text hr {
  margin-bottom: 30px;
}
.pro-w .main li .text p {
  color: #fff;
  display: none;
  transition: all 0.3s ease;
}
.pro-w .main li .text a {
  width: 150px;
  margin: 0 auto;
  margin-top: 240px;
  color: #ccc;
  transition: all 0.5s ease;
}
.pro-w .main li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.pro-w .main li:hover .text .pic {
  margin-top: 140px;
}
.pro-w .main li:hover .text h2 {
  color: #000;
}
.pro-w .main li:hover .text em {
  color: #000;
}
.pro-w .main li:hover .text p {
  display: block;
  color: #000;
}
.pro-w .main li:hover .text a {
  background: #eb500e;
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 5px;
  margin-top: 80px;
}
.adv-w {
  padding: 60px 0;
  overflow: auto;
}
.adv-w .page {
  display: flex;
  max-width: 1800px;
}
.adv-w .lf {
  width: 47%;
}
.adv-w .lf h1 {
  position: relative;
  font-size: 90px;
  font-weight: bold;
  color: #eb500e21;
  margin-bottom: 20px;
}
.adv-w .lf h1 .tit {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 30px;
}
.adv-w .lf h1 .tit img {
  height: 38px;
  margin-top: 2px;
}
.adv-w .lf h1 .tit p {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.adv-w .lf h2 {
  font-size: 24px;
}
.adv-w .lf hr {
  width: 60px;
  border: 2px #eb500e solid;
  margin-top: 30px;
  margin-bottom: 50px;
}
.adv-w .lf h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
.adv-w .lf span {
  font-weight: bold;
  margin-bottom: 60px;
}
.adv-w .lf a {
  border: 1px #eb500e solid;
  color: #eb500e;
  height: 40px;
  width: 150px;
  text-align: center;
  line-height: 39px;
  border-radius: 5px;
  margin-top: 80px;
}
.adv-w .lf a:hover {
  background: #eb500e;
  color: #fff;
}
.adv-w .lf .adv-s {
  margin-top: 50px;
  height: 200px;
  padding-top: 100px;
  position: relative;
}
.adv-w .lf .adv-s .swiper-pagination {
  top: 20px;
  left: 10%;
  width: 70%;
}
.adv-w .lf .adv-s .swiper-pagination::before {
  content: '01-05';
  text-align: left;
  position: absolute;
  left: -14%;
  top: -10px;
}
.adv-w .lf .adv-s .swiper-pagination span {
  background: #eb500e;
}
.adv-w .lf .adv-s .swiper-button-next {
  top: 22px;
  right: 10%;
  color: #000;
}
.adv-w .lf .adv-s .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.adv-w .lf .adv-s .swiper-button-next:hover {
  color: #eb500e;
}
.adv-w .lf .adv-s .swiper-button-prev {
  top: 22px;
  left: 83%;
  color: #000;
}
.adv-w .lf .adv-s .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.adv-w .lf .adv-s .swiper-button-prev:hover {
  color: #eb500e;
}
.adv-w .lf .adv-s ul li .pics {
  width: 160px;
  height: 80px;
}
.adv-w .lf .adv-s ul li .pics img {
  width: 100%;
  object-fit: cover;
}
.adv-w .rg {
  margin-left: 20px;
}
.adv-w .rg .pic {
  width: 900px;
  height: 730px;
  overflow: hidden;
}
.adv-w .rg .pic img {
  width: 100%;
  height: auto;
}
.ser-w {
  background: url(../images/service-bg.jpg);
  padding: 150px 0;
}
.ser-w .page {
  display: flex;
}
.ser-w .lf {
  width: 50%;
}
.ser-w .lf h1 {
  position: relative;
  font-size: 130px;
  font-weight: bold;
  color: #cccccc3b;
  margin-bottom: 40px;
}
.ser-w .lf h1 .tit {
  position: absolute;
  display: flex;
  bottom: 10px;
}
.ser-w .lf h1 .tit img {
  height: 38px;
  margin-top: 2px;
}
.ser-w .lf h1 .tit p {
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
.ser-w .lf h2 {
  font-size: 50px;
  color: #fff;
}
.ser-w .lf h3 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.ser-w .lf .bth {
  position: relative;
  margin-top: 80px;
}
.ser-w .lf .bth .swiper-button-next {
  left: 60px;
  width: 40px;
}
.ser-w .lf .bth .swiper-button-next::after {
  display: none;
}
.ser-w .lf .bth .swiper-button-prev {
  left: 0;
  width: 40px;
}
.ser-w .lf .bth .swiper-button-prev::after {
  display: none;
}
.ser-w .lf .bth i {
  font-size: 20px;
  color: #fff;
  background: #eb500e;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
}
.ser-w .lf .bth i:hover {
  color: #eb500e;
  background: #fff;
}
.ser-w .lf .text {
  margin-top: 150px;
  color: #fff;
}
.ser-w .rg {
  flex: 1;
  overflow: hidden;
  margin-top: 80px;
}
.ser-w .rg ul li {
  height: 500px;
}
.ser-w .rg ul li .pics {
  width: 350px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.ser-w .rg ul li .pics img {
  height: 500px;
  object-fit: cover;
}
.ser-w .rg ul li .pics a {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 39px;
  background: #eb500eb6;
}
.ser-w .rg ul li:nth-child(2n+1) .pics {
  border-radius: 50px 0 0 0;
}
.ser-w .rg ul li:nth-child(2n) .pics {
  border-radius: 0 0 50px 0;
}
.news-w {
  padding: 70px 0;
  background: url(../images/news-bg.jpg) center / cover;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .wz-bt h1 {
  position: relative;
  font-size: 80px;
  font-weight: bold;
  color: #eb500e21;
}
.news-w .wz-bt h1 .tit {
  position: absolute;
  display: flex;
  bottom: 5px;
  left: 30%;
}
.news-w .wz-bt h1 .tit img {
  height: 38px;
  margin-top: 2px;
}
.news-w .wz-bt h1 .tit p {
  font-size: 40px;
  color: #333;
  line-height: 1;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #eb500e;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #eb500e;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #eb500e;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #fff;
  color: #000;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #aaa;
}
.footer h5 {
  color: #000;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
  border: 1px solid #e2e2e2;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #aaa;
  background-color: #eb500e;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
