html{
    font-size:100px;
}
p {
    margin: 0 0 5px;
}

.sbanner img.imgH {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sbanner img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all ease-out 5s;
    -moz-transition: 5s;
    -webkit-transition: 5s;
    -o-transition: 5s;
}
.sbanner {
    overflow: hidden;
}
#Top_bar #logo img {
   width: 1.97rem;
    height: 0.45rem;
}


#Side_slide {
    background-color: #ffffff;
    border-color: #ffffff;
    
}
#Side_slide #menu ul li a {
   
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #333333;
}
#Side_slide #menu ul li:hover>a{
     color: #333333;
}
#Side_slide #menu>ul>li{
        border-bottom: 1px solid #eaeaea;
        clear: both;
}
#Side_slide #menu ul li.current-menu-item>a,#Side_slide #menu ul li.hover>a{
      color: #d6000f;
}
#Side_slide #menu ul li.hover>.menu-toggle{
    color:#A6A6A6;
}

#Side_slide ul.sub-menu>li{
      float: left;
    width: 40%!important;
    margin-right: 5px;
}
#Side_slide ul.sub-menu>li a{
    margin-right: 0!important;
    padding: 5px!important;
}

#Side_slide ul.sub-menu{
    height: 120px;
    background: #f8f8f8!important;
    padding-left: 15px!important; 
}


.footer .phone {
    padding-right: 0.4rem;
}
.div_l {
    float: left;
}

.footer .phone ul {
    background: url(../images/footer_icon1.png) no-repeat left top;
    padding-left: 0.5rem;
    margin-left: -0.61rem;
    background-size: 0.34rem 0.34rem;
}
.footer .phone ul, .footer .phone ul li {
    list-style: none;
}
.footer .phone ul li {
    margin-bottom: 0.25rem;
}
.footer .phone ul li span {
    font-size: 0.2rem;
    opacity: 0.3;
    color: #fff;
    display: block;
    line-height: 1.5;
}
.footer .phone ul li p {
    font-size: 0.2rem;
    color: #fff;
}

.footer .code ul {
    overflow: hidden;
}
.footer .code ul, .footer .code ul li {
    list-style: none;
}

.footer .code ul li {
    text-align: center;
    width: 1.15rem;
    float: left;
    padding: 0 0.2rem;
}
.footer .code ul li img {
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
}
.footer .code ul li p {
    font-size: 0.2rem;
    color: #fff;
}

.footer .divlink {
    position: relative;
}
.footer .divlink {
    padding-top: 0.4rem;
}

.div_r {
    float: right;
}
.icpbeian {
    clear: both;
    display: block;
    font-size: 12px;
    padding-bottom: 0.1rem;
}
.icpbeian a {
    color: #fff;
}

.footer .divlink span {
    display: inline-block;
    width: 1.1rem;
    font-size: 0.16rem;
    color: #fff;
    padding-bottom: 0.05rem;
    /* border-bottom: 1px solid #fff; */
    background: url(../images/link_icon1.png) no-repeat right center;
    background-size: 0.16rem 0.1rem;
    cursor: pointer;
}
.footer .divlink .linkbox {
    position: absolute;
    top: 1rem;
    right: 0;
    background: #fff;
    padding: 10px;
    width: 120px;
    /* border: 1px solid #e1e1e1; */
    opacity: 0.7;
    border-radius: 5px;
    display: none;
}
.footer .divlink .linkbox a {
    display: block;
    /* color: #999; */
    color: #000;
    /* line-height: 0.22rem; */
    margin: 2px 0;
    margin-bottom: 0;
    font-size: 12px;
}

.footer .divlink .linkbox a:hover {
    color: #c7102c!important;
}
.footer .code ul li:nth-child(2) {
    border-right: 1px solid #444444;
}


.secondary_nav {
    width: 100%;
    border-bottom: 2px solid #e6e5e5;
    background: #f8f8f8;
}

.secondary_nav ul {
    display: flex;
    justify-content: center;
}
.secondary_nav ul li {
    position: relative;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 0.2rem;
}

.secondary_nav ul li.current-menu-item a, .secondary_nav ul li:hover a {
    color: #d6000f;
}
.secondary_nav ul li a {
    color: #747474;
    font-size: 0.25rem;
}


.post-excerpt {
    margin-bottom: 0;
}
.post-footer{
    background: none;
    text-align: right;
    padding: 0;
        
}
.post-footer .date{
        text-align: right;
    font-size: 0.2rem;
    color: #7f7f7f;
}

