﻿    body nav{font-size:0;line-height:0; }

/*nav start*//*
.nav{
    width: 100%;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    border-top: 2px solid #0a91de;
    border-bottom: 1px solid #cccccc;
}
.nav a{
    padding: 5px 8px;
    color: #262626;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}
.nav .nav-title{
    display: inline-block;
    width: 220px;
    background: #ffeded;
}
.nav .nav-title>i.menu-down{
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    width: 15px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../images/icon-dropdown.png")no-repeat center center;
}
.nav .nav-title span{
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #262626;
    font-size: 16px;
    cursor: pointer;
}
.nav .nav-title:hover .menu{
    display: block;
}
.nav .nav-title .menu{
    display: none;
    position: relative;
    z-index: 10;
}
.nav .nav-title .menu a{
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0;
    line-height: 50px;
    background-color: #ffeded;
    border-top: 1px solid #ffffff;
}
.nav .nav-title .menu span{
    height: 100%;
    background-color: transparent;
}
.nav .nav-title .menu span:hover{
    color: #0a91de;
}
.nav .nav-title>span{
    height: 40px;
    background-color: rgba(255,255,255,0.25);
}
.nav .nav-title .zsb{
    letter-spacing: 4px;
}
.nav .nav-title .zsb i{
    background: url("../images/icon-navlist1.png")no-repeat center center/cover;
}
.nav .nav-title .zsb:hover i{
    background: url("../images/icon-navlist1-hover.png")no-repeat center center/cover;
}
.nav .nav-title .zg i{
    background: url("../images/icon-navlist2.png")no-repeat center center/cover;
}
.nav .nav-title .zg:hover i{
    background: url("../images/icon-navlist2-hover.png")no-repeat center center/cover;
}
.nav .nav-title .zp i{
    background: url("../images/icon-navlist3.png")no-repeat center center/cover;
}
.nav .nav-title .zp:hover i{
    background: url("../images/icon-navlist3-hover.png")no-repeat center center/cover;
}
.nav .nav-title .ck i{
    background: url("../images/icon-navlist4.png")no-repeat center center/cover;
}
.nav .nav-title .ck:hover i{
    background: url("../images/icon-navlist4-hover.png")no-repeat center center/cover;
}
.nav .nav-title .zk i{
    background: url("../images/icon-navlist5.png")no-repeat center center/cover;
}
.nav .nav-title .zk:hover i{
    background: url("../images/icon-navlist5-hover.png")no-repeat center center/cover;
}
.nav .nav-title i{
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 15px;
    vertical-align: middle;
}
.nav .main-nav{
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.nav .main-nav li{
    float: left;
    padding: 0 20px;
}
.nav .main-nav li i{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../images/down.png")no-repeat center center/contain;
}
.nav .main-nav>li.active>a{
    border-bottom: 3px solid #0a91de;
}
.nav .main-nav>li:hover>a{
    border-bottom: 3px solid #0a91de;
}*/
/*sub nav start*/
.nav .main-nav .down-more .sub-nav{
    display: none;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 40px;
    margin-left: calc(-50vw + 600px);
    line-height: 40px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 5px 10px  #cccccc;
    -moz-box-shadow: 0 5px 10px  #cccccc;
    box-shadow: 0 5px 10px   #cccccc;
}
.nav .main-nav .down-more:hover .sub-nav{display: block;}
.nav .main-nav .down-more ul{
    width: 1200px;
    margin: auto;
    padding-left: 260px;
    box-sizing: border-box;
}.sub-nav li{
     float: left;
     padding: 0 30px;
 }
.sub-nav li.active a {
    color: #013694;
}
.sub-nav li:hover a {
    color: #013694;
}
.sub-nav a {
    font-size: 16px;
    color: #262626;
}
/*sub nav end*/
/*nav end*/
/*content start*/
.content{
    width: 100%;
    background: #f4f4f4;
}

