* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #fff;
}
/* 容器样式 */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* 列表样式 */
ul,
ol {
  list-style: none;
}
/* 按钮样式 */
button,
.btn {
  display: inline-block;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* 表格样式 */
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background-color: #f4f4f4;
}
/* 表单样式 */
input,
textarea,
select {
  width: 100%;
  border: none;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
header {
  position: relative;
}
header .top {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #000;
}
header .top .language {
  position: absolute;
  right: 0px;
  background-color: #000;
  padding: 28px 25px 5px 25px;
  border-radius: 25px;
  top: -24px;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
header .top .language a {
  color: #fff;
  padding: 0px 8px;
  font-size: 15px;
}
header .bottom {
  width: 100%;
  height: 100px;
}
header .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .bottom .container .logo {
  height: 70%;
}
header .bottom .container .logo img {
  height: 100%;
}
header .bottom .container .menu {
  display: flex;
  align-items: center;
}
header .bottom .container .menu .item {
  padding: 0px 13px;
  font-size: 14px;
  position: relative;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
}
header .bottom .container .menu .item a {
  color: #333;
}
header .bottom .container .menu .item ul {
  display: none;
  width: 192px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 2px 10px 0px #0000005c;
  z-index: 999;
}
header .bottom .container .menu .item ul li {
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
header .bottom .container .menu .item ul li a {
  color: #000;
  font-size: 13px;
}
header .bottom .container .menu .item .item_product_box {
  display: none;
  padding: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #0000005c;
  z-index: 999;
}
header .bottom .container .menu .item .item_product {
  width: 576px;
  display: flex;
  justify-content: space-between;
  position: static;
  transform: none;
  box-shadow: none!important;
}
header .bottom .container .menu .item .item_product li {
  flex: 1;
  border-left: dashed 1px #e6e6e6;
  border-bottom: none;
  padding-left: 20px;
  height: auto;
}
header .bottom .container .menu .item .item_product li div {
  text-align: left;
  font-weight: bold;
  line-height: 35px;
}
header .bottom .container .menu .item .item_product li div a {
  color: #000;
  font-size: 16px;
}
header .bottom .container .menu .item .item_product li p {
  line-height: 24px;
  display: block;
  text-align: left;
  padding-left: 15px;
  position: relative;
}
header .bottom .container .menu .item .item_product li p a {
  color: #666;
  font-size: 13px;
}
header .bottom .container .menu .item .item_product li p::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
header .bottom .container .menu .item .item_product li:first-child {
  border-left: none;
}
header .bottom .container .menu .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: #000;
  transition: all 0.4s ease-out;
  transform: translateX(-50%);
}
header .bottom .container .menu .item.active::before,
header .bottom .container .menu .item:hover::before {
  width: 100%;
}
header .bottom .container .menu .item.active ul,
header .bottom .container .menu .item:hover ul {
  z-index: 999!important;
}
.m-header {
  display: none;
  width: 100%;
  position: relative;
}
.m-header .logo {
  width: 100%;
  position: relative;
  height: 50px;
  background: #000;
  overflow: hidden;
}
.m-header .logo div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all 0.4s ease-out;
}
.m-header .logo div span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease-out;
}
.m-header .logo .menus {
  z-index: 9999;
}
.m-header .logo .img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  left: 0;
}
.m-header .logo .img img {
  height: 80%;
}
.m-header .logo.active div {
  left: 50%;
}
.m-header .logo.active span:first-child {
  transform: rotate(45deg) translate(20px, -10px);
}
.m-header .logo.active span:last-child {
  transform: rotate(135deg) translate(-20px, -10px);
}
.m-header .menu {
  height: 100vh;
  width: 50%;
  max-width: 300px;
  position: absolute;
  left: -50%;
  background-color: #3c3c3c;
  z-index: 999;
  overflow-y: scroll;
  transition: all 0.4s ease-out;
}
.m-header .menu ul {
  display: flex;
  flex-direction: column;
}
.m-header .menu ul li {
  line-height: 50px;
  border-bottom: 1px solid #838383;
}
.m-header .menu ul li p {
  display: block;
  padding-left: 30px;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.m-header .menu ul li p a {
  flex: 1;
  color: #fff;
}
.m-header .menu ul li p span {
  position: relative;
  margin-right: 20px;
  width: 20px;
  height: 20px;
}
.m-header .menu ul li p span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-out;
  left: 0;
}
.m-header .menu ul li p span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-out;
  top: 0;
}
.m-header .menu ul li div {
  display: none;
}
.m-header .menu ul li div a {
  display: block;
  color: #fff;
  padding-left: 50px;
  font-size: 15px;
  border-bottom: 1px solid #838383;
}
.m-header .menu ul li.active p span::after {
  opacity: 0;
}
.m-header .menu.active {
  left: 0;
}
footer .top {
  background-color: #000;
  padding: 60px 0px;
  color: #fff;
}
footer .top .container {
  display: flex;
  justify-content: space-between;
}
footer .top .container .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
footer .top .container .left img {
  height: 50px;
  margin: 0;
}
footer .top .container .left div {
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-top: 46px;
}
footer .top .container .left div a {
  color: #fff;
}
footer .top .container .center {
  flex: 1;
  display: flex;
}
footer .top .container .center div {
  width: 200px;
  margin: 0 auto;
}
footer .top .container .center div img {
  width: 118px;
}
footer .top .container .center div p {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
footer .top .container .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 77px;
  margin-right: 10px;
}
footer .top .container .right div {
  margin-bottom: 24px;
}
footer .top .container .right div h3 {
  color: #fff;
  font-size: 22px;
}
footer .top .container .right div p {
  font-size: 15px;
}
footer .top .container .right span {
  font-size: 14px;
}
footer .bottom {
  background: #333;
  color: #808080;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}
footer .bottom a {
  color: #fff;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev,
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #fff;
}
.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  position: relative;
}
.banner .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.about {
  background: url(../images/bj.png) no-repeat center center;
  padding: 80px 0;
}
.about .title {
  padding: 10px;
  text-align: center;
  margin-bottom: 60px;
}
.about .title h3 {
  font-size: 36px;
  color: #0c0c0c;
  line-height: 120%;
}
.about .title span {
  display: block;
  margin-top: 10px;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 150%;
}
.about .title p {
  font-size: 15px;
  color: #595959;
  line-height: 150%;
}
.about .des {
  text-align: center;
  color: #333;
  margin-bottom: 100px;
}
.about button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
}
.about button a {
  height: 40px;
  line-height: 40px;
  width: 160px;
  background: #f0f0f0;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about button a .ripple-effect {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
  z-index: 9;
}
.about button a:hover {
  background: #000;
  color: #fff;
}
.about button a:hover .ripple-effect {
  animation: ripple 0.3s ease-out forwards;
  opacity: 1;
}
.about button a:not(:hover) .ripple-effect {
  background: #333;
  animation: ripple-reverse 0.3s ease-out forwards;
}
.about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.about ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.about ul li .nums {
  line-height: 1;
  color: #3f3f3f;
  font-size: 14px;
}
.about ul li .nums .num {
  font-size: 50px;
  color: #595959;
}
.about ul li p {
  color: #7f7f7f;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.news {
  background: #fff;
  display: flex;
}
.news .left {
  width: 33.33%;
}
.news .left img {
  width: 100%;
}
.news .right {
  flex: 1;
}
.news .right .top {
  margin-top: 60px;
  margin-left: 80px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.news .right .top .title {
  font-size: 36px;
  color: #0c0c0c;
  line-height: 120%;
}
.news .right .top span {
  font-size: 12px;
  color: #a5a5a5;
  line-height: 2;
  display: block;
}
.news .right .top a {
  color: #000;
  font-size: 18px;
}
.news .right .top .des {
  font-size: 16px;
  color: #595959;
  line-height: 2.2;
}
.news .right .top .des p {
  margin-bottom: 20px;
}
.news .right .top .des p img {
  width: 50%;
}
.news .right ul {
  margin-right: 200px;
  margin-left: 80px;
  margin-top: 40px;
}
.news .right ul li {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin: 4px 0;
}
.news .right ul li a {
  position: relative;
  display: flex;
  z-index: 2;
}
.news .right ul li a .data {
  width: 16.66666667%;
  min-width: 125px;
  border-right: 1px solid #333;
  padding: 6px 0;
  text-align: center;
  color: #666666;
  transition: all 0.4s ease-out;
}
.news .right ul li a .data .time {
  font-size: 32px;
  line-height: 1.5;
}
.news .right ul li a .data .year {
  font-size: 14px;
}
.news .right ul li a .text {
  max-width: calc(100% - 125px);
  width: calc(100% - 16.7%);
  padding: 12px 12px 12px 40px;
  box-sizing: border-box;
}
.news .right ul li a .text h3 {
  transition: all 0.4s ease-out;
  color: #666;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .right ul li a .text p {
  transition: all 0.4s ease-out;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .right ul li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transition: all 0.4s ease-out;
}
.news .right ul li:hover .data,
.news .right ul li:hover .text h3,
.news .right ul li:hover .text p {
  color: #fff;
}
.news .right ul li:hover::before {
  width: 100%;
  border-color: #00000000;
  color: #fff;
}
.news .right button {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 200px;
  margin-left: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news .right button a {
  height: 36px;
  line-height: 36px;
  width: 160px;
  background: #fff;
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-out;
}
.news .right button a span {
  position: relative;
  z-index: 2;
}
.news .right button a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transition: all 0.4s ease-out;
}
.news .right button a:hover {
  color: #fff;
}
.news .right button a:hover::before {
  width: 100%;
  border-color: #00000000;
  color: #fff;
}
.right-nav {
  position: fixed;
  right: 80px;
  top: 50%;
  z-index: 999;
}
.right-nav li {
  margin-bottom: 10px;
}
.right-nav li div {
  display: flex;
  justify-content: end;
  align-items: center;
}
.right-nav li div p {
  color: #fff;
  background: #000;
  padding: 3px 8px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 20px;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.right-nav li div span {
  display: block;
  background-color: #bfbfbf;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}
.right-nav li div.active span {
  background-color: #000;
}
.right-nav li div.active span::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.right-nav li:hover div p {
  opacity: 1;
}
.right-nav li:hover div span {
  background-color: #000;
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ripple-reverse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.breadcrumb span {
  display: inline-block;
  margin: 0 10px;
}
.product_content {
  margin-bottom: 80px;
}
.product_content .container {
  display: flex;
  justify-content: space-between;
}
.product_content .container .left {
  width: 25%;
  padding-right: 30px;
  margin-top: 30px;
}
.product_content .container .left .title {
  font-size: 16px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
.product_content .container .left .search {
  position: relative;
  width: 100%;
  height: 36px;
  border: 2px solid #000000;
}
.product_content .container .left .search .input-group {
  display: flex;
}
.product_content .container .left .search .input-group input {
  padding: 0 5px;
  flex: 1;
}
.product_content .container .left .search .input-group span {
  width: 38px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  cursor: pointer;
}
.product_content .container .left .search .input-group span img {
  width: 60%;
}
.product_content .container .left .search .input-group span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.product_content .container .left ul {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.product_content .container .left ul li {
  border-bottom: 1px solid #e5e5e5;
}
.product_content .container .left ul li a {
  font-size: 14px;
  padding-left: 45px;
  color: #666;
  display: block;
  line-height: 45px;
  position: relative;
}
.product_content .container .left ul li a.active {
  color: #000;
  font-weight: bold;
}
.product_content .container .left ul li a.active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product_content .container .left ul li a:hover {
  color: #fff;
  background: #000;
}
.product_content .container .left ul li div a {
  padding-left: 55px;
}
.product_content .container .right {
  flex: 1;
}
.product_content .container .right .product_list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-bottom: 30px;
}
.product_content .container .right .product_list li {
  margin: 3% 2% 0;
  width: 29.3%;
}
.product_content .container .right .product_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
}
.product_content .container .right .product_list li a .img{
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_content .container .right .product_list li a .img img {
  max-width: 100%;
  max-height: calc(100% - 30px);
  display: block;
  margin-top: 30px;
  transition: all 0.4s ease;
}
.product_content .container .right .product_list li a .text {
  color: #000;
  font-size: 16px;
  height: 70px;
  display: flex;
  align-items: end;
  transition: all 0.4s ease;
  width: 100%;
}
.product_content .container .right .product_list li a .text p {
  height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.product_content .container .right .product_list li:hover a .img img {
  margin-top: 0;
}
.product_content .container .right .product_list li:hover a .text {
  color: #fff;
}
.product_content .container .right .product_list li:hover a .text p {
  height: 100%;
  background-color: #000;
}
.product_content .container .right .cont .img {
  padding: 30px;
  border-bottom: 3px solid #000;
}
.product_content .container .right .cont .img div {
  display: flex;
}
.product_content .container .right .cont .img div p {
  margin: 0 10px;
  height: 85px;
  background-color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_content .container .right .cont .img div img {
  max-width: 85px;
  max-height: 85px;
  margin: 0;
}
.product_content .container .right .cont .content {
  padding: 30px;
}
.product_content .container .right .cont .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #d8d7d7;
  padding-bottom: 30px;
}
.news_content .container .title {
  margin-top: 20px;
  padding: 10px;
}
.news_content .container .title p {
  text-align: center;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1.8px;
}
.news_content .container .title h3 {
  text-align: center;
  font-size: 30px;
  color: #0c0c0c;
  line-height: 120%;
}
.news_content .container .news_list {
  margin-bottom: 120px;
}
.news_content .container .news_list li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 12px 0;
}
.news_content .container .news_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.news_content .container .news_list li a .data {
  width: 90px;
  height: 90px;
  line-height: 28px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news_content .container .news_list li a .data .time {
  font-size: 28px;
}
.news_content .container .news_list li a .data .year {
  font-size: 14px;
}
.news_content .container .news_list li a .text {
  flex: 1;
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  height: 100%;
}
.news_content .container .news_list li a .text .tit {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content .container .news_list li a .text .desc {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content .container .cont {
  margin-top: 34px;
  margin-bottom: 120px;
}
.news_content .container .cont .tit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 5px;
  margin: 11px;
  border-left: 3px solid #000;
}
.news_content .container .cont .news_more {
  margin: 0 11px;
  color: 999;
  line-height: 1.85;
  font-size: 12px;
  color: #999;
}
.news_content .container .cont .con {
  padding: 10px;
}
.about1 .top {
  display: flex;
}
.about1 .top .left {
  width: 33.33%;
}
.about1 .top .left img {
  width: 100%;
}
.about1 .top .right {
  flex: 1;
  margin-left: 50px;
  padding: 10px;
  margin-right: 10px;
}
.about1 .top .right .title {
  line-height: 1.8;
  margin-bottom: 10px;
}
.about1 .top .right .title p {
  color: #a5a5a5;
  font-size: 12px;
  text-indent: 0;
}
.about1 .top .right .title h3 {
  font-size: 30px;
  color: #3f3f3f;
}
.about1 .top .right .name {
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 20px;
}
.about1 .top .right p {
  text-indent: 2em;
  line-height: 2;
  font-size: 16px;
}
.about1 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.about1 .list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about1 .list li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.about1 .list li .nums {
  line-height: 1;
  color: #3f3f3f;
  font-size: 14px;
}
.about1 .list li .nums .num {
  font-size: 50px;
  color: #595959;
}
.about1 .list li p {
  color: #7f7f7f;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.about1 .text {
  margin-top: 50px;
}
.about1 .text div {
  margin-bottom: 50px;
}
.about1 .text h3 {
  line-height: 32px;
  font-size: 21px;
  color: #333;
}
.about1 .text p {
  text-indent: 2em;
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.contact .top h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 32px;
  color: #3f3f3f;
}
.contact .top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .top ul li {
  width: 33.333%;
  padding: 0 1%;
  margin-bottom: 2%;
}
.contact .top ul li div {
  background: #f2f2f2;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.contact .top ul li div p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.contact .top ul li div img {
  margin: 0;
}
.contact #wrapper {
  width: 100%;
  height: 550px;
  margin-bottom: 100px;
}
.honor {
  padding: 10px;
  margin-bottom: 100px;
}
.honor .title {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  color: #333;
}
.honor .cf {
  margin-top: 30px;
}
.honor .cf h3 {
  font-size: 40px;
  color: #333;
  line-height: 1.8;
}
.honor .cf div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.honor .cf div img {
  width: 48%;
  margin: 0 1% 1%;
}
.service {
  padding: 10px;
  margin-bottom: 100px;
}
.service .title {
  padding: 10px;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.service .content p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.join {
  padding: 10px;
  margin-bottom: 100px;
}
.join .title {
  padding: 10px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.join .content {
  margin-top: 40px;
}
.join .content p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.join .content p span {
  color: #000;
  font-weight: bold;
}
.join .content ul li {
  list-style: disc;
  margin-left: 40px;
}
.join .form ,.index_form{
  margin-top: 40px;
  background: url("../images/千库网_城市商务合作简约背景_背景编号5943171(1).jpg") no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.join .form h3 ,.index_form h3{
  text-align: center;
  color: #3f3f3f;
  font-size: 30px;
  margin-bottom: 30px;
}
.join .form form ,.index_form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.join .form form input ,.index_form form input{
  width: 32%;
  height: 60px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  font-size: 16px;
}
.join .form form textarea ,.index_form form textarea{
  margin-top: 14px;
  width: 100%;
  height: 120px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  font-size: 16px;
}
.join .form form input:hover,
.join .form form textarea:hover,
.join .form form input:focus,
.join .form form textarea:focus,
.index_form form input:hover,
.index_form form textarea:hover,
.index_form form input:focus,
.index_form form textarea:focus{
  border: 1px solid transparent;
  outline: none;
}
.join .form form div,.index_form form div {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join .form form div button ,.index_form form div button{
  cursor: pointer;
  background: #333;
  color: #FFFFFF;
  border-radius: 4px;
  width: 160px;
  height: 60px;
  font-size: 16px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.pagination li{
    
}
.pagination li a{
    padding: 5px 12px;
    margin: 5px;
    border: 1px solid #333;
    background: #fff;
    transition: all 0.4s ;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.4s;
}

.pagination li a:hover,.pagination li.active a{
    color: #fff;
    background: #333;
}
.pageing{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* index */
@media screen and (max-width: 1200px) {
  /*header {*/
  /*  display: none!important;*/
  /*}*/
  /*.m-header {*/
  /*  display: flex;*/
  /*}*/
  header .bottom .container .logo{
      height: 60%;
  }
  footer .top {
    display: none;
  }
  footer .bottom {
    font-size: 14px;
  }
  .about {
    padding: 20px 15px 30px 15px;
    background-size: cover;
  }
  .about .title {
    margin-bottom: 20px;
  }
  .about .title h3 {
    font-size: 30px;
  }
  .about .des {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom:50px;
  }
  .about ul {
    flex-wrap: wrap;
  }
  .about ul li {
    margin-bottom: 20px;
  }
  .about ul li .nums .num {
    font-size: 40px;
  }
  .product_content .container{
      flex-direction: column;
  }
  .product_content .container .left{
      width: calc(100% - 20px);
      margin: 30px 10px 0;
      padding: 0;
  }
  .product_content .container .left .title{
      text-align: left;
      padding: 0 20px;
      position: relative;
  }
  .product_content .container .left .title::before{
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      height: 15px;
      width: 15px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      transition: all 0.4s;
      transform: translateY(-50%) rotate(45deg);
    }
    .product_content .container .left .title.active::before{
        transform: translateY(-50%) rotate(135deg);
    }
    .product_content .container .left ul{
        display: none;
    }
  .product_content .container .right .product_list{
      margin: 30px 10px ;
  }
  .product_content .container .right .product_list li{
      width: 46%;
      margin-bottom: 2%;
  }
  .news {
    flex-direction: column;
  }
  .news .left {
    width: 100%;
  }
  .news .right {
    padding: 15px;
  }
  .news .right .top {
    margin: 0;
  }
  .news .right .top .title {
    font-size: 30px;
  }
  .news .right .top .des p img {
    width: 100%;
  }
  .news .right ul {
    margin: 0;
  }
  .news .right ul li a .data {
    width: 16.66666667%;
    min-width: 80px;
  }
  .news .right ul li a .data .time {
    font-size: 24px;
  }
  .news .right ul li a .text {
    padding: 12px;
    max-width: calc(100% - 80px);
    width: calc(100% - 16.7%);
  }
  .news .right button {
    width: 100%;
    margin: 0;
    margin: 40px 0;
  }
  .right-nav {
    display: none;
  }
  .breadcrumb {
    padding: 10px 20px;
  }
  .about1 .top {
    flex-direction: column;
  }
  .about1 .top .left {
    width: 100%;
  }
  .about1 .top .right {
    margin: 10px;
  }
  .about1 .top .right .title h3 {
    font-size: 30px;
  }
  .about1 .list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .about1 .list li {
    width: 50%;
    flex: auto;
  }
  .about1 .list li .nums .num {
    font-size: 40px;
  }
  .about1 .text {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about1 .text h3 {
    font-size: 18px;
  }
  .about1 .text div {
    margin-bottom: 20px;
  }
  .contact .top h3 {
    font-size: 30px;
    margin-top: 20px;
  }
  .contact .top ul li {
    width: 96%;
    margin: 2%;
  }
  .contact #wrapper {
    height: 300px!important;
    margin-bottom: 50px;
  }
  .honor {
    margin-bottom: 50px;
  }
  .honor .title {
    font-size: 30px;
  }
  .service {
    margin-bottom: 50px;
  }
  .service .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .honor .cf h3{
      font-size: 30px;
  }
  .join {
    margin-bottom: 50px;
  }
  .join .title {
    font-size: 30px;
  }
  .join .form ,.index_form {
    padding: 50px 0;
  }
  .join .form h3 ,.index_form h3{
    font-size: 30px;
    /*color: #fff;*/
  }
  /*.join .form form input ,.index_form form input{*/
  /*  width: 100%;*/
  /*  margin-bottom: 10px;*/
  /*}*/
  /*.join .form form textarea ,.index_form form textarea{*/
  /*  margin-top: 0;*/
  /*}*/
}
@media screen and (max-width: 920px) {
      header .bottom .container .logo{
          height: 50%;
      }
      header .bottom{
          height: 80px;
      }
      header .bottom .container{
          height: 80px;
      }
      header .bottom .container .menu .item{
          font-size: 12px;
      }
}
@media screen and (max-width: 790px) {
    header {
        display: none!important;
    }
    .m-header {
        display: flex;
    }
  .about {
    padding: 20px 15px 30px 15px;
    background-size: cover;
  }
  .about .title {
    margin-bottom: 20px;
  }
  .about .title h3 {
    font-size: 24px;
  }
  .about .des {
    font-size: 14px;
    line-height: 1.8;
  }
  .about ul {
    flex-wrap: wrap;
  }
  .about ul li {
    width: 50%;
    flex: auto;
    margin-bottom: 20px;
  }
  .about ul li .nums .num {
    font-size: 40px;
  }
  .product_content .container{
      flex-direction: column;
  }
  .product_content .container .left{
      width: calc(100% - 20px);
      margin: 30px 10px 0;
      padding: 0;
  }
  .product_content .container .left .title{
      text-align: left;
      padding: 0 20px;
      position: relative;
  }
  .product_content .container .left .title::before{
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      height: 15px;
      width: 15px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      transition: all 0.4s;
      transform: translateY(-50%) rotate(45deg);
    }
    .product_content .container .left .title.active::before{
        transform: translateY(-50%) rotate(135deg);
    }
    .product_content .container .left ul{
        display: none;
    }
  .product_content .container .right .product_list{
      margin: 30px 10px ;
  }
  .product_content .container .right .product_list li{
      width: 46%;
      margin-bottom: 2%;
  }
  .news {
    flex-direction: column;
  }
  .news .left {
    width: 100%;
  }
  .news .right {
    padding: 15px;
  }
  .news .right .top {
    margin: 0;
  }
  .news .right .top .title {
    font-size: 24px;
  }
  .news .right .top .des p img {
    width: 100%;
  }
  .news .right ul {
    margin: 0;
  }
  .news .right ul li a .data {
    width: 16.66666667%;
    min-width: 80px;
  }
  .news .right ul li a .data .time {
    font-size: 24px;
  }
  .news .right ul li a .text {
    padding: 12px;
    max-width: calc(100% - 80px);
    width: calc(100% - 16.7%);
  }
  .news .right button {
    width: 100%;
    margin: 0;
    margin: 40px 0;
  }
  .right-nav {
    display: none;
  }
  .breadcrumb {
    padding: 10px 20px;
  }
  .about1 .top {
    flex-direction: column;
  }
  .about1 .top .left {
    width: 100%;
  }
  .about1 .top .right {
    margin: 10px;
  }
  .about1 .top .right .title h3 {
    font-size: 24px;
  }
  .about1 .list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .about1 .list li {
    width: 50%;
    flex: auto;
  }
  .about1 .list li .nums .num {
    font-size: 40px;
  }
  .about1 .text {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about1 .text h3 {
    font-size: 18px;
  }
  .about1 .text div {
    margin-bottom: 20px;
  }
  .contact .top h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .contact .top ul li {
    width: 96%;
    margin: 2%;
  }
  .contact #wrapper {
    height: 300px!important;
    margin-bottom: 50px;
  }
  .honor {
    margin-bottom: 50px;
  }
  .honor .title {
    font-size: 24px;
  }
  .service {
    margin-bottom: 50px;
  }
  .service .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .honor .cf h3{
      font-size: 24px;
  }
  .join {
    margin-bottom: 50px;
  }
  .join .title {
    font-size: 24px;
  }
  .join .form ,.index_form {
    padding: 50px 0;
  }
  .join .form h3 ,.index_form h3{
    font-size: 30px;
    color: #fff;
  }
  .join .form form input ,.index_form form input{
    width: 100%;
    margin-bottom: 10px;
  }
  .join .form form textarea ,.index_form form textarea{
    margin-top: 0;
  }
}
