/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}





.com-img{ overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



/*样式*/
.wh{max-width: 1500px;margin:0 auto;padding:0 10px}
.flex_11{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.btop_1{margin-top:3.5vw}
.btop_2{margin-top:2.5vw}




/* head_11 */
.head_11{width: 100%;position: absolute;background: rgba(255, 255, 255, .15);height:100px;z-index: 99999;}
.logo_11{line-height: 100px;}
.logo_11 img{line-height: 100px;}

.tel{margin-right: 10px;	font-family: Arial-BoldMT;
	font-size: 26px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -1px;
	color: #ffffff;}

.tel img{padding-right: 10px;}

.yuan{	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;}

.yuan img{padding-right: 10px;}

.yuan a{color: #ffffff;}

.dao{width: 80%;}

.nnav{width: 65%;}

/* 导航样式 */
.x-menu > li {
    width: 16.6%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}
.x-menu > li>a {
    font-size: 16px;
    color: #fff;
    line-height: 100px;
    display: block;
}
.x-menu > li > a:hover {
    	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 100px;
	letter-spacing: 0px;font-weight: 600;
	color: #f57c11;background:url(../images/71e64f8bf4dd0a089baf381cd9d1f4f05b46299f.png) no-repeat center bottom;
}

.x-menu > li.active > a {}




.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-sub-menu {
    top: 100px;
}


.x-menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100px;
    background: rgba(255,255,255,.6);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display:none;
}

@media (max-width: 1370px) {
.tel{font-size: 20px;}
}

@media (max-width: 1100px) {
.dao{width: 80.7%;}
}


/* 热门关键词 */
.soso{	border-bottom: solid 1px #eeeeee;height: 72px;}
.hot1{color: #888888;	font-size: 14px;}
.hot1 img{padding-right: 10px;line-height: 72px;
	letter-spacing: 0px;
	color: #888888;}
.hot1 a{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #888888;margin-right: 8px;}



#formsearch{float:right;border-left: 1px solid #eeeeee;}
#formsearch input{height:72px;background:none;border:none;line-height:72px;width:310px;float: left;border-right: none;outline: none;}
#formsearch input#keyword{height:72px;line-height:72px;padding-left:30px;color:#666;}
#formsearch input#s_btn{width:96px;height:72px;float: left;line-height:72px;text-align:center;background:url(../images/a62b969c7507894b0e6bda040a4bf8fe38c47c77.png) no-repeat center #f57c11;color:#fff;border:none;cursor:pointer;font-size:0px;}
#formsearch input::placeholder{color:#8c8c8c;font-size: 14px;}



@media (max-width: 992px) {
#formsearch{display:none;}
}



/* product */

.zn{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.zn dl{
    width: 49.5%;
}
.zn .li{
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.zn .li img{
    width: 100%;
}
.zn .li div{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 50%;
}
.zn .li div h1{

    font-size: 28px;
    line-height: 2;color:#333333;
}
.zn .li  img{
    /* -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); */
}



.zn .li div p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #606060;
}
.zn .li div a{
    color: #6a6a6a;  font-family: pingfang;
    border: 1px solid #6a6a6a;
    border-radius: 15px;
    padding: 3px 24px;
    margin-top: 15px;
    display:inline-block;
	font-size: 16px;
}



.zn .li:hover div h1{
    color: #f57c11;
 
}

.zn .li:hover div a{
    color: #f57c11;  font-family: pingfang;
    border: 1px solid #f57c11;
 
}


.zn .li:hover img{
    /* box-sizing:border-box !important;-webkit-filter: grayscale(0);  */
	/* Chrome, Safari, Opera */
    /* filter: grayscale(0); */

 
}






@media (max-width: 1440px) {
.zn .li div h1{
 font-size: 20px;
    line-height: 2;color:#333333;
}
}

@media (max-width: 1280px) {
.zn .li div p{line-height: 25px;}
}

@media (max-width: 992px) {
.zn{display: block;}
.zn dl{width: 100%;}
.zn .li div{width: 85%;}
.zn .li div a{
    color: #6a6a6a;
    font-family: pingfang;
    border: 1px solid #6a6a6a;
    border-radius: 15px;
    padding: 5px 24px;
    margin-top: 15px;
    display:
    inline-block;
}
}



/* 选着力嘉的“四大理由” */
.sdly li{background:#f8f8f8;padding:35px;width: 49%;margin-bottom: 35px;}
.sdly li .img_aa{width: 52px;}
.sdly li .img_aa img{width: 100%;}
.sdly li .bt_cc{margin-left:20px}
.sdly li .bt_cc h3{	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;}
.sdly li .bt_cc h4{	font-family: MicrosoftYaHeiUI;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #b5b5b5;}

.sdly li span{display: block;	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;margin-top:15px;height:60px;overflow: hidden;margin-left:72px}


@media (max-width: 992px) {
.sdly li .bt_cc h3{font-size:18px}
.sdly li span{font-size:14px}
}



@media (max-width: 768px) {
.sdly li{background:#f8f8f8;padding:15px;width: 100%;margin-bottom: 35px;}
}







.solutions-box {

}
.solutions-list {
  font-size: 0;
}
.solutions-list li {
  width: 16%;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.solutions-list li::after{position: absolute;background: rgba(0, 0, 0, .6);width: 100%;height:100%;content: "";top:0px;left:0px;z-index: 1;}
.solutions-list li.active::after{display:none;}

.solutions-list li .ww_nn{position: absolute;width: 100%;top:32%;z-index: 2;}
.solutions-list li .ww_nn .img_cc{width: 82px;margin:0 auto}
.solutions-list li .ww_nn .img_cc img{width: 100%;}
.solutions-list li .ww_nn h3{	font-family: MicrosoftYaHeiUI;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;margin-top:10px}


.solutions-list li .ww_nn .more_a{width: 24px;margin:0 auto;margin-top:15%}

.solutions-list li.active .ww_nn{display: none;}

.solutions-list li.active {
  width: 36%;
}
.solutions-list li .img {}
.solutions-list li .img img {}

.solutions-list li .text {
  position: absolute;
  bottom:0%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  text-align: center;
 width: 100%;background: rgba(255, 255, 255, .6);display: none;
}

.solutions-list li .text span{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;overflow: hidden;
	letter-spacing: 0px;
	color: #ffffff;width: 86%;margin:0 auto;display: block;padding: 25px;}

.solutions-list li.active .text {
  /* display:block; */
  display: block;
}




@media (max-width: 1024px) {
.solutions-box{display: none;}
}


@media (min-width: 1025px) {
.solutions-list2{display: none;}
}

.solutions-list2 li{width: 100%;position: relative;margin-bottom: 10px;}
.solutions-list2 li .ww_nn{position: absolute;width: 100%;top:25%;z-index: 2;}
.solutions-list2 li .ww_nn .img_cc{width: 82px;margin:0 auto}
.solutions-list2 li .ww_nn .img_cc img{width: 100%;}
.solutions-list2 li .ww_nn h3{	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;margin-top:10px}
.solutions-list2 li .ww_nn .more_a{width: 24px;margin:0 auto;margin-top:5%}
.solutions-list2 li .img{width: 100%;}
.solutions-list2 li .img img{width: 100%;}







/* 新闻资讯 多页签 */
.xwnbg{background:url(../images/9eba0aedfcf6acfab5fd43b3dd17d360982d8faf.png) no-repeat center top;background-size: 100% 100%;padding:3.5vw 0}
.xwtt3{	font-family: HarmonyOS_Sans_SC;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: -1px;
	color: #333333;}

.promenu li{	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin:0 15px}
.promenu li a{color: #333333;text-align: center;padding: 0 20px;}
.promenu li.on{background:#f57c11;}
.promenu li.on a{color:#fff}


.xw_33{margin-bottom: 35px;}
.tab_1 li .b1img1{width: 26.3%;}
.tab_1 li .b1img1 img{width: 100%;}

.tab_1 li .xw_vv{width: 70.4%;}
.tab_1 li .xw_vv h4{	font-family: MicrosoftYaHeiUI;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;height:30px;overflow: hidden;}

.tab_1 li .xw_vv span{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5c5c5c;display: block;height:78px;overflow: hidden;margin-top: 10px;margin-bottom: 1.5vw;}

.tab_1 li .xw_vv p{	font-family: MicrosoftYaHeiUI;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5c5c5c;height:26px;overflow: hidden;}


.tab_1 li:hover .xw_vv p{color:#f57c11}


.tab_2 li{width: 48.5%;	border: solid 1px #e5e5e5;padding: 10px;}
.tab_2 li .b1img1{width: 97px;background:url(../images/8759850273f483dbcee1b85f736f6ea5d673fa0b.png) no-repeat center right;text-align: center;}
.tab_2 li .b1img1 p{	font-family: ArialMT;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: -2px;
	color: #333333;}
.tab_2 li .b1img1 dt{	font-family: ArialMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: -1px;
	color: #333333;}

.tab_2 li .xw_vv{width: calc(100% - 120px);}
.tab_2 li .xw_vv h4{	font-family: MicrosoftYaHeiUI;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;height:30px;overflow: hidden;}

.tab_2 li .xw_vv span{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5c5c5c;display: block;height:52px;overflow: hidden;margin-top: 10px;}


.tab_2 li:hover .b1img1 p{color:#f57c11}
.tab_2 li:hover .b1img1 dt{color:#f57c11}





@media (max-width: 1440px) {
.xwtt3{font-size: 30px;}
 }


@media (max-width: 1280px) {
.xwtt3{font-size: 25px;}
.promenu li{line-height: 35px;}
 }

@media (max-width: 992px) {
.xwtt3{font-size: 20px;}
.tab_1 li .xw_vv h4{font-size: 16px;}
.tab_2 li .b1img1 p{font-size: 20px;letter-spacing: 0px;}
.tab_2 li{width:100%;	border: solid 1px #e5e5e5;padding: 10px;margin-bottom: 10px;}
.promenu{width: 100%;margin-top:10px}
.tab_1 li .b1img1{width: 100%;}
.tab_1 li .xw_vv{width: 100%;margin-top:10px}
 }




/* 专业铸造高品质产品测针 */
.cebg{background:url(../images/933d1a3a22a9d25e822b3296e8551404b5b79e14.png) no-repeat center top;background-size: 100% 100%;padding: 3.5vw 0;}


  .zhuan{
    transition: all 1s;
  }
  
  @keyframes imageAnimation {
    0% {
      transform: rotate(0deg);
    }
    33% {
      transform: rotate(120deg);
    }
    66% {
      transform: rotate(240deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
 .zhuan {
    animation: imageAnimation 5s infinite;
  }


.huzn_11 li{text-align: center;position: relative;}
.huzn_11 li .ddgg{position:absolute;width:100%;top:18%}
.huzn_11 li .ddgg .img_hh{width: 60px;margin:0 auto;margin-bottom: 10px;}
.huzn_11 li .ddgg .img_hh img{width: 100%;}
.huzn_11 li .ddgg  h3{	font-family: MicrosoftYaHeiUI;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;text-align: center;}

.huzn_11 li .ddgg  h4{	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}



@media (max-width: 1040px) {
.huzn_11 li{width: 50%;margin-bottom: 10px;}
.huzn_11 li .ddgg  h3{font-size: 18px;}
}



@media (max-width: 992px) {
.huzn_11 li{width: 100%;margin-bottom: 10px;}
.huzn_11 li .ddgg  h3{font-size: 16px;}
.huzn_11 li .ddgg  h4{font-size: 14px;}
}





/* 关于力嘉科技 */
.aann{
	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
    
}
.more3{ 	
    width: 50px;
	height: 39px;
	background-color: #f57c11;
	border: solid 1px #f57c11;margin-top: 35px; line-height: 39px;text-align:center;transition: all .3s;} 
.more3:hover{opacity: 0.8; }



/*.video{width: 100%;}*/
.video img{width: 100%;}

@media (max-width: 992px) {
.aann{font-size: 14px;line-height: 30px;}
}




/* 合作伙伴 */
.hz_con{margin:3.5vw 0}
.hz_ll{overflow: hidden;margin-top: 45px;}
.hz_ll .swiper {
    width: 100%;}
.hz_ll .swiper-wrapper .swiper-slide img{
  width: 100%;
}


@media (max-width: 768px) {
.hz_con{margin:25px 0}
.hz_ll{overflow: hidden;margin-top: 35px;}
 }





/* 通栏 */
.dff{background:#252525;padding-bottom: 10px;}
.df1{width:67.60%;position: relative;border-right:1px solid rgba(236, 236, 236, .1);float:left;padding-left:11%}
.df1::before{width: 100%;position:absolute;content: "";background:rgba(236, 236, 236, .1);height:1px;left:0px;top:109px}

.logo3{line-height:110px;padding-right: 32px;float: left;}
.logo3 img{line-height:110px;width: 100%;}


.foot_nav{margin-top:30px;margin-left:10%;padding-bottom: 30px;}

.foot_nav li {
    float: left;
    width: 25%;
    text-align: left;
}

.foot_nav li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1em;
}

.foot_nav li .x-nav-menu a {
    display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #d6d6d6;
}





.df2{width:29.39%;float:right;margin-top:4rem}
.dflxwm{	font-family: Arial-BoldMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #f57c11;}

.lxnr{margin-top:20px;	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;}
.lxnr p{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;}


.share{
    margin-top: 55px;
}

.share a{
    display: block;
    color: #4a4a4a;
    position: relative;
    font-size: 24px;
    margin-right: 15px;float: left;
    
}
.share a img {
    -webkit-transition:all .3s;transition:all .3s
}
.share a img{
    position:absolute;
    bottom:100%;left:50%;width:100px;height:auto;
    margin-left:-50px;-webkit-transform:scale(0);
    transform:scale(0);
    visibility:hidden;opacity:0;
    -webkit-transform-origin:bottom center;
    transform-origin:bottom center
}

.share a:hover img{
    visibility:visible;opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}

.share .icon-yooxi{position: relative;display: block;width: 23px;height:19px;}
.share .icon-yooxi:before{position: absolute;left:0px;top:0px;
    background:url(../images/44235ea46301242904aed4534bf385fa501511ad.png) no-repeat center top;content: "";width: 23px;height:19px;}


.share .icon-QQ{position: relative;display: block;width: 23px;height:19px;}
.share .icon-QQ:before{position: absolute;left:0px;top:0px;
    background:url(../images/1ad94a2c2fc396522733a10a89280672903f2f9d.png) no-repeat center top;content: "";width: 23px;height:19px;}





.seo_con{margin:15px 0}
.seox{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #d6d6d6;}
.seox a{	font-family: MicrosoftYaHeiUI;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #d6d6d6;}



@media (max-width: 1560px) {
.df1{padding-left:3%}
 }

@media (max-width: 1440px) {
.df1{padding-left:10px}
 }


@media (max-width: 990px) {
.df1{border-right: none;width: 100%;padding: 0 10px;}
.df2{width: 100%;padding: 0 10px;}
.share{margin-bottom: 20px;}
 }





.webtt{	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}

.webtt span{	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #666666;display: block;margin-top:10px}


@media (max-width: 1440px) {
.webtt{font-size: 30px;}
.webtt span{font-size: 16px;}
 }


@media (max-width: 1280px) {
.webtt{font-size: 25px;}
.webtt span{font-size: 14px;padding: 0 15px;line-height: 25px;}
 }

@media (max-width: 992px) {
.webtt{font-size: 20px;}
.webtt span{font-size: 14px;padding: 0 15px;line-height: 25px;margin-top:5px}
 }


/*样式*/
@media (max-width: 990px) {
    .flex{display: block;}
    .page-banner,.x-banner{margin-top:60px}
	.btop_1{margin-top:35px}
	.btop_2{margin-top:25px}
  }




/*内页左侧样式*/

.page-product-inquiry a{color: #fff;}


.hs_bg{background:#f8f8f8;padding: 40px 0px;border-top: 1px solid #fff;}

.pp_fl li{width: 49%;position: relative;margin-bottom: 25px;}
.pp_fl li .img{width: 100%;}
.pp_fl li .img img{width: 100%;}
.pp_fl li .dvx{position: absolute;bottom: 0px;left:0px;background:#7e7e7e;padding:20px 30px;width: 100%;}
.pp_fl li .dvx h3{color:#fff;font-size: 22px;line-height: 35px;}
.pp_fl li .dvx h2{max-width: 93px;background:#f67b11;line-height: 27px;text-align: center;font-size: 16px;color:#fff;font-weight: 400;margin-top:10px;display: none;transition: all .3s;}
.pp_fl li:hover .dvx h2{display: block;}

@media (max-width: 990px) {
 .pp_fl li .dvx h3{color:#fff;font-size: 16px;line-height: 25px;}
.pp_fl li .dvx h2{max-width: 93px;background:#f67b11;line-height: 27px;text-align: center;font-size: 14px;}
.pp_fl li .dvx{position: absolute;bottom: 0px;left:0px;background:#7e7e7e;padding:5px;width: 100%;}

  }


  /*内页左侧样式*/

.xypg-left-con2 .xypg-left-nav>li {position: relative;text-align:center;margin-right: 10px;max-width: 150px;float: left;border: none;}
.xypg-left-con2 .xypg-left-nav > li:last-child {border: none;}
 
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{background: none;}
.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 10px 20px;
    background: none;border-radius: 6px;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #f67a10;
}


.xypg-left-con2 .xypg-left-nav > li:hover .xypg-left-subnav{display:block!important;}
.xypg-left-con2 .xypg-left-nav .xypg-left-subnav {
  display: none!important;
  padding: 0 10px;position: absolute;left:0px;top:50px;background:#fff;z-index: 99999;
}