.root{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #262626;
}
/*left content*/
.left-content{
    width: 840px;
}
.left-content>div{
    width: 840px;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.left-content .root-address .root-address-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #262626;
    text-indent: 1em;
    background: #f4f4f4;
}
.left-content .root-address .address{
    margin-top: 15px;
}
.left-content .root-address li{
    float: left;
    width: 60px;
    height: 25px;
    margin-top: 10px;
    margin-left: 60px;
    line-height: 25px;
    text-align: center;
    color: #262626;
    font-size: 14px;
    cursor: pointer;
}
.left-content .root-address li a{
    display:inline-block;
    width:100%;
    height:100%;
}
.left-content .root-address li:nth-of-type(7n+1){
    margin-left: 0;
}
.left-content .root-address li:hover{
    color: #013694;
}
.left-content .root-address li.active{
    color: #ffffff;
    background: #013694;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.left-content .root-address li.active a{   color: #ffffff;}
.left-content .news-list .n-l-title{
    font-size: 16px;
    color: #262626;
    text-indent: 1em;
    font-weight: bold;
    line-height: 40px;
    background: url("../images/icon-style.png") no-repeat left center/3.5%;
}
.left-content .news-list .item{
    margin-right: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #262626;
}
.left-content .news-list .time ,
.left-content .news-list .text{
    font-size: 14px;
    color: #acacac;
}
.left-content .news-list .text p{
    line-height: 23px;
}
.left-content .news-list .text span{
    margin-left: 8px;
    color: #013694;
    line-height: 23px;
    cursor: pointer;
}
.left-content .news-list .text i{
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../images/icon-detail.png")no-repeat center center/contain;
}
.left-content .news-list .tags{
    margin-top: 20px;
}
.left-content .news-list .tags a{
    display: inline-block;
    padding: 0 5px;
    color: #013694;
    border: 1px solid #013694;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.left-content .news-list .tags a+a{
    margin-left: 12px;
}
.left-content .news-list li+li{
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px dashed #cccccc;
}
/*分页 start*/
.left-content .pages{
    height: 40px;
    width:auto;
    margin-top: 30px;
    text-align: center;
    background: transparent;
}
.left-content .pages ul{
	display: inline-block;
    height: 40px;
}
.pages li:first-child{
    margin-left: 0;
}
.pages li:first-child a{
    background: url("../images/icon-prev.png")no-repeat center center / 15%;
    background-color: #ffffff;
}
.pages li:last-child a{
    background: url("../images/icon-next.png")no-repeat center center / 15%;
    background-color: #ffffff;
}
.pages ul li{
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
}
.pages ul li a{
    display: inline-block;  
    width: 100%;
    height: 100%;
    color: #acacac;
    font-size: 14px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
}
.pages ul li.active a{
    color: #ffffff;
    background: #013694;
}
.pages ul li a:hover{
    color: #ffffff;
    background: #013694;
}
.pages li:first-child.active a{
    background: url("../images/icon-prev-active.png")no-repeat center center / 15%;
    background-color: #013694;
}
.pages li:first-child.disabled a{
    background: url("../images/icon-prev.png")no-repeat center center / 15%;
    background-color: #f4f4f4;
    cursor: not-allowed;
}
.pages li:last-child a:hover{
    background: url("../images/icon-next-active.png")no-repeat center center / 15%;
    background-color: #013694;
}
.pages li:last-child.disabled a{
    background: url("../images/icon-next.png")no-repeat center center / 15%;
    background-color: #f4f4f4;
    cursor: not-allowed;
}
/*分页 end*/

/*right side*/
.right-content{
    width: 330px;
    margin-left: 30px;
}
.right-content>div{
    width: 330px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}
/*banner start*/
.banner{
    width: 290px;
    height: 193px;
}
.banner-pic{
    top: 0;
    left: 0;
    width: 100%;
    height: 193px;
}
.banner-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 193px;
}
.banner .banner-controller{
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.banner .banner-controller-list{
    width: 8px;
    height: 8px;
    background: #fff;
    text-align: center;
    float: left;
    line-height: 8px;
    border-radius: 50%;
    cursor: pointer
}
.banner .banner-controller li+li{
    margin-left: 10px;
}
.banner .banner-controller li:hover{
    background: #013694;
}
.banner .banner-controller .active{
    background: #013694;
}
/*banner end*/
.list-banner-hot h3{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
.list-banner-hot li{
    padding-top: 13px;
}
.list-banner-hot li+li{
    margin-top: 13px;
    border-top: 1px dashed #cccccc;
}
.list-banner-hot p{
    line-height: 28px;
}
.list-banner-hot h3.hot-title,
.recommend-list p.hot-title{
    background: url("../images/icon-style.png") no-repeat left center/3%;
}
.list-banner-hot  h3.hot-title:hover{color:rgb(10,126,255);}
.list-banner-hot  h3.hot-title,
.recommend-list p.hot-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #262626;
    text-indent: 1em;
    border-bottom: none;
    font-weight: lighter;
}
.hot-time{
    font-size: 14px;
    color: #acacac;
    text-indent: 1em;
}
.right-content .list-news-hot,
.right-content .recommend{
    padding-top: 5px;
    margin-top: 30px;
}
.list-news-hot-title,
.recommend-title{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.list-news-hot h3,
.recommend-title h3{
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.list-banner-hot span,
.list-news-hot span,
.recommend-title span{
    font-size: 14px;
    color: #acacac;
}
.list-banner-hot span i,
.list-news-hot span i,
.recommend-title span i {
    display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
    background: url("../images/icon-more.png")no-repeat center center/60%;
}
.list-news-hot ul{
    margin-top: 10px;
}
.list-news-hot li{
    line-height: 35px;
}
.list-news-hot li a{
    display: block;
    width: 195px;
}
.list-news-hot p:hover{color:#013694;}
.list-news-hot p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;  
    font-size: 14px;
    color: #262626;
    width: 220px;
    background: url("../images/icon-style.png") no-repeat left center/4%;
}
/*推荐 start*/
.recommend .recommend-list-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 1em;
    font-size: 14px;
    color: #acacac;
    height: 45px;
    line-height: 25px;
}
.recommend{
    width: 100%;
    background-color: #ffffff;
}
 .recommend-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}
.recommend-list{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.recommend li{
    width: 100%;
    margin-bottom: 10px;
}
.recommend li+li{
    padding-top: 15px;
    border-top: 1px dashed #cccccc;
}
.recommend .img{
    width: 120px;
    height: 80px;
}
.recommend .text{
    width: 103px;
    height: 80px;
}
.recommend .text .text-title{
    width: 100%;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #262626;
}
.recommend .text .price{
    margin-top: 5px;
    color: #013694;
    font-size: 14px;
}
.recommend .text .price span{font-size: 16px;}
.subject-pic{
    width: 100%;
    height: 188px;
    margin-top: 30px;
}
/*推荐 end*/
/*content end*/