/*stylepbulic*/
#stylesubnav {
  width: 100%;
  background: #F7F7F7;
  padding: 20px 0;
}

#stylesubnav .xq_c {}

#stylesubnav .xq_crumbs {
  background: url(../img/position.svg) no-repeat left 4px;
  line-height: 26px;
  float: left;
  padding-left: 24px;
}

#stylesubnav .xq_crumbs a {
  margin: 0 10px;
}

#stylesubnav .xq_nav {
  float: right;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

#stylesubnav .xq_nav a {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  padding: 0 18px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

#stylesubnav .xq_nav a.on {
  background: #ca0d00;
  color: #FFF;
}

#stylesubnav .xq_nav a.on .san {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #21A7EE;
  display: block;
}

/*sub_title*/
.sub_title {
  text-align: center;
  position: relative;
}

.sub_title .s_t {
  margin: 0;
  font-size: 36px;
  color: #313131;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}

.sub_title .s_t span {
  font-weight: bold;
  color: #53b753;
}

.sub_title i {
  display: block;
  width: 41px;
  height: 4px;
  background: #1C5BC0;
  margin: 19px auto 0;
}

.sub_title p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 6px;
}

.g-fd {
  overflow: hidden;
}

.g-fd .title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 49px;
}

.g-fd .title span {
  background-color: #c40001;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 15px;
  margin-left: 32px;
  display: inline-block;
}

.g-fd .box {
  overflow: hidden;
}

.g-fd .item {
  width: 50%;
  float: left;
  margin-bottom: 34px;
}

.g-fd .item .tit {
  font-weight: bold;
  color: #9c9c9c;
  padding-left: 38px;
  margin-bottom: 15px;
  font-size: 16px;
  background: url(../images/pic8.jpg) no-repeat left center;
}

.g-fd .item .desc {
  font-size: 14px;
  color: #979797;
  line-height: 1.8;
  height: 3.6em;
}

.g-fd.ss {
  padding-top: 3vw;
}

.g-fd.ss .item .desc {
  color: #999;
}

.g-fd.ss .item .tit {
  padding-left: 0;
  background: none;
  color: #333;
}

#px_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#px_banner img,
.ban img {
  display: block;
  width: 100%;
  height: 100%;
}

.main,
#main {
  overflow: hidden;
}

.cur,
.cur a {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 20px;
}

.cur {
  padding: 18px;
  background: url(../images/cur.png) no-repeat left center;
  background-size: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.cur a:hover {
  color: #AF7C2C;
}

.m-text1 {
  padding: 20px 0;
}

.m-text1 .sub_title {
  height: 70px;
  line-height: 70px;
  position: relative;
  margin: 0 0 25px 0;
  font-size: 26px;
  font-weight: bold;
  color: #323f48;
  text-align: center;
}

.m-text1 .sub_title:after {
  content: '';
  width: 53px;
  height: 3px;
  background: #b28d05;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -3px;
}

.m-text1 .companyInfo {
  line-height: 2;
  font-size: 15px;
  margin-top: 8px;
}

.m-text1 img {
  display: block;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 1300px) {
  .sub_title .s_t {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
  }

  .sub_title {
    margin-bottom: 10px;
  }

  .sub_title i {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .g-fd .item {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }

  .g-fd.ss .item .desc {
    height: auto;
  }
}

/**rongyu**/
.ul-tabx1 {
  font-size: 0;
  background-color: #eee;
  height: 50px;
  margin-top: 15px;
}

.ul-tabx1 li a {
  font-size: 16px;
  position: relative;
  width: 222px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  display: block;
  background-color: #1C5BC0;
  color: #fff;
}

.ul-tabx1 li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #1c98d6;
}

.ul-tabx1 li:last-child a::after,
.ul-tabx1.fixed li a::after {
  display: none;
}


/**news**/
.news_list {}

.news_list .news_ul {
  padding: 35px 0;
  border-bottom: 1px solid #dbdbdb;
}

.news_list .news_ul .img {
  width: 200px;
  height: 135px;
  float: left;
  margin-top: 4px;
  border: 1px solid #dbdbdb;
  position: relative;
}

.news_list .news_ul .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.news_list .news_ul .news_txt {
  width: calc(100% - 340px);
  float: left;
  margin-left: 32px;
}

.news_list .news_ul .news_txt p {
  margin-bottom: 0;
}

.news_list .news_ul .news_txt .news_title {
  font-size: 22px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .news_ul .news_txt .news_info {
  line-height: 25px;
  padding-top: 5px;
  color: #888;
}

.news_list .news_ul .news_date {
  width: 80px;
  float: right;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-top: 32px;
  color: #999;
  padding: 8px 10px;
}

.news_list .news_ul .news_date span {
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.news_list .news_ul .news_date p {
  line-height: 25px;
  height: 25px;
}

/*newscow*/
.newscow {}

.newscow .newscow_left {
  width: 71%;
  float: left;
}

.newscow .newscow_left .h1 {
  line-height: 30px;
  font-size: 24px;
  margin-top: 0;
}

.newscow .newscow_left .pubinfo {
  line-height: 26px;
  padding-bottom: 10px;
  color: #626262;
  font-weight: normal;
  padding-top: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

.newscow .newscow_left .pubinfo span {
  padding-right: 10px;
  white-space: nowrap;
}

.newscow .newscow_left .newscount {
  line-height: 30px;
  font-size: 15px;
  color: #626262;
}

.newscow .newscow_left .newscount h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30px;
}

.newscow .newscow_left .newscount h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 30px;
}

.newscow .newscow_left .newscount p {
  line-height: 30px;
  padding-top: 8px;
  font-size: 16px;
  color: #626262;
}

.newscow .newscow_left .newscount img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.newscow .newscow_left .newscount table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  width: 100% !important;
}

.newscow .newscow_left .newscount table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/****/
.contact {
  color: #666;
}

.contact .txt_p {
  width: 50%;
  margin-bottom: 30px;
  float: left;
}

.contact .txt_p em {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .contact .txt_p em {
    width: 40px;
    height: 40px;
  }

  .contact .txt_add em {
    width: 40px !important;
    height: 40px !important;
  }

  .contact .txt_p em.manicon {
    background-size: 20px !important;
    margin-right: 15px;
  }

  .contact .txt_p em.emailicon {
    background-size: 20px !important;
    margin-right: 15px;
  }

  .contact .txt_add em.addicon {
    background-size: 20px !important;
    margin-right: 15px;
  }

  .contact .txt_p {
    margin-bottom: 25px !important;
  }

  .contact .txt_p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .contact .txt_add {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .contact .txt_p .pp p {
    line-height: normal !important;
  }

  .contact .txt_add .pp p {
    line-height: normal !important;
  }
}

.contact .txt_p em.manicon {
  background: url(../img/con1.svg) no-repeat center center #F8F9FA;
}

.contact .txt_p em.telicon {
  background: url(../images/telicon.png) no-repeat center center #F8F9FA;
}

.contact .txt_p em.phoneicon {
  background: url(../images/phoneicon.png) no-repeat center center #F8F9FA;
}

.contact .txt_p em.faxicon {
  background: url(../images/faxicon.png) no-repeat center center #F8F9FA;
}

.contact .txt_p em.emailicon {
  background: url(../img/con2.svg) no-repeat center center #F8F9FA;
}

.contact .txt_p em.dhicon {
  background: url(../images/400icon.png) no-repeat center center #F8F9FA;
}

.contact .txt_p .pp {
  float: left;
  margin-left: 15px;
}

.contact .txt_p .pp p {
  line-height: 50px;
  margin-bottom: 0;
}

.contact .txt_add {
  width: 100%;
}

.contact .txt_add em {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.contact .txt_add em.addicon {
  background: url(../img/con3.svg) no-repeat center center #F8F9FA;
}

.contact .txt_add .pp {
  float: left;
  margin-left: 15px;
}

.contact .txt_add .pp p {
  line-height: 50px;
}

.contact_feedback {
  width: 100%;
  background: url(../images/contactfeedbackbg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 30px;
}

.contact_feedback .contact_fcontent {
  padding-top: 1px;
}

.contact_feedback .contact_fcontent .c_title {
  margin-top: 30px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}

.contact_feedback .contact_fcontent .c_title p {
  margin-bottom: 23px;
  font-size: 24px;
  position: relative;
}

.contact_feedback .contact_fcontent .c_title p:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 38px;
  height: 1px;
  margin-left: -19px;
  background: #FFF;
}

.contact_feedback .contact_fcontent .c_title span {
  display: inline-block;
  line-height: 2.1;
  font-size: 16px;
  color: #fff;
}

.contact_feedback .c_form {
  margin-top: 26px;
  text-align: center;
}

.contact_feedback .c_form1 {}

.contact_feedback .c_form1 input {
  margin: 0;
  width: 100%;
  height: 49px;
  border: 1px solid #afafb1;
  margin-top: 22px;
  padding: 0 15px;
  color: #fff;
  outline: none;
  background: none;
}

.contact_feedback .c_form1 input:first-child {
  margin-top: 0;
}

.contact_feedback .c_form2 {}

.contact_feedback .c_form2 textarea {
  width: 100%;
  height: 191px;
  border: 1px solid #afafb1;
  padding: 15px;
  color: #fff;
  float: right;
  background: none;
  outline: none;
  resize: none;
}

.contact_feedback .btn {
  background: #1C5BC0;
  color: #fff;
  border-radius: 5px;
  padding: 0 25px;
  height: 49px;
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
  outline: none;
  width: 100%;
}

.contact_feedback .c_form1 input::placeholder,
.contact_feedback .c_form2 textarea::placeholder {
  color: #fff;
}

#contactmap {
  height: 500px;
}

#container1 {
  height: 100%;
}

.pi_content iframe {
  display: block;
  width: 800px;
  height: 450px;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .ul-tabx1.fixed {
    top: 165px;
  }
}


@media only screen and (max-width: 960px) {

  .m-text1 {
    padding-top: 0;
  }

  #contactmap {
    height: 300px;
  }

  .pi_content iframe {
    width: 100%;
    height: 300px;
  }

  .slick1 .item {
    width: 50%;
  }

  .ul-tabx1 li a {
    width: 100px;
  }

  .ul-tabx1.fixed {
    top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  #video iframe {
    height: 200px;
  }


}

