@import url(https://at.alicdn.com/t/font_2723315_gbm1qsfuxjt.css);
/*common*/
* {
  padding: 0;
  margin: 0;
}
.mted li {
  margin-top: 20px;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: "Microsoft YaHei", Arial;
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrap {
  line-height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 16px;
  background: transparent;
}
.breadcrumb-wrap .breadcrumb:before {
  content: '您的位置：';
}
.breadcrumb-wrap .breadcrumb a {
  padding: 0 6px;
  color: #333;
}
.breadcrumb-wrap .breadcrumb a:first-child {
  padding-left: 0;
}
/*地图标题*/
.BMap_pop div:nth-child(1) div {
  border-radius: 8px 0 0 0;
}
.BMap_pop div:nth-child(3) {
  border-radius: 0 9px 0 0;
  border-top: 1px solid #ababab;
  border-right: 1px solid #ababab;
  border-left: 1px solid white;
  width: 23px !important;
  height: 24px !important;
  background-color: white;
}
.BMap_pop div:nth-child(3) div {
  display: none;
}
.BMap_pop div:nth-child(5) div {
  border-radius: 0 0 0 8px;
}
.BMap_pop div:nth-child(7) {
  border-radius: 0 0 9px 0;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid white;
  width: 23px !important;
  height: 24px !important;
  background-color: white;
}
.BMap_pop div:nth-child(7) div {
  display: none;
}
.BMap_bubble_title {
  padding-bottom: 14px;
}
/*title*/
.index-title {
  padding-bottom: 50px;
  text-align: center;
}
.index-title.left {
  text-align: left;
}
.index-title h2 {
  padding-bottom: 6px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
.index-title p {
  margin: 0;
  color: #333;
  font-size: 18px;
}
.page-title {
  padding-bottom: 50px;
}
.page-title p {
  margin: 0;
  color: #eee;
  font-size: 60px;
  font-family: Impact;
}
.page-title h2 {
  margin-top: -55px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
/*around*/
.around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.around .item {
  margin: 0 10px;
  color: #666;
  font-size: 15px;
}
.around .item a {
  color: #666;
}
.around .item a:hover {
  color: #024ea4;
}
/*index*/
.dropdown-menu {
  left: -30px;
  width: 180px;
  margin: 0;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background-color: #024ea4;
}
.dropdown-menu .dropdown-item {
  line-height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.dropdown-menu .dropdown-item:last-child {
  border: none;
}
.dropdown-menu .dropdown-item:hover {
  color: #024ea4;
  background-color: #fff;
}
.navbar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .corporate-name {
  display: none;
  color: #fff;
  font-size: 15px;
  font-family: Impact;
  font-weight: bold;
}
.navbar-style {
  transition: all 0.2s ease;
}
.navbar-style.nav-dark {
  background-color: #1f212d;
}
.navbar-style.nav-darker {
  background-color: #1f212d;
}
.navbar-style.nav-light {
  background-color: #fff;
}
.navbar-style.nav-light .nav-item .nav-link {
  color: #333;
}
.navbar-style.nav-light .tel {
  color: #333;
}
.navbar-style .nav-item {
  padding: 0 25px;
}
.navbar-style .nav-item .nav-link {
  padding: 28px 4px;
  font-size: 16px;
  line-height: 41px;
  color: #fff;
}
.navbar-style .tel {
  display: flex;
  align-items: center;
  padding-left: 90px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.navbar-style .tel img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
#banner .banner-slider {
  overflow: hidden;
}
#banner .banner-slider img {
  width: 100%;
}
#banner .banner-slider .info-wrap {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  color: #fff;
}
#banner .banner-slider .info-wrap .line {
  display: inline-block;
  width: 120px;
  height: 3px;
  margin-bottom: 18px;
  background-color: #fff;
}
#banner .banner-slider .info-wrap .title {
  font-size: 72px;
  font-weight: bold;
}
#banner .banner-slider .info-wrap .tips {
  margin-bottom: 60px;
  font-size: 24px;
}
#banner .banner-slider .info-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  background-color: #2074d2;
  border-radius: 56px;
  transition: all 1s ease;
}
#banner .banner-slider .info-wrap .btn:hover {
  background-color: #024ea4;
}
#banner .banner-slider .info-wrap .btn .iconfont {
  font-size: 20px;
}
#banner .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  opacity: 0.6;
}
#banner .swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1;
  background: #024ea4;
}
.advantage {
  padding: 70px 0 50px;
}
.advantage .item {
  height: 440px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
  transition: all 1s ease;
}
.advantage .item:hover {
  background-color: #024ea4;
}
.advantage .item:hover .img img {
  transform: scale(1.1);
}
.advantage .item:hover .info-wrap .title {
  color: #fff;
}
.advantage .item:hover .info-wrap .line {
  background-color: #fff;
}
.advantage .item:hover .info-wrap .info {
  color: #fff;
}
.advantage .item .img {
  width: 280px;
  overflow: hidden;
}
.advantage .item .img img {
  width: 100%;
  transition: all 1s ease;
}
.advantage .item .info-wrap {
  position: relative;
  top: -34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.advantage .item .info-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
}
.advantage .item .info-wrap .title {
  padding-top: 24px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.advantage .item .info-wrap .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 16px 0 20px;
  background-color: #a0a0a0;
}
.advantage .item .info-wrap .info {
  color: #333;
  font-size: 14px;
}
.product-center {
  padding: 70px 0 50px;
  background-color: #f8f8f8;
  background-image: url("{pboot:sitetplpath}/img/pro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-center .item {
  margin-bottom: 30px;
  padding: 40px 30px 30px;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
}
.product-center .item.first-item .links a {
  width: 20%;
}
.product-center .item .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-center .item .title-wrap .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.product-center .item .title-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #eee;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.product-center .item .title-wrap .icon:hover {
  transform: rotate(360deg);
}
.product-center .item .title-wrap .icon .iconfont {
  color: #000;
  font-size: 10px;
}
.product-center .item .links {
  min-height: 102px;
  padding: 25px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.product-center .item .links a {
  width: 33.3%;
  margin-bottom: 10px;
  color: #242933;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 1s ease;
}
.product-center .item .links a:hover {
  color: #024ea4;
}
.product-center .item .links a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #024ea4;
  border-radius: 50%;
}
.product-center .item .img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.product-center .item .img:hover img {
  transform: scale(1.1);
}
.product-center .item .img img {
  width: 100%;
  transition: all 1s ease;
}
.about-us {
  position: relative;
  min-height: 502px;
  padding-top: 120px;
  background: url("/template/default/img/about-bg.jpg") no-repeat center top;
}
.about-us .info-wrap {
  padding-right: 70px;
}
.about-us .info-wrap .title {
  padding: 24px 0 34px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.about-us .info-wrap .body {
  padding-bottom: 50px;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.about-us .info-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #2074d2;
  border-radius: 40px;
  transition: all 1s ease;
}
.about-us .info-wrap .btn:hover {
  background-color: #024ea4;
}
.about-us .info-wrap .btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.about-us .info-wrap .btn .icon .iconfont {
  margin-left: -4px;
  color: #2074d2;
  font-size: 10px;
}
.about-us .video {
  position: absolute;
  width: 580px;
  height: 420px;
}
.about-us .video .video-js {
  width: 100%;
  height: 100%;
}
.about-us .video .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 2em;
  background-color: transparent;
  border-width: 2px;
  transform: translate(-50%, -50%);
}
.about-us .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  font-size: 40px;
  transform: translate(-50%, -50%);
}
.project-performance {
  padding: 90px 0 70px;
  background-color: #f8f8f8;
}
.project-performance .index-title {
  padding-bottom: 35px;
}
.project-performance .list {
  display: flex;
}
.project-performance .list .item {
  margin-bottom: 10px;
  overflow: hidden;
}
.project-performance .list .item:hover img {
  transform: scale(1.1);
}
.project-performance .list .item img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.project-performance .list .first-item {
  width: 50%;
  max-height: 430px;
  margin-right: 1%;
}
.project-performance .list .second-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  max-height: 430px;
  overflow: hidden;
}
.project-performance .list .second-item-wrap .item {
  width: 49%;
  height: 210px;
}
.news-center {
  padding: 80px 0 95px;
}
.news-center .title-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.news-center .title-wrap .index-title {
  padding-bottom: 0;
}
.news-center .title-wrap .tab {
  display: flex;
  align-items: flex-end;
}
.news-center .title-wrap .tab li {
  width: 160px;
  line-height: 44px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #0a1031;
}
.news-center .title-wrap .tab li.active {
  font-weight: bold;
  background-color: #024ea4;
}
.news-center .row.hide {
  display: none;
}
.news-center .first-item {
  display: block;
  width: 570px;
}
.news-center .first-item:hover img {
  transform: scale(1.1);
}
.news-center .first-item:hover .info-wrap .info-box .title,
.news-center .first-item:hover .info-wrap .info-box .detail {
  color: #024ea4;
}
.news-center .first-item .img {
  height: 330px;
  overflow: hidden;
}
.news-center .first-item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.news-center .first-item .info-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.news-center .first-item .info-wrap .info-box {
  flex: 1;
  padding-left: 28px;
}
.news-center .first-item .info-wrap .info-box .title {
  width: 450px;
  padding-bottom: 24px;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .first-item .info-wrap .info-box .body {
  margin-bottom: 55px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-center .first-item .info-wrap .info-box .detail {
  color: #666;
  font-size: 14px;
}
.news-center .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 18px 0 15px;
  color: #555;
  border-right: 1px solid #dcdcdc;
}
.news-center .date .day {
  color: #555;
  font-size: 30px;
  font-family: Impact;
}
.news-center .date .year {
  color: #666;
  font-size: 14px;
}
.news-center .list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-center .list .item:first-child {
  padding-top: 0;
}
.news-center .list .item:last-child {
  padding-bottom: 0;
  border: none;
}
.news-center .list .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #024ea4;
  transition: all 0.3s ease 0s;
}
.news-center .list .item:last-child:after {
  display: none;
}
.news-center .list .item:hover:after {
  width: 100%;
}
.news-center .list .item:hover .info-wrap .title,
.news-center .list .item:hover .info-wrap .detail {
  color: #024ea4;
}
.news-center .list .item .info-wrap {
  flex: 1;
  padding-left: 28px;
}
.news-center .list .item .info-wrap .title {
  width: 450px;
  padding-bottom: 13px;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .list .item .info-wrap .body {
  width: 450px;
  margin-bottom: 18px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .list .item .info-wrap .detail {
  color: #666;
  font-size: 14px;
}
/*page-banner*/
.page-banner {
  height: 500px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner .page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 235px;
}
.page-banner .page-title-wrap p {
  margin: 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-banner .page-title-wrap span {
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 0 0 18px;
  background-color: #fff;
}
.page-banner .page-title-wrap h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
/*page-sub-nav*/
.page-sub-nav {
  background-color: #f8f8f8;
}
.page-sub-nav ul {
  display: flex;
  align-items: center;
  height: 66px;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.page-sub-nav ul li:last-child:after {
  content: '';
}
.page-sub-nav ul li.active a,
.page-sub-nav ul li:hover a {
  color: #024ea4;
  font-weight: bold;
}
.page-sub-nav ul li:after {
  content: '|';
  margin: 0 26px;
  color: #ddd;
}
.page-sub-nav ul li a {
  display: inline-block;
  color: #333;
}
/*about*/
.about {
  padding: 55px 0 90px;
}
.about .part-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about .part-one .info-wrap {
  width: 725px;
}
.about .part-one .info-wrap .index-title {
  padding-bottom: 35px;
}
.about .part-one .info-wrap .body {
  line-height: 30px;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: justify;
}
.about .part-one .info-wrap .body p {
  margin-bottom: 0;
}
.about .part-one .vi {
  width: 380px;
  height: 442px;
  background-color: #024ea4;
}
.about .part-two {
  display: flex;
  padding: 70px 0 90px;
}
.about .part-two .img {
  width: 600px;
  margin-bottom: 35px;
  overflow: hidden;
}
.about .part-two .img img {
  width: 100%;
}
.about .part-two .info-wrap {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: -1;
  width: 710px;
  height: 320px;
  padding: 56px 40px 0 160px;
  background-color: #f7f7f7;
}
.about .part-two .info-wrap .index-title {
  padding-bottom: 40px;
}
.about .part-two .info-wrap .body {
  color: #333;
  font-size: 16px;
  text-align: justify;
}
.about .part-two .info-wrap .body p {
  margin-bottom: 0;
}
.about .part-three .img-list {
  display: flex;
  flex-wrap: wrap;
}
.about .part-three .img-list .item {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.about .part-three .img-list .item:hover img {
  transform: scale(1.1);
}
.about .part-three .img-list .item:nth-child(4) ~ .item {
  width: 20%;
}
.about .part-three .img-list .item img {
  width: 100%;
  transition: all 1s ease;
}
.about .part-three .img-list .item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
/*strength*/
.strength {
  padding: 50px 0 65px;
}
/*honor*/
.honor {
  padding: 50px 0 40px;
}
.honor .item {
  display: block;
  margin-bottom: 25px;
}
.honor .item:hover img {
  transform: scale(1.1);
}
.honor .item .img {
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
}
.honor .item .img img {
  width: 100%;
  transition: all 1s ease;
}
.honor .item .title {
  padding: 20px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}
/*marketing*/
.marketing {
  padding: 65px 0;
}
.marketing .map {
  width: 100%;
}
.marketing .map img {
  width: 100%;
}
.marketing .map #map {
  width: 100%;
  height: 550px;
}
/*product*/
.product {
  padding: 46px 0 70px;
}
.product .sidebar {
  display: flex;
  margin-bottom: 45px;
  padding: 20px 30px 10px;
  color: #222;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
}
.product .sidebar h5 {
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}
.product .sidebar .navbar-toggler {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  height: 60px;
}
.product .sidebar .navbar-collapse {
  flex: 1;
  display: block;
}
.product .sidebar .navbar-collapse.show {
  display: block;
}
.product .sidebar .navbar-collapse.show .occupation-list {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
.product .sidebar .occupation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product .sidebar .occupation-list li {
  margin: 0;
}
.product .sidebar .occupation-list li.active a,
.product .sidebar .occupation-list li:hover a {
  color: #fff;
  background-color: #024ea4;
}
.product .sidebar .occupation-list li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #222;
}
.product .product-item {
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.product .product-item:hover {
  border-color: #024ea4;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
  transition: all 1s ease;
}
.product .product-item:hover img {
  transform: scale(1.1);
}
.product .product-item:hover .info-wrap .title {
  color: #024ea4;
}
.product .product-item .img {
  width: 100%;
  overflow: hidden;
}
.product .product-item .img img {
  width: 100%;
  transition: all 1s ease;
}
.product .product-item .info-wrap .title {
  padding: 22px 0 17px;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #d2d2d2;
}
.product .product-item .info-wrap .icon-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16px;
  margin: 15px 0 5px;
  color: #666;
  font-size: 16px;
}
.product .product-item .info-wrap .icon-wrap .iconfont {
  display: inline-block;
  font-size: 30px;
}
/*product-detail*/
.product-detail .pro-wrap {
  padding: 30px 0 40px;
  background-color: #fafafa;
}
.product-detail .pro-wrap .pro-img-wrap {
  width: 556px;
}
.product-detail .pro-wrap .pro-img-wrap .img {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-detail .pro-wrap .pro-img-wrap img {
  width: 100%;
}
.product-detail .pro-wrap .pro-img-wrap .pro-slide {
  width: 132px;
  margin-right: 10px;
  overflow: hidden;
}
.product-detail .pro-wrap .pro-img-wrap .pro-slide:last-child {
  margin-right: 0;
}
.product-detail .pro-wrap .pro-img-wrap .pro-prev {
  width: 18px;
  height: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 40%;
}
.product-detail .pro-wrap .pro-img-wrap .pro-next {
  width: 18px;
  height: 50px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 40%;
}
.product-detail .pro-wrap .pro-info-wrap {
  width: 576px;
}
.product-detail .pro-wrap .pro-info-wrap h2 {
  padding: 35px 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.product-detail .pro-wrap .pro-info-wrap .info {
  padding-bottom: 30px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.product-detail .pro-wrap .pro-info-wrap .tel {
  display: flex;
  align-items: center;
  padding: 75px 0 16px;
  color: #333;
  font-size: 18px;
}
.product-detail .pro-wrap .pro-info-wrap .tel .iconfont {
  margin-right: 10px;
  font-size: 30px;
}
.product-detail .pro-wrap .pro-info-wrap .btn-wrap {
  display: flex;
  align-items: center;
}
.product-detail .pro-wrap .pro-info-wrap .btn-wrap a {
  display: inline-block;
  width: 148px;
  line-height: 38px;
  margin-right: 28px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #024ea4;
  border-radius: 4px;
}
.product-detail .pro-wrap .pro-info-wrap .btn-wrap a:first-child {
  background-color: #149926;
}
.product-detail .description {
  padding: 35px 0 50px;
}
.product-detail .description .title-wrap {
  border-bottom: 1px solid #dcdcdc;
}
.product-detail .description .title-wrap .title {
  display: inline-block;
  padding-bottom: 15px;
  color: #024ea4;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #024ea4;
}
.product-detail .description .body {
  padding: 35px 0;
  color: #666;
  font-size: 16px;
}
.product-detail .description .body p {
  margin: 0;
}
/*news*/
.news {
  padding: 50px 0 70px;
}
.news .conditional-search {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 50px;
  padding: 0 20px;
  background-color: #f0f0f0;
}
.news .conditional-search select,
.news .conditional-search input {
  width: 320px;
  height: 58px;
  margin-right: 30px;
  padding: 0 20px;
  color: #808080;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #fff;
  appearance: none;
  /*去掉下拉箭头*/
}
.news .conditional-search select {
  background-image: url('{pboot:sitetplpath}/img/arrow.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  cursor: pointer;
}
.news .conditional-search input[type=text] {
  margin-right: 20px;
}
.news .conditional-search button {
  width: 58px;
  height: 58px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #024ea4;
}
.news .conditional-search button .iconfont {
  font-size: 24px;
}
.news .list .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 220px;
  padding: 45px 20px 45px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news .list .item:hover:after {
  width: 100%;
}
.news .list .item:hover img {
  transform: scale(1.1);
}
.news .list .item:hover .content-wrap .info-wrap h6,
.news .list .item:hover .content-wrap .info-wrap .detail {
  color: #024ea4;
}
.news .list .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #024ea4;
  transition: all 0.3s ease 0s;
}
.news .list .item .img {
  width: 210px;
  height: 140px;
  overflow: hidden;
}
.news .list .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.news .list .item .content-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.news .list .item .content-wrap .info-wrap {
  flex: 1;
  padding-left: 50px;
  padding-right: 40px;
}
.news .list .item .content-wrap .info-wrap h6 {
  width: 538px;
  padding-bottom: 25px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list .item .content-wrap .info-wrap .body {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .list .item .content-wrap .info-wrap .detail {
  color: #666;
  font-size: 14px;
}
.news .list .item .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 40px 40px;
  color: #024ea4;
  border-right: 1px solid #dcdcdc;
}
.news .list .item .date .day {
  font-size: 30px;
  font-family: Impact;
}
.news .list .item .date .year {
  font-size: 16px;
}
.news .pager {
  padding: 50px 0 0;
}
/*case*/
.case {
  padding: 60px 0 65px;
}
.case-item {
  display: block;
  margin-bottom: 30px;
}
.case-item:hover {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
}
.case-item:hover img {
  transform: scale(1.1);
}
.case-item .img {
  width: 100%;
  overflow: hidden;
}
.case-item .img img {
  width: 100%;
  transition: all 1s ease;
}
.case-item .title {
  position: relative;
  padding: 22px 0 30px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*contact*/
.contact {
  padding: 60px 0 70px;
}
.contact .part-one {
  display: flex;
  justify-content: space-between;
}
.contact .part-one .info-wrap {
  width: 520px;
  height: 400px;
  padding: 60px 80px 0 35px;
  background: url("/template/default/img/contact-bg.jpg") no-repeat center;
}
.contact .part-one .info-wrap h2 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.contact .part-one .info-wrap ul {
  margin: 0;
}
.contact .part-one .info-wrap ul li {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.contact .part-one .info-wrap ul li:last-child {
  margin: 0;
}
.contact .part-one .map {
  width: 670px;
  height: 400px;
}
.contact .part-one .map .map-title {
  color: #024ea4;
  font-size: 16px;
}
.contact .part-one .map .map-info {
  line-height: 18px;
  margin: 0;
  font-size: 12px;
  color: #000;
}
/*pager*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 46px;
  line-height: 44px;
  margin: 0 6px;
  padding: 0 14px;
  color: #222;
  font-size: 16px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.pager a.page-num-current {
  color: #fff;
  border-color: #024ea4;
  background-color: #024ea4;
}
/*footer*/
.footer {
  padding: 45px 0 35px;
  background-color: #1f212d;
}
.footer .foot-nav {
  margin-bottom: 0;
}
.footer .foot-nav dt {
  padding-bottom: 30px;
  font-weight: 500;
}
.footer .foot-nav dt span {
  display: block;
  color: #fff;
}
.footer .foot-nav dt .link {
  font-size: 18px;
  color: #fff;
}
.footer .foot-nav dt .tips {
  font-size: 12px;
}
.footer .foot-nav dt .tel {
  padding: 25px 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.footer .foot-nav dt .tel img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.footer .foot-nav dd {
  display: flex;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
}
.footer .foot-nav dd:last-child {
  padding-bottom: 0;
}
.footer .foot-nav dd .link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: all 1s ease;
}
.footer .foot-nav dd .link:hover {
  color: #fff;
}
.footer .foot-code-wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-code-wrap .foot-code {
  color: #c6c6c6;
  font-size: 14px;
  text-align: center;
}
.footer .foot-code-wrap .foot-code img {
  width: 117px;
  margin-bottom: 15px;
}
.copyright {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  background-color: #161721;
}
.copyright span {
  margin-right: 20px;
}
.copyright a {
  margin-right: 50px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 1s ease;
}
.copyright a:hover {
  color: #fff;
}
/*toolbar*/
.toolbar-wrap {
  display: none;
  width: 100%;
  height: 60px;
}
.toolbar-wrap .toolbar {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 60px;
  background-color: #1f212d;
}
.toolbar-wrap .toolbar a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  color: #fff;
}
.toolbar-wrap .toolbar a i {
  font-size: 26px;
}
.toolbar-wrap .toolbar a p {
  margin: 0;
  font-size: 12px;
}
/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-style .nav-item {
    padding: 0;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 30%;
    width: 960px;
    padding-left: 15px;
  }
  #banner .banner-slider .info-wrap .line {
    width: 90px;
    margin-bottom: 15px;
  }
  #banner .banner-slider .info-wrap .title {
    font-size: 50px;
  }
  #banner .banner-slider .info-wrap .tips {
    margin-bottom: 50px;
    font-size: 20px;
  }
  #banner .banner-slider .info-wrap .btn {
    width: 140px;
    height: 46px;
    font-size: 16px;
  }
  .advantage .item {
    height: auto;
  }
  .advantage .item .img {
    width: 100%;
  }
  .about-us {
    min-height: 420px;
    padding-top: 60px;
  }
  .about-us .info-wrap {
    padding-right: 0;
  }
  .about-us .video {
    position: unset;
    width: 100%;
    height: 325px;
  }
  .project-performance .list .first-item {
    max-height: 340px;
  }
  .project-performance .list .second-item-wrap {
    max-height: 340px;
  }
  .project-performance .list .second-item-wrap .item {
    height: 165px;
  }
  .news-center .first-item {
    width: 100%;
  }
  .news-center .first-item .img {
    height: 256px;
  }
  .news-center .first-item .info-wrap .info-box .title {
    width: 330px;
  }
  .news-center .list .item {
    padding: 15px 0;
  }
  .news-center .list .item .info-wrap .title {
    width: 330px;
    padding-bottom: 10px;
  }
  .news-center .list .item .info-wrap .body {
    width: 330px;
    margin-bottom: 15px;
  }
  /*about*/
  .about .part-one .info-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .part-one .vi {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #024ea4;
  }
  .about .part-two .img {
    width: 50%;
  }
  .about .part-two .info-wrap {
    width: 580px;
    height: 280px;
    padding: 46px 40px 0 160px;
  }
  /*product-detail*/
  .product-detail .pro-wrap .pro-img-wrap {
    width: 100%;
  }
  .product-detail .pro-wrap .pro-img-wrap .img {
    display: none;
  }
  .product-detail .pro-wrap .pro-img-wrap .pro-slide {
    width: 100%;
  }
  .product-detail .pro-wrap .pro-img-wrap .pro-prev,
  .product-detail .pro-wrap .pro-img-wrap .pro-next {
    width: 36px;
    height: 98px;
  }
  .product-detail .pro-wrap .pro-info-wrap {
    width: 100%;
  }
  .product-detail .pro-wrap .pro-info-wrap h2 {
    padding: 25px 0;
  }
  .product-detail .pro-wrap .pro-info-wrap .tel {
    padding: 20px 0 16px;
  }
  /*news*/
  .news .list .item .content-wrap .info-wrap h6 {
    width: 470px;
  }
  .news .text-justify {
    overflow: hidden;
  }
  .news .text-justify img {
    width: 100% !important;
  }
  /*contact*/
  .contact .part-one .map {
    width: 395px;
  }
}
@media (min-width: 768px) {
  /*product*/
  .product .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-style .nav-item {
    position: relative;
    padding: 0 10px;
  }
  .navbar-style .nav-item .nav-link {
    padding: 10px 0;
  }
  .navbar-style .tel {
    line-height: 41px;
    padding: 10px;
  }
  .navbar-style.nav-light .dropdown-menu .dropdown-item {
    color: rgba(51, 51, 51, 0.7);
  }
  .navbar-style.nav-light .dropdown-menu .dropdown-item:hover {
    color: #333;
  }
  .navbar-brand img {
    height: 32px;
  }
  .navbar-collapse {
    max-height: 95vh;
    overflow-y: auto;
  }
  .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .dropdown-menu .dropdown-item {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    text-align: left;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 28%;
    width: 720px;
  }
  #banner .banner-slider .info-wrap .line {
    width: 60px;
    margin-bottom: 12px;
  }
  #banner .banner-slider .info-wrap .title {
    font-size: 35px;
  }
  #banner .banner-slider .info-wrap .tips {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #banner .banner-slider .info-wrap .btn {
    width: 110px;
    height: 36px;
    font-size: 14px;
  }
  .advantage .item {
    padding-bottom: 20px;
  }
  .product-center .item.first-item .links a {
    width: 33.3%;
  }
  .about-us {
    min-height: 385px;
    padding-top: 30px;
  }
  .about-us .video {
    height: 100%;
  }
  .project-performance .list .first-item {
    max-height: 253px;
  }
  .project-performance .list .second-item-wrap {
    max-height: 253px;
  }
  .project-performance .list .second-item-wrap .item {
    height: 122px;
  }
  .news-center .first-item {
    width: 100%;
  }
  .news-center .first-item .img {
    height: 187px;
  }
  .news-center .first-item .info-wrap .info-box {
    padding-left: 18px;
  }
  .news-center .first-item .info-wrap .info-box .title {
    width: 210px;
    font-size: 16px;
  }
  .news-center .first-item .info-wrap .info-box .body {
    font-size: 14px;
  }
  .news-center .list .item {
    padding: 10px 0;
  }
  .news-center .list .item .info-wrap {
    padding-left: 18px;
  }
  .news-center .list .item .info-wrap .title {
    width: 210px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .news-center .list .item .info-wrap .body {
    width: 210px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  /*page-banner*/
  .page-banner {
    height: 350px;
  }
  .page-banner .page-title-wrap {
    padding-top: 102px;
  }
  /*about*/
  .about .part-two {
    flex-wrap: wrap;
  }
  .about .part-two .img {
    width: 100%;
  }
  .about .part-two .info-wrap {
    position: unset;
    width: 100%;
    height: auto;
    padding: 40px 40px 60px;
  }
  .about .part-three .img-list .item {
    width: 33.3%;
  }
  .about .part-three .img-list .item:nth-child(4) ~ .item {
    width: 33.3%;
  }
  .about .part-three .img-list .item img {
    height: 100%;
  }
  /*marketing*/
  .marketing .map #map {
    height: 300px;
  }
  /*news*/
  .news .conditional-search {
    justify-content: space-between;
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
  }
  .news .conditional-search select,
  .news .conditional-search input {
    width: 28%;
    height: 46px;
    margin-right: 0;
    padding: 0 20px;
  }
  .news .conditional-search input[type=text] {
    margin-right: 0;
  }
  .news .conditional-search button {
    width: 46px;
    height: 46px;
  }
  .news .conditional-search button .iconfont {
    font-size: 18px;
  }
  .news .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .list .item {
    align-items: unset;
    flex-direction: column;
    width: 48.5%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fafafa;
    border: none;
  }
  .news .list .item .img {
    width: 100%;
    height: auto;
  }
  .news .list .item .content-wrap {
    margin-bottom: 20px;
  }
  .news .list .item .content-wrap .info-wrap {
    width: 75%;
    padding-right: 0;
    padding-left: 10px;
  }
  .news .list .item .content-wrap .info-wrap h6 {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .news .list .item .content-wrap .info-wrap .body {
    margin-bottom: 6px;
  }
  .news .list .item .content-wrap .info-wrap .detail {
    color: #666;
    font-size: 14px;
  }
  .news .list .item .date {
    padding: 22px 10px 22px 0;
  }
  .news .list .item .date .day {
    padding-bottom: 0;
    font-size: 20px;
  }
  .news .list .item .date .year {
    font-size: 14px;
  }
  /*contact*/
  .contact .part-one {
    flex-wrap: wrap;
  }
  .contact .part-one .info-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 35px;
    background-color: #024ea4;
    background-position: right bottom;
  }
  .contact .part-one .map {
    width: 100%;
  }
  /*pager*/
  .pager a {
    min-width: 30px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0 8px;
    font-size: 14px;
  }
  /*footer*/
  .footer .foot-nav {
    margin-bottom: 30px;
  }
  .footer .foot-code-wrap {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .navbar .corporate-name {
    display: inline-block;
  }
  /*title*/
  .index-title {
    padding-bottom: 35px;
  }
  .index-title h2 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .index-title p {
    font-size: 14px;
  }
  /*around*/
  .around {
    justify-content: flex-start;
  }
  .around .item {
    width: 100%;
    margin: 0;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 50px;
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner-slider .info-wrap .line {
    display: none;
  }
  #banner .banner-slider .info-wrap .title {
    width: 180px;
    margin-bottom: 4px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #banner .banner-slider .info-wrap .tips {
    width: 180px;
    margin-bottom: 8px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #banner .banner-slider .info-wrap .btn {
    width: 90px;
    height: 28px;
    font-size: 12px;
  }
  #banner .banner-slider .info-wrap .btn .iconfont {
    font-size: 13px;
  }
  .advantage {
    display: none;
    padding: 50px 0 30px;
  }
  .advantage .item {
    margin-bottom: 20px;
  }
  .product-center {
    padding: 50px 0;
  }
  .product-center .item {
    margin-bottom: 20px;
  }
  .product-center .item.first-item .links a {
    width: 50%;
  }
  .product-center .item .links {
    min-height: unset;
  }
  .product-center .item .links a {
    width: 50%;
  }
  .about-us {
    min-height: unset;
    padding: 50px 0;
  }
  .about-us .info-wrap .title {
    padding: 0 0 18px;
    color: #fff;
    font-size: 24px;
  }
  .about-us .info-wrap .body {
    padding-bottom: 30px;
  }
  .about-us .info-wrap .btn {
    width: 130px;
  }
  .about-us .video {
    margin-top: 50px;
    height: 250px;
  }
  .about-us .video .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
  }
  .about-us .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 30px;
  }
  .project-performance {
    padding: 50px 0;
  }
  .project-performance .index-title {
    text-align: center;
  }
  .project-performance .list {
    flex-wrap: wrap;
  }
  .project-performance .list .first-item {
    width: 100%;
    max-height: unset;
  }
  .project-performance .list .second-item-wrap {
    width: 100%;
    max-height: unset;
  }
  .project-performance .list .second-item-wrap .item {
    height: auto;
  }
  .news-center {
    padding: 50px 0;
  }
  .news-center .title-wrap {
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
  .news-center .title-wrap .index-title {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
  }
  .news-center .title-wrap .tab {
    width: 100%;
    justify-content: center;
  }
  .news-center .title-wrap .tab li {
    width: 38%;
    line-height: 36px;
    margin: 0 5px;
    font-size: 14px;
  }
  .news-center .first-item {
    position: relative;
  }
  .news-center .first-item:hover:after {
    width: 100%;
  }
  .news-center .first-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #024ea4;
    transition: all 0.3s ease 0s;
  }
  .news-center .first-item .img {
    height: auto;
  }
  .news-center .first-item .info-wrap {
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
  }
  .news-center .first-item .info-wrap .info-box {
    padding-left: 18px;
  }
  .news-center .first-item .info-wrap .info-box .title {
    width: 225px;
    padding-bottom: 8px;
  }
  .news-center .first-item .info-wrap .info-box .body {
    margin-bottom: 12px;
  }
  .news-center .list .item {
    padding: 16px 0;
  }
  .news-center .list .item:first-child {
    padding-top: 16px;
  }
  .news-center .list .item .info-wrap .title {
    width: 225px;
  }
  .news-center .list .item .info-wrap .body {
    width: 225px;
  }
  /*page-banner*/
  .page-banner {
    height: 200px;
  }
  .page-banner .page-title-wrap {
    padding-top: 55px;
  }
  .page-banner .page-title-wrap p {
    font-size: 30px;
  }
  .page-banner .page-title-wrap span {
    width: 50px;
    margin: 0 0 15px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 24px;
  }
  /*page-sub-nav*/
  .page-sub-nav ul {
    height: 50px;
    font-size: 14px;
  }
  /*about*/
  .about {
    padding: 50px 0;
  }
  .about .part-one .info-wrap {
    margin-bottom: 20px;
  }
  .about .part-one .vi img {
    width: 100%;
  }
  .about .part-two {
    padding: 20px 0 50px;
  }
  .about .part-two .img {
    margin-bottom: 20px;
  }
  .about .part-two .info-wrap {
    padding: 30px 20px;
  }
  .about .part-two .info-wrap .index-title {
    padding-bottom: 16px;
  }
  .about .part-three .img-list .item .title {
    font-size: 18px;
  }
  /*strength*/
  .strength,
  .case,
  .honor,
  .product {
    padding: 50px 0;
  }
  .strength .col-lg-4:nth-child(odd),
  .case .col-lg-4:nth-child(odd),
  .honor .col-lg-4:nth-child(odd),
  .product .col-lg-4:nth-child(odd) {
    padding-right: 10px;
  }
  .strength .col-lg-4:nth-child(even),
  .case .col-lg-4:nth-child(even),
  .honor .col-lg-4:nth-child(even),
  .product .col-lg-4:nth-child(even) {
    padding-left: 10px;
  }
  /*honor*/
  .honor .item {
    margin-bottom: 20px;
  }
  /*marketing*/
  .marketing {
    padding: 50px 0;
  }
  .marketing .map #map {
    height: 300px;
  }
  /*product*/
  .product .sidebar {
    flex-wrap: wrap;
    padding: 11px 14px;
    border: 1px solid #dcdcdc;
  }
  .product .sidebar h5 {
    width: 100%;
    margin-right: 0;
  }
  .product .sidebar .navbar-collapse {
    flex: auto;
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
  }
  .product .sidebar .occupation-list {
    width: 100%;
    padding: 20px 20px 10px 20px;
    border: 1px solid #dcdcdc;
    border-top: none;
  }
  .product .sidebar .occupation-list li {
    width: 100%;
  }
  .product .sidebar .occupation-list li a {
    width: 100%;
    margin-right: 0;
  }
  .product .product-item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .product .product-item .info-wrap .title {
    padding: 18px 0 13px;
    font-size: 16px;
  }
  .product .product-item .info-wrap .icon-wrap {
    font-size: 16px;
  }
  /*product-detail*/
  .product-detail .pro-wrap .pro-img-wrap .pro-prev,
  .product-detail .pro-wrap .pro-img-wrap .pro-next {
    width: 26px;
    height: 60px;
  }
  /*news*/
  .news {
    padding: 50px 0;
  }
  .news .conditional-search {
    flex-wrap: wrap;
  }
  .news .conditional-search select,
  .news .conditional-search input {
    width: 100%;
    margin-bottom: 15px;
  }
  .news .conditional-search button {
    width: 100%;
  }
  .news .list .item {
    width: 100%;
  }
  .news .list .item:last-child {
    margin-bottom: 0;
  }
  /*case*/
  .case-item {
    margin-bottom: 20px;
  }
  .case-item .title {
    padding: 18px 0 24px;
  }
  /*contact*/
  .contact {
    padding: 50px 0;
  }
  .contact .part-one .info-wrap {
    padding: 35px 25px;
    background-size: 100%;
  }
  .contact .part-one .info-wrap h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .contact .part-one .info-wrap ul li {
    font-size: 14px;
  }
  .contact .part-one .map {
    height: 250px;
  }
  /*footer*/
  .footer .foot-nav dd {
    display: inline-block;
    padding: 0 14px 10px 0;
  }
  .copyright {
    padding: 15px 0;
    line-height: 25px;
  }
  .copyright span,
  .copyright span + a {
    display: block;
    margin: 0;
  }
  .copyright a {
    margin: 0;
  }
  /*toolbar*/
  .toolbar-wrap {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */