body{
    margin:0;
    font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica;
    background: url(../images/bg.webp) no-repeat top center;
    background-size: cover;
    background-attachment: fixed; 
    font-size: 12px;
}
body a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration:none;
    color: #585858;
}
body a:hover{
    color: #2faac9;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul,label{
    margin:0;
    padding:0;
}
ul,li{list-style: none;}
body a:hover,body a:visited{
    text-decoration:none;
}
.layout{
  clear: both;
  overflow: hidden;
  width: 100%;
}
.wrap100{
  width: 100%;
}
.float-left{
  float: left;
}
.float-right{
  float:right;
}
.clearfix:after {
  content: ".";/*--设置内容为空--*/
  display: block;/*将文本转为块级元素*/
  clear: both;/*清楚浮动*/
  visibility: hidden;/*将元素隐藏*/
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
  zoom: 1;/*兼容IE*/
}
.row-5{
  margin-left: -5px;
  margin-right: -5px;
}
.row-10{
  margin-left: -10px;
  margin-right: -10px;
}
.paddingleft-none{
  padding-left: 0
}
.paddingright-none{
  padding-right: 0
}
.topblank{
  display: block;
  height: 70px;
  background: #333;
}
.bottomblank{
  display: block;
  height: 70px;
  background: #333;
}
.spacer10{
  display: block;
  height: 10px;
}
.spacer20{
  display: block;
  height: 20px;
}
.spacer30{
  display: block;
  height: 30px;
}
.spacer40{
  display: block;
  height: 40px;
}
.spacer50{
  display: block;
  height: 50px;
}



/*--滚动条样式--*/
::-webkit-scrollbar {
  width:6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #000;
} 
::-webkit-scrollbar-thumb {
  background:#333;
}
::-webkit-scrollbar-thumb:hover {
  background-color:#565656;
}



/*--top-nav--*/
header{
  margin:0;
  padding:0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-left{
  position: relative;
  left: 0;
  top: 0;
}
.header-left .logo{
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
  left: 30px;
  top: 20px;
}
.header-left .logo img{
  width: 80%;
}
.topleft-blackmask{
  display: block;
  width: 288px;
  height: 150px;
  position: fixed;
  left: 0;
  top: -25px;
  background: rgba(0,0,0,0.9);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 10;
}
.topleft-redmask{
  display: block;
  width: 960px;
  height: 170px;
  position: fixed;
  left: 20px;
  top: -85px;
  background: rgba(238,28,50,0.7);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 5;
}
.header-right{
  position: relative;
  right: 0;
  top: 0;
}
.topright-redmask{
  display: block;
  width: 116px;
  height: 85px;
  position: fixed;
  right: 0;
  top: -74px;
  background: rgba(238,28,50,0.9);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 10;
}
.topright-blackmask{
  display: block;
  width: 96px;
  height: 410px;
  position: fixed;
  right: -1px;
  top: -60px;
  background: rgba(0,0,0,0.85);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 5;
}



/*--用于右侧导航--*/
.navbar-nav{
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 99;
}
.navbar-nav .active a, .navbar-nav .active a:hover, .navbar-nav .active a:focus {
  color: #fff;
  background: none;
}
.navbar-nav li {
  margin: 0 auto;
  padding: 17px 10px;
  position: relative;
  float: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transform:skew(0,350deg);
}
.navbar-nav li:last-child{
  border-bottom: none;
}
.navbar-nav li a {
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    padding: 0 18px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a.active {
    color: #e41d32;
}



/*--底部floater--*/
.floater{
  margin:0;
  padding:0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.floater-left{
  position: relative;
  left: 0;
  bottom: 0;  
}
.floater-right{
  position: relative;
  right: 0;
  bottom: 0; 
}
.floater-left .lefthero{
  width: 16%;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.3));
  position: fixed;
  left: 0;
  bottom: 0;
}
.floaterleft-blackmask{
  display: block;
  width: 11%;
  height: 15%;
  position: fixed;
  left: 0;
  bottom: -120px;
  background: rgba(0,0,0,0.9);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 10;
}
.floaterleft-redmask{
  display: block;
  width: 11%;
  height: 15%;
  position: fixed;
  left: -20px;
  bottom: -105px;
  background: rgba(238,28,50,0.7);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 5;
}
.floater-phone{
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 15;
}
.floater-phone h4{
  color: #fff;
  font-size: 1.6em;
  text-align-last: justify;
  margin: 0.1em auto;
}
.floater-phone h3{
  color: #fff;
  font-size: 2.5em;
  text-align-last: justify;  
  margin: 0.2em auto;  
}
.floater-phone h6{
  color: #fff;
  font-size: 0.9em;
  text-align-last: justify;  
  margin: 0.2em auto;
}
.floaterright-redmask{
  display: block;
  width: 288px;
  height: 168px;
  position: fixed;
  right: -20px;
  bottom: -28px;
  background: rgba(238,28,50,0.9);
  box-shadow: -5px -5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 10;
}
.floaterright-blackmask{
  display: block;
  width: 288px;
  height: 168px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: rgba(0,0,0,0.8);
  box-shadow: -5px -5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 5;
}



/*--底部--*/
footer{
  background: #000;
  padding: 2em 0;
  text-align: center;
}
footer p{
  font-size: 1.2em;
  color: #787878;
}
footer p a:hover{
  color: #dd1f33;
}


/*--banner1--*/
.swiper-container {
  width: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner1-slide{
  height: 100%;
}
.banner1-slide a{
  display: block;
  width: 80%;
  height: 50vw;
  text-indent:-99999px;
}
#banner1{
  height: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/flex-arr.webp) no-repeat left center !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url(../images/flex-arr.webp) no-repeat right center !important;
}
.swiper-pagination-bullet-active{
  background: #fff !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content: none !important;
}