@media only screen and (max-width: 450px) {

  .slick1 .item {
    width: auto;
    float: none;
  }

  #video iframe {
    height: 180px;
  }

  .m-text1 .sub_title {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
  }

  ::-webkit-scrollbar {
    display：none;
  }
}

p {
  margin: 0;
}

/*crumbs*/
.g-contant {
  font-weight: bold;
}

.wrap {
  padding: 60px 0;
}

@media (max-width: 750px) {
  .wrap {
    padding: 40px 0;
  }
}

.wrap .sub_title {
  height: 70px;
  line-height: 70px;
  position: relative;
  margin: 0 0 25px 0;
  font-size: 26px;
  font-weight: bold;
  color: #323f48;
  text-align: center;
}

.wrap .sub_title:after {
  content: '';
  width: 53px;
  height: 3px;
  background: #1C5BC0;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -3px;
}

/*companyInfo*/
.companyInfo {
  line-height: 2;
  font-size: 15px;
  margin-top: 8px;
}

/*.companyInfo img,.companyInfo p img{max-width:100%;height:100%;display:block;margin:0 auto;margin-top:8px;}*/
.companyInfo h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30px;
}

.companyInfo h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 30px;
}

.companyInfo table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 auto;
  width: 100% !important;
}

.companyInfo td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
}

.companyInfo th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
  font-size: 18px;
}

/*singleinfo*/
.singleinfo {
  margin-top: 20px;
}

.singleinfo_c {}

.singleinfo_c p {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 0;
}

.singleinfo_c img,
.companyInfo p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.singleinfo_c h2 {
  margin: 10px 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.singleinfo_c h3 {
  margin: 10px 0 !important;
  font-size: 17px !important;
  font-weight: bold !important;
}

.singleinfo_c table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.singleinfo_c td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
}

.singleinfo_c th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
  font-size: 18px;
}

/*newslist*/
.news_list {}

.news_list .news_ul {
  padding: 35px 0;
  border-bottom: 1px solid #dbdbdb;
}

.news_list .news_ul .img {
  width: 268px;
  height: 135px;
  float: left;
  margin-top: 4px;
  border: 1px solid #dbdbdb;
  position: relative;
  overflow: hidden;
}

.news_list .news_ul .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.36s;
}

.news_ul:hover .img img {
  transform: scale(1.05);
  transition: all 0.36s;
}

.news_list .news_ul .news_txt {
  width: calc(100% - 460px);
  float: left;
  margin-left: 32px;
}

.news_list .news_ul .news_txt p {
  margin-bottom: 0;
}

.news_list .news_ul .news_txt .news_title {
  font-size: 22px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_title a {
  transition: all 0.36s;
}

.news_ul:hover .news_title a {
  color: #2AAE67;
  transition: all 0.36s;
}

.news_list .news_ul .news_txt .news_info {
  line-height: 1.75;
  padding-top: 5px;
  color: #888;
  text-align: justify;
}

.news_list .news_ul .news_date {
  width: 80px;
  float: right;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-top: 32px;
  color: #999;
  padding: 8px 10px;
}

.news_list .news_ul .news_date span {
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.news_list .news_ul .news_date p {
  line-height: 25px;
  height: 25px;
}

/*newscow*/
.newscow {}

.newscow .newscow_left {
  width: 71%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}

.newscow .newscow_left .h1 {
  line-height: 30px;
  font-size: 24px;
  margin-top: 0;
}

.newscow .newscow_left .pubinfo {
  line-height: 26px;
  padding-bottom: 10px;
  color: #626262;
  font-weight: normal;
  padding-top: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

.newscow .newscow_left .pubinfo span {
  padding-right: 10px;
  white-space: nowrap;
}

.newscow .newscow_left .newscount {
  line-height: 30px;
  font-size: 15px;
  color: #626262;
}

.newscow .newscow_left .newscount h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30px;
}

.newscow .newscow_left .newscount h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 30px;
}

.newscow .newscow_left .newscount p {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 14px;
  font-size: 14px;
  color: #626262;
  text-align: justify;
}

.newscow .newscow_left .newscount img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.newscow .newscow_left .newscount table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  width: 100% !important;
}

.newscow .newscow_left .newscount table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/*proclass*/
/*product*/
.product_wrap_img {
  margin-top: 20px;
  background: #E2E2E2;
}

.product_wrap_img .pwi_left {
  width: 33%;
  float: left;
  background: #FFF
}

.product_wrap_img .pwi_left .pwi_left_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.product_wrap_img .pwi_left .pwi_left_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  object-fit: contain;
  border: 1px solid #eeeeee;
}

.product_wrap_img .pwi_right {
  width: 63%;
  float: right;
  padding-right: 65px;
}

