nav{
    background-color: #fff;
    border-top:1px solid #C3C3C3;
}
nav>ul>li>a{
    color: #545454;
}
main{
    margin-top: 120px;
}
.bg-guide{
    width: 100%;
    height: 250px;
    background:no-repeat center;
    /*background:url(../img/cpzx-banner.jpg) no-repeat center;*/
    background-size: cover;
    position: relative;
}
.bg-guide>.btn{
    position: absolute;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 40px;
    font-size: 18px;
    left: 18%;
    bottom: 35%;
    border-radius: 0;
}
.positions{
   background-color: #fff;
   height: 50px;
}
.positions>p{
    width: 70%;
    margin: auto;
    color: #8C8C8C;
    text-align: left;
    font-size: 14px;
    line-height: 50px;
}
.content{
    width: 70%;
    margin: auto;
    margin-top: 30px;
}
.drop-down{

    height: 500px;
}
.frequency{
    background-color: #0662B2;
    padding: 15px 10px;
    margin-bottom: 1px;
    cursor: pointer;
}
.frequency-sonActive>p{
    color: #0662B2 !important;
    font-weight: 600;
}
.frequency>p{
    font-size: 15px;
    color: #fff;
}
.frequency>img{
    width: 30px;
    height: 30px;
}
.frequency-son{
    padding:10px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #F5F5F6;
}
.frequency-son>p{
    font-size: 15px;
    color: #525252;
    text-align: left;
 
    word-break: break-all;
}
.frequency-son>img{
    width: 25px;
    height: 25px;
}
.showList{
    display: none;
}
.rotate{
    transition: 0.5s;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);
}
.contentList{
    margin-left: 25px;
    width: 100%;
}
.tips{
    width: 100%;
    background-color: #e3e3e3;
    color: #0662B2;
    height: 120px;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    margin-top: 20px;
}
.list{
    margin-top: 10px;
}
.list li{
    /* background-color: #0662B2; */
    background-color: #e3e3e3;
    text-align: left;
    /*padding-bottom: 16px;*/
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
}
.list li:hover{
    background-color: #029cef;
}
.list li>img{
    width: 160px;
    height: 120px;
}
.shopping{
    width: calc(100% - 160px);
    /*padding: 10px 20px;*/
}
.shopping .pr_title{
    margin: 10px 20px 0;
}
.shopping .pr_content {
    margin: 0 20px ;
}
.shopping .pr_content p:nth-child(3n) {
    width: 32%;
    white-space: nowrap;
    overflow: hidden;
}
.shopping .pr_content p:nth-child(3n+1) {
    width: 32%;
    margin-right: 2%;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}
.shopping .pr_content p:nth-child(3n+2) {
    width: 32%;
    margin-right: 2%;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}
.shopping>p{
    font-size: 14px;
    color: #0662B2;
    border-bottom: 1px solid rgb(172, 172, 172);
    padding-bottom: 10px;
}
.shopping>div>p{
    margin-top: 5px;
    color: #0662B2;
    font-size: 13px;
    /*margin-right: 10px;*/
}
.shopping>div>p>span{
    color: #0662B2;
    font-size: 13px;
}
.list li:hover>.shopping>p{
    color: #fff!important;
    border-bottom: 1px solid #fff;
}
.list li:hover>.shopping>div>p>span{
    color: #fff;
}
.list li:hover>.shopping>div>p{
    color: #fff!important;
}


/*搜索框样式 （新增20190927）*/
.b-searh{
    border: 1px solid #E5E1E1;
    width: 100%;
    height: 50px;
    margin: auto;
    padding-right: 50px;
    position: relative;
}
.b-searh>input{
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.b-searh-icon{
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #0662B2;
    width: 75px;
    border: 0px solid #0662B2;
    height: 50px;
    z-index: 10;
}
.b-searh-icon>img{
    width: 30px;
    height: 30px;
}
.thirth_list {
    display: none;
}



.flex {
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
  }
  .f-row {
    -webkit-flex-direction: row;
    /* Chrome */
    -ms-flex-direction: row;
    /* IE 10 */
    flex-direction: row;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex-direction: row;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex-direction: row;
    /* OLD - Firefox 19- */
    -webkit-align-items: center;
    /* Chrome */
    -ms-align-items: center;
    /* IE 10 */
    align-items: center;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-align-items: center;
    /* OLD - Firefox 19- */
    -webkit-justify-content: flex-start;
    /* Chrome */
    -ms-justify-content: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: flex-start;
    /* OLD - Firefox 19- */
  }
  .f-column {
    -webkit-flex-direction: column;
    /* Chrome */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex-direction: column;
    /* OLD - Firefox 19- */
    -webkit-align-items: center;
    /* Chrome */
    -ms-align-items: center;
    /* IE 10 */
    align-items: center;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-align-items: center;
    /* OLD - Firefox 19- */
    -webkit-justify-content: flex-start;
    /* Chrome */
    -ms-justify-content: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: flex-start;
    /* OLD - Firefox 19- */
  }
  .f-justify-left {
    -webkit-justify-content: flex-start;
    /* Chrome */
    -ms-justify-content: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: flex-start;
    /* OLD - Firefox 19- */
  }
  .f-justify-right {
    -webkit-justify-content: flex-end;
    /* Chrome */
    -ms-justify-content: flex-end;
    /* IE 10 */
    justify-content: flex-end;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: flex-end;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: flex-end;
    /* OLD - Firefox 19- */
  }
  .f-justify-center {
    -webkit-justify-content: center;
    /* Chrome */
    -ms-justify-content: center;
    /* IE 10 */
    justify-content: center;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: center;
    /* OLD - Firefox 19- */
  }
  .f-justify-sb {
    -webkit-justify-content: space-between;
    /* Chrome */
    -ms-justify-content: space-between;
    /* IE 10 */
    justify-content: space-between;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-justify-content: space-between;
    /* OLD - Firefox 19- */
  }
  .f-align-t {
    -webkit-align-items: flex-start;
    /* Chrome */
    -ms-align-items: flex-start;
    /* IE 10 */
    align-items: flex-start;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-align-items: flex-start;
    /* OLD - Firefox 19- */
  }
  .f-align-b {
    -webkit-align-items: flex-end;
    /* Chrome */
    -ms-align-items: flex-end;
    /* IE 10 */
    align-items: flex-end;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align-items: flex-end;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-align-items: flex-end;
    /* OLD - Firefox 19- */
  }
  .f-align-c {
    -webkit-align-items: center;
    /* Chrome */
    -ms-align-items: center;
    /* IE 10 */
    align-items: center;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-align-items: center;
    /* OLD - Firefox 19- */
  }