body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,html,iframe,input,li,p,select,table,td,textarea,th,ul{margin:0;padding:0}
img{border:0 none}
li,ul{list-style-type:none}
button{cursor:pointer;border:none;}
body{font-size:1rem;line-height:28px;color:#000;}
a,a:link{text-decoration:none;color:#333}
a:active,a:hover{text-decoration:none;color:#007cdc}
input,textarea{border:none;box-shadow:none;outline:0}

.t-c{text-align: center}
.t-l{text-align: left}
.t-r{text-align: right}
.flex{display: flex}
.color-f{color:#fff;}
.color-0{color:#000;}
.bg-f{background: #fff}
.fixed{position: fixed;}
.rel{position: relative;}
.abs{position: absolute;}
.w100{width:100%;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f32{font-size:32px;}
.f34{font-size:34px;}
.f36{font-size:36px;}
.f42{font-size:42px;}
.f60{font-size:60px;}
.none{display: none}
.bolder{font-weight: bolder}
.hidden{overflow: hidden;}
.m-b-20{margin-bottom:20px;}
.m-b-30{margin-bottom:30px;}
.m-b-40{margin-bottom:40px;}
.m-b-50{margin-bottom:50px;}

@media only screen and (max-width:1300px){
   .f20{font-size:14px;}
    .f22{font-size:16px;}
    .f24{font-size:18px;}
    .f26{font-size:20px;}
    .f28{font-size:22px;}
    .f30{font-size:24px;}
    .f32{font-size:26px;}
    .f34{font-size:28px;}
    .f36{font-size:30px;}
    .f42{font-size:32px;}
    .f60{font-size:36px;}
}



@font-face {
  font-family: 'Xiaomi';
  src:url('../fonts/xiaomi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.xiaomi{
    font-family: "xiaomi"
}

@font-face {
  font-family: 'Xiaomisans';
  src:url('../fonts/misans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.misans{
    font-family: "misans"
}

html{font-family:"xiaomi","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei"}

select:focus{outline: none}

.border-red{display: inline-block;border:1px solid red;border-radius: 20px;padding:4px 15px;}

.header{height:88px;top:0;left:0;z-index:10000000;width:100%;background:#fff;border-bottom:2px solid #e6e6e6;}
.header .header-top-line{min-width: 1920px;background:#222;height:10px;}
.header .header-left{width:28%;}
.header .header-center{width:50%;}
.header .header-center>ul>li>a{color:#000;font-size:16px;display: inline-block;height:76px;line-height: 76px;width:130px;text-align: center;}
.header .header-center>ul>li>a:hover{border-bottom:4px solid #cc1822;color:#cc1822;font-weight:bold}
.header .header-center>ul>li>a.active{border-bottom:4px solid #cc1822;color:#cc1822;font-weight:bold}
.header .header-cont{height:75px;max-width: 86%;margin:0 auto;min-width: 1000px}
.header .buy-button{background: #c7000b;border-radius: 5px;width:116px;height:38px;line-height: 38px;margin-top:21px;}
.header .cart-icon{vertical-align: middle;margin-right:10px;width: 14px;margin-top: -5px}
.header .logo{margin-top:27px;}
.header-lock{height:88px;}

/*导航产品部分*/
.header .pro-info{top:80px;padding:15px 0;z-index:10000;}
.header .pro-info .pro-type li{display: inline-block;margin-right:15px;}
.header .pro-info .pro-type li a{display: inline-block;height:25px;line-height:25px;font-size:15px;}
.header .pro-info .pro-type li a:hover{border-bottom:2px solid #cc1822;color:#cc1822;}
.header .pro-info .pro-type li a.active{border-bottom:2px solid #cc1822;color:#cc1822;}
.header .pro-info .pro-list{margin-top:20px;min-width: 1000px}
.header .pro-info .pro-list li{display: inline-block;margin-right:20px;text-align: center}
.header .pro-list-bg{width: 3000px;left:-1000px;height:100%;top:0;z-index: -1}


.header .child_nav{background-color: #f8f8f8;padding:10px;top: 80px;width:100%;}
.header .child_nav li{padding:6px 0;}
.header .child_nav li a{display: inline-block;height:25px;line-height:25px;font-size:14px;border-bottom:2px solid #f8f8f8;}
.header .child_nav li a.active{border-bottom:2px solid #cc1822;}
.header .child_nav li a:hover{border-bottom:2px solid #cc1822;color:#cc1822;}
.header .header-right .child_nav .shop-icon{vertical-align: middle;margin-right:8px;width: 20px}
.header .header-right .child_nav .shop-name{font-size:14px;}
.header .shop-nav{padding:15px;width: 120px}

.header #service-nav-child-list{width: 100px;left:7px;}
.header #service-nav-child-list li{text-align: center;}


@media only screen and (max-width:1300px){
    .header .header-left{width:25%;}
    .header .header-center{width:60%;}
}



.footer{background:#222222;padding:50px 0 20px;color:#fff;}
.footer a{color:#fff;font-size:13px;}
.footer .footer-top,.footer .footer-center,.footer .footer-bottom{max-width:1400px;margin:0 auto;width: 90%}
.footer .foter-top-left{width:100%;}
.footer .footer-top-nav{width:20%;}

.footer .footer-ul-title{font-size:16px;margin-bottom: 15px}
.footer .footer-top ul li a{font-size:13px;display: inline-block;line-height: 30px;height:30px;}
.footer .footer-center{margin-top:60px;padding-bottom: 15px}
.footer .footer-center img{vertical-align: middle;margin-right:10px;}
.footer-line{max-width: 1400px;height:1px;background:#fff;margin:10px auto;}
.footer .footer-eq{width:153px;height:153px;}

.footer .footer-center li{display: inline-block;text-align: center;width: 45px}
.footer .footer-center li .fu_eq{top:-150px;z-index: 1;left:50%;width: 140px;height:140px;margin-left:-70px;}
.footer .footer-center li .icon-img{height:23px;display: inline-block;margin:0 auto;}
.footer .footer-center .contactus-title{width:120px;}


.tab1{min-width: 1400px;height:800px;background-size:auto 100%;background-repeat: no-repeat;background-position: center center;margin-top:30px;}
.tab1 .pro-info{width:600px;}
.tab1 .tab1-cont{max-width: 90%;margin:0 auto;padding-top:256px;}
.tab1 .pro-name{font-weight: bold;margin:40px 0;}
.tab1 .more{margin-top:80px;}
.tab1 .more a{margin:0 20px;}

.tab2{margin:40px 0;}
.tab2 .left-pro,.tab2 .right-pro{width:calc(50% - 15px);position: relative;}
.tab2 img{width: 100%;height:auto;}
.tab2 .left-pro .pro-info{position: absolute;width: 60%;top:25%;right:20px;}
.tab2 .right-pro .pro-info{position: absolute;width: 60%;top:25%;left:20px;}
.tab2 .left-pro .pro-name{color:#fff;margin-bottom:30px;margin-top:20px;}
.tab2 .left-pro .pro-attr{color:#fff;margin-bottom:65px;}
.tab2 .left-pro .show-more a{font-size:20px;color:#fff;margin-top:30px;}
.tab2 .left-pro .model{color:#fff;}

.tab2 .right-pro .pro-name{color:#fff;margin-bottom:30px;margin-top:20px}
.tab2 .right-pro .pro-attr{color:#fff;margin-bottom:65px;}
.tab2 .right-pro .show-more a{font-size:20px;color:#fff;margin-top:30px;}
.tab2 .right-pro .model{color:#fff;}


.tab3{width:100%;padding:20px 0 60px;margin:0 auto;max-width:1920px;}
.tab3 .big-title{font-size:30px;color:#000;line-height:55px;margin-bottom: 60px}
.tab3 .haibao-bg{width:100%;overflow: hidden;position:relative;}
.tab3 .haibao-bg img{transition: transform .3s ease-in-out;width: 100%;max-height: 100%;}
.tab3 .haibao-bg:hover img{transform: scale(1.2);cursor: pointer;}
.tab3 .haibao-big-title{color:#000;line-height:40px}
.tab3 .haibao-info{margin:30px 0 10px;}
.tab3 .haibao-desc{color:#989898;margin-top:20px;}
.tab3 .haibao-info>div{margin:0 1% 0;width: 31%}
.tab3 .haibao-info>div:last-child{margin-right:0px;}


.tab4{margin:0 0 20px;}
.tab4 .slider{ width:100%;  min-width:1000px;  height:38rem;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
.tab4 .slider .bd{ width:1000px; position:absolute; left:50%; margin-left:-500px  }
.tab4 .slider .bd li{ width:1000px;  overflow:hidden;}
.tab4 .slider .bd li img{ display:block; width:98%;border-radius: 5px;height:38rem;}
.tab4 .slider .tempWrap{ overflow:visible !important }
.tab4 .slider .tempWrap ul{  margin-left:-1000px !important;   }
.tab4 .slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
.tab4 .slider .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(../images/slider-btn.png) 0 -10px no-repeat;margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
.tab4 .slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
.tab4 .slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:38rem; cursor:pointer;   }
.tab4 .slider .prev{ left:-50%; margin-left:-520px;border-radius: 0 5px 5px 0 }
.tab4 .slider .next{ left:50%;  margin-left:500px;  }
.tab4 .slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:38rem; background:#000; filter:alpha(opacity=40);opacity:0.4;border-radius: 8px}
.tab4 .slider .pnBtn .arrow{ position:absolute; top:115px; z-index:1; width:60px; height:38rem;  }
.tab4 .slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.tab4 .slider .prev .arrow{ right:0; background:url(../images/slider-arrow.png) -120px 0 no-repeat;   }
.tab4 .slider .next .arrow{ left:0; background:url(../images/slider-arrow.png) 0 0 no-repeat;  }

.pro-detail-video{width:100%;}
.video{width:100%;position: relative;overflow: hidden;}
.video .video-cont{margin:0 auto;}
.video .cont-info{width:100%;text-align: center;top:10rem;}
.video .model{margin-bottom:20px;}
.video .pro-name{line-height: 80px;margin-bottom: 20px;margin-top:15px;}
.video .series{margin-bottom: 20px}
.video .more span{border:1px solid #fff;border-radius: 20px;display: inline-block;padding:5px 20px;}
.video .bg-video {min-width: 100%;width: auto;z-index: -1;object-fit: fill}
.video .black_logo{height:2.3rem;vertical-align: middle;}
.video .black-logo-cont span{color:#fff;background:red;font-size:1.6rem;border-radius: 30px;margin-left:20px;padding:8px 15px;display: inline-block;vertical-align: middle;}

/*单页样式*/
.page-cont{max-width: 1400px;margin:50px auto;font-size:16px;line-height:40px;padding:0 50px;}

/*联系我们*/
.contact-cont{max-width: 1400px;margin:0 auto;padding:50px 0;}
.contact-cont .title-info{border-bottom: 1px solid #d2d2d2;padding-bottom: 30px;margin-bottom:50px;}
.contact-cont .big-title{margin-bottom:10px;}
.contact-cont .contact-info .child-left{margin-right:30px;vertical-align: middle;padding-top:8px;}
.contact-cont .contact-info .child-right{line-height:30px;}
.contact-cont .contact-info .child{padding:40px 20px;color:#000;}
.contact-cont .contact-info .child img{width: 45px;margin-top:0px;}
.contact-cont .map{margin-top:30px;}
.contact-cont .map-img{width: 100%;}


@media only screen and (max-width:1300px){
    .contact-cont .contact-info .child{padding:20px 20px;color:#000;}
}



/*进度*/
.progress-cont{width:715px;margin:0 auto;padding:100px 0;min-height: 500px}
.progress-cont .title-info{padding-bottom: 30px;margin-bottom:50px;}
.progress-cont .big-title{margin-bottom:10px;}
.progress-cont .progress-info input{border:1px solid #e0e0e0;height:70px;width:calc(100% - 40px);padding:5px 20px;height:40px;border-radius: 5px}
.progress-cont .progress-info .sub-form{border-radius: 5px;background-color: #c7000b;color:#fff;margin-top:30px;display: block;width:100%;height:50px;line-height:50px;font-size:18px;}

/*服务与支持*/
.service-banner{text-align: center;line-height:55px;}
.service-banner p{width:100%;top:15rem;font-size:44px;}
.service-cont .first-tab{background:#f8f8f8;padding:70px 0 30px;}
.service-cont .second-tab{background:#fff;padding:70px 0;}
.service-cont .title-info{padding-bottom: 30px;margin-bottom:50px;}
.service-cont .big-title{margin-bottom:10px;}
.service-cont .child-tab{max-width:1400px;margin:0 auto;padding:0 50px;}
.service-cont .service-info .child{background:#fff;width:40%;height:140px;border-radius: 10px;padding:80px 30px 80px 80px;margin-bottom:40px;float:left;}
.service-cont .service-info .child-left{margin-right:30px;vertical-align: middle;padding-top:8px;}
.service-cont .service-info .child-right{line-height:30px;}
.service-cont .service-info .child:nth-child(2n){float:right;}
.service-cont .service-info .child .desc{font-size:15px;margin-top:5px;}
.service-cont .service-info .child img{width: 100px;margin-top:0px;}
.service-cont .service-info .child button{border-radius: 50px;background-color: #c7000b;color:#fff;margin-top:10px;display: block;width:120px;height:40px;line-height:40px;font-size:16px;}

@media only screen and (max-width:1700px){
    .service-banner p{width:100%;top:6rem;font-size:33px;}
}

@media only screen and (max-width:1500px){
    .tab2 .right-pro .pro-info,.tab2 .left-pro .pro-info{top:20%;}
    .service-cont .service-info .child{padding:60px 30px 60px 30px;margin-bottom:30px;width: 43%}
    .service-cont .service-info .child img{width:80px;}
    .tab2 .left-pro .show-more a{font-size:16px;}
    .tab2 .right-pro .show-more a{font-size:16px;}
    .service-banner p{width:100%;top:5rem;font-size:30px;}
}



.service-cont .second-tab .title-info{border-bottom: 1px solid #d2d2d2;padding-bottom: 30px;margin-bottom:50px;}
.service-cont .second-tab .second-info{font-size:16px;line-height: 32px;}

/*提交延保*/
.subform-cont{width:920px;margin:0 auto;padding:100px 0 100px;font-size:14px;}
.subform-cont .title-info{padding-bottom: 25px;margin-bottom:50px;}
.subform-cont input{border:2px solid #f1f1f1;border-radius: 5px;width: calc(100% - 16px);height:36px;line-height:36px;padding-left: 15px}
.subform-cont select{border:2px solid #f1f1f1;border-radius: 5px;width: 100%;height:40px;line-height:40px;padding-left: 15px}
.subform-cont .form-child{padding:15px 0;}
.subform-cont .child-left{width:150px;margin-right:15px;font-size:16px;vertical-align: middle;padding-top:5px;}
.subform-cont .child-right{width:735px;vertical-align: middle;}
.subform-cont .sub-form{background:#c7000b;border-radius: 5px;color:#fff;font-size:16px;height:45px;line-height:45px;width: 740px;float:right;margin-right:15px;}
.subform-cont .sub-form:hover{background: #b2050e}
.subform-cont .serach-input{width:740px;float:right;}
.subform-cont .question-icon{left:-22px;top:11px;cursor: pointer;}
.subform-cont .serach-input{text-align: center;}
.subform-cont .search-img{width:100px;display: block;margin:80px auto 20px;}
.subform-cont .progress-title{font-weight:bold;font-size:22px;}

.subform-xuanfu{position: fixed;top:10%;z-index:100;box-shadow: 10px 10px 5px rgba(242,242,242,0.5),10px -10px 5px rgba(242,242,242,0.5),-10px 10px 5px rgba(242,242,242,0.5),-10px -10px 5px rgba(242,242,242,0.5);box-shadow: 5px;width:600px;left:50%;margin-left: -300px}
.subform-xuanfu{padding:20px 60px 80px;background:#fff;border-radius: 10px}
.subform-xuanfu .big-title{margin:20px 0 20px;}
.subform-xuanfu .desc{margin-bottom:60px;}

.subform-xuanfu .search_sn_img{max-width: 90%;margin:0 auto;display: block}
.subform-xuanfu .close-img{position: absolute;top:20px;right:20px;cursor: pointer;width:30px }

/*关于我们*/
.top-banner-img{width: 100%;height:auto;}

.about-banner{text-align: center;line-height:55px;margin-bottom:80px;}
.about-banner p{width:100%;top:15rem;font-size:44px;}
.about-cont .big-title{font-size:44px;margin: 40px auto;padding:0 7%;}
.about-cont .desc{font-size:16px;}


.about-cont .slideGroup{ width:100%; text-align:left;  }
.about-cont .slideGroup .parHd{ height:30px; line-height:30px; position:relative; padding-left:7%; }
.about-cont .slideGroup .parHd ul{ float:left; position:absolute; top:-2px; height:32px;   }
.about-cont .slideGroup .parHd ul li{ float:left; cursor:pointer;margin-right:20px;}
.about-cont .slideGroup .parHd ul li.on{border-bottom:2px solid #c7000b;}
.about-cont .slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative; }
.about-cont .slideGroup .slideBox_img{width: 100%;height:auto;}

.about-cont .slideGroup .sPrev,.about-cont .slideGroup .sNext{ position:absolute; left:2%; top:48%; display:block; width:65px; height:65px; background:url(../images/left_arrow.png) center center no-repeat;z-index: 1000 }
.about-cont .slideGroup .sNext{ left:auto; right:5px; background:url(../images/right_arrow.png) center center no-repeat;  }

.about-cont .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.about-cont .slideGroup .parBd ul li{float:left; _display:inline; overflow:hidden; background-size:auto 100%;width: 100%;position: relative;}
.about-cont .slideGroup .parBd ul li .desc{position: absolute;top:5rem;left:7%;font-size:16px;line-height: 45px;}


/*发展历程*/
@media only screen and (min-width:1920px){
    /*屏幕宽度大于等于1919的时候*/
    .about-cont .develop{margin:0 auto;}
    .about-cont .dev-img{width:803px;height:1065px;}
}

@media only screen and (max-width:1920px){
    /*屏幕宽度小于等于1920的时候*/
    .about-cont .dev-img{width:100%;height:auto;}
}
.about-cont .dev-bg{width: 86%;padding:0 7%;margin:0 auto}
.about-cont .develop{margin-top:100px;}
.about-cont .develop .slideBox{margin-top:80px;}
.about-cont .develop .slideBox .prev,.about-cont .develop .slideBox .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:65px; height:65px; }
.about-cont .develop .slideBox .prev{left:2%;background:url(../images/left_arrow.png) no-repeat;}
.about-cont .develop .slideBox .next{right:2%;background:url(../images/right_arrow.png) no-repeat;  }

.about-cont .develop .dev-left{width: 48%}
.about-cont .develop .dev-right{padding:60px 0;width: 48%}
.about-cont .develop .year{font-size:60px;border-bottom:4px solid #c7000b;padding-bottom:60px;margin-bottom: 150px;font-family:"xiaomi"}
.about-cont .develop .year-num{font-size:66px;color:#c7000b;margin-bottom: 150px;font-family:"xiaomi"}
.about-cont .develop .desc{font-size:20px;line-height:50px;}


.about-cont .honor{width:86%;margin:0 auto 60px}

.about-cont .picMarquee-left{ overflow:hidden; position:relative;margin-top: 80px }
.about-cont .picMarquee-left .bd{ padding:10px;   }
.about-cont .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.about-cont .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden;width: 342px}
.about-cont .picMarquee-left .bd ul li .pic{ text-align:center; }
.about-cont .picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px;}
.about-cont .picMarquee-left .bd ul li .title{ line-height:24px;}
.about-cont .honor .year{margin:20px 0 10px;}

.banner_bg{width: 100%;height:100%;}
/*产品详情*/
.prodetail-cont{width: 100%}
.prodetail-cont .pro_banner{height:auto;width: 100%;margin:0 auto;background-size:auto 100%;}
.prodetail-cont .prodetail-logo{height:38px;vertical-align: middle;margin-top:-5px;margin-left:10px;}
.prodetail-cont .notes{margin:0 auto;background:#e6e6e6;line-height:25px;padding:60px 80px;width:calc(100% - 160px);}
.prodetail-cont .notes-cont{max-width: 1700px;}
.prodetail-cont .pro_banner .banner_name{font-size:60px;line-height:80px;padding-top:40px;}
.prodetail-cont .pro_banner .banner-cont{width:560px;left:7%;top:2rem;}
.prodetail-cont .pro_banner .banner-desc{color:#000;margin-top:20px;}
.prodetail-cont .pro_banner button{color:#fff;margin-top:30px;font-size:14px;background:#c7000b;border-radius: 40px;padding:8px 15px;}
.prodetail-cont .jianxiu{padding:80px 0 20px;}
.prodetail-cont .jianxiu .title{margin-bottom:50px;}
.prodetail-cont .jianxiu .jianxiu_img{max-width: 80%;margin:0 auto;}

.prodetail-cont .r10time_banner .time_banner_cont{width:700px;left:50%;margin-left:-350px;top:3rem;text-align: center;}
.prodetail-cont .r10time_banner .title{margin-bottom:10px;line-height: 60px}

.prodetail-cont .time_banner .time_banner_cont{width:700px;left:7%;top:8rem;}
.prodetail-cont .time_banner .title{margin-bottom:30px;line-height: 60px}
.prodetail-cont .clear_tab{max-width: 1920px;margin:30px auto 30px;width: 100%}
.prodetail-cont .clear_tab .child{width: 48%}
.prodetail-cont .clear_tab img{width:100%;height:auto; }
.prodetail-cont .clear-info {top:80px;width:100%;text-align: center;}
.prodetail-cont .clear-info .title{line-height:60px;margin-bottom:30px;}
.prodetail-cont .six-cont{padding:50px 0;}
.prodetail-cont .six-cont .six-top{margin-bottom:80px;}
.prodetail-cont .six-cont .six-data{display: flex;justify-content: center;align-items: center;}
.prodetail-cont .six-cont .six-data .data-num{font-family: "xiaomi"}
.prodetail-cont .six-cont .child{margin:0 40px;}
.prodetail-cont .yin .chujun-cont{top:4rem;left:7%;}
.prodetail-cont .attr-tab .attr-info{top:150px;left:7%;}
.prodetail-cont .attr-tab .auto span{border:1px solid red;display: inline-block;border-radius: 30px;padding:3px 20px;}
.prodetail-cont .attr-tab .auto img{vertical-align: middle;margin-right:20px;}
.prodetail-cont .attr-tab .title{line-height:50px;}
.prodetail-cont .attr-tab .canshu_img{width:350px;margin-top:70px; }

.prodetail-cont .zhuan-info{padding:100px 0;}
.prodetail-cont .zhuan-info .title{font-size:60px;font-family: "xiaomi";margin-top:30px;}
.prodetail-cont .zhuan-info .title span{font-size:16px;font-weight:normal;}
.prodetail-cont .power-info .power-tab{top:50px;left:7%;}
.prodetail-cont .power-info .power-tab .title{line-height: 50px}

.prodetail-cont .zhuan-info .desc img{height:20px;vertical-align: middle;}

.prodetail-cont .change-tab{top:10rem;left:7%;}
.prodetail-cont .change-tab .title{line-height: 60px}
.prodetail-cont .bg-vide{min-width: 100%;width: auto;z-index: -1;object-fit: fill}
.prodetail-cont .app_change{height:60rem;background:#f7f8fb;}
.prodetail-cont .app_change .mobile{right:10%;bottom:0;width: 40%;max-width: 600px}
.prodetail-cont .app_change .left-cont{top:350px;left:150px;}
.prodetail-cont .app_change .title{line-height: 60px}

.prodetail-cont .new-design{padding:80px 0;}
.prodetail-cont .new-design .title{margin-bottom:80px;}
.prodetail-cont .new-design img{max-width: 80%;margin:0 auto;}

.prodetail-cont .card-info{max-width: 1289px;margin:0 auto;padding:60px 0;width:80%;}
.prodetail-cont .card-info .title{line-height:60px;}
.prodetail-cont .card-info .center-title{border-bottom:2px solid #e7e7e7;padding-bottom: 25px;margin-bottom: 80px}
.prodetail-cont .card-info .size_img{margin:15px auto;display: block}
.prodetail-cont .card-info table{color:#585858;width: 100%;border-collapse: collapse;margin-bottom: 100px}
.prodetail-cont .card-info table td{border: 1px solid #959595;height:65px;line-height:65px;}
.prodetail-cont .card-info table .value{padding-left:55px;}
.prodetail-cont .card-info .bg{background:#fafafa;}
.pro-video .bg-video{width:100%;margin-top: 20px}


.quanlianlu .quanlianlu-cont{top:5rem;left:7%;line-height:4rem;}
.dizao-info .dizao-tab{top:8rem;left:7%;}
.dizao-info .dizao-tab .title{line-height: 3rem;}
.dizao-info .dizao-tab .attr{display: inline-block;border:1px solid red;border-radius:100px;padding:3px 15px;margin-bottom:20px;margin-top: 2rem}
.dizao-info .dizao-ta .num{font-family: 'xiaomi'}

.mianliao .dizao-tab{top:5rem;left:7%;}
.mianliao .mianliao-child{margin-top: 2.5rem}
.mianliao .mianliao-attr{display: inline-block;margin-right:28px;text-align: center;}
.mianliao .mianliao-attr img{width:35px;padding:15px;}
.mianliao .img_info{border-radius: 1000px;border:1px solid #333;width:70px;height:70px;line-height:70px;}

.linghuo .dizao-tab{top:16rem;left:7%;}
.linghuo .dizao-tab .title{line-height:3.5rem;}
.linghuo .linghuo-child{margin-top: .5rem}
.linghuo .linghuo-attr{display: inline-block;margin-right:28px;text-align: center;}
.linghuo .linghuo-attr img{width:4rem;}
.linghuo .img_info{border-radius: 1000px;width:70px;height:70px;line-height:70px;}

.gexing{margin-top:1.8rem;}
.gexing .gexing-child{background: rgba(255,255,255,0.2);border:1px solid #636c76;padding:1rem;border-radius: 20px;margin-bottom: 1rem}
.gexing .desc{margin-top:.4rem;}
.gexing-div .attr-info{top:3rem!important;}


.gaoneng .gaoneng-tab{top:3rem;left:7%;}

.gaoneng .gaoneng-tab .title{line-height:3rem;}
.gaoneng .child-info{width: 50%;background: #fff;border-radius: 10px;padding:20px;margin-bottom:20px;}
.gaoneng .child-info .child-left{width:48%;margin-right:2%;padding:0 2%;}
.gaoneng .child-info .child-left .left-title{color:#3a1b08;margin:.5rem 0;}
.gaoneng .child-info .child-right{width:42%;}
.gaoneng .child-info .child-right img{width:100%;}



@media only screen and (max-width:1500px){
    .about-cont .slideGroup .parBd ul li .desc{top:2rem;line-height: 35px}
    .about-banner p{top:5rem;}
    .prodetail-cont .change-tab .title{line-height: 40px}
    .prodetail-cont .change-tab{top:5rem;}
    .prodetail-cont .power-info .power-tab{top:3rem;}
    .prodetail-cont .yin .chujun-cont{width: 100%;top:3rem;}
    .prodetail-cont .time_banner .time_banner_cont{top:3rem;}
    .prodetail-cont .r10time_banner .time_banner_cont{top:2rem;}
    .quanlianlu .quanlianlu-cont{top:3rem;left:7%;line-height:4rem;}
    .prodetail-cont .time_banner .title{line-height:50px;margin-bottom:20px;}
    .prodetail-cont .r10time_banner .title{line-height:50px;margin-bottom:20px;}
    .prodetail-cont .clear-info{top:60px;}
    .prodetail-cont .app_change{height:40rem;}
    .prodetail-cont .pro_banner .banner_name{font-size:50px;line-height:80px;padding-top:40px;}
    .about-cont .develop .year{font-size:40px;margin-bottom: 50px;}
    .about-cont .develop .year-num{font-size:40px;margin-bottom: 50px;}
    .about-cont .honor .desc{padding-left:7%;}

    .linghuo .dizao-tab{top:8rem;left:7%;}

    .gexing{margin-top:.8rem;}
    .gexing .gexing-child{background: rgba(255,255,255,0.2);border:1px solid #636c76;padding:.4rem;margin-bottom: 1rem}
    .gexing .desc{margin-top:.1rem;}
    .gexing-div .attr-info{top:1rem!important;}
    .m-b-30{margin-bottom:15px;}

}

.course-cont{max-width:1550px;margin:80px auto;padding:0 50px;}
.course-cont li{text-align: center;width: 270px;margin:20px 20px;float:left;}
.course-cont li img{width:250px;height:250px;border-radius: 5px;}
.course-cont li .video_title{color:#000;font-size:16px;font-weight: bold}
.course-cont li .view_video a{color:#c7000b;}

.upload-sn{width:100px;height:100px;}
.upload_file{top:0;left:0;width:100px!important;height:100px!important;opacity: 0}

.subform-xuanfu .result{width:600px;margin:0 auto;line-height:35px;max-height:500px;overflow-y: scroll;padding:0 20px;}
.subform-xuanfu .name{text-align-last: justify;display: inline-block;width: 100px;color:#000;font-size:13px;}
.subform-xuanfu .value{float: right;color:#999;font-size:13px;}
.subform-xuanfu .child{border-bottom:1px solid #ccc;padding-bottom:10px;}
.subform-xuanfu .certificate_img{vertical-align: middle;width:100px;}
.subform-xuanfu::-webkit-scrollbar {
    display: none;
}

.cooper_content{max-width: 1400px;margin:150px auto;}
.cooper_content .cooper-left,.cooper_content .cooper-right{width: 50%;line-height:35px;}
.cooper_content .cooper-title{font-size:30px;font-weight: bolder;margin:10px 0;}

@media only screen and (max-width:1500px){
    .cooper_content{max-width: 1400px;margin:90px auto;}
}