.product_wrap_img .pwi_right .pwi_right_txt {
  width: 100%;
  padding-bottom: 42%;
  position: relative;
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt {


  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1 {
  margin: 0;
  font-size: 25px;
  line-height: 54px;
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #656565;
  text-align: justify;
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt .biaot {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #1E1E1E;
  padding: 18px 0;
  text-align: justify;
}

.row .ul-prod2 li {
  width: 10%;
}

.ul-prod3 {
  overflow: hidden;
  margin-top: 10px;
}

.ul-prod3 a {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background: #1C5BC0;
  padding: 0 15px;
  margin-right: 20px;
}

.proinfo .box {
  width: 72%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

/*product*/
.product_class {
  font-size: 0;
  margin-top: 25px;
  width: 100%;
  display: table;
  background: #eeeeee;
}

.product_class .pc_li {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  padding: 0 50px;
  text-align: center;
  position: relative;
  font-size: 14px;
  background: #eeeeee;
  border-right: 1px solid #FFF;
}

.product_class .pc_li:hover a {
  display: block;
}

.product_class .pc_li:hover,
.product_class .pc_li.on {
  background: #2AAE67;
}

.product_class .pc_li:hover a,
.product_class .pc_li.on a {
  color: #fff;
}

.product_class .pc_li.on::after {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  background: url(../images/jiantou.png) no-repeat;
}


.product_class .pc_li:hover>span>i {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product_class .pc_ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 2;
  background: rgba(248, 24, 0, 0.8);
  min-width: 100%;
  display: none;
}

.product_class .pc_ul>ul {
  margin: 0;
}

.product_class .pc_ul>ul>li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #E8E8E8;
}

.product_class .pc_ul>ul>li:last-child {
  border-bottom: none;
}

.product_class .pc_ul>ul>li>a {
  color: #FFF;
  padding: 0 10px;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.product_class .pc_ul>ul>li:hover {
  background: rgba(248, 24, 0, 1);
}

.mproduct_class {
  width: 100%;
  position: relative;
  display: none;
}

.mproduct_class .pl_ul {
  width: 100%;
  height: 40px;
  position: relative;
  background: #e6e6e6;
  padding: 0 15px;
}

.mproduct_class .pl_ul span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #000;
}

.mproduct_class .pl_ul i {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(navarrow.png) no-repeat center center;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.mproduct_class .pl_ul.on i {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mproduct_class .ul_li {
  text-align: left;
  font-size: 0;
  -webkit-text-size-adjust: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
}

.mproduct_class .ul_li .m_li {
  width: 100%;
  display: inline-block;
  background: #1e5dac;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.mproduct_class .ul_li .m_li>span {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-indent: 15px;
}

.mproduct_class .ul_li .m_li>span>a {
  float: left;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #FFF;
}

.mproduct_class .ul_li .m_li>span>i {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background: url(mclassicon.png) no-repeat center center;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.mproduct_class .ul_li .m_li.on {
  background: #537db5;
}

.mproduct_class .ul_li .m_li.on>span>i {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mproduct_class .ul_li .m_ul {
  background: #537db5;
  width: 100%;
  display: none;
}

.mproduct_class .ul_li .m_ul>ul {
  margin: 0;
}

.mproduct_class .ul_li .m_ul>ul>li {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  text-indent: 30px;
}

.mproduct_class .ul_li .m_ul>ul>li:last-child {
  border-bottom: none;
}

.mproduct_class .ul_li .m_ul>ul>li>a {
  color: #FFF;
  padding: 0 10px;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.product_wrap_li {
  position: relative;
}

.product_wrap_li li {
  background: #FFF;
  margin-top: 20px;
  width: 23.8%;
  float: left;
  margin-left: 1.6%;
}

.product_wrap_li li:nth-child(4n+1) {
  margin-left: 0;
}

.product_wrap_li li .p_img {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
  border: 2px solid #efefef;
}

.product_wrap_li ul li:hover .p_img img {
    transform: scale(1.08);
    transition: all 0.36s;
}

.product_wrap_li ul li:hover p a {
    color: #2AAE67;
    transition: all 0.36s;
}

.product_wrap_li li .p_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 1s all;
  -webkit-transition: 1s all;
}

.product_wrap_li li p {
  margin: 0;
  line-height: 43px;
  color: #666;
  text-align: center;
  background: #F1F1F1;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_wrap_li li p a {
  color: #666;
  transition: all 0.36s;
}

/*product_list*/
.product_list {
  position: relative;
}

.product_list li {
  margin-top: 5px;
  width: 25%;
  float: left;
  padding: 8px;
  cursor: pointer;
}

.product_list li:hover .p_img img {
    transform: scale(1.05);
    transition: all 0.36s;
}

.product_list li:hover p {
    color: #2AAE67;
    transition: all 0.36s;
}

.product_list li .p_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  border: 2px solid #efefef;
}

.product_list li .p_img img {
  transition: all 0.36s;
}

.product_list li .p_img.video {
  position: relative;
}

.product_list li .p_img.video i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) url(../images/video.png) no-repeat center center;
  z-index: 3;
}

.product_list li .p_img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}

.product_list.sty li .p_img img {
  object-fit: contain;
}

.product_list li .p_img .videoicon {
  background: url(videoicon.png) no-repeat center center rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  background-size: 60px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.product_list li p {
  margin: 0;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_list li p.bg {
  background-color: #eee;
  line-height: 45px;
  padding: 0;
  transition: all 0.36s;
}

.product_list li .txt {
  background: #F1F1F1;
  padding: 10px;
}

.product_list li p a {
  color: #666;
}

.product_list li .tit {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2px;
}

.product_list li .desc {
  text-align: center;
  font-size: 12px;
  height: 35px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*productshow*/
.productshow {}

.productshow .productshow_left {
  width: 71%;
  float: left;
}

.productshow .productshow_left .pro_title {
  color: #333;
  font-size: 20px;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.productshow .productshow_left .pro_info {
  color: #333;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

.productshow .productshow_left .pro_img {
  max-width: 600px;
  height: auto;
  margin: 15px auto 25px;
}

.productshow .productshow_left .pro_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.productshow .productshow_left .productshow_ul {
  margin-top: 20px;
  background: #E5E5E5;
}

.productshow .productshow_left .productshow_ul li {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 15px;
  color: #444;
  cursor: pointer;
}

.productshow .productshow_left .productshow_ul li.hover {
  background: #1C5BC0;
  color: #FFF;
}

.productshow .productshow_left .pro_txt {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

.productshow .productshow_left .pro_txt h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30px;
}

.productshow .productshow_left .pro_txt h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 30px;
}

.productshow .productshow_left .pro_txt p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 8px;
}

.productshow .productshow_left .pro_txt img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.productshow .productshow_left .pro_txt table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  width: 100% !important;
}

.productshow .productshow_left .pro_txt table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.productshow .productshow_left .pro_txt iframe {
  width: 100%;
  height: 600px;
}

.productshow .productshow_left .pro_contact {
  margin-top: 20px;
}

.productshow .productshow_left .pro_contact .h1 {
  height: 40px;
  line-height: 40px;
  color: #ff9c00;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: #E1E1E1;
  text-indent: 20px;
}

.productshow .productshow_left .pro_contact .h1:after {
  content: '';
  width: 3px;
  height: 20px;
  background: #d30037;
  position: absolute;
  left: 5px;
  top: 10px;
}

.productshow .productshow_left .pro_contact p {
  line-height: 2;
  margin: 15px 0;
  font-size: 16px;
}

.productshow .productshow_left .pro_contact img,
.productshow .productshow_left .pro_contact p img {
  max-width: 840px;
  display: block;
  margin: 0 auto;
}

.productshow .productshow_left .pro_form {
  margin-top: 20px;
}

.productshow .productshow_left .pro_form p {
  line-height: 2;
  margin: 15px 0;
  font-size: 16px;
}

.productshow .productshow_left .pro_form table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.productshow .productshow_left .pro_form td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
}

.productshow .productshow_left .pro_form th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 7px 8px;
  font-size: 18px;
}

/*proinfo*/
.proinfo {
  padding: 20px 0;
  overflow: hidden;
}

.pi_top {
  overflow: hidden;
}

.pi_top .pi_top_left {
  width: 36%;
  float: left;
}

.pi_top .pi_top_left .pil_img {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
}

.pi_top .pi_top_left .pil_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: contain;
  border: 1px solid #DBDBDB;
}

.pi_top .pi_top_right {
  overflow: hidden;
  padding-top: 20px;
  padding-left: 50px;
}

.pi_top .pi_top_right h1 {
  margin: 0;
  font-size: 26px;
  height: auto;
  line-height: 40px;
  color: #333;
}

.pi_top .pi_top_right em {
  display: inline-block;
  color: #777;
  height: 30px;
  line-height: 30px;
  font-style: normal;
}

.pi_top .pi_top_right i {
  display: block;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  margin: 10px 0;
}

.pi_top .pi_top_right .pi_jianjie {}

.pi_top .pi_top_right .pi_jianjie p {
  margin: 0;
  color: #666;
  line-height: 30px;
}

.pi_top .pi_top_right .pi_btn {
  padding-top: 20px;
  text-align: left;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.pi_top .pi_top_right .pi_btn span {
  display: inline-block;
  background: #0C53AD;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  padding: 0 15px;
  font-size: 18px;
  margin-left: 20px;
  border-radius: 3px;
}

.pi_top .pi_top_right .pi_btn span a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
}

.pi_top .pi_top_right .pi_btn span:first-child {
  margin-left: 0;
}

.pi_top .pi_top_right .pi_btn span:last-child {
  background: #ff9c00;
}

.pi_center {
  margin-top: 20px;
}

.pi_center .pi_left {
  width: 100%;
  float: left;
}

.pi_nav {
  overflow: hidden;
}

.pi_nav li {
  float: left;
  cursor: pointer;
}

.pi_nav {
  font-size: 0;
  -webkit-text-size-adjust: none;
  background: #DDD;
  margin-top: 20px;
}

.pi_nav span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  width: 120px;
  font-size: 14px;
  text-align: center;
  background-color: #0C53AD;
}

.gtable iframe {
  display: block;
  width: 600px;
  height: 450px;
  margin: 30px auto;
}

.pi_nav .on span {
  background: #00AEB7;
}

.pi_content {
  padding: 20px 0 30px;
}

.pi_content .pro_txt {
  font-size: 15px;
  line-height: 30px;
}

.pi_content .pro_txt p {
  font-size: 15px;
  line-height: 30px;
}

.pi_content .pro_txt h2 {
  margin: 0;
  font-size: 20px !important;
  padding: 10px 0;
  font-weight: bold;
  line-height: 30px !important;
}

.pi_content .pro_txt h3 {
  margin: 0;
  font-size: 18px !important;
  margin: 8px 0;
  font-weight: bold;
  line-height: 28px !important;
}

.pi_content .pro_txt h4 {
  margin: 0;
  font-size: 16px !important;
  margin: 6px 0;
  font-weight: bold;
  line-height: 26px !important;
}

.pi_content .pro_txt img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pi_content .pro_txt table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  width: 100% !important;
}

