
/*手机banner*/
.banner-p{
 height: 360px;
 display: none !important;
}
/*******关于我们*********/
.about{
    padding: 120px 0;
}
.introduction{

    float: right;
}
.introduction p{
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.7;
    padding-left: 8px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-indent:2em;
}
.introduction .more{
    border: 1px solid #bbb;
    padding: 10px 28px;
}
.about-us img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 2px;
}
/*******产品*/
label, a {
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: border 0.2s;
    border-bottom: 5px solid rgba(0, 80, 159, 0.2);
    padding: 3px 2px;
  }
  label:hover, a:hover {
    border-bottom-color: #00509f;
  }
  
  .layout {
    display: grid;
    height: 100%;
    width: 100%;
    overflow: hidden;
    grid-template-rows: 50px 1fr;
    grid-template-columns: 1fr  1fr;
  }
  
  input[type="radio"] {
    display: none;
  }
  
  label.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 2px solid #f39801;
    background: #ecf0f1;
    user-select: none;
    transition: background 0.4s, padding-left 0.2s;
    padding-left: 0;
    font-size:16px;
  }
  input[type="radio"]:checked + .page + label.nav {
    background: #00509f;
    color: #ffffff;
    padding-left: 20px;
  }
  input[type="radio"]:checked + .page + label.nav svg {
    opacity: 1;
  }
  label.nav span {
    padding-left: 0px;
    position: relative;
  }
  label.nav svg {
    left: 0;
    top: -3px;
    position: absolute;
    width: 15px;
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  .page {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: span 2;
    display: flex;
    align-items: center;
    padding-top: 60px;
  }
  
  .page-contents > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
  }
  .page-contents > *:nth-child(1) {
    transition-delay: 0.4s;
  }
  .page-contents > *:nth-child(2) {
    transition-delay: 0.6s;
  }
  .page-contents > *:nth-child(3) {
    transition-delay: 0.8s;
  }
  .page-contents > *:nth-child(4) {
    transition-delay: 1s;
  }
  .page-contents > *:nth-child(5) {
    transition-delay: 1.2s;
  }
  .page-contents > *:nth-child(6) {
    transition-delay: 1.4s;
  }
  .page-contents > *:nth-child(7) {
    transition-delay: 1.6s;
  }
  .page-contents > *:nth-child(8) {
    transition-delay: 1.8s;
  }
  .page-contents > *:nth-child(9) {
    transition-delay: 2s;
  }
  .page-contents > *:nth-child(10) {
    transition-delay: 2.2s;
  }
  .page-contents > *:nth-child(11) {
    transition-delay: 2.4s;
  }
  .page-contents > *:nth-child(12) {
    transition-delay: 2.6s;
  }
  .page-contents > *:nth-child(13) {
    transition-delay: 2.8s;
  }
  .page-contents > *:nth-child(14) {
    transition-delay: 3s;
  }
  .page-contents > *:nth-child(15) {
    transition-delay: 3.2s;
  }
  .page-contents > *:nth-child(16) {
    transition-delay: 3.4s;
  }
  .page-contents > *:nth-child(17) {
    transition-delay: 3.6s;
  }
  .page-contents > *:nth-child(18) {
    transition-delay: 3.8s;
  }
  .page-contents > *:nth-child(19) {
    transition-delay: 4s;
  }
  .page-contents > *:nth-child(20) {
    transition-delay: 4.2s;
  }
  
  input[type="radio"] + .page {
    transition: transform 0.2s;
    transform: translateX(100%);
  }
  
  input[type="radio"]:checked + .page {
    transform: translateX(0%);
  }
  input[type="radio"]:checked + .page .page-contents > * {
    opacity: 1;
    transform: translateY(0px);
  }
  
  .page-contents {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
.products{
    padding: 40px 0;
    background-color: #e3e7ed;
}
.product{
    overflow: hidden;
    display: flex;
   /* justify-content: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;*/
    height: 380px;
    border-radius: 4px;
}
.box{
    position: relative;
    width: 240px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px;
    transition: 0.5s;
    float: left;
}
.box .imgBox{
    position: absolute;
    top: 0;     left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    
}
.box:hover{
    height: 380px;
    box-shadow: rgba(0,0,10,0.4);
}
.box .imgBox img{
    max-width:100%; 
    transition: 0.5s;
    border-radius: 2px;
}
.box:hover .imgBox img{
     opacity: 1;
     border-radius: 2px;
}
.box:before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index:-1;
}
.box:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index:-2;
    filter: blur(40px);
}
/*.box:before,.box :after{
    background:linear-gradient(235deg,#89ff00,#010615,#00bcd4);
}
.box:nth-child(2):before,
.box:nth-child(2):after
{
    background:linear-gradient(235deg,#ff005e,#010615,#fbff00);
}
.box:nth-child(3):before,
.box:nth-child(3):after
{
    background:linear-gradient(235deg,#772aff,#010615,#2196fc);
}*/
.box .content{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 90px;
    background: rgba(0,0,0,0.4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /*设置div盒子元素的背景透明度越靠近1越不透明*/
    transition: 0.5s;
    /*向下伸长实现效果时间*/
}

.box .content{
    bottom: 32px;
}

.box:hover .content{
    opacity: 1;

}
.box .content h2{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}
.box .content h2 span{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 2px;
}
.more-bottom{
    text-align: center;
}
.more1{
    border: 1px solid #bbb;
    padding: 10px 28px;
}
/********产品手机**************/
.product-phone{
    display: none;
}
.imgBox-phone img{
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.box-phone{
    padding-top: 20px;
}
.content-phone{
    height: 40px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/******质量*********/
.quality{
    margin-top: 80px;
    border-bottom: 1px solid #e3e7ed;
    padding-bottom:80px;
}
.icon{
    padding-bottom: 40px;
}
.icon img{
    width: 32%;
    height: auto;
    border-radius: 2px;
}
.con .title4{
    font-size: 18px;
    margin-bottom: 20px;
}
.con :hover{
    color: #00509f;

}
.con .title4-s{
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*******案例****************/
.case{
    margin-top: 60px;
}
.cases img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 2px;
}
/******视频*************/
.video{
    overflow: hidden;
}
.videolist { 
    position:relative; 
    float:left; 
    width:100%; 
    height:300px; 
    margin-right:50px; 
    margin-top:15px; 
    margin-bottom:30px; 
}
.videolist:hover{ 
    cursor: pointer; 
}
.video-phone{
    display: none;
}
.videoed { 
    display:none; 
    width:50px; 
    height:50px; 
    position: absolute; 
    left:45%; 
    top:45%; 
    z-index:99; 
    border-radius:100%; 
}
.videos{ 
    display:none;
    border: 1px solid #080808; 
    position:fixed; 
    left:50%; 
    top:60%; 
    margin-left:-320px; 
    margin-top:-210px; 
    z-index:100; 
    width:640px; 
    height:360px; }
.vclose { 
    position:absolute;
    right:1%; 
    top:1%; 
    border-radius:100%; 
    cursor: pointer; 
}
.video-top{
    margin-top: 100px;
}
/******新闻**********/
.main{margin:80px auto;}
.title{font-size:24px; }
.title-s{font-size: 16;color: #999;margin-bottom: 80px; padding-left:13px;}
.w-imgText{ position:relative; overflow: visible;}
.w-imgText ul,.w-imgText li{ list-style:none; padding:0; margin:0;}
.w-imgText .item{ position:relative;}
.w-imgText .item > a{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.w-imgText .swiperBox{ overflow: hidden; padding-right: 4%;}
.w-imgText .imTB{ overflow:hidden;}
.w-imgText .img{ width:30%;}
.w-imgText .img img{width:100%;     border-radius: 2px;}
.w-imgText .textB{ position:absolute; left:30%; right:0; top:0; bottom:0;padding:30px 4%; line-height:1.7;}
.w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.w-imgText .textB .text_x{ position:relative; z-index:1;max-height: 100%; overflow:hidden; }
.w-imgText .textB .text_x .tt_h{font-size:20px; color:#333;font-weight:bold; line-height:1.5; margin-bottom:1em;}
.w-imgText .textB .text_x p{ color:#333;padding-top: 10px;    text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.w-imgText .textB .text_x .btn{margin-top:2em; line-height: 2.5; padding: 0 3em; display: inline-block; border: 1px solid #bbb; color:#333;}
.w-imgText .textB .text_x .btn:hover{background-color: #00509f;color: #fff;}
.w-imgText .igt_page{position: absolute; z-index: 10; left: auto; width: auto; right: 0; top: -65px; font-size: 20px; color: #999;}
.w-imgText .igt_page span.on{ color: #222; font-size: 200%;}
.igt_page_text{ margin-top: 25px;}
.igt_page_text ul, .igt_page_text li{ list-style: none; padding: 0; margin: 0;}
.igt_page_text li{ float: left; text-align: center; overflow: hidden; opacity: 0.5; cursor: pointer;}
.igt_page_text li:hover,.igt_page_text li.on{opacity: 1;}
.igt_page_text li .item_span{ display: inline-block; *display:inline; *zoom:1; padding: 0 1em 0 0; position: relative;}
.igt_page_text li .item_span:before,.igt_page_text li .item_span:after{ content: ''; position: absolute; height: 1px; width:600px; top: 50%; background: #e3e7ed;}
.igt_page_text li .item_span:before{ right:100%;}
.igt_page_text li .item_span:after{ left: 100%;}
.igt_page_text li .item_span > div{display: inline-block; *display:inline; *zoom:1; vertical-align: middle;}
.igt_page_text li .item_span .num{ width:1em; color: #f4f6f9; visibility: hidden; font-size: 100px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.igt_page_text li .item_span .tit{ margin-left: 0.5em; font-size: 16px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis;  -webkit-box-orient: vertical;}
.igt_page_text li:hover .item_span .num,.igt_page_text li.on .item_span .num{visibility: visible;}
.igt_page_text li .item_span .adore{ display: block; width:1em; height: 1em; background:#e0e0e0; border-radius: 50%; -webkit-border-radius: 50%; position: absolute; top:50%; margin-top:-0.5em; left:77px;}
.igt_page_text li.on .item_span .adore{background:#00509f;}

@media (max-width:1200px){
    .title{ padding-left:15px;}
    .title-s{ padding-left:28px;}
}
@media (max-width:1050px){
    .igt_page_text li .item_span .num{ font-size: 64px;}
	.igt_page_text li .item_span .adore{ left: 47px;}
}
@media (max-width:860px){
    .w-imgText .igt_page{ display: none;}
	.w-imgText .swiperBox{ padding-right: 0;}
	.w-imgText li{width:100%;}
	.w-imgText .img{width:100%;    border-radius: 2px;}
	.w-imgText .textB{position: relative; left:0; padding:1.2em 4%;}
	.w-imgText .textB .text_x{ top:0; transform:none; -webkit-transform:none;}
	:root .w-imgText .textB .text_x{ top:0;}
    .igt_page_text{ margin-top:0; line-height: 1.3;}
	.igt_page_text li .item_span .num{ font-size: 50px;}
    .igt_page_text li .item_span .adore{ left: 34px;}
    .videoed,.product-phone {display:inline-block;}
    .product{display: none;}

}
@media (max-width:767px){
    .igt_page_text li .item_span{ padding: 0 1em;}
	.igt_page_text li .item_span .tit{ display: none;}
    .igt_page_text li .item_span .adore{left: 50%; margin-left: -0.5em;}

}
@media (min-width: 375px) and (max-width: 767.98px){
    .videos{top:70%;left:50%; width:320px;height: 180px;margin-left: -10.5rem;}
    .about{padding: 40px 0;}
    .introduction p{margin-top: 0;margin-bottom: 20px;}
    #video{width: 100%;height: auto;}
    .box{margin: 0;}
    .box-1{margin: 0;}
    .page{padding-top:0;}
    .quality{margin-top: 40px;}
    .title-s{margin-bottom: 0;}
    .icon{padding-top: 40px;}
    .cases{ text-align: center;}
    .cases img{width: 80%;height: auto;padding-top: 20px;}
    .video-pc{display: none;}
    .video-phone{display: inline-block;}
    .video-top{margin-top: 40px;}
    .main{margin: 40px auto;}
    .w-imgText{padding-top: 40px;}
    .layout{padding-top: 40px;}
    .box-1 .content h2{font-size: 16px;}
    .box-1 .content { bottom: 86px;}
    .box .content h2{font-size: 16px;}
    .box .content { bottom: 86px;}
    .con{text-align: center;}
}
@media (max-width:480px){
    body{font-size:4vw;}
    .title{font-size:6vw;}
    .title-s{font-size:3.5vw;}
    .w-imgText .textB .text_x .tt_h{ font-size: 6vw;}
   .igt_page_text li .item_span .num{ font-size: 14vw;}

}
@media (min-width:320px)and (max-width: 374.98px){
    .videos{top:70%;left:50%; width:300px;height: 168px;margin-left: -9.375rem;}
    #video{width: 100%;height: auto;}
}
@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
    }
    .banner-p{
        display: inline-block !important;
    }
    .pc{
        display: none !important;
    }
}
/* 侧边广告开始 */
/*common*/
/* body{background:#F4F5F9;}
a:hover{color:#fc8080;text-decoration:none;}
a:-webkit-any-link{text-decoration:none;}
.container{width:1200px;margin:0 auto;padding:0;}
.container:after{content:"";display:block;clear:both;}
.clearfix:after{content:"";display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.color-white{color:white!important;}
.red{color:#fc8080!important;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.wfs{width:100%;position:relative;}
.p_r{position:relative;} */


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:450px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#06276a;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#26c79d;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:26px;height:23px;margin-top:13px;margin-left:11px;background-image:url(suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-49px 0;}
.suspension .a-cart .i{background-position:-93px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:44px;min-height:25px;border-radius:0px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:48px;}
.suspension .d-qrcode{top:96px;}
.suspension .d-cart{top:144px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#26c79d;display:block;float:left;}

.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(dh.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:0px 0;}
.suspension .d-qrcode p{font-size:16px;color:#fff;}
.suspension .d-cart{text-align:center;}
.suspension .d-cart p{font-size:16px;color:#fff;}
/* 侧边广告结束 */