/* 面包�? */
.breadnav{
  background: #fff;
  padding: 15px 0;
}
.breadnav a{
  padding: 0 8px;
}
/* 服务项目 */
.index-fuwu{
  background: #fff;
}
.fuwubox{
  padding: 30px 0 50px 0;
}
.fuwubox .common-title{
  padding-top: 50px;
}
.fuwu-list{
  overflow: hidden;
  margin-top: 50px;
}
.fuwu-list li{
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  transition: all .3s;
}
.fuwu-list li:hover{
  box-shadow: 0 10px 50px 0 #ddd;
}
.fuwu-list li::after{
  content: "";
  display: block;
  border-right: 1px #eee solid;
  height: 330px;
  position: absolute;
  right:0;
  top:0;
}
.fuwu-list li:last-child::after{
  border-right: none;
}
/* .fuwu-list li:last-child{
  border-right:none;
  } */
.fuwu-list li span{
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.fuwu-list li p{
  padding: 30px 0;
}
.fuwu-list li p .iconfont{
  font-size: 55px;
}
.fuwu-list li:hover p .iconfont{
  color: #006ACD;
}
.fuwu-list dl{
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.fuwu-list dl dd{
  display:block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.fuwu-list li .chat{
  margin-top: 30px;
}
.fuwu-list li .chat a{
  display: inline-block;
  background: #398FFF;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px #398FFF solid;
  font-size: 12px;
  margin: 0 10px;
}
.fuwu-list li .chat .c{
  background: #fff;
  border: 1px #ddd solid;
  color: #999;
}
/* 案例展示 */
.index-anli{
  padding: 70px 0;
  background: #fff;
}
.index-anli .tab a{
  border: 1px #ddd solid;
}
.index-anli .tab a:hover{
  border: 1px #0084F0 solid;
}
.anli-list{

  padding: 0 5%;
}
.anli-list ul{
  overflow: hidden;
  display: block;
}
.anli-list li{
     float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.333%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 3%;
    padding: 10px 20px 0;
}



.anli-list li:nth-child(4n){
  margin-right: 0;
}


.anli-list .img:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 80%;
    left: 10%;
    height: 20px;
    bottom: 14px;
    -webkit-box-shadow: 0 25px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 25px 20px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.anli-list .img{
position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;

}
.anli-list .img img{
position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 305px;
    max-height: 305px;
    z-index: 2;
    border-radius: 10px;
    border: 10px solid #f0f0f0;
    -webkit-transition: all .4s;
    transition: all .4s;
	
	
 
}

.anli-list li:hover .img {
    transform: scale(1.1);
	  cursor: pointer;
}



.anli-list .tbox{
  width: 100%;
  box-sizing: border-box;
  border-top: none;
  padding: 50px 20px 0 20px;
  background: #fff;
}
.anli-list .tbox .title{
  line-height: 40px;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
	    text-align: center;
}
.anli-list .tbox .desc{
  font-size: 12px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  height: 37px;
}
.anli-list .tbox .more{
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  line-height: 36px;
  padding: 7px;
  background: url(../../css/nnduyi2020/img/icon.png) right center no-repeat;
  transition: all ease .3s;
}
.anli-list .viewmore{
  text-align: center;
  padding-top: 40px;
}
.anli-list .viewmore a{
  height: 50px;
  line-height: 50px;
  border: 1px #ddd solid;
  width: 180px;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  background: #fff;
  transition: all .3s;
}
.anli-list .viewmore a:hover{
  background:#00A2FF;
  border: 1px #00A2FF solid;
  color: #fff;
}
.anli-top{
  height: 480px;
	background-size: 100% 100%!important;
}
.anli-top div{
  position: relative;
  top:200px;
  text-align: center;
}
.anli-top div span{
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.anli-top div p{
  color: #eee;
  font-size: 18px;
  border: 1px #eee solid;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 30px;
}
.anli-sort{
  padding: 0 0 10px 0;
}

.anlideail-top .c-main{
  top:230px;
}
.anlideail-desc{
  margin: 20px 0;
  overflow: hidden;
}
.anlideail-desc .d-left{
  width: 60%;
  background: #fff;
  float: left;
}
.anlideail-desc .d-right{
  width: 40%;
  background: #0084F0;
  float: right;
}
.anlideail-desc .d-left, .anlideail-desc .d-right{
  height: 400px;
}
.anlideail-desc .d-left .nr{
  width: 85%;
  margin: 0 auto;
}
.anlideail-desc .d-right .nr{
  width: 70%;
  margin: 0 auto;
}
.anlideail-desc .d-left .nr span, .anlideail-desc .d-right .nr span{
  margin-top: 40px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 33px;
  display: block;
  position: relative;
}
.anlideail-desc .d-left .nr span{
  color: #010000;
}
.anlideail-desc .d-right .nr span{
  color: #fff;
}
.anlideail-desc .d-left .nr span::before, .anlideail-desc .d-right .nr span::before{
  content: "";
  width: 40px;
  height: 3px;
  background: #666;
  position: absolute;
  bottom:0px;
  left:0;
  display: block;
}
.anlideail-desc .d-left .nr span::before{
  background: #666;
}
.anlideail-desc .d-right .nr span::before{
  background: #fff;
}
.anlideail-desc .d-left .nr p{
  line-height: 30px;
  color: #666666;
  font-size: 16px;
}
.anlideail-desc .d-left .nr a{
  margin-top: 40px;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50px;
  transition: 0.3s;
  font-size: 15px;
}
.anlideail-desc .d-left .nr a:hover{
  background: #0084F0;
  color: #fff;
  border: 1px solid #0084F0;
}

.anlideail-desc .d-right ul li{
  font-size: 18px;
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
}
.anlideail-content{
  padding-top: 80px;
  line-height: 26px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 15px;
  padding-bottom: 100px;
  overflow: hidden;
  background: #fff;
}
/* 新闻 */
.index-new{
  padding: 70px 0;
  background: #fff;
}
.news-content{
  margin-top: 30px;
}
.news-left{
  background: #fff;
  width: 34%;
}
.news-left .nrleft{
  padding: 30px;
  overflow: hidden;
}
.news-left .img{
  overflow: hidden;
  height: 310px;
}
.news-left .img img{
  width: 100%;
  object-fit: cover;
  height: 335px;
}
.news-left .titlebox{
  margin-top: 35px;
  overflow: hidden;
}
.news-left .titlebox .number{
  background: #0076F2;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.news-left .titlebox .number span{
  font-size: 36px;
  font-family: "Arial";
}
.news-left .titlebox .rightnr{
  width: 75%;
}
.news-right{
  width: 64%;
  overflow: hidden;
  background: #fff;
}
.news-right li{
  display: block;
  float: left;
  border-bottom: 1px #ddd solid;
  width: 50%;
  position: relative;
}
.news-right li::after{
  content: "";
  background: #eee;
  width: 1px;
  height: 161px;
  display: block;
  position: absolute;
  right:0;
  top:0;
}
.news-right .nr{
  padding: 41px 25px;
  overflow: hidden;
}
.news-right li:nth-child(2n)::after{
  width: 0;
}
.news-right .number{
  text-align: center;
  width: 56px;
  margin-top: 5px;
}
.news-right .number span{
  font-size: 40px;
  font-family: "Arial";
}
.news-right .number p, .news-left .titlebox .number p{
  font-size: 13px;
}
.news-right .rightnr{
  width: 76%;
  overflow: hidden;
}
.news-right .rightnr span, .news-left .titlebox .rightnr span{
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news-right .rightnr p, .news-left .titlebox .rightnr p{
  height: 40px;
  line-height: 22px;
  padding-top: 15px;
  color: #999;
  overflow: hidden;
}
.fangan-box{
  padding-bottom: 80px;
}
.fangan-box .common-title{
  padding: 70px 0px 50px 0;
}
.fangan-box .common-title h1{
  color: #fff;
  font-weight: bold;
}
.fangan-box .common-title span{
  color: #fff;
}
.fangan-slide{
  overflow: hidden;
  position: relative;
  padding-top: 25px;
}
.fangan-slide .hd {
  position: relative;
  float: left;
  width: 20%;
}
.fangan-slide .hd ul li {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: hsla(0,0%,100%,.2);
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.fangan-slide .hd ul li:hover{
  background: #006ACD;
  color: #fff;
}
.fangan-slide .hd li span{
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  color: #fff;
}
.fangan-slide .hd li i{
  font-size: 60px;
  color: #fff;
}
.fangan-slide .hd ul li.on {
  width: 100%;
  background: #006ACD;
  color: #fff;
}
.fangan-slide .bd {
  float: right;
  position: relative;
  height: 100%;
  z-index: 0;
  width: 70%;
}
.fangan-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.fangan-content{
  color: #fff;
}
.fangan-content li h1{
  color: #fff;
  font-size: 28px;
  margin: 20px 0px;
  font-weight: 500;
}
.fangan-content li span{
  display: block;
  width: 60%;
  padding-top: 20px;
  line-height: 25px;
}
.fangan-content dl{
  margin-top: 60px;
  display: block;
  overflow: hidden;
}
.fangan-content dl dd{
  float: left;
  width: 10%;
  padding-right: 15%;
  text-align: center;
  margin-bottom: 6%;
}
.fangan-content dl dd i{
  font-size: 60px;
}
.fangan-content dl dd p{
  padding-top: 10px;
}
.fangan-content .view a{
  display: block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #00A2FF;
  border: 1px solid #00A2FF;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fangan-content .view{
  margin-top: 15px;
}
.fangan-content .view a:hover{
  background: #fff;
  color: #333;
  border: 1px solid #fff;
}
/* 资�??列表 */
.news-top{
  height: 360px;	background-size: 100% 100%!important;
}
.news-top div{
  position: relative;
  top: 180px;
}
.news-top div span{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px #fff solid;
  padding-bottom: 15px;
}
.news-top div p{
  color: #eee;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  display: block;
}
.news-nav{
  background: #fff;
  overflow: hidden;
  padding: 25px 0;
}

.news-nav .title-tab a{
  font-size: 15px;
}
.newslist{
  margin-top: 30px;
}
.newslist li{
  float: left;
  position: relative;
  background: #fff;
  margin: 0 1.3% 1.3% 0;
  cursor: pointer;
  width: 49.3%;
  transition: all .3s;
}
.newslist li a{
  padding: 15px;
  display: block;
  overflow: hidden;
}
.newslist li:hover{
  box-shadow: 0 10px 15px #ccc;
}
.newslist ul{
  overflow: hidden;
}
.newslist li:nth-child(2n){
  margin-right: 0;
}
.newslist li .leftnr{
  width: 66%;
  float: left;
}
.newslist li .leftnr .title{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li .leftnr .desc{
  margin-top: 15px;
  font-size: 12px;
  color: #646464;
  line-height: 22px;
  height: 65px;
  overflow: hidden;
}
.newslist li .leftnr .time{
  margin-top: 8px;
  overflow: hidden;
  height: 20px;
}
.newslist li .leftnr .time p{
  color: #888;
  font-size: 14px;
  float: left;
}
.newslist li .leftnr .time i{
  float: right;
  font-size: 28px;
  color: #999;
  position: relative;
  right:20px;
  top:-2px;
}
.newslist li .img{
  float:right;
  width: 30%;
  height: 130px;
  overflow: hidden;
}
.newslist li .img img{
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.news-contentbox{
  background: #fff;
  margin-top: 20px;
  padding: 50px;
}
.news-contentbox .title{
  font-size: 30px;
  color: #333;
  text-align: center;
}
.news-contentbox .view{
  color: #999;
  text-align: center;
  padding-top: 15px;
  font-size: 13px;
  border-bottom: 1px #eee solid;
  padding-bottom: 25px;
}
.news-contentbox .view span{
  padding-left:50px;
}
.news-contentbox .content{
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.news-contentbox .news-next{
  margin-top: 30px;
  font-size: 16px;
}
.news-contentbox .news-next span{
  display: block;
  padding-top: 10px;
}
.news-contentbox .news-next a:hover{
  color: #0084F0;
}
/* 联系我们 */
.contact-top{
  height: 360px;
		background-size: 100% 100%!important;
}
.contact-top div{
  position: relative;
  top: 180px;
}
.contact-top div span{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 15px;
}
.contact-top div p{
  color: #eee;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  display: block;
}
.contact-us{
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
  height: 400px;
}
.contact-us li{
  float: left;
  width: 25%;
  position: relative;
}
.contact-us li::after{
  content: "";
  display: block;
  width: 1px;
  background: #eee;
  height: 400px;
  position: absolute;
  right:0;
  top:0;
}
.contact-us li:last-child::after{
  width: 0;
}
.contact-us li .nr{
  width: 100%;
  display: table;
  height: 400px;
}
.contact-us li .nr .cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 300px;
}
.contact-us li .content{
  text-align: center;
  margin-top: 80px;
}
.contact-us li .nr .cell1{
  text-align: left;
  padding-left: 25px;
}
.contact-us li .nr .cell h1{
  font-size: 60px;
  color: #333;
  font-family: Impact;
}
.contact-us li .nr .cell p{
  font-size: 25px;
  padding-top: 15px;
}
.contact-us li .nr .cell span{
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.contact-us li .nr .cell em{
  font-size: 12px;
  padding-top: 10px;
  display: block;
}
.contact-us li .content h2{
  font-size: 15px;
  color: #666;
  padding-top: 8px;
  padding-bottom: 22px;
}
.contact-us li .content i{
  font-size: 45px;
  color: red;
}
.contact-us li .content .tel{
  font-size: 28px;
  font-family: "Arial";
  font-weight: bold;
}
.contact-us li .content .adress{
  font-size: 16px;
  padding: 0 80px;
  line-height: 30px;
}
.contact-us li .content .qq{
  font-size: 16px;
  padding-bottom: 10px;
}
.contact-us li .content .weixin{
  font-size: 14px;
}
.contact-us li .content .wx{
    width: 130px;
    margin: 0 auto;
}
.contact-us li .content .wx img{
  width: 100%;
}
/* 服务项目 */
.project-top{
  text-align: center;
  height: 560px;
		background-size: 100% 100%!important;
}
.project-top div{
  position: relative;
  top: 240px;
}
.project-top div span{
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 15px;
}
.project-top div p{
  color: #eee;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  display: block;
}
.project-item{
  margin-top: 20px;
  overflow: hidden;
}
.project-item .text{
  text-align: center;
  padding: 70px 0 70px;
}
.project-item .text h1{
  font-size: 40px;
  font-weight: bold;
}
.project-item .text h1 em{
  color: red;
}
.project-item .text p{
  padding-top: 25px;
  color: #666;
  font-size: 15px;
}
.project-item li{
  float: left;
  background: #fff;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  width: 32.3%;
  cursor: pointer;
  transition: all .3s;
  border-radius: 10px;
}
.project-item li:hover{
  box-shadow: 0 10px 15px #ccc;
}
.project-item li:nth-child(3n){
  margin-right: 0;
}
.project-item li .nr{
  padding: 40px 60px;
}
.project-item li .nr i{
  color: #0076F2;
  font-size: 80px;
}
.project-item li .nr h1{
  line-height: 30px;
  font-size: 25px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}
.project-item li .nr span{
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  height: 90px;
}
.project-item li .nr a{
  text-align: center;
  display: inline-block;
  border: 1px #ddd solid;
  width: 140px;
  border-radius: 50px;
  margin-top: 30px;
  padding: 10px 0;
  transition: all .3s;
}
.project-item li .nr a:hover, .project-item li:hover .nr a{
  color: #fff;
  background: #0076F2;
  border: 1px #0076F2 solid;
}
/* 关于我们 */
.about-top{
  height: 510px;
}
.about-us{
  margin-top: 30px;
  overflow: hidden;
  height: 600px;
}
.about-us .usleft{
  background: #fff;
  width: 60%;
  height: 600px;
}
.about-us .usleft .usbox{
  padding: 70px 70px;
}
.about-us .usleft .usbox .text{
  font-size: 50px;
  font-family: Arial;
  font-weight: bold;
  color: #0076F2;
  padding-bottom: 20px;
}
.about-us .usleft .usbox span{
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
}
.about-us .usleft .usbox .desc{
  font-size: 15px;
  line-height: 35px;
}
.about-us .usright{
  background: #0076F2;
  width: 40%;
  height: 600px;
}
.about-us .usright .user{
  padding: 0 70px;
  overflow: hidden;
}
.about-us .usright .user h2{
  display: block;
  padding-top: 100px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.about-us .usright .user p{
  color: #fff;
  font-size: 16px;
  padding-top: 40px;
}
.about-us .usright .user ul{
  padding-top: 80px;
}
.about-us .usright .user ul li{
  float: left;
  margin-right: 12%;
  text-align: center;
  padding-bottom: 50px;
}
.about-us .usright .user ul li h1{
 font-family: Impact;
 color: #fff;
 font-size: 55px;
}
.about-us .usright .user ul li span{
  display: block;
  padding-top: 5px;
  color: #eee;
}
.about-us .usright .user ul li em{
  font-size: 10px;
  color: #ccc;
}
.about-doing{
  margin-top: 80px;
}
.about-doing .title{
  text-align: center;
}
.about-doing .title h1{
  font-size: 40px;
  font-weight: bold;
}
.about-doing .title span{
  display: block;
  padding-top: 10px;
  font-size: 15px;
  color: #888;
}
/* 流程 */
.index-liucheng{
  background:#fff;
  overflow: hidden;
  padding: 70px 0;
}
.index-liucheng ul{
  padding-top: 70px;
}
.index-liucheng li{
  float: left;
  width: 20%;
  text-align: center;
}
.index-liucheng li span{
  display: block;
  padding-top: 8px;
  font-size: 22px;
  font-weight: bold;
}
.index-liucheng li p{
  padding-top: 6px;
  font-size: 15px;
  color: #777;
}
/* 网站建设 */
.wangzhan-top{
  text-align: center;
  height: 407px;
		background-size: 100% 100%!important;
}
.wangzhan-top div{
  position: relative;
  top: 160px;
}
.wangzhan-top div span{
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 15px;
}
.wangzhan-top div p{
  color: #eee;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  display: block;
}
.wangzhan-item{
  margin-top: 20px;
  overflow: hidden;
}
.wangzhan-item .text{
  text-align: center;
  padding: 50px 0 50px;
}
.wangzhan-item .text h1{
  font-size: 45px;
  font-weight: bold;
}
.wangzhan-item .text p{
  text-align: center;
  padding-top: 25px;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  width: 70%;
  margin: 0 auto;
}
.wangzhan-item li{
  padding: 30px 20px;
  margin-bottom: 25px;
  background: #fff;
  transition: all .3s;
}
.wangzhan-item li:hover{
  box-shadow: 0 0 40px 0 #ccc;
  cursor: pointer;
}
.wangzhan-item li .wangbox{
  overflow: hidden;
}
.wangzhan-item li .imgs{
  width: 280px;
  height: 230px;
}
.wangzhan-item .price{
  margin: 154px 0 0 173px;
  font: 30px 'SimHei';
  color: #FFF;
  text-shadow: #999 1px 1px 2px;
  letter-spacing: -1px;
  display: block;
  text-align: center;
}
.wangzhan-item .price b{
  font-size: 16px;
  color: #FFF;
  text-shadow: #999 1px 1px 2px;
  font-weight: normal;
}
.wangzhan-item .price p{
  font-size: 14px;
  font-weight: bold;
}
.wangzhan-item li .desc-right{
  width: 58%;
  margin-left: 30px;
}
.wangzhan-item li .desc-right h1{
  font-size: 30px;
  font-weight: bold;
  color: #FE8921;
}
.wangzhan-item li .desc-right span{
  font-size: 18px;
  padding-top: 12px;
  display: block;
}
.wangzhan-item li .desc-right p{
  padding-top: 20px;
  color: #888;
  line-height: 25px;
  font-size: 15px;
}
.wangzhan-item li .view{
  width: 10%;
  height: 230px;
  display: table;
}
.wangzhan-item li .view-cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wangzhan-item li .view-cell a{
  border-radius: 50px;
  display: block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #00A2FF;
}
.wangzhan-item li:hover a{
  background: #FE8921;
}
/* 建站详情 */
.wangzhan-detail li .desc-right{
  margin-top: 20px;
  width: 70%;
}
.wangzhan-list{
  margin-bottom: 20px;
  overflow: hidden;
}
.wangzhan-list .w-left{
  width: 49.2%;
  background: #fff;
}
.wangzhan-list .w-right{
  width: 49.2%;
  background: #fff;
}
.wangzhan-list .desc{
  padding: 20px 15px;
}
.wangzhan-list .desc .title{
  padding-bottom: 20px;
}
.wangzhan-list .desc .title span{
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top:-3px
  }
.wangzhan-list .desc .title i{
  font-size: 30px;
  padding-right: 2px;
  color: #0076F2;
}
.wangzhan-list .desc .m{
  padding: 0 10px;
  line-height: 25px;
}
.wangzhan-list .xc li{
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  overflow: hidden;
}
.wangzhan-list .xc li em{
  display: inline-block;
  color: #333;
}
.wangzhan-list .xc li .em{
  background: #0084F0;
  color: #fff;
  font-size: 13px;
  padding: 7px 0;
  width: 88px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}
.wangzhan-list .xc li .span{
  width: 80%;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  padding-top:5px;
}
.wangzhan-list .xc li .line{
  display: inline-block;
  height: 28px;
  position: relative;
  top:8px;
}
.wangzhan-list .xc li .line1{
  width: 75%;
  background: #FF6600;
}
.wangzhan-list .xc li .line2{
  width: 70%;
  background: #009900;
}
.wangzhan-list .xc li .line3{
  width: 65%;
  background: #FF9900;
}
.wangzhan-list .xc li .line4{
  width: 60%;
  background: #0099FF;
}
.wangzhan-list .xc li .sale{
  width: 50%;
}
.wangzhan-list .xc li .sale .icon{
  width: 35px;
  color: red;
  font-size: 18px;
  text-align: center;
}
.wangzhan-list .xc li .sale i{
  font-size: 25px;
  padding-right: 8px;
  color: #009900;

}
.wangzhan-list .xc li .sale span{
  width: 80%;
  position: relative;
  top:2px;
  font-size: 14px;
}
.wangzhan-list .xc1 li{
  margin-bottom: 15px;
}
.wangzhan-list .times{
  padding-top: 15px;
}
.wangzhan-list .times div{
  margin-left: 20px;
  width: 733px;
  height: 436px;
  background: url(../../css/nnduyi2020/img/kfzq_img.png) no-repeat;
}
.wangzhan-list .times div h2{
  color: #0076F2;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  padding: 40px 0 0 360px;
}
.wangzhan-list .times div b{
  color: #333;
  font-size: 24px;
  font-weight: normal;
  margin: 5px 0 0 360px;
}