.pi_content .pro_txt table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 7px 0;
}

.pi_content .pro_txt table td p {
  line-height: 1.5 !important;
  font-size: 15px !important;
}

.pi_content .pro_txt .p_iframe .p_ifr {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.pi_content .pro_txt .p_iframe .p_ifr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}





.news_94 {
  padding: 30px 0;
}

.news_94 .nl_content {
  margin-top: 20px;
}

.news_94 .nl_li {
  margin-top: 5px;
  padding: 20px 0 15px;
  border-bottom: 1px dashed #E2E2E2;
  float: left;
  width: 48%;
  margin-left: 4%;
}

.news_94 .nl_li:nth-child(odd) {
  margin-left: 0;
}

.news_94 .nl_li .nl_date {
  width: 110px;
  height: 34px;
  line-height: 34px;
  font-size: 32px;
  font-weight: bold;
  color: #1C5BC0;
  position: absolute;
  left: 0;
  top: 0;
}

.news_94 .nl_li .nl_txt {
  padding-left: 138px;
  position: relative;
}

.news_94 .nl_li .nl_txt:before {
  content: '';
  width: 1px;
  height: 80px;
  position: absolute;
  left: 110px;
  top: 0;
  background: #e2e2e2;
}

.news_94 .nl_li .nl_txt p {
  margin: 0;
  color: #666;
}

.news_94 .nl_li .nl_txt p a {
  color: #252525;
}

.news_94 .nl_li .nl_txt p:nth-child(2) {
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_94 .nl_li .nl_txt p:last-child {
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}





.pipb_title {
  text-align: center;
}

.pipb_title h2 {
  margin: 0;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  color: #313131;
}

.pipb_title p {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 26px;
  height: 26px;
}

.pi_rylc {
  background: #f6f7f7;
  margin-top: 30px;
  padding: 30px 0;
  background-size: cover;
}

.pi_rylc .rylc {}

.pi_rylc .rylc .rylc_li {
  width: 23.8%;
  margin-left: 1.6%;
  float: left;
  position: relative;
  padding: 40px 20px 15px;
  margin-top: 40px;
  border: 1px solid #1C5BC0;
}

.pi_rylc .rylc .rylc_li:nth-child(4n+1) {
  margin-left: 0;
}

.pi_rylc .rylc .rylc_li i {
  width: 60px;
  height: 60px;
  background: #1C5BC0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  display: block;
  font-style: normal;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

.pi_rylc .rylc .rylc_li p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: center;
  min-height: 56px;
}

.pi_rylc p {
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.pi_blhx {
  padding: 30px 0 50px;
}

.pi_blhx .pi_ul {}

.pi_blhx .pi_li {
  width: 23.8%;
  float: left;
  margin-left: 1.6%;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #CCC;
}

.pi_blhx .pi_li:first-child {
  margin-left: 0;
}

.pi_blhx .pi_li i {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin: 0 auto;
}

.pi_blhx .pi_li i.icon1 {
  background: url(hxicon1.jpg) no-repeat center center #31AEDE;
}

.pi_blhx .pi_li .pl_txt {
  width: 100%;
  text-align: center;
}

.pi_blhx .pi_li .pl_txt p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #5A5A5A;
  margin-top: 8px;
}

.pi_blhx .pi_li .pl_txt p:first-child {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #FE7900;
}

/*taglable*/
.taglable {}

.taglable .taglable_right {
  width: 71%;
  float: left;
}

.taglable .taglable_right li {
  font-size: 16px;
  line-height: 40px;
  background: url(../images/tst_113.jpg) no-repeat left center;
  text-indent: 10px;
  border-bottom: 1px dashed #CCC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.taglable .taglable_right1 {
  width: 71%;
  float: left;
}

.taglable .taglable_right1 a {
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  margin-bottom: 15px;
  border: 1px solid #EEE;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}

/*map*/
.webmap {
  width: 840px;
  float: right;
  margin-top: 25px;
}

.webmap p {}

.webmap p a {
  white-space: nowrap;
  padding: 8px 15px;
  background: #F5F5F5;
  margin-bottom: 15px;
  display: inline-block;
}

/*公用分页*/
.fanye {
  list-style: none;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #c2a9a4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.fanye ul li {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanye ul li a {
  color: #333;
}

/*公用相关推荐*/
.news_tags {
  color: #1C5BC0;
  margin: 15px 0;
  font-size: 16px;
  border-top: 1px solid #CCC;
  padding-top: 20px;
}

.xgtj {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.xgtj_bt {
  width: 100%;
  height: 35px;
}

.sgtj_bt_cn {
  width: 100px;
  height: 35px;
  background: #1C5BC0;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  display: block
}

.xgtj_nr {
  padding-top: 5px;
  padding-bottom: 50px
}

.xgtj_nr ul li {
  width: 48%;
  line-height: 2.3;
  background: url(../images/tst_113.jpg) no-repeat 1px center;
  border-bottom: 1px dashed #d8d8d8;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 8px;
}

.xgtj_nr ul li:nth-child(2n) {
  float: right;
}

/*公用右侧*/
.newscow_right {
  width: 25%;
  float: right;
}

.newscow_right .news_product {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

.newscow_right .news_product .np_title {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 12px;
  padding: 10px 0;
  border-bottom: 2px solid #2a2a2a;
}

.newscow_right .news_product .np_title span {
  font-size: 22px;
  line-height: 32px;
}

.newscow_right .news_product .bd {
  overflow: hidden;
  zoom: 1;
  margin-top: 30px;
}

.newscow_right .news_product .bd ul li {}

.newscow_right .news_product .bd ul li .r_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border: 1px solid #ccc;
}

.newscow_right .news_product .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newscow_right .news_product .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newscow_right .news_product .bd ul li .title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.newscow_right .news_product .bd ul li .title a {
  color: #666
}

.newscow_right .news_nlist {
  padding-bottom: 5px;
  overflow: hidden
}

.newscow_right .news_nlist ul {
  padding-top: 5px
}

.newscow_right .news_nlist ul li {
  line-height: 36px;
  text-indent: 0.3cm;
  margin: 0 auto;
  border-bottom: 1px dashed #d5d5d5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width:1230px) {
  .news_list .news_ul .news_txt {
    width: calc(100% - 320px);
    margin-left: 20px;
  }

  .news_list .news_ul .news_txt .news_info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .newscow_right .news_product .bd ul li {
    width: 33.333%;
    padding: 0 10px;
    float: left;
  }

  .pi_top .pi_top_right em {
    font-size: 13px;
  }

  .product_wrap_img .pwi_right .pwi_right_txt .pr_txt p {
    padding-bottom: 0;
  }

  .pi_top .pi_top_right {
    padding-top: 15px;
  }

  .newscow .newscow_left {
    width: auto;
    float: none;
  }
}

@media screen and (max-width:991px) {
  .news_list .news_ul .news_txt {
    width: calc(100% - 220px);
    margin-left: 20px;
  }

  .newscow .newscow_left {
    width: 100%;
    float: none;
  }

  .newscow_right {
    width: 100%;
    float: none;
  }

  .newscow_right .news_product .bd ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
  }

  .newscow_right .news_product .bd ul li:first-child {
    margin-left: 0;
  }

  .newscow_right .news_nlist ul li {
    width: 48%;
    margin-left: 4%;
    float: left;
  }

  .newscow_right .news_nlist ul li:nth-child(odd) {
    margin-left: 0;
  }

  .product_wrap_li li {
    width: 32%;
  }

  .product_wrap_li li:nth-child(4n+1) {
    margin-left: 1.6%;
  }

  .product_wrap_li li:nth-child(3n+1) {
    margin-left: 0;
  }

  .product_list li {
    width: 32%;
  }

  .productshow .productshow_left {
    width: 100%;
    float: none;
  }

  .taglable .taglable_right1 {
    width: 100%;
    float: none;
  }

  .taglable .taglable_right {
    width: 100%;
    float: none;
  }

  .product_wrap_img .pwi_left {
    width: auto;
    float: none;
    overflow: hidden;
  }

  .product_wrap_img .pwi_right {
    width: auto;
    float: none;
    position: static;
    height: auto;
    padding: 20px 15px;
  }

  .product_wrap_img .pwi_right .pwi_right_txt {
    padding-bottom: 0;
  }

  .product_wrap_img .pwi_right .pwi_right_txt .pr_txt {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .product_wrap_img .pwi_right .pwi_right_txt {
    padding-bottom: 0;
  }

  .product_li {
    width: calc(100% - 260px);
  }

  .proinfo .box,
  .newscow_right {
    width: auto;
    float: none;
  }

  .product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1 {
    line-height: 50px;
    font-size: 20px;
  }

  .product_wrap_img .pwi_right .pwi_right_txt .pr_txt p {
    font-size: 12px;
    line-height: 1.75;
  }

  .product_li {
    width: 100%;
  }

  .pi_top .pi_top_left {
    width: 100%;
  }

  .pi_top .pi_top_right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

}

@media screen and (max-width:767px) {
  .contact_feedback .c_form2 {
    margin-top: 22px;
  }

  .product_wrap_li li {
    width: 48%;
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(4n+1) {
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(3n+1) {
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(odd) {
    margin-left: 0;
  }

  .product_list li {
    width: 50%;
  }

  .product_wrap_img .pwi_left {
    width: 100%;
  }

  .product_wrap_img .pwi_right {
    width: 100%;
  }

  .product_wrap_img .pwi_right .pwi_right_txt {
    position: relative;
    padding-bottom: 0;
  }

  .product_wrap_img .pwi_right .pwi_right_txt .pr_txt {
    position: relative;
    transform: translateY(0);
    text-align: justify;
  }

  .news_94 .nl_li {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .newscow_right .news_product .bd ul li {
    width: auto;
    float: none;
  }
}

@media screen and (max-width:667px) {
  .news_list .news_ul {
    padding: 18px 0;
  }

  .news_list .news_ul .img {
    width: auto;
    float: none;
    margin-bottom: 10px;
    height: auto;
    min-height: 100px;
  }

  .news_list .news_ul .news_txt {
    width: calc(100% - 160px);
    margin-left: 20px;
  }

  .news_list .news_ul .news_txt .news_info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .contact .txt_p {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .contact .txt_p .pp {
    width: calc(100% - 60px);
    margin-left: 0;
    float: right;
  }

  .contact .txt_add .pp {
    width: calc(100% - 60px);
    margin-left: 0;
    float: right;
  }

  .product_wrap_li li {
    width: 48%;
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(4n+1) {
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(3n+1) {
    margin-left: 4%;
  }

  .product_wrap_li li:nth-child(odd) {
    margin-left: 0;
  }

  .product_list li {
    width: 50%;
  }
}

@media screen and (max-width:499px) {
  .news_list .news_ul {
    padding: 18px 0;
  }

  .news_list .news_ul .news_txt {
    width: calc(100% - 75px);
    margin-left: 0;
  }

  .news_list .news_ul .news_txt .news_title {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
  }

  .news_list .news_ul .news_txt .news_info {
    font-size: 12px;
    line-height: 18px;
  }

  .news_list .news_ul .news_date {
    padding: 8px 0px;
    margin-top: 0;
    width: 65px;
  }

  .news_list .news_ul .news_date span {
    font-size: 22px;
    line-height: 22px;
  }

  .newscow_right .news_product .bd ul li {
    width: 100%;
    margin-left: 0;
  }

  .newscow_right .news_nlist ul li {
    width: 100%;
    margin-left: 0;
  }

  .product_wrap_li li {
    width: 100%;
    margin-left: 0;
  }

  .product_wrap_li li:nth-child(4n+1) {
    margin-left: 0%;
  }

  .product_wrap_li li:nth-child(3n+1) {
    margin-left: 0%;
  }

  .product_list li {
    width: 100%;
  }

  .xgtj_nr ul li {
    width: 100%;
  }

  .product_li li {
    width: 100%;
    margin-left: 0;
  }

  .product_li li:nth-child(3n+1) {
    margin-left: 0;
  }

  .pi_top .pi_top_right h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .pi_top .pi_top_right .pi_btn {
    text-align: center;
  }

  .pi_top .pi_top_right .pi_btn span {
    width: 100%;
  }

  .pi_top .pi_top_right .pi_btn span:last-child {
    clear: left;
    display: block;
    margin: 10px 0 0;
  }

  .pi_top .pi_top_right .liucheng_btn {
    margin-top: 0;
  }

  .pi_top .pi_top_right .liucheng_btn span {
    width: 100%;
    text-align: center;
  }

  .pi_top .pi_top_right .liucheng_btn span:last-child {
    display: none;
  }

  .news_94 .nl_content {
    margin-top: 0;
  }

  .news_94 .nl_li {
    padding: 15px 0 9px;
  }

  .news_94 .nl_li .nl_txt {
    padding-left: 76px;
  }

  .news_94 .nl_li .nl_txt:before {
    left: 66px;
  }

  .news_94 .nl_li .nl_date {
    width: 63px;
    font-size: 20px;
    height: 22px;
    line-height: 22px;
  }


}




.right_nav_bar {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 10001;
  width: 57px;
}

.right_nav_bar li {
  position: relative;
  list-style: outside none none;
  float: left;
  height: 54px;
  width: 57px;
  background-color: #1C5BC0;
}

.right_nav_bar li:hover .icons {
  width: auto;
  background-color: #1C5BC0;
  font-size: 14px;
  color: #fff;
  top: 0;
}

.right_nav_bar .icons {
  height: 54px;
  width: 57px;
  float: left;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.right_nav_bar span.title {
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  top: -20px;
}

.right_nav_bar .phone-icon span.title {
  top: -18px;
  font-size: 22px;
}

.right_nav_bar i.icon {
  background-repeat: no-repeat;
  height: 54px;
  width: 57px;
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.black.right_nav_bar span.title {
  color: #fff;
}

.right_nav_bar .wx-icon i {
  background-image: url(../images/wx.png);
}

.right_nav_bar .zixun-icon i {
  background-image: url(../images/qq.png);
}

.right_nav_bar .phone-icon i {
  background-image: url(../images/phone.png);
}

.right_nav_bar .top-icon i {
  background-image: url(../images/js-top.png);
}

.right_nav_bar .qr {
  position: absolute;
  left: -215px;
  top: -48px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.right_nav_bar .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_nav_bar .wx:hover .qr {
  display: block;
}

.js-top {
  width: 57px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}

.ul-list4 {
  overflow: hidden;
  margin: 30px -10px;
}

.ul-list4 li {
  width: 33.333%;
  float: left;
  margin-bottom: 15px;
}

.ul-list4.four li {
  width: 25%;
}

.ul-list4 a {
  display: block;
  margin: 0 10px;
}

.ul-list4 .con {
  display: block;
  margin: 0 10px;
}

.ul-list4 .tit {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #1C5BC0;
}

.ul-list4 .pic {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: none;
}

.ul-list4 .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width:1280px) {
  .right_nav_bar {
    display: none;
  }

  .ul-list4.four li {
    width: 33.333%;
  }
}

@media screen and (max-width:960px) {

  .ul-list4 li,
  .ul-list4.four li {
    width: 50%;
  }

  .g-prod .info {
    padding: 0;
  }
}

@media screen and (max-width:480px) {

  .ul-list4 li,
  .ul-list4.four li {
    width: auto;
    float: none;
  }
}






#casebg {
  padding: 0 0 54px;
}

.case {}

.case_c {
  position: relative;
}

.case_c_item {
  width: 100%;
  overflow: hidden;
  margin-top: 38px;
}

.case_c .swiper-slide {
  margin: 0 8px;
}

.case_c .swiper-slide .c_li {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.case_c .swiper-slide .c_li .c_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.case_c .swiper-slide .c_li .c_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee
}

.case_c .swiper-slide p {
  margin: 0;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #5e5e5e;
  margin-top: 15px;
}

.case_c .swiper-slide p a {
  color: #5e5e5e;
}

.case_c .swiper-button-prev {
  background: url(arrowicon.png) no-repeat center center #E1B551;
  width: 40px;
  height: 40px;
  left: -68px;
  margin-top: -20px;
  border-radius: 50%;
  outline: none;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}

.case_c .swiper-button-next {
  background: url(arrowicon.png) no-repeat center center #E1B551;
  width: 40px;
  height: 40px;
  right: -68px;
  margin-top: -20px;
  border-radius: 50%;
  outline: none;
}

/*产品展示*/
.product_wrap_img {
  margin-top: 20px;
  background: #E2E2E2;
  overflow: hidden;
}

#news {
  padding: 0px 0 40px;
}

#news .news_content .news_title {
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

#news .news_content .news_title a {
  margin-left: 15px;
}

#news .news_content .news_title span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: center;
  padding: 0 50px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  color: #3f3f3f;
  margin-left: 15px;
  border-radius: 3px;
  background: #dddddd
}

#news .news_content .news_title span:first-child {
  margin-left: 0;
}

#news .news_content .news_title span.hover {
  color: #FFF;
  background: #b41b15;
}

#news .news_content .news_title span.hover .san {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b41b15;
  display: block;
}


.center1 .slid_img1 {
  margin: 0 7px;
}

.center1 .slid_img1 img {
  max-width: 100%;
}

.center1 .slid_img1 p {
  width: 100%;
  line-height: 35px;
  color: #dbdada;
}

.center1 .slid_img1 p a {
  color: #666666;
  font-size: 14px;
}

.center1 .slid_img1 p a:hover {
  color: #666666
}

.center1 .slick-prev {
  display: none !important
}

.center1 .slick-next {
  display: none !important
}

.cpfl {
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.cpfl a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: center;
  padding: 0 50px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  color: #3f3f3f;
  margin-left: 19px;
  border: 1px solid #e5e5e5;
  border-radius: 3px
}
}

.cpfl a:first-child {
  margin-left: 0;
}

.cpfl a:hover {
  color: #FFF;
  background: #b41b15;
  border: 1px solid #b41b15;
}




.product_left {
  width: 100%;
  margin-top: 5px;
}

.product_left .pl_top {
  width: 130px;
  height: 50px;
  background: #b41b15;
  float: left
}

.product_left .pl_top p {
  color: #FFF;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.product_left .pl_ul {
  width: calc(100% - 180px);
  float: left;
  height: 50px;
  position: relative;
}

.product_left .pl_ul .first_li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-indent: 20px;
  color: #333;
  background: #e6e6e6;
  font-size: 13px;
}

.product_left .pl_ul .ul_li {
  width: calc(100% + 50px);
  position: absolute;
  top: 50px;
  left: 0;
  background: #F00;
  display: none;
  z-index: 20;
  border-top: 1px solid #D0D0D0;
}

.product_left .pl_ul .ul_li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  text-indent: 20px;
  color: #333;
  background: #e6e6e6;
  border-bottom: 1px solid #D0D0D0;
  font-size: 13px;
}

.product_left .pl_right {
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  background-size: auto 50%;
  float: right;
}

.product_left .pl_right i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/cli.png) no-repeat center center;
  transform: rotate(90deg);
  transition: transform .3s ease-out;
}

