/*顶部搜索*/
.top {
    height: 40px;
    padding: 0 10px;
    position: relative;
}
.address {
    width: 62px;
    position: absolute;
    left: 10px;
    text-align: center;
    display: none;
}
.address a {
    display: inline-block;
    line-height: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.address span {
    font-size: 1.5rem;
    color: #333;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
.address img {
    width: 13px;
    margin-top: 16px;
    vertical-align: top;
}
.search {
    width: 100%;
    padding-right:70px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
}
.search input {
    height: 23px;
    margin-top: 8.5px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    background-color: #eee;
    font-size: 1.4rem;
    color: #b7b7b7;
}
.search img {
    position: absolute;
    right: 80px;
    top:14px;
    width: 14px;
}
.top-item {
    position: absolute;
    right:0;
    top:0;
    width: 80px;
    height: 40px;
}
.top-item img {
    width: 17px;
    display: inline-block;
    margin-top: 11.5px;
}
.top-item>div.a {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 0;
    text-align: center;
}
/*轮播图*/
.lb,.lb2{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.lb-img {
    width: 600%;
    /*transform: translateX(-16.66666%);*/
    /*-webkit-transform: translateX(-16.66666%);*/
    position: relative;
}
.lb-img li{
    width: 16.666666%;
    float: left;
    padding: 0 10px;
}
.lb-img a{
    display: block;
    width: 100%;
}
.lb-img img{
    display: block;     /*去掉下间隙*/
    width: 100%;
}
.lb-btn,.lb-btn2{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -36px;
}
.lb-btn li,.lb-btn2 li{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 8px 6px;
    float: left;
    background-color: #fff;
}
.lb-btn li.now,.lb-btn2 li.now{
    background-color: #e77745;
}
/*AD*/
.ad {
    width: 100%;
    padding: 0 10px;
}
.ad ul {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 23px;
}
.ad li {
    float: left;
    width: 25%;
    text-align: center;
}
.ad li img {
    width: 60px;
    height: 60px;
}
.ad p {
    font-size: 1.5rem;
    text-align: center;
    color: #333;
    line-height: 40px;
}
/*nav*/
.nav {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav span {
    font-size: 1.8rem;
    color: #333;
    margin: 0 9px;
    letter-spacing: 0.2rem;
}
.nav img:first-child {
    width: 16px;
}
.nav img:last-child {
    width: 8px;
}
/*con*/
.con {
    width: 100%;
    padding: 0 10px;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
}
.con::-webkit-scrollbar{
     display: none;
 }
.con ul {
    width: 200%;
}
.con li{
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.con a {
    margin-right: 8px;
    display: block;
    box-shadow: 0px 0px 5px #f1f1f1;
    padding-bottom: 18px;
}
.con img {
    width: 100%; 
}
.con h4 {
    font-size: 1.5rem;
    color: #333;
    line-height: 48px;
    position: relative;
    padding-left: 22px;
}
.con h4::before {
    /*伪元素默认是行内元素*/
    content: "";
    width: 4px;
    height: 15px;
    background-color: #333;
    position: absolute;
    left: 8px;
    border-radius: 2px;
    top: 16.5px;
}
.con p {
    margin-left: 7px;
    color: #7b7b7b;
    font-size: 1.3rem;
}
/*新闻中心*/
.news {
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 70px;
}
.news ul {
    width: 100%;
}
.news a {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.news li {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: -1px 4px 5px #f1f1f1;
}
.news-img {
    width: 33%;
    height: 90px;
}
.news-img img {
    width: 100%;
    display: block;
    height:90px;
}
.news-con {
    margin-left: 10px;
    width: 67%;
    font-size: 1.3rem;
    color: #252525;
}
.news-con p {
    position: absolute;
    top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
}
.news-btn {
    width: 67%;
    position: absolute;
    bottom: 0;
}
.news-btn input {
    height: 22px;
    border: 1px solid #bbb;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}
.news-btn img {
    position: absolute;
    width: 9px;
    top: 8px;
    right: 38%;
}
/*下拉列表*/
.add_item {
    background-color: #fff;
    border-top: 1px solid white;
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 40px;
    width: 133px;
    display: flex;
    display: none;
    flex-direction: column;
    box-shadow: none;
}
.add_item li a:hover {
    background-color: #ededed;
}
.add_item li a {
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.add_item li {
    height: 40px;
    width: 133px;
}
.add_item span {
    display: block;
    /*width: 60px;*/
    font-size: 1.5rem;
    color: #666;
}
.add_item img {
    width: 16px;
    margin: 0;
    margin-right: 8px;
}