* {
  margin: 0px;
  padding: 0px;
}

/* html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;

} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  font-weight: normal;
}

a{
    color:#333;
}

a:hover{
    color:#5F9FFF;
}

.fr-video{
  display: block !important;
  text-align: center !important;
}

img {
  max-width: 835px !important;
}

.service {
  min-height: 600px;
}

.yunClass-ban {
  width: 100%;
  position: relative;
  height: 444px;
  background: url("../static/img/newsBanner.png") center top no-repeat;
  background-size: cover;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.yunClass-ban img {
  width:858px;
  height: auto;
  margin-top: 241px;
  opacity: 0;
  -webkit-animation: slide-left 1s forwards;
  animation: slide-left 1s forwards;
}

.yunclass-con {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.no-content {
  text-align: center;
  display: none;
}

.noyunclass {
  width: 362px;
  height: auto;
  margin: auto;
  margin-top: 60px;
}

.noyunclass-txt {
  font-size: 18px;
  text-align: center;
  color: #9e9e9f;
  line-height: 70px;
}

.yunClass-right {
  width: 1200px;
  margin: 0 auto;
}

.display-title {
  margin-bottom: 20px;
  color: #666666;
  font-size: 22px;
  text-align: center;
}

.yunClass-back {
  float: right;
  margin-top: 18px;
  margin-right: 20px;
}

.yunClass-close {
  position: relative;
  width: 30px;
  height: 20px;
}

.yunClass-close::before,
.yunClass-close::after {
  position: absolute;
  content: " ";
  background-color: #999;
  left: 20px;
  width: 2px;
  height: 25px;
}

.yunClass-close::before {
  transform: rotate(45deg);
}

.yunClass-close::after {
  transform: rotate(-45deg);
}

.yunClass-close:hover:before,
.yunClass-close:hover:after {
  background-color: #5485e8;
}

.notice-detail {
  width: 835px;
  margin: 0 auto;
  /* padding: 0 20px 20px 20px; */
  background-color: #fff;
}

.detail-title {
  color: #333;
  text-align: center;
  padding: 0 30px;
  font-size: 30px;
  line-height: 59px;

}

.detail-time {
  /* padding: 10px 0; */
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  color: #979797;
}

.detail-con {
    padding: 36px 0 20px 0;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.detail-con>img {
  max-width: 100%;
}

.detail-comment {
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}

.detail-item {
  display: flex;
}

.detail-avtor {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.avtor-comment {
  line-height: 18px;
}

.avtor-title {
  font-size: 14px;
  color: #4a70bc;
  padding-bottom: 10px;
}

.avtor-time {
  font-size: 12px;
  color: #9ea4a7;
  padding: 12px 0;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.has-content {
  width: 960px;
  margin: 30px auto 15px auto;
  display: flex;
  justify-content: space-between;
}

.news-rght {
  margin-left: 50px;
  width: 304px;
}

.case-menu {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
  margin-bottom: 35px;
}

.case-menu a {
  width: 92px;
  height: 36px;
  /* background: #F3F3F3; */
  font-size: 14px;
  color: #333;
  margin: 0 15px 15px 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.case-menu a:hover{
    background-color: #5485E8;
    color: #FFF;
}

.case-menu a:nth-child(3n) {
  margin: 0 0 15px 0;
}

.news-title {
  font-size: 18px;
  border-left: 4px solid #5485E8;
  line-height: 24px;
  padding-left: 10px;
}

.hLine {
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  margin: 20px 0;
}


.case-menu a.active {
  background: #5485E8;
  color: #fff;
}

.active {
  background: #5485E8;
  color: #fff;
}

case-hot-a{
    display:flex;
    text-decoration:none;
    color:#333;
}

case-hot-a:hover{
    color: #5485E8;
}

.case-hot {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 35px;
}

 .case-hot li:hover::marker,.case-hot li:hover a{
  color: #5485E8;
}

.case-hot li {
  width: 304px;
  height: 30px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
  list-style-type: disc;
  color: #333;
}

.case-hot li::marker {
    color: #ccc;
}


.case-hot .hot-item {
  display: flex;
}

.hot-topic {
  font-weight: bold;
  /* color: #333; */
  float: left;
  /* display: inline; */
}

.hot-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* display: inline; */
  max-width: 215px;
  float: left;
}
.hot-span{
    /* display: inline; */
    padding: 0px 3px;
    float: left;
}
.icon-area {
  display: flex;
  justify-content: space-between;
}

.navigation{
    width: 1200px;
    margin: 25px auto;
    font-size: 14px;
}
.navigation a{
    padding: 0px 10px;
}
.navigation span{
    padding: 0px 10px;
}
#product-recommendation{
  height: 215px;
  margin-bottom: 40px;
}
#product-recommendation li{
  border-bottom: 1px #eaeaea dashed;
  list-style-position: inside;
  margin-left: 1px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
#product-recommendation li::marker{
  color: #ccc;
}
#product-recommendation li:hover .product-name,
#product-recommendation li:hover::marker{
  color: #5F9FFF;
}
.product-name,.free-download{
  display: inline-block;
}
.product-name{
  margin-left: -2px;
  cursor: pointer;
}
.free-download{
  float: right;
  cursor: pointer;
  color: #186CEA;
}
#product-recommendation li:hover .free-download{
  color: #5F9FFF;
}
.iconbox{
  display: inline-block;
  width: 12px;
  height: 14px;
}
.down-icon{
  width: 12px;
  height: 14px;
}
#classic-case {
  margin-bottom: 35px;
}
#classic-case li {
  line-height: 30px;
  cursor: pointer;
}

#classic-case li::marker {
  color: #ccc;
}
#classic-case li:hover .product-name,
#classic-case li:hover::marker{
  color: #5F9FFF;
}
#classic-case .product-name{
  cursor: pointer;
}
#nav-info-text{
  color: #888;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  top: -3px;
  margin-right: -3px;
}
.crumbs{
  font-size: 14px;
  color: #191919;
  position: relative;
  top: -30px;
}
.crumbs span {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 38px;
}
.gongzhong-box{
  margin-left: 32px;
  width: 243px;
}
.gongzhong-box p{
  margin-top: 6px;
   text-align: center;
   font-size: 14px;
   color: #333;
}
.gongzhong-code{
  width: 243px;
  height: 235px;
  overflow: hidden;
}
.pre-tip,.next-tip{
  font-size: 14px;
  color: #979797;
}
.next-notice a,.pre-notice a{
  font-size: 14px;
  color:#333;
}

#nav-info-text {
color: #888;
padding: 0;
line-height: 20px;
font-size: 14px;
position: relative;
top: 0px;
margin-right: -3px;
}

.line {
width: 300px;
height: 1px;
background-color: #EAEAEA;
margin: 10px 0;
}
.pre-next-notice {
padding: 0 0 30px 0;
font-size: 12px;
margin-top: -10px;
}
.detail-con img {
margin: 0 auto;
}