/*--banner2--*/
.swiper-container {
  width: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner2-slide{
  height: 100%;
}
.banner2-slide a{
  display: block;
  width: 80%;
  height: 50vw;
  text-indent:-99999px;
}
#banner2{
  height: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/flex-arr.webp) no-repeat left center !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url(../images/flex-arr.webp) no-repeat right center !important;
}
.swiper-pagination-bullet-active{
  background: #fff !important;
}


.index_box{
  background: #080808;
  min-height: 800px;
  width: 100%;
}
.sect-2,.sect-3,.sect-4{
  margin: 50px auto;

}
.box-title{
  padding: 50px 0 20px;
}
.box-title h2{
  font-size: 30px;
  line-height: 50px;
}
.box-title p{
  font-size: 16px;
  line-height: 20px;
}
.index-case-box{
  padding: 0;
}
.index-news-box{
  padding: 0;
}
.index-case-list{
  margin: 5px auto;
}
.index-case-list a{
  display: block;
}
.index-case-list a img{
  max-width: 100%;
  border-radius: 5px;
  transition: 0.2s all linear;
}
.index-case-list a h3{
  padding: 20px 0 0;
  font-size: 26px;
}
.index-case-list a p{
  padding: 10px 0;
  font-size: 13px;
}
.index-case-list a:hover{
  color: #dd1f33;
}
.index-case-list a:hover img{
  transform: scale(1.05,1.05);
  transition: 0.2s all linear;
}
.index-case-list-more{
  text-align: center;
  padding: 50px 0;
}
.index-case-list-more a{
  border: 1px solid #666;
  border-radius: 60px;
  padding: 10px 30px;
  font-size: 18px;
}
.index-case-list-more a:hover{
  color: #dd1f33;
  border: 1px solid #dd1f33;
}
.index-news-list{
  margin: 5px auto;
}
.index-news-list a{
  display: block;
}
.index-news-list a img{
  max-width: 100%;
  border-radius: 5px;
  transition: 0.2s all linear;
}
.index-news-list a h3{
  padding: 20px 0 0;
  font-size: 26px;
}
.index-news-list a p{
  padding: 10px 0;
  font-size: 13px;
}
.index-news-list a:hover{
  color: #dd1f33;
}
.index-news-list a:hover img{
  transform: scale(1.05,1.05);
  transition: 0.2s all linear;
}
.box-info-txt{
  padding-top: 50px;
  padding-bottom: 100px;
}
.box-info-txt p{
  width: 90%;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 26px;
}
.box-info-txt-content a.more{
  margin-top: 25px;
  display: block;
  font-size: 16px;
}
.box-info-txt-content a img{
  max-width: 100%;
}
.box-info-txt-content a:hover{
  color: #dd1f33;
}

