input {
    background: none;
    outline: none;
    border: 1px solid #ccc;
}
/*头部*/
input:focus {
    border: none;
}

#yxz-header {
    width: 100%;
    background: #0068B7;
    padding: 0.24rem 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yxz-logo {
    width: 2rem;
}

#yxz-search {
    position: relative;
}

#yxz-search .yxz-ssinput {
    width: 3.61rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 5px;
    text-indent: 0.3rem;
    font-size: 0.2rem;
}

#yxz-search img {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    right: 0.24rem;
    top: 0.16rem;

}
/*轮播图*/
#yxz-banner{
    margin-top: 8px;
}
#yxz-banner .swiper-container {
  width: 100%;
  height: 100%;
}
#yxz-banner .swiper-slide-next{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
#yxz-banner .swiper-slide-prev{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
#yxz-banner .swiper-slide {
-webkit-transition: transform 0.5s;
-moz-transition: transform 0.5s;
-ms-transition: transform 0.5s;
-o-transition: transform 0.5s;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80%;
}
/*中部内容*/
#yxz-indexNav{
    display: flex;
    width: 6.7rem;
    margin: 0.44rem auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.indexNav-item{
    margin-right: 0.65rem;
    text-align: center;
      margin-bottom: 0.3rem;
}
.indexNav-item:nth-child(4n){
 margin-right: 0;
}
.indexNav-item img{
    width: 0.6rem;
    height: 0.6rem;
}
.indexNav-item p{
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
#zcjd{
    width: 7.02rem;
    height: 1.07rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(212, 215, 217, 0.45);
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.26rem;
}
#zcjd img{
    width: 0.69rem;
    height: 0.63rem;
}
.zcjd-right h3{
	font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 5.4rem;

    
}
.zcjd-right p{
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#yxz-indexNav2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: center;
    padding: 0.24rem;
}
.indexNav2-item{
    width: 1.64rem;
    height: 0.56rem;
    background: #F4F4F3;
    border-radius: 0.5rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height:  0.56rem;
    text-align: center;
    margin-right: 0.1rem;
    margin-bottom: 0.14rem;
}
.indexNav2-item:nth-child(4n){
    margin-right: 0;
}
#yxz-indexBd{
    width: 7.02rem;
    height: 7.17rem;
    background: #F4FAFF;
    border: 1px solid #ACC6FF;
    box-shadow: 0px 0px 16px 0px rgba(148, 189, 224, 0.45);
    border-radius: 10px;
    margin: 0 auto;
}
#yxz-indexBd h3{
    background: #0068B7;
    border: 1px solid #ACC6FF;
    box-shadow: 0px 0px 16px 0px rgba(148, 189, 224, 0.45);
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}
#yxz-indexBd h3 img{
    position: absolute;
    top: 0.1rem;
	width: 1rem;
}
.yxz-bdInput{
    display: flex;
    border-radius: 5px;
    width: 6.72rem;
    margin: 0.2rem auto;
    overflow: hidden;
}
.yxz-bdInput p{
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 0.8rem;
    background: #D6ECFF;
    line-height: 0.8rem;
    text-align: center;
    flex: 1;
}
.yxz-bdInput input{
    width: 5.5rem;
    height: 0.8rem;
    background: #FFFFFF;
    border: 0px solid #EEEEEE;
    text-indent: 0.33rem;
    font-size: 0.24rem;
}
.yxz-tjInput{
    display: block;
    width: 6.72rem;
    height: 0.8rem;
    background: linear-gradient(0deg, #FFB641, #FE714B);
    border-radius: 10px;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0.4rem auto;
    text-align: center;
    line-height: 0.8rem;
}
.yxz-indexGywm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.15rem;
}
.yxz-indexGywm div{
    width: 2.73rem;
    height: 0.01rem;
    background: #666666;
    opacity: 0.6;
}
.yxz-indexGywm p{
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.yxz-gywmBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 4.56rem;
    margin: 0.3rem auto;
}
.gywmBox-item img{
    width: 0.76rem;
    height: 0.76rem;
    
}
.gywmBox-item p{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.yxz-newsTitle{
    display: flex;
    width: 7rem;
    margin: 0.25rem auto;
    justify-content: space-between;
    align-items: center;
}
.yxz-newsTitle h3{
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.yxz-newsTitle a{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
#yxz-sjNews{
    width: 7.02rem;
    height: 6.4rem;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 2px 16px 0px rgba(206, 206, 206, 0.24);
    border-radius: 5px 10px 10px 10px;
    margin: 0 auto;
}
.yxz-snItem{
    width: 6.46rem;
    height: 1.69rem;
    border-bottom: 1px solid #EEEEEE;
    margin: 0.41rem auto;
    display: flex;
    justify-content: space-between;
}
.yxz-snItem:nth-child(3n){
    border: 0;
}
.snItem-img{
    width: 2rem;
    height: 1.32rem;
}
.snItem-nr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 4rem;
}
.snItem-nr p{
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.snItem-nr .itemNr-bto{
    margin-bottom: 0.33rem;

}
.itemNr-bto img{
    width: 0.2rem;
    height: 0.2rem;
}
.itemNr-bto span{
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #F52C40;
    margin-left: 0.09rem;
}