.post-item{
    overflow: hidden;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #e5e4e4;
    margin: 0;
}
.div_post a {
    display: block;
    width: 1.64rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #fff;
    background: #d6000f;
    border-radius: 0.21rem;
    text-align: center;
    position: relative;
}

.post-big .post-img{
    width: 40%;
    text-align: center;
}
.post-big .post-img img{
    width: 100%!important;
    max-width: 5rem!important;
}
.post-big .post-desc-wrapper{
    width: 56%;
    float: right;
}
.post-small .post-img{
    width: 3.5rem;
    height: 2.5rem;
    overflow: hidden;
    float: left;
}

.post-small .post-desc-wrapper {
   
    float: right;
    width: 72%;
}


.film {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    background: url(images/film_bg.jpg) no-repeat center top;
    background-size: cover;
}
.film .filmlist {
    display: flex;
    flex-wrap: wrap;
}
.div_clear {
    clear: both;
}

.film .filmlist li:not(:nth-child(3n)) {
    margin-right: calc(4% / 2);
}
.film .filmlist li {
    width: 32%;
    position: relative;
    box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.25);
    background: #000;
    margin-bottom: 0.6rem;
}

.film .filmlist li .videobox {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/video_icon.png) no-repeat center 1.6rem;
    background-size: 0.66rem 0.66rem;
    position: absolute;
    opacity: 0;
    z-index: 9;
}

.film .filmlist li .div_img {
    width: 100%;
    height: 100%;
}

.film .filmlist li .div_img img {
    display: block;
    width: 100%;
    height: 100%!important;
}

.film .filmlist li .div_tit {
    width: 100%;
    height: 1.0rem;
    box-sizing: border-box;
    background: #fff;
    padding: 0.25rem 0.4rem 0 0.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
}
.film .filmlist li .div_tit h3 {
    font-size: 0.2rem;
    color: #323232;
    margin-bottom: 0.05rem;
}

.post-content .wp-video{
    text-align: center;
    margin: 0 auto;
    max-width: 11.8rem!important;
width: 100%!important;
}

.posttitle{
        font-size: 0.24rem;
    color: #454545;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.post-date{
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    margin: 0;
}


.source p {
    padding: 0.15rem 0;
    font-size: 0.18rem;
    color: 646464;
    overflow: hidden;
    line-height: 0.27rem;
    margin: 0;
}

.source p span {
    display: block;
    float: right;
    line-height: 0.27rem;
    font-size: 0.18rem;
    background: url(images/inner_icon1.png) no-repeat left center;
    background-size: 0.27rem 0.27rem;
    padding-left: 0.4rem;
}


.videoBox{
    width: 10.37rem;
    height: 5.84rem;
    margin: 0 auto;
    margin-bottom: 0.7rem;
}

.pro_nav h3{
        font-size: 0.3rem;
    color: #221815;
    margin-bottom: 0.4rem;
    padding-left: 0.6rem;
}

ul.procat-item{
    padding-left: 0.6rem;
    list-style: none;
}
ul.procat-item li {
    list-style: none;
        font-size: 0.24rem;
    color: #221e1f;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
    position: relative;
}

ul.procat-item li a {
    font-size: 0.24rem;
    color: #221e1f;
}
ul.procat-item li:hover a {
       font-weight: bold;
}

ul.procat-item li.current-menu-item{
    color: #000;
    font-weight: bold;
}


