body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /**/
}
body::-webkit-scrollbar-track {
  background: #E9E7E4;
}
body::-webkit-scrollbar-thumb {
  background: #2066B1;
}
body::-webkit-scrollbar-thumb:hover {
  background: #2175c5;
}
body::-webkit-scrollbar-corner {
  background: #2066B1;
}
body {
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: PingFang SC, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}
.max-content {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.content {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.min-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.title {
  text-align: center;
}
.title h3 {
  position: relative;
  color: #4D4D4D;
  font-size: 24px;
  font-weight: bold;
}
.title h3 i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title p {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
}
a:hover {
  color: #2066B1;
}
.crumbs-cont {
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
}
#paging-module {
  margin-top: 40px;
  text-align: center;
}
#paging-module .layui-laypage {
  margin: 0;
}
#paging-module .layui-laypage a,
#paging-module .layui-laypage span {
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 0 13px;
  user-select: none;
}
#paging-module .layui-laypage a:hover,
#paging-module .layui-laypage span:hover {
  color: #336BFF;
}
#paging-module .layui-laypage .layui-laypage-curr {
  border-color: #2D8CF0;
}
#paging-module .layui-laypage .layui-laypage-curr em {
  color: #2D8CF0;
}
#paging-module .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: transparent;
}
header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
header .header-main .top-header {
  height: 40px;
  color: #707070;
  background-color: #FCFCFC;
}
header .header-main .top-header .main-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .header-main .top-header a {
  display: inline-flex;
  align-items: center;
  color: #707070;
}
header .header-main .top-header a span {
  margin-left: 16px;
}
header .header-main .top-header a:hover {
  color: #2066B1;
}
header .header-main .navbar-header {
  background-color: #FFF;
}
header .header-main .navbar-header .main-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header .header-main .navbar-header .main-cont .le-logo a {
  display: flex;
  align-items: center;
}
header .header-main .navbar-header .main-cont .le-logo .ri-item {
  margin-left: 16px;
  padding: 5px 0 5px 16px;
  border-left: 1px solid #E6E6E6;
}
header .header-main .navbar-header .main-cont .navbar-list .close-btn {
  display: none;
}
header .header-main .navbar-header .main-cont .navbar-list ul li {
  display: inline-block;
  color: #4D4D4D;
  font-size: 16px;
  margin-left: 80px;
}
header .header-main .navbar-header .main-cont .navbar-list ul li a {
  color: inherit;
  font-size: inherit;
}
header .header-main .navbar-header .main-cont .navbar-list ul li a:hover {
  color: #2066B1;
}
header .header-main .navbar-header .main-cont .navbar-list ul li.active a {
  color: #2066B1;
}
header .header-main .navbar-header .main-cont .menu-btn {
  display: none;
}
.slide-button {
  font-size: 0;
  margin-top: 16px;
  text-align: center;
}
.slide-button > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #FAFAFA;
  margin: 0 15px;
}
.slide-button > a:hover {
  border-color: #ccc;
}
.slide-button .swiper-button-disabled {
  opacity: 0.4;
}
section {
  margin-top: 140px;
}
section .page-banner {
  height: 600px;
  overflow: hidden;
  width: 100%;
}
section .page-banner .banner-slide {
  position: relative;
  height: 100%;
}
section .page-banner .banner-slide .swiper-slide a {
  display: block;
  height: 100%;
}
section .page-banner .banner-slide .swiper-slide a .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
section .page-banner .banner-slide .swiper-slide a .lg-img,
section .page-banner .banner-slide .swiper-slide a .md-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}
section .page-banner .banner-slide .page-banner-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
section .page-banner.about-banner {
  position: relative;
  width: 100%;
  overflow: unset;
  height: auto;
  margin-bottom: 240px;
}
section .page-banner.about-banner .bg-img {
  position: relative;
  height: 600px;
}
section .page-banner.about-banner .bg-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 130%;
  background-size: cover;
  background-position: center;
  cursor: auto;
}
section .page-banner.about-banner .bg-img a ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 80px;
}
section .page-banner.about-banner .bg-img a ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background-image: url("../images/icon/about-frame.svg");
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  font-size: 42px;
  color: #FFF;
  font-weight: bold;
  margin: 0 8px;
}
section .page-banner.about-banner .bg-img a ul li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  height: 95%;
  background-color: #00B0F0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