.box-link{
  padding-bottom: 50px;
}
.box-link ul li a{
  display: block;
  margin: 1em auto;
  font-size: 16px;
}
.box-link ul li a:hover{
  color: #dd1f33;
}



/*--页面通用--*/
.mainwrap{
  width: 1200px;
  margin: 0 auto;
  background: rgba(255,255,255,0.7);  
}



/*--单页面--*/
.page-content{
  padding:0;
}
.page-content p{
  font-size: 1.4em;
  line-height: 1.8em;
  text-indent: 2em;
}
.page-content img{
  max-width: 100%;
  margin:0 auto;
  display: block;
}







/*--产品列表页面--*/
.pro-content{
  padding:40px;
}
.pro-content li{
  padding: 30px;
}
.pro-content li a{
  display: block;
}
.pro-content-list{
  display: block;
  position: relative;
  overflow: hidden;  
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.12);
}
.pro-content-list:hover{
  box-shadow: 0 0 30px rgba(238,28,50,0.2);
}
.pro-content li a img{
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.pro-content li a .pro-span{
  display: block;
  position: absolute;
  z-index: 90;
  left: 0;
  bottom: 0;
  height: 22px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.pro-content li a .pro-span .title{
  font-size: 14px;
  line-height: 28px;
  color: #333;
  float: left;
}
.pro-content li a .pro-span .price{
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #dd1f33;
  float: right;
}
.pro-content li a .pro-span .price i{
  font-size:14px;
  font-style: normal;
}
.pro-content li a:hover .pro-span{
  margin-bottom: 30px;
}
.pro-content li a:hover .pro-span .title{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.pro-content li a:hover .pro-span .price{
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.pro-content li a:hover .pro-span .price i{
  font-size:14px;
  font-style: normal;  
}
.pro-content li a .pro-mask{
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.5);
  transform:skew(0,350deg);
}
.pro-content li a:hover .pro-mask{
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 80px;
  background: rgba(238,28,50,0.8);
  transform:skew(0,350deg);
}






/*--产品详情页面--*/
.pro-content-box{
  padding:70px 0;
}
.pro-content-info{
  height: 510px;
  margin-left: -30px;
}
.pro-content-box h1{
  text-align: left;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color:#333;
}
.pro-content-box h6{
  text-align: left;
  font-size: 16px;
  line-height: 60px;
  color:#787878;
}
.pro-content-data{
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin: 1em 0;
  padding: 1em 0;
  font-size: 1.4em;
  color: #333;
}
.pro-content-data p{
  margin: 0.5em auto;
}
.pro-content-data p span{
  color: #787878;
}
.pro-content-link{
  padding-top: 30px;
}
.pro-content-link span{
  color: #dd1f33;  
  float: left;
  font-size: 72px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -3px;
}
.pro-content-link span i{
  font-size: 36px;
  font-style: normal;
}
.pro-content-link a{
  display: inline-block;
  float: right;
  background: #ee1c32;
  color: #fff;
  width: 8em;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  font-size: 2em;
  border-radius: 5px;
  margin-top: 1.1em;
}
.pro-content-link a:hover{
  color: #fff;
  background: #dd1f33;
}
.content-box{
  margin: 3em auto 0;
  border-top: 1px solid #dedede;
}
.content-box h5{
  border-top: 3px solid #333;
  color: #333;
  font-size: 22px;
  margin: 0 auto;
  padding: 0.5em 0 2em;
  width: 12%;
  text-align: center;
}
.content-box img{
  max-width: 100%;
}
.pro-back{
  width: 10%;
  margin: 3em auto 1em;
  text-align: center;
}
.pro-back a{
  text-align: center;
  font-size: 20px;
  padding-top: 70px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 60px;
  background: url(../images/pro-back.webp) no-repeat top center;
}
.pro-back a:hover{
  background: url(../images/pro-back-on.webp) no-repeat top center;
  color: #dd1f33;
}

.content-pro-rec{
  padding: 50px;
  width: 100%;
}
.content-pro-rec dt{
  font-size: 26px;
  font-weight: normal;
  padding-top: 20px;
  border-top: 2px solid #efefef;
}
.content-pro-rec dd{
  margin: 20px auto;
}
.content-pro-rec dd a{
  position: relative;
  display: block;
  text-align: center;
}
.content-pro-rec dd a img{
  max-width: 100%;
  border-radius: 5px;
  transition: 0.2s all linear;
}
.content-pro-rec dd a h3{
  font-size: 26px;
  padding: 20px 0 0;
}
.content-pro-rec dd a p{
  font-size: 13px;
  padding: 10px 0;
}
.content-pro-rec dd a:hover{
  color: #dd1f33;
}
.content-pro-rec dd a:hover img{
  transform: scale(1.05,1.05);
  transition: 0.2s all linear;
}



/*--产品图片缩略式--*/
.sp-wrap {
  display:none;
  line-height:0;
  font-size:0;
  position:relative;
  width: 100%;
  height: 510px;
}
.sp-large {
  width: 510px;
  height: 510px !important;
  border: 2px solid #dedede;
  overflow:hidden;
  float:left;
}
.sp-large a img {
  width: 510px;
  height: 510px;
}
.sp-large a {
  display:inline-block;
}
.sp-thumbs {
  width: 104px;
  margin-left: 10px;
  float:left;
}
.sp-thumbs img {
  width:90px;
  height:90px; 
  border-radius:0px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  border:2px solid #eee;
  width: 94px;  
  display: block;
  margin:0 0 10px 0;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current {
  border:2px solid #666 !important;
}
.sp-zoom {
  position:absolute;
  left:0;
  top:0;
  display:none;
}






/*--产品图片滑动式--*/
.focus{
  width:100%;
  height:515px;
  position:relative;
}
.focus-inner{
  width:100%;
  height:515px;
  overflow:hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.12); 
}
.focus-inner:hover{
  box-shadow: 0 0 30px rgba(238,28,50,0.2);
}
.focus-inner li{
  padding: 0;
  width: 100%;
  text-align: center;
}
.focus-inner li a{
  background: transparent;
}
.focus-inner img{
  max-width:100%;
  height:515px;
  margin: 0 !important;
  padding: 30px !important;
}
.rslides{
  width:100%;
  position:relative;
  list-style:none;
  padding:0;
}
.rslides_nav{
  height:44px;
  width:43px;
  position:absolute !important;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  top:50%;
  left:0;
  opacity:0.5;
  text-indent:-9999px;
  overflow:hidden;
  text-decoration:none;
  background:url(../images/i.webp) no-repeat 20px 0 !important;
  margin-top:-28px;
}
.rslides_nav:active{
  opacity:1.0;
}
.rslides_nav.next{
  left:auto;
  background-position:-23px 0 !important;
  right:0;
  text-align: left;
}
.rslides_tabs{
  margin:0 auto;
  clear:both;
  text-align:center;
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 100;
}
.rslides_tabs li{
  float: left;
  margin-right: 5px;
  padding: 5px 0;
}
.rslides_tabs a{
  text-indent: -9999px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.3);
  display: inline-block;
  width: 8px;
  height: 8px;
}
.rslides_tabs .rslides_here a{
  background:rgba(255,255,255,0.9);
}
.focus-inner li a .pro-span{
  margin-bottom: 108px;
  padding: 0 30px;
}
.focus-inner li a:hover .pro-span{
  margin-bottom: 108px;
  padding: 0 30px;  
}
.focus-inner li a .pro-span .title{
  font-size: 20px;
  line-height: 20px;
  color: #dd1f33;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.focus-inner li a:hover .pro-span .title{
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.focus-inner li a .pro-span .price{
  font-size: 58px;
  line-height: 64px;
  font-weight: bold;
  color: #dd1f33;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.focus-inner li a:hover .pro-span .price{
  font-size: 58px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.focus-inner li a .pro-span .price i{
  font-size:20px;
  font-style: normal;  
}
.focus-inner li a:hover .pro-span .price i{
  font-size:20px;
  font-style: normal;  
}
.focus-inner li a .pro-mask{
  display: block;
  position: absolute;
  bottom: -225px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 180px;
  background: rgba(238,28,50,0.8);
  transform:skew(0,350deg);
  transition: 0.1s all linear;
}
.focus-inner li a:hover .pro-mask{
  display: block;
  position: absolute;
  bottom: -85px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 180px;
  background: rgba(238,28,50,0.8);
  transform:skew(0,350deg);
  transition: 0.1s all linear;
}






/*--联系页面--*/
.page-content .row{
  margin:0;
}
.about-box{
  position: relative;
}
.about-lianxi{
  padding: 120px 60px 90px 90px;
  background: rgba(255,255,255,0.95);
  position: relative;
  z-index: 3;
}
.about-lianxi h3{
  font-size: 40px;
  padding: 30px 0;

}
.about-lianxi p{
  font-size: 16px;
  line-height: 40px;
  
}
.about-lianxi h6{
  font-size: 16px;
  line-height: 40px;
  margin-top: 20px;
  
}
.about-weixin{
  position: relative;
  min-height: 900px;
  padding-left: 0;
}
.about-phone{
  position: absolute;
  z-index: 30;
  width: 58%;
  top: 30%;
  left: 20%;
}
.about-phone img{
  max-width: 100%;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.3));
}
.about-redmask{
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  top: 450px;
  background: rgba(238,28,50,0.8);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 2;
}
.about-blackmask{
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  top: 480px;
  background: rgba(0,0,0,0.8);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  transform:skew(0,350deg);
  z-index: 1;
}







/*--新闻页面--*/
.news-box{
  min-height: 880px;
}
.breadcrumb{
  background: none;
  padding-top: 50px;
  padding-right: 30px;
  text-align: right;
  font-size: 22px;
  margin-bottom: 0;
}
.breadcrumb a{
  padding: 0 5px;
}
.breadcrumb a:hover{
  color: #e41d32;
}
.list-content{
  padding: 0 30px;
}
.list-content li{
  margin: 50px auto;
}
.list-content li a{
  position: relative;
}
.list-content li a:hover{
  color:#181818;
}
.list-content li a img{
  max-width: 100%;
  border-radius: 3px;
}
.list-content li a h2{
  line-height: 1.4em;
  font-size: 44px;
}
.list-content li a p{
  line-height: 1.5em;
  font-size: 20px;
  padding-top: 20px;
  color: #787878;
}
.list-content li a h6{
  line-height: 1.5em;
  font-size: 26px;
  padding-top: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.list-content-box{
  padding: 50px 30px 0;
}
.list-content-box h2{
  font-size: 44px;
  text-align: center;
}
.contentInfo{
  font-size: 18px;
  color: #787878;
  text-align: center;
  padding: 20px 0;
}
.news-content-box{
  font-size: 18px;
  line-height: 28px;
  margin: 50px auto 0;
  border-top: 1px solid #dedede;
  padding: 30px 10px 0;
  color: #454545;
}



.news-list-rec{
  padding: 50px;
  width: 100%;
}
.news-list-rec dt{
  font-size: 26px;
  font-weight: normal;
  padding-top: 20px;
  border-top: 2px solid #efefef;
}
.news-list-rec dd{
  margin: 20px auto;
}
.news-list-rec dd a{
  position: relative;
  display: block;
}
.news-list-rec dd a img{
  max-width: 100%;
  border-radius: 5px;
}
.news-list-rec dd a h2{
  font-size: 44px;
  line-height: 1.4em;
}
.news-list-rec dd a p{
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 20px;
}
.news-list-rec-date{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  display: block;
}
.news-list-rec dd a:hover{
  color: #333;
}





/*--分页--*/
.pagination-box{
  padding: 0 50px;
}
.pagination>li>a, .pagination>li>span{
  padding: 8px 16px;
  font-size: 18px;
  color: #333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background: #333;
  border-color: #333;
}
.pagination>li>a:hover{
  color: #333;
}














/*--分辨率适配--*/
@media(max-width:1680px){

}


@media(max-width:1440px){

}


@media(max-width:1366px){

}


@media(max-width:1280px){

}


@media(max-width:1080px){

}







/*--ipad横版--*/
@media(max-width:1024px){
  .mainwrap{
    width: 1004px;
  }
  .focus{
    height: 415px;
  }
  .focus-inner{
    height: 415px;
  }
  .focus-inner img{
    height: 415px;
  }
  .list-content li a h2{
    font-size: 38px;
  }
  .pro-content-box h1{
    font-size: 38px;
  }
  .pro-content-data{
    font-size: 1.2em;
  }
}


@media(max-width:991px){

}


@media(max-width:900px){

}


@media(max-width:800px){

}







/*--ipad竖版--*/
@media(max-width:768px){
  .box-info-txt p{
    width: 100%;
    font-size: 22px;
    line-height: 36px;
  }
  .banner2-slide a{
    height: 70vw;
  }
  .index-case-list a h3{
    height: 100px;
  }
  .mainwrap{
    width: 750px;
  }
  .content-pro-rec dd a {
    height: 400px;
  }
  .list-content li a img{
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .list-content li a p{
    padding-bottom: 30px;
  }
  .list-content li a h6{
    bottom: 0;
  }
  .about-weixin{
    min-height: 700px;
  }
  .about-phone{
    top: 0;
  }
  .about-redmask{
    top: 980px;
    height: 25%;
  }
  .about-blackmask{
    top: 1010px;
    height: 25%;
  }
  .pro-content-box{
    padding: 10px 0;
  }
  .pro-content-info{
    margin-left: 0;
    padding: 0 30px;
  }
  .sp-wrap{
    height: 920px;
  }
  .sp-large{
    width: 750px;
    height: 750px !important;
    border: 0;
  }
  .sp-large a img{
    width: 750px;
    height: 750px;
  }
  .sp-thumbs{
    width: 750px;
    margin-left: 0;
    margin-top: 5px;
  }
  .sp-thumbs a:link, .sp-thumbs a:visited{
    display: inline-block;
    width: 146px;
    border: 0;
    margin-right: 5px;
  }
  .sp-thumbs a:link:last-child, .sp-thumbs a:visited:last-child{
    margin-right: 0;
  }
  .sp-thumbs img{
    width: 146px;
    height: 146px;
  }
  .sp-thumbs a:hover, .sp-thumbs a:active, .sp-current{
    border: 0 !important;
  }
  .pro-content-info{
    height: auto !important;
  }
  .pro-content-link{
    padding-top: 10px;
  }
  .pro-content-link a{
    width: 12em;
  }
}


@media(max-width:767px){

}


@media(max-width:736px){

}


@media (max-width:667px){

}


@media(max-width:640px){

}


@media(max-width:600px){

}


@media (max-width: 568px){

}


@media(max-width:480px){

}








/*--iphone8p--*/
@media(max-width:414px){
  .header-left .logo{
    left: 20px;
    top: 10px;
  }
  .header-left .logo img{
    width: 40%;
  }
  .topleft-blackmask{
    width: 150px;
    height: 88px;
  }
  .topleft-redmask{
    width: 560px;
    height: 118px;
  }
  .topright-redmask{
    width: 90px;
    height: 85px;
  }
  .topright-blackmask{
    width: 60px;
    height: 338px;
  }
  .navbar-nav{
    top: 0;
  }
  .navbar-nav li{
    padding: 12px 10px;
  }
  .navbar-nav li a{
    font-size: 1.2em;
  }
  .floaterright-blackmask{
    width: 150px;
    height: 96px;
  }
  .floaterright-redmask{
    width: 158px;
    height: 92px;
  }
  .floater-phone{
    right: 10px;
    bottom: 3px;
  }
  .floater-phone h4{
    font-size: 14px;
  }
  .floater-phone h3{
    font-size: 18px;
  }
  .banner2-slide a{
    height: 180vw;
  }
  .mainwrap{
    width: 414px;
  }
  .box-title{
    padding: 25px 0 10px;
  }
  .box-title h2{
    font-size: 22px;
  }
  .index-case-list a h3{
    height: 80px;
    font-size: 20px;
  }
  .index-case-list-more{
    padding: 25px 0;
  }
  .index-news-list a h3{
    font-size: 18px;
  }
  .box-info-txt{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box-info-txt p{
    font-size: 16px;
    line-height: 30px;
  }
  .box-link{
    padding-bottom: 20px;
  }
  .content-pro-rec{
    padding: 20px;
    margin-bottom: 0;
  }
  .content-pro-rec dd a{
    height: 280px;
  }
  .content-pro-rec dd a h3{
    font-size: 20px;
  }
  .pro-content{
    padding: 15px;
  }
  .pro-content li{
    padding: 10px;
  }
  .focus-inner img{
    height: 395px;
    padding: 20px !important;
  }
  .focus-inner li a .pro-span .price{
    font-size: 46px;
    line-height: 40px;
  }
  .focus-inner li a .pro-span .title{
    font-size: 16px;
  }
  .focus-inner li a .pro-span{
    margin-bottom: 60px;
  }
  .sp-wrap{
    height: 510px;
  }
  .sp-large{
    width: 414px;
    height: 414px !important;
    border: 0;
  }
  .sp-large a img{
    width: 414px;
    height: 414px;
  }
  .sp-thumbs{
    width: 414px;
    margin-left: 0;
    margin-top: 6px;
  }
  .sp-thumbs a:link, .sp-thumbs a:visited{
    display: inline-block;
    width: 78px;
    border: 0;
    margin-right: 6px;
  }
  .sp-thumbs a:link:last-child, .sp-thumbs a:visited:last-child{
    margin-right: 0;
  }
  .sp-thumbs img{
    width: 78px;
    height: 78px;
  }
  .sp-thumbs a:hover, .sp-thumbs a:active, .sp-current{
    border: 0 !important;
  }
  .pro-content-box h1{
    font-size: 30px;
    line-height: 36px;
  }
  .pro-content-info{
    height: auto !important;
  }
  .pro-content-link span{
    font-size: 58px;
  }
  .pro-content-link a{
    width: 9em;
    margin-top: 0.5em;
  }
  .content-box h5{
    width: 30%;
  }
  .pro-back{
    margin: 2em auto;
    width: 20%;
  }
  .pro-back a{
    height: 30px;
    font-size: 16px;
    background-size: 40%;
    padding-top: 45px;
  }
  .breadcrumb{
    font-size: 18px;
    padding-top: 60px;
    padding-right: 70px;
    padding-bottom: 0;
  }
  .contentInfo{
    font-size: 16px;
  }
  .news-content-box{
    margin: 20px auto 0;
  }
  .list-content li a h2{
    font-size: 22px;
  }
  .list-content li a p{
    font-size: 16px;
  }
  .list-content li a h6{
    font-size: 18px;
  }
  .list-content-box{
    padding: 30px 20px 0;
  }
  .list-content-box h2{
    font-size: 32px;
  }
  .news-list-rec{
    padding: 20px;
  }
  .news-list-rec dd a img{
    margin-bottom: 10px;
  }
  .news-list-rec dd a h2{
    font-size: 22px;
  }
  .news-list-rec dd a p{
    font-size: 16px;
    padding-bottom: 20px;
  }
  .about-lianxi{
    padding: 60px 25px 30px;
  }
  .about-lianxi h3{
    font-size: 28px;
  }
  .about-lianxi p{
    line-height: 36px;
  }
  .about-weixin{
    min-height: 550px;
  }
  .about-redmask{
    height: 15%;
    top: 1080px;
  }
  .about-blackmask{
    height: 15%;
    top: 1100px;
  }
}


@media(max-width:384px){ 

}






/*--iphone8--*/
@media(max-width:375px){
  .banner2-slide a{
    height: 180vw;
  }
  .index-case-list a h3{
    font-size: 18px;
  }
  .index-news-list a h3{
    font-size: 16px;
  }
  .box-link ul li a{
    font-size: 14px;
  }
  .mainwrap{
    width: 375px;
  }
  .focus{
    height: 355px;
  }
  .focus-inner{
    height: 355px;
  }
  .focus-inner img{
    height: 315px;
  }
  .focus-inner li a .pro-span{
    margin-bottom: 40px;
  }
  .sp-wrap{
    height: 460px;
  }
  .sp-large{
    width: 375px;
    height: 375px !important;
    border: 0;
  }
  .sp-large a img{
    width: 375px;
    height: 375px;
  }
  .sp-thumbs{
    width: 375px;
    margin-left: 0;
    margin-top: 5px;
  }
  .sp-thumbs a:link, .sp-thumbs a:visited{
    display: inline-block;
    width: 71px;
    border: 0;
    margin-right: 5px;
  }
  .sp-thumbs a:link:last-child, .sp-thumbs a:visited:last-child{
    margin-right: 0;
  }
  .sp-thumbs img{
    width: 71px;
    height: 71px;
  }
  .sp-thumbs a:hover, .sp-thumbs a:active, .sp-current{
    border: 0 !important;
  }
  .pro-content-link a{
    width: 8em;
  }
  .focus-inner li a .pro-span .title{
    font-size: 14px;
  }
  .list-content-box h2{
    font-size: 30px;
  }
  .content-pro-rec dd a{
    height: 230px;
  }
  .content-pro-rec dd a h3{
    font-size: 18px;
  }
  .news-list-rec dd a h2{
    font-size: 20px;
  }
}






/*--iphone5s--*/
@media(max-width:320px){

}