ul.procat-item li.current-menu-item::after {
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background: url(images/navh.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -0.25rem;
    top: 0.2rem;
}

.protitle{
        width: 100%;
    height: 0.5rem;
    background: url(images/pro_bg02.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 0.5rem;
	  overflow: hidden;
    font:inherit;
}

.protitle h6 {
    font-size: 0.22rem;
    color: #646464;
    line-height: 0.5rem;
}


.poiner_top {
   
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    max-width: 15.2rem;
    padding: 0 2.5rem;
    padding-top: 2.3rem;
        z-index: 3;
}

.poiner_top .div_r {
    width: 6.5rem;
}
.div_r {
    float: right;
}

.poiner_top .div_l {
    width: 7.5rem;
}
.div_l {
    float: left;
}

.poiner_top .div_l h2 {
    font-size: 0.48rem;
    color: #fff;
    margin-bottom: 0.25rem;
}
 .poiner_top .div_l span {
    display: inline-block;
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
 .poiner_top .div_l p {
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #fff;
    text-align: justify;
}


.products_inner .product_tab {
  padding: 0 0.6rem;
}

.products_inner .product_tab .tabIcons {
  margin: 0 1.2rem;
  overflow: hidden;
  padding-top: 0.3rem;
}

.products_inner .product_tab .tabIcons span {
  display: block;
  width: 50%;
  float: left;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background: #f1f1f1;
  font-size: 0.36rem;
  color: #535353;
  border-radius: 0.36rem;
  cursor: pointer;
}

.products_inner .product_tab .tabIcons span.on {
  color: #fff;
  background: #d6000f;
}

.products_inner .product_tab .tabdivs {
  padding-top: 0.2rem;
  background: url(images/pro_bg.jpg) no-repeat center top;
  background-size: 19.2rem 10rem;
}

.products_inner .product_tab .details .introduction {
  margin: 0 auto;
  /* padding-bottom: 0.6rem; */
  background: url(images/poinbgicon3.png) no-repeat center bottom;
  background-size: 13.8rem 0.6rem;
  margin-bottom: 0.6rem;
}

.products_inner .product_tab .details .introduction dl {
  max-width: 15.2rem;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}

.products_inner .product_tab .details .introduction dl::after {
  content: "";
  display: block;
  clear: both;
}

.products_inner .product_tab .details .introduction dl dt {
  float: left;
  width: 5.4rem;
      border: none;    padding: 0;
}

.products_inner .product_tab .details .introduction dl dt .div_tit {
  width: 5.5rem;
  height: 3.9rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.products_inner .product_tab .details .introduction dl dt .div_tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #5595ea;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.products_inner .product_tab .details .introduction dl dt .div_tit h3 {
  font-size: 0.42rem;
  color: #221815;
}

.products_inner .product_tab .details .introduction dl dt .div_tit span {
  font-size: 0.24rem;
  color: #555454;
}

.products_inner .product_tab .details .introduction dl dd {
  float: left;
  width: 9.7rem;
      border: none;    margin-left: 0;    padding: 0;
}

.products_inner .product_tab .details .introduction dl dd .div_text {
  width: 9.7rem;
  height: 3.9rem;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}

.products_inner .product_tab .details .introduction dl dd .div_text p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #5d5d5d;
  width: 7.0rem;
  display: inline-block;
  text-align: left;
}

.products_inner .product_tab .details .main {
  background: url(images/poinbgicon5.png) no-repeat center top;
}

.products_inner .product_tab .details .main .div_tit {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 0.2rem;
  background: url(images/poinbgicon4.png) no-repeat center bottom;
  background-size: 4.93rem 0.34rem;
  padding-bottom: 0.5rem;
}

.products_inner .product_tab .details .main .div_tit h3 {
  font-size: 0.42rem;
  color: #221815;
}

.products_inner .product_tab .details .main .div_tit span {
  font-size: 0.3rem;
  color: #555454;
}

.products_inner .product_tab .details .main .maxwith {
  width: 15.2rem;
  margin: 0 auto;
}

.products_inner .product_tab .details .main .qualification {
  padding-bottom: 0.2rem;
}

.products_inner .product_tab .details .main .qualification ul {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}

.products_inner .product_tab .details .main .qualification ul li {
  text-align: center;
}







/*æ¾§ç‚²å§ž*/
.products_inner .product_tab .details .main .qualification ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.products_inner .product_tab .details .main .qualification ul li .w-text {
  font-size: 0.24rem;
}

/*æ¾§ç‚²å§ž*/



/*æ·‡î†½æ•¼*/
.products_inner .product_tab .details .main .qualification ul li em {
  display: inline-block;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.6rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 0.15rem;
      font-style: inherit;
}

/*æ·‡î†½æ•¼*/



.products_inner .product_tab .details .main .qualification ul li:nth-child(1) em {
  background: #f48356;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(2) em {
  background: #77d058;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(3) em {
  background: #5a70d7;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(4) em {
  background: #76d6d5;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(5) em {
  background: #f8b551;
}







/*æ¾§ç‚²å§ž*/
.products_inner .product_tab .details .main .qualification ul li:nth-child(6) em {
  background: #77d058;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(7) em {
  background: #f48356;
}

.products_inner .product_tab .details .main .qualification ul li:nth-child(8) em {
  background: #5a70d7;
}

/*æ¾§ç‚²å§ž*/





.products_inner .product_tab .details .main .qualification ul li h4 {
  font-size: 0.24rem;
  color: #221e1f;
  margin-bottom: 0.1rem;
}




/*æ·‡î†½æ•¼*/
.products_inner .product_tab .details .main .qualification ul li p {
  display: inline-block;
  font-size: 0.18rem;
  color: #8c8c8c;
  width: 3rem;
}
/*æ·‡î†½æ•¼*/



/*æ·‡î†½æ•¼*/
.products_inner .product_tab .details .main .awards {
  min-height: 11.24rem;
  background: url(images/pro_bg03.jpg) no-repeat center top;
}

/*æ·‡î†½æ•¼*/







.products_inner .product_tab .details .main .awards ul {
  display: flex;
  justify-content: space-around;
}

.products_inner .product_tab .details .main .awards ul li {
  padding-top: 0.5rem;
}

.products_inner .product_tab .details .main .awards ul li .imgbox {
  position: relative;
  margin-bottom: 0.15rem;
}

.products_inner .product_tab .details .main .awards ul li .imgbox img {
  display: block;
  width: 4.09rem;
  height: 5.8rem;
}

.products_inner .product_tab .details .main .awards ul li .imgbox::after {
  content: "";
  display: block;
  width: 1.61rem;
  height: 1.57rem;
  background: url(images/poinbgicon6.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0.8rem;
  top: -0.5rem;
}

.products_inner .product_tab .details .main .awards ul li p {
  font-size: 0.24rem;
  color: #242424;
  line-height: 0.3rem;
  text-align: center;
}

.products_inner .product_tab .details .main .features {
  padding-bottom: 0.2rem;
}

.products_inner .product_tab .details .main .features h4 {
  font-size: 0.32rem;
  color: #221e1f;
  margin-bottom: 0.3rem;
  text-align: center;
}

.products_inner .product_tab .details .main .features ul {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}

.products_inner .product_tab .details .main .features ul li {
  width: 3.1rem;
  /* height: 4.5rem; */
  text-align: center;
  box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.35);
  box-sizing: border-box;
  padding: 0.6rem 0.25rem 0.25rem 0.25rem;
}

.products_inner .product_tab .details .main .features ul li .imgbox {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  border: 3px solid #ff0000;
  margin: 0 auto;
  margin-bottom: 0.35rem;
  position: relative;
}

.products_inner .product_tab .details .main .features ul li .imgbox img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.products_inner .product_tab .details .main .features ul li .imgbox img.img02 {
  display: none;
}

.products_inner .product_tab .details .main .features ul li h5 {
  font-size: 0.26rem;
  color: #221e1f;
  margin-bottom: 0.15rem;
}

.products_inner .product_tab .details .main .features ul li p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #8c8c8c;
  text-align: left;
}

.products_inner .product_tab .details .main .features ul li:hover .imgbox {
  background: #ff0000;
}

.products_inner .product_tab .details .main .features ul li:hover .imgbox img.img01 {
  display: none;
}

.products_inner .product_tab .details .main .features ul li:hover .imgbox img.img02 {
  display: block;
  position: absolute;
  top: 0;
}

.products_inner .product_tab .details .main .project {
  background: url(images/pro_bg04.jpg) no-repeat center top;
  background-size: cover;
  /*height: 7.14rem;*/
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.products_inner .product_tab .details .main .project .maxwith {
  padding-top: 0.65rem;
}

.products_inner .product_tab .details .main .project .maxwith .div_text {
  /*width: 8.4rem;*/
  padding: 0.6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.products_inner .product_tab .details .main .project .maxwith .div_text::after {
  content: "";
  display: block;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.products_inner .product_tab .details .main .project .maxwith .div_text h4 {
  font-size: 0.42rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.products_inner .product_tab .details .main .project .maxwith .div_text em {
  display: block;
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.4rem;
}

.products_inner .product_tab .details .main .project .maxwith .div_text p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
  margin-bottom: 0.2rem;
}

.products_inner .product_tab .details .main .project .maxwith .div_text p em {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #000;
  margin-bottom: 0;
}

.products_inner .product_tab .details .main .project .maxwith .div_text p:last-child {
  margin: 0;
}

.products_inner .product_tab .details .main .findings {
  padding-bottom: 0.4rem;
}

.products_inner .product_tab .details .main .findings .maxwith p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  max-width: 11.1rem;
  margin: 0 auto;
  text-align: center;
}

.products_inner .product_tab .specification {
  padding-bottom: 0.1rem;
}

.products_inner .product_tab .specification .main {
  max-width: 15.2rem;
  margin: 0 auto;
  background: url(images/poinbgicon7.png) no-repeat bottom center;
  background-size: 13.8rem 0.8rem;
  padding-bottom: 0.8rem;
}

.products_inner .product_tab .specification .main .div_text {
  background: #fff;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: url(images/pro_bg05.jpg) no-repeat right bottom;
  box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.25);
  margin-top: 0.1rem;
  font-size: 0.2rem;
}

.products_inner .product_tab .specification .main .div_text p {
  font-size: 0.2rem;
  color: #5d5d5d;
  line-height: 0.32rem;
}

.products_inner .product_tab .specification .main .div_text h4 {
  font-size: 0.42rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.products_inner .product_tab .specification .main .div_text em {
  display: block;
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.4rem;
}
.products_inner .product_tab .specification .main .div_ref{
    background: #fff;
    padding: 0.4rem;
    background: url(images/pro_bg05.jpg) no-repeat right bottom;
    box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.25);
    margin-top: 0rem;
    font-size: 0.2rem;
    min-height: 350px;
}

.ref_yanjiu {
    text-align: center;
    padding-top: 0rem;
    margin-bottom: 0.4rem;
    background: url(images/poinbgicon4.png) no-repeat center bottom;
    background-size: 4.93rem 0.34rem;
    padding-bottom: 0.5rem;
}
.ref_yanjiu h3 {
    font-size: 0.42rem;
    color: #221815;
}
.specification .ref_img {
    width: 95%;
    height: 100%;
}
.specification .ref_tit {
    width: 100%;
    height: 1.0rem;
    box-sizing: border-box;
    background: #fff;
    padding: 0.1rem 0.2rem 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    font-size: 0.2rem;
}
.products_inner .product_tab .details .main .awards {
    overflow: hidden;
}
.products_inner .product_tab .details .main .awards {
    min-height: 11.24rem;
    background: url(images/pro_bg03.jpg) no-repeat center top;
}



.products_inner .product_tab .details .main .awards .cpjx {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}


.products_inner .product_tab .details .main .awards .cpjx li {
    width: 33%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.products_inner .product_tab .details .main .awards .cpjx li .cpjx-img {
    margin-bottom: 10px;
}
.products_inner .product_tab .details .main .awards .cpjx li .cpjx-img img {
    width: 100%;
}

.products_inner .product_tab .details .main .awards .cpjx li .cpjx-text {
    font-size: 0.32rem;
    text-align: center;
}

.products_inner .product_tab .details .main .features {
    padding-bottom: 0.2rem;
}
.products_inner .product_tab .details .main .features h4 {
    font-size: 0.32rem;
    color: #221e1f;
    margin-bottom: 0.3rem;
    text-align: center;
}
.products_inner .product_tab .details .main .features ul {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}
.products_inner .product_tab .details .main .maxwith {
    width: 15.2rem;
    margin: 0 auto;
}
.products_inner .product_tab .details .main .features ul li {
    width: 3.1rem;
    /* height: 4.5rem; */
    text-align: center;
    box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.35);
    box-sizing: border-box;
    padding: 0.6rem 0.25rem 0.25rem 0.25rem;
}
.products_inner .product_tab .details .main .features ul li .imgbox {
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 50%;
    border: 3px solid #ff0000;
    margin: 0 auto;
    margin-bottom: 0.35rem;
    position: relative;
}
.products_inner .product_tab .details .main .features ul li .imgbox img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.products_inner .product_tab .details .main .features ul li .imgbox img.img02 {
    display: none;
}
.products_inner .product_tab .details .main .features ul li h5 {
    font-size: 0.26rem;
    color: #221e1f;
    margin-bottom: 0.15rem;
}
.products_inner .product_tab .details .main .features ul li p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #8c8c8c;
    text-align: left;
}
.section6 {
    position: relative;
    box-sizing: border-box;
    display: table;
    background-size: cover;
    background: #333;
    height: 4.5rem !important;
}
.div_a a {
    display: block;
    width: 1.64rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #fff;
    background: #d6000f;
    border-radius: 0.21rem;
    text-align: center;
    position: relative;
}

.post-content img{
          display: block;
    margin: 0 auto;
    max-width: 11.8rem!important;
      

}

@media screen and (max-width: 768px){
	.post-content img{
    max-width: 100%!important;
 }
}

.div_gp {
        padding-left: 0.1rem;
    border-left: 1px dashed #adaeaa;
    float: left;
    text-align: center;
    margin: 0.18rem 0;
    padding-right: 0.3rem;
}

.div_gp p.p_tit {
    color: #666 !important;
}
.div_gp p {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #666;   
    margin: 0;
    
}
.div_gp.upStyle p {
    color: #f73131;
}

 .div_gp.upStyle p .up {
    padding-right: 0.2rem;
    margin-right: 0.05rem;
    background: url(images/up.png) no-repeat right center;
    background-size: 0.14rem 0.14rem;
}
 .div_gp p span {
    display: inline-block;
    font-size: 0.2rem;
}

.div_gp p span {
    display: inline-block;
    font-size: 0.2rem;
}
#Footer .widgets_wrapper,#Footer .footer_copy{
    max-width: 13.5rem;
    margin: 0 auto;
}

.box-container{
    padding: 0.8rem 0.9rem 1.5rem 0.9rem;
}

.div_r {
    float: right;
}
.div_l {
    float: left;
}

.clear {
    clear: both;
}

.post-content p{
        text-indent: 2em;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #646464;
    margin-bottom: 0.3rem;
}
.post-content h6{
	text-align:center;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #646464;
    margin-bottom: 0.3rem;
	letter-spacing: 0;
}
@media screen and (max-width: 1023px){
	.post-content h6 {
       font-size: 0.3rem!important;
       line-height: 1.5;
    }
}

.post-content h4{ text-indent: 2em;}

.post-title h4 {
    font-size: 0.24rem;
    line-height: 1em;
}

#Top_bar .menu>li>a {
     font-size: 0.2rem;
    color: #000;
    font-weight: 500;
}



 .pager .pages a, .pager .pages span.page-numbers {
    display: inline-block;
 color: #adadad;
     line-height: 0.34rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
     border: 1px solid #ccc;
    width: 0.34rem;
    height: 0.34rem; overflow: hidden; margin: 0 0.05rem;    padding: 0;
}

.pager .pages span.page-numbers.current {
        background: #c7102c;
    color: #fff;
}
.pager .pages a:hover{
      background: #c7102c;
    color: #fff;
}

.pager .pages a.page-numbers.prev  {
    border-radius: 0.17rem 0 0 0.17rem;
}
.pager .pages a.page-numbers.next  {
    border-radius: 0 0.17rem 0.17rem 0;
}
.pager .pages a.page-numbers.prev,.pager .pages a.page-numbers.next  {
    display: inline-block;
    overflow: hidden;
    width: 0.34rem;
    height: 0.34rem;
    text-align: center;
    line-height: 0.34rem;
    border: 1px solid #ccc;
}
.div_gp.downStyle p .down {
    padding-right: 0.2rem;
    margin-right: 0.05rem;
    background: url(images/down.png) no-repeat right center;
    background-size: 0.14rem 0.14rem;
}
.div_gp.downStyle p {
    color: #15901f;
}

#Top_bar.is-sticky .div_gp{
        margin: 5px;
}

#Top_bar.is-sticky .div_gp p {
    font-size: 0.17rem;
   
}
#Top_bar.is-sticky .div_gp p span {
    font-size: 0.17rem;
}

.contact_details li span.lang {
    display: block;
    position: relative;
    padding-right: 0.2rem;
    background: url(images/lang_icon.png) no-repeat right center;
    cursor: pointer;
	font-family: Arial;
}
.contact_details li span.lang .en {
       position: absolute;
    left: 0;
    top: 20px;
    display: none;
    z-index: 9;
    font-size: 0.15rem;
    color: #000;
    line-height: 0.35rem;

}

