*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

p{
    color: #333;
}
html{font-size:62.5%;} 
body{font-size:12px;} 
p{font-size:16px;font-size:1.6rem;}

.topNav{
    max-width: 1920px;
    margin: 0 auto;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 7.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	font-size:0.36rem;
	font-weight:bold;
	color: rgb(120 120 120);
	padding:0.15rem 0;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 1.3rem;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 1.3rem;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 0.1rem;
  }

.clear{
    clear: both;
}
.item_container{
    width: 7.5rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.item_main{
    width: 100%;
    background: url(images/bg.jpg) bottom center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.item_main_bg{
    width: 90%;
    height: 12rem;
    border-radius: 0.1rem;
    margin: 1rem auto 0.5rem;
    background: url(images/bg2.png) bottom center no-repeat;
    background-size: cover;
    box-shadow:5px 5px 10px 2px rgb(170, 170, 170);
    border: 1px solid rgb(212, 212, 212);
    position: relative;
    z-index: 1;
	border-radius: 0.35rem;
}
.item_toptitle{
    width: 3.1rem;
    height: 0.97rem;
    background: url(images/toptitle.png) bottom center no-repeat;
    background-size: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.65rem;
    margin: 0.5rem 0 0 1rem;
}
.item_toptitle2{
    width: 3.1rem;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0.2rem 0 0 1rem;
}
.item_toptitle2 p{
    font-size: 0.43rem;
    font-weight: bold;
    color: rgb(120 120 120);
    margin-left: 0.2rem;
    letter-spacing: 0.05rem;
}
.item_toptitle2 img{
    width: 0.25rem;
	margin-left: 0.1rem;
}
.item_search{
    width: 5.5rem;
    height: 3rem;
    position: absolute;
    right: -0.5rem;
    top: 4.1rem;
    z-index: 2;
    background: url(images/searchbg2.png) top center no-repeat;
    background-size: 100%;

}
.item_search_t{
    font-size: 0.28rem;
    margin: 0.25rem 0 0 0.3rem;
	color: rgb(120 120 120);
	font-weight:bold;
}
.item_bankbox{
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 1.7rem;
    z-index: 3;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item_bankbox_one{
    width: 48%;
    height: 0.8rem;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    border-radius: 4rem;
    margin-top: 0.8rem;
}
.item_bankbox_one img{
    width: 0.5rem;
	margin-left: 0.15rem;
}
.item_bankbox_one a{
    color: rgb(120 120 120);
    font-size: 0.26rem;
    font-weight: bold;
    margin-left: 0.1rem;
	position:relative;
	z-index:5;
}

.item_bottom{
    width: 80%;
    margin: 0.5rem auto;
}
.item_bottom p{
    float: right;
    font-weight: bold;
    font-size: 0.27rem;
    color: rgb(165, 165, 165);
}
.item_bottom p a{
    color: rgb(165, 165, 165);
	font-size: 0.27rem !important;
}
.item_bottom_zp{
    margin-top: 0.3rem;
}



@media screen and (max-width: 768px) {

    .item_main{
        height: 15.5rem;
    }
    .item_toptitle{
        line-height: 0.72rem;
    }




}
@media screen and (max-width: 320px) {



}