section .page-banner.about-banner .bg-img a ul li:nth-child(2n):before {
  background-color: #FCC71A;
}
section .page-banner.about-banner .bg-img svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section .page-banner.about-banner .bg-img .btn {
  user-select: none;
}
section .page-banner.about-banner .bg-img .btn > div {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
}
section .page-banner.about-banner .bg-img .btn > div span {
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section .page-banner.about-banner .bg-img .btn > div:hover span {
  width: 60px;
  height: 60px;
  background-color: #2066B1;
}
section .page-banner.about-banner .bg-img .btn > div:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
section .page-banner.about-banner .bg-img .btn .le-item {
  left: 0;
}
section .page-banner.about-banner .bg-img .btn .le-item span {
  left: 36px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
section .page-banner.about-banner .bg-img .btn .ri-item {
  right: 0;
}
section .page-banner.about-banner .bg-img .btn .ri-item span {
  right: 36px;
}
section .page-banner.about-banner .history-list {
  width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  text-align: center;
}
section .page-banner.about-banner .history-list ul {
  display: flex;
}
section .page-banner.about-banner .history-list ul li {
  position: absolute;
  display: inline-block;
  text-align: left;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
section .page-banner.about-banner .history-list ul li i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 6px solid #fff;
  background-color: #E5E5E5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
}
section .page-banner.about-banner .history-list ul li i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #E5E5E5;
}
section .page-banner.about-banner .history-list ul li .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
}
section .page-banner.about-banner .history-list ul li .text h5 {
  font-size: 20px;
  color: #333;
}
section .page-banner.about-banner .history-list ul li .text .txt {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(7) {
  left: 7%;
  bottom: 93px;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(6) {
  left: 20%;
  bottom: 39px;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(5) {
  left: 35%;
  bottom: 14px;
}
section .page-banner.about-banner .history-list ul li.active {
  left: 50%;
  bottom: 0;
}
section .page-banner.about-banner .history-list ul li.active i {
  width: 64px;
  height: 64px;
  background-color: #FCC71A;
}
section .page-banner.about-banner .history-list ul li.active i:before {
  background-color: #2066B1;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(3) {
  right: 35%;
  bottom: 14px;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(2) {
  right: 20%;
  bottom: 35px;
}
section .page-banner.about-banner .history-list ul li:nth-last-child(1) {
  right: 7%;
  bottom: 77px;
}
section .home-module {
  padding: 80px 0;
}
section .home-module .main-cont {
  margin-top: 40px;
}
section .home-module .main-cont .top-text {
  font-size: 16px;
  color: #707070;
  margin: 0 auto;
  text-align: center;
}
section .home-module .main-cont .top-text p {
  max-width: 520px;
  margin: 0 auto;
}
section .home-products .products-slide {
  width: 100%;
  overflow: hidden;
}
section .home-products .products-slide .swiper-slide a {
  display: block;
  padding: 70px 0 20px;
  border: 1px solid #F5F5F5;
  text-align: center;
}
section .home-products .products-slide .swiper-slide a .top-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
section .home-products .products-slide .swiper-slide a .top-img img {
  max-width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section .home-products .products-slide .swiper-slide a .bot-text {
  margin-top: 60px;
}
section .home-products .products-slide .swiper-slide a .bot-text h5 {
  font-size: 18px;
  color: #4D4D4D;
}
section .home-products .products-slide .swiper-slide a .bot-text .btn {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #999;
  background-color: #F8F8F8;
  padding: 9px 13px;
  border-radius: 4px;
}
section .home-products .products-slide .swiper-slide a:hover .top-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section .home-products .products-slide .swiper-slide a:hover .bot-text .btn {
  background-color: #2066B1;
  color: #fff;
}
section .home-about .main-cont ul {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}
section .home-about .main-cont ul li {
  display: inline-block;
  flex: 1;
}
section .home-about .main-cont ul li .icon {
  position: relative;
  padding: 0 90px;
}
section .home-about .main-cont ul li .icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  background-color: #E6E6E6;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section .home-about .main-cont ul li .txt {
  text-align: center;
  margin-top: 10px;
}
section .home-about .main-cont ul li .txt h5 {
  font-size: 18px;
  color: #4D4D4D;
  font-weight: bold;
}
section .home-about .main-cont ul li .txt p {
  font-size: 16px;
  color: #999;
  margin-top: 2px;
}
section .home-about .main-cont ul li:first-child .icon:before {
  display: none;
}
section .home-cases {
  padding-bottom: 0;
}
section .home-cases .main-cont ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section .home-cases .main-cont ul li {
  width: calc((100% - 60px) / 4);
}
section .home-cases .main-cont ul li a {
  position: relative;
  display: block;
  height: 548px;
  overflow: hidden;
  background-color: #000;
}
section .home-cases .main-cont ul li a .bg-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-size: cover;
}
section .home-cases .main-cont ul li a .bg-img img {
  display: none;
}
section .home-cases .main-cont ul li a .bot-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 22px 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
section .home-cases .main-cont ul li a .bot-text h5 {
  font-size: 18px;
  color: #4D4D4D;
  font-weight: bold;
}
section .home-cases .main-cont ul li a .bot-text p {
  color: #999;
  font-size: 16px;
  margin-top: 5px;
}
section .home-cases .main-cont ul li a .bot-text .btn {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #FCC71A;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section .home-cases .main-cont ul li a:hover .bg-img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section .home-cases .main-cont ul li a:hover .bot-text {
  background-color: #2066B1;
  padding-right: 80px;
}
section .home-cases .main-cont ul li a:hover .bot-text h5,
section .home-cases .main-cont ul li a:hover .bot-text p {
  color: #fff;
}
section .home-cases .main-cont ul li a:hover .bot-text .btn {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
section .home-partner {
  padding-bottom: 0;
}
section .home-partner .main-cont ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .home-partner .main-cont ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 80px) / 6);
  border: 1px solid #F5F5F5;
  height: 80px;
}
section .home-partner .main-cont ul li img {
  max-width: 100%;
  max-height: 90%;
}
section .home-partner .main-cont ul li:hover img {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
  filter: inherit;
}
section .home-contact .main-cont .top-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
section .home-contact .main-cont .top-text ul li {
  padding: 0 70px;
}
section .home-contact .main-cont .top-text ul li a {
  display: flex;
  align-items: center;
}
section .home-contact .main-cont .top-text ul li a span {
  margin-left: 4px;
  color: #707070;
}
section .home-contact .main-cont .bot-cont {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  background-color: #FCFCFC;
}
section .home-contact .main-cont .bot-cont .le-map {
  width: 610px;
}
section .home-contact .main-cont .bot-cont .le-map #map {
  height: 100%;
  width: 100%;
}
section .home-contact .main-cont .bot-cont .ri-form {
  flex: 1;
  padding: 60px 80px 30px;
}
section .home-contact .main-cont .bot-cont .ri-form .top-title h5 {
  font-size: 24px;
  color: #4D4D4D;
  font-weight: bold;
}
section .home-contact .main-cont .bot-cont .ri-form .top-title p {
  font-size: 18px;
  color: #999;
  margin-top: 4px;
}
section .home-contact .main-cont .bot-cont .ri-form form {
  margin-top: 24px;
  width: 100%;
}
section .home-contact .main-cont .bot-cont .ri-form form .line {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 10px;
}
section .home-contact .main-cont .bot-cont .ri-form form .line .item {
  width: calc((100% - 10px) / 2);
}
section .home-contact .main-cont .bot-cont .ri-form form .line input {
  width: 100%;
  height: 42px;
  border: 1px solid #E6E6E6;
  border-radius: 22px;
  padding: 0 20px;
  background-color: transparent;
}
section .home-contact .main-cont .bot-cont .ri-form form .line input:focus {
  border-color: #2066B1;
}
section .home-contact .main-cont .bot-cont .ri-form form .line input::placeholder {
  color: #CCCCCC;
}
section .home-contact .main-cont .bot-cont .ri-form form .line textarea {
  width: 100%;
  min-height: 300px;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  padding: 10px 20px;
  resize: vertical;
  background-color: transparent;
}
section .home-contact .main-cont .bot-cont .ri-form form .line textarea:focus {
  border-color: #2066B1;
}
section .home-contact .main-cont .bot-cont .ri-form form .line textarea::placeholder {
  color: #CCCCCC;
}
section .home-contact .main-cont .bot-cont .ri-form form .line button {
  height: 42px;
  border: none;
  padding: 0 32px;
  font-size: 18px;
  color: #fff;
  background-color: #2066B1;
  border-radius: 22px;
  margin-top: 24px;
}
section .home-contact .main-cont .bot-cont .ri-form form .line button:active {
  background-color: #1d468b;
}
section .products-page {
  padding: 80px 0 100px;
}
section .products-page .main-cont {
  margin-top: 36px;
}
section .products-page .main-cont .link-list ul {
  text-align: center;
}
section .products-page .main-cont .link-list ul li {
  display: inline-block;
}
section .products-page .main-cont .link-list ul li a {
  display: block;
  font-size: 18px;
  color: #666;
  padding: 0 24px;
}
section .products-page .main-cont .link-list ul li a:hover {
  color: #333;
}
section .products-page .main-cont .link-list ul li.active a {
  color: #333;
  font-weight: bold;
}
section .products-page .main-cont .products-list {
  margin-top: 36px;
}
section .products-page .main-cont .products-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
section .products-page .main-cont .products-list ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
section .products-page .main-cont .products-list ul li a {
  display: block;
}
section .products-page .main-cont .products-list ul li a .top-img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
section .products-page .main-cont .products-list ul li a .txt {
  margin-top: 18px;
}
section .products-page .main-cont .products-list ul li a .txt h5 {
  font-size: 18px;
  color: #4D4D4D;
  text-align: center;
}
section .products-page .main-cont .products-list ul li a:hover .top-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
section .products-page .main-cont .products-list ul li a:hover .txt h5 {
  color: #2066B1;
}
section .products-page .top-view {
  display: flex;
}
section .products-page .top-view .picture-slide {
  width: 400px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
section .products-page .top-view .ri-item {
  flex: 1;
  padding-left: 30px;
}
section .products-page .top-view .ri-item .top-txt {
  background-color: #F8F8F8;
  padding: 10px;
}
section .products-page .top-view .ri-item .top-txt h3 {
  font-size: 16px;
  color: #1A1007;
}
section .products-page .top-view .ri-item .top-txt p {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}
section .products-page .top-view .ri-item .data-list {
  margin-top: 18px;
}
section .products-page .top-view .ri-item .data-list .line {
  display: flex;
}
section .products-page .top-view .ri-item .data-list .line .tit {
  width: 48px;
}
section .products-page .top-view .ri-item .data-list .line .tit h5 {
  font-size: 14px;
  color: #1A1007;
}
section .products-page .top-view .ri-item .data-list .line ul {
  display: flex;
  flex-wrap: wrap;
}
section .products-page .top-view .ri-item .data-list .line:first-child .tit {
  line-height: 30px;
}
section .products-page .top-view .ri-item .data-list .line:first-child ul li {
  padding: 4px 12px;
  border: 1px solid #ECECEC;
  font-size: 12px;
  color: #333;
}
section .products-page .top-view .ri-item .data-list .line:last-child {
  margin-top: 24px;
}
section .products-page .top-view .ri-item .data-list .line:last-child .txt {
  font-size: 14px;
  color: #999;
}
section .products-page .top-view .ri-item .btn {
  font-size: 0;
  margin-top: 50px;
}
section .products-page .top-view .ri-item .btn a {
  display: inline-block;
  padding: 7px 26px;
  border: 1px solid #2066B1;
  border-radius: 4px;
  color: #2066B1;
  font-size: 12px;
  margin-right: 20px;
}
section .products-page .top-view .ri-item .btn a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
section .products-page .top-view .ri-item .btn a:last-child {
  background-color: #2066B1;
  color: #fff;
}
section .products-page .top-view .ri-item .btn a:last-child:hover {
  background-color: #1f4e93;
}
section .products-page .introduce-module {
  margin-top: 60px;
}
section .products-page .introduce-module .top-title {
  height: 56px;
  border: 1px solid #ECECEC;
  background-color: #F7F7F7;
}
section .products-page .introduce-module .top-title h5 {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  padding: 0 22px;
  height: 55px;
  border-top: 2px solid #2066B1;
  border-bottom: 1px solid #fff;
}
section .products-page .introduce-module .bot-text {
  margin-top: 42px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
section .products-page .introduce-module .bot-text img {
  max-width: 100%;
}
section .cooperation-page > div {
  padding: 80px 0;
}
section .cooperation-page .service-module .main-cont {
  margin-top: 40px;
}
section .cooperation-page .service-module .main-cont ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
section .cooperation-page .service-module .main-cont ul li {
  width: 25%;
  padding: 15px;
}
section .cooperation-page .service-module .main-cont ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 302px;
  background-color: #F8F8F8;
}
section .cooperation-page .service-module .main-cont ul li .img img {
  max-width: 100%;
}
section .cooperation-page .service-module .main-cont ul li h5 {
  margin-top: 18px;
  font-size: 18px;
  color: #4D4D4D;
  text-align: center;
}
section .cooperation-page .home-about .main-cont ul {
  display: flex;
  justify-content: space-between;
}
section .cooperation-page .home-partner .main-cont ul {
  margin-top: -20px;
}
section .cooperation-page .home-partner .main-cont ul li {
  width: 240px;
  margin-top: 20px;
}
section .cases-page {
  padding-bottom: 100px;
}
section .cases-page .home-cases .main-cont ul {
  flex-wrap: wrap;
  margin: -10px;
  justify-content: flex-start;
}
section .cases-page .home-cases .main-cont ul li {
  width: calc(100% / 3);
  padding: 10px;
}
section .cases-page .details-module {
  background-color: #fff;
  padding: 60px 100px;
}
section .cases-page .details-module h1 {
  text-align: center;
  font-size: 24px;
  color: #4D4D4D;
}
section .cases-page .details-module .text {
  margin-top: 32px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
section .cases-page .details-module .text img {
  max-width: 100%;
}
section .about-page .culture-module {
  padding: 80px 0 100px;
  border-top: 4px solid #FCC71A;
}
section .about-page .culture-module .main-cont {
  margin-top: 30px;
}
section .about-page .culture-module .main-cont .top-text {
  font-size: 16px;
  color: #707070;
  margin: 0 auto;
  text-align: center;
}
section .about-page .culture-module .main-cont .top-text p {
  max-width: 520px;
  margin: 0 auto;
}
section .about-page .culture-module .main-cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
section .about-page .culture-module .main-cont ul li {
  display: flex;
  align-items: center;
  width: calc((100% - 20px) / 2);
  background-color: #F2F2F2;
  padding: 20px;
}
section .about-page .culture-module .main-cont ul li .icon {
  width: 80px;
  height: 80px;
}
section .about-page .culture-module .main-cont ul li .ri-item {
  flex: 1;
  padding-left: 20px;
}
section .about-page .culture-module .main-cont ul li .ri-item h5 {
  color: #4D4D4D;
  font-size: 18px;
}
section .about-page .culture-module .main-cont ul li .ri-item p {
  font-size: 16px;
  color: #999;
  margin-top: 3px;
}
section .about-page .speech-module {
  padding: 80px 0 100px;
}
section .about-page .speech-module .main-cont {
  margin-top: 30px;
  display: flex;
}
section .about-page .speech-module .main-cont .le-text {
  flex: 1;
  padding-right: 30px;
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
}
footer {
  background-color: #4D5865;
}
footer .footer {
  padding-top: 60px;
}
footer .footer .top-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
}
footer .footer .top-cont .navbar-footer {
  padding-top: 30px;
}
footer .footer .top-cont .navbar-footer ul {
  font-size: 0;
  margin-top: 16px;
}
footer .footer .top-cont .navbar-footer ul:first-child {
  margin-top: 0;
}
footer .footer .top-cont .navbar-footer ul.pro li:not(:first-child) {
  background-color: #5F6B7A;
}
footer .footer .top-cont .navbar-footer ul li {
  display: inline-block;
}
footer .footer .top-cont .navbar-footer ul li a {
  font-size: 18px;
  color: #ccc;
  padding: 0 30px;
  line-height: 30px;
}
footer .footer .top-cont .navbar-footer ul li a:hover {
  text-decoration: revert;
}
footer .footer .top-cont .ri-cont .QR-code .img {
  width: 150px;
}
footer .footer .top-cont .ri-cont .QR-code p {
  color: #CCC;
  margin-top: 10px;
  text-align: center;
}
footer .footer .bot-copyright {
  color: #CCC;
  padding: 10px;
  border-top: 1px solid #5F6B7A;
  text-align: center;
}
footer .footer .bot-copyright a {
  color: inherit;
}
footer .footer .bot-copyright a:hover {
  color: #2694f5;
}
.layui-layer-page.layui-layer-diy {
  border-radius: 10px;
  min-width: 420px;
}
.layui-layer-page.layui-layer-diy .layui-layer-title {
  font-size: 20px;
  color: #333;
  background-color: transparent;
  padding: 30px 20px 10px;
  height: auto;
  line-height: 1;
  border-bottom: none;
}
.layui-layer-page.layui-layer-diy .layui-layer-content {
  padding: 10px 20px;
}
.layui-layer-page.layui-layer-diy .layui-layer-content .cont {
  background-color: #F5F6F8;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  height: 100%;
}
.layui-layer-page.layui-layer-diy .layui-layer-btn {
  padding-bottom: 24px;
}
.layui-layer-page.layui-layer-diy .layui-layer-btn .layui-layer-btn0 {
  color: #747474;
  border: 1px solid #DDD;
  background-color: transparent;
  padding: 7px 42px;
  height: auto;
  line-height: 1;
  border-radius: 20px;
}
.layui-layer-page.layui-layer-diy .layui-layer-btn .layui-layer-btn0:hover {
  color: #fff;
  background-color: #2066B1;
  border-color: #2066B1;
}
.bg-shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1560px) {
  .max-content {
    max-width: 1300px;
  }
  section .home-cases .main-cont ul li a {
    height: 500px;
  }
}
@media (max-width: 1360px) {
  .max-content,
  .content {
    max-width: 1200px;
  }
  section .home-module .main-cont {
    margin-top: 24px;
  }
  section .home-products .products-slide .swiper-slide a {
    padding: 40px 0 20px;
  }
  section .home-products .products-slide .swiper-slide a .bot-text {
    margin-top: 30px;
  }
  section .home-about .main-cont ul li .icon {
    padding: 0 60px;
  }
  section .home-cases .main-cont ul li a {
    height: 420px;
  }
  section .home-cases .main-cont ul li a .bot-text h5 {
    font-size: 16px;
  }
  section .home-cases .main-cont ul li a .bot-text p {
    font-size: 14px;
  }
  section .home-contact .main-cont .bot-cont .ri-form {
    padding: 60px 60px 30px;
  }
  section .home-contact .main-cont .bot-cont .ri-form .top-title p {
    font-size: 16px;
  }
  section .home-contact .main-cont .bot-cont .ri-form form .line {
    font-size: 14px;
  }
  section .home-contact .main-cont .bot-cont .ri-form form .line textarea {
    min-height: 200px;
  }
}
@media (max-width: 1280px) {
  .max-content,
  .content {
    max-width: 900px;
  }
  .title h3 {
    font-size: 20px;
  }
  header .header-main .navbar-header .main-cont {
    height: 80px;
  }
  header .header-main .navbar-header .main-cont .navbar-list ul li {
    margin-left: 40px;
  }
  section {
    margin-top: 120px;
  }
  section .page-banner {
    height: 400px;
  }
  section .page-banner .banner-slide .swiper-slide a .img {
    display: none;
  }
  section .page-banner .banner-slide .swiper-slide a .lg-img {
    display: block;
  }
  section .page-banner.about-banner {
    margin-bottom: 200px;
  }
  section .page-banner.about-banner .bg-img {
    height: 400px;
  }
  section .page-banner.about-banner .bg-img a ul li {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
  section .home-module {
    padding: 60px 0;
  }
  section .home-about .main-cont ul li .icon {
    padding: 0 50px;
  }
  section .home-cases,
  section .home-partner {
    padding-bottom: 0;
  }
  section .home-cases .main-cont ul {
    flex-wrap: wrap;
    margin: -10px;
  }
  section .home-cases .main-cont ul li {
    width: 50%;
    padding: 10px;
  }
  section .home-partner .main-cont ul {
    flex-wrap: wrap;
  }
  section .home-partner .main-cont ul li {
    width: calc((100% - 40px) / 3);
  }
  section .home-partner .main-cont ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  section .home-contact .main-cont .bot-cont .le-map {
    width: 420px;
  }
  section .home-contact .main-cont .bot-cont .ri-form {
    padding: 30px 40px;
  }
  section .home-contact .main-cont .bot-cont .ri-form form .line textarea {
    min-height: 160px;
  }
  section .products-page {
    padding: 60px 0;
  }
  section .products-page .main-cont {
    margin-top: 24px;
  }
  section .products-page .main-cont .link-list ul li a {
    font-size: 16px;
    padding: 0 18px;
  }
  section .products-page .main-cont .products-list {
    margin-top: 24px;
  }
  section .products-page .main-cont .products-list ul {
    margin: -5px;
  }
  section .products-page .main-cont .products-list ul li {
    padding: 5px;
  }
  section .products-page .main-cont .products-list ul li a .top-img {
    height: 220px;
  }
  section .products-page .main-cont .products-list ul li a .txt {
    margin-top: 10px;
  }
  section .products-page .main-cont .products-list ul li a .txt h5 {
    font-size: 14px;
  }
  section .cooperation-page > div {
    padding: 60px 0;
  }
  section .cooperation-page .service-module .main-cont {
    margin-top: 24px;
  }
  section .cooperation-page .service-module .main-cont ul li h5 {
    font-size: 14px;
  }
  section .about-page .culture-module {
    padding: 60px 0;
  }
  section .about-page .culture-module .main-cont ul li .ri-item p {
    font-size: 14px;
  }
  section .about-page .speech-module {
    padding: 60px 0;
  }
  section .about-page .speech-module .main-cont {
    display: block;
  }
  section .about-page .speech-module .main-cont .le-text {
    padding-right: 0;
  }
  section .about-page .speech-module .main-cont .ri-img {
    margin-top: 20px;
    text-align: center;
  }
  section .cases-page .home-cases .main-cont ul li {
    width: 33.33%;
  }
  footer .footer {
    padding-top: 40px;
  }
  footer .footer .top-cont .navbar-footer ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .max-content,
  .content,
  .min-content {
    padding: 0 24px;
  }
  header .header-main .navbar-header .main-cont .navbar-list {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: #fff;
    padding: 0 0 60px;
    z-index: 10;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .header-main .navbar-header .main-cont .navbar-list ul li {
    display: block;
    margin-left: 0;
  }
  header .header-main .navbar-header .main-cont .navbar-list ul li a {
    display: block;
    padding: 20px 40px;
  }
  header .header-main .navbar-header .main-cont .navbar-list .close-btn {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color: #fff;
    z-index: 10;
    display: block;
  }
  header .header-main .navbar-header .main-cont .navbar-list .close-btn svg {
    height: 100%;
  }
  header .header-main .navbar-header .main-cont .navbar-list.show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  header .header-main .navbar-header .main-cont .menu-btn {
    display: block;
    width: 40px;
    height: 40px;
  }
  section .home-about .main-cont ul li .icon {
    padding: 0 80px;
  }
  section .home-about .main-cont ul li:nth-child(4) .icon:before {
    display: none;
  }
  section .home-contact .main-cont .bot-cont .le-map {
    width: 320px;
  }
  section .products-page .main-cont .products-list ul li {
    width: 50%;
  }
  section .products-page .main-cont .products-list ul li a .top-img {
    height: 300px;
  }
  section .cooperation-page .service-module .main-cont ul li {
    width: 50%;
  }
  section .cooperation-page .home-about .main-cont ul {
    flex-wrap: wrap;
  }
  section .cooperation-page .home-about .main-cont ul li {
    width: 50%;
    flex: auto;
  }
  section .cooperation-page .home-about .main-cont ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  section .cooperation-page .home-about .main-cont ul li:nth-child(3) .icon:before {
    display: none;
  }
  section .cooperation-page .home-about .main-cont ul li:nth-child(4) .icon:before {
    display: block;
  }
  section .cases-page {
    padding-bottom: 60px;
  }
  section .cases-page .home-cases .main-cont ul li {
    width: 50%;
  }
  section .cases-page .details-module {
    padding: 50px 40px;
  }
  footer .footer .top-cont {
    flex-direction: column;
    align-items: center;
  }
  footer .footer .top-cont .navbar-footer ul {
    text-align: center;
  }
  footer .footer .top-cont .ri-cont {
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  .max-content,
  .content,
  .min-content {
    padding: 0 12px;
  }
  .title p {
    font-size: 14px;
  }
  header .header-main .navbar-header .main-cont {
    height: 60px;
  }
  header .header-main .navbar-header .main-cont .le-logo a > img {
    width: 40px;
  }
  header .header-main .navbar-header .main-cont .le-logo a .ri-item {
    margin-left: 10px;
    padding: 5px 0 5px 10px;
  }
  header .header-main .navbar-header .main-cont .le-logo a .ri-item img {
    width: 65px;
  }
  header .header-main .navbar-header .main-cont .navbar-list {
    width: 50%;
  }
  header .header-main .navbar-header .main-cont .navbar-list .close-btn {
    width: 52px;
    height: 52px;
  }
  header .header-main .navbar-header .main-cont .navbar-list ul li {
    font-size: 14px;
  }
  header .header-main .navbar-header .main-cont .navbar-list ul li a {
    padding: 14px 24px;
  }
  header .header-main .navbar-header .main-cont .menu-btn {
    width: 32px;
    height: 32px;
  }
  section {
    margin-top: 100px;
  }
  section .page-banner {
    height: 220px;
  }
  section .page-banner .banner-slide .swiper-slide a .lg-img {
    display: none;
  }
  section .page-banner .banner-slide .swiper-slide a .md-img {
    display: block;
  }
  section .home-products .products-slide .swiper-slide a {
    padding: 20px 0;
  }
  section .home-products .products-slide .swiper-slide a .top-img {
    width: 150px;
    height: 150px;
  }
  section .home-products .products-slide .swiper-slide a .bot-text .btn {
    font-size: 14px;
    margin-top: 14px;
  }
  section .home-about .main-cont ul li {
    width: 50%;
  }
  section .home-about .main-cont ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  section .home-about .main-cont ul li .icon {
    padding: 0;
  }
  section .home-about .main-cont ul li .txt {
    padding-left: 10px;
  }
  section .home-about .main-cont ul li .txt h5 {
    font-size: 14px;
  }
  section .home-about .main-cont ul li .txt p {
    font-size: 12px;
  }
  section .home-about .main-cont ul li .icon:before {
    display: none;
  }
  section .home-cases .main-cont ul {
    margin: -5px;
  }
  section .home-cases .main-cont ul li {
    padding: 5px;
  }
  section .home-cases .main-cont ul li a {
    height: 260px;
  }
  section .home-cases .main-cont ul li a .bot-text {
    padding: 10px;
  }
  section .home-cases .main-cont ul li a .bot-text h5 {
    font-size: 14px;
  }
  section .home-cases .main-cont ul li a .bot-text p {
    font-size: 12px;
  }
  section .home-partner .main-cont ul li {
    width: calc((100% - 20px) / 3);
  }
  section .home-partner .main-cont ul li:nth-child(n+4) {
    margin-top: 10px;
  }
  section .home-contact .main-cont .top-text ul {
    flex-direction: column;
  }
  section .home-contact .main-cont .top-text ul li:not(:first-child) {
    margin-top: 10px;
  }
  section .home-contact .main-cont .bot-cont {
    flex-direction: column;
  }
  section .home-contact .main-cont .bot-cont .le-map {
    width: 100%;
    height: 260px;
  }
  section .home-contact .main-cont .bot-cont .ri-form {
    padding: 20px 10px;
  }
  section .home-contact .main-cont .bot-cont .ri-form form .line button {
    margin-top: 10px;
  }
  section .products-page {
    padding: 40px 0;
  }
  section .products-page .main-cont .link-list {
    overflow-x: scroll;
  }
  section .products-page .main-cont .link-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    /**/
  }
  section .products-page .main-cont .link-list::-webkit-scrollbar-track {
    background: #E9E7E4;
  }
  section .products-page .main-cont .link-list::-webkit-scrollbar-thumb {
    background: #2066B1;
  }
  section .products-page .main-cont .link-list::-webkit-scrollbar-thumb:hover {
    background: #2175c5;
  }
  section .products-page .main-cont .link-list::-webkit-scrollbar-corner {
    background: #2066B1;
  }
  section .products-page .main-cont .link-list ul {
    display: flex;
    padding-bottom: 10px;
  }
  section .products-page .main-cont .link-list ul li {
    white-space: nowrap;
  }
  section .products-page .main-cont .link-list ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  section .products-page .main-cont .products-list ul li a .top-img {
    height: 170px;
  }
  section .products-page .top-view {
    flex-direction: column;
  }
  section .products-page .top-view .picture-slide {
    width: 100%;
    height: auto;
  }
  section .products-page .top-view .picture-slide .swiper-slide img {
    width: 100%;
  }
  section .products-page .top-view .ri-item {
    margin-top: 20px;
    padding-left: 0;
  }
  section .products-page .top-view .ri-item .data-list .line:last-child {
    margin-top: 14px;
  }
  section .products-page .top-view .ri-item .btn {
    margin-top: 20px;
  }
  section .products-page .introduce-module .top-title {
    height: 40px;
  }
  section .products-page .introduce-module .top-title h5 {
    font-size: 16px;
    height: 40px;
  }
  section .products-page .introduce-module .bot-text {
    margin-top: 20px;
    font-size: 14px;
  }
  section .cooperation-page .service-module .main-cont ul {
    margin: -10px -5px;
  }
  section .cooperation-page .service-module .main-cont ul li {
    padding: 10px 5px;
  }
  section .cooperation-page .service-module .main-cont ul li .img {
    height: 200px;
  }
  section .cooperation-page .service-module .main-cont ul li .img img {
    max-width: 90%;
    max-height: 90%;
  }
  section .cooperation-page .service-module .main-cont ul li h5 {
    font-size: 12px;
    margin-top: 5px;
  }
  section .cooperation-page .home-about .main-cont ul li:nth-child(4) .icon:before {
    display: none;
  }
  section .cooperation-page .home-partner .main-cont ul li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  section .cases-page .details-module {
    padding: 24px 14px;
  }
  section .cases-page .details-module h1 {
    font-size: 18px;
  }
  section .cases-page .details-module .text {
    font-size: 14px;
  }
  section .page-banner.about-banner .bg-img {
    height: 260px;
  }
  section .page-banner.about-banner .bg-img a ul li {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 4px;
  }
  section .page-banner.about-banner .bg-img .btn > div:hover span {
    width: 40px;
    height: 40px;
  }
  section .page-banner.about-banner .history-list ul li:nth-last-child(5) {
    left: 38%;
    bottom: 7px;
  }
  section .about-page .culture-module .main-cont ul {
    flex-direction: column;
  }
  section .about-page .culture-module .main-cont ul li {
    width: 100%;
    padding: 15px;
  }
  section .about-page .culture-module .main-cont ul li:not(:first-child) {
    margin-top: 10px;
  }
  section .about-page .speech-module .main-cont .ri-img img {
    width: 100%;
  }
  footer .footer .top-cont .navbar-footer {
    display: none;
  }
  .layui-layer-page.layui-layer-diy {
    max-width: 95%;
    min-width: 95%;
  }
  .layui-layer-page.layui-layer-diy .layui-layer-title {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */