@CHARSET "UTF-8";

/*头部样式*/




/*热门搜索*/




/*主体样式*/




/*----- Common css ------*/




/*友情链接*/











/*百度商桥*/
#newBridge .icon-right-center{
    top:40% !important;
}



@media (max-width: 768px) {
  #newBridge {
    display:none !important;
  }
}



/*页面底部*/

.foottop {
  background: #1a1f23;
  border-top: 8px solid #ec7c19;
  border-bottom: 1px solid #282d31;
  padding: 40px 0;
}

.foottopl {
  width: 50%;
}

.foottopl h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.foottopl p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.507);
  margin-top: 10px;
}

.foottopr {
  width: 30%;
  text-align: right;
}

.footsecrch {
  padding-top: 5px;
}

.footsecrch #formsearch {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.footsecrch #keyword {
  height: 52px;
  width: 80%;
  background: #fff;
  border: none;
  outline: none;
  padding-left: 4%;
}

.footsecrch #keyword::placeholder {
  font-size: 16px;
  color: #bcb8b8;
}

.footsecrch #s_btn {
  background: url(../images//newimg/footsearch.png) no-repeat center #fff;
  height: 52px;
  width: 15%;
  border: none;

  border-radius: 0 4px 4px 0;

}


@media (max-width:1600px) {}

@media (max-width:1200px) {}

@media (max-width:990px) {}

@media (max-width:768px) {
  .foottopl {
    width: 100%;
  }

  .foottopr {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width:550px) {}













footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 78px 0 60px;
}

.layout {
  align-items: flex-start;
}

.quick_links {
  width: 19.6%;
  padding-right: 4%;
}

.quick_links h5 {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.4em;
}

.quick_links ul {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.quick_links li {}

.quick_links li a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2.6;
  letter-spacing: 0px;
  color: #ffffff;
}

.quick_links li a:hover {
  color: #ec7c19;
}

.layout_nav {
  width: 43.7%;
}

.foot_first_nav {
  justify-content: space-between;
}

.foot_first_nav>li {
  flex: 1;
}

.foot_first_nav>li:nth-child(n+10) {
  display: none;
}

.foot_first_nav>li>a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
}

.foot_two_nav {
  margin-top: 1.4em;
}

.foot_two_nav dd {}

.foot_two_nav dd a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
}

.foot_two_nav dd a:hover {
  color: #ec7c19;
}

.layout_contact {
  width: auto;
  margin-left: auto;
  max-width: 32%;

}

.layout_share {}

.layout_share ul {
  display: flex;
  justify-content: flex-end;
}

.layout_share li {
  width: 50px;
  margin-left: 16px;
}

.layout_share li:first-child {
  margin-left: 0;
}

.layout_share li.footkf {
  margin-left: 32px;
}

.layout_share li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(32 / 14 * 1em) auto;
  background-color: #2c3338;
  font-size: 14px;
  border-radius: 50px;
}

.layout_share li:hover a {
  background-color: #ec7c19;
}

.layout_share li.weibo a {
  background-image: url("../images/newimg/weibo.png");
}

.layout_share li.weixin a {
  background-image: url("../images/newimg/wechat.png");
}

.layout_share li.footkf {
  width: auto;
}

.layout_share li.footkf a {
  background-image: url("../images/newimg/kf.png");
  background-position: 1.28em center;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0 0 0 4em;
  white-space: nowrap;
  width: 9.7em;
  background-color: #ec7c19;
  transition: all .3s;
}

.layout_share li.footkf a:hover {
  background-color: #d66300;
}

.layout_contact .contact {
  text-align: right;
  margin-top: 50px;
}

.layout_contact .contact h5 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #959595;
}

.layout_contact .contact .ms {
  font-family: Helvetica;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0.28em;
}

.foot {
  margin-top: 5.6%;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 46px;
}

.foot a {
  color: inherit;
}

.foot a:hover {
  color: #ffffff;
}

.foot_left {
  width: 35%;
}

.ft_index {}

.foot_left .f_xx {
  display: none;
}

.ft_index a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/newimg/home.png");
  background-size: auto 1.4em;
  padding-left: 2.5em;
}

.foot_right {
  width: 64%;
  text-align: right;
}

.f_copyright,
.f_region {
  display: block;
  width: 100%;
}

.ft_seo {
  display: none;
}

@media (max-width: 1670px) {
  footer {
    padding: 4.8% 0 3.75%;
  }

  .quick_links h5 {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .quick_links li a {
    font-size: 16px;
  }

  .foot_first_nav>li>a {
    font-size: 16px;
  }

  .foot_two_nav dd a {
    font-size: 13px;
  }

  .layout_share li {
    width: 42px;
    margin-left: 12px;
  }

  .layout_share li a {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .layout_share li.footkf {
    margin-left: 20px;
    line-height: 42px;
  }

  .layout_share li.footkf a {
    line-height: 42px;
  }

  .layout_contact .contact {
    margin-top: 40px;
  }

  .layout_contact .contact .ms {
    font-size: 30px;
  }

  .foot {
    font-size: 13px;
    line-height: 2;
  }
}

@media (max-width: 1200px) {
  .quick_links h5 {
    margin-bottom: 10px;
  }

  .foot_two_nav {
    margin-top: 10px;
  }

  .foot {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .quick_links {
    display: none;
  }

  .layout_nav {
    display: none;
  }

  .layout_contact {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }

  .layout_contact .contact {
    margin-top: 24px;
    text-align: left;
  }

  .layout_contact .contact .ms {
    margin-top: 0.4em;
    font-size: 24px;
  }

  .layout_share ul {
    justify-content: flex-start;
  }

  .foot {
    flex-flow: column;
    margin-top: 20px;
  }

  .foot_left {
    width: 100%;
  }

  .ft_index {
    display: none;
  }

  .foot_right {
    width: 100%;
    text-align: left;
  }

  .ft_seo {
    display: none;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
}

@media (max-width: 640px) {
  .foot {
    margin-top: 12px;
  }

  .layout_share li a {
    background-size: 20px auto;
  }

  .layout_share li.footkf a {
    padding: 0 0 0 3.6em;
  }

  .layout_contact .contact h5 {
    font-size: 13px;
  }

  .layout_contact .contact .ms {
    font-size: 20px;
  }
}


/*------------内页-------------------*/
















/* 产品内页详情 */
.product_detail {
  padding: 0;
  margin-top: 5vw;
}

.product_detail .img {
  width: 80%;
  height: auto;
  padding: 0;
  border: 1px solid #eee;
}

.product_detail .img img {
  width: 100%;
  height: auto;
}

.product_detail .img-left {
  width: 45%;
  position: relative;
}

.product_detail .img_hd {}

.product_detail .img_hd ul {
  width: 122px !important;
}

.product_detail .img_hd ul li {
  border: solid 1px #eeeeee;
  margin-bottom: 20px;
}

.product_detail .img_hd ul li.on {
  border: solid 1px #ec7b19;
}

.product_detail .img_hd .img_a img {
  width: 100%;
}




.product_detail .list {
  width: 50%;
  float: none;
  display: inline-block;
  margin-top: 0px;
}


.list_p .corange {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  padding: 0;
  background: none;
  border-bottom: none;
}

.list_p {
  border: none;
}

.list_p .pd_short {
  margin-top: 44px;
  padding: 40px 29px;
  background: #fafafa;
  border: solid 1px #eeeeee;
}

.list_p .pd_short p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #777777;
}


.p_detail {
  margin-top: 90px;
}

.product-detail-tabul {
  background: #eeeeee;
}

.product-detail-tabul li {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 74px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background: #ec7b19;
  padding: 0 76px;
}

.product-detail-tabul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/newimg/tran.png) no-repeat center;
  width: 46px;
  height: 32px;
  bottom: -20px;
  left: calc(50% - 23px);

}

.product-detail-contul .contentt p img {
  max-width: 100%;
}

.product-detail-contul .contentt {
  margin-top: 74px;
}

.proinquiry {
  margin-top: 4vw;
}

.proinquiry a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 0 41px;
}

.proinquiry a:nth-child(1) {
  color: #ffffff;
  background: #ec7b19;
  border: solid 1px #ec7b19;
  margin-right: 20px;
}

.proinquiry a:nth-child(2) {
  color: #ec7b19;
  background: #fff;
  border: solid 1px #ec7b19;
}


.prohotline {
  color: #ec7b19;
  font-size: 28px;
  line-height: 1;
  font-family: Arial;
  display: inline-block;
  margin-left: 45px;
}

.prohotline img {
  margin-right: 10px;
}

.prohotline span {
  font-size: 14px;
  line-height: 1;
}

.proshare {
  margin-top: 18px;
  margin-right: 10px;
}

.social-share {
  display: inline-block;
}







.prodetailtable {
  overflow-x: auto;
}

.product-detail-contul table tr:nth-child(2n-1) {}

.product-detail-contul table tr:nth-child(2n) {}

.product-detail-contul table tr:nth-child(1) {
  background: #f58220;

}



.product-detail-contul table tr span {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.product-detail-contul table tr {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.product-detail-contul table td {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.product-detail-contul table tr:nth-child(1) span {
  color: #fff;
  font-weight: bold;
}

.product-detail-contul table tr:nth-child(1) td{
    color: #fff;
  font-weight: bold;
}




.product-detail-contul table tr td:nth-child(1) {}











@media (max-width:1600px) {
  .proinquiry a {
    padding: 0 24px;
  }

  .product_detail .img {
    width: 75%;
  }
}

@media (max-width:1200px) {
  .product_detail .img {
    width: 100%;
  }

  .product_detail .img_hd {
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
  }

  .product_detail .img_hd ul {
    width: 420px !important;
    display: flex;
  }

  .product_detail .img_hd ul li {
    display: inline-block;
    width: 33%;
  }

  .prohotline {
    display: block;
    margin-left: 0;
    margin-top: 25px;
  }

  .product-detail-tabul li {
    font-size: 18px;
    line-height: 56px;
  }

  .proshare {
    margin-top: 10px;
  }
}

@media (max-width:990px) {
  .product_detail .img-left {
    width: 100%;
  }

  .product_detail .list {
    width: 100%;
    margin-top: 50px;
  }

  .proshare {
    display: none;
  }
}

@media (max-width:768px) {}

@media (max-width:550px) {
  .list_p .pd_short {
    margin-top: 35px;
    padding: 25px 29px;
  }

  .list_p .pd_short p {
    font-size: 14px;
    line-height: 30px;
  }

  .product-detail-tabul li {
    font-size: 18px;
    line-height: 45px;
    padding: 0 40px;
  }

  .p_detail {
    margin-top: 60px;
  }

  .list_p .corange {
    font-size: 22px;
  }
}





















/* 解决方案详情 */


.nysoludetail {
  margin-top: 4.5vw;
  margin-bottom: 6vw;
}

.nysoludetaill {
  width: 50%;
}

.nysoludetaill h3 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
}


.nysoludetailcont {
  margin-top: 50px;
}

.nysoludetailcont p img {
  max-width: 100%;
}


.nysoludetailr {
  width: 42%;
}

.nysoludetailr .img-left{
    width:100%;
}


.nysoludetail .img_hd {
  margin-top: 15px;
  overflow-x: auto;
}

.nysoludetail .img_hd ul {
  display: flex;
  justify-content: flex-start;
}

.nysoludetail .img_hd ul li {
  margin-right: 10px;
  border: solid 2px #ec7b1900;
}

.nysoludetail .img_hd ul li.on {
  border: solid 2px #ec7b19;
}






@media (max-width:1600px) {
  .nysoludetail .zoomPad img {
    width: 100%;
  }

  .nysoludetail img.small {
    width: 100%;
  }
}

@media (max-width:1200px) {}

@media (max-width:990px) {
  .nysoludetail .container {
    flex-direction: column-reverse;
  }

  .nysoludetaill {
    width: 100%;
    margin-top: 50px;
  }

  .nysoludetailcont {
    margin-top: 25px;
  }

  .nysoludetailr {
    width: 100%;
  }


}

@media (max-width:768px) {}

@media (max-width:550px) {
  .nysoludetail {
    margin-top: 35px;
  }

  .nysoludetailr .img-left.fl {
    width: 100%;
  }

  .nysoludetaill h3 {
    font-size: 30px;
  }
}















/* 相关产品 */
.relate_list {
  margin-top: 0;
  background: #f5f5f5;
  padding-top: 74px;
  padding-bottom: 73px;
}

.relateproduct h4 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  border: none;
  padding-left: 0;
}

.relateul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 45px;
}

.relateli {
  width: 18.5%;
  margin: 0 0.75%;
}

.relateli a {}

.relateli img {
  width: 100%;
}

.relateli h3 {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #555555;
  background: #e4e4e4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.relateli:hover h3 {
  color: #ec7c19;
}


@media (max-width:1600px) {}

@media (max-width:1200px) {}

@media (max-width:990px) {}

@media (max-width:768px) {
  .relate_list {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .relateproduct h4 {
    font-size: 24px;
  }
  .relateli {
    width: 31%;
    margin: 8px 1% 0 1%;
}
}

@media (max-width:550px) {}