#Footer .widgets_wrapper{
    padding-top: 0.6rem;
    padding-bottom: 0;
}
.secondary_nav ul li.current-menu-item::after,
.secondary_nav ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.04rem;
  background: #d6000f;
  border-radius: 0.1rem;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.secondary_nav ul li.current-menu-item a,
.secondary_nav ul li:hover a {
  color: #d6000f;
}

.blog .blog_wrapper{
     padding: 0 0.9rem;
}
.blog .post-title h4 a{
    font-size: 0.24rem;
    line-height: 1.5;
}
.column_blog{
        background-color: #fff;
    padding: 1.3rem 0 0.5rem 0;
    box-shadow: 0 0 0.57rem rgba(141, 141, 141, 0.25);
}

.film .filmlist li .div_titH {
  background: none;
  text-align: center;
}
.film .filmlist li .div_titH h3,
.film .filmlist li .div_titH p {
  color: #fff;
}
@media only screen and (max-width: 1489px) and (min-width: 1240px){
.section_wrapper, .container, .with_aside .content_wrapper {
    width: 1400px;
}

}
@media screen and (max-width: 1460px){
  .contact_details li {
        margin-right: 0.1rem;
    }
    #Top_bar.is-sticky .menu_wrapper .menu>li>a {
    padding: 20px 0.2rem 0 0.2rem;
}
}


