﻿* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Arial';
  word-wrap: break-word;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table {
  /* width:100% !important; */
  /* border-spacing:0 */
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.p20 {
  padding: 20px !important;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz12 {
  font-size: 12px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.text-right {
  text-align: right;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ny-title {
  height: 62px;
  line-height: 62px;
  margin-bottom: 10px;
}
.wrap {
  height: 36px;
  background: #333333;
  color: #fff;
  position: relative;
  z-index: 10000000;
}
.wrap a {
  color: #fff;
}
.wrap .w1200 {
  height: 36px;
  justify-content: flex-end;
}
.wrap .ml35 {
  margin-left: 35px;
}
.wrap .mr80 {
  margin-right: 80px;
}
.wrap .ml10 {
  margin-left: 10px;
}
.wrap .mr5 {
  margin-right: 5px;
}
.wrap .change {
  cursor: pointer;
  position: relative;
  height: 36px;
}
.wrap .change:hover ul {
  display: block;
}
.wrap .change ul {
  position: absolute;
  top: 36px;
  width: 100%;
  background: #fff;
  display: none;
}
.wrap .change ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.wrap .change ul li a:hover {
  background: #f6f6f6;
}
.wrap .change ul li a img {
  margin-right: 10px;
}
.product .tit {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.product ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.product ul li {
  width: 584px;
  height: 264px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 22px;
  margin-bottom: 32px;
  overflow: hidden;
}
.product ul li:hover .img img {
  transform: scale(1.3);
}
.product ul li:hover .info .btn {
  background: #0e49bb;
}
.product ul .img {
  width: 272px;
  height: 219px;
  text-align: center;
  line-height: 219px;
  margin-right: 22px;
  overflow: hidden;
}
.product ul .img img {
  transition: all 0.3s;
}
.product ul .info {
  max-width: 240px;
}
.product ul .info p {
  font-size: 16px;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 40px;
  height: 90px;
  overflow: hidden;
}
.product ul .info .btn {
  display: block;
  width: 122px;
  height: 26px;
  background: #333333;
  text-align: center;
  line-height: 26px;
  color: #fff;
  transition: all 0.3s;
}
.cont_footer {
  background: #0e49bb;
  color: #fff;
  font-size: 14px;
  margin-top: 66px;
}
.cont_footer a {
  color: #fff;
}
.cont_footer .f_footer_navigation {
  height: 200px;
}
.cont_footer .f_top {
  height: 120px;
  padding-top: 22px;
  justify-content: space-between;
  box-sizing: border-box;
}
.cont_footer .f_top .cont_l {
  padding-top: 16px;
}
.cont_footer .cont_r a {
  margin-left: 42px;
  color: #fff;
}
.cont_footer .cont_r a:hover {
  text-decoration: underline;
}
.cont_footer .cont_r {
  text-align: right;
}
.cont_footer .facebook {
  display: block;
  width: 28px;
  height: 28px;
  background: url('../image/index_30.gif');
  margin-top: 16px;
}
.cont_footer .f_mid {
  justify-content: space-between;
  line-height: 20px;
  margin-bottom: 10px;
}
.cont_footer .f_bot {
  height: 46px;
  background: #073183;
  line-height: 46px;
}
.top {
  height: 86px;
  opacity: 1;
  background: #fff;
  position: relative;
  z-index: 1000000;
  box-shadow: -6px 1px 24px 0px rgba(183, 183, 183, 0.21);
}
.top .header {
  height: 86px;
  justify-content: space-between;
}
.top .logo {
  height: 58px;
}
.top .logo img {
  height: 100%;
  width: auto;
}
.navBar {
  flex: 1;
  justify-content: flex-end;
  margin-left: 32px;
}
.navBar .icon-a-xiala1 {
  font-size: 12px !important;
}
.navBar li {
  height: 86px;
  position: relative;
  margin-left: 0;
  padding: 0 11px;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #fdd835;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 86px;
  text-align: center;
  line-height: 86px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  white-space: nowrap;
}
.navBar .sub {
  position: absolute;
  top: 86px;
  left: 0;
  width: 280px;
  background: #0e49bb;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.navBar .sub a {
  align-items: center;
  /* text-align: center; */
  display: flex;
  width: 100%;
  height: 52px;
  /* line-height: 52px; */
  padding-left: 22px;
  box-sizing: border-box;
  color: #fff;
}
.navBar .sub a:hover {
  color: #fdd835;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  border-radius: 50%;
}
.banner .hd li.on {
  background: #0e49bb;
}
.search {
  height: 220px;
  background: #f7f7f7;
  text-align: center;
  padding-top: 45px;
  box-sizing: border-box;
}
.search h3 {
  font-weight: bold;
  color: #000000;
  font-size: 36px;
  margin-bottom: 25px;
}
.search .item {
  width: 886px;
  margin: 0 auto;
  display: flex;
}
.search .item .input {
  flex: 1;
  margin-right: 10px;
  padding-left: 17px;
  font-size: 18px;
  background: #fff;
  height: 54px;
  line-height: 54px;
  border: none;
  outline: none;
}
.search .item button {
  width: 163px;
  height: 54px;
  background: #0e49bb;
  text-align: center;
  line-height: 54px;
  color: #fff;
  border: none;
  border-bottom: 4px solid #042f82;
  outline: none;
  font-size: 18px;
}
.search .item button .iconfont {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.quote .slideBoxSolution {
  position: relative;
}
.quote .slideBoxSolution .prev,
.quote .slideBoxSolution .next {
  opacity: 1;
  color: #e6e6e6;
  position: absolute;
  top: 165px;
}
.quote .slideBoxSolution .prev span,
.quote .slideBoxSolution .next span {
  font-size: 54px;
}
.quote .slideBoxSolution .prev {
  left: -54px;
}
.quote .slideBoxSolution .next {
  right: -54px;
}
.quote .slideBoxSolution .bd {
  width: 1080px;
  margin: 20px auto 0;
  overflow: hidden;
  background: #f6f6f6;
  height: 400px;
  padding: 54px 0 0 34px;
  box-sizing: border-box;
}
.quote .bd li .img {
  width: 400px;
  height: 292px;
  text-align: center;
  line-height: 292px;
  margin-right: 36px;
}
.quote .bd li .img img {
  vertical-align: middle;
}
.quote .bd li .info {
  max-width: 570px;
}
.quote .bd li .info h3 {
  font-size: 18px;
  color: #191919;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-weight: bold;
}
.quote .bd li .info .dec {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #999999;
}
.quote .bd li .info .more {
  display: block;
  width: 162px;
  height: 42px;
  background: #0e49bb;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin-top: 30px;
}
.section {
  height: 534px;
  background: #0e49bb;
  text-align: center;
  color: #fff;
  padding-top: 56px;
  box-sizing: border-box;
  margin: 75px 0;
}
.section .tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 80px;
}
.section ul {
  width: 940px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.section ul li {
  text-align: center;
}
.section ul li a {
  color: #fff;
  font-size: 24px;
}
.section ul li .icon {
  height: 90px;
}
.section ul li .iconfont {
  color: #fff;
  font-size: 60px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.section ul li .iconfont:hover {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.section ul li .mt-15 {
  margin-top: -15px;
  height: 105px;
}
.section ul li .icon-zhiliang {
  font-size: 85px;
}
.section .btm {
  line-height: 42px;
  font-size: 20px;
  width: 870px;
  margin: 0 auto;
}
.container .left {
  width: 300px;
  margin-right: 30px;
}
.container .left h3 {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #0e49bb;
  padding-left: 20px;
  color: #0e49bb;
  font-size: 16px;
}
.container .ny_nav {
  background: #f7f7f7;
  width: 300px;
  margin-bottom: 40px;
}
.container .sideNav li {
  border-bottom: 1px solid #eeeeee;
}
.container .sideNav li.on a {
  color: #0e49bb;
  font-weight: 700;
}
.container .sideNav li:last-of-type {
  border: none;
}
.container .sideNav li a {
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.container .sideNav li a:hover {
  color: #1067db;
}
.container .Certification {
  background: #f7f7f7;
  height: 300px;
}
.container .Certification ul {
  justify-content: space-between;
  padding: 30px 10px 0;
}
.container .Certification ul a {
  display: block;
  width: 135px;
  height: 188px;
  text-align: center;
  line-height: 188px;
}
.container .Certification ul a img {
  vertical-align: middle;
}
.container .right {
  flex: 1;
  max-width: 870px;
}
.container .search-list .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.container .search-list .flex-wrap > li {
  margin-right: 13px;
  width: calc(20% - 11px);
  margin-top: 20px;
}
.container .search-list .flex-wrap > li .img {
  width: 100%;
  height: 159px;
}
.container .search-list .flex-wrap > li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #efefef;
}
.container .search-list .flex-wrap > li p {
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
}

.container .search-list .flex-wrap > li:nth-child(5n) {
  margin-right: 0;
}
.container .list-item {
  margin-bottom: 12px;
}
.container .list-item h3 {
  height: 46px;
  font-size: 16px;
  margin-bottom: 10px;
}
.container .list-item h3 .line {
  height: 1px;
  border-bottom: 1px dashed #cfcfcf;
  margin-left: 25px;
  flex: 1;
  overflow: hidden;
}
.container .list-item ul {
  margin: 0 -15px;
}
.container .list-item li {
  width: 195px;
  margin: 0 15px;
}
.container .list-item li .img {
  width: 195px;
  height: 138px;
  text-align: center;
  line-height: 138px;
  background: #f7f7f7;
  overflow: hidden;
}
.container .list-item li .img img {
  vertical-align: middle;
  transition: all 0.3s;
}
.container .list-item li p {
  text-align: center;
  padding: 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 18px;
  margin-top: 5px;
}
.container .list-item li:hover .img img {
  transform: scale(1.2);
}
.container .list-item li:hover p {
  color: #1067db;
}
.container .com-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #0e49bb;
  background: #f7f7f7;
  padding-left: 13px;
  box-sizing: border-box;
  color: #0e49bb;
  font-size: 16px;
  font-weight: bold;
}
.container .com-title .input {
  border: none;
  padding: 0 10px;
  height: 27px;
  width: 187px;
}
.container .com-title .search-btn {
  color: #fff;
  background: #0e49bb;
  border: none;
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
}
.container .com-title .search-btn .iconfont {
  margin-right: 5px;
  font-size: 12px;
}
.container .page .cont {
  margin-bottom: 30px;
}
.container .page .info {
  line-height: 28px;
  font-size: 16px;
  padding-top: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.container .page .info img {
  display: block;
  margin-bottom: 10px;
}
.container .certification-ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
}
.container .certification-ul li {
  width: 435px;
  margin-bottom: 28px;
}
.container .certification-ul li .img {
  width: 130px;
  height: 175px;
  margin-right: 24px;
  display: block;
  text-align: center;
  line-height: 175px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.container .certification-ul li .txt {
  line-height: 36px;
  font-size: 16px;
}
.container .news .list li a {
  height: 145px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s;
}
.container .news .list li a .img {
  width: 108px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  margin-right: 20px;
}
.container .news .list li a .info {
  width: 720px;
}
.container .news .list li a .info .dec {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
.container .news .list li a .name {
  font-size: 14px;
  transition: all 0.3s;
}
.container .news .list li a:hover {
  background: #ffffff;
  box-shadow: 8px 5px 32px 0px #f4f4f4;
  padding-left: 10px;
}
.container .news .list li a:hover .img {
  margin-right: 10px;
}
.container .news .list li a:hover .name {
  color: #0e49bb;
}
.container .right .news-next {
  height: 40px;
  border-top: 1px dotted #dfdfdf;
  margin-bottom: 20px;
}
.container .contact-info {
  line-height: 34px;
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}
.container .contact-info p span:first-of-type {
  width: 138px;
  text-align: right;
  display: inline-block;
  margin-right: 5px;
}
.about-us .title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  color: #0e49bb;
}
.about-us .cont-info {
  line-height: 52px;
  font-size: 16px;
}
.about-us .more-about {
  height: 388px;
  background: #0e49bb;
  padding-top: 38px;
  box-sizing: border-box;
  margin: 50px 0 0;
}
.about-us .more-about .tit {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.about-us .more-about .items {
  width: 1080px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}
.about-us .more-about .items a {
  display: block;
  min-width: 150px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.about-us .more-about .items .icon {
  width: 108px;
  height: 108px;
  background: #a7cef3;
  border: 3px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 105px;
  font-weight: normal;
  margin: 0 auto 40px;
  transition: all 0.3s ease-in-out;
}
.about-us .more-about .items .icon:hover {
  transform: translateY(-30px);
}
.about-us .more-about .items .icon span {
  color: #fff;
  font-size: 50px;
}
.about-us .Our-Company {
  margin: 0 auto 30px;
}
.about-us .Our-Company .tit {
  width: 270px;
  margin: -53px auto 40px;
  text-align: center;
  color: #0e49bb;
  font-size: 28px;
  font-weight: bold;
}
.about-us .Our-Company .tit .icon {
  width: 108px;
  height: 108px;
  background: #a7cef3;
  border: 3px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 105px;
  font-weight: normal;
  margin: 0 auto 60px;
}
.about-us .Our-Company .tit .icon span {
  color: #fff;
  font-size: 50px;
}
.about-us .Our-Company .slideTxtBox .slideTxtBox-ul {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #0e49bb;
}
.about-us .Our-Company .slideTxtBox .slideTxtBox-ul li {
  width: 127px;
  height: 42px;
  background: #f6f6f6;
  text-align: center;
  line-height: 42px;
  margin-right: 7px;
  font-size: 16px;
  cursor: pointer;
}
.about-us .Our-Company .slideTxtBox .slideTxtBox-ul li.on,
.about-us .Our-Company .slideTxtBox .slideTxtBox-ul li:hover {
  background: #0e49bb;
  color: #fff;
}
.about-us .Our-Company .slideTxtBox .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-us .Our-Company .slideTxtBox .left {
  width: 685px;
  line-height: 46px;
  font-size: 16px;
  padding-top: 20px;
}
.about-us .Our-Company .slideTxtBox .right {
  width: 486px;
  padding-top: 40px;
}
.about-us .Our-Company .slideTxtBox .right .bd {
  margin-bottom: 15px;
}
.about-us .Our-Company .slideTxtBox .right .bd li {
  width: 486px;
  height: 230px;
}
.about-us .Our-Company .slideTxtBox .right .bd li img {
  width: 100%;
  height: 100%;
}
.about-us .Our-Company .slideTxtBox .right .hd ul {
  width: 100%;
  height: 40px;
  background: #ebebeb;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 40px;
}
.about-us .Our-Company .slideTxtBox .right .hd ul li {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-left: 5px;
  background: #fff;
  cursor: pointer;
}
.about-us .Our-Company .slideTxtBox .right .hd ul li.on {
  background: #0e49bb;
  color: #fff;
}
.about-us .company-details {
  min-height: 455px;
  background: #f6f6f6;
  padding-top: 36px;
  box-sizing: border-box;
}
.about-us .company-details .tit {
  color: #0e49bb;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.about-us .company-details ul {
  width: 960px;
  margin: 0 auto;
  justify-content: space-between;
}
.about-us .company-details ul .icon {
  width: 108px;
  height: 108px;
  background: #0e49bb;
  border-radius: 50%;
  text-align: center;
  line-height: 108px;
  margin: 0 0 30px 8px;
}
.about-us .company-details ul .icon span {
  color: #fff;
  font-size: 46px;
}
.about-us .company-details ul p {
  line-height: 28px;
}
.about-us .company-certificates {
  margin: 45px auto;
}
.about-us .company-certificates .tit {
  color: #0e49bb;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.about-us .company-certificates .tips {
  text-align: center;
  margin-bottom: 52px;
  display: block;
}
.about-us .company-certificates ul {
  margin: 0 -17px;
}
.about-us .company-certificates li {
  margin: 0 17px;
}
.about-us .company-certificates .img {
  display: block;
  width: 273px;
  height: 364px;
}
.about-us .company-certificates .img img {
  max-width: 100%;
  max-height: 100%;
}
.Best-Products {
  height: 168px;
  border: 1px solid #f3f3f3;
  margin-bottom: 45px;
}
.Best-Products h3 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #0e49bb;
  font-size: 16px;
  background: #f3f3f3;
}
.Best-Products ul {
  display: flex;
  padding: 32px 0 0 10px;
}
.Best-Products ul li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
}
.Best-Products ul li img {
  width: 54px;
  height: 48px;
  margin-right: 14px;
}
.ny-product .picScroll-left {
  margin-bottom: 40px;
}
.ny-product .picScroll-left .bd {
  height: 246px;
  margin: 0 -11px 28px;
}
.ny-product .picScroll-left .bd li {
  width: 282px;
  height: 247px;
  background: #f6f6f6;
  text-align: center;
  margin: 0 11px;
}
.ny-product .picScroll-left .bd .title {
  color: #0e49bb;
  height: 50px;
  line-height: 50px;
}
.ny-product .picScroll-left .bd .title a {
  color: #0e49bb;
}
.ny-product .picScroll-left .bd .pic {
  width: 202px;
  height: 163px;
  text-align: center;
  line-height: 163px;
  margin: 0 auto;
}
.ny-product .picScroll-left .bd .pic img {
  max-height: 100%;
  max-width: 100%;
}
.ny-product .picScroll-left .hd ul {
  text-align: center;
}
.ny-product .picScroll-left .hd ul li {
  width: 8px;
  height: 8px;
  background: #333333;
  display: inline-block;
  border-radius: 50%;
  text-indent: -99999999999px;
  margin: 0 3px;
}
.ny-product .picScroll-left .hd ul li.on {
  background: #0e49bb;
}
.ny-product .product .title {
  justify-content: space-between;
  margin-bottom: 24px;
}
.ny-product .product .title h3 {
  width: 280px;
  height: 40px;
  line-height: 40px;
  background: #0e49bb;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.ny-product .product .title h3::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 40px solid #0e49bb;
  border-right: 40px solid transparent;
  position: absolute;
  right: -40px;
  top: 0;
}
.ny-product .product .title .search-info input {
  display: block;
  width: 330px;
  height: 40px;
  border: 1px solid #0e49bb;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 40px;
  outline: none;
  background: none;
}
.ny-product .product .title .search-info button {
  width: 132px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0e49bb;
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
}
.product-detail .top-info {
  border-top: 2px solid #f6f6f6;
  margin-top: 25px;
  padding-top: 35px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.product-detail .product-img {
  width: 780px;
  height: 444px;
  position: relative;
}
.product-detail .product-img .prev,
.product-detail .product-img .next {
  width: 130px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  z-index: 10000;
}
.product-detail .product-img .prev span,
.product-detail .product-img .next span {
  color: #6f6d6d;
  display: inline-block;
  font-size: 28px;
}
.product-detail .product-img .prev {
  top: 0;
}
.product-detail .product-img .next {
  bottom: 0;
}
.product-detail .product-img .prev span {
  transform: rotate(90deg);
}
.product-detail .product-img .next span {
  transform: rotate(-90deg);
}
.product-detail .product-img .hd {
  width: 130px;
  overflow: hidden;
  margin-top: 30px;
  margin-right: 32px;
}
.product-detail .product-img .hd li {
  width: 130px;
  height: 93px;
  border: 1px solid #f6f6f6;
  text-align: center;
  line-height: 93px;
  margin-bottom: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.product-detail .product-img .hd li.hover {
  border-color: #0e49bb;
}
.product-detail .product-img .bd {
  width: 613px;
  height: 443px;
  background: #f6f6f6;
}
.product-detail .product-img .bd .simg {
  width: 613px;
  height: 443px;
  text-align: center;
  line-height: 443px;
  position: relative;
}
.product-detail .product-img .bd .simg img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-detail .product-img .bd .simg .mov {
  width: 50px;
  height: 50px;
  background: url(../image/move.png);
  position: absolute;
  left: 0px;
  top: 0;
  cursor: move;
  display: none;
}
.product-detail .product-img .bd .bigimg {
  width: 350px;
  height: 443px;
  position: absolute;
  left: 782px;
  top: 0;
  overflow: hidden;
  display: none;
}
.product-detail .product-img .bd .bigimg img {
  position: absolute;
  left: 0px;
  top: 0;
  max-width: fit-content;
  max-height: fit-content;
}
.product-detail .right-info {
  width: 380px;
}
.product-detail .right-info p {
  height: 34px;
}
.product-detail .right-info .w130 {
  width: 130px;
}
.product-detail .right-info span {
  max-width: 210px;
}
.product-detail .info {
  border: 1px solid #dcdcdc;
  line-height: 24px;
  margin-bottom: 40px;
}
.product-detail .info .tit {
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  color: #0e49bb;
  background: #f8f8f8;
  border-bottom: 2px solid #0e49bb;
}
.product-detail .info p {
  padding: 0 20px;
}
.Other-Products h3 {
  width: 1200px;
  height: 40px;
  background: #f3f3f3;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #0e49bb;
  margin-bottom: 24px;
}
.Other-Products ul {
  margin: 0 -21px;
}
.Other-Products li {
  width: 270px;
  height: 278px;
  border: 1px solid #eeeeee;
  padding: 18px 14px 0;
  box-sizing: border-box;
  margin: 0 21px;
}
.Other-Products li:hover a {
  color: #0e49bb;
}
.Other-Products li .img {
  width: 240px;
  height: 193px;
  text-align: center;
  line-height: 193px;
  margin-bottom: 5px;
}
.Other-Products li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.Other-Products li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.productDetail .product-img {
  width: 466px;
  position: relative;
}
.productDetail .product-img .bd .simg {
  width: 466px;
  height: 338px;
  text-align: center;
  line-height: 338px;
  background: #f6f6f6;
  position: relative;
}
.productDetail .product-img .bd .simg .mov {
  width: 50px;
  height: 50px;
  background: url(../image/move.png);
  position: absolute;
  left: 0px;
  top: 0;
  cursor: move;
  display: none;
}
.productDetail .product-img .bigimg {
  width: 300px;
  height: 338px;
  position: absolute;
  left: 500px;
  top: 0;
  overflow: hidden;
  display: none;
}
.productDetail .product-img .bigimg img {
  position: absolute;
  left: 0px;
  top: 0;
  max-width: fit-content;
  max-height: fit-content;
}
.productDetail .product-img .bd {
  margin-bottom: 16px;
}
.productDetail .product-img .hd {
  padding-left: 26px;
}
.productDetail .product-img .hd ul {
  overflow: hidden;
  height: 71px;
}
.productDetail .product-img .hd li {
  width: 97px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  border: 1px solid #f6f6f6;
  background: #f7f7f7;
  margin: 0 3px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.productDetail .product-img .hd li.hover {
  border-color: #0042df;
}
.productDetail .product-img .prev,
.productDetail .product-img .next {
  width: 19px;
  height: 81px;
  background: #f6f6f6;
  line-height: 81px;
  position: absolute;
  top: 340px;
}
.productDetail .product-img .prev span,
.productDetail .product-img .next span {
  display: inline-block;
  font-size: 28px;
  margin-left: -3px;
}
.productDetail .product-img .prev {
  left: 0;
}
.productDetail .product-img .next {
  right: 0;
}
.productDetail .product-img .next span {
  transform: rotate(180deg);
}
.productDetail .right-info {
  width: 366px;
}
.productDetail .right-info p {
  height: 34px;
}
.productDetail .right-info .w130 {
  width: 130px;
}
.productDetail .right-info span {
  max-width: 210px;
}
.productDetail .border {
  border: 1px solid #dfdfdf;
}
.detail {
  padding-bottom: 60px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #0042df;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 12px;
}
.paging li a:hover {
  color: #0e49bb;
  border-color: #0e49bb;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