.product_left .pl_right i.on {
  transform: rotate(-90deg);
}

.product_right {
  width: 96%;
  padding: 0rem 2% 1rem;
}

.product_right .pr_ul {
  width: 100%;
  overflow: hidden;
}

.product_right .pr_ul .swiper-slide {
  margin-top: 20px !important;
  width: 49%;
}

.product_right .pr_ul .swiper-slide .s_img {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border: 1px solid #DDD;
  box-sizing: border-box;
  position: relative;
}

.product_right .pr_ul .swiper-slide .s_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product_right .pr_ul .swiper-slide p {
  background: #DEDEDE;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.product_right .pr_ul .swiper-slide p a {
  color: #333;
}

/*新闻中心*/

.news_tu {
  text-align: center;
}

.news_tu img {
  width: 100%;
}

.news_bt a {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_zi {
  font-size: 13px;
  color: #777777;
  margin: 0 0 12px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_rq {
  color: #999999;
  font-size: 10px;
}




.pb_title h2 {
  margin: 0;
  font-size: 40px;
  color: #323232;
  font-weight: bold;
  position: relative;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.pb_title h2 i {
  display: block;
  width: 140px;
  height: 7px;
  position: absolute;
  top: 25px;
}

.pb_title p {
  margin: 0;
  color: #848484;
  font-size: 16px;
  line-height: 20px;
  margin-top: 13px;
  text-align: center;
}

#news .pic {
  float: left;
  width: 200px;
  height: 125px;
  margin-right: 30px;
}

#news .pic img {
  display: block;
  width: 100%;
  height: 100%;

}

.news_nr {
  overflow: hidden;
}

@media screen and (max-width:1199px) {
  .pb_title h2 {
    font-size: 26px;
  }

  .news_bt a {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .pb_title h2 {
    font-size: 22px;
  }

  #news .pic {
    display: none;
  }

  #px_banner {
    height: 140px;
  }

  #px_banner img {
    object-fit: cover;
  }
}


/*companyInfo*/
#companyInfobg {
  padding: 60px 0 0 0;
}

.companyInfo {
  margin-top: 16px;
  background: #FFF;
}

.companyInfo .cl_img {
  width: 625px;
  float: left;
  padding-bottom: 494px;
  position: relative;
  margin-right: 35px;
}

.companyInfo .cl_img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.companyInfo .c_right {
  width: calc(100% - 640px);
  float: right;
  padding: 6px 0 0 35px;
}

.companyInfo p {
  margin: 0;
  text-align: left;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
  font-size: 15px;
}

.companyInfo p.tit {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-family: Impact;
  color: #1C5BC0;
}

.companyInfo p.en {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #717171;
  font-weight: bold;
  margin-top: 9px;
}

.companyInfo .txt {
  overflow: hidden;
  padding-top: 60px;
}