@media screen and (max-width: 1023px) {
 
#Side_slide #menu ul li a {
    font-size: 0.2rem;
}
 .products_inner .product_tab .details .main .awards .cpjx li .cpjx-text {
    font-size: 0.32rem;
    text-align: center;
}
 .products_inner .product_tab .details .main .awards .cpjx li .cpjx-img img {
    width: 100%;
}
.products_inner .product_tab .details .main .awards .cpjx li .cpjx-img {
    margin-bottom: 10px;
} 
.products_inner .product_tab .details .main .awards .cpjx li {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

 
 .products_inner .product_tab .details .main .awards .cpjx {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}
.specification .ref_tit {
    font-size: 0.29rem;
    line-height: 0.45rem;
    padding: 5px;
    height: 1.5rem;
    overflow: hidden;
}
 .products_inner .product_tab .details .main .features ul li p {
    font-size: 0.25rem;
    line-height: 1.5;
}
 .products_inner .product_tab .details .main .features ul li{
    width: 46%;
    margin-bottom: 15px;
 }
 
 .products_inner .product_tab .details .main .features ul {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    flex-wrap: wrap;
    width: 100%;
}
 .products_inner .product_tab .specification .main .div_text p {
    font-size: 0.25rem;
}
 .products_inner .product_tab .specification .main .div_text {
    padding: 0.2rem;
}
 .products_inner .product_tab .details .introduction dl dd .div_text p {
    width: auto;
    font-size: 0.3rem;
    line-height: 0.5rem;
}
 .products_inner .product_tab .details .introduction dl dd .div_text {
    width: auto;
    height: auto;
    padding: 0.2rem;
}
 .products_inner .product_tab .details .introduction dl dd {
    width: auto;
}
 .products_inner .product_tab .details .introduction dl dt .div_tit {
    width: 100%;
    display: block;
    height: auto;
    padding: 0.1rem 0;
}   
.products_inner .product_tab .details .introduction dl dt {
    width: 100%;
}    
.products_inner .product_tab .details .introduction {
    padding-bottom: 0.2rem;
}    
  .products_inner .product_tab .tabdivs {
    padding-top: 0.5rem;
}
  .products_inner .product_tab .tabIcons {
    margin: 0;
}
    .products_inner .product_tab {
    padding: 0.3rem;
}
    ul.procat-item {
        padding-left: 0;
        list-style: none;
    }
    ul.procat-item li a{
        font-size: 0.3rem;
    
    }
ul.procat-item li.current-menu-item::after{
    background: none;
}
ul.procat-item li.current-menu-item a{
    color: #c7102c;
    font-weight: bold;
}
 ul.procat-item li{
     line-height: 1.5;
    font-size: 0.3rem;
    float: left;
    padding-left: 0.3rem;
 }
 
 .pro_nav h3{
     display: none;
 }
     .film{
         padding: 0.5rem 0 0 0!important;
     }
   .film .filmlist li .div_tit h3 {
        font-weight: bold;
        font-size: 0.25rem;
        line-height: 1.5;
        margin-bottom: 0.1rem;
    }
    .film .filmlist li .div_img img {
        opacity: 0.5;
    }

    .film .filmlist li .videobox {
        opacity: 1;
    }
    .film .filmlist li {
        width: 49%;
        margin-bottom: 0.2rem;
    }
    
    .film .filmlist li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .film .filmlist li:not(:nth-child(2n)) {
        margin-right: calc(2% / 1);
    }
    .source p span{
        font-size: 0.2rem;
        line-height: 1.5;
    }
    .posttitle {
        font-weight: bold;
        font-size: 0.4rem;
        line-height: 1.5;
        margin-bottom: 0.3rem;
    }
    .post-content p {
        font-size: 0.3rem;
        line-height: 1.5;
        text-align: justify;
    }
    .videoBox {
        width: auto;
        height: auto;
        margin-bottom: 0.2rem;
    }

    .post-footer .date {
        font-size: 0.25rem;
    }

    .column_blog{
        padding: 0 ;
        box-sizing: border-box;
    }
    .post-desc p{
        font-size: 0.3rem;
        line-height: 1.5;
    }

   .blog .blog_wrapper{
         padding: 0 0.3rem!important;
    }
    
    .blog .post-title h4 a{
        font-size: 0.3rem;
        line-height: 1.5;
        font-weight: bold;
    }

    .icpbeian {
        width: 100%;
        background: none;
        text-align: center;
        border: none;
    }
    .footer .divlink {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
     .footer .divlink span {
        width: 100%;
        background: none;
        text-align: center;
        border: none;
    }
    .footer .divlink .linkbox {
        width: auto;
        position: static;
        background: none;
        border: none;
        display: block!important;
        overflow: hidden;
    }
    .footer .divlink .linkbox a:not(:nth-child(3n)) {
        margin-right: calc(10% / 2);
    }

    .footer .divlink .linkbox a {
        display: block;
        width: 28%;
        float: left;
        color: #fff!important;
        font-size: 0.2rem;
    }

    .footer .phone {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    .poiner_top {
        margin-bottom: 0.1rem;
        padding: 0 !important;
        top: 0;
    }
    
    .poiner_top .div_r {
        text-align: center;
        padding-top: 0.1rem;
    }
    .poiner_top .div_r {
        width: 100%;
        box-sizing: border-box;
        padding-top: 0;
        padding: 0 0.5rem;
        margin-bottom: 0.2rem;
    }
     .poiner_top .div_r img {
        max-width: 4.2rem!important;
        margin: 0 auto;
    }
     .poiner_top .div_l {
        width: 85%;
    }
    .poiner_top .div_l {
        padding: 0 0.5rem;
    }
    .poiner_top .div_l h2 {
        font-size: 0.48rem;
        color: #fff;
        margin-bottom: 0.25rem;
    }
     .poiner_top .div_l span {
        margin-bottom: 0.2rem;
    }
    .poiner_top .div_l p {
        font-size: 0.25rem;
        line-height: 0.4rem;
    }
    .box-container{
        padding: 0;
    }
    
    .post-big .post-img{
        width: 100%;
        display: none;
    }
  
    .post-big .post-desc-wrapper{
        width: 100%;
        padding-top: 0.8rem;
    }
    .post-small .post-img{
        width: 100%;
        height: auto;
    }
    .post-small .post-img img {
        width: 100%;
    }
    .post-small .post-desc-wrapper {
        width: 100%;
    }

}


@media only screen and (max-width: 767px){
    
    html{
        font-size:55px;
    }

    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 25px!important;
    }
    .mobile-header-mini.mobile-sticky #Top_bar .top_bar_right {
        display: none;
    }
    
    .mobile-header-mini #Top_bar .logo {
     
        display: none;
    }
    .mobile-header-mini #Top_bar .div_gp{
         display: none;
    }
    
    .mobile-header-mini #Top_bar .menu_wrapper {
      
        width: 55px;
        height: 55px;
    }
    
    #Header_wrapper{
      left: 0;
        z-index: 5;
        background-color: #c7102c;
        position: fixed;
        top: 0;
    }
    
    .mobile-header-mini #Top_bar a.responsive-menu-toggle i {
       
        color: #fff;
    }
    
    .mobile-sticky #Top_bar.is-sticky {
        position: inherit!important;
    }
    
    .secondary_nav ul li {
        margin: 0 0.1rem;
        height: auto;
        line-height: unset;
        text-align: center;
        padding: 0.18rem 0;
        float: none;
    }
    .mcb-wrap-inner {
        padding: 0.3rem !important;
        box-sizing: border-box;
        width: 100%;
    }
     .section_wrapper {
        width: 100% !important;
    }
    
    .sections_group {
        padding-bottom: 0.5rem!important;
    }

}



@media screen and (max-width: 461px){
    .contact_details li a,.contact_details li span.lang{
        font-size: 0.15rem;
        color: #000!important;
    }
    #Side_slide #menu ul li a {
    font-size: 0.28rem;
}
    .film .filmlist li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .film .filmlist li {
        width: 100%;
    }
    .div_gp {
        float: none;
        border: none;
    }
}

.about .brief .div_l .div_text p{text-align: justify;}
#contactform label{padding: 0 4px 0 0!important;}
.contact .contactus .div_add div p{    margin-bottom: 0.3rem!important;}
@media screen and (max-width: 1023px){
	.contact .contactus .div_add div p { margin-bottom: 0.2rem!important;}
}

