@charset "UTF-8";
/* 换行*/
@keyframes img_zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
body, * {
  font-family: 微软雅黑, Helvetica, sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 700px) {
  body, * {
    font-family: 16px;
  }
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

.container {
  margin: auto;
}
.container .pro {
  max-width: 1400px;
  width: 70%;
  margin: 120px auto;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .container .pro {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 1400px) {
  .container .pro {
    width: 90%;
    margin: 80px auto;
  }
}
@media screen and (max-width: 700px) {
  .container .pro {
    margin: 40px auto;
  }
}
.container .pro .proLeft {
  width: 53%;
  flex: 0 0 53%;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft {
    width: 100%;
    flex: 0 0 100%;
  }
}
.container .pro .proLeft .BigImgBox {
  text-align: center;
}
.container .pro .proLeft .BigImgBox .BigImg {
  max-width: 100%;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .BigImgBox .BigImg {
    height: 250px;
  }
}
.container .pro .proLeft .swiperBox {
  width: 70%;
  margin: 20px auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .swiperBox {
    width: 100%;
  }
}
.container .pro .proLeft .swiperBox .swiper-container {
  width: 100%;
}
.container .pro .proLeft .swiperBox .prev {
  background: url(../../images/pro/left.png);
  background-size: 13px 23px;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 23px;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .swiperBox .prev {
    display: none;
  }
}
.container .pro .proLeft .swiperBox .next {
  background: url(../../images/pro/right.png);
  background-size: 13px 23px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 23px;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .swiperBox .next {
    display: none;
  }
}
.container .pro .proLeft .swiper-slide {
  height: 85px;
  text-align: center;
  margin: 20px auto;
}
.container .pro .proLeft .swiper-slide .SmallImg {
  width: 128px;
  height: 83px;
  border-radius: 10px;
  border: 1px solid #eee;
  cursor: pointer;
}
.container .pro .proLeft .swiper-slide .SmallImg.active {
  box-shadow: 0 0 10px 1px rgba(6, 0, 1, 0.1);
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .swiper-slide .SmallImg {
    width: 100px;
  }
}
.container .pro .proLeft .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: scale-down;
}
@media screen and (max-width: 700px) {
  .container .pro .proLeft .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}
.container .pro .proRight {
  width: 47%;
  flex: 0 0 47%;
}
@media screen and (max-width: 700px) {
  .container .pro .proRight {
    width: 100%;
    flex: 0 0 100%;
  }
}
.container .pro .proRight .proTitle {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 700px) {
  .container .pro .proRight .proTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.container .pro .proRight .proText {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
@media screen and (max-width: 700px) {
  .container .pro .proRight .proText {
    font-size: 14px;
    margin: 15px 0;
  }
}
.container .pro .proRight .proDetails {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .pro .proRight .proDetails div {
  flex: 0 0 50%;
  margin-bottom: 30px;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .container .pro .proRight .proDetails div {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.container .pro .proRight .proTitle2 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
@media screen and (max-width: 700px) {
  .container .pro .proRight .proTitle2 {
    font-size: 16px;
    margin: 15px 0;
  }
}
.container .pro .proRight .proLi {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 0;
}
.container .pro .proRight .proLi input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.container .pro .proRight .proLi input + .radioShowImg {
  width: 20px;
  height: 20px;
  background: url(../../images/pro/radio.png);
  background-size: 20px 20px;
  margin-left: 23px;
}
.container .pro .proRight .proLi input:checked + .radioShowImg {
  width: 20px;
  height: 20px;
  background: url(../../images/pro/radio_on.png);
  background-size: 20px 20px;
}
.container .pro .proRight .proLi input:checked + .radioShowImg + .on {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 120, 213, 0.2);
  border: 1px dashed #2578D5;
  border-radius: 3px;
}
.container .pro .proRight .proLi .radio {
  width: 20px;
  height: 20px;
}
.container .pro .proRight .proLi .proPic {
  margin: 0 30px 0 40px;
}
.container .pro .proRight .proLi .proPic img {
  width: 60px;
  height: 55px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.container .pro .proRight .proLi .proName {
  flex: 1;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .pro .proRight hr {
  background-color: #DDDDDD;
  border: none;
  height: 1px;
}
.container .details {
  position: relative;
}
.container .details .huibg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 200;
  z-index: 10;
  align-items: flex-start;
}
.container .details .huibg div {
  padding: 5px 20px;
  width: 55%;
  margin-top: 120px;
}
@media screen and (max-width: 700px) {
  .container .details .huibg div {
    width: 90%;
    padding: 0;
    margin-top: 20px;
  }
}
.container .details .huibg div .Ctext {
  font-size: 58px;
}
@media screen and (max-width: 700px) {
  .container .details .huibg div .Ctext {
    font-size: 20px;
  }
}
.container .details .huibg div .Etext {
  font-size: 16px;
  margin: 50px auto 60px;
  opacity: 0.7;
  font-weight: 100;
}
@media screen and (max-width: 700px) {
  .container .details .huibg div .Etext {
    font-size: 13px;
    margin: 15px auto 35px;
  }
}
.container .details .page1_bg {
  width: 100%;
  display: block;
  min-height: 200px;
}
.container .intr {
  padding: 40px 0;
}
@media screen and (max-width: 700px) {
  .container .intr {
    padding: 20px 0;
  }
}
.container .intr .proEditor {
  text-align: center;
  max-width: 1400px;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .container .intr .proEditor {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor {
    width: 94%;
  }
}
.container .intr .proEditor .proP1 {
  font-size: 34px;
  color: #343434;
  margin: 60px 0;
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor .proP1 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.container .intr .proEditor .proP2 {
  width: 80%;
  font-size: 16px;
  color: #343434;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor .proP2 {
    width: 100%;
  }
}
.container .intr .proEditor .proP1content {
  width: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .intr .proEditor .proP1content div {
  flex: 0 0 30%;
  max-width: 100%;
}
.container .intr .proEditor .proP1content div img {
  width: 260px;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor .proP1content div img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .container .intr .proEditor .proP1content div img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor .proP1content div {
    flex: 0 0 100%;
  }
}
.container .intr .proEditor .proP3content {
  padding: 100px 0 50px;
}
.container .intr .proEditor .proP3content img {
  width: 315px;
}
@media screen and (max-width: 700px) {
  .container .intr .proEditor .proP3content {
    padding: 20px 0 15px;
  }
  .container .intr .proEditor .proP3content img {
    width: auto;
    max-width: 100%;
  }
}
.container .download {
  position: relative;
}
.container .download .huibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 200;
  z-index: 10;
}
.container .download .huibg div {
  padding: 5px 20px;
}
@media screen and (max-width: 700px) {
  .container .download .huibg div {
    padding: 0;
  }
}
.container .download .huibg div .Ctext {
  font-size: 34px;
}
@media screen and (max-width: 700px) {
  .container .download .huibg div .Ctext {
    font-size: 20px;
  }
}
.container .download .huibg div .Etext {
  font-size: 24px;
  margin: 20px auto 80px;
  opacity: 0.7;
  font-weight: 100;
}
@media screen and (max-width: 700px) {
  .container .download .huibg div .Etext {
    font-size: 13px;
    margin: 15px auto 35px;
  }
}
.container .download .huibg div .learnMore {
  border: 1px solid white;
  color: white;
  font-size: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 70px;
  display: inline-block;
}
.container .download .huibg div .learnMore:hover {
  background-color: #0C4381;
  border: 1px solid #0C4381;
  box-shadow: 0 0 10px 5px rgba(12, 67, 129, 0.5);
}
@media screen and (max-width: 700px) {
  .container .download .huibg div .learnMore {
    font-size: 16px;
    padding: 5px 35px;
  }
}
.container .download .page1_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
}
.container .field {
  padding: 80px 0 20px;
}
@media screen and (max-width: 1200px) {
  .container .field {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .container .field {
    padding: 30px 0 0;
  }
}
.container .field .title {
  font-size: 34px;
  color: #343434;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 700px) {
  .container .field .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.container .field .content {
  max-width: 1400px;
  width: 70%;
  margin: auto;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .container .field .content {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .container .field .content {
    width: 94%;
  }
}
.container .field .content .p_li {
  flex: 0 0 32%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 290px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .container .field .content .p_li {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .container .field .content .p_li {
    flex: 0 0 48%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  }
}
.container .field .content .p_li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: auto;
}
.container .field .content .p_li .Pname {
  position: absolute;
  width: 90%;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  height: 25%;
  max-height: 70px;
  min-height: 50px;
  background-color: white;
  padding: 0 5%;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .container .field .content .p_li .Pname {
    opacity: 1;
  }
}
.container .field .content .p_li .Pname p {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
}
@media screen and (max-width: 1300px) {
  .container .field .content .p_li .Pname p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .container .field .content .p_li .Pname p {
    font-size: 17px;
    text-align: center;
  }
}
.container .field .content .p_li .Pname span {
  color: #666666;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .container .field .content .p_li .Pname span {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .container .field .content .p_li .Pname span {
    display: none;
  }
}
.container .field .content .p_li:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=product_details.css.map */
