.g-flexview{
  position: relative;
}
.header{
  height: .88rem;
  padding: 0 .2rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  z-index:4;
}
.header>.logo{
	flex: 1;
	display: flex;
    align-items: center;
   justify-content: flex-start;
}
.header>.logo>a{
  display: block;
  width: .96rem;
  padding: 0 .15rem;
  
}
.header>.logo>a>img{
  width: 100%;
}
/*.header>.search{
  
  height: .5rem;
  margin: 0 .35rem;
  padding: 0 .15rem;
  border-radius: 200px;
  background: #e3e3e3;
  
}
.header>.search>img{
  width: .26rem;
}*/
.header>.tel>a{
  display: block;
  width: .84rem;
  padding: 0 .22rem;
}
.header>.tel>a>img{
  width: 100%;
}
.header>.menu{
  width: .4rem;
}
.header>.menu>img{
  width: 100%;
}
/*.header>.search-box{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: .88rem;
  z-index: 2;
}
.header>.search-box>.search-box-list{
  height: 1.66rem;
  padding: .16rem .2rem;
  background: #a62f31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header>.search-box>.search-box-list>form{
  width: 4.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.header>.search-box>.search-box-list>form>button{
	font-size:0;
}
.header>.search-box>.search-box-list>form>img {
	width:.4rem;
	height:.4rem;
}
.header>.search-box>.search-box-list>form:after{
  content: '';
  border-bottom: solid 1px #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.header>.search-box>.search-box-list>form>input{
  border: 0;
  font-size: .26rem;
  height: .7rem;
  width: 4rem;
  padding-right: .2rem;
  box-sizing: border-box;
  color: #FFFFFF;
}
.header>.search-box>.search-box-list>form>input::-webkit-input-placeholder{
  color: #FFFFFF;
}*/
.header>.search-box>.search-box-list>form>input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #FFFFFF;
}
.header>.search-box>.search-box-list>form>input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
}
.header>.search-box>.search-box-list>form>input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.header>.search-box>.search-box-list>form>button{
  border: 0;
  width: .4rem;
}
.header>.search-box>.search-box-list>form>button>img{
  width: 100%;
}
.header>.search-box>.search-box-list>.closed-search{
  width: 100%;
  height: .2rem;
  text-align: right;
  margin-top: .2rem;
}
.header>.search-box>.search-box-list>.closed-search>img{
  display: inline-block;
  height: 100%;
}
.headernav-mask{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0,0,0,.6);
}
.headernav{
  width: 3.75rem;
  height: 100%;
  position: absolute;
  left: -3.75rem;
  top: 0;
  bottom: 0;
  z-index: 6;
  text-align: right;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.headernav>.nav-box{
  display: inline-flex;
  flex-direction: column;
  width: 3.75rem;
  height: 100%;
  background: #FFFFFF;
}
.headernav>.nav-box>.closed-nav{
  padding: .24rem;
  height: .73rem;
}
.headernav>.nav-box>.closed-nav>img{
  height: 100%;
}
.headernav>.nav-box>.nav-box-list{
  flex: 1;
  padding-top: .35rem;
}
.headernav>.nav-box>.nav-box-list>dl{
  font-size: .28rem;
  color: #515151;
  text-align: left;
}
.headernav>.nav-box>.nav-box-list>dl>dt{
  padding: 0 .2rem 0 .6rem;
  height: .6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.headernav>.nav-box>.nav-box-list>dl>dt>.icon{
  background: url(/public/static/mobile/images/a14.png) no-repeat;
  background-size: 100% 100%;
}
.headernav>.nav-box>.nav-box-list>dl>dt>.icon-right{
  width: .25rem;
  height: .25rem;
  position: absolute;
  right: .2rem;
  top: 50%;
  margin-top: -.125rem;
}
.headernav>.nav-box>.nav-box-list>dl>dt.bac1{
  background: #ce132e;
  color: #FFFFFF;
}
.headernav>.nav-box>.nav-box-list>dl>dt.bac1>.icon{
  background: url(/public/static/mobile/images/a15.png) no-repeat;
  background-size: 100% 100%;
}
.headernav>.nav-box>.nav-box-list>dl>dd{
  overflow: hidden;
  background: #f2f2f2;
  display: none;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dt{
  padding: 0 .2rem 0 .6rem;
  font-size: .22rem;
  color: #666666;
  height: .55rem;
  display: flex;
  align-items: center;
  position: relative;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dt>.icon{
  background: url(/public/static/mobile/images/a14.png) no-repeat;
  background-size: 100% 100%;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dt>.icon-right{
  width: .25rem;
  height: .25rem;
  position: absolute;
  right: .2rem;
  top: 50%;
  margin-top: -.125rem;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dt.bac1{
  background: #FFFFFF;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dt.bac1>.icon{
  background: url(/public/static/mobile/images/a17.png) no-repeat;
  background-size: 100% 100%;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dd{
  overflow: hidden;
  background: #f2f2f2;
  display: none;
}
.headernav>.nav-box>.nav-box-list>dl>dd>.sub-section>dd>p{
  line-height: .5rem;
  padding: 0 .2rem 0 .95rem;
  color: #999999;
  font-size: .2rem;
}


/*点击拨打电话 S*/
.Call {
	display:block;
	overflow:hidden;
	background:#ce132e;
	padding:.15rem 0;
	color:#fff;
	font-weight:bold;
	font-size:.3rem;
	margin-top:.2rem;
}
.Call>a>i{
	display:block;
	background: url(/public/static/mobile/images/a4.png) no-repeat;
	background-size:100% 100%;
	width:.45rem;
	height:.45rem;
	float:left;
	margin-left:1.5rem;
	margin-right:.1rem;
	
}
/*点击拨打电话 E*/

/*最新产品 S*/
.Newest {
	padding:0 .2rem;
	margin-top:.25rem;
	
}
.Newest>.title {
	overflow:hidden;
	border-bottom:#b1b1b1 1px solid;
	padding:.15rem 0;
	display:flex;
}
.Newest>.title>h3 {
	font-size:.35rem;
	display:flex;
	flex:1;
}
.Newest>.title>.More {
	display:block;
	font-size:.25rem;
	width:.9rem;
	padding-top:.2rem;	
}
.Newest>.title>.More>a {
	color:#666;
}
.Newest_img {
	padding:0 .1rem !important;
}
.Newest_img>img{
	width:100%;
	height:100%;
}
.Newest_img>.text {
	padding:.1rem 0 .1rem;
	display:block;
	line-height:.4rem;
	font-size:.25rem;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space:wrap;
  	/*display:-webkit-box;*/
  	-webkit-box-orient:vertical;
  	-webkit-line-clamp:3;
	color:#666;
}
/*.mar_r {
	margin-right:.24rem;
}*/
.m-grides_News .grids-item{
	width: 32%;
    border: #d9d9d9 1px solid;
    margin: .2rem .12rem 0 0;
    padding: .1rem 0 0;
}
.m-grides_News .grids-item:nth-child(3n){
	margin-right:0;
}
/*最新产品 E*/

/*新闻资讯 S*/

.News {
	overflow:hidden;
}
.News>.News_mian {
	display:flex;
	height:1.2rem;
	overflow: hidden;
	position: relative;
	margin-top:.3rem;
}
.News_mian>.date {
	text-align:center;
	font-size:.3rem;
	width:1rem;
	height:1rem;
	background:#ec251d;
	overflow:hidden;
	color:#fff;
	padding:.15rem 0 .1rem;
	
}
.News_mian>.date>p {
	/*padding-top:.15rem;
	font-size:.35rem;
	padding-bottom:.1rem;*/
	font-weight: bold;
}
.News_mian>.tit {
	width:80%;
	height:1.2rem;
	margin-left:.25rem;
	overflow:hidden;
}
.News_mian>.tit>h4 {
	color:#666;
	font-size:.25rem;
	
}
.News_mian>.tit>p {
	font-size:.25rem;
	color:#999;
	display: block;
    /*display: -webkit-box;*/
    height:1rem;
    line-height:.4rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-top:.05rem;
}

/*新闻资讯 E*/

/*公司简介 S*/
.I_about {
	overflow:hidden;
	display:flex;
	margin-top:.25rem;
	
}
.I_about>.a_img {
	flex:1;
	display:flex;
	width:40%;
}
.I_about>.a_img>img {
	width:100%;
	height:100%;
}
.I_about>.a_text {
	display:block;
	width:58%;
	margin-left:.3rem;
	font-size:.25rem;
	line-height:.4rem;
	color:#666;
}
/*公司简介 E*/

/*客户见证 S*/
.m-grides_Customer .grids-item{
	width:48%;
	margin:.2rem .2rem 0 0;
	padding:0 !important;
}
.m-grides_Customer .grids-item:nth-child(2n){
	margin-right:0;
}
.m-grides_Customer .grids-item .grids-txt{
	padding:0 !important;
}
.m-grides_Customer .grids-item .grids-txt>.tu1,.m-grides_News .grids-item .grids-txt>.tu2{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.m-grides_Customer .grids-item .grids-txt>.tu1>img,.m-grides_News .grids-item .grids-txt>.tu2>img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-grides_Customer>.grids-item>.grids-txt>.text {
	display:block;
    height:.8rem;
    overflow: hidden;
    padding:.15rem .2rem 0;
    text-overflow: ellipsis;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	color:#666;
}

/*客户见证 E*/

/*底部 S*/

.foot {
	overflow:hidden;
	background:#ce132e;
	margin-top:.3rem;
}
.footer {
	overflow:hidden;
	padding:.25rem .2rem;
	display:flex;
}
.footer>.text {
	flex:1;
	width:60%;
	overflow:hidden;
	color:#fff;
	font-size:.28rem;
	line-height:.5rem;
}
.footer>.ewm {
	display:block;
	overflow:hidden;
	width:30%;
	font-size:.25rem;
	color:#fff;
	margin-left:.3rem;
}
.footer>.ewm>.img {
	width:2rem;
	height:2rem;
	display:block;
	margin-top:.2rem;
}
.footer>.ewm>.img>img {
	width:100%;
	height:100%;
}
.copyright_bg {
	overflow:hidden;
	background:#b70a26;
	padding:.2rem 0;
	color:#fff;
}
.copyright {
	overflow:hidden;
	padding:0 .2rem;
	line-height:.45rem;
}
.copyright>i {
	display:block;
	background: url(/public/static/mobile/images/icp.png) no-repeat;
	background-size:100% 100%;
	width:.34rem;
	height:.34rem;
	float:left;
	margin-left: .1rem;
    margin-right: .1rem;
}
.copyright>p>a {
	padding-left:.2rem;
}
/*底部 E*/


/*内页开始*/

/*关于我们 S*/
.ym-nav-box{
	display: flex;
	height: 45px;
	line-height: 45px;
}
.ym-nav-box .ym-nav{
	width: 75%;
	border-radius: 0px;
	background-color: #e3e3e3 !important;
	
}
.ym-nav-box .layui-nav-tree .layui-nav-bar{
	width: 0;
}
.ym-nav-box .ym-nav .layui-nav-item a{
	color: #000 !important;
	font-size:.32rem !important;
}
.ym-nav-box .ym-nav .layui-nav-item a:hover{
	background-color: #e3e3e3 !important;
}
.ym-nav-box .ym-nav .layui-nav-child{
	z-index: 9;
	border-radius: 0px;
	background-color: #e3e3e3 !important;
}
.ym-nav-box .ym-nav .layui-nav-child a{
	color: #666 !important;
	border-bottom: solid 1px #fff;
	font-size:.32rem !important;
}
.ym-nav-box .ym-nav .layui-nav-child a:hover{
	color: #fff !important;
	background-color: #c7000b !important;
}
.ym-nav-box .return{
	width: 25%;
	text-align: center;
	background-color: #c7000b;
	font-size:.32rem;
}
.ym-nav-box .return a{
	color: #fff;
}
/*下拉导航部分 E*/
.A_main img {
	width:100%;
	height:100%;
}
.A_main {
	overflow:hidden;
	padding:0 .2rem;
}
.A_main>h2 {
	overflow:hidden;
	font-size:.4rem;
	padding:.3rem 0 0;
	text-align:center;
	
}
.A_main>.text {
	font-size:.3rem;
	line-height:.5rem;
	padding-top:.3rem;
	color:#5c5c5c;
}
.A_main>.text>img {
	width:100%;
	height:100%;
}

/*关于我们 E*/

/*客户见证 S*/

.A_main>.date {
	overflow:hidden;
	font-size:.3rem;
	color:#666;
	text-align:center;
	padding:.2rem 0 0;
}
.ttext {
	font-size:.25rem;
	padding-top:.1rem;
	color:#999;
}

/*客户见证 E*/

/*联系我们 S*/

.contact {
	overflow:hidden;
	padding-top:.3rem;
}
.contact>h3 {
	font-size:.4rem;
}
.contact>.p_1 {
	font-size:0.3rem;
	color:#F00;
	line-height:.5rem;
	padding:.25rem 0 0;
}
.contact>.tttext {
	overflow:hidden;
	padding-top:.3rem;
}
.contact>.tttext>h4 {
	font-size:.35rem;
	padding:0 0 .15rem;
}
.contact>.tttext>.p_2 {
	display:block;
	padding-top:.15rem;
	font-size:.25rem;
	color:#5c5c5c;
}
.map {
	display:block;
	overflow:hidden;
	width:10rem;
	height:7rem;
	padding:.4rem 0 0;
}
.map>img {
	width:100%;
	height:100%;
}
/*联系我们 E*/

/*资料下载 S*/
.Down {
	overflow:hidden;
	
}
.Down>a {
	display:flex;
	overflow:hidden;
	margin-top:.3rem;
}
.Down>a>.date {
	display:block;
	text-align:center;
	font-size:.28rem;
	width:1.5rem;
	height:1.4rem;
	background:#ec251d;
	overflow:hidden;
	color:#fff;
}
.Down>a>.date>p{
	font-size:0.28rem;
	font-weight:bold;
	padding:0.25rem 0 .1rem;
}
.Down>a>.tit {
	width:70%;
	height:1.4rem;
	margin-left:.25rem;
	overflow:hidden;
	line-height:1.4rem;
	font-size:0.32rem;
}
/*资料下载 E*/

/*产品列表 S*/
.pr_list {
	overflow:hidden;
}
.pr_main{
	overflow:hidden;
}
.pr_main .grids-item{
	padding:.3rem .1rem 0;
}
.pr_main .grids-item>.pr_img {
	border:#dbdbdb 1px solid;
	padding:0.2rem;
}
.pr_img>img{
	width:100%;
	height:100%;
}
.pr_img>.text {
	padding:.3rem 0 .1rem;
	display:block;
	line-height:.4rem;
	font-size:.25rem;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space:wrap;
  	/*display:-webkit-box;*/
  	-webkit-box-orient:vertical;
  	-webkit-line-clamp:3;
}
/*产品列表 E*/

/*产品详情页 S*/
.pr_show {
	overflow:hidden;
}
/*产品图片切换部分 S*/
.slider{
	width:100%; /*Same as width of the large image*/
	max-width:750px;
	margin:0 auto;
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
}
/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; 
	top: 0;
	transition: all 0.5s;
	width:100%;
	height:100%;
}

.slider input[name='slide_switch'] {
	display: none;
}
.slider label {
	/*Lets add some spacing for the thumbnails*/
	
	margin: 12px 0 0 6px;
	border:1px solid #ddd;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #c7000b;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*产品图片切换部分 E*/

.show_title {
	overflow:hidden;
	padding:.2rem .2rem 0; 	
}
.show_title>h3 {
	font-size:.35rem;
	color:#5c5c5c;
	font-weight:normal;
}
.show_title>p {
	display:block;
	padding:.1rem 0;
}
.show_title>.p_3 {
	font-size:.4rem;
	color:#e93323;
	font-weight:bold
}
.show_title>.p_4 {
	font-size:.25rem;
	color:#5c5c5c;
}

.show_tel_bg {
	overflow:hidden;
	border-top:#d6d6d6 1px solid;
	border-bottom:#d6d6d6 1px solid;
	margin-top:.2rem;
}
.show_tel {
	padding:.2rem;
	color:#d20302;
	font-size:.32rem;
}
.show_tel>i {
	display:block;
	background: url(/public/static/mobile/images/a7.png) no-repeat;
	background-size:100% 100%;
	width:.45rem;
	height:.45rem;
	float:left;
	margin-right:.1rem;
}
.show_Consultation_bg {
	overflow:hidden;
	border-bottom:#d6d6d6 1px solid;
}
.show_Consultation{
	display:flex;
	padding:.2rem;
}
.btn_color {
	flex:1;
	background:#d20303 !important;
	font-size:.3rem;
}
.show_Consultation>.Con_btn{
	width:2rem;
	margin-left:3.5rem;
	line-height:.7rem;
	overflow:hidden;
	
}
.show_Consultation>.Con_btn>a>i {
	display:block;
	background: url(/public/static/mobile/images/a9.png) no-repeat;
	background-size:100% 100%;
	width:.45rem;
	height:.45rem;
	float:left;
	margin-right:.1rem;
	margin-top:.1rem;
}
.show_Consultation>.Con_btn>a {
	font-size:.3rem;
	color:#5c5c5c;
}
.line_bot {
	border-bottom:#d6d6d6 1px solid;
}
.ttxt {
	font-size:.28rem;
	line-height:.5rem;
	color:#5c5c5c;
}
/*产品详情页 E*/

/*内页浮动电话 S*/
.tel_float {
	width:100%;
	padding:.2rem;
	background: #00a8ff;
	z-index: 4;
	position:fixed;
	bottom:.5rem;
}
.tel_float>a>.tel-box{
  position: relative;
  width:100%;
  z-index:5;
}
.tel_float>a>.tel-box>.tel-box-list{
	display:block;
    overflow:hidden;
    /*padding:.5rem 0;*/
}
/*.tel_float>a>.tel-box>.closed-tel{
  position:absolute;
  right:0;
  top:0;
  width: 100%;
  height: .25rem;
  text-align: right;
  overflow:hidden;
}
.tel_float>a>.tel-box>.closed-tel>img{
  display: inline-block;
  height: 100%;
}*/
.tel_float>a>.tel-box>.tel-box-list>p{
	color:#fff;
    font-size: .28rem;
	text-align:center;
	font-weight:bold;
}
.tel_float>a>.tel-box>.tel-box-list>.bot_tel{
	display:block;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
	font-size: .4rem;
    margin-top: .1rem;
    margin-left: .5rem;
}
.tel_float>a>.tel-box>.tel-box-list>.bot_tel>i{
	display:block;
	background: url(/public/static/mobile/images/a4.png) no-repeat;
	background-size:100% 100%;
	width: .5rem;
    height: .5rem;
    float: left;
    margin-left: .9rem;
    margin-right: .2rem;
}

/*内页浮动电话 E*/<!--0.00022411346435547-->