@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "dBold";
  src: url("../font/adobeheitistd-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  z-index: 22;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo {
  width: 264px;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.nav-ul {
  display: flex;
  align-items: center;
}
.nav-ul li {
  margin-right: 88px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #111111;
  line-height: 100px;
}
.nav-ul li:hover a {
  color: #014fa2;
}
.nav-ul li.on a {
  color: #014fa2;
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 75px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 58px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 260px;
  }
  #navToggle {
    display: block;
  }
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  background: #333333;
  padding-top: 50px;
}
.footer-left {
  width: 37.86%;
  float: left;
}
.footer-txt p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.footer-txt p span {
  font-size: 22px;
  line-height: 36px;
}
.footer-contact {
  margin-top: 28px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 30px;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  width: 62.14%;
  float: right;
}
.footer-ul li h3 {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
.footer-ul li dl dd {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 36px;
}
.code-wrap {
  width: 134px;
}
.code-wrap span {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 24px;
  margin-top: 16px;
  display: block;
  text-align: center;
}
.copy {
  margin-top: 42px;
  border-top: 1px solid #4d4d4d;
  height: 60px;
  color: #b2b2b2;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b2b2b2;
  font-size: 14px;
}
.links dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.links dl dd a {
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 12px;
  display: block;
}
.links dl dd:last-child a {
  margin-right: 0px;
}
@media (max-width: 991px) {
  #footer {
    padding-top: 30px;
  }
  .footer-contact {
    margin-top: 6px;
  }
  .footer-left {
    width: 100%;
    text-align: center;
  }
  .copy {
    height: auto;
    padding: 15px 0px;
    margin-top: 15px;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 14px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .footer-ul li dl dd {
    display: inline-block;
    line-height: 24px;
  }
  .code-wrap {
    margin: 0 auto;
    margin-top: 6px;
  }
  .code-wrap span {
    margin-top: 10px;
  }
  .copy p {
    width: 100%;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: center;
  }
  .links {
    width: 100%;
    justify-content: center;
  }
  .links dl {
    flex: 1;
  }
  .links span {
    width: 70px;
  }
}
/* 走进联丰 */
.navs-wrap {
  border-bottom: 1px solid #dcdcdc;
}
.navs-main {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navs-main h3 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
}
.inav-list {
  display: flex;
}
.inav-list li {
  padding: 0 75px;
  position: relative;
}
.inav-list li:first-child {
  padding-left: 0px;
}
.inav-list li:last-child {
  padding-right: 0px;
}
.inav-list li a {
  color: #555;
  font-size: 18px;
}
.inav-list li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #dcdcdc;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.inav-list li:last-child::after {
  display: none;
}
.inav-list li:hover a,
.inav-list li.on a {
  color: #014fa2;
}
@media (max-width: 1200px) {
  .inav-list li {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .inav-list li {
    padding: 0 20px;
  }
  .inav-list {
    width: 100%;
    flex-wrap: wrap;
  }
  .navs-main {
    height: auto;
    padding-top: 10px;
  }
  .inav-list li a {
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .inav-list li {
    padding: 0 10px;
  }
}
.about-wrap {
  overflow: hidden;
  padding: 100px 0px;
}
.about-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-left {
  width: calc(50% - 20px);
}
.about-right {
  width: calc(50% - 24px);
}
.about-title {
  color: #111;
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
}
.about-des {
  font-size: 16px;
  color: #555;
  margin-top: 40px;
  line-height: 30px;
  text-indent: 32px;
}
.about-des p {
  margin-bottom: 15px;
}
.about-des p:last-child {
  margin-bottom: 0px;
}
.about-limg {
  margin-bottom: 24px;
}
.about-imglist {
  margin-left: -12px;
  margin-right: -12px;
}
.about-imglist li {
  float: left;
  padding: 0 12px;
  width: 50%;
}
.about-right .public-img:hover img {
  transform: scale(1.1);
}
.culture-wrap {
  display: flex;
  flex-wrap: wrap;
}
.culture-item {
  width: 50%;
}
.culture-citem {
  display: flex;
  flex-wrap: wrap;
}
.culture-citem:nth-child(2n) {
  flex-direction: row-reverse;
}
.culture-img {
  width: 50%;
  overflow: hidden;
}
.culture-img img {
  width: 100%;
  transition: all 0.5s;
}
.culture-info {
  background-color: #f5f5f5;
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: all 0.5s;
}
.culture-info h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 30px;
}
.culture-info p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
}
.culture-img:hover img {
  transform: scale(1.1);
}
.culture-info:hover {
  background-color: #014fa2;
  color: #fff;
}
.culture-info:hover p {
  color: #fff;
}
.about-titlewrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.about-more {
  width: 160px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #014fa2;
  color: #fff;
  font-size: 14px;
}
.about-more i {
  width: 15px;
  height: 10px;
  background: url(../img/about-arrow.png) no-repeat center;
  margin-left: 26px;
}
.region-item p {
  font-size: 24px;
  text-align: center;
  color: #000;
  line-height: 36px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.region-wrap {
  padding-bottom: 68px;
}
.region-item:hover .public-img img {
  transform: scale(1.1);
}
.region-item:hover p {
  color: #014fa2;
}
.honor-wrap {
  background-color: #f5f5f5;
  padding-bottom: 78px;
}
.honor-item p {
  text-align: center;
  font-size: 18px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 30px;
}
.honor-btn {
  position: relative;
  width: 104px;
}
.honor-item:hover .public-img img {
  transform: scale(1.1);
}
.honor-item:hover p {
  color: #014fa2;
}
.honor-btn .swiper-button-next,
.honor-btn .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background-color: #fff;
  background-size: 15px 8px;
  opacity: 1;
}
.honor-btn .swiper-button-next {
  background-image: url(../img/hpro-next.png);
  right: 0px;
}
.honor-btn .swiper-button-prev {
  background-image: url(../img/hpro-prev.png);
  left: 0px;
}
.honor-btn .swiper-button-next:hover,
.honor-btn .swiper-button-prev:hover {
  background-color: #014fa2;
}
.honor-btn .swiper-button-next:hover {
  background-image: url(../img/hpro-next-on.png);
}
.honor-btn .swiper-button-prev:hover {
  background-image: url(../img/hpro-prev-on.png);
}
@media (max-width: 1200px) {
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .about-wrap {
    padding: 80px 0px;
  }
  .about-title {
    font-size: 38px;
    line-height: 38px;
  }
  .about-des {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .about-des p {
    margin-bottom: 10px;
  }
  .culture-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-wrap {
    padding: 40px 0px;
  }
  .about-title {
    font-size: 30px;
    line-height: 30px;
  }
  .about-des {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-more {
    width: 128px;
  }
  .about-more i {
    margin-left: 8px;
  }
  .about-titlewrap {
    margin-bottom: 28px;
  }
  .region-item p {
    min-height: 60px;
    height: auto;
    font-size: 16px;
  }
  .region-wrap {
    padding-bottom: 20px;
  }
  .honor-wrap {
    padding-bottom: 20px;
  }
  .honor-item p {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .culture-img {
    width: 100%;
  }
  .culture-info {
    padding: 20px;
    width: 100%;
    align-items: flex-start;
  }
  .culture-info h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .culture-info p {
    font-size: 16px;
  }
}
.public-wrap {
  padding: 100px 0px;
  overflow: hidden;
}
.habout-wrap {
  background-color: #f5f5f5;
}
.habout-wrap .about-title {
  text-align: center;
  margin-bottom: 50px;
}
.habout-sub {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  text-align: center;
}
.habout-list {
  margin-left: -12px;
  margin-right: -12px;
}
.habout-list li {
  padding: 0 12px;
  width: 25%;
  float: left;
}
.habout-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #111;
  transition: all 0.5s;
  height: 50px;
  background-color: #fff;
}
.habout-info h3 {
  font-size: 18px;
}
.habout-more {
  width: 17px;
  height: 17px;
  display: block;
  background: url(../img/habout-arrow.png);
}
.habout-item:hover .public-img img {
  transform: scale(1.1);
}
.habout-item:hover .habout-info {
  background-color: #014fa2;
  color: #fff;
}
.habout-item:hover .habout-more {
  background-image: url(../img/habout-arrow-on.png);
}
.case-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-left {
  width: 46.4%;
}
.case-right {
  width: 52.1%;
}
.case-img {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.case-img img {
  width: 100%;
  transition: all 0.5s;
}
.case-img p {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding-left: 28px;
  padding-bottom: 28px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.case-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-top li {
  width: calc(50% - 10px);
}
.case-width {
  width: 100%;
  margin-top: 20px;
}
.case-img:hover img {
  transform: scale(1.1);
}
.hnews-wrap {
  background-color: #f5f5f5;
}
.hnews-more {
  background-color: #fff;
  color: #a0a0a0;
  transition: all 0.5s;
}
.hnews-more i {
  background-image: url(../img/hnews-arrow.png);
}
.hnews-more:hover {
  background-color: #014fa2;
  color: #fff;
}
.hnews-more:hover i {
  background-image: url(../img/about-arrow.png);
}
.hnews-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hnews-item {
  width: calc(50% - 30px);
}
.hnews-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hnews-slide img {
  width: 100%;
  transition: all 0.5s;
}
.hnews-mask {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 108px;
  background: url(../img/hnews-mask.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 28px;
  padding-bottom: 26px;
  color: #fff;
}
.hnews-mask p {
  font-size: 20px;
  line-height: 24px;
}
.hnews-swiper .swiper-pagination {
  text-align: right;
  padding-right: 28px;
}
.hnews-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  background-color: #fff;
}
.hnews-swiper .swiper-pagination-bullet-active {
  background-color: #014fa2 !important;
}
.hnews-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.hnews-swiper > .swiper-pagination-bullets {
  bottom: 25px;
}
.hnews-list {
  padding: 8px 34px;
  background-color: #fff;
}
.hnews-list li {
  padding: 26px 0px;
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.hnews-list li:last-child {
  border-bottom: none;
}
.hnews-list li h3 a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 24px;
  color: #111;
}
.hnews-list li span {
  display: block;
  margin-top: 12px;
  color: #b5b5b5;
}
.hnews-list li h3 a:hover {
  color: #014fa2;
}
.hpro-main {
  display: flex;
  flex-wrap: wrap;
}
.hpro-left {
  width: 50%;
  padding-right: 30px;
  overflow: hidden;
}
.hpro-right {
  width: 50%;
  padding-left: 30px;
}
.hpro-item {
  padding-top: 92px;
  display: none;
}
.hpro-itemon {
  display: block;
}
.hpro-item h3 {
  font-size: 30px;
  line-height: 30px;
  color: #111;
  margin-bottom: 20px;
}
.hpro-item p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.hpro-btn {
  margin-top: 85px;
  height: 44px;
  position: relative;
  width: 118px;
  margin-bottom: 50px;
}
.hpro-btn .swiper-button-next,
.hpro-btn .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #f5f5f5;
  opacity: 1;
  background-size: 15px 8px;
}
.hpro-btn .swiper-button-next {
  right: 0px;
  background-image: url(../img/hpro-next.png);
}
.hpro-btn .swiper-button-prev {
  left: 0px;
  background-image: url(../img/hpro-prev.png);
}
.hpro-btn .swiper-button-next:hover,
.hpro-btn .swiper-button-prev:hover {
  background-color: #014fa2;
}
.hpro-btn .swiper-button-next:hover {
  background-image: url(../img/hpro-next-on.png);
}
.hpro-btn .swiper-button-prev:hover {
  background-image: url(../img/hpro-prev-on.png);
}
.hpro-main .swiper .swiper-slide {
  overflow: hidden;
}
.hpro-main .swiper .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
}
.hpro-main .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.myhproswiper {
  overflow: hidden;
}
@media (max-width: 1700px) {
  .hpro-btn {
    margin-top: 70px;
  }
  .hpro-item {
    padding-top: 70px;
  }
  .hnews-list li {
    padding: 21px 0px;
  }
}
@media (max-width: 1400px) {
  .hpro-btn {
    margin-top: 50px;
  }
  .hpro-item {
    padding-top: 50px;
  }
  .hnews-list {
    padding-bottom: 6px;
    padding-top: 7px;
  }
  .hnews-list li {
    padding: 17px 0px;
  }
  .hnews-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1200px) {
  .public-wrap {
    padding: 80px 0px;
  }
  .hpro-left {
    width: 100%;
    padding-right: 0px;
  }
  .hpro-right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }
  .hnews-item {
    width: 100%;
  }
  .hnews-item:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .public-wrap {
    padding: 40px 0px;
  }
  .hpro-item {
    padding-top: 30px;
  }
  .hnews-item {
    width: 100%;
  }
  .hpro-btn {
    margin-top: 26px;
    margin-bottom: 25px;
  }
  .hpro-item h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .hnews-item:first-child {
    margin-bottom: 30px;
  }
  .habout-wrap .about-title {
    margin-bottom: 25px;
  }
  .habout-sub {
    margin-bottom: 0px;
    line-height: 30px;
  }
  .habout-list li {
    width: 50%;
    margin-top: 25px;
  }
  .case-left {
    width: 100%;
  }
  .case-right {
    width: 100%;
    margin-top: 22px;
  }
  .hnews-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hnews-list li span {
    margin-top: 6px;
  }
}
@media (max-width: 599px) {
  .habout-list li {
    width: 100%;
  }
  .case-img p {
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .hnews-mask {
    padding-left: 15px;
    padding-bottom: 12px;
  }
  .hnews-mask p {
    width: 80%;
  }
  .hnews-swiper .swiper-pagination {
    padding-right: 12px;
  }
  .hnews-swiper > .swiper-pagination-bullets {
    bottom: 10px;
  }
}

/************新闻中心************/
.newsm {
  padding-top: 100px;
}
.newsm-wul li {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
}
.newsm-wul li {
  border-bottom: 1px solid #eeeeee;
}
.newsm-wul li:first-child {
  border-top: 1px solid #eeeeee;
}
.newsm-wl {
  width: 62%;
}
.newsm-wr {
  width: 30%;
}
.newsm-wr img {
  width: 100%;
}
.newsm-wl span {
  display: block;
  width: 136px;
  height: 28px;
  border: 1px solid #014fa2;
  color: #014fa2;
  text-align: center;
  line-height: 28px;
}
.newsm-wl h3 {
  font-size: 24px;
  color: #222222;
  padding: 20px 0;
}
.newsm-wl h4 {
  line-height: 30px;
}
.newsm-wul li:hover h3 {
  color: #014fa2;
}
.newsm-wr img {
  transition: all 0.4s;
}
.newsm-wul li:hover .newsm-wr img {
  transform: scale(1.1);
}
.newsm-wul li .newsm-wr {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .newsm-wl h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .newsm-wl h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .newsm-wl h3 {
    padding: 10px 0;
  }
  .newsm {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .newsm-wul li {
    display: block;
  }
  .newsm-wl {
    width: 100%;
  }
  .newsm-wr {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 449px) {
  .newsm-wl h3 {
    font-size: 18px;
  }
  .newsm-wl h4 {
    line-height: 26px;
    font-size: 14px;
  }
  .newsm-wul li {
    padding: 15px 0;
  }
}
/*******服务理念********/
.concept {
  padding: 100px 0;
  overflow: hidden;
}
.concept-ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.concept-l {
  width: 47%;
}
.concept-r {
  width: 47%;
  overflow: hidden;
}
.concept-r img {
  width: 100%;
  transition: all 0.4s;
}
.concept-r:hover img {
  transform: scale(1.1);
}
.concept-l h3 {
  font-size: 40px;
  font-weight: bold;
}
.concept-txt {
  padding-top: 50px;
  line-height: 30px;
}
.concept-txt p {
  padding-bottom: 24px;
}
.concept-txt dl dd i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #014fa2;
  border-radius: 50%;
}
.concept-txt dl dd {
  margin-bottom: 20px;
  display: flex;
}
.concept-txt dl .concept-i {
  width: 20px;
}
.concept-txt dl span {
  display: block;
  width: calc(100% - 20px);
}

@media (max-width: 1600px) {
  .concept-l h3 {
    font-size: 30px;
  }
  .concept-txt {
    padding-top: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1400px) {
  .concept-l {
    width: 49%;
  }
  .concept-r {
    width: 49%;
  }
  .concept-ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .concept-ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .concept-l {
    width: 100%;
  }
  .concept-r {
    width: 100%;
  }
  .concept-ul li:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .concept {
    padding: 30px 0 30px;
  }
  .concept-l h3 {
    font-size: 22px;
  }
  .concept-txt {
    padding-top: 10px;
  }
  .concept-txt dl dd {
    margin-bottom: 10px;
  }
}

/******产品中心*******/
.pro {
  padding-top: 100px;
}
.pro-l h3 {
  font-size: 44px;
  font-weight: bold;
}
.pro-lul {
  margin-top: 50px;
}
.pro-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pro-l {
  width: 256px;
}
.pro-r {
  width: calc(100% - 340px);
}
.pro-rimg {
  overflow: hidden;
}
.pro-rimg img {
  transition: all 0.4s;
  width: 100%;
}
.pro-r ul li:hover img {
  transform: scale(1.1);
}
.pro-r ul li h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-family: "dBold";
  margin-top: 20px;
}
.pro-r ul li:hover h4 {
  color: #014fa2;
}
.pro-eq {
 /* width: calc(100% - 340px);*/
}
.pro-eqimg {
  overflow: hidden;
}
.pro-eqimg img {
  transition: all 0.4s;
  width: 100%;
}
.pro-eq ul li:hover img {
  transform: scale(1.1);
}
.pro-eq ul li h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-family: "dBold";
  margin-top: 20px;
}
.pro-eq ul li:hover h4 {
  color: #014fa2;
}
.pro-lul li {
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.pro-lul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-lul li a img {
  width: 11px;
  height: 17px;
}
.pro-lul li.on {
  background: #014fa2;
}

.pro-lul li.on a {
  color: #fff;
}
.pro-limg img:last-child {
  display: none;
}
.pro-lul li.on .pro-limg img:last-child {
  display: block;
}
.pro-lul li.on .pro-limg img:first-child {
  display: none;
}

.pro-lul li:hover a {
  color: #fff;
}
.pro-lul li:hover .pro-limg img:last-child {
  display: block;
}
.pro-lul li:hover .pro-limg img:first-child {
  display: none;
}
.pro-lul li:hover {
  background: #014fa2;
}

@media (max-width: 1200px) {
  .pro-l h3 {
    font-size: 30px;
  }
  .pro-lul {
    margin-top: 20px;
  }
  .pro-l {
    width: 230px;
  }
  .pro-r {
    width: calc(100% - 260px);
  }
  .pro-lul li {
    background: #f5f5f5;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    margin-bottom: 12px;
    border-radius: 5px;
  }
}

@media (max-width: 991px) {
  .pro-box {
    display: block;
  }
  .pro-l {
    width: 100%;
  }
  .pro-r {
    width: 100%;
  }
  .pro {
    padding-top: 30px;
  }
  .pro-lul li {
    padding: 0 15px;
  }
  .pro-l h3 {
    font-size: 22px;
  }
  .pro-lul {
    margin-top: 15px;
  }
  .pro-r {
    margin-top: 20px;
  }
  .pro-r ul li h4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

#p-banner {
  position: relative;
  z-index: 1;
}

#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}


/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}
.about-txts {
    padding-bottom: 50px;
    width: 100%;
}