@media (min-width: 992px)and (max-width:1200px ){
.main_about_text img {
    width: 225px;
}
.service{
     padding: 25px 20px;
}
.main_contact>span{
  margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width:992px){
.mobile_header{
    height: 1rem;
    padding:0 0.15rem;
}
.mobile_header .row{
  position: relative;
}
.mobile_logo{
    float: left;
    line-height: 1rem;
    width: 0.8rem;
}
.mobile_logo img{
    width: 100%;
}
.mobile_header_contact{
    float: left;
    margin-left: 0.15rem;
    color: #3c3c3c;
    font-size: 0.18rem;
    padding-top: 0.3rem;
}
.mobile_header_contact a{
    color: #3c3c3c;
}
.mobile_search{
  float: right;
  background-color: #ebac1a;
  padding: 0.1rem;
  border-radius: 0.05rem;
  margin-top: 0.25rem;
}
.mobile_search img{
  width: 0.26rem;
  height: auto;
}
.mobile_search_in{
  position: absolute;
  width: 100%;
  top: 0.9rem;
  height: 0.4rem;
  border:1px solid #bebebe;
  background-color: #ffffff;
  z-index: 22;
  display: none;
}
.mobile_search_in form{
 width: 100%;
 height: 100%;
 position: relative;
}
.mobile_search_in form:before{
 content: '';
 display: block;
 width: 0.1rem;
 height: 0.1rem;
 border: 1px solid #dcdcdc;
 position: absolute;
 right: 0.2rem;
 top: -0.05rem;
 transform: rotate(45deg);
 background-color: #ffffff;
 border-bottom: 0;
 border-right: 0;
}
.mobile_search_in form input{
 width: 100%;
 height: 100%;
 border:none;
 outline: none;
 padding-left: 0.1rem;
 font-size: 0.16rem;
 padding-right: 0.8rem;
}
.mobile_search_in form button, .mobile_search_in form a{
 color: #8c8c8c;
 font-size: 0.16rem;
 border:none;
 position: absolute;
 right: 0;
 top: 0;
 height: 100%;
 line-height: 100%;
 background-color: transparent;
}
.main{
    padding-top: 0;
}
.main_in_right{
    padding: 0;
}
 .mobile_crumb{
 height: 0.7rem;
 background-color: #ebac1a;
 padding:0 0.15rem;
 position: relative;
}
.mobile_crumb_left{
    float: left;
    line-height: 0.7rem;
    color: #3c3c3c;
    font-size: 0.24rem;
}
.mobile_crumb_left a{
    color: #3c3c3c;
}
.mobile_crumb_right{
  float: right;
  background: url("../images/mobile_menu.png") no-repeat;
  height: 0.4rem;
  width: 0.5rem;
  background-size: cover;
  margin-top: 0.09rem;
}
.mobile_crumb_right.active{
   background: url("../images/mobile_menu_one.png") no-repeat;
   background-size: cover;
}
.mobile_bar{
    display:none;
 position: absolute;
 width: 100%;
 z-index: 14;
 top: 0.7rem;
 left: 0;
 padding: 0 0.15rem;
 background-color: #ebac1a;
}
.mobile_bar_in{
    border-top: 1px solid #ffffff;
    padding-bottom: 0.1rem;
}
.mobile_bar_in>li{
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
.mobile_bar_in>li:nth-last-child(1){
    border-bottom: 0;
}
.mobile_bar_in>li>a{
    display: block;
    color: #fefefe;
    font-size:0.2rem;
    text-decoration:none;
}
.mobile_bar_in>li.active>a{
    background-color: #ffffff;
    text-align: center;
    color: #ebac1a;
}
.mobile_bar_list a{
 color: #3c3c3c;
 font-size:0.18rem;
 display: inline-block;
 margin-right: 0.1rem;
}
/* index begin */
.main_about_left{
 padding-right: 0;
}
/* product begin */
.product{
    padding-top: 0.2rem;
}
.main_in_right{
  padding-left: 0;
 }
 .crumb span{
    font-size: 0.24rem;
 }
.product_list li{
  width: 49%;
  margin-right: 2%;
}
.product_list li:nth-of-type(3n){
  width: 49%;
  margin-right: 2%;
}
.product_list li:nth-of-type(2n){
  margin-right: 0;
}
.product_list li h3{
 font-size: 0.2rem;
 line-height: 0.3rem;
 height: 0.6rem;
}
.page a {
  color: #5a5a5a;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
/* about begin */
.about_b{
  padding-top: 0.2rem;
}
.about_b p {
    color: #3c3c3c;
    font-size: 0.18rem;
    line-height: 0.3rem;
}
/* blog begin */
.blog{
 padding-top: 0.2rem;
}
.blog_list li{
 padding: 0.15rem 0;
 border-bottom: 1px dashed #8c8c8c;
}
.blog_list li h3{
  color: #3c3c3c;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  transition:all 0.5s;
  position: relative;
}
.blog_list li h3::before{
  content: "";
  position: absolute;
  left: -0.1rem;
  height: 100%;
  width: 0.04rem;
  background-color: #000000;
}
.blog_list li p{
 color: #8c8c8c;
 font-size: 0.18rem;
}
/* blog-list begin */
.blog_detail_title h1{
  height: 0.6rem;
  line-height: 0.6rem;
  color: #3c3c3c;
  font-size: 0.2rem;
}
.blog_detail_title p{
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #dcdcdc;
  color: #8c8c8c;
  font-size: 0.18rem;
}
.blog_detail_text {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dcdcdc;
}
.blog_detail_text p{
  color: #3c3c3c;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.blog_detail_text img{
  margin: 0.1rem 0;
  width: 100%;
  height: auto;
  display: block;
}
.blog_detail_link li{
 color: #3c3c3c;
 font-size: 0.18rem;
 height: auto;
 line-height: 0.3rem;
 margin-top: 0.1rem;
}
.blog_detail_link li a{
 color: #8c8c8c;
 font-size: 0.18rem;
 display: inline-block;
 height: auto;
 line-height: 0.3rem;
 border:1px solid transparent;
 border-radius:0.15rem;
 padding:0 0.15rem;
}
/* service begin */
.service{
  padding: 35px;
}
/* product-list begin */
.pro_related .product ul li:nth-last-of-type(1){
  display: none;
}
}

@media (max-width:768px) {
	.about img{
		max-width: 100%;
	}
.pro_fea_in img, .pro_fea_in iframe{
width:100% !important;
height:auto !important;
}

html{
    font-size:100px;
}
/* commmon begin */
body{
    padding-bottom: 1rem;
}
.mobile_header{
    height: 1rem;
    padding:0 0.15rem;
}
.mobile_header .row{
  position: relative;
}
.mobile_logo{
    float: left;
    line-height: 1rem;
    width: 0.8rem;
}
.mobile_logo img{
    width: 100%;
}
.mobile_header_contact{
    float: left;
    margin-left: 0.15rem;
    color: #3c3c3c;
    font-size: 0.18rem;
    padding-top: 0.3rem;
}
.mobile_header_contact a{
    color: #3c3c3c;
}
.mobile_search{
  float: right;
  background-color: #ebac1a;
  padding: 0.1rem;
  border-radius: 0.05rem;
  margin-top: 0.25rem;
}
.mobile_search img{
  width: 0.26rem;
  height: auto;
}
.mobile_search_in{
  position: absolute;
  width: 100%;
  top: 0.9rem;
  height: 0.4rem;
  border:1px solid #bebebe;
  background-color: #ffffff;
  z-index: 22;
  display: none;
}
.mobile_search_in form{
 width: 100%;
 height: 100%;
 position: relative;
}
.mobile_search_in form:before{
 content: '';
 display: block;
 width: 0.1rem;
 height: 0.1rem;
 border: 1px solid #dcdcdc;
 position: absolute;
 right: 0.2rem;
 top: -0.05rem;
 transform: rotate(45deg);
 background-color: #ffffff;
 border-bottom: 0;
 border-right: 0;
}
.mobile_search_in form input{
 width: 100%;
 height: 100%;
 border:none;
 outline: none;
 padding-left: 0.1rem;
 font-size: 0.16rem;
 padding-right: 0.8rem;
}
.mobile_search_in form button, .mobile_search_in form a{
 color: #fff;
 font-size: 0.16rem;
 border:none;
 position: absolute;
 right: 0;
 top: 0;
 height: 100%;
 line-height: 100%;
 background-color: #ebac1a;
 padding: 5px 10px 0 10px;
}
.mobile_crumb{
 height: 0.7rem;
 background-color: #ebac1a;
 padding:0 0.15rem;
 position: relative;
}
.mobile_crumb_left{
    float: left;
    line-height: 0.7rem;
    color: #3c3c3c;
    font-size: 0.24rem;
}
.mobile_crumb_left a{
    color: #3c3c3c;
}
.mobile_crumb_right{
  float: right;
  background: url("../images/mobile_menu.png") no-repeat;
  height: 0.4rem;
  width: 0.5rem;
  background-size: cover;
  margin-top: 0.09rem;
}
.mobile_crumb_right.active{
   background: url("../images/mobile_menu_one.png") no-repeat;
   background-size: cover;
}
body .mobile_crumb:nth-child(2) .mobile_crumb_right{
	background: none;
}
.mobile_bar{
    display:none;
 position: absolute;
 width: 100%;
 z-index: 14;
 top: 0.7rem;
 left: 0;
 padding: 0 0.15rem;
 background-color: #ebac1a;
}
.mobile_bar_in{
    border-top: 1px solid #ffffff;
    padding-bottom: 0.1rem;
}
.mobile_bar_in>li{
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
.mobile_bar_in>li:nth-last-child(1){
    border-bottom: 0;
}
.mobile_bar_in>li>a{
    display: block;
    color: #fefefe;
    font-size:0.2rem;
    text-decoration:none;
}
.mobile_bar_in>li.active>a{
    background-color: #ffffff;
    text-align: center;
    color: #ebac1a;
}
.mobile_bar_list a{
 color: #3c3c3c;
 font-size:0.18rem;
 display: inline-block;
 margin-right: 0.1rem;
}
.mobile_footer{
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.2rem;
}
.mobile_footer a{
 color: #ffffff;
 font-size: 0.2rem;
}
.follwn{
    height: 0.5rem;
    line-height: 0.5rem;
    color: #f0f0f0;
    font-size: 0.2rem;
}
.mobile_footer_nav {
    height: 1rem;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0.1rem;
}
.follwn_list li{
    width: 25%;
    float: left;
   text-align: center;
}
.follwn_list li p{
    color: #5e6265;
    font-size: 0.24rem;
}
.follwn_list li img{
    height: 0.5rem;
    width: auto;
}
.main{
    padding-top: 0;
    padding-bottom: 0.5rem;
    background-color: #f0f0f0;
}
.main_in_right .col-md-12{
 padding: 0.2rem;
 padding-top: 0.1rem;
}
/* index begin */
.main_banner .swiper-pagination-bullet{
  width: 0.2rem;
  height: 0.2rem;
}
.main_banner .swiper-pagination-bullet-active:before{
 width: 0.1rem;
 height: 0.1rem;
}
.main_pro{
  padding: 0.1rem;
}
.main_pro .col-xs-12{
 padding: 0;
}
.main_pro_title{
 height: 0.42rem;
}
.main_pro_title span{
  height: 0.42rem;
  line-height:0.42rem;
  font-size: 0.22rem;
  padding: 0 18px;
}
.main_pro_title a{
  height: 0.22rem;
  line-height:0.22rem;
  font-size: 0.18rem;
  padding: 0 10px;
}
.main_about{
 padding: 0.15rem 0.1rem;
}
.main_about .col-sm-12{
  padding: 0;
}
.main_about_left{
  padding: 0;
}
.main_about_left>span {
    display: block;
    color: #3c3c3c;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}
.main_about_text img{
  width: 2.55rem;
}
.main_about_text_in{
  background-color: #ffffff;
  padding: 0.22rem 0.22rem 0.22rem 0.8rem;
}
.main_about_text_in p{
 color: #3c3c3c;
 font-size: 14px;
 line-height: 22px;
 height: 110px;
 margin-bottom: 15px;
 overflow: hidden;
}
.main_bottom{
 padding:0.2rem 0.1rem 0.35rem 0.1rem;
}
.main_bottom_title{
 height: 0.5rem;
 box-sizing: border-box;
 position: relative;
 margin-bottom: 0.25rem;
}
.main_bottom_title span{
  font-size: 0.3rem;
}
.main_bottom_title a{
  display: inline-block;
  height: 0.3rem;
  line-height:0.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3c3c3c;
  color: #f0f0f0;
  font-size: 0.18rem;
  padding: 0 10px;
}
.main_blog{
  width: 100%;
}
.main_blog_list li a{
  font-size: 0.22rem;
}
.main_service {
   margin-top: 0.3rem;
    width: 100%;
}
/* product begin */
.product{
    padding-top: 0.2rem;
}
.main_in_right{
  padding-left: 0;
 }
 .crumb span{
    font-size: 0.3rem;
 }
.product_list li{
  width: 49%;
  margin-right: 2%;
}
.product_list li:nth-of-type(3n){
  width: 49%;
  margin-right: 2%;
}
.product_list li:nth-of-type(2n){
  margin-right: 0;
}
.product_list li h3{
 font-size: 0.2rem;
 line-height: 0.3rem;
 height: 0.6rem;
}
.page a {
  color: #5a5a5a;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
/* about begin */
.about_b{
  padding-top: 0.2rem;
}
.about_b p {
    color: #3c3c3c;
    font-size: 0.18rem;
    line-height: 0.3rem;
}
/* blog begin */
.blog{
 padding-top: 0.2rem;
}
.blog_list li{
 padding: 0.15rem 0;
 border-bottom: 1px dashed #8c8c8c;
}
.blog_list li h3{
  color: #3c3c3c;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  transition:all 0.5s;
  position: relative;
}
.blog_list li h3::before{
  content: "";
  position: absolute;
  left: -0.1rem;
  height: 100%;
  width: 0.04rem;
  background-color: #000000;
}
.blog_list li p{
 color: #8c8c8c;
 font-size: 0.18rem;
}
/* blog-list begin */
.blog_detail_title h1{
  height: 0.6rem;
  line-height: 0.6rem;
  color: #3c3c3c;
  font-size: 0.2rem;
}
.blog_detail_title p{
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #dcdcdc;
  color: #8c8c8c;
  font-size: 0.18rem;
}
.blog_detail_text {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dcdcdc;
}
.blog_detail_text p{
  color: #3c3c3c;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.blog_detail_text img{
  margin: 0.1rem 0;
  width: 100%;
  height: auto;
  display: block;
}
.blog_detail_link li{
 color: #3c3c3c;
 font-size: 0.18rem;
 height: auto;
 line-height: 0.3rem;
 margin-top: 0.1rem;
}
.blog_detail_link li a{
 color: #8c8c8c;
 font-size: 0.18rem;
 display: inline-block;
 height: auto;
 line-height: 0.3rem;
 border:1px solid transparent;
 border-radius:0.15rem;
 padding:0 0.15rem;
}
/* service begin */
.service{
  padding: 0.2rem 0;
}
.service_in{
  height: 6.7rem;
}
.service_in a{
  font-size: 0.2rem;
}
.service_in_1{
  right: 0.54rem;
  top: 1.1rem;
}
.service_in_2{
  left: 0.9rem;
  top: 1.62rem;
}
.service_in_3{
  right: 0.4rem;
  top: 3.05rem;
}
.service_in_4{
  left: 1.8rem;
  top: 3.5rem;
}
.service_in_5{
  left: 1rem;
  bottom: 1.05rem;
}
.service_in_6{
  right: 0.55rem;
  bottom: 1.25rem;
}
/* contact begin */
.contact_top{
 padding: 0.2rem 0;
 overflow: hidden;
}
.contact_top>div:nth-of-type(1){
 margin-bottom: 0.35rem;
}
.contact_top_one{
  width: 48%;
  float: left;
  position: relative;
}
.contact_add{
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 100%;
  padding: 0 0.1rem;
}
.contact_top span{
 color: #3c3c3c;
 display: block;
 font-size: 0.2rem;
 margin-bottom: 0.1rem;
}
.contact_top p{
 color: #8c8c8c;
 font-size: 0.18rem;
}
.contact_top p a{
  color: #8c8c8c;
  display: block;
}
.contact_email{
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
  padding: 0 0.3rem;
  word-wrap:break-word;
}
.contact_tel{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.2rem;
}
.contact_skype{
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  padding: 0 0.2rem;
}
.contact_form p{
 font-size: 0.18rem;
 line-height: 0.3rem;
 padding: 0.1rem 0;
}
.contact_form_list .public{
 height: auto;
 margin-bottom:0;
 overflow: hidden;
}
.contact_form_list .public input{
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  float: left;
  color: #000;
  font-size: 0.18rem;
  border: 1px solid #8c8c8c;
  padding-left: 0.1rem;
  margin-bottom: 0.2rem;
}
.contact_form_list .textarea{
  overflow: hidden;
  margin-bottom: 0;
}
.contact_form_list textarea{
  width: 100%;
  height: 1.6rem;
  line-height: 0.5rem;
  float: left;
  color: #000;
  font-size: 0.18rem;
  border: 1px solid #8c8c8c;
  padding-left: 0.1rem;
  outline: none;
  resize: none;
  margin-bottom: 0.2rem;
}
.contact_form_list .code{
  overflow: hidden;
}
.contact_form_list .form_in{
  width: 100%;
  float: left;
}
.contact_form_list .form_in input{
  width: 60%;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #bebebe;
  font-size: 0.18rem;
  border: 1px solid #8c8c8c;
  padding-left: 0.1rem;
  outline: none;
}
.contact_form_list .form_in img{
    margin-left: 0.15rem;
}
.contact_form_list button{
  margin-top: 0.3rem;
  background-color: #ff9000;
  text-align: center;
  color: #ffffff;
  font-size: 0.22rem;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #ff9000;
  height: 0.5rem;
  line-height: 0.5rem;
}
.contact_form_list #p1,.contact_form_list #p2,.contact_form_list #p3{
  display: block;
  line-height: 0.35rem;
  padding-left: 0.2rem;
  width: 100%;
  float: left;
}
.contact_form_list #p1 div,.contact_form_list #p2 div{
    margin-top: -0.2rem;
}
.contact_form_list #p3 div{
  margin: 0;
}
.contact_form_list #p1 div img,.contact_form_list #p2 div img,.contact_form_list #p3 div img{
    margin-right: 0.1rem;
}
.contact_form_list #p1 font,.contact_form_list #p2 font,.contact_form_list #p3 font{
  font-size: 0.18rem;
  line-height: 0.35rem;
}
/* search-no-result begin */
.result_top{
  padding: 0.3rem 0;
  overflow: hidden;
}
.result_title{
 color: #3c3c3c;
 font-size: 0.3rem;
}
.result_text p{
 color: #3c3c3c;
 font-size: 0.2rem;
 line-height: 0.35rem;
}
.result_text p a{
  display: inline-block;
  color: #ebac1a;
  margin: 0 0.15rem;
}
/* 404 begin */
.found_top{
 padding:0.3rem;
}
/* product-list begin */
.product_detail {
    margin-bottom: 0.2rem;
}
.product_detail_top{
  margin: 0.2rem 0;
}
.product_detail_left {
    width: 100%;
    float: left;
}
.product_detail_right {
    width: 100%;
    float: right;
    margin-top: 0.18rem;
}
.product_detail_right h1 {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.product_detail_text {
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.product_detail_bottom a {
    display: inline-block;
    width: 48%;
    text-align: center;
    color: #ffffff;
    font-size: 0.24rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
}
.pro_fea_in {
    padding-top: 15px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 0.3rem;
}
.pro_data{
  margin: 0.15rem 0;
}
.pro_data_in table tr td{
  font-size: 0.2rem;
}
.pro_related .product{
  padding-top: 0.2rem;
}
.pro_related .product ul li:nth-last-of-type(1){
  display: none;
}
}

@media (min-width: 420px) and (max-width:768px){
 .contact_add{
  top: 0.5rem;
 }
 .contact_email{
  top: 0.7rem;
  padding: 0 0.5rem;
 }
 .contact_tel {
    bottom: 0.8rem;
    padding: 0 0.3rem;
}
.contact_skype{
  bottom: 0.8rem;
  padding: 0 0.3rem;
}
}
@media (min-width: 320px) and (max-width:374px){
/* service begin */
.service_in a{
  font-size: 0.18rem;
}
.service_in_1{
  right: 0.2rem;
  top: 1.1rem;
}
.service_in_2{
  left: 0.65rem;
  top: 1.62rem;
}
.service_in_3{
  right: 0.1rem;
  top: 3.05rem;
}
.service_in_4{
  left: 1.75rem;
  top: 3.5rem;
}
.service_in_5{
  left: 0.8rem;
  bottom: 1.05rem;
}
.service_in_6{
  right: 0.25rem;
  bottom: 1.25rem;
}
}