/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;letter-spacing: .6px;}
.container-fluid {
    max-width:1470px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #f0eb39;
    --color_hover: #f6a901;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:98px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header .container-fluid{max-width: 1800px!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 98px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:70%;}

header .txt{display: flex;justify-content: space-between;flex-shrink: 0;cursor: pointer;}
header .txt1{font-size: 26px;color: #777;font-weight: bold;margin-right:26px;cursor: pointer;}
header .txt1:hover{color: var(--color_hover);}

header .txt2{width: 130px;height: 44px;flex-shrink: 0;border-radius: 44px;background-color: var(--color_zhuti);position: relative;background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));padding-left: 50px;}
header .txt2:before{font-size: 24px;position: absolute;left: 16px;top: 0;height: 100%;display: flex;align-items: center;}
header .txt2 .div1{font-size: 16px;position: relative;display: flex;align-items: center;height: 100%;text-transform: uppercase;}
header .txt2 .div1:before{position: absolute;right:18px;top: 0;height: 100%;display: flex;align-items: center;font-size: 80%;}

header .txt2 .div2{position: absolute;right: 0;top:100%;width:100%;background-color: #fff;line-height: 1.6;padding: 8px 0;border-radius: 4px;z-index: 1;display: none;box-shadow: 0 0 11px rgba(0,0,0,.06);}
header .txt2 .div2 a{display: block;text-align: center;font-size: 16px;color: #333;padding: 4px;transition: all .2s ease-in-out;}
header .txt2 .div2 a:nth-child(n+2){border-top: 1px solid #eee;}
header .txt2:hover .div1:after{opacity: 1;}
header .txt2:hover .div1:before{opacity: 1;}
header .txt2:hover .div2{display: block;}
header .txt2:hover .div2 a:hover{color: var(--color_hover);}
header .txt2:hover .div2 a.active{color: var(--color_hover);}


header nav{width:100%;max-width:1260px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 98px;font-size:18px;position: relative;padding: 0 3px;z-index: 2;}
header nav ul li:after{content: "";width: 100%;height: 0;background: var(--color_zhuti);position: absolute;left: 0;bottom: 44px;z-index: 1;transition: all .3s;}
header nav ul li > i{display: none;}
header nav ul li:hover:after{height: 8px;bottom: 36px;}
header nav ul li.active:after{height: 8px;bottom: 36px;}

header nav .ul{display:none;position: absolute;left: 0;top:calc(100% - 18px);width:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:10px 4px;display: block; letter-spacing: -1px;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_hover);color: #fff;}
header nav .ul a.active{background-color: var(--color_hover);color: #fff;}
@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
}


/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}


/*搜索*/
#formbox{display:block;position: fixed;left: 0;width: 100%;z-index: 112;background:rgba(0, 0, 0, .88);top:0;height: 100%;padding: 50px 10%;display: none;}
#formbox .logo2{background: #fff;padding: 15px;display:inline-block;}
#formbox .logo2 img{max-height:72px;}
#formbox #form_close{font-size: 50px;color: #fff;position: absolute;right: 10%;top:50px;font-weight: normal;cursor: pointer;opacity: .8;transition: all .3s;}
#formbox #form_close:hover{opacity: 1;transform: rotate(20deg);}
#formbox form{width: 1200px;margin:15% auto 0;display: block;max-width: 100%;}
#formbox form input{font-size:20px;color: #fff;border: 0;border-bottom: 2px solid #fff;height: 60px;background: transparent;padding: 0 30px;width: calc(100% - 140px);}
#formbox form button{width: 120px;float: right;background:transparent;border: 2px solid #fff;font-size: 20px;border-radius: 4px;color: #fff;height: 60px;}
#formbox form button:hover{background-color: #fff;color: var(--color_zhuti);}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:100px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 15px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 20px;width: calc(100% - 66px);height:44px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 16px;height: 44px;border-width: 1px;}
}

.main88{padding-top: 77px;padding-bottom: 77px;}
.title{text-align: center;padding-bottom: 44px;}
.title .div1{font-size: 44px;letter-spacing: 3px;line-height: 54px;}
.title .div1 span{display: block;font-size: 24px;line-height: 34px;}
.title .div2{font-size: 18px;color: #888;margin-top: 8px;letter-spacing: 1px;}

/*关于小德*/
.main1 .box{max-width: 48%;}
.main1 .box .top{padding-top: 56px;position: relative;}
.main1 .box .top b{display: block;font-size: 44px;line-height: 54px;letter-spacing: 3px;position: relative;z-index: 2;}
.main1 .box .top span{display: block;font-size: 28px;line-height: 38px;letter-spacing: 1px;margin-top: 8px;position: relative;z-index: 2;}
.main1 .box .top img{display: block;position: absolute;left: -8px;top: 0;z-index: 1;}
.main1 .box .tt{font-size: 16px;color: #5a5a5a;margin-top: 30px;-webkit-line-clamp: 7;line-height: 1.7;min-height: 11.9em;}

.main1 .box2{background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);padding: 42px 0;display: flex;justify-content: space-around;max-width: 70%;margin-top: 33px;}
.main1 .box2 .list{display: block;width: 100%;display: flex;align-items: center;justify-content: center;font-size: 24px;letter-spacing: 2px;line-height: 50px;}
.main1 .box2 .list:nth-child(n+2){border-left: 1px solid #ddd;}
.main1 .box2 .list img{display: block;height: 42px;margin-right: 22px;}
.main1 .box2 .list:hover{color: var(--color_hover);}




.main2 .box{display: flex;justify-content: space-between;}
.main2 .box .zuo{width: 30%;}
.main2 .box .you{width: 67%;}
.main2 .box .zuo a{display: block;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin-top: -1px;position: relative;padding: 26px 0;}
.main2 .box .zuo a .tt1{font-size: 24px;line-height: 34px;color: #6d6d6d;}
.main2 .box .zuo a .tt{display: none;}
.main2 .box .zuo a .tt2{font-size: 16px;color: #777;margin-top: 10px;}
.main2 .box .zuo a .tt3{font-size: 34px;line-height: 1;margin-top: 18px;color: #666;position: relative;}
.main2 .box .zuo a .tt3:after{content: "";width: 18px;height: 18px;background: var(--color_zhuti);position: absolute;left: 20px;bottom: 0;border-radius: 50%;z-index: 1;}
.main2 .box .zuo a .tt3:before{position: relative;z-index: 2;}
.main2 .box .zuo a.active:after{content: "";width: 100%;height: 2px;background: #ddd;position: absolute;left: 0;top: 0;}
.main2 .box .zuo a.active .tt{display: block;}
.main2 .box .zuo a.active .tt1{color: #222;}
.main2 .box .you a{display: none;height: 100%;position: relative;}
.main2 .box .you a.active{display: block;}
.main2 .box .you a .img{height: 100%;}
.main2 .box .you a .img .bjcover{height: 100%;}
.main2 .box .you a .tt{position: absolute;left: 0;bottom: 32px;font-size: 22px;background-color: #000;color: #fff;height: 70px;line-height: 30px;padding: 0 60px 0 22px;min-width: 270px;display: flex;align-items: center;max-width: 90%;}
.main2 .box .you a .tt:before{position: absolute;right: 20px;top: 0;display: flex;align-items: center;height: 100%;font-size: 88%;}
.main2 .box .you a .tt:after{content: "";width: 16px;height: 100%;background: var(--color_zhuti);position: absolute;left: -16px;top: 0;}


.main2 .lb2{margin:50px -8px -8px;}
.main2 .lb2 .list{display: block;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, .03);margin: 8px;}
.main2 .lb2 .list .img{padding-top: 84%;position: relative;}
.main2 .lb2 .list .img img{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}
.main2 .lb2 .list .tt{font-size: 18px;line-height: 70px;border-top: 1px solid #ddd;margin: 0 15px;text-align: center;}
.main2 .lb2 .list:hover .img img{transform: var(--transform_scale);}
.main2 .lb2 .list:hover .tt{color: var(--color_hover);}


.main3 .top{display: flex;justify-content: space-around;align-items: center;max-width: 1100px;margin: 0 auto;}
.main3 .top a{display: block;text-align: center;padding: 8px 11px 26px;font-size: 24px;position: relative;}
.main3 .top a img{display: block;margin: 0 auto 9px;height: 40px;}
.main3 .top a:after{content: "";width: 100%;height: 6px;background: transparent;transition: all .3s;position: absolute;left: 0;bottom: 0;}
.main3 .top a:hover:after{background: var(--color_zhuti);}
.main3 .top a.active:after{background: var(--color_zhuti);}
.main3 .list{display: none;padding: 150px 0;color: #fff;}
.main3 .list.active{display: block;}
.main3 .list .tt{max-width: 680px;}
.main3 .list .tt1{font-size: 44px;line-height: 54px;}
.main3 .list .tt2{font-size: 16px;color: rgba(255, 255, 255, .8);margin-top: 18px;line-height: 1.8;min-height: 10.8em;-webkit-line-clamp: 6;}

.more{display: flex;align-items: center;justify-content: center;width: 188px;height: 50px;border: 1px solid var(--color_zhuti);font-size: 16px;color: #fff;border-radius: 44px;color: var(--color_zhuti);margin-top:44px;}
.more:hover{background-color: var(--color_zhuti);color: #222;}



.main4 .box{display: flex;justify-content: space-between;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main4 .box .list{width: 25%;padding: 60px 50px;position: relative;}
.main4 .box .list:nth-child(n+2){border-left: 1px solid #ddd;}
.main4 .box .list .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;}
.main4 .box .list .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);position: absolute;left: 0;top: 0;}
.main4 .box .list .tt{position: relative;z-index: 2;}
.main4 .box .list .tt1{height: 58px;display: flex;align-items: center;}
.main4 .box .list .tt1 img{max-height: 100%;}
.main4 .box .list .tt2{font-size: 16px;color: #666;margin-top: 44px;}
.main4 .box .list .tt3{font-size: 36px;line-height: 44px;padding-top: 4px;}
.main4 .box .list .tt4{font-size: 36px;line-height: 1;color: #d1d1d1;margin-top: 66px;}
.main4 .box .list:hover .bjcover{opacity: 1;}
.main4 .box .list:hover .tt1 img{filter: brightness(.5) invert(1);}
.main4 .box .list:hover .tt2{color: #fff;}
.main4 .box .list:hover .tt3{color: #fff;}


/*技术咨询*/
.main5 .box{display: flex;justify-content: space-between;}
.main5 .box .zuo{width: calc(50% - 24px);display: block;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);}
.main5 .box .zuo .bjcover{height: 334px;}
.main5 .box .zuo .tt{padding: 30px 160px 30px 25px;position: relative;}
.main5 .box .zuo .tt1{font-size: 24px;}
.main5 .box .zuo .tt2{position: absolute;right:20px;top: 50%;height: 86px;margin-top: -43px;font-size: 14px;color: #888;padding-top:6px;text-align: center;}
.main5 .box .zuo .tt2 b{display: block;font-size: 48px;line-height: 1;color: #333;}
.main5 .box .zuo .tt2:after{content: "";width: 1px;height: 120%;position: absolute;left: -40px;top: -10%;transform:rotate(20deg);background: #ddd;}
.main5 .box .zuo .tt2:before{content: "";width: 44px;height: 44px;background-color: var(--color_zhuti);border-radius: 50%;position: absolute;right: 32px;bottom:2px;z-index: 1;transition: all .3s;}
.main5 .box .zuo .tt2 span{display: block;position: relative;z-index: 2;}
.main5 .box .zuo .tt3{font-size: 15px;color: #888;margin-top: 9px;}

.main5 .box .you{width: 50%;}
.main5 .box .you a{display:flex;justify-content: space-between;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);height:147px;}
.main5 .box .you a:nth-child(n+2){margin-top: 24px;}
.main5 .box .you a .img{width: 28%;}
.main5 .box .you a .img .bjcover{height: 100%;}
.main5 .box .you a .tt{width: 72%;padding: 28px 160px 28px 22px;position: relative;}
.main5 .box .you a .tt1{font-size: 22px;}
.main5 .box .you a .tt2{position: absolute;right:20px;top: 50%;height: 86px;margin-top: -43px;font-size: 14px;color: #888;padding-top:8px;text-align: center;}
.main5 .box .you a .tt2 b{display: block;font-size: 48px;line-height: 1;color: #333;}
.main5 .box .you a .tt2:after{content: "";width: 1px;height: 120%;position: absolute;left: -40px;top: -10%;transform:rotate(20deg);background: #ddd;}
.main5 .box .you a .tt2:before{content: "";width: 16px;height: 16px;background-color: var(--color_zhuti);border-radius: 50%;position: absolute;right:72px;bottom:11px;z-index: 1;transition: all .3s;}
.main5 .box .you a .tt2 span{display: block;position: relative;z-index: 2;}
.main5 .box .you a .tt3{font-size: 15px;color: #888;margin-top: 6px;}

.main5 .box a:hover .bjcover{transform: var(--transform_scale);}
.main5 .box a:hover .tt1{color: var(--color_hover);}
.main5 .box a:hover .tt2:before{background-color: var(--color_hover);}


.lb6{padding: 40px 0;position: relative;z-index: 1}
.lb6 .list{height:80px;display: flex;align-items: center;justify-content: center;}
.lb6 .list img{max-height: 100%;transition: all .3s;}
.lb6 .list:hover img{transform: var(--transform_scale);}





footer{background: #121212;font-size: 15px;position: relative;z-index: 2;}
footer .box2{background: var(--color_zhuti);text-align: center;padding: 28px 15px;}
footer .box1{padding:60px 0;display: flex;justify-content: space-between;color: #fff;}
footer .box1 .zuo{width: calc(54% - 1px);}
footer .box1 .xian{width: 1px;background: rgba(255, 255, 255, .3);margin: 0 5%;}
footer .box1 .you{width: 36%;display: flex;justify-content: space-between;}
footer .box1 .zuo .top{font-size: 18px;line-height: 26px;padding-left: 66px;position: relative;}
footer .box1 .zuo .top b{font-size: 30px;line-height: 36px;display: block;}
footer .box1 .zuo .top:before{width: 54px;height: 52px;background: var(--color_zhuti);display: flex;align-items: center;justify-content: center;position: absolute;left: 0;top:4px;color: #222;border-radius: 8px;font-size: 26px;}
footer .box1 .zuo .tt{margin-top: 20px;display: flex;justify-content:space-between;color: rgba(255, 255, 255, .7);line-height: 2;}
footer .box1 .zuo .tt .tt1{max-width: 49%;}
footer .box1 .zuo .tt .tt1:nth-child(2){margin-top: 0px;}

footer .box1 .ul{margin-left: 20px;}
footer .box1 .ul a{display: block;color: rgba(255, 255, 255, .7);line-height: 24px;padding-bottom: 7px;}
footer .box1 .ul a:nth-child(1){font-size: 20px;line-height: 30px;padding-bottom:24px;color: #fff;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;}




.banner2{padding-top: 16%;}
.banner2 .tt{display: flex;align-items: center;height: 130px;letter-spacing: 2px;}
.banner2 .tt span{display:flex;align-items: center;font-size:44px;line-height: 52px;padding-right:55px;background: var(--color_zhuti);height: 100%;position: relative;}
.banner2 .tt span:after{content: "";width: 1000%;height: 100%;background: var(--color_zhuti);position: absolute;right: 100%;top: 0;}

.title8{position: relative;padding-top:16px;}
.title8:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;z-index: 1;}
.title8 .div1{display: flex;flex-wrap: wrap;position: relative;z-index: 2;}
.title8 .div1 a{display: block;font-size: 20px;margin-right: 60px;line-height: 70px;position: relative;border-bottom:4px solid transparent;transition: all 0s!important;}
.title8 .div1 a:hover{border-color: var(--color_zhuti);}
.title8 .div1 a.active{border-color: var(--color_zhuti);}
.title8.active{padding-bottom:16px;}
.title8.active .div1 a{line-height: 36px;margin-top: 4px;margin-bottom: 4px;}


.ny{padding: 44px 0 88px;}

.nycp{margin:0 -10px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;background: #fff;border: 1px solid #eee;width: calc(25% - 20px);margin: 0 10px 20px;}
.nycp .list .img{padding-top: 84%;position: relative;}
.nycp .list .img img{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}
.nycp .list .img video{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-height: 92%;max-width: 92%;}
.nycp .list .tt{font-size: 18px;line-height: 66px;border-top: 1px solid #ddd;margin: 0 15px;text-align: center;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .tt{color: var(--color_hover);}





/*内页新闻*/
.nyxw2{margin-top: -16px;}
.nyxw2 .list{display:flex;justify-content: space-between;position: relative;padding: 35px 0;border-bottom: 1px solid #e5e5e5;flex-direction: row-reverse;}
.nyxw2 .list .tt{width:calc(82% - 80px);padding: 10px 50px 10px 180px;position: relative;}
.nyxw2 .list .tt1{font-size: 20px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.nyxw2 .list .tt1:after{content: "";width: 30px;height: 1px;background: #000;position: absolute;left: 0;bottom: 0;}
.nyxw2 .list .tt3{font-size: 15px;color: #888;line-height: 28px;height: 56px;overflow: hidden;min-height: inherit;min-height: 56px;}
.nyxw2 .list .tt4{font-size: 12px;color: #999;line-height: 26px;width: 54px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 22px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw2 .list .tt4:before{width: 26px;height: 26px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw2 .list .tt2{line-height:24px;font-size: 14px; position: absolute;left:30px;top:14px;color: #999;text-align: right;}
.nyxw2 .list .tt2 b{font-size:22px;color: #000;display: block;line-height: 34px; margin:0 auto 2px auto}
.nyxw2 .list .tt2 i{display: none;}
.nyxw2 .list .img{border-radius:6px;width:calc(18% + 80px);}
.nyxw2 .list .img .bjcover{height: 100%;}
.nyxw2 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw2 .list:hover .tt1{color: var(--color_hover);}
.nyxw2 .list:hover .tt4{color: #fff;background: var(--color_hover);border-color: var(--color_hover);}
.nyxw2 .list:hover .tt4:before{color: #fff;background: var(--color_hover);}
@media (max-width:1199px) {
    .nyxw2 .list .tt{padding-left:100px;}
    .nyxw2 .list .tt2{left: 0;}
}
@media (max-width:991px) {
    .nyxw2 .list .tt{padding-right:30px;}
    .nyxw2 .list .tt1{font-size: 20px;line-height: 30px;}
    .nyxw2 .list .tt4{margin-top: 16px;}
}
@media (max-width:767px) {
    .nyxw2 .list{padding:25px 0}
    .nyxw2 .list .img{right: 0;height: 154px;top:29px;}
    .nyxw2 .list .tt{padding: 4px 30px 0 0;}
    .nyxw2 .list .tt1{padding: 0;margin: 0 0 3px;}
    .nyxw2 .list .tt1:after{display: none;}
    .nyxw2 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw2 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw2 .list .tt2 i{display:inline;}
    .nyxw2 .list .tt3{margin-top: 5px;font-size: 14px;line-height: 24px;height: 48px;min-height: 48px;}
    .nyxw2 .list .tt4{margin-top: 14px;}
    
}

@media (max-width:600px) {
    .nyxw2{padding-top: 11px;margin-top: 0;}
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}


/*详情页*/
.danye{font-size: 16px;line-height: 1.8;}
.danye .topbox{margin-bottom:15px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.4;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:10px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto; border: 1px solid #dedede; width: 800px;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .ditu iframe{ width:100%; height:100%;}
.danye .tt1{padding-top: 30px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;line-height: 32px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:800px !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important; margin:5px auto;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox iframe{ width: 48%; margin:1%; float: left; }

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 14px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img img{display: block;margin: 0 auto; width: 100%;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;line-height: 30px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}
    .danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
    .danye .txtbox iframe{height: 280px; width: 100%;}

}












/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav ul li > a{font-size: 16px;}
    .banner2 .tt{height:90px;}
    .banner2 .tt span{font-size: 30px;line-height: 38px;}
}
@media (max-width:991px) {
    body{letter-spacing: normal;padding-top: 80px;}
    header .logo{height: 80px;max-width: calc(100% - 160px);margin: 0;}
    header .logo img{max-height:66%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:after{display: none;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_hover);}
    header nav ul > li.active > a{background: transparent;color: var(--color_hover);}
    header nav ul > li.active > i{color: var(--color_hover);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_hover);}
    header nav .ul a.active{background-color: transparent;color: var(--color_hover);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:28px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:#000;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    header .txt2{width:90px;height: 34px;padding-left: 33px;position: absolute;right: 60px;top: 50%;margin-top: -17px;}
    header .txt2:before{font-size: 16px;left: 10px;}
    header .txt2 .div1{font-size: 13px;position: relative;top: 1px;}
    header .txt2 .div1:before{right: 12px;font-size: 96%;top: -1px;}
    header .txt2 .div2{line-height: 1.5;padding: 6px 0;}
    header .txt2 .div2 a{font-size: 14px;}


    .main88{padding-top: 44px;padding-bottom: 44px;}
    .title{padding-bottom:24px;}
    .title .div1{font-size: 24px;letter-spacing: 1px;line-height: 34px;}
    .title .div1 span{font-size: 14px;line-height: 1.6;}
    .title .div2{font-size: 14px;letter-spacing: normal;margin-top: 4px;}

    /*关于小德*/
    .main1{background-position: left !important;}
    .main1 .box{max-width: 100%;}
    .main1 .box .top{padding-top:20px;}
    .main1 .box .top b{font-size: 24px;line-height: 34px;letter-spacing: 1px;}
    .main1 .box .top span{font-size:16px;line-height: 28px;letter-spacing:normal;margin-top: 2px;}
    .main1 .box .top img{height: 40px;}
    .main1 .box .tt{font-size: 14px;margin-top: 15px;min-height: initial;-webkit-line-clamp: 11;}
    .main1 .box2{box-shadow: none;padding:20px 0;max-width: 100%;margin-top:20px;}
    .main1 .box2 .list{font-size:16px;letter-spacing: 1px;line-height: 26px;display: block;text-align: center;padding: 4px;}
    .main1 .box2 .list img{height: 32px;margin: 0 auto 6px;}

    .main2 .box{display: none;}


    .main2 .lb2{margin:-6px;}
    .main2 .lb2 .list{box-shadow: none;margin: 6px;border: 1px solid #eee;}
    .main2 .lb2 .list .tt{font-size: 14px;line-height: 44px;margin: 0;}



    .main3 .top a{padding: 6px 6px 14px;font-size:16px;}
    .main3 .top a img{margin: 0 auto 6px;height: 30px;}
    .main3 .top a:after{height: 4px;}
    .main3 .list{padding:40px 0;}
    .main3 .list .tt1{font-size: 24px;line-height: 34px;}
    .main3 .list .tt2{font-size: 14px;margin-top: 11px;min-height: initial;}
    .more{width:130px;height: 40px;font-size: 14px;margin-top:22px;}



    .main4 .box{flex-wrap: wrap;box-shadow: none;border: 1px solid #eee;}
    .main4 .box .list{width: 50%;padding: 22px 0;position: relative;}
    .main4 .box .list:nth-child(3){border-left: 0;}
    .main4 .box .list:nth-child(n+2){border-color: #eee;}
    .main4 .box .list:nth-child(n+3){border-top: 1px solid #eee;}
    .main4 .box .list .tt{padding: 0 15px 0 60px;}
    .main4 .box .list .tt1{height:32px;position: absolute;left: 18px;top:11px;}
    .main4 .box .list .tt2{font-size: 12px;margin-top: 0;}
    .main4 .box .list .tt3{font-size: 22px;line-height: 32px;padding-top: 0;}
    .main4 .box .list .tt4{font-size: 28px;margin-top: 0;position: absolute;right: 15px;bottom: -8px;opacity: .2;}


    /*技术咨询*/
    .main5 .box{display: block;}
    .main5 .box .zuo{width: 100%;box-shadow: none;border: 1px solid #eee;}
    .main5 .box .zuo .bjcover{height: auto;padding-top: 50%;}
    .main5 .box .zuo .tt{padding:20px;}
    .main5 .box .zuo .tt1{font-size: 16px;}
    .main5 .box .zuo .sjtt2{font-size: 13px;color: #888;margin-top: 4px;}
    .main5 .box .zuo .tt2{display: none;}
    .main5 .box .zuo .tt3{font-size:14px;margin-top: 4px;}

    .main5 .box .you{width: 100%;}
    .main5 .box .you a{height:auto;margin-top: 20px!important;}
    .main5 .box .you a .img{width:calc(20% + 60px);}
    .main5 .box .you a .tt{padding:16px;width: calc(80% - 60px);}
    .main5 .box .you a .tt1{font-size: 16px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;min-height: 2.8em;min-height: 1.4;}
    .main5 .box .you a .sjtt2{font-size: 13px;color: #888;margin-top: 4px;}
    .main5 .box .you a .tt2{display: none;}
    .main5 .box .you a .tt3{font-size:14px;margin-top: 4px;display: none;}


    .lb6{padding: 30px 0;}
    .lb6 .list{height: 60px;}

    footer{font-size: 14px;}
    footer .box2{padding:15px;font-size: 88%;}
    footer .box1{padding:33px 0;}
    footer .box1 .zuo{width: 100%;}
    footer .box1 .zuo .top{font-size: 15px;line-height: 20px;padding-left: 58px;}
    footer .box1 .zuo .top b{font-size:22px;line-height: 30px;margin-top: 4px;}
    footer .box1 .zuo .top:before{width: 46px;height: 46px;top:1px;font-size:22px;font-weight: normal;}
    footer .box1 .zuo .tt{margin-top: 11px;display: block;}
    footer .box1 .zuo .tt .tt1{max-width: 100%;}
    footer .box1 .zuo .tt .tt1:nth-child(2){margin-top: 0;}
    footer .box1 .xian{display: none;}
    footer .box1 .you{display: none;}




    .banner2 .tt{height: 56px;letter-spacing: 1px;}
    .banner2 .tt span{font-size:20px;line-height:26px;padding-right:20px;}


    .title8{padding-top:11px;}
    .title8 .div1 a{font-size:16px;margin-right: 30px;line-height: 50px;border-width: 3px;}
    .title8.active{padding-bottom:11px;}
    .title8.active .div1 a{line-height: 32px;margin-top: 2px;margin-bottom:2px;}

    .ny{padding: 30px 0 40px;}

    .nycp{margin:0 -6px;}
    .nycp .list{width: calc(33.33% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{font-size: 14px;line-height:40px;margin: 0;text-align: center;}





}

@media (max-width:767px) {
    .nycp .list{width: calc(50% - 12px);}

}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background:#444;position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px rgba(255, 255, 255, 1);width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:50px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}


