/* 页面自定义css样式 */




/* 页面主导航区样式 */
.content {
    background: url(bg.png) no-repeat center top;

}

.main {
    width: 75rem;
    margin: 0 auto;
}

/* 当前位置 */
.bt-place {
    line-height: 3.6875rem;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 1.375rem;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb a:last-child {
    color: #3a83e9;
}

.bt-breadcrumb span {
    margin: 0 .0625rem;
}

/* 当前位置end */

/* 主体内容 */
.dlzt {
    width: 100%;
    height: 616px;
    box-shadow: 0 0 1rem #e7edf5;
    background: url(mainbg.png)no-repeat bottom center #fff;
}

.dzzbdtp {
    background: url(dzzbd.png)no-repeat;
    height: 7.5rem;
    text-align: center;
    line-height: 7.5rem;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 700;
}



/* 检索框+检索蓝色背景*/
.txbj {padding-top:1.875rem;padding-left:18.75rem;width:75rem;height:9.875rem;background:linear-gradient(180.00deg,#88baff 0%,#e9f2ff 100%);position:relative;}
.bt-search {position: initial;height:auto;}
.bt-search .input {width:30rem;height:3.125rem;line-height:3.125rem;border-radius:.25rem 0  0 .25rem;}
.bt-search .input input {border:none;}
.bt-search .btn {width:7.5rem;height:3.125rem;line-height:3.125rem;font-size:1.375rem;color:#fff;background:#3a83e9;border-radius:0 .25rem .25rem 0;}
.bt-search .btn input {background:#3a83e9 url(sousuo.png) 1.3125rem center no-repeat;padding-left:2.6875rem;}

.all {
    padding-top: 4.375rem;
    padding-left: 6.25rem;
}

.radio-label {
    padding-right: 5rem;
}


/* 热点检索 */
.rdjs {
    padding: 1.875rem;
}

.rdjs span {
    font-size: 1.375rem;
    font-weight: 700;
    color: #333;
}

.rdjs ul{
    margin-top: 1.25rem;
}
.rdjs ul li {
    min-width: 4.375rem;
    height: 3.125rem;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #b4cbec;
    text-align: center;
    float: left;
    line-height: 3.125rem;
    padding: 0 20px;
    margin-right: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
    


}
.rdjs ul li a{
    color: #999;
}
/* pc端适老化 */
/* 通用当前位置 */
.old_type .bt-breadcrumb {font-size:1.75rem;background-size:2%;padding:0 0 0 2.375rem;}
.old_type .bt-breadcrumb a{font-size: 1.75rem;}
.old_type .bt-place {line-height:5.6875rem;}
/* 通用当前位置end */
.old_type .dlzt span{font-size: 2.25rem;top:1.5rem;}
/* 检索 */
.old_type .txbj{padding-left:0;}
.old_type .bt-search .input,.old_type .bt-search .btn{height:3.75rem;line-height:3.75rem;}
.old_type .all{
    font-size: 1.75rem;
    padding-left: 16.25rem;
}
.old_type  .rdjs span{
    font-size: 2.75rem;
}
.old_type  .rdjs ul li{
    font-size: 2rem;
}
.old_type .rdjs ul li{
    margin-bottom: 1rem;
}
/* 非pc端样式 */
@media   (max-width: 1200px){
	.main{
		width: 100%;
	}
    .txbj{
        width: 100%;
    }
    
    .rdjs ul li{
        margin-bottom: 1.125rem;
    }
       /* 当前位置 */
       .bt-breadcrumb {padding: 0 0 0 2.5rem;background-size:4%;}
       .bt-breadcrumb a{font-size:1.5rem;}
       .bt-place {line-height: 6.75rem;font-size:1.5rem;}
       .bt-place span.dqwz{display:none;}
       /* 检索 */
       .txbj{height:9rem;padding:2rem 3.2%;}
       .bt-search{padding:0;}
       .bt-search .input {width:75%;padding:0 1.25rem;height:4.5rem;line-height:4.5rem;border:.0625rem solid #5F9AEE;border-radius:.25rem 0 0 .25rem;}
       .bt-search .input input,.bt-search  .btn input,.more-xl {font-size:1.5rem;}
       .bt-search  .btn {width:25%;height:4.5rem;line-height:4.5rem;}

       /* 手机端适老化样式 */
    /* 通用当前位置 */
    .old_type .bt-breadcrumb {font-size:2rem;background-size:4%;padding:0 0 0 3rem;}
    .old_type .bt-breadcrumb a{font-size: 2rem;}
    .old_type .bt-place {line-height:6.25rem;}
    /* 通用当前位置end */
    .old_type .dlzt span{font-size:2.625rem;}
    /* 检索 */
    .old_type .txbj{height:10rem;}
    .old_type .bt-search{right: 0.75rem;top:1.2rem;}
    .old_type .bt-search .input,.old_type .bt-search .btn{height:5rem;line-height:5rem;}
    .old_type .bt-search .btn input{background:none;padding:0;}
    .old_type .radio-label{font-size: 1.75rem;}
	
}


@media  (max-width: 767px){
    .txbj{
        width: 100%;
    }
    
    .radio-label{
        font-size: .875rem;
    }
    .rdjs ul li{
        margin-bottom: 1.125rem;
    }
    .old_type .all{
        padding-left: 3.25rem;
    }
  
    
}
@media  (max-width: 414px){
    .main{
        width: 100%;
    }

    .rdjs span{
        font-size: 1.75rem;
    }
    .rdjs ul li a{
        font-size: 1.25rem;
    }
   
}