
/*公共样式6*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-size: 13px;
  font-family: "苹方", "微软雅黑", Arial, Helvetica, Verdana;
  margin: 0 auto;
  background: #fff;
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #333;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  color: initial;
}
input, select, button {
  outline: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, b, p {
  font-weight: normal;
  margin: 0;
}
.cl:after {
  content: '';
  display: table;
  clear: both;
}
img {
  width: 100%;
  max-width: 100%;
}
button {
  border: none;
  outline: none !important;
  background: transparent;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  padding: .1rem 0;
}
header .logo {
  width: .8rem;
  height: 80px;
  margin-right: .1rem;
}
header li {
  padding: 0 .2rem;
}
header li a {
  color: #333;
  display: block;
  padding: .1rem 0;
  position: relative;
}
header li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
header li a.active::after, header li a:hover::after {
  width: 100%;
  background: #FF0000;
}
footer {
  background: #f2f2f2;
  padding-top: .5rem;
}
footer .row {
  align-items: center;
}
footer .f-logo {
  border-right: 1px solid #999;
  padding-right: .5rem;
}
footer .info {
  padding-left: .5rem;
}
footer .info h6 {
  font-size: .25rem;
  /*margin-bottom: .2rem;*/
}
footer .info .city-ul ul {
  line-height: 20px;
}
footer .info ul {
  line-height: 28px;
}
footer .copyright {
  text-align: center;
  padding: .15rem 0;
  border-top: 1px solid #999;
  margin-top: .5rem;
}
footer .address-wrap {
  display: flex;
  justify-content: space-between;
}
footer .address-wrap .address-ul ul {
  display: none;
}
footer .address-wrap .address-ul ul.current {
  display: block;
}
footer .address-wrap .city-ul ul {
  margin-top: -60px;
}
@media screen and (max-width:750px) {
  footer .address-wrap .city-ul ul {
    margin-top: -10px;
  }
}
footer .address-wrap .city-ul li {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #777;
}
footer .address-wrap .city-ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 6px solid transparent;
  margin-right: 8px;
}
footer .address-wrap .city-ul li.current {
  font-weight: bold;
  color: #333;
}
footer .address-wrap .city-ul li.current::before {
  border-left-color: #EB3423;
}
.carousel .swiper-button-next {
  color: #fff;
  right: 10%;
}
.carousel .swiper-button-prev {
  color: #fff;
  left: 10%;
}
.carousel .ca-btn::after {
  font-size: .6rem;
}
.h-title {
  text-align: center;
}
.h-title h5 {
  font-size: .3rem;
  margin-bottom: .1rem;
}
.h-title span {
  text-transform: uppercase;
  font-size: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-title span:before, .h-title span:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 0 .2rem;
}
.dynamic .content {
  padding: 0 15px;
}
.dynamic .content .item {
  position: relative;
}
.dynamic .content .item p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: .1rem;
  color: #fff;
}
.dynamic .content .swiper-pagination {
  text-align: right;
  padding-right: .2rem;
}
.dynamic .content .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.dynamic .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF0000;
}
.dynamic .new-list a:hover {
  color: #FF0000;
}
.dynamic .new-list h5 {
  font-size: .16rem;
  font-weight: bold;
  text-align: center;
}
.dynamic .new-list h5 a {
  color: #FF0000;
}
.dynamic .new-list ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .25rem;
  margin-bottom: .1rem;
}
.dynamic .new-list ul a span {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brief {
  background: #001437;
  padding: .5rem 0;
}
.brief a:hover {
  color: #FF0000;
}
.brief .l {
  flex: 2;
  color: #fff;
  line-height: 24px;
}
.brief .l h5 {
  font-size: .32rem;
}
.brief .l .text {
  margin: .2rem 0;
}
.brief .more-btn {
  justify-content: left;
}
.more-btn {
  display: flex;
  justify-content: flex-end;
}
.more-btn a {
  color: #999;
  border: 1px solid #ddd;
  line-height: 22px;
  padding: 0 .2rem;
  font-size: .1rem;
  display: inline-block;
  display: flex;
  align-items: center;
}
.more-btn a:hover {
  border-color: #FF0000;
  color: #FF0000;
}
.more-btn a:hover .m-grey {
  display: none;
}
.more-btn a:hover .m-red {
  display: block;
}
.more-btn a img {
  width: 10px;
  margin-left: 5px;
}
.more-btn a .m-red {
  display: none;
}
.strength {
  justify-content: space-between;
}
.strength .item .number {
  overflow: hidden;
  height: .35rem;
}
.strength .item .number ul {
  transition: 2s;
  animation: numberadd 0.5s linear 0.1s forwards;
}
.strength .item .number li {
  font-size: .35rem;
  font-weight: bold;
  color: #FF0000;
  line-height: .35rem;
}
@media screen and (max-width:750px) {
	
	body {
		font-size: .25rem !important;}
  .strength .item .number li {
    font-size: .355rem;
    line-height: .355rem;
  }
}
.strength .item .number span {
  font-size: .25rem;
  color: #FF0000;
  display: inline-block;
  transform: translateY(-40%);
}
.strength .item p {
  font-size: .2rem;
  font-weight: bold;
  margin-top: .05rem;
}
.activity {
  background: #f9f9f9;
  padding: .5rem 0 0;
}
.activity .hd {
  margin-bottom: .4rem;
}
.activity .hd .swiper-slide {
  text-align: center;
  transform: scale(0.8);
  transition: .3s;
  opacity: .6;
  outline: 0;
  cursor: pointer;
}
.activity .hd .swiper-slide:hover {
  width: 100px;
}
.activity .hd .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.activity .bd {
  position: relative;
}
.activity .bd .img-btn {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0 .1rem;
  width: auto;
}
.activity .bd .swiper-button-prev {
  left: 0;
}
.activity .bd .swiper-button-next {
  right: 0;
}
.activity .bd .img-wrap {
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.activity .bd .img-wrap:first-child {
  position: unset;
}
.activity .bd .img-wrap.visible {
  visibility: visible;
  opacity: 1;
}
.warehouse {
  background: #f9f9f9;
  padding-top: .5rem;
}
.warehouse ul {
  display: flex;
  flex-wrap: wrap;
}
.warehouse ul li {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.warehouse ul li img {
  transition: .3s;
  transform: scale(1);
}
.warehouse ul li::before, .warehouse ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 85%;
  height: 85%;
  z-index: 1;
  transition: .5s;
  transform: scale(0, 0);
}
.warehouse ul li::before {
  transform-origin: 100% 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.warehouse ul li::after {
  transform-origin: 0 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.warehouse ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: .3rem;
  color: #fff;
  /*  display: flex;
 justify-content: center; */
  align-items: center;
  text-align: center;
  padding-top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 2;
}
@media screen and (max-width:750px) {
  .warehouse ul li .mask p {
    display: none;
  }
  .warehouse ul li .mask {
    line-height: 2;
  }
}
@media screen and (min-width:750px) {
  .warehouse ul li .mask {
    padding-right: 35px;
    padding-left: 45px;
  }
  .warehouse ul li .mask span {
    font-size: 22px;
  }
  .warehouse ul li .mask p {
    font-size: 14px;
    font-weight: 400;
  }
}
.warehouse ul li .mask b {
  font-size: .14rem;
  border: 1px solid #999;
  line-height: 24px;
  padding: 0 8px;
}
.warehouse ul li:hover::before, .warehouse ul li:hover::after {
  transform: scale(1, 1);
}
.warehouse ul li:hover img {
  transform: scale(1.2);
}
.warehouse ul li:hover .mask {
  visibility: visible;
  opacity: 1;
}
.product-wrap .pro-wrap {
  padding: 0 15px;
  position: relative;
}
.product-wrap .pr-hd {
  white-space: nowrap;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.product-wrap .pr-hd::after {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  /*background: #D8D8D8;*/
  position: absolute;
  left: 0;
  top: 0;
}
.product-wrap .pr-hd.r {
  text-align: right;
}
.product-wrap .pr-hd.r::after {
  right: 0;
  left: auto;
}
.product-wrap .pr-hd.r li::after {
  right: -15px;
}
.product-wrap .pr-hd.l li::after {
  left: -15px;
}
.product-wrap .pr-hd li {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.product-wrap .pr-hd li:last-child {
  margin: 0;
}
.product-wrap .pr-hd li::after {
  content: '';
  display: block;
  width: 6px;
  height: 0;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: .3s;
}
.product-wrap .pr-hd li.current {
  color: #FF0000;
}
.product-wrap .pr-hd li.current.current::after {
  height: 14px;
  background: #FF0000;
}
.product-wrap .pro {
  width: 2.6rem;
  margin: 0 auto;
}
.product-wrap .pro .swiper-container {
  overflow: inherit;
}
.product-wrap .pro .ca-btn {
  color: #999;
  border: 2px solid #999;
  width: 42px;
  height: 42px;
  border-radius: 44px;
}
.product-wrap .pro .ca-btn::after {
  font-size: 18px;
  font-weight: bold;
}
.product-wrap .pro .ca-btn.pro-next {
  right: -50%;
}
.product-wrap .pro .ca-btn.pro-prev {
  left: -50%;
}
.product-wrap .more-btn {
  justify-content: center;
}
.team {
  text-align: center;
  padding: 0 15px;
}
.team ul {
  justify-content: space-between;
}
.team ul h5 {
  font-size: .2rem;
  margin-top: .2rem;
}
.team ul span {
  display: block;
  color: #52A9F5;
  margin: .1rem 0;
}
.team ul img {
  transition: .3s;
}
.team ul img:hover {
  transform: scale(1.1);
}
.team .more-btn {
  margin: .5rem 0;
  justify-content: center;
}
.crumbs-banner {
  position: relative;
}
.crumbs-banner .crumbs-title {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crumbs-banner .crumbs-title h3 {
  font-size: .35rem;
  margin-bottom: .1rem;
}
.crumbs-banner .crumbs-title p {
  font-size: .18rem;
  text-transform: uppercase;
}
.crumbs {
  display: flex;
  align-items: center;
}
.crumbs span {
  color: #999;
}
.crumbs img {
  width: 10px;
  margin: 0 5px;
}
.new-detail .text-content h4 {
  font-size: .28rem;
  text-align: center;
}
.new-detail .text-content h5 {
  font-size: .2rem;
  text-align: center;
  margin: .2rem auto;
  font-weight: 600;
}
.new-detail .text-content .bold {
  font-weight: 600;
}
.new-detail .text-content .orange {
  color: #ff8124;
}
.new-detail .text-content .red {
  color: #ff0000;
}
.new-detail .text-content .bc-gray {
  background: #eee;
  display: inline-block;
}
.new-detail .text-content .time {
  font-size: .14rem;
  color: #999;
  text-align: center;
  margin: .1rem 0 .2rem;
}
.new-detail .text-content img {
  margin-bottom: .2rem;
}
.new-detail .text-content video {
  width: 960px;
}
.new-detail .text-content .text {
  line-height: 24px;
}
.new-detail .text-content p {
  margin-bottom: .2rem;
}
.new-wrap .item {
  padding: .3rem 0;
  border-bottom: 1px solid #ccc;
}
.new-wrap .item:last-child {
  border: none;
}
.new-wrap .item a {
  align-items: center;
}
.new-wrap .item h6 {
  font-size: .2rem;
}
.new-wrap .item .time {
  font-size: .14rem;
  color: #999;
  margin: .1rem 0 .2rem;
}
.new-wrap .item p {
  font-size: .14rem;
}
.culture-wrap .text-content img {
  margin-bottom: .3rem;
}
.culture-wrap .text-content h4 {
  font-size: .28rem;
  text-align: center;
}
.culture-wrap .text-content .text {
  line-height: 24px;
  margin: .3rem 0;
}
.team-content .banner {
  margin-bottom: .5rem;
}
.team-content .team-item {
  margin-bottom: .3rem;

}
.team-content .team-item h4 {
  font-size: .28rem;
  font-weight: bold;
  margin-top: .2rem;
}
.team-content .team-item h5 {
  font-size: .18rem;
  font-weight: bold;
  margin: .2rem 0;
}
.team-content .team-item p {
  font-size: .14rem;
  margin-bottom: .2rem;
  color: #666;
}
.profile-wrap .text-content img {
  margin-bottom: .3rem;
}
.profile-wrap .text-content h4 {
  font-size: .28rem;
  text-align: center;
  margin-bottom: .3rem;
}
.profile-wrap .text-content p {
  line-height: 28px;
}
.warehouse-wrap {
  margin-bottom: 2rem;
}
.warehouse-wrap .swiper-slide img {
  margin-bottom: .3rem;
}
.warehouse-wrap .swiper-slide h4 {
  font-size: .28rem;
  text-align: center;
}
.warehouse-wrap .swiper-slide p {
  font-size: .14rem;
  line-height: 24px;
  margin-top: .3rem;
}
#img-wrap .img-btn {
  top: 0;
  height: 100%;
  margin: 0;
  width: auto;
  color: #fff;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
}
#img-wrap .img-btn.swiper-button-next {
  right: 0;
}
#img-wrap .img-btn.swiper-button-prev {
  left: 0;
}
.recruit .text {
  padding: 1rem;
}
.recruit h5 {
  font-size: .24rem;
}
.recruit p {
  margin: .2rem 0;
}
.recruit a {
  color: #FF0000;
  border: 1px solid #FF0000;
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
}
@keyframes numberadd {
  0%, 9% {
    transform: translateY(0);
  }
  10%, 19% {
    transform: translateY(-10%);
  }
  20%, 29% {
    transform: translateY(-20%);
  }
  30%, 39% {
    transform: translateY(-30%);
  }
  40%, 49% {
    transform: translateY(-40%);
  }
  50%, 59% {
    transform: translateY(-50%);
  }
  60%, 69% {
    transform: translateY(-60%);
  }
  70%, 79% {
    transform: translateY(-70%);
  }
  80%, 89% {
    transform: translateY(-80%);
  }
  90%, 99% {
    transform: translateY(-89%);
  }
  100% {
    transform: translateY(-89%);
  }
}
.nav-btn {
  width: 20px;
  height: 20px;
  display: none;
}
.nav-btn .btn2 {
  display: none;
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
  header .nav-btn {
    display: block;
  }
  header ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 5;
    transition: .3s;
    flex-wrap: wrap;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  header ul a {
    padding: .2rem 0;
  }
  header ul li {
    padding: 0 .3rem;
  }
  header.active .nav-btn .btn1 {
    display: none;
  }
  header.active .nav-btn .btn2 {
    display: block;
  }
  header.active ul {
    height: 90px;
    opacity: 1;
    visibility: visible;
  }
  .dynamic .new-list, .brief .r {
    margin-top: .3rem;
  }
  .product-wrap .ca-btn {
    display: none;
  }
  .product-wrap .r {
    padding-left: 0;
  }
  .team ul {
    padding: 0 !important;
  }
  .team ul li {
    padding: 0 10px !important;
  }
  .team .last {
    display: none;
  }
  footer .f-logo {
    text-align: center;
    border: none;
  }
  footer .f-logo img {
    width: 120px;
    margin: 0 auto;
  }
  .team-item {
    margin-bottom: .5rem !important;
	  margin-bottom: 50px;
  }
  .team-item .img {
    order: -1;
  }
  .more-btn {
    justify-content: center !important;
  }
  .team ul h5 {
    font-size: .3rem;
  }
  .warehouse ul li {
    width: 33.3333%;
  }
  .warehouse ul li:nth-child(3) {
    display: none;
  }
  .warehouse ul li .mask {
    opacity: 1;
    visibility: visible;
    font-size: .2rem;
  }
  .new-wrap .item-text {
    margin-top: .3rem;
  }
  footer .address-wrap {
    display: block;
  }
  footer .city-ul {
    margin-top: 20px !important;
  }
  footer .city-ul ul {
    display: flex;
    justify-content: space-between;
  }
  footer .address-wrap .city-ul ul li {
    display: flex;
    flex-direction: column;
  }
  footer .address-wrap .city-ul ul li span {
    order: 0;
  }
  footer .address-wrap .city-ul ul li::before {
    border-top: none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 7px solid transparent;
    margin-right: 0;
    order: 1;
  }
  footer .address-wrap .city-ul li.current::before {
    border-bottom-color: #EB3423;
    border-left-color: transparent;
  }
}
#zoom {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  z-index: 9;
}
#zoom .img {
  max-width: 90%;
  position: relative;
  margin: 0 auto;
}
#zoom .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#zoom .close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../image/close.svg) center / 100% no-repeat;
  z-index: 10;
  opacity: 1;
}
.over {
  margin-top: 10px;
  font-size: 12px;
  overflow: hidden;
}
.logoseo {
  width: 160px;
  height: 50px;
  font-size: 10px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 10px;
}
.l h5 {
  text-shadow: 4px 4px 4px gray;
}
.img1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../image/1brief.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.img1:hover {
  background: url(../image/2brief.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.middle {
  width: 1100px;
  margin: 0 auto;
}
.text img {
  display: block;
  width: 750px;
  margin: 0 auto;
}
/* .swiper-slide img{
	height: 260px;
} */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  min-height: 250px;
  height: auto;
}

.met_pager {
  text-align: center;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
}
.met_pager li {
  list-style: none; 
  float: left;
}
.met_pager a {
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  padding: 6px 12px;
  text-align: center;
  color: #317daf
}
.met_pager a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.met_pager .PreSpan, .met_pager .NextSpan {
  border: 1px solid #ddd;
  padding: 6px 12px;
  background: #fff;
  color: #999;
  cursor: default;
}
.met_pager .firstPage, .met_pager .lastPage {
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  min-width: 40px;
  _width: 40px;
  color: #aaa
}
.met_pager a.Ahover {
  background: #317daf;
  border-color: #317daf;
  color: #fff;
  cursor: default;
}
.met_pager a.Ahover:hover {
  background: #317daf;
  border-color: #317daf;
  color: #fff
}
.met_pager .PageText {
  margin-left: 10px;
  color: #aaa;
  display: none;
}
.met_pager input {
  display: none;
}
.met_pager #metPageT, #metPageB {
  text-align: center;
  border: 1px solid #ccc;
  color: #aaa
}
.met_pager #metPageT {
  width: 40px;
  padding: 6px 5px 5px
}
.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 6px 0 5px;
  cursor: pointer;
}


.copyright a:link {
	color: #333
}