/**/
/*c_youshi*/
#c_youshibg {
  background: #F5F5F5;
  background-size: cover;
  padding: 31px 0 62px;
}

.c_youshi {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.c_youshi .ys_li {
  background: #FFF;
  border-radius: 10px;
  padding: 21px 30px 36px;
  text-align: center;
}

.c_youshi .ys_li:nth-child(odd) {
  margin-left: 0;
}

.c_youshi .ys_li i {
  display: inline-block;
  height: 91px;
  width: 91px;
  border-radius: 50%;
}

.c_youshi .ys_li i.icon1 {
  background: url(nc_icon1.png) no-repeat center center #ececed;
}

.c_youshi .ys_li i.icon2 {
  background: url(nc_icon2.png) no-repeat center center #ececed;
}

.c_youshi .ys_li i.icon3 {
  background: url(nc_icon3.png) no-repeat center center #ececed;
}

.c_youshi .ys_li .ys_txt {
  padding-top: 8px;
  text-align: left;
}

.c_youshi .ys_li .ys_txt p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #8a8d91;
  margin-top: 11px;
}

.c_youshi .ys_li .ys_txt p:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #020303;
  text-align: center;
}

.c_youshi .ys_li .ys_txt p:last-child {
  height: 104px;
}

/*1200以上屏幕*/
@media screen and (max-width:1429px) {
  #companyInfobg {
    padding: 35px 0 40px;
  }

  .companyInfo .cl_img {
    width: 500px;
    padding-bottom: 393px;
  }

  #c_youshibg {
    padding: 30px 0 40px;
  }

  .c_youshi .ys_li {
    padding: 15px 16px 20px;
  }

  .c_youshi .ys_li .ys_txt p:last-child {
    height: 147px;
  }
}

@media screen and (max-width:1229px) {
  #companyInfobg {
    padding: 30px 0;
  }

  .companyInfo {
    margin-top: 0px;
  }

  .companyInfo .cl_img {
    margin-right: 20px;
  }

  .companyInfo p {
    font-size: 14px;
    line-height: 24px;
  }

  .companyInfo p.tit {
    font-size: 36px;
    height: 36px;
    line-height: 36px;
  }

  .companyInfo p.en {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
  }

  #c_youshibg {
    padding: 25px 0 30px;
  }

  .c_youshi {
    margin-top: 20px;
  }

  .c_youshi .ys_li {
    padding: 10px 10px 12px;
  }

  .c_youshi .ys_li i {
    width: 80px;
    height: 80px;
  }

  .c_youshi .ys_li .ys_txt p {
    font-size: 12px;
    margin-top: 6px;
  }

  .yc_youshi .ys_li .ys_txt p:first-child {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
  }

  .c_youshi .ys_li .ys_txt p:last-child {
    height: 105px;
  }
}

@media screen and (max-width:1023px) {
  #companyInfobg {
    padding: 40px 0 0 0;
  }

  .companyInfo .cl_img {
    width: 369px;
    padding-bottom: 299px;
    margin-right: 15px;
  }

  .companyInfo p.tit {
    margin-top: 0;
  }

  #c_youshibg {
    padding: 20px 0;
  }

  .c_youshi {
    margin-top: 20px;
  }

  .companyInfo .txt {
    padding-top: 30px;
  }

}

@media screen and (max-width:767px) {
  .companyInfo .cl_img {
    width: 100%;
    padding-bottom: 80.94%;
    float: none;
    margin-right: 0;
  }

  .companyInfo p.tit {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
  }
}

@media screen and (max-width:667px) {}

@media screen and (max-width:499px) {}


/*product*/
.productlist {
  padding: 0 0 40px;
}

.productlist .pl_left {
  width: 320px;
  float: left;
  margin-top: 30px;
}

.productlist .pl_left .pl_title {
  background: #1C5BC0;
  font-size: 28px;
  height: 90px;
  line-height: 90px;
  text-indent: 40px;
  color: #FFF;
  font-weight: bold;
  background-size: 100% auto;
}

.productlist .pl_left .pl_r {
  width: calc(100% - 150px);
  float: right;
  height: 50px;
  line-height: 50px;
  background: #E6E6E6;
  padding-right: 50px;
  position: relative;
  text-align: center;
  display: none;
}

.productlist .pl_left .pl_r i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(arrowicon.png) no-repeat center center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.productlist .pl_left .pl_r.on i {
  transform: rotate(90deg);
}

.productlist .pl_left .pll_ul {
  border: 1px solid #E6EAE9;
  padding-top: 2px;
}

.productlist .pl_left .pll_ul .pll_li {
  width: 100%;
  color: rgba(0, 0, 0, 0.86);
}

.productlist .pl_left .pll_ul .pll_li .p {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 45px 0 15px;
  border-left: 7px solid #1C5BC0;
  background: #F5F5F5;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  display: block;
}

.productlist .pl_left .pll_ul .pll_li .p>i {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(arrowicon.png) no-repeat center center;
  transform: rotate(90deg);
  right: 0;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: none;
}

.productlist .pl_left .pll_ul .pll_li .p:hover {
  color: #FF890B;
}

.productlist .pl_left .pll_ul .pll_li.on .p>i {
  transform: rotate(90deg);
}

.productlist .pl_left .pll_ul .pll_li ul {
  margin: 0;
  padding: 0 15px;
}

.productlist .pl_left .pll_ul .pll_li ul li {
  padding: 0 8px;
}

.productlist .pl_left .pll_ul .pll_li ul li>a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  color: #FF890B;
}

.productlist .pl_left .pll_ul .pll_li ul li>a:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #FF890B;
  position: absolute;
  left: 5px;
  top: 15px;
}

.productlist .pl_left .pll_ul .pll_li ul li>a.on,
.productlist .pl_left .pll_ul .pll_li ul li>a:hover {
  color: #FFF;
  background: #CCC;
}

.productlist .pl_left .pll_ul .pll_li ul li>a.on:before,
.productlist .pl_left .pll_ul .pll_li ul li>a:hover:before {
  background: #FFF;
}

.productlist .pl_left .pll_ul .pll_li ul li dl {
  margin: 0;
  padding: 0 15px;
  display: none;
}

.productlist .pl_left .pll_ul .pll_li ul li dl dd {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}

.productlist .pl_left .pll_ul .pll_li ul li dl dd>a.on,
.productlist .pl_left .pll_ul .pll_li ul li dl dd>a:hover {
  color: #FF890B;
}

.productlist .plr_ul {
  width: calc(100% - 320px);
  float: right;
  padding-left: 30px;
  padding-top: 30px;
}

.productlist .plr_ul .plr_txt {
  border: 1px solid #E5E5E5;
  padding: 15px 20px;
  background: #1c90e8;
}

.productlist .plr_ul .plr_txt p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  text-indent: 2em;
  color: #FFF;
}

.productlist .plr_ul .plr_li {
  width: 49%;
  margin-left: 2%;
  float: left;
  margin-top: 30px;
  background: #F7F7F7;
}

.productlist .plr_ul .plr_li:nth-child(odd) {
  margin-left: 0;
}

.productlist .plr_ul .plr_li .plrl_left {
  width: 220px;
  float: left;
}

.productlist .plr_ul .plr_li .plrl_left .plrl_img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.productlist .plr_ul .plr_li .plrl_left .plrl_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.productlist .plr_ul .plr_li .plrl_right {
  width: calc(100% - 220px);
  float: right;
  padding: 6px 15px 6px 20px;
}

.productlist .plr_ul .plr_li .plrl_right .title {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
}

.productlist .plr_ul .plr_li .plrl_right a {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.productlist .plr_ul .plr_li .plrl_right a:hover {
  background: #1C5BC0;
  color: #FFF;
}



.ps_content {
  margin-top: 30px;
  width: calc(100% - 320px);
  float: right;
  padding-left: 30px;
}

.ps_content .ps_span {
  background: #F2F2F2;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.ps_content .ps_span span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  color: #444;
  cursor: pointer;
  border-right: 1px solid #FFF;
  cursor: pointer;
  font-size: 14px;
}

.ps_content .ps_span span.hover {
  background: #1C5BC0;
  color: #FFF;
}

.ps_content .pro_table {
  padding: 30px 0;
}

.ps_content .pro_table table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin: 0 auto;
  width: 100% !important;
}

