.swiper-container {
  width: 100%;
  height: 100%;
}
.companyIntroduction .swiper-container ,.companyIntroduction  .swiper-wrapper {
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.margins .marginAuto {
  width: 1805px;
}

.header {
  padding-top: 25px;
  margin-bottom: 10px;
  margin-bottom: 30px;
}

.header .mBtn {
  display: none;
}

.header .title h1 {
  font-size: 30px;
}
.header .title h1 img{
  width: 160px;
}
.mob-banner{display: none;}

.header .marginAuto {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

.header .nav {
  display: flex;
  line-height: 100%;
}

.header .nav .list .close {
  display: none;
}

.header .nav .list ul {
  display: flex;
}

.header .nav .list ul li {
  border-right: 1px solid #bbbbbc;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 14px;
}
.header .nav .list{margin-right: 5px;}

.header .nav .list ul li.on a {
  color: #010101;
}

.header .nav .list ul li a {
  font-size: 12px;
  color: #bbbbbc;
  line-height: 12px;
  display:block;
  /*font-weight: bold;*/
}
.header .nav .search{
  line-height: 14px;
}
.header .nav .search .inputBlock {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.header .nav .search .inputBlock::after {
  content: "\e62f";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "iconfont" !important;
  color: #000;
  font-size: 100%;
}

.header .nav .search .inputBlock input {
  width: 786px;
  border: 0;
  font-size: 100%;
  color: #000;
  box-sizing: border-box;
  padding-left: 30px;
}

.header .nav .search .searchBtn {
  cursor: pointer;
}

.header .nav .search .searchBtn i {
  font-size: 18px;
  line-height: 14px;
  color: #c7c7c7;
}

.header .nav .search .close {
  display: none;
  cursor: pointer;
}

.banner {
  position: relative;
  margin-bottom: 6px;
  height: calc(100% - 71px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 15px 0;
}

.banner .header {
  position: absolute;
  z-index: 333;
  top: 30px;
  width: 100%;
  left: 0;
}

.banner .header .marginAuto {
  box-sizing: border-box;
  padding: 0 50px;
}
.logo img{height: 68px;}
.banner > .marginAuto{
  height: 100%;
  position: relative;
}

.banner .header .nav {
  padding-top: 0;
}
input{outline:none;}
.banner .header .nav .list ul li a {
  color: #fff;
  font-size: 12px;
}

.banner .header .search .inputBlock {
  border-bottom: 1px solid #fff;
}

.banner .header .search .inputBlock::after {
  color: #fff;
}

.banner .header .search .inputBlock input {
  background: none;
  color: #fff;
}

.banner .header .search .inputBlock input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.banner .header .search .close i {
  color: #fff;
}

.banner .swiper-button-next {
  right: 42px;
  transform: rotate(180deg);
}

.banner .swiper-button-prev {
  left: 42px;
}
.banner .swiper-slide a{
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.banner .swiper-slide a img{
  width: auto;
  max-width: inherit;
  min-height: 100%;
  position: relative;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide a .p{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 120px;
    font-size: 50px;
    transform-origin: left center;
    transform: translate(0,-50%);
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 38px;
  height: 70px;
  margin-top: -35px;
  background: url(../images/_left2.png) no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
}



.banner .tips {
  position: absolute;
  bottom: 19px;
  z-index: 333;
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner .tips a {
  width: 320px;
  height: 95px;
  background: rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  padding: 4px 6px;
  display: flex;
  margin: 0 20px;
}

.banner .tips a .img {
  margin-right: 8px;
  width: 208px;
}

.banner .tips a .img img {
  width: 208px;
  height: 85px;
}

.banner .tips a .text {
  color: #ffffff;
  width: 165px;
}

.banner .tips a .text h1 {
  font-size: 100%;
}

.banner .tips a .text p {
  font-size: 12px;
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.product .productNav {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c4c4c4;
  margin-bottom: 30px;
}
img{max-width: 100%;}
.product .productNav a {
  display: inline-block;
  font-size: 12px;
  color: #bbbbbc;
  line-height: 12px;
  border-right: 1px solid #bbbbbc;
  padding-right: 4px;
  margin-right: 4px;
}
.productContent .content .aside .text .title > span a{color: #bbbbbc;}
.product .productNav a.on{color: #010101;}

.product .productNav a:first-child {
  color: #010101;
  position: relative;
  border-right: 0;
  padding-right: 9px;
  margin-right: 9px;
  font-weight: bold;
}

.product .productNav a:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #202020;
  transform: rotate(-20deg);
}

.product .productNav a:last-child {
  border-right: 0;
  margin-right: 0;
}

.product .productType {
  display: flex;
  align-items: center;
  margin-bottom: 73px;
}

.product .productType h1 {
  font-size: 12px;
  color: #010101;
  margin-right: 15px;
  line-height: 14px;
  padding-left: 3px;
  border-left: 1px solid #d4d4d4;
}

.product .productType select {
  margin-right: 17px;
  /*width: 125px;*/
  border: 1px solid  #666666;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 5px;
}

.product .list ul {
  display: flex;
  flex-wrap: wrap;
}

.product .list ul li {
  margin-right: 79px;
  margin-bottom: 61px;
}

.product .list ul li:nth-child(4n) {
  margin-right: 0;
}

.companyIntroduction .swiper-button-next {
  right: 66px;
  transform: rotate(180deg);
}

.companyIntroduction .swiper-button-prev {
  left: 66px;
}

.companyIntroduction .swiper-button-next, .companyIntroduction .swiper-button-prev {
  width: 39px;
  height: 70px;
  margin-top: -35px;
  background: url(../images/_left.png) no-repeat;
}

.companyIntroduction .swiper-slide img {
  width: 100%;
}

.companyIntroduction .text {
  max-width: 1200px;
  margin: 30px auto;
}

.companyIntroduction .text p {
  font-size: 12px;
  font-weight: bold;
}
.companyIntroduction .text p  span{
  font-size: 12px !important;
}
.footer .marginAuto {
  border-top: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
}

.footer .copyright .switch {
  margin-bottom: 3px;
}

.footer .copyright .switch a {
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-right: 10px;
  padding: 3px 10px;
}

.footer .copyright .switch a.on {
  background: #f5f5f5;
}

.footer .copyright p {
  font-size: 12px;
  /*transform: scale(.9);*/
  color: #888;
}

.footer .links a {
  display: inline-block;
  margin-right: 18px;
  position: relative;
}
.footer .links a:hover .alert{
  display: block;
}
.footer .links .ewm .alert{
  position: absolute;
  width: 107px;
  height: 141px;
  background: #000;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%,0);
  display: none;
  z-index: 9999999999;
}
.footer .links .ewm .alert::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%,0);
  bottom: -13px;
  width: 0;
  height:0;
  border-left:13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #000; 
}
.footer .links a:last-child {
  margin-right: 0;
}

.contactUs .kv {
  width: 100%;
  margin: 100px 0;
}

.contactUs .kv img {
  width: 100%;
}

.contactUs .list li {
  display: flex;
  justify-content: center;
  padding-bottom: 109px;
  margin-bottom: 149px;
  border-bottom: 1px solid #c4c4c4;
}

.contactUs .list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.contactUs .list li .img {
  margin-right: 137px;
}

.contactUs .list li .text {
  display: flex;
  width: 400px;
  align-items: center;
}

.contactUs .list li .text h1 {
  margin-bottom: 36px;
  color: #636363;
  font-weight: bold;
  font-size: 20px;
}

.contactUs .list li .text .icon {
  margin-bottom: 8px;
}

.contactUs .list li .text p {
  font-size: 12px;
  color: #636363;
  margin-bottom: 50px;
}

.productContent .kv {
  width: 100%;
}

.productContent .kv img {
  display: none;
  width: 100%;
}

.productContent .kv img:first-child {
  display: block;
}

.productContent .content {
  position: relative;
  top: -200px;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 793px;
  margin: 0 auto;
}

.productContent .content .aside .text{
  width: 793px;
}
.productContent .content .aside1 .text{
  min-height: 500px;
}

.productContent .content .aside .swiperBox {
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  padding: 0 83px;
  height: 106px;
  width: 793px;
  opacity: 0.8;
}

.productContent .content .aside .swiperBox .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.productContent .content .aside .swiperBox .swiper-button-prev {
  left: 0;
}

.productContent .content .aside .swiperBox .swiper-button-next, .productContent .content .aside .swiperBox .swiper-button-prev {
  width: 27px;
  height: 34px;
  margin-top: -17px;
  background: url(../images/_left1.jpg) no-repeat;
}

.productContent .content .aside .swiperBox .swiper-slide img {
  box-sizing: border-box;
  border: 3px solid #fff;
}

.productContent .content .aside .text {
  background: rgba(236,236,236,0.8);
  box-sizing: border-box;
  padding: 82px 51px 42px;
}

.productContent .content .aside .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productContent .content .aside .text .title h1 {
  width: 436px;
  font-size: 25px;
  color: #000000;
  border-bottom: 1px solid #919191;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.productContent .content .aside .text .title > span {
  display: inline-block;
  background: #000;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}

.productContent .content .aside .text p {
  font-size: 12px;
  color: #3d3d3d;
}

.productContent .content .aside .text .links {
  text-align: center;
  margin-top: 50px;
}

.productContent .content .aside .text .links a {
  display: inline-block;
  border: 1px solid #999999;
  font-size: 12px;
  color: #999;
  padding: 5px 20px;
}

.productContent .content .recommend {
  padding-top: 230px;
  width: 280px;
  position: absolute;
  right: -280px;
  /*bottom: 0;*/
}

.productContent .content .recommend .title {
  font-size: 15px;
  color: #3d3d3d;
  margin-bottom: 30px;
  text-align: center;
}

.productContent .content .recommend .swiperBox {
  position: relative;
}

.productContent .content .recommend .swiperBox .swiper-container {
  height: 400px;
  box-sizing: border-box;
}

.productContent .content .recommend .swiperBox .swiper-container .swiper-slide {
  justify-content: center;
  text-align: center;
}
.productContent .content .recommend .swiperBox .swiper-container .swiper-slide a{
  display: block;
}
.productContent .content .recommend .swiperBox .swiper-container .swiper-slide img{
  width: 208px;
  height: 118px;
}
.productContent .content .recommend .swiperBox .swiper-button-next {
  background: url(../images/icon-arrow3.png) no-repeat;
  background-position: 0 -13px;
  top: auto;
  bottom: -30px;
}

.productContent .content .recommend .swiperBox .swiper-button-prev {
  background: url(../images/icon-arrow3.png) no-repeat;
  background-position: 0 0;
  top: 0;
  
}

.productContent .content .recommend .swiperBox .swiper-button-next, .productContent .content .recommend .swiperBox .swiper-button-prev {
  
  cursor: pointer;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 13px;
  position: absolute;
}
.teamContent {
  width: 1360px;
  margin: auto;
} 
.teamContent ul{display: flex;flex-wrap: wrap;}
.teamContent ul li{
  /*border-bottom: 1px solid #a7a7a7;*/
  /*padding-bottom: 70px;*/
  margin-bottom: 50px;
  width: 620px;
}
.teamContent ul li:nth-child(2n){margin-left:120px;}
.teamContent ul li a{
  display: flex;
  font-size: 12px !important;
  justify-content: space-between;
}
.teamContent ul li .img img{
  width: 188px;
  height: 188px;
}
.teamContent ul li .text{
  width: 400px;
  color: #595757;
}
.teamContent ul li .text h1{
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
.teamContent ul li .text h2{
  font-size: 12px;
  margin-bottom: 26px;
}
.teamContent ul li .text p{
  font-size: 12px;
  line-height: 24px;
}
.teamContent ul li:last-child{
  border-bottom: 0;
}
