section{ background: #f5f5f5;overflow: hidden; }
.banner{ width: 100%; height: 370px; position: relative;margin-top:100px; }
.ban-con{ display: flex; justify-content: center; align-items: center; height: 100%;  }
.ban-con>div{ text-align: center;  }
.ban-con h5{ font-size: 36px; line-height: 100%; color: #fff; font-weight: normal;}
.about-ban-con h5{ font-weight: bold }
.ban-xian { width: 50px; height: 2px; margin: 20px auto;background: #fff}
.ban-con p{ font-size: 28px; line-height: 100%; color: #cdcdcd; font-family: "Arial" }
.breadcrumbs {  height: 80px; line-height: 80px; }
.breadcrumbs p{  padding-left:28px;  font-size:14px; color: #999;   background: url(../../images/qy/home.png) 0 33px no-repeat; }
.breadcrumbs p a{ color: #999;}
.breadcrumbs p a:hover{ color: #0099e5 }
.inside-nav li{  float: left; position: relative; text-align: center; margin-left: 30px; }
.inside-nav li:first-child{ margin-left: 0; }
.inside-nav li a{ font-size: 16px; color: #666; display: block; position: relative;  }
.inside-nav li a.active,.inside-nav li a:hover{ color: #0099e5; font-weight: bold;  }
.inside-nav li a.active:before,.inside-nav li a:hover:before{ content: ""; position: absolute; width: 100%; height: 5px; background: #0099e5; left: 0; bottom: 10px; border-top-left-radius: 15px; border-top-right-radius: 15px;}
/*公司介绍*/
.about{ overflow: hidden; background: #fff;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); padding: 50px 80px; margin-bottom: 80px; }
.about p{ font-size: 14px; line-height: 30px; color: #666; text-indent: 2em; }
.about p img,.about img{ max-width: 100%!important;height:auto!important; margin:auto; display: block; }
/*发展历程*/
.history-main{ position: relative; }
.history ul{ position: relative; overflow: hidden}
.history-main:before{ content: ""; position: absolute; width: 11px; height: 11px; background: url(../../images/qy/red-point.jpg) no-repeat; left: 50%; margin-left: -5.5px; top: -11px; }
.history ul li { padding: 46px 70px; position: relative; float: left; width:100%}
.history .dotted-line { height: 100%; position: absolute;border-right: 1px dotted #d2d2d2;top: 0; left: 50%; margin-left: -0.5px;}
.history ul li .fz-txt {  width: 50%; height: 242px;  padding: 50px 0;  position: relative;}
.history ul li:nth-child(even) img { float: right;}
.history ul li:nth-child(odd) img {  float: left; }
.history ul li:nth-child(even) .fz-txt {  padding-right: 80px;   float: left;}
.history ul li:nth-child(odd) .fz-txt {  padding-left: 80px; float: right;}
.history ul li .fz-txt h2 { font-size: 36px; color: #0099e5;  font-family: "Arial"}
.history ul li .fz-txt p {font-size: 18px;line-height: 36px; margin-top: 20px; color: #666; text-indent: 0;}
.history .line-red {  width: 15px;  height: 3px;  background: #e50112;  margin-top: 20px;}

.navbox a{color:#333}
.navbox a:hover{text-decoration: underline;}

.his-dot {
    position:absolute;
    left:0;
    top:50%;
    right: 0;
    margin: 0 auto;
    margin-top: -18px;
    width:36px;
    height:36px
}

.his-dot div {
    position:absolute;
    top:50%;
    left:50%;
    background:#e50112;
    width:36px;
    height:36px;
    margin-left:-18px;
    margin-top:-18px;
    opacity:1;
    border-radius:50%;
    animation: 2s linear infinite;
    -webkit-animation: 2s linear infinite;
    -ms--webkit-animation: 2s linear infinite;
    -moz--webkit-animation: 2s linear infinite;
    -o--webkit-animation: 2s linear infinite;
}
.his-dot div.c1 {
    width:13px;
    height:13px;
    margin-left:-6.5px;
    margin-top:-6.5px;
    opacity:1;
    border-radius:50%
}
.his-dot div.c2 {
    -webkit-animation-name:c2;
    -webkit-animation-delay:.6s;
    -ms-animation-name:c2;
    -ms-animation-delay:.6s;
    -moz-animation-name:c2;
    -moz-animation-delay:.6s;
    -o-animation-name:c2;
    -o-animation-delay:.6s;
    animation-name:c2;  
    animation-delay:.6s; 
}
.his-dot div.c3 {
    -webkit-animation-name:c2;
    -webkit-animation-delay:1.2s;
    -ms-animation-name:c2;
    -ms-animation-delay:1.2s;
    -moz-animation-name:c2;
    -moz-animation-delay:1.2s;
    -o-animation-name:c2;
    -o-animation-delay:1.2s;
    animation-name:c2; 
    animation-delay:1.2s;
}
@-webkit-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-ms-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-moz-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-o-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}

.load-more{ width: 30px; height: 24px; position: absolute; left: 50%; margin-left: -15px; bottom: -15px; } 
.load-more span {
    height: 24px;
    display: block;
    background: url(../../images/qy/load-more.png) center no-repeat;
}
/*企业文化*/
.culture{ padding:20px 80px 50px; }
.culture li{ width: 100%; float: left; position: relative; padding:30px 0; border-bottom: 1px dashed #0099e5; }
.culture li .scale-img{ width: 585px; height: 452px; overflow: hidden; position: relative; display: block; float: left; }
.culture li .scale-img img{ width: 100%; height: 100%;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.culture li .scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.culture-main{ width: 700px; float: right; display: flex; justify-content: left; align-items: center; height: 452px; }
.culture-main h5{ font-size: 24px; color:#323232; line-height: 100%;}
.culture-main h5 i{ display: inline-block; font-size: 16px; color: #999; font-weight: normal; }
.blue-line{ width: 50px; height: 1px; background: #0099e5; margin-top:20px; }
.culture-main p{ font-size: 14px; color: #666; line-height: 36px; margin-top: 9px; text-indent: 0;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical;  }
/*荣誉资质*/
.honor{ padding:50px 80px 80px; }
.honor ul{ overflow: hidden; margin-bottom: 5px; }
.honor li{ width: 420px; height: auto;  float: left; margin-right: 40px; margin-bottom: 35px; } 
.honor li .scale-img{ width: 100%; height: 282px; border:1px solid #dcdcdc; overflow: hidden; position: relative; display: block; }
.honor li .scale-img img{ margin:15px; display: block;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.honor li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.honor li p{ font-size: 18px; text-align: center; line-height: 100%; margin-top: 15px; color: #666666 }
.honor li:hover p{ color: #0099e5}
.honor li:hover .scale-img{ border-color: #0099e5 }
.listpage{width: 100%;  text-align: center;  color: #666;}
.list-right .listpage li{width: auto;margin-right: 0px;margin-bottom: 0px;}
.listpage a,.listpage span,.listpage input.go_input,.listpage input.go_submit{    display: inline-block;font-size:14px;border:1px solid #a0a0a0; color: #999;margin-right: 5px;padding:2px 8px; }
.listpage a:hover,.listpage span,.listpage a.thisclass{ color: #fff;  background: #0099e5;border: 1px solid #0099e5;}
.listpage a.active{color: #fff;border: 1px solid #0099e5; background: #0099e5;}
/*员工风采*/
.team li{ width: 425px; height: auto;  float: left; margin-right: 32px; margin-bottom: 35px; border-bottom: 1px solid #d9d9d9; position: relative; } 
.team li:before{ content: ""; position: absolute; width: 0; height: 1px; background: #0099e5; left: 0; bottom: -1px; transition: width .5s ease-in-out; }
.team li .scale-img{ width: 100%; height: 285px;  overflow: hidden; position: relative; display: block; }
.team li .scale-img img{width: 100%; height: 100%;  display: block;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.team li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.team li p{ font-size: 16px;  line-height: 55px; color: #666666; text-indent: 0;}
.team li p a{ width:100%; color: #666; padding: 0 80px 0 20px;  display: block; position: relative; }
.team li p a i{  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team li p a:before{ content: ""; position: absolute; width: 32px; height: 11px; background: url(../../images/qy/list-arrow.png) no-repeat; right: 20px; top: 22px;}
.team li:hover p{ color: #0099e5}
.team li:hover .scale-img{ border-color: #0099e5; }
.team li:hover:before{ width:100%; }
.team li:hover p a{ color: #0099e5; }
.team li:hover p a:before{ background: url(../../images/qy/list-arrow-hover.png) no-repeat; }
.join-nav{ text-align: center; }
.join-nav li{ width: 150px; height: 50px; border:1px solid #b3b3b3; text-align: center; line-height: 50px; display: inline-block; border-radius: 5px; }
.join-nav li:first-child{ margin-right: 144px; }
.join-nav li a{ color: #1f1f1f; font-size: 18px; display: block; }
.join-nav li.active{ border-color: #e50112; background: #e50112; }
.join-nav li.active a{ color: #fff; }

.zhaopin-con{ margin-top: 40px; }
.zhaopin-con-list-top{ height: 70px; background:#0099e5; }
.zhaopin-con-list-top span{ display: block; width: 25%; text-align: center; line-height: 70px; color: #fff; float: left; font-size: 18px;}
.zhaopin-con-list-con{ }
.zhaopin-con-list-con li{ border-bottom:1px solid #e6e6e6;  }
.zhaopin-con-list-con dt { width: 100%; height: 70px; font-size: 16px;  color: #666;  cursor: pointer;  position: relative;}
.zhaopin-con-list-con dt:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../../images/qy/join-jiahao.png) no-repeat;
    right: 20px;
    top: 28px;
}
.zhaopin-con-list-con li.lion{ border-bottom: 0; }
.zhaopin-con-list-con li.lion dt:after{ background: url(../../images/qy/join-jianhao.png) no-repeat;width: 14px; height: 14px; }
.zhaopin-con-list-con dt > span { display: block; width: 25%; float: left; text-align: center; line-height: 75px; font-weight: normal; color: #333;  font-size: 16px;}
.ddnew{ display: none;  background: #f7f7f7; padding:40px 110px;}
.ddnew p { text-align: left;  margin-left: 0;  line-height: 30px;  font-size: 14px; color: #666;}
.ddnew p span { font-size: 16px;  color: #555;}
.ddnew span{ font-size: 16px; color: #111; font-weight: bold; margin-top: 20px; display: block; }
.ddnew span:first-child{ margin-top: 0; }
.ddnew i{ font-size: 16px; color: #2056ad; margin-top: 10px; }
.ddnew em{ display: inline-block; font-weight: normal; color: #2056ad; }
.ddnew-bot{ border-top: 1px solid #e0e0e0; margin-top: 20px; padding-top: 25px; }
.ddnew-bot i{ display: inline-block; margin-top: 0; font-size: 14px; color: #00b29f }
/*盛瀚全球*/
.global-h5{ font-size: 24px; color: #323232; text-align: center; line-height: 100%;}
.global-line{ width: 55px; height: 1px; background: #0099e5; margin: 15px auto 0; }
.global-en{ font-weight: normal; font-size: 16px; font-family: "Arial"; color: #999;text-align: center; margin-top: 15px; }
.global-p{ width: 700px; margin: 28px auto 0; font-size: 14px; color: #666; text-align: center;}
.global-main{ width: 100%; height: 654px; margin-top: 28px; background: url(../../images/qy/global-bg.png) no-repeat; background-size: cover; position: relative; }

.global-main .point-area {position: absolute;}
.global-main .point-area {
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    transition: opacity .5s ease-out;
}

.global-main  .point-area .txt {
    width: 60px;
    position: absolute;
    left: 50px;
    top: 40%;
    color: #333333;
    font-size: 14px;
}
.global-main  .point-area:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e50112;
    display: inline-block;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    left: 50%
}

.global-main  .point {
    position: absolute;
    width: 100%;
    height: 100%
}

.global-main  .point:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #e50112;
    opacity: 0
}
.global-main .point:after{border:none\9; }
.global-main  .point.point-10:after {
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite
}

.global-main  .point.point-40:after {
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite
}

.global-main  .point.point-80:after {
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 1.8s infinite
}

.right-map  .point.point-shadow:after {
    box-shadow: inset 0 0 5em rgba(0,205,236,0.16)
}
@-webkit-keyframes ripple{0%{opacity:0;-webkit-transform:scale(0.1);transform:scale(0.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ripple{0%{opacity:0;-webkit-transform:scale(0.1);transform:scale(0.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}
.point_area_1{left: 302px;top: 510px;}
.point_area_2{left: 600px;top: 125px;}
.point_area_3{left: 622px;top: 310px;}
.point_area_4{left: 660px;top: 382px;}
.point_area_5{left: 740px;top: 80px;}
.point_area_6{left: 744px;top: 200px;}
.point_area_7{left: 800px;top: 250px;}
.point_area_8{left: 754px;top: 320px;}
.point_area_9{left: 733px;top: 455px;}
.point_area_10{left: 826px;top: 120px;}
.point_area_11{right: 360px;top: 250px;}
.point_area_12{right: 325px;top: 240px;}
.point_area_13{right: 265px;top: 288px;}
.point_area_14{right: 250px;top: 345px;}
.point_area_15{right: 200px;top: 397px;}
.point_area_16{right: 175px;top: 295px;}
.point_area_17{right: 290px;top: 130px;}
.point_area_18{right: 195px;top: 335px;}
.point_area_19{right: 170px;top: 185px;}
.point_area_20{right: 82px;top: 385px;}

/*新闻列表*/
.news{  overflow: hidden; background: #fff;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); padding: 50px 80px; margin-bottom: 80px; }

.news ul{ margin-bottom: 30px; }
.news li{ float: left; width: 100%; height:350px; margin-bottom: 50px;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.news li .scale-img{ display: block; position: relative; width: 510px; height:100%; overflow: hidden;  }
.news li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.news li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news-r{ width: 830px; height: 100%; padding: 0 50px; display: flex; justify-content: center; align-items: center;}
.news-r a{ display: block;width:100%  }
.news-r h5{ font-size: 20px; color: #1b1b1b; font-weight: normal;  line-height: 100%;  overflow: hidden;}
.news-r h5 i{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; float:left;color: #1b1b1b; }
.news-r h5 em{ float: right; font-size: 14px; color: #999; background: url(../../images/qy/time.png) 0 2px no-repeat; padding-left: 22px; }
.news-r p{ font-size: 14px; line-height: 30px; color: #999999; margin-top: 22px; text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news-r span{ display: block; width: 135px; height: 40px; position: relative; line-height: 40px; border:1px solid #666666; color: #666666; text-align: center; font-size: 14px; margin-top: 22px;}
.news-r span:before{ display:none; content: ""; position: absolute; width: 51px; height: 19px; background: url(../../images/qy/news-jt.png) 0 0 no-repeat; right: -30px; top: 10px; }
.news li:hover h5 i{ color: #0099e5 }
.news li:hover .news-r span{ border-color: #0099e5; background: #0099e5; color: #fff; }
/*新闻详情*/
.news-article-left{ max-width: 900px;     width: 900px; }
.news-article-left h1{ font-size: 24px; line-height: 24px;  color: #333;  text-align: center;  font-weight: normal;}
.news-article-left-top { margin-top: 10px;  display: flex;  justify-content: center;  border-bottom: 1px dashed #d9d9d9;   padding-bottom: 10px;}
.news-article-left-top span { display: inline-block; font-size: 14px;  color: #999;  line-height: 30px;  margin-right: 20px;}
.ny-share{ color:#999; font-size: 14px; margin-top: -5px; display: inline-block;}
.ny-share p{ color:#999; font-size: 14px;line-height: 14px; display: inline-block; margin-top: 2px;    position: relative;    top: -3px;}
.ny-share p i{ display: inline-block; position: relative; top: -3px}
.bdshare-button-style0-16{ display: inline; }
.ny-share .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ display: inline-block; float: initial;  background-image: none !important;
    line-height: 22px !important;
    height: 22px !important;
    margin: 6px 10px 0 0 !important;
    padding-left: 22px !important; }
.ny-share .bdshare-button-style0-16 .bds_tsina{ background-position: 0 0 !important;  background: url(../../images/qy/sina.png) !important; }
.ny-share .bdshare-button-style0-16 .bds_sqq{background-position: 0 0 !important;background: url(../../images/qy/qq.png) !important; }
.ny-share .bdshare-button-style0-16 .bds_weixin{background-position: 0 0 !important;  margin-right: 0 !important; width: 22px;background: url(../../images/qy/wechat.png) !important;}
.show-article-body{ margin-top: 20px; border-bottom: 1px dashed #d9d9d9; padding-bottom: 30px;}
.show-article-body p{ font-size: 16px; line-height: 30px; color: #555;  }
.show-article-body img{ max-width: 100%; display: block; margin:auto;height:auto!important; }
.getPre{ overflow: hidden; margin-top: 30px;}
.getPre dl{ width: 70%; float: left; }
.getPre dl dd{ width: 100%; font-size: 16px; color: #999; line-height: 30px; margin-bottom: 10px;    display: inline-flex;float: left;}
.getPre dl dd a{ color: #999; line-height: 30px; display: inline-block; width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.getPre dl dd:last-child{ margin-bottom: 0; }
.getPre dl dd a:hover,.getPre dl dd:hover{ color: #0099e5 }
.back-list{ width:80px; height:35px; font-size: 14px; line-height: 33px; border:1px solid #e50112; border-radius: 5px; color: #e50112; margin-top: 15px;  float: right; display: block; text-align: center;}
.back-list:hover{ background: #e50112;color: #fff;}


.news-article-right{ width: 384px; }
.news-article-right-top{ margin-bottom: 35px; }
.news-article-right-top h5{ width: 100%; height: 70px; background: url(../../images/qy/news-right-title.png) no-repeat; padding-left: 30px; line-height: 70px; font-size: 22px; color: #fff; font-weight: normal; }

.news-article-right-top ul{ width: 100%; padding-top: 18px; overflow:hidden; padding:20px 20px 0;box-shadow: 0px 0px 23.56px 7.44px rgba(0, 0, 0, 0.09); }
.news-article-right-top ul li{ width: 100%; border-bottom: 1px solid #e6e6e6;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding-bottom: 20px; margin-bottom: 20px; padding-right: 0; height: auto; box-shadow: none;}
.news-article-right-top ul li a{ width: 100%; display: block; font-size: 16px; color: #333; line-height: 100%; }
.news-article-right-top ul li:hover a{ color: #0099e5; }
.news-article-right-top ul li span{ margin-top: 10px; color: #a6a6a6;display: block; line-height: 100%;}
.news-article-right-top ul li:last-child{ border-bottom: 0 }
/*离子色谱整机产品*/
.lizi{  overflow: hidden; background: #fff;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); padding: 50px 0 50px 80px; margin-bottom: 80px; }
.lizi-show1{ overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 40px; }
.lizi-show1-l{ width: 40%; height: auto; border:10px solid #f0f0f0; }
.lizi-show1-r{ width: 55%;height: 275px; display: flex; justify-content: center; align-items: center }
.lizi-show1-r h5{ font-size: 22px; color: #333; line-height: 100%;  }
.lizi-show1-r .lizi-show1-r-p{ font-size: 16px; line-height: 36px; color: #676767; margin-top: 20px; }
.zxxj{ width: 100px; height: 30px; background:#e50112; margin-top: 20px; display: block;}
.zxxj a{ display: block; font-size: 14px; line-height: 30px; text-align: center; color: #fff; }

.lizi-show2 img{max-width:100%!important;height:auto!important;}
.lizi-show2{ overflow: hidden; border-bottom: 1px solid #e5e5e5; padding:0 80px; }
.lizi-show2 .lizi-show2-p{ font-size: 16px; line-height: 36px; color: #676767; margin-top: 20px; }
.lizi-show2-te{ margin-top: 42px; }
.lizi-show2-te span{ font-size: 20px; line-height: 36px; color: #333333; margin-bottom: 10px; font-weight: bold; display: block; }
.lizi-show2-te h5{ font-size: 16px; line-height: 36px; color: #333;  }
.lizi-show2-te p{ font-size: 16px; line-height: 36px; color: #676767; }
.lizi-show2-te p img{ max-width:100%;}
.lizi-show3{ margin-top: 40px; margin-bottom: 30px; overflow: hidden }
.lizi-show3 ul{ margin-top: 40px }
.lizi-show3 li{ width: 320px; float: left; border: 7px solid #f0f0f0; background: #f0f0f0; margin-left: 20px; }
.lizi-show3 li:first-child{ margin-left: 0; }
.lizi-show3 li .scale-img{ display: block; position: relative; width: 306px; height:175px; overflow: hidden;  }
.lizi-show3 li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.lizi-show3 li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.lizi-show3 li:hover{ background: #0099e5; border-color: #0099e5 }
.lizi-show3 li span{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px;  line-height: 100%; padding: 18px 0 11px; text-align: center; }
.lizi-show3 li span a{ color: #333; display: block; }
.lizi-show3 li:hover span a{ color: #fff; }
/*耗材产品*/
.haocai-ban-con h5{ color:#4e4e4e; }
.haocai ul{ overflow: hidden; }
.haocai li{  width: 426px; float: left; border: 8px solid #f0f0f0; background: #f0f0f0; margin-right: 30px; margin-bottom: 50px;  }
.haocai li .scale-img{ display: block; position: relative; width: 410px; height:236px; overflow: hidden;  }
.haocai li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.haocai li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.haocai li:hover{ background: #0099e5; border-color: #0099e5 }
.haocai li span{ display: block; padding: 14px 0 6px; text-align: center; }
.haocai li span a{ color: #333; display: block; }
.haocai li span a h5{ color: #9a9a9a; font-size: 16px; line-height:100%; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.haocai li span a h4{ color: #333333; font-size: 18px; margin-top: 14px; line-height:100%; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.haocai li:hover span a h4{ color: #fff; }
.haocai li:hover span a h5{ color: #d9d9d9; }
/*离子色谱产品列表*/
.lizi-list{ padding-bottom: 80px; overflow: hidden; }
.lizi-ul{ overflow: hidden; padding-bottom: 10px; }
.lizi-ul li{  width: 430px; float: left; border: 1px solid #f0f0f0; margin-right: 24px; margin-bottom: 40px;  }
.lizi-ul li .scale-img{ display: block; position: relative; width: 428px; height:244px; overflow: hidden;  }
.lizi-ul li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.lizi-ul li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.lizi-ul li:hover{ border-color: #ccc;  }
.lizi-ul-bot{ border-top: 4px solid #0099e5; padding-bottom: 25px; background: #f5f5f5; }
.lizi-ul-bot a{ display: block; padding: 0 20px; }
.lizi-ul-bot h5{ color: #0099e5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 26px; line-height: 100%; margin-top: 25px;}
.lizi-ul-bot span{ display: block; font-size: 16px; line-height: 26px; margin-top: 20px; color: #333333;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;  }
.lizi-ul-bot p{ font-size: 14px; line-height: 36px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../../images/qy/duihao.png) 0 15px no-repeat; padding-left: 30px;}
.lizi-ul li:hover .lizi-ul-bot{ border-top: 4px solid #e70015 }
.lizi-ul li:hover .lizi-ul-bot h5{ color: #e70015 }
/*应用支持列表*/
.yingyong li{ width: 640px; margin-bottom: 40px; float: left; }
.yingyong-liLeft { width: 220px; height: 220px; background: #0099e5; display: flex; justify-content: center; align-items: center; padding:0 26px;}
.yingyong-liLeft a{ display: block; }
.yingyong-liLeft i{ width: 30px; height: 4px; background: #fff; border-radius: 1px; margin: auto; }
.yingyong-liLeft h5{ color: #fff; font-size: 16px; line-height: 30px; font-weight: normal; margin-top: 13px; text-align: center;}
.yingyong-liLeft span{ width: 100px; height: 30px; color: #ffffff; line-height: 30px; text-align: center; display: block; margin: 23px auto 0; background: #ff4c59; border-radius: 50px;}
.yingyong-liRight{ width: 420px; height: 220px; border:1px solid #f0f0f0; display: flex; align-items: center; padding: 0 26px;}
.yingyong-liRight p{ font-size: 15px;color: #666666; line-height: 30px;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical;  }

.contact-form{  width: 100%; height: 100%;  background: rgba(0,0,0,0.7);  position: fixed;  z-index: 99999;   top: 0;  display: none;}
.contact-form-main{ width: 800px; height: 630px; background: #fff; border-radius: 10px;position: absolute;  top: 0;  right: 0;  left: 0;  bottom: 0; margin: auto; }
.contact-form-top{ height: 60px; line-height: 60px; background: #f7f7f7; text-align: center;border-top-left-radius: 10px; border-top-right-radius: 10px; position: relative; }
.contact-form-top h5{ font-size: 24px; color: #666666; font-weight: normal; }
.contact-close{ width: 25px; height: 25px; background: url(../../images/qy/layer-close.png) no-repeat; position: absolute; right: 30px; top: 20px; }
.formleave{ margin: 50px 100px 50px 90px }
.formleave p{ width: 100%; line-height: 56px; float: left; margin-bottom: 30px;}
.formleave p label{ width: 70px; float: left; font-size: 18px;color: #333; }
.formleave p label i{ display: inline-block; color: #3fa8e8; margin-left: 5px; }
.formleave p input{ width: calc( 100% - 72px ); float: left; width: 540px\0; height: 55px; line-height: 55px; color: #333; border:1px solid #cccccc; border-radius: 5px; padding:0 10px; font-size: 16px; }
.formleave p .textarea-other { width: calc( 100% - 72px ); float: left; width: 540px\0; height: 105px; border: 1px solid #cccccc; border-radius: 5px; color: #333; padding: 10px; font-size: 16px; line-height: 32px;}
.tijiao{ margin: 50px auto 0; width: 250px; height: 50px;  overflow: hidden; }
.tijiao .submit{width: 250px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; background: #0099e5; border-radius: 50px; font-size: 24px; color: #fff; letter-spacing: 2px;  }
/*成功案例*/
.public-main{ overflow: hidden; background: #fff;  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); padding: 50px 0 80px 80px; margin-bottom: 80px; }
.case ul{ overflow: hidden; }
.case li{  width: 430px; float: left; border: 10px solid #f0f0f0; background: #f0f0f0; margin-right: 24px; margin-bottom: 50px;  }
.case li .scale-img{ display: block; position: relative; width: 410px; height:260px; overflow: hidden;  }
.case li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.case li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case li:hover{ background: #0099e5; border-color: #0099e5 }
.case li span{ display: block; padding: 15px 0 10px; text-align: center; }
.case li span a{ color: #333; display: block; }
.case li span a h5{ color: #9a9a9a; font-size: 16px; line-height:100%; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.case li span a h4{ color: #333333; font-size: 18px;  line-height:100%; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.case li:hover span a h4{ color: #fff; }
/*售后服务*/
.shouhou-left{ max-width: 845px; padding-top: 35px; }
.shouhou-left h5{ font-size: 24px ;color: #333333; line-height: 100%; }
.shouhou-left h5 i{ display: inline-block; font-size: 16px; color: #999999; font-weight: normal; margin-left: 5px;}
.shouhou-left em{ width: 50px; height: 1px; background: #0099e5; margin-top: 30px;  }
.shouhou-left-p{ overflow: hidden; margin-top: 23px; }
.shouhou-left-p p{ font-size: 16px; line-height: 30px; color: #666666; margin-bottom: 30px; }
.shouhou-right{ max-width: 450px; }
/*预约安装*/
.anzhuang1,.anzhuang2{ margin-top: 10px; border-top:1px solid #e6e6e6; position: relative; clear: both }
.anzhuang-tit{ width: 150px; height: 20px; background: #fff; font-weight: normal; text-align: center; font-size: 20px; line-height: 100%; color: #333333; position: absolute; top: -10px; left: 50%; margin-left: -75px; }
.anzhuang-con{ width: 920px; margin: 50px auto 0; }

.anzhuang-con .anzhuang-con-p{ width: 100%; float: left; margin-bottom: 50px; }
.anzhuang-con .anzhuang-con-p label{ width: 180px; float: left; text-align: right; margin-right: 20px; font-size: 16px; color: #333333 }
.anzhuang-con .anzhuang-con-p label i{ display: inline-block; color: #0099e5; margin-left: 5px; }
.anzhuang-con-select,.check,.textarea-anzhuang{ width: 720px; float: left; }
.anzhuang-con-p1{ line-height: 50px; }
.anzhuang-con-select select{ width: 345px; height: 50px;border:1px solid #cccccc; border-radius: 50px; line-height: 50px; padding:0 30px; font-size: 16px; }
.anzhuang-con-select select option{ font-size: 16px; }
.anzhuang-con-select1,.anzhuang-con-select2{width: 345px; height: 50px;  position: relative; float: left; }
.anzhuang-con-select1{ margin-right: 30px; }
.anzhuang-con-select2 select{ background: #efefef }
.anzhuang-con-select1:before,.anzhuang-con-select2:before{ content: ""; position: absolute; width: 12px; height: 6px; background: url(../../images/qy/select-arrow.png) no-repeat; right: 30px; top: 22px;}
.check{ padding-left: 30px; }
.check span{ display: block; margin-right: 40px; float: left; font-size: 16px; color: #999999}
.check span input{ width: 18px; height: 18px; margin-right: 15px; position: relative; top: 3px; }
.textarea-anzhuang{ height: 250px; border-radius: 20px; font-size: 16px; line-height: 32px; padding: 10px 20px; color: #333; }
.anzhuang-con .anzhuang-con-p3{ margin-bottom: 70px; }
.anzhuang2{ }
.anzhuang-con .anzhuang-con-p.anzhuang-con-p-inp{ margin-bottom: 30px; }
.anzhuang-con-p-inp label{ line-height: 50px; }
.anzhuang-con-p-inp input{ width: calc( 100% - 202px ) ; width: 720px\0; float: right; height: 50px;  line-height: 50px;  color: #333;  border: 1px solid #cccccc;
    border-radius: 50px; padding: 0 20px;  font-size: 16px;}
.anzhuang-con-p-inp input.code{ width: 250px; float: left; margin-right: 30px;}
.anzhuang-con-p-inp input.submit{ background: #0099e5; color: #fff; font-size: 20px; letter-spacing: 2px; cursor: pointer; margin-top: 10px;}
.anzhuang-con-p-inp img{ display: block; float: left; margin-top: 6px;  }
/*在线报修*/
.anzhuang-con-date input{ width: calc( 100% - 202px ) ; width: 720px\0; float: right; height: 50px;  line-height: 50px;  color: #333;  border: 1px solid #cccccc;
    border-radius: 50px; padding: 0 20px;  font-size: 16px; }
.anzhuang-con-date label{ line-height: 50px; }
.check2{ padding-left: 0 !important }
.check2 span:last-child{ margin-right: 0; }
.check2 textarea{ margin-top: 30px; }
.anzhuang-con-pingzheng p{ width: calc( 100% - 202px ) ; width: 720px\0; float: right;  font-size: 16px; margin-top: 10px; color: #999999 }
/*下载说明书*/
.download li { width: 430px;float: left;  margin-right: 24px;  margin-bottom: 40px;}
.download li .scale-img{ display: block; position: relative; width: 410px; height:260px; overflow: hidden; border: 10px solid #f0f0f0;  background: #f0f0f0; }
.download li .scale-img img{ width: 100%; height: 100%; -webkit-transition: all 0.4s ease-in-out;position: relative; z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.download li:hover .scale-img{ background: #0099e5; border-color: #0099e5 }
.download li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.download li h5 a{ font-size: 18px; color: #333333; font-weight: normal; line-height: 100%; margin-top: 20px; text-align: center; padding:0 10px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.download li span{ width: 150px; height: 30px; line-height: 30px; border-radius: 50px; background: #e50112; display: block; text-align: center; margin:20px auto 0; }
.download li span a{ display: block;  color: #fff; }
.download li:hover span{ background: #cc0210; }
.download li:hover h5 a{ color: #0099e5; }
/*帮助中心*/
.help ul{ overflow: hidden; margin-bottom: 40px; }
.help li{ width: 100%; padding: 30px 50px; float: left;  position: relative;}
.help li p{ display: block;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;
transition:all 1s ease;}
.help li p{ width: 60%; float: left; background: url(../../images/qy/help-icon1.png) 0 5px no-repeat; padding-left: 22px;}
.help li p a{ color: #555555; font-size: 16px;}
.help li .help-right{ float: right;}
.help li .help-right a{color: #999; margin-right: 80px; float: left;}
.help li .help-right span{ display: block; float: right; color: #999999; font-size:14px; background: url(../../images/qy/time.png) 0 3px no-repeat; padding-left: 25px; background-size: 15px 16px; }
.help li .help-right i{ display: inline-block; float: right; font-size: 14px;  background: url(../../images/qy/download-icon1.png) 0 3px no-repeat; padding-left: 30px;}
.help li .help-right i a{ color: #999;}
.help li .help-right a:hover{color: #0099e5;}
.help li p a:hover,.help li .help-right i a:hover{ color: #0099e5;}
.help li:hover p{ background: url(../../images/qy/help-icon1-hover.png) 0 5px no-repeat; }
.help li:hover p a,.help li:hover i a{ color: #0099e5;}
.help li:hover p{ transform:translateX(30px); -webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.help li:hover .help-right i{ background: url(../../images/qy/download-icon1-hover.png) 0 3px no-repeat;color: #0099e5   }
/*联系我们*/
.contact-one{ margin-bottom: 50px; overflow: hidden; width: 100%; }
.contact-one-l{ width: 840px; max-width: 840px; height: 300px; background: #f5f5f5; padding: 40px 70px;   }
.contact-one-l1{ width: 226px; position: relative; padding-top: 34px; }
.contact-one-l1 a{ display: block; }
.contact-one-l1 h5{ font-weight: normal; font-size: 18px; color: #666666; background: url(../../images/qy/contact-tel.png) 0 4px no-repeat; padding-left: 30px; margin-top: 40px; }
.contact-one-l1 h4{ font-size: 36px; line-height: 44px; font-family: "Arial"; color: #e70015; }
.contact-one-l2{ position: relative; margin-left: 60px; padding-left: 56px;  }
.contact-one-l2:before{ content: ""; position: absolute; width: 1px; height: 220px; background: #e0e0e0; left: 0; top: 0; }
.contact-one-l2 p{ font-size: 16px; line-height: 34px; color: #666666; }
.contact-one-l2 p:first-child{ margin-top: -9px; }
.contact-one-r{ width: 500px; height: 300px; background: url(../../images/qy/contact-one-r.png) no-repeat; display: flex; justify-content: center; align-items: center }
.contact-one-r ul{ text-align: center }
.contact-one-r li{ display: inline-block; margin-left: 63px;  width: 150px; }
.contact-one-r li img{ border: 10px solid #fff; }
.contact-one-r li:first-child{ margin-left: 0; }
.contact-one-r li p{ color: #fff; line-height: 48px; font-size: 16px; text-align: center;}
.contact-two{  }
.contact-two-bot{ width: 100%; height: 70px; background: #f5f5f5; margin-top: 2px; }
.contact-two-bot ul{ text-align: center; }
.contact-two-bot li{ display: inline-block;  margin-left: 110px; font-size: 16px; color: #666666; line-height: 70px; padding-left: 40px;}
.contact-two-bot li.contact-two-bot-li1{ background: url(../../images/qy/ditie.png) 0 23px no-repeat; }
.contact-two-bot li.contact-two-bot-li2{ background: url(../../images/qy/chuzu.png) 0 23px no-repeat; }
.contact-two-bot li.contact-two-bot-li3{ background: url(../../images/qy/gongjiao.png) 0 23px no-repeat; }
.contact-two-bot li i{ font-weight: bold; color: #000; font-size: 18px; display: inline-block;  }
.contact-two-bot li:first-child{ margin-left: 0; }
.contact-three{ margin-top: 60px; overflow: hidden; }
.online{ margin-top: 40px; }
.online p{ width: 650px; float: left; margin-bottom: 30px; }
.online p label{ width: 70px; float: left; font-size: 18px;color: #333; line-height: 50px;}
.online p label i{ display: inline-block; color: #3fa8e8; margin-left: 5px; }
.online p input{ width: calc( 100% - 72px ); float: left; width: 540px\0; height: 55px; line-height: 55px; color: #333; border:1px solid #cccccc; border-radius: 50px; padding:0 10px; font-size: 16px; }
.online .textarea label{width: 70px; float: left; font-size: 18px;color: #333;}
.online .textarea .textarea-other{ width: calc( 100% - 72px ); float: left; width: 540px\0; height: 180px; border: 1px solid #cccccc; border-radius: 15px; color: #333; padding: 10px; font-size: 16px; line-height: 32px;}
.online-tijiao{ text-align: center; }
.online-tijiao span{ margin-top: 40px; display: inline-block; }
.online-tijiao span:first-child{ margin-right: 85px;  }
.online-tijiao span input{ width: 220px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; background: #0099e5; border-radius: 50px; font-size: 20px; color: #fff; letter-spacing: 2px;}
.online-tijiao span:first-child+span input{ background: #a5a5a5 }
/*售后办事处*/
.banshichu-l{ position: relative; height: 720px; width:880px; }
.beijing-icon{ width: 15px; height: 14px; position: absolute; background: url(../../images/qy/beijing-icon.png) no-repeat; right: 265px; top: 275px; }
.qingdao-icon{ width: 101px; height: 154px; position: absolute; background: url(../../images/qy/qingdao-icon.png) no-repeat; right: 165px; top:197px; }
@-webkit-keyframes bird{
     0% {
         -moz-transform: translate(0,0);
         -webkit-transform: translate(0,0);
         -o-transform: translate(0,0);
         -ms-transform: translate(0, 0);
         transform: translate(0,0);
     }
 
     25% {
         -moz-transform: translate(0,-5px);
         -webkit-transform: translate(0,-5px);
         -o-transform: translate(0,-5px);
         -ms-transform: translate(0, -5px);
         transform: translate(0,-5px);
     }
     50% {
         -moz-transform: translate(0,-10px);
         -webkit-transform: translate(0,-10px);
         -o-transform: translate(0,-10px);
         -ms-transform: translate(0, -10px);
         transform: translate(0,-10px);
     }
 
      75% {
         -moz-transform: translate(0,-5px);
         -webkit-transform: translate(0,-5px);
         -o-transform: translate(0,-5px);
         -ms-transform: translate(0, -5px);
         transform: translate(0,-5px);
     }
 
      100% {
         -moz-transform: translate(0,0);
         -webkit-transform: translate(0,0);
         -o-transform: translate(0,0);
         -ms-transform: translate(0, 0);
         transform: translate(0,0);
     }
}
.qingdao-icon:not(:target){
    -webkit-animation-name: bird;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: bird;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: bird;
    -o-animation-duration: 1s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -ms-animation-name: bird;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    animation-name: bird;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.banshichu-r{ width: 335px; height: 800px; background: #0099e5; padding:40px 30px; }
.banshichu-r-top h5{ font-size: 24px ;color: #fff; line-height: 100%; font-weight: normal; }
.banshichu-r-top h5 i{ display: inline-block; font-size: 16px; color: #d9d9d9;  margin-left: 5px;}
.banshichu-r-list{ max-height: 666px;overflow-y: scroll; margin-top: 30px; }
.banshichu-r-list .banshichu-r-list-p {  background: #fff; padding: 16px; width: 250px; margin-bottom: 30px;}
.banshichu-r-list-p dt{ font-size:16px; color: #0099e5; font-weight: bold;}
.banshichu-r-list-p dd{ font-size:14px;color:#66615f; line-height: 30px;}
.nicescroll-rails.nicescroll-rails-vr {
    background: #40b3ec;
    
}
.yingyong li{ width: 430px; height: 304px; max-height: 304px; overflow: hidden;  float: left;  border: 10px solid #f0f0f0;  background: #f0f0f0;  margin-right: 24px; margin-bottom: 50px; }
.yingyong li:hover{ border: 10px solid #0099e5; }
.yingyong li img{ max-width: 100%; display: block; margin:auto; }
.yingyong li span{ font-size: 18px; padding: 15px 0 10px; color: #333; font-weight: normal; text-align: center; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.alter-top{ width: 100%; height: 100%; display: none; position: absolute; padding:0 20px; background:rgba(0,0,0,0.5);  justify-content: center; align-items: center; top: 100%; transition: top .5s ease-in-out }
.alter-top a{ display: block; }
.alter-top a span h4{ display: block; text-align: center; color: #fff; line-height: 24px; font-size: 18px; }
.alter-top a p{ font-size: 14px; line-height: 26px; color: #fff; margin-top: 20px; }
.yingyong li:hover .alter-top{ top: 0; display: flex; }
.yingyong li:hover{ background:#0099e5; }
.yingyong li:hover a span{ color:#fff; }

.contact-alter .online p{ width: 100%;    margin-bottom: 36px; }
.contact-alter .online p label{ line-height: 40px; }
.contact-alter .online p input{ height: 40px; line-height: 40px; }
.contact-alter .online .textarea .textarea-other{ height: 120px; }
.contact-alter .online-tijiao span{ margin-top: 20px; }

.listpage a.listpage-prev, .listpage a.listpage-next {
    width: 70px;
    height: 30px;
}




.news-article-left.show-al{ width: 100%;    max-width: 100%; }
@media only screen and (max-width: 768px) {

	.mobi-ban{ position: relative; height: 240px; padding-top: 60px;}
	.ban-con h5{ font-size: 28px;  }
	.ban-xian{ margin: 10px auto; }
	.ban-con p{ font-size: 14px; }
	/*关于盛瀚*/
    .breadcrumbs{ height: 50px; line-height: 50px; overflow: hidden; overflow-x: auto }
    .breadcrumbs p{ display: none; }
    .inside-nav{ width: 800px;    float: initial; }
    .inside-nav li a.active:before, .inside-nav li a:hover:before{ bottom: 0; }
    .about{ padding:20px 3%;  margin-bottom: 20px;}
    /*预约安装*/
    .public-main{ padding:20px 3%;    margin-bottom:20px; }
    .anzhuang-tit{ width: 120px; margin-left: -60px; }
    .anzhuang-con{ width: 100%;    margin: 30px auto 0; }
    .anzhuang-con .anzhuang-con-p{ margin-bottom: 20px; }
    .anzhuang-con .anzhuang-con-p label{ width: 100%;    text-align: left; }
    .anzhuang-con .anzhuang-con-p.anzhuang-con-p1 label{ width: 100%;    margin-right: 0; }
    .anzhuang-con-select, .check, .textarea-anzhuang{ width: 100% !important;  }
    .anzhuang-con-select1, .anzhuang-con-select2{ width: 100%; height: 40px; margin-bottom: 15px; }
    .anzhuang-con-select select{width: 100%; height: 40px;  line-height: 40px;  padding: 0 20px;}
    .anzhuang-con .anzhuang-con-p.anzhuang-con-p2 label{ width: 100%; text-align: left;}
    .check{ padding-left: 0; width: 100% !important; margin-top: 15px;}
    .check span{ margin-right: 10px; font-size: 14px; }
    .check span input{ margin-right: 5px; }
    .anzhuang-con .anzhuang-con-p label{ width: 65px;    margin-right: 10px; }
    .textarea-anzhuang {width: 100%; height: 100px; margin-top: 15px; }
    .anzhuang2{ margin-top: 15px; }
    .anzhuang-con-p-inp label{ width: 100% !important; text-align: left !important; line-height: 100%; margin-bottom: 10px;}
    .anzhuang-con-p-inp input{ width: 100%; height: 40px; line-height: 40px; border-radius: 5px; }
    .anzhuang-con .anzhuang-con-p.anzhuang-con-p-inp{ margin-bottom: 15px; }
    .anzhuang-con .anzhuang-con-p.anzhuang-con-p-inp:last-child{ margin-bottom: 0 }
    .anzhuang-con-p-inp input.code{ width: 60%; margin-right: 10px; }
    .anzhuang-con-p-inp img{ width: calc( 40% - 10px ); height: 40px; margin-top: 0;}
    .anzhuang-con-p-inp input.submit{ margin-top: 0; font-size: 16px; }
    /*办事处*/
    .banshichu-l{ display: none; }
    .banshichu-r{ width: 100%;padding: 20px 3%; height: 390px; }
    .banshichu-r-list{ max-height: 300px; margin-top: 20px; }
    .banshichu-r-list .banshichu-r-list-p{ width: calc( 100% - 24px ); margin-bottom: 15px; }
    /*在线报修*/
    .anzhuang-con-date label{ width: 100% !important; text-align: left!important;    line-height: 100%; }
    .anzhuang-con-date input{ width: 100% !important; height: 40px; line-height: 40px; margin-top: 15px; }
    .check2 textarea{ margin-top: 10px; }
    .check2 span{ margin-bottom: 5px; }
    .anzhuang-con-pingzheng p{     width: calc( 100% - 75px ); }
    /*联系我们*/
    .contact-breadcrumbs{ display: none; }
    .contact-one{ margin-bottom: 20px; }
    .contact-one-l{ width: 100%;  height: auto; padding:20px 3%;}
    .contact-one-l1{ padding-top: 0; }
    .contact-one-l1 h5{ margin-top: 20px; }
    .contact-one-l1 h4{ font-size: 30px; }
    .contact-one-l2{ margin-left: 0; padding-left: 0; border-top:1px solid #0099e5; padding-top: 15px;}
    .contact-one-l2:before{ display: none; } 
    .contact-one-r{ width: 100%; height: 300px; background-size: 100% 100%; }
    .contact-one-r li{ width: 118px; margin-left: 20px; }

    .contact-two{ display: none; }
    .contact-three{ margin-top: 20px; }
    .global-line{ margin:10px auto 0; }
    .global-en{ margin-top: 10px; }
    .online p{ width: 100%; }
    .online p label{ font-size: 14px;line-height: 40px; width: 50px; }
    .online p input{ width: calc( 100% - 52px ); height: 40px; line-height: 40px; border-radius: 5px; }
    .online .textarea label{ width: 50px;    font-size: 14px; }
    .online .textarea .textarea-other{ width: calc( 100% - 52px );border-radius: 5px;height: 100px; }
    .online-tijiao span{ margin-top: 20px; }
    .online-tijiao span input{ width: 120px; height: 40px; line-height: 40px;font-size: 16px; }
    .online-tijiao span:first-child{ margin-right: 20px; }

    /*企业文化*/
    .culture li{ padding:15px 0; }
    .culture li .scale-img{ width: 100%; height: auto }
    .culture-main{ width: 100%; height: auto; margin-top: 15px;}
    .culture-main h5{ font-size: 20px; font-weight: normal; }
    .blue-line{ margin-top: 10px; }
    .culture-main p{ line-height: 24px; overflow:visible; display: block }
    /*下载说明书*/
    
    .download li{ width: 100%; margin-right: 0; margin-bottom: 15px; }
    .download li .scale-img{ width: 100%; height: auto }
    .download li h5 a{ margin-top: 10px; }
    .download li span{ margin-top: 10px; }


    /*全球*/
    .global-main{ display: none; }
    .global-p{ width: 94%; margin:10px auto 0; }

    .mobile-global{ width: 100%; margin-top: 15px; }
    .mobile-global img{ width: 100%; }
    /**/
    .lizi{ padding:20px 3%;    margin-bottom: 20px; }
    .haocai li{ width: 100%; border:4px solid #f0f0f0; margin-right: 0;  margin-bottom: 15px; }
    .haocai li .scale-img{ width: 100%; height: auto; }
    .haocai li span a h4{ margin-top: 10px; }

    .help li{ padding:15px 3%; }
    .help li p{ width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .help li .help-right a{ margin-right: 0; }
    .help li .help-right span{ display: none; }
    /*发展历程*/
    .history-main:before{ display: none; }
    .history ul li{ padding:0 0; margin-bottom: 20px;}
    .history .dotted-line,.his-dot{ display: none; }
    .history ul li .fz-txt{ width: 100%; height: auto;  padding:20px 3%;}
    .history ul li:nth-child(odd) .fz-txt { padding-left: 0;float: right;}
    .history ul li:nth-child(even) .fz-txt { padding-right: 0; float: left;}
    .history ul li .fz-txt h2{ font-size: 22px; }
    .history ul li .fz-txt p{ font-size: 14px; line-height: 24px;    margin-top: 5px; }
    .history .line-red{ margin-top: 5px; }
    /*荣誉*/
    .honor li{ width: 100%; margin-right: 0; margin-bottom: 15px; }
    .honor li .scale-img{ height: auto }
    .honor li .scale-img img{ margin: 10px; max-width: calc( 100% - 20px ) }
    .honor li p{ text-indent: 0 !important; font-size: 16px; }
    /*招聘*/
    .join-nav li:first-child{ margin-right: 0; }
    .join-nav li:last-child{ float: right }
    .zhaopin-con{ margin-top: 20px; }
    .zhaopin-con-list-top{ height: 40px; }
    .zhaopin-con-list-top span{ width: 50%; line-height: 40px;font-size: 16px; }
    .zhaopin-con-list-top span:nth-child(2n){ display: none; }
    .zhaopin-con-list-con dt{ height: 40px;    font-size: 14px; }
    .zhaopin-con-list-con dt > span{ width: 50%;  line-height: 40px;font-size: 14px; }
    .zhaopin-con-list-con dt > span:nth-child(2n){ display: none; }
    .zhaopin-con-list-con dt:after{ top: 13px;right: 3%; }
    .ddnew{ padding:20px 3%; }
    /**/
    .lizi-ul li{ width: 100%; margin-right: 0; margin-bottom: 20px; }
    .lizi-ul li .scale-img{ width: 100%; height: auto; }
    .lizi-ul-bot{ border-top:4px solid #0099e5;     padding-bottom: 15px;}
    .lizi-ul-bot a{ padding:0 3%; }
    .lizi-ul-bot h5{ margin-top: 15px;font-size: 20px; }
    .lizi-ul-bot span{ margin-top: 10px;  font-size: 14px; }
    .lizi-ul-bot p{ line-height: 24px; background-position: 0 10px; }
    /*新闻列表*/
    .news{ padding: 20px 3%; margin-bottom: 20px;}
    .news li{ height: auto; margin-bottom: 20px; }
    .news li .scale-img{ width: 100%; height: auto }
    .news-r{ width: 100%; padding:15px 3%; display: block}
    .news-r h5{ font-size: 18px; width: 100%; }
    .news-r h5 i{ width: 100%; }
    .news-r h5 em{ float: left; margin-top: 10px; }
    .news-r p{ line-height: 24px; margin-top: 15px; }
    .ny-share{ display: none; }
    /*售后服务*/
    .shouhou-left{ padding-top: 0; }
    .shouhou-left em,.shouhou-left-p{ margin-top: 10px; }
    .shouhou-left-p p{ font-size: 14px; line-height: 24px; margin-bottom: 10px; }
    .shouhou-right{ width: 100%; }
    /*成功案例*/
    .case li{ width: 100%; margin-right: 0;  margin-bottom:20px; }
    .case li .scale-img{ width: 100%; height: auto; }

    .team li{ width: 100%; margin-right: 0;  margin-bottom:20px; }
    .team li .scale-img{ width: 100%; height: auto; }

    /**/
    .yingyong li{ width: 100%;    margin-bottom: 20px; }
    .yingyong-liLeft{ width: 100%; height: 180px; }
    .yingyong-liRight{ width: 100%; padding:0 3%; height: 180px;}
    .yingyong-liLeft span{ margin:10px auto 0; }


    .news-article-left{ max-width: 100%; }
    .news-article-left h1{ font-size: 18px; line-height: 26px; }
    .news-article-right{ display: none; }
    .getPre{ margin-top: 20px; }
    .getPre dl{ width: 100%; }

    /**/
    .lizi-show1{ padding-bottom: 20px;}
    .lizi-show1 h5{ font-size: 18px;     margin: 20px 0; }
    .lizi-show2{ padding:0; }
    .lizi-show2 .lizi-show2-p{ font-size: 14px; line-height: 24px;    margin-top: 15px; }
    .lizi-show2-te{ margin-top: 20px; }
    .lizi-show2-te .table{ overflow: hidden;  overflow-x: scroll; }
    .lizi-show2-te p{ margin-bottom: 20px; }
    .lizi-show3{ margin: 20px 0 0;  }
    .lizi-show3 ul{ margin-top: 20px; }
    .lizi-show3 li{ width: 100%; margin-left: 0; margin-bottom: 15px;}
    .lizi-show3 li .scale-img{ width: 100%; height: auto; }

    .lizi-show1-l{ width: 100%;  }
    .lizi-show1-l a{ width: 100% !important; }
    .lizi-show1-l a img{ max-width: 100%; width: 100% !important; height: 100% !important;}
    .lizi-show1-r{ width: 100%; height: auto; display: block; }
    .contact-form-main{ width: 94%; height: 380px; }
    .contact-form-top{ height: 40px; line-height: 40px; }
    .contact-form-top h5{ font-size: 18px; }
    .contact-close{ width: 15px; height: 15px; background-size: 100% !important; right: 3%; top: 10px; }
    .formleave{ margin:20px 3%; }
    .formleave p{ margin-bottom: 15px; line-height: 40px; }
    .formleave p .textarea-other{ height: 70px; }
    .formleave p label{ font-size: 16px; }
    .formleave p input{ height: 40px; line-height: 40px; }
    .tijiao{ margin:20px auto 0; width: 150px; height: 40px;}
    .tijiao .submit{ width: 150px; height: 40px; line-height: 40px; font-size: 18px; }
}



@media only screen and (min-width: 1025px) and ( max-width: 1366px ) {
    .header-w{ width: 1200px !important; }
    .about{ padding:50px; }
    .public-main{ padding:50px 50px; margin-bottom: 50px;}
    .banshichu-l{ width: 700px; height: 540px; }
    .banshichu-l #container{ width: 700px !important; height: 540px !important; }
    .banshichu-r{ height: 540px; }
    .banshichu-r-list{ max-height: 400px; }
    .qingdao-icon{ right: 128px; top: 115px; }
    .beijing-icon{ right: 210px; top: 200px; }

    .contact-one-l{ width: 700px; padding: 30px 30px;    height: 280px;}
    .contact-one-l2{ margin-left: 30px; padding-left: 30px; }
    .contact-one-r{ width: 400px; height: 280px; background-size: 100% 100%;}
    .contact-two-bot li{ margin-left: 40px; }
    .contact-three{ margin-top: 50px; }
    #online>div{ overflow: hidden; }
    .online p{ width: 49%; }

    .culture li .scale-img{ width: 400px; height: 310px; }
    .culture-main{ width: 650px;  height: 310px;}
    .culture-main p{ line-height: 24px;  }

    .download li{ width: 32%; margin-right: 2%; margin-bottom: 30px;}
    .download li .scale-img{ width: 100%; height: auto }

    .global-main{ background-size: contain; height: 535px; width: 1100px; margin:auto;}
    .point_area_1{ left: 242px; top: 410px; }
    .point_area_2{ left: 490px; top: 98px; }
    .point_area_3{ left: 505px; top: 250px; }
    .point_area_4{ left: 540px; top: 340px;}
    .point_area_5{ left: 600px; top: 60px; }
    .point_area_6{ left: 610px; top: 132px; }
    .point_area_7{ left: 650px; top: 200px; }
    .point_area_8{ left: 615px; top: 255px; }
    .point_area_9{ left: 600px; top: 368px; }
    .point_area_10{ left: 670px; top: 160px; }
    .point_area_11{ right:324px; top: 160px; }
    .point_area_12{ right:300px; top: 230px; }
    .point_area_13{ right: 264px; top: 190px; }
    .point_area_14{ right: 235px; top: 202px; }
    .point_area_15{ right: 205px; top: 280px; }
    .point_area_16{ right: 200px; top: 308px; }
    .point_area_17{ right: 230px; top: 105px; }
    .point_area_18{ right: 185px; top: 240px; }
    .point_area_19{ right: 142px; top: 144px; }
    .point_area_20{ right: 64px; top: 312px; }

    .banner{  height: 260px; }
    .haocai li{ width: 32%; margin-right: 2%;    margin-bottom: 30px; }

    .haocai li .scale-img{ width: 100%; height: auto; }
    .history ul li{ padding:30px 30px; }
    .history ul li:nth-child(odd) .fz-txt{ padding-left: 30px; }
    .history ul li:nth-child(even) .fz-txt{ padding-right: 30px; }
    .about p img, .about img{ max-width: 490px; }
    .honor li{ width: 32%; margin-right: 2%; margin-bottom: 20px; }
    .honor li .scale-img{ height: auto }
    .honor li .scale-img img{ max-width: calc( 100% - 20px ) ;    margin: 10px;}
    .lizi{ padding: 50px; margin-bottom: 50px;}
    .lizi-list{ padding-bottom: 50px; }
    .lizi-ul li{ width: 32%; margin-right:2%; margin-bottom:30px; }
    .lizi-ul li .scale-img{ width: 100%; height: auto }

    .news{ padding:50px; margin-bottom: 50px; }
    .news li{ height: 276px; margin-bottom: 30px; }
    .news li .scale-img{ width: 400px; }
    .news-r{ width: 650px; padding: 0 50px 0 0; }
    .news-r p{ margin-top: 15px }

    .shouhou-left{ max-width: 700px;    padding-top: 20px; }
    .shouhou-right{ max-width: 350px; }
    .shouhou-left em{ margin-top: 15px; }
    .shouhou-left-p{ margin-top: 15px; }
    .shouhou-left-p p{ font-size: 16px; line-height: 30px; margin-bottom: 15px; }

    .case li{ width: 32%; margin-right: 2%; margin-bottom: 20px; }
    .case li .scale-img{ width: 100%; height: auto; }
    .team li{width: 32%; margin-right: 2%; margin-bottom: 20px;}
    .team li .scale-img{ width: 100%; height: auto; }

    .yingyong li{ width: 353px; margin-bottom: 30px; margin-right: 20px; }
    .alter-top a p{ margin-top:0; }
    .yingyong-liLeft{ width: 160px; height: 200px; }
    .yingyong-liRight{ width: 365px; height: 200px;  }
    .yingyong-liRight p{ line-height: 26px; }

    .news-article-left{ max-width: 700px; }
    .news-article-right{ width: 350px; }
    .news-article-right-top h5{ background-size: contain; height: 64px; line-height: 64px; }
    .getPre dl{ width: 80%; }

    .lizi-show3 li{ width: 260px;  }
    .lizi-show3 li .scale-img{ width: 246px; height: auto; }
    .lizi-show3 li span{ padding: 10px 0 3px; }
    .lizi-ul-bot{     border-top: 4px solid #0099e5;}
    .lizi-ul li:hover .lizi-ul-bot{ border-top: 4px solid #e70015 }
}

@media only screen and (min-width: 1367px) and ( max-width: 1440px ) {
    
    .about{ padding:50px; }
    .public-main{ padding:50px 50px; margin-bottom: 50px;}
    .banshichu-l{ width: 700px; height: 540px; }
    .banshichu-l #container{ width: 700px !important; height: 540px !important; }
    .banshichu-r{ height: 540px; }
    .banshichu-r-list{ max-height: 400px; }
    .qingdao-icon{ right: 128px; top: 115px; }
    .beijing-icon{ right: 210px; top: 200px; }

    .contact-one-l{ width: 700px; padding: 30px 30px;    height: 280px;}
    .contact-one-l2{ margin-left: 30px; padding-left: 30px; }
    .contact-one-r{ width: 400px; height: 280px; background-size: 100% 100%;}
    .contact-two-bot li{ margin-left: 40px; }
    .contact-three{ margin-top: 50px; }
    #online>div{ overflow: hidden; }
    .online p{ width: 49%; }

    .culture li .scale-img{ width: 400px; height: 310px; }
    .culture-main{ width: 650px;  height: 310px;}
    .culture-main p{ line-height: 24px;  }

    .download li{ width: 32%; margin-right: 2%; margin-bottom: 30px;}
    .download li .scale-img{ width: 100%; height: auto }

    .global-main{ background-size: contain; height: 535px; width: 1100px; margin:auto;}
    .point_area_1{ left: 242px; top: 410px; }
    .point_area_2{ left: 490px; top: 100px; }
    .point_area_3{ left: 505px; top: 250px; }
    .point_area_4{ left: 540px; top: 340px;}
    .point_area_5{ left: 600px; top: 65px; }
    .point_area_6{ left: 610px; top: 312px; }
    .point_area_7{ left: 650px; top: 200px; }
    .point_area_8{ left: 615px; top: 255px; }
    .point_area_9{ left: 600px; top: 368px; }
    .point_area_10{ left: 670px; top: 160px; }
    .point_area_11{ right:324px; top: 160px; }
    .point_area_12{ right:300px; top: 230px; }
    .point_area_13{ right: 264px; top: 192px; }
    .point_area_14{ right: 235px; top: 200px; }
    .point_area_15{ right: 210px; top: 270px; }
    .point_area_16{ right: 200px; top: 305px; }
    .point_area_17{ right: 230px; top: 110px; }
    .point_area_18{ right: 185px; top: 237px; }
    .point_area_19{ right: 145px; top: 144px; }
    .point_area_20{ right: 65px; top: 315px; }

    .banner{  height: 260px; }
    .haocai li{ width: 32%; margin-right: 2%;    margin-bottom: 30px; }

    .haocai li .scale-img{ width: 100%; height: auto; }
    .history ul li{ padding:30px 30px; }
    .history ul li:nth-child(odd) .fz-txt{ padding-left: 30px; }
    .history ul li:nth-child(even) .fz-txt{ padding-right: 30px; }
    .about p img, .about img{ max-width: 490px; }
    .honor li{ width: 32%; margin-right: 2%; margin-bottom: 20px; }
    .honor li .scale-img{ height: auto }
    .honor li .scale-img img{ max-width: calc( 100% - 20px ) ;    margin: 10px;}
    .lizi{ padding: 50px; margin-bottom: 50px;}
    .lizi-list{ padding-bottom: 50px; }
    .lizi-ul li{ width: 32%; margin-right:2%; margin-bottom:30px; }
    .lizi-ul li .scale-img{ width: 100%; height: auto }

    .news{ padding:50px; margin-bottom: 50px; }
    .news li{ height: 276px; margin-bottom: 30px; }
    .news li .scale-img{ width: 400px; }
    .news-r{ width: 650px; padding: 0 50px 0 0; }
    .news-r p{ margin-top: 15px }

    .shouhou-left{ max-width: 700px;    padding-top: 20px; }
    .shouhou-right{ max-width: 350px; }
    .shouhou-left em{ margin-top: 15px; }
    .shouhou-left-p{ margin-top: 15px; }
    .shouhou-left-p p{ font-size: 16px; line-height: 30px; margin-bottom: 15px; }

    .case li{ width: 32%; margin-right: 2%; margin-bottom: 20px; }
    .case li .scale-img{ width: 100%; height: auto; }
    .team li{width: 32%; margin-right: 2%; margin-bottom: 20px;}
    .team li .scale-img{ width: 100%; height: auto; }

    .yingyong li{ width: 394px; margin-bottom: 30px; margin-right: 20px; }
    .alter-top a p{ margin-top:0; }
    .yingyong-liLeft{ width: 160px; height: 200px; }
    .yingyong-liRight{ width: 365px; height: 200px;  }
    .yingyong-liRight p{ line-height: 26px; }

    .news-article-left{ max-width: 700px; }
    .news-article-right{ width: 350px; }
    .news-article-right-top h5{ background-size: contain; height: 64px; line-height: 64px; }
    .getPre dl{ width: 80%; }

    .lizi-show3 li{ width: 260px;  }
    .lizi-show3 li .scale-img{ width: 246px; height: auto; }
    .lizi-show3 li span{ padding: 10px 0 3px; }
    .lizi-ul-bot{     border-top: 4px solid #0099e5;}
    .lizi-ul li:hover .lizi-ul-bot{ border-top: 4px solid #e70015 }
}