.ps_content .pro_table table td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px;
  text-align: center !important;
}

.ps_content .pro_table table td p {
  margin: 0;
  line-height: 1.5;
}

.ps_content .pro_txt {
  font-size: 15px;
  line-height: 30px;
  padding: 25px 0;
}

.ps_content .pro_txt h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
}

.ps_content .pro_txt h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 8px 0;
}

.ps_content .pro_txt p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  margin-top: 4px;
}

.ps_content .pro_txt img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.ps_content .pro_txt table {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  margin: 0 auto;
  width: 100% !important;
}

.ps_content .pro_txt table td {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px;
}

.ps_content .pro_txt table td p {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

.ps_content .pro_txt iframe {
  width: 100%;
  height: 600px;
}

.ps_content .pro_img {
  padding: 20px 0;
}

.ps_content .pro_img img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}



.prd-list-title {
  margin: 10px 0 20px;
  height: 24px;
  line-height: 24px;
  border-left: 3px solid #1C5BC0;
  font-weight: bold;
  color: #666;
  padding-left: 14px;
  font-size: 22px;
  position: relative;
}

/*1200以下屏幕*/
@media screen and (max-width:1429px) {
  #topbg {
    height: 109px;
  }
}

/*992以下屏幕*/
@media screen and (max-width:1229px) {
  #topbg {
    height: 96px;
  }

  .productlist .plr_ul .plr_li .plrl_right a {
    font-size: 13px;
  }

  .productlist .plr_ul .plr_li {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .productlist .pl_left {
    width: 100%;
    float: none;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }

  .productlist .pl_left .pl_title {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    float: left;
  }

  .productlist .pl_left .pl_r {
    display: block;
  }

  .productlist .pl_left .pll_ul .pll_li {
    border-bottom: 1px solid #FFF;
  }

  .productlist .pl_left .pll_ul .pll_li .p {
    border-left: none;
  }

  .productlist .pl_left .pll_ul .pll_li .p:hover {
    color: rgba(0, 0, 0, 0.86);
  }

  .productlist .pl_left .pll_ul .pll_li .p>i {
    transform: rotate(0deg);
    display: block;
  }

  .productlist .plr_ul {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 0;
  }

  .g-pcat2 {
    margin: 20px 0;
    overflow: hidden;
  }

  .productlist .pl_left .pll_ul {
    margin-bottom: 20px;
  }

  .productlist .pl_left .pll_ul .pll_li ul {
    overflow: hidden;
  }

  .productlist .pl_left .pl_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    height: 40px;
    float: none;
    text-indent: 0;
  }

  .productlist .pl_left .pll_ul .pll_li ul li {
    float: left;
    width: 50%;
  }

  .ps_content {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }

  .g-ys .item {
    margin-bottom: 15px;
  }

}

/*768以下屏幕*/
@media screen and (max-width:767px) {}

/*668以下屏幕*/
@media screen and (max-width:667px) {
  .productlist .plr_ul .plr_li .plrl_left {
    width: 100%;
    float: none;
  }

  .productlist .plr_ul .plr_li .plrl_right {
    width: 100%;
    float: none;
    padding: 15px 10px;
  }

  .productlist .plr_ul .plr_li .plrl_right .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  .ps_content .pro_txt {
    width: 100%;
    overflow-x: auto;
  }

  .ps_content .pro_txt table {
    min-width: 800px;
  }


}

/*500以下屏幕*/
@media screen and (max-width:499px) {
  .productlist .plr_ul .plr_li .plrl_right .title {
    font-size: 15px;
  }

  .productlist .pl_left .pl_r {
    width: 100%;
    float: none;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-right: 36px;
  }

  .productlist .pl_left .pl_r i {
    width: 36px;
    height: 36px;
  }

  .productlist .pl_left .pll_ul {
    top: 36px;
  }

  .productlist .plr_ul .plr_li {
    margin-top: 20px;
  }
}

.ul-pcattab {
  overflow: hidden;
  background: #eee;
  margin: 30px 0;
}

.ul-pcattab li {
  float: left;
  margin-right: 10px;
}

.ul-pcattab li a {
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  display: block;
}

.ul-pcattab li:hover a,
.ul-pcattab li.on a {
  background-color: #1C5BC0;
  color: #fff;
}

.zzry .item {
  padding: 50px 0;

}

.zzry .item:nth-child(odd) {
  background-color: #f9f9f9;
}

.zzry .item .tit {
  font-size: 32px;
  color: #333;
  margin-bottom: 25px;
}

.ul-zzry .title {
  line-height: 45px;
  font-size: 18px;
  background-color: #1C5BC0;
  color: #fff;
  text-align: center;
}

.ul-zzry .pic {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff;
}

.ul-zzry .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .zzry .item {
    padding: 30px 0;
  }

  .zzry .item .tit {
    font-size: 28px;
  }
}

.product_list li .p_img.ico {
  position: relative;
}

.product_list li .p_img.ico::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: rgba(0, 0, 0, 0.5) url(../images/video.png) no-repeat center center;
}

.g-txt {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.g-txt img {
  display: block;
  margin: 0 auto;
}

.g-proimg {
  float: left;
  width: 500px;
  margin-right: 30px;
}

.slidertop .pic {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  height: 0;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.slidertop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sliderbom .pic {
  overflow: hidden;
  height: 60px;
  border: 3px solid transparent;
}

.sliderbom .on .pic {
  border-color: #0C53AD;
}

.sliderbom img {
  display: block;
  width: 100%;
  height: 100%;
}

.row7 {
  padding: 30px 0;
}

.zhry {
  padding: 60px 0;
}

.g-txt p {
  text-align: justify;
}

@media screen and (max-width:1230px) {
  .g-proimg {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width:500px) {
  .g-proimg {
    width: auto;
  }

  .productlist .pl_left .pll_ul .pll_li {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
  }

  .productlist .pl_left .pll_ul .pll_li .p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .product_class .pc_li {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .g-txt {
    font-size: 14px;
  }
}

.pagess {
  text-align: center;
  margin: 60px auto;
}

.pagess a {
  display: inline-block;
  font-family: 'Montserrat-Light';
  background: transparent;
  font-size: 14px;
  color: #333;
  background-color: #EEE;
  margin: 0 10px;
  padding: 10px 15px;
  transition: all 0.36s;
}

.page-num-current {
  background-color: #2AAE67 !important;
  color: #F6F6F6 !important;
  transition: all 0.36s;
}

.pagess a:hover {
  background-color: #2AAE67;
  color: #F6F6F6;
  transition: all 0.36s;
}

.page-numbar span {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  color: #333;
  background-color: #EEE;
  margin: 0 10px;
  padding: 10px 15px;
  transition: all 0.36s;
}

@media (max-width: 750px) {
  .pagess {
    text-align: center;
    margin: 40px auto;
  }

  .pagess a {
    display: inline-block;
    background: transparent;
    font-size: 12px;
    color: #333;
    background-color: #EEE;
    margin: 0 5px;
    padding: 10px;
    transition: all 0.36s;
  }

  .page-num-current {
    background-color: #2AAE67 !important;
    color: #F6F6F6 !important;
    transition: all 0.36s;
  }

  .pagess a:hover {
    background-color: #2AAE67;
    color: #F6F6F6;
    transition: all 0.36s;
  }

  .page-numbar span {
    display: inline-block;
    background: transparent;
    font-size: 12px;
    color: #333;
    background-color: #EEE;
    margin: 0 5px;
    padding: 10px;
    transition: all 0.36s;
  }
}

.txt_add .pp p a {
  color: #2AAE67;
  margin-left: 25px;
  border-bottom: 1px solid #2AAE67;
}

#px_banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
  background: url(../img/wenli.png) center;
}

.changqu {
  padding: 60px 0;
}