*{margin:0px;padding:0px; border-width:0;box-sizing:border-box;}
body{font-size:14px; font-family:"Microsoft YaHei";}
a,a:visited{text-decoration:none;color:#555;}
a:hover,a:active{text-decoration:none;color:#555;}
ul li{list-style:none;}
.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
*html .clearfix {zoom:1;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

::-webkit-input-placeholder
{color:#999;}
:-moz-placeholder
{color:#999;}
::-moz-placeholder
{color:#999;}
:-ms-input-placeholder
{color:#999;}

/*布局*/
.container{ width:1500px; margin:0 auto;}

/*顶部*/
.header{background-color: #fff;}
.header .box{overflow: hidden;}
.header.fixed .nav{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;}
.logo{float:left; margin:0px 0 0px;height:102px;line-height:102px;display:block;overflow:hidden;}
.logo img{display:inline-block; vertical-align:middle; max-width: 100%; max-height: 100%;}
.tell{float: right;overflow: hidden;padding-top: 16px;}
.tell .qr{float: left;width: 89px;height: 89px;background: url(../images/qr2.jpg) no-repeat;-webkit-background-size: cover;background-size: cover;margin-right: 40px;}
.tell .tel{overflow: hidden;background: url(../images/top_tel.png) left center no-repeat;padding-left: 71px;font-size: 17px;padding-top: 14px;color:rgba(0, 0, 0, 0.75);}
.tell span{color:#d80e47;font-size: 33px;line-height: 1.3;font-weight: bold;}

/*导航*/
.nav{background-color: #313131;}
.nav::after{content: '';display: block;clear:both;visibility: hidden;width: 100%;height: 0;}
.nav li{float: left;width: 12.5%;position: relative;}
.nav .v1{display: block;text-align:left;padding:12px 0px 8px 62px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.nav .v1 .cn{font-size: 16px;margin-bottom: 4px;color:#fff;}
.nav .v1 .en{font-size: 12px;text-transform: uppercase;color:rgba(255, 255, 255, 0.3);}
.nav li:hover .v1{background: #d80e47;}
.nav li:hover .v1 .cn{color:#fff;}
.nav li:hover .v1 .en{color:rgba(255, 255, 255, 0.3);}
.nav .v2{display: block;text-align:left;padding:12px 0px 8px 62px; background:url(../images/shopping.png) no-repeat;background-position-x: 35px;background-position-y: 15px;}
.nav .v2 .cn{font-size: 16px;margin-bottom: 4px;color:#ccc;}
.nav .v2 .en{font-size: 12px;text-transform: uppercase;color:rgba(255, 255, 255, 0.3);}
.nav li:hover .v2{background:url(../images/shoppingon.png) #d80e47 no-repeat;background-position-x: 35px;background-position-y: 15px;}
.nav li:hover .v2 .cn{color:#fff;}
.nav li:hover .v2 .en{color:rgba(255, 255, 255, 0.3);}
.nav li .sub{display: none;position: absolute;top: 100%;left:0;width: 100%;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);text-align: center;z-index: 9;padding: 10px 0;background-color:  #DA241D;}
.nav li .sub a{display: block;font-size: 14px;color:#fff;line-height: 35px;}
.nav li .sub a:hover{background-color: #fff;color: #d80e47;
}

/*手机导航*/
.menuBtn{display: none;position: fixed;top: 17px;right: 12px;width: 30px;height: 30px;cursor: pointer;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn b{display: block;height: 4px;background-color: #e91313;margin: 4px 0;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.menuBtn.open b:last-child{display: block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}

/*首页BANNER*/
.banner img{ display:block}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:1.82vw;}
.banner .swiper-pagination-bullet{width:17px;height:17px;background:transparent;font-size:0;cursor:pointer;border: 1px solid #fff;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;}
.banner .swiper-button-prev{width: 43px;height: 72px;background-image: url(../images/ico52.png);-webkit-background-size: cover;background-size: cover;left:42px;z-index: 2;margin-top: -36px;}
.banner .swiper-button-next{width: 43px;height: 72px;background-image: url(../images/ico53.png);-webkit-background-size: cover;background-size: cover;right:42px;margin-top: 0;z-index: 2;margin-top: -36px;}

/*首页标题*/
.g-tit{text-align: center;overflow: hidden;position: relative;background-repeat: no-repeat;background-position: center top;-webkit-background-size: auto 4.64vw;background-size: auto 4.64vw;padding-top: 2.45vw;margin-bottom: 32px;}
.g-tit.tl{text-align: left;background-position: left top;padding-top: 3.13vw;}
.g-tit .tit{color:#333;font-size: 40px;font-weight: bold;  line-height: 1.1;text-transform: uppercase;margin-bottom: 14px;}
.g-tit .desc{font-size: 16px;color:#666;}
.g-tit .desc i{display: inline-block;vertical-align: middle;width: 134px;height: 7px;margin:0 27px;}
.g-tit .desc i:first-child{background: url(../images/ico2.png) no-repeat;}
.g-tit .desc i:last-child{background: url(../images/ico3.png) no-repeat;}
.g-tit.cof .tit,
.g-tit.cof .desc{color:#fff;}
.g-tit.cof i{background-color: #fff;}

/*首页产品*/
.row1{overflow: hidden;padding: 31px 0 43px;}
.pcatinx{overflow: hidden;border-top: 1px solid #d9d6da;border-bottom: 1px solid #d9d6da;margin-bottom: 2.71vw;}
.ul-pat{padding: 0 30px;overflow: hidden;display: flex;justify-content: space-between;}
.ul-pat li{overflow: hidden;}
.ul-pat li a{display: block;}
.ul-pat .ico{float: left;width: 60px;height: 105px;line-height: 105px;margin-right: 10px;background-repeat: no-repeat;background-position: center;}
.ul-pat .ico.i68{background-image: url(../images/pro68.png);}
.ul-pat .ico.i69{background-image: url(../images/pro69.png);}
.ul-pat .ico.i70{background-image: url(../images/pro70.png);}
.ul-pat .ico.i71{background-image: url(../images/pro71.png);}
.ul-pat .ico.i72{background-image: url(../images/pro72.png);}
.ul-pat .ico.i73{background-image: url(../images/pro73.png);}
.ul-pat .ico.i74{background-image: url(../images/pro74.png);}
.ul-pat .ico.imore{background-image: url(../images/pro_more.png);}
.ul-pat .txt{overflow: hidden;padding-top: 24px;}
.ul-pat .cn{color:#333333;font-size: 32px;font-weight: bold;margin-bottom: 6px;-webkit-transition: all .5s ease;transition: all .5s ease;line-height:35px;height:35px;display:block;overflow:hidden;}
.ul-pat .en{font-family: Arial;font-size: 10px;color:#999;text-transform: uppercase;line-height:20px;height:20px;-webkit-transition: all .5s ease;transition: all .5s ease;display:block;overflow:hidden;}
.ul-pat li:hover .cn{color:#da241d;}
.ul-pat li:hover .en{color:#da241d;}
.m-probox{overflow: hidden;}
.m-probox .w25{width: 25%;float: left;padding-right: 30px;}
.m-probox .w25:last-child{padding-left: 30px;padding-right: 0;}
.m-probox .w25 .pic{height: 13.65vw;}
.m-probox .item{margin-bottom: 1.15vw;position: relative;overflow: hidden;}
.m-probox .item img{display:block;width:100%;height:100%;transition:1s all;-webkit-transition:1s all;}
.m-probox .item .tit{line-height: 2.6vw;text-align: center;font-size: 16px;color:#333333;background: #ededed;position: relative;}
.m-probox .item:hover img{transform:scale(1.1);}
.m-probox .item:hover .tit{background: #d80e47;color:#ffffff;}
.m-probox .item .name{line-height: 4.17vw;background: #ededed;overflow: hidden;padding: 0 0 0 3.65vw;font-size: 18px;color:#333;position: relative;}
.m-probox .item:hover .name{background: #d80e47;color:#fff;}
.m-probox .item .name .more{float: right;width: 159px;height: 38px;font-size: 15px;color:#666666;border:1px solid #b3b3b3;border-radius: 30px;overflow: hidden;line-height: 34px;text-align: center;position: absolute;top: 50%;right: 3.65vw;margin-top: -19px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.m-probox .item:hover .name .more{color:#666; background:#fff;border:1px solid #b00636;}
.m-probox img{display: block;width: 100%;height: 100%;object-fit: cover;}
.m-probox  .w50{width: 50%;float: left;}
.m-probox  .w50 .pic{overflow: hidden;height: 29.53vw;}

/*首页流程*/
.row2{overflow: hidden;background: url(../images/lc_bg.jpg) no-repeat;-webkit-background-size: cover;background-size: cover;padding: 53px 0 58px;color:#fff;}
.row2 .l{width: calc(100% - 416px);overflow: hidden;padding-right: 60px; float:left;}
.row2 .l .tit{margin-bottom: 55px;}
.row2 .l .tit span{line-height: 1.3;font-size: 24px;font-weight: bold;}
.row2 .l .tit p{font-size: 2.86vw;font-weight: bold;}
.ul-list1{display: flex;justify-content: space-between;}
.ul-list1 li{width: 100px;text-align: center;}
.ul-list1 li .ico img{display: block;margin:0 auto 17px;}
.ul-list1 .desc{font-size: 16px;line-height: 1.5;margin-bottom: 40px;}
.ul-list1 .num{width: 38px;height: 38px;border:2px solid #fff;line-height: 34px;font-family: Arial;font-size: 18px;border-radius: 50%;margin:0 auto;font-weight: bold;}
.row2 .r .more{display: block;width: 250px;background-color: #fff;font-size: 17px;text-align: center;font-weight: bold;line-height: 48px;border-radius: 30px;color:#333333;float: right;margin-bottom: 47px; float:right;}

/*首页公司*/
.row6{overflow: hidden;padding: 66px 0 38px;background: url(../images/ico47.png) no-repeat;}
.row6 .g-tit.tl{margin-bottom: 2.71vw;}
.row6 .txt{width: 680px;float: left;}
.row6 .txt .desc{color:#333333;font-size: 16px;line-height: 2;margin-bottom: 2.5vw;}
.row6 .txt .link{overflow: hidden;}
.row6 .txt .link a{width: 240px;height: 100px;float: left;padding-left: 90px;padding-top: 20px;border:1px solid #d7d4d7;background-repeat: no-repeat; background-position: left 27px center;margin-right: 20px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.row6 .txt .link a.a1{background-image: url(../images/ico50.png);  }
.row6 .txt .link a:hover{background: #d80e47;}
.row6 .txt .link a:hover .cn,
.row6 .txt .link a:hover .en{color:#fff;}
.row6 .txt .link a.a1:hover{background-image: url(../images/ico48.png);  background-repeat: no-repeat; background-position: left 27px center;}
.row6 .txt .link .cn{font-weight: bold;font-size: 20px;color:#333333;}
.row6 .txt .link .en{font-size: 12px;color:#919191;font-family: Arial;text-transform: uppercase;}
.row6 .vid{float:right; width:760px; padding-top:40px;}
.row6 .pic{position: absolute;right: 0;width: 53.23vw;}
.row6 .pic img{display: block; max-width: 100%; height: auto;}

/*首页数字*/
.m-num{overflow: hidden;padding: 66px 0 38px;}
.m-num li{float: left;width: 25%;}
.m-num li .con{width: 260px;margin:0 auto;position: relative;}
.m-num li .tit{font-size: 16px;color:#666666;}
.m-num li .ico{position: absolute;bottom: 42px;left: 0;}
.m-num li .tit span{font-size: 65px;font-family: Impact;color:#d80e47;}
.m-num li .tit em{font-style: normal;font-size: 30px;font-family: Impact;color:#DA241D;}

/*首页新闻*/
.row8{overflow: hidden;padding: 62px 0;}
.newlist{overflow: hidden;}
.newlist .leftnew{float: left;width: 940px;margin-right: 4.17vw;}
.slidernew .swiper-slide{background-color: #fff;}
.slidernew .pic{position: relative;overflow: hidden;}
.slidernew .pic img{ display:block;width:100%;height:100%;transition:1s all;-webkit-transition:1s all;}
.slidernew .pic .time{position: absolute;left: 0;bottom: 37px;width: 187px;height: 43px;line-height: 43px;padding-left: 35px;background: url(../images/ico41.png) no-repeat;color:#fff;font-size: 16px;}
.slidernew .pic img:hover{transform:scale(1.1);}
.slidernew .txt{padding-top: 28px;}
.slidernew .txt .tit{font-size: 22px;color:#333333;line-height: 1.5;margin-bottom:22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: all .3s ease;transition: all .3s ease;}
.slidernew .txt .desc{font-size: 14px;color:#777777;line-height:2;display: -webkit-box;  overflow: hidden;  text-overflow: ellipsis;  word-break: break-all;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.slidernew .txt .time{font-size: 16px;color:#BBC2CF;margin-bottom: 26px;}
.slidernew .txt:hover .tit{color:#d80e47; padding-left:2px;}
.rightnew{overflow: hidden;}   
.ul-listnew{overflow: hidden;}
.ul-listnew li{overflow: hidden;margin-bottom: 40px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.ul-listnew li:last-child{margin-bottom: 0;}
.ul-listnew .time{float: right;width: 82px;height: 94px;text-align: center;background: #f4f1f4; font-size:24px;padding-top:14px;color:#BDBDBD;font-family: Arial;font-weight: bold;line-height:33px;margin-top:8px;}
.ul-listnew .txt{overflow: hidden;padding-right: 35px;}
.ul-listnew .txt .tit{font-size: 22px;color:#333333;margin-bottom: 17px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ul-listnew .txt .desc{font-size: 14px;color:#999;line-height: 2;display: -webkit-box;  overflow: hidden;  text-overflow: ellipsis;  word-break: break-all;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.ul-listnew li:hover{ margin-left:2px;}
.ul-listnew li:hover .txt .tit{color:#d80e47;}




/*底部*/
.footer{overflow: hidden;background: #403e41;padding-bottom: 26px;padding-top: 32px;}
.footer .info{overflow: hidden;}
.footer .txt{float: left;width: calc(100% - 613px);padding-top: 17px;padding-right: 6vw;}
.footer .txt .xx{overflow: hidden;}
.footer .txt .xx  .ftl{float: left;}
.footer .txt .xx .ftqr{float: right;width: 196px;font-size: 12px;color:#fff;border:1px solid #5a5a5a;padding: 30px;text-align: center;}
.footer .txt .xx .ftqr img{display: block;margin-bottom: 10px;}
.footer .logob{height: 82px;background: url(../images/ico42.png) no-repeat;-webkit-background-size: contain;background-size: contain;margin-bottom: 37px;}
.footer .tt{position: relative;top: -6px;}
.footer span.phone{font-size: 26px;line-height: 26px;margin-right: 10px;font-family: Impact;}
.footer span.tel{font-size: 22px;}
.footer .txt .item{overflow: hidden;padding-left: 71px;padding-top: 2px;height: 50px;font-size: 14px;color:#fff;background-repeat: no-repeat;background-position: left center;margin-bottom: 38px;}
.footer .box{overflow: hidden;}
.footer .box .item{float: left;}
.footer .box .item:first-child{margin-right: 75px;}
.footer .item .en{font-family: Arial;font-size: 14px;font-weight: bold;text-transform: uppercase;margin-bottom: 5px;}
.g-form{float: right;width: 613px;}
.fd-form{}
.fd-form .box{overflow: hidden;}
.fd-form .item{overflow: hidden;margin-bottom: 17px;}
.fd-form .item .inp-box{width: 49%;margin-right: 2%;float: left;height: 52px;overflow: hidden;}
.fd-form .item .inp-box:last-child{margin-right: 0;}
.fd-form .item .inp{display: block;width: 100%;height: 100%;background-color: #525252;padding: 0 27px;font-size: 14px;color:#fff;}
.fd-form .item .inp::placeholder{color:#fff;}
.fd-form .item textarea{display: block;resize: none; background-color: #525252;height: 85px;overflow: hidden;width: 100%;color:#fff;padding: 10px 27px 0;}
.fd-form .item textarea::placeholder{color:#fff;}
.fd-form .item .btn{display: block;height: 50px;text-align: center;line-height: 50px;color:#fff;overflow: hidden;background-color: #d80e47;cursor: pointer;}
.fd-form .item .btn #tj{ width:100%; height:50px; border:0; cursor:pointer; background:none; color:#fff}
.g-form .title{margin-bottom: 27px;}
.g-form .title .entit{font-family: Impact;text-transform: uppercase;color:#7F7F7F;font-size: 34px;}
.g-form .title p{font-size: 28px;color:#fff;line-height: 1.1;}
.copy{background: #343434;padding: 20px 0;}
.copy a,
.copy span{font-size: 14px;color:#7F7F7F;}
#floatBottom{ width:100%; height:55px; background:#333; position:fixed; left:0;bottom:0; z-index:999999; display:none;}
#floatBottom a{ width:33.33%; height:55px; display:block; float:left; position:relative; font-size:12px;color:#fff; text-align:center; padding-bottom:10px;}
#floatBottom a img{display: block;margin:10px auto 2px;height: 19px;}

@media only screen and (max-width: 1600px) {
   .container{width: 1300px;}
   .g-tit .tit{font-size: 34px;}
   .row2{padding: 40px 0;}
   .swiper-1 .swiper-button-prev{left:3%;}
   .swiper-1 .swiper-button-next{right:3%;}
   .row6 .txt{width: 600px;}
   .row6 .txt .desc{font-size: 15px;}
   .m-num li .tit span{font-size: 54px;}
   .newlist .leftnew{width: 800px;}
   .g-form{width: 500px;}
   .footer .txt{width: calc(100% - 500px);padding-right: 50px;}
}
@media only screen and (max-width: 1430px) {
    .container{width: 1200px;}
    .nav li .v1{font-size: 14px;}  
    .row6 .txt{width: 550px;}
    .row6 .g-tit.tl{margin-bottom: 10px;}
    .footer .box .item{float: none;}
}
@media only screen and (max-width: 1360px) {

}
@media only screen and (max-width: 1230px) { 
  .container,.container-h{width: auto;padding: 0 15px;margin:0;}
  .g-tit{background-image: none!important;padding-top: 0;}
  .ul-pat .en{display: none;}
  .ul-pat .ico{height: 78px;line-height: 78px;}
  .m-probox .item .tit{line-height: 40px;}
  .m-probox .item .name{line-height: 67px;}
  .row2 .l{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .row2 .r .pic{display: none;}
  .row2 .r{float: none;}
  .row2 .r .more{float: none;margin:0 auto;}
  .ul-list1 .num{display: none;}
  .row2 .l .tit{margin-bottom: 30px;}
  .row2 .l .tit span{font-size: 18px;}
  .ul-list1 .desc{margin-bottom: 20px;}
  .swiper-1 .swiper-button-prev{left:220px;}
  .swiper-1 .txt .img,.swiper-1 .txt .lin{display: none;}
  .swiper-1 .txt{height: 450px;}
  .swiper-1 .pic{height: 420px;}
  .row6 .pic{display: none;}
  .row6 .txt{width: 100%;}
  .g-tit.tl{padding-top: 0;}
  .m-num li{width: 50%;float: left;}
  .m-num{padding: 30px 0;}
  .newlist .leftnew{width: 500px;}
  .footer .txt{width: auto;float: none;padding-right: 0;}
  .g-form{width: auto;float: none;}
}
@media only screen and (max-width: 1023px) {
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .ul-pat .ico{display: none;}
    .ul-pat .txt{padding-top: 0;}
    .ul-pat .cn{line-height: 40px;margin:0;font-size: 18px;}
    .m-probox .w25{width: auto;padding-right: 0;float: none;margin-bottom: 10px;overflow: hidden;}
    .m-probox .w25 .item{width: 50%;float: left;padding: 0 10px;}
    .m-probox .w50{ display:none;}
    .m-probox .w25 .pic{height: 30vw;}
    .m-probox .w25:last-child{padding-left: 0;}
    .g-tit .desc i{display: none;}
    .g-tit .desc{font-size: 14px;}
    .g-tit{margin-bottom: 20px;}
    .g-tit .tit{font-size: 26px;margin-bottom: 4px;}
    .row1{padding: 30px 0 20px;}
    .row3{padding: 30px 0;}
    .cpzx{padding: 30px 0;}
    .row5{padding: 30px 0;}
    .row6{padding: 30px 0;}
    .row7{padding: 30px 0;}
    .row8{padding: 30px 0;}
    .newlist .leftnew{display: none;}
    .links .name{float: none;}
    .links{padding: 15px 0;}
}
@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 767px) {
   
    .g-tit .tit{font-size: 22px;}
    .ul-pat{display: block;padding: 0;}
    .pcatinx{border:none;}
    .ul-pat li{width: 33.33%;float: left;text-align: center;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
    .ul-pat .cn{font-size: 14px;background: #eee;}
    .m-probox .tit{font-size: 14px;line-height: 32px;}
    .m-probox .w25 .item{padding: 0 5px 0 0;}
    .m-probox .w25 .item:last-child{padding-right: 0;padding-left: 5px;}
    .ul-list1 .desc{font-size: 14px;}
    .row2 .l .tit p{font-size: 22px;}
    .row2{padding: 30px 0;}
    .banner .swiper-button-prev,.banner .swiper-button-next{width: 0;height: 0;}
    .banner a{background-position: center center;}
    .swiper-1 .txt{float: none;width: auto;height: auto;overflow: hidden;padding: 15px;}
    .swiper-1 .pic{margin-top: 0;}
    .swiper-1 .txt .num{display: none;}
    .swiper-1 .txt .desc{writing-mode:horizontal-tb;height: auto;margin-bottom: 0;}
    .swiper-1 .swiper-button-prev{left:3%;}
    .swiper-1 .pic{height: auto;padding-top: 51%;}
    .ul-ystab{display: none;}
    .row6 .txt .desc{font-size: 14px;}
    .row6 .txt .link a{width: 100%;background-color: #fff;margin-bottom: 10px;}
    .ul-listnew .txt .tit{font-size: 18px;margin-bottom: 10px;}
    .ul-listnew li{margin-bottom: 12px;}
    .footer .txt .xx .ftl{float: none;}
    .footer .txt .xx .ftqr{float: none;width: 131px;border:none;padding: 0;}
    .footer .txt .item{margin-bottom: 10px;}
}

@media only screen and (max-width: 600px) {
     .ul-list1 li{float: left;width: 33.333%;}
     .ul-list1 li:nth-child(4){clear:left;}
     .ul-list1{display: block;overflow: hidden;}
     .row2 .l{margin-bottom: 0;}
     .m-num li{width: auto;float: none;overflow: hidden;}
     .m-num li .tit span{font-size: 32px;}
     .m-num li .ico{position: static;float: left;margin-right: 15px;position: relative;top: 10px;}
     .m-num li .con{width: auto;}
     .footer .logob{margin-bottom: 10px;}
     .footer .txt .item{padding-left: 40px;}
     .footer{padding: 20px 0;}
     .g-form .title .entit{display: none;}
     .g-form .title p{font-size: 22px;}
     .g-form .title{margin-bottom: 12px;padding-top: 20px;}
     .fd-form .item:last-child{margin-bottom: 0;}
     .swiper-3.swiper-container{padding: 0 15px;}
     .row6 .txt .link a{height: 80px;padding-top: 15px;background-color: #efefef;}

}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
  .header{position: fixed;z-index: 999;top: 0;width: 100%;left: 0;padding: 0 15px;background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
  .header .title,.tell,.nav{display: none;}
  .logo{ float:left;height:45px; line-height:45px;width:250px;margin:11px 0 20px;}
  .logo img{ display:inline-block;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}
  .hd-mobile{display: block;position: fixed;z-index: 999;top: 0;width: 100%;left: 0;padding: 0 15px;background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
  .menuBtn{display: block;}
  .nav_mobile{position: fixed;top: 76px;left: 0;right: 0;bottom: 0;z-index: 99;overflow: hidden;background: #000; opacity:0.8; width: auto;float: none;padding: 0;display: none;}
  .nav_mobile li{position: relative;}
  .nav_mobile li .v1{line-height: 60px;text-align: left;padding:0 20px;color:#fff; border-bottom:1px solid #555; opacity:0.8; font-size:14px;display: block; }
  .nav_mobile li i {display: block;width: 40px;height: 60px;background-position: center center;position: absolute;right: 0;top: 0;z-index: 9;background: url(../images/sel.png) no-repeat center center;-webkit-background-size: 18px 18px;background-size: 18px 18px;}
  .nav_mobile li .sub{padding: 10px 0;background-color: #e91313;display: none;}
  .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
  .nav_mobile .v1{height: 60px;line-height: 60px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
  .nav_mobile li:hover .v1,
  .nav_mobile li.on .v1{background: none;}
  .nav_mobile li .v1::after{display: none;}
  #floatBottom{display: block;}
}

 /*内页顶部图片*/
.ban img{ display:block;}
.ban .tit{display:none;}

/*内页当前位置*/
#stylesubnav{width:100%;border-bottom:1px solid #E5E5E5;background:#f7f7f7;}
#stylesubnav .xq_c{padding:0;position:relative;}
#stylesubnav .xq_crumbs{line-height:29px;padding:10px 0 10px 0px;color:#999;}
#stylesubnav .xq_crumbs a{color:#999;}

/*内页子栏目列表*/
.ul-lmlist{overflow: hidden;margin: 20px 0;}
.ul-lmlist a{display: block;float: left;width: 150px;line-height: 44px;background: #eee;color:#333;text-align: center;margin-right: 15px;-webkit-transition: all .5s ease;transition: all .5s ease;}
.ul-lmlist.ss a{background: #fff;}
.ul-lmlist a:hover,
.ul-lmlist a.on{color:#fff;background:#DA241D;}

/*内页内容*/
.ny_company{padding:20px 0 40px;}
.ny_company p{margin:0;line-height:2;font-size:14px; color:#666666; margin-top:0px;}
.ny_company>img,.ny_company p img{max-width:100%;height:auto;display:block;}
.ny_company h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.ny_company h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.ny_company table{border-top:1px solid #CCC;border-left:1px solid #CCC;margin:0 auto;width:100%!important;}
.ny_company td{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;}
.ny_company th{border-right:1px solid #CCC;border-bottom:1px solid #CCC;text-align:center;padding:7px 8px;font-size:18px;}


/*内页产品列表*/
.ny_prolist{overflow: hidden;margin:0 -15px; padding:20px 0 40px;}
.ny_prolist li{width: 25%;float: left;margin-bottom: 30px;}
.ny_prolist a{display: block;margin:0 15px;}
.ny_prolist .pic{position: relative;overflow: hidden;border:0px solid #ccc;}
.ny_prolist .pic img{ display:block;width:100%;height:100%;transition:1s all;-webkit-transition:1s all;}
.ny_prolist .pic img:hover{transform:scale(1.1);}
.ny_prolist .tit{margin:0;line-height:43px;color:#666;text-align:center;background:#F1F1F1;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*内页产品详情*/
.proinfo{padding:40px 0 60px;}
.proinfo .pi_item{width:71%;float:left;}
.pi_top{}
.pi_top .pi_top_left{width:36%;float:left;}
.pi_top .pi_top_left .pil_img{width:100%;padding-bottom:100%;position:relative;}
.pi_top .pi_top_left .pil_img img{width:100%;height:100%;position:absolute;left:0;top:0;display:block;object-fit:cover;border:1px solid #DBDBDB;}
.pi_top .pi_top_right{width:60%;float:right;}
.pi_top .pi_top_right h1{margin:0;font-size:26px;height:auto;line-height:40px;color:#333;}
.pi_top .pi_top_right em{display:inline-block;color:#777;height:30px;line-height:30px;font-style:normal;}
.pi_top .pi_top_right i{display:block;width:100%;height:1px;background:#DBDBDB;margin:10px 0;}
.pi_top .pi_top_right .pi_jianjie{}
.pi_top .pi_top_right .pi_jianjie p{margin:0;color:#666;line-height:30px;}
.pi_top .pi_top_right .pi_btn{padding-top:10px;text-align:left;font-size:0;-webkit-text-size-adjust:none;}
.pi_top .pi_top_right .pi_btn span{display:inline-block;background:#d80e47;height:50px;line-height:50px;color:#FFF;padding:0 15px;font-size:16px;margin-left:20px;border-radius:3px;}
.pi_top .pi_top_right .pi_btn span a{color:#FFF;display:block;width:100%;height:100%;}
.pi_top .pi_top_right .pi_btn span:first-child{margin-left:0;}
.pi_top .pi_top_right .pi_btn span:last-child{background:#03a850;}
.pi_center{margin-top:20px;}
.pi_center .pi_left{width:100%;}
.pi_nav{font-size:0;-webkit-text-size-adjust:none;background:#DDD;}
.pi_nav span{display:inline-block;height:40px;line-height:40px;color:#FFF;width:120px;font-size:14px;text-align:center;cursor:pointer;background:#d80e47;}
.pi_content{padding:20px 0 30px;}
.pi_content .pro_txt{font-size:15px;line-height:30px;}
.pi_content .pro_txt p{font-size:14px;line-height:30px; color:#666;}
.pi_content .pro_txt h2{margin:0;font-size:20px!important;padding:10px 0;font-weight:bold;line-height:30px!important;}
.pi_content .pro_txt h3{margin:0;font-size:18px!important;margin:8px 0;font-weight:bold;line-height:28px!important;}
.pi_content .pro_txt h4{margin:0;font-size:16px!important;margin:6px 0;font-weight:bold;line-height:26px!important;}
.pi_content .pro_txt img{max-width:100%;height:auto;display:block;}
.pi_content .pro_txt table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;}
.pi_content .pro_txt table td{border-right:1px solid #000;border-bottom:1px solid #000;padding:7px 0;}
.pi_content .pro_txt table td p{line-height:1.5!important;font-size:15px!important;}
.pi_content .pro_txt .p_iframe .p_ifr{width:100%;padding-bottom:75%;position:relative;}
.pi_content .pro_txt .p_iframe .p_ifr iframe{width:100%;height:100%;position:absolute;left:0;top:0;display:block;}

/*内页新闻列表*/
#ny_newswrap{padding:20px 0 40px;}
.ny_newslist{position:relative;}
.ny_newslist .news_li{background:#FFF;margin-bottom:20px;transition:all .6s;box-shadow:0 0 16px rgba(0,0,0,.08);}
.ny_newslist .news_li .nl_left{width:300px;float:left;}
.ny_newslist .news_li .nl_left .img{width:100%;padding-bottom:200px;position:relative;}
.ny_newslist .news_li .nl_left .img img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.ny_newslist .news_li .nl_right{width:calc(100% - 300px);float:right;padding:37px 23px 64px 0;}
.ny_newslist .news_li .nl_right a{display:block;}
.ny_newslist .news_li .nl_right a .news_txt{width:calc(100% - 160px);padding:0 50px 0 35px;float:left;transition:all .6s;}
.ny_newslist .news_li .nl_right a .news_txt p{margin:0;}
.ny_newslist .news_li .nl_right a .news_txt p:first-child{height:26px;line-height:26px;font-size:18px;color:#717171;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ny_newslist .news_li .nl_right a .news_txt p:last-child{font-size:14px;color:#a2a2a2;line-height:24px;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:18px;}
.ny_newslist .news_li .nl_right a .news_date{width:160px;float:right;transition:all .8s;}
.ny_newslist .news_li .nl_right a .news_date span{display:inline-block;height:26px;line-height:26px;color:#999;font-size:19px;}
.ny_newslist .news_li .nl_right a .news_date em{display:inline-block;width:100px;height:35px;line-height:33px;border:1px solid #dedfe1;border-radius:16px;font-size:12px;font-family:Arial;text-align:center;color:#CCC;font-style:normal;margin-top:38px;}
.ny_newslist .news_li:hover{}
.ny_newslist .news_li:hover .nl_right a .news_txt{padding:0 30px 0 55px; color:#FF0000;}
.ny_newslist .news_li:hover .nl_right a .news_date{padding-left:30px;}
.ny_newslist .news_li:hover .nl_right a .news_date em{background:#CCC;border:1px solid #CCC;color:#FFF;}

/*内页新闻详情*/
.ny_newsinfo{padding:40px 0 60px;}
.ny_newsinfo .ny_newsinfo_left{width:71%;float:left;}
.ny_newsinfo .ny_newsinfo_left .h1{margin:0;line-height:30px;font-size:24px;margin-top:0;}
.ny_newsinfo .ny_newsinfo_left .pubinfo{margin:0;line-height:26px;padding-bottom:10px;color:#626262;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px;}
.ny_newsinfo .ny_newsinfo_left .pubinfo span{padding-right:10px;white-space:nowrap;}
.ny_newsinfo .ny_newsinfo_left .newscount{line-height:30px;font-size:15px;color:#626262;}
.ny_newsinfo .ny_newsinfo_left .newscount h2{margin:0;font-size:18px;font-weight:bold;margin-top:12px;line-height:30px;}
.ny_newsinfo .ny_newsinfo_left .newscount h3{margin:0;font-size:15px;font-weight:bold;margin-top:8px;line-height:30px;}
.ny_newsinfo .ny_newsinfo_left .newscount p{line-height:30px;padding-top:8px;font-size:16px;color:#626262;}
.ny_newsinfo .ny_newsinfo_left .newscount img{display:block;max-width:100%;height:auto;}
.ny_newsinfo .ny_newsinfo_left .newscount table{border-top:1px solid #000;border-left:1px solid #000;margin:0 auto;width:100%!important;} 
.ny_newsinfo .ny_newsinfo_left .newscount table td{border-right:1px solid #000;border-bottom:1px solid #000;padding:5px 0;}
.ny_newsinfo .ny_newsinfo_left .newscount table td p{margin-top:0;line-height:1.8;}

/*内页公用右侧*/
.ny_right{width:25%;float:right;}
.ny_right .right_product{border:1px solid #dbdbdb;padding:10px;}
.ny_right .right_product .np_title{font-size:14px;color:#2a2a2a;line-height:12px;padding:10px 0;border-bottom:2px solid #2a2a2a;}
.ny_right .right_product .np_title span{font-size:22px;line-height:32px;}
.ny_right .right_product .bd{overflow:hidden;zoom:1;margin-top:30px;}
.ny_right .right_product .bd ul li{}
.ny_right .right_product .bd ul li .r_img{width:100%;padding-bottom:100%;position:relative;border:0px solid #ccc;}
.ny_right .right_product .bd ul li .pic{position:absolute;top:0;left:0;width:100%;height:100%;}
.ny_right .right_product .bd ul li .pic img{display:block;width:100%;height:100%;object-fit:cover;}
.ny_right .right_product .bd ul li .title{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.ny_right .right_product .bd ul li .title a{color:#666}
.ny_right .right_list{ padding-bottom:10px; overflow:hidden}
.ny_right .right_list ul{ padding-top:10px}
.ny_right .right_list ul li{line-height:42px; text-indent:0.3cm; margin:0 auto; border-bottom:1px dashed #d5d5d5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .8s;}
.ny_right .right_list ul li a{transition:all .2s;}
.ny_right .right_list ul li a:hover{ color:#d80e47;padding-left:5px;}

/*内页公用上下篇*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:10px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;transition:all .2s;}
.fanye ul li a:hover{ color:#d80e47;padding-left:5px;}

/*分页*/
.pagebar { padding:0px 0 40px; overflow:hidden; clear:both}
.pagebar .pagination {display: flex;justify-content: center;margin-top: 10px;}
.pagination a {background: #fff;border: 1px solid #ccc;color: #333;font-size: 12px;padding: 8px 10px;margin: 0 2px;border-radius: 3px;line-height:28px;height:28px;padding:0 8px;}
.pagination h1 {background: #fff;border: 1px solid #ccc;color: #d2d2d2;font-size: 12px;padding: 8px 10px;margin: 0 2px;border-radius: 3px;line-height:28px;height:28px;padding:0 8px;font-weight:normal;}
.pagination h2 {background: #fff;border: 1px solid #ccc;color: #333;font-size: 12px;padding: 8px 10px;margin: 0 2px;border-radius: 3px;line-height:28px;height:28px;padding:0 8px;font-weight:normal;}
.pagination span {background: #333;border: 1px solid #333;color: #fff;font-size: 12px;padding: 8px 10px;margin: 0 2px;border-radius: 3px;line-height:28px;height:28px;padding:0 8px;}
.pagination a:hover {color: #fff;background: #333;border: 1px solid #333;}
.pagination a.page-num-current {color: #fff;background: #333;border: 1px solid #333;}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100% !important; height:auto !important}
#maximg p span{text-wrap: inherit !important;}

/*返回顶部*/
.sidebar.act{right:0}
.sidebar{position:fixed;bottom:200px;right:-50px;width:50px;height:203px;z-index:100;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.sidebar li{width:auto;height:50px;position:absolute;z-index:20}
.sidebar li a{display:block;color:#FFF;font-size:14px;height:50px;line-height:50px;overflow:hidden;background-color:#595656;opacity:0.8;border-radius:6px}
.sidebar li a img{display:block;float:left;vertical-align:middle;width:24px;height:24px;margin:12px 12px 14px 14px}
.sidebar li a:hover{background-color:#d80e47;opacity:1}
.sidebar li.message{position:absolute;top:51px;left:0;width:126px}
.sidebar li.telephone{position:absolute;top:102px;left:0;width:172px}
.sidebar li.wechat{top:153px}
.sidebar li.top{top:204px}
.sidebar li.top,.sidebar li.wechat{position:absolute;left:0;width:62px}
.sidebar li.wechat .wechat-code{position:absolute;top:-88px;left:-200px;width:216px;height:216px;padding-bottom:9px;display:none}
.sidebar li.wechat .wechat-code img{display:block;padding:14px;background-color:#FFF;width:188px;height:188px}
.sidebar li:hover .wechat-code{display:block}

/*联系我们*/
#contact .contact-box {background-color:#ffffff;margin-top:50px;margin-bottom:50px;box-shadow:0px 8px 36.8px 3.2px rgba(0,0,7,0.08);}
#contact .contact-box .map-box {padding:40px;}
#contact .contact-box .map-box #map {width:100%;height:480px;}
#contact .contact-box .address-items {display:flex;}
#contact .contact-box .address-items .item {border-right:1px solid #f1f2f3;cursor:pointer;text-align:center;width:20%;padding:0 3%;margin-top:3%;}
#contact .contact-box .address-items .item .img {position:relative;display:block;width:60px;height:60px;margin:auto;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
#contact .contact-box .address-items .item:hover .img {-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
#contact .contact-box .address-items .item .img img:nth-child(2) {position:absolute;left:0;top:0;opacity:0;}
#contact .contact-box .address-items .item:hover .img img:nth-child(2) {opacity:1;}
#contact .contact-box .address-items .item .t1 {font-size:16px;color:#999;margin:20px 0;}
#contact .contact-box .address-items .item .desc {font-size:16px;color:#333;padding-bottom:1px;}
#contact .contact-box .address-items .item:last-of-type {border-right:0;}
#contact .contact-box .address-items .item:hover .desc {display:inline-block;color:#d80e47;}

/*客户留言*/
#contact .message-box {padding:40px 40px 70px;background-color:#fff;margin-bottom:60px;}
#contact .message-box .title {font-size:16px;color:#999;}
#contact .message-box .title span {font-weight:bold;color:#333;font-size:24px;line-height:24px;margin-right:15px;}
#contact .message-box .advise-nav {display:flex;align-items:center;justify-content:center;}
#contact .message-box .advise-nav .item {width:140px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#666;border:1px solid #eee;transition:all 0.6s;margin-right:20px;cursor:pointer;}
#contact .message-box .advise-nav .item.active,#contact .message-box .advise-nav .item:hover {background-color:#0068b6;color:#fff;}
#contact .message-box .txt {text-align:center;color:#666;font-size:16px;margin-top:20px;}
#contact .message-box .form-box {display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px;}
#contact .message-box .form-box .line {width:49%;margin-bottom:2%;height:70px;position:relative;}
#contact .message-box .form-box .line input {width:100%;height:100%;border:1px solid #eee;transition:all 0.6s;padding-left:30px;}
#contact .message-box .form-box .line input:focus {box-shadow:0px 0px 10px 0px rgba(0,66,120,0.2);border:solid 1px #333;}
#contact .message-box .form-box .line.has-star:before {content:'*';position:absolute;color:#f00000;font-size:16px;left:22px;top:22px;}
#contact .message-box .form-box .line.has-text {width:100%;height:160px;resize:none;}
#contact .message-box .form-box .line.has-text textarea {width:100%;height:100%;border:1px solid #eee;padding:20px 30px;transition:all 0.6s;resize:none;}
#contact .message-box .form-box .line.has-text textarea:focus {box-shadow:0px 0px 10px 0px rgba(0,66,120,0.2);border:solid 1px #333;}
#contact .message-box .form-box .code-box {height:70px;display:flex;align-items:center;}
#contact .message-box .form-box .code-box .line {width:190px;height:100%;margin-bottom:0;}
#contact .message-box .form-box .code-box .img-box {overflow:hidden;width:160px;height:100%;line-height:70px;}
#contact .message-box .form-box .code-box .img-box img {height:100%;}
#contact .message-box .form-box .msg-btn {width:190px;height:70px;line-height:70px;text-align:center;color:#fff;font-size:16px;border:0;background-color:#d80e47;}

@media screen and (max-width:1229px){
    .ul-lmlist a{width: 20%;padding-right: 0;margin-right: 0;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
    .ul-lmlist.ss a{border-right: 1px solid #eee;border-bottom: 1px solid #eee;}
    
	.ny_prolist li{width: 50%;}
	
	.proinfo .pi_item{width:100%;float:none;}
	.pi_top .pi_top_left{width:100%;}
	.pi_top .pi_top_right{width:100%;margin-top:20px;}
	
    .pi_top .pi_top_left{width:53%;}
    .pi_top .pi_top_right{width:45%;}
    .pi_top .pi_top_right em{font-size:13px;}
    .pi_rylc .rylc .rylc_li{padding:40px 15px 15px;}
    .pi_rylc .rylc .rylc_li p{font-size:14px;}
    .pi_blhx .pi_li .pl_txt p{font-size:14px;}
	
	.ny_right{width:100%;float:none;margin-top:15px;}
	.ny_right .right_product .bd ul li{width:32%;float:left;margin-left:2%;}
	.ny_right .right_product .bd ul li:first-child{margin-left:0;}
	.ny_right .right_list ul li{width:48%;margin-left:4%;float:left;}
	.ny_right .right_list ul li:nth-child(odd){margin-left:0;}
	
	#ny_newswrap{padding:20px 0;}
	.ny_newslist .news_li .nl_left{width:200px;}
	.ny_newslist .news_li .nl_left .img{padding-bottom:133px;}
	.ny_newslist .news_li .nl_right{padding:20px 20px 23px 0;width:calc(100% - 200px);}
	.ny_newslist .news_li .nl_right a .news_txt{width:100%;padding:0 30px 0 15px;}
	.ny_newslist .news_li .nl_right a .news_txt p:first-child{font-size:16px;height:24px;line-height:24px;}
	.ny_newslist .news_li .nl_right a .news_date{display:none;}
	.ny_newslist .news_li:hover .nl_right a .news_txt{padding:0 15px 0 30px;}
	.ny_newsinfo .ny_newsinfo_left{width:100%;float:none;}
	.ny_newsinfo{padding: 30px 0;}
	.ny_newsinfo .ny_newsinfo_left .h1{font-size: 20px;line-height: 1.5;}
    
	/*联系我们*/
    #contact .contact-box {margin-top: 30px;margin-bottom: 30px;}
    #contact .contact-box .map-box {padding:0.6rem;}
    #contact .contact-box .map-box #map {height:18rem;}
    #contact .contact-box .address-items {flex-wrap:wrap;}
    #contact .contact-box .address-items .item {width:50%;margin-bottom:1.2rem;}
    #contact .contact-box .address-items .item i {font-size:24px;}

    /*客户留言*/
    #contact .message-box {padding:0.6rem 0.6rem 1.2rem;margin-top:0.8rem;margin-bottom:0.8rem;}
    #contact .message-box .advise-nav .item {width:2rem;height:0.8rem;line-height:0.8rem;}
    #contact .message-box .form-box .line {width:100%;height:2.3rem;}
    #contact .message-box .form-box .line.has-text {height:6.6rem;}
    #contact .message-box .form-box .line input {padding-left:1.0rem;}
    #contact .message-box .advise-nav .item {font-size:14px;margin-right:0.2rem;}
    #contact .message-box .txt {font-size:14px;}
    #contact .message-box .form-box {margin-top:0.9rem;}
    #contact .message-box .form-box .line.has-text textarea {padding:0.5rem 1.0rem;}
    #contact .message-box .form-box .line.has-star:before {left:0.2rem;top:0.2rem;}
    #contact .message-box .form-box .code-box {height:2.3rem;width:100%;}
    #contact .message-box .form-box .code-box .line {width:50%;}
    #contact .message-box .form-box .code-box .img-box {line-height:2.3rem;width:35%;}
    #contact .message-box .form-box .msg-btn {width:7rem;height:2.0rem;line-height:2.0rem;font-size:14px;margin:0 auto;margin-top:1.2rem;}
    #contact .message-box .title {font-size:14px;}
    #contact .message-box .title span {font-size:18px;line-height:24px;}
    .sidebar{ display:none;}
    .footer{display:none;}
    .copy{display:none;}
}
@media screen and (max-width:667px){
    .ul-lmlist a{width: 33.333%;}
	
    .ny_prolist li{width: auto;float: none;margin-bottom: 15px;}
	
    .pi_top .pi_top_left{width:100%;}
    .pi_top .pi_top_right{width:100%;margin-top:20px;}
    .pi_rylc .rylc .rylc_li{width:32%;margin-left:2%;}
    .pi_rylc .rylc .rylc_li:nth-child(4n+1){margin-left:2%;}
    .pi_rylc .rylc .rylc_li:nth-child(3n+1){margin-left:0;}
    .pi_blhx .pi_li{padding:10px 10px;}
    .pi_blhx .pi_li .pl_txt p:last-child{min-height:72px;}
	
	.ny_newslist .news_li .nl_right a .news_txt{padding:0 0 0 20px;}
	.ny_newslist .news_li:hover .nl_right a .news_txt{padding:0 0 0 20px;}
}
@media screen and (max-width:499px){
	.pi_top .pi_top_right h1{font-size:20px;line-height:30px;}
	.pi_top .pi_top_right .pi_btn{text-align:center;}
	.pi_top .pi_top_right .pi_btn span{width:100%;}
	.pi_top .pi_top_right .pi_btn span:last-child{display:none;}
	.pi_top .pi_top_right .liucheng_btn{margin-top:0;}
	.pi_top .pi_top_right .liucheng_btn span{width:100%;text-align:center;}
	.pi_top .pi_top_right .liucheng_btn span:last-child{display:none;}
	
	.ny_right .right_product .bd ul li{width:100%;margin-left:0;}
	.ny_right .right_list ul li{width:100%;margin-left:0;}
	
	.ny_newslist .news_li .nl_left{width:100%;float:none;}
	.ny_newslist .news_li .nl_left .img{padding-bottom:66.67%;}
	.ny_newslist .news_li .nl_right{width:100%;float:none;}
	.ny_newslist .news_li .nl_right a .news_txt p:last-child{margin-top:8px;}
}