.Project_query_ctn_big{
	margin-top: 40px;
	padding-bottom: 40px;
}
.ProjectSearch_input_box{
    overflow: hidden;
}
.ProjectSearch_input{
    width: 90%;
    position: relative;
}
/* .ProjectSearch_input > input{
    width: 100%;
    height: 52px;
    float: left;
    padding: 0 15px 0 60px;
    font-size: 16px;
    line-height: 52px;
    border:1px solid #c8c8c8;
    border-radius: 4px 0 0 4px;
} */
/* .ProjectSearch_input > i{
    width: 26px;
    height: 24px;
    display: block;
    background-image: url(../img/icon.png);
    background-position: -216px -30px;
    position: absolute;
    top: 14px;
    left: 21px;
} */
.ProjectSearch_btn{
    width: 10%;
    height: 52px;
    float: left;
    background-image: url(../img/home/line_btn.png);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.Search_result_notxt{
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #dbdbdb;
}
.Search_result_notxt > span{
    color: #fa1414; 
}
.Related_products_box{
    overflow: hidden;
}
.Related_products_box > li{
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-top: 20px;
}
.Related_products_box > li:nth-child(5n){
    margin-right: 0;
}
.Related_products_box > li > a{
    display: block;
    width: 100%;
    height:45px;
    background-color: #fff0f0;
    border:1px solid #d97f70;
    color: #e32202;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 4px;
}
.Search_result_Number{
    font-size: 16px;
    color: #333333;
    margin: 25px 0 10px 0;
}
.Search_result_box_big > li{
    position: relative;
    overflow: hidden;
    padding:30px 30px 12px 30px;
    border:1px solid #dadada;
    margin-bottom: 20px;
	background-color: #fff;
}
.Search_result_box_big > li::after{
    width: 20px;
    height: 184px;
    content: "";
    background-color: #e32202;
    position: absolute;
    top: 0;
    right: 0;
}
.Search_result_left{
    float: left;
    width: 40%;
}
.Search_result_right{
    float: left;
    width: 56%;
    margin-left: 4%;
}
.Search_result_left > h6,
.Search_result_right > h6{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
}
.Loading_more{
    width: 125px;
    height: 34px;
    background-color: #e32202;
    line-height: 34px;
    color: #fff;
    font-size:16px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    cursor: pointer;
	
}
.SearchResults_box{
	padding-top: 1px;
}
/* 搜索结果 */
/* .SearchResults_box{
    margin-bottom: 30px;
} */
.AreaSearch_box{
    background-color: #f4faff;
    border:1px solid #249cf9;
    overflow: hidden;
    padding: 10px 25px 15px 25px;
    margin-bottom: 30px;
}
.AreaSearch_big_Label{
    overflow: hidden;
    margin-bottom: 8px;
}
.AreaSearch_big_Label > p{
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
.IdentificationLabel{
    float: left;
    padding: 0 15px;
    height: 24px;
    background-color: #ffffff;
    border:1px solid #249cf9;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 4px;
    line-height: 24px;
}
.AreaSearch_rog_Label{
    overflow: hidden;
}
.AreaSearch_rog_Label > li,
.AreaSearch_rog_Label > a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    float: left;
    margin-right: 30px;
    margin-bottom: 4px;
    cursor: pointer;
}
.AreaSearch_rog_Label > li::after,
.AreaSearch_rog_Label > a::after{
    width: 1px;
    height: 13px;
    content: "";
    position: absolute;
    background-color: #dadada;
    top: 5px;
    right: -15px;
}
.AreaSearch_rog_Label > .on{
    color: #249cf9;
    font-weight: bold;
}

/* 搜索结果内容 */
.Policy_paly_box{
    margin-top: 30px;
}
.Policy_paly_box > li{
    background-color: #f7f7f7;
    padding:25px 25px 25px 20px ;
    margin-bottom: 20px;
}
.Policy_paly_img{
    width: 15%;
    float: left;
    position: relative;
}
.Policy_paly_img > img{
    width: 100%;
}
.Search_results_txt{
    position: absolute;
    font-size: 8px;
    color: #fff;
    top: 50%;
    text-align: center;
    width: 80%;
    left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Search_results_txt > span{
    color: #f12234;
}
.Policy_paly_txt{
    width: 80%;
    float: left;
    margin-left: 5%;
}
.Policy_paly_Summary{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 25px;
}
.Policy_paly_Summary:hover{
    color: #666666;
}
.Policy_paly_title{
    font-size: 20px;
    display: block;
    color: #1a13a9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Policy_paly_title span{
    color: #f12234;
}
.Policy_paly_txt > .Share_btn_box{
    float: right;
    margin-top:10px ;
}
/* 详情页 */
.info_ctn_box_big{
    box-shadow: 0 0 10px 2px #e9e9e9;
    padding: 0 30px;
}
.info_title_box > h1{
    font-size:36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}
.info_title_box{
    padding:25px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.info_Tags > h6{
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}
.info_Tags > h6 > span:nth-child(3){
    margin-left: 20px;
}
.info_ctn_box{
    margin-top: 40px;
}
.info_ctn_txt_box > p{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.SupportingPolicies_img_box{
    margin-right: 20px;
    position: relative;
}
.SupportingPolicies_img_box > h6{
    width: 80%;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 10%;
    text-align: center;
    line-height: 1.6;
    margin: auto;
}
.PolicyFit_nav_box{
    border-bottom: 0px solid #d3e3e3;
}
.info_Share_btn_box{
    overflow: hidden;
    padding: 40px 0;
}
.info_Share_btn_box > .Share_btn_box{
    float: none;
}
.info_Share_btn_box > .Share_btn_box > .Share_btn {
    
    margin: auto;
}
.info_Share_btn_box .Share_ctn_box{
    left: 46.5%;
}
.SupportingPolicies_box_big{
    box-shadow: 0 0 10px 2px #e9e9e9;
    margin-bottom: 30px;
}
.SupportingPolicies_title_box{
    padding: 0 10px 0 25px;
    height: 42px;
    background-color: #e32202;
    border-radius: 4px 4px 0 0;
}
.SupportingPolicies_title_box > h2{
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
}
.SupportingPolicies_right_title{
    float: right;
}
.SupportingPolicies_right_title > h6{
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 42px;
}
.SupportingPolicies_title_btn{
    float: left;
}
.SupportingPolicies_title_btn > h6{
    float: left;
    font-size: 12px;
    color: #ff0909;
    line-height: 42px;
    cursor: pointer;
    margin-left: 5px;
}
.SupportingPolicies_btn_Consults{
    width: 85px;
    height: 26px;
    float: left;
    position: relative;
    background-image: url(../img/home/line_btn.png);
    display: block;
    line-height: 26px;
    padding-left: 25px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
}
.SupportingPolicies_btn_Consults::after {
    width: 11px;
    height: 13px;
    position: absolute;
    content: "";
    top: 6px;
    left: 7px;
    background-image: url(../img/icon.png);
    background-position: -25px -29px;
}
.SupportingPolicies_ctn_box_big{
    padding: 30px;

}
.SupportingPolicies_ctn_box{
    overflow: hidden;
}
.bottom_SupportingPolicies_ctn{
    overflow: hidden;
}
.SupportingPolicies_ctn_box > li,
.bottom_SupportingPolicies_ctn > li{
    width: 100%;
    float: left;
    line-height: 44px;
    border-bottom: 1px dotted  #e5e5e5;
}
.SupportingPolicies_ctn_box > li > a,
.bottom_SupportingPolicies_ctn > li > a{
    font-size: 16px;
    color: #6c6c6c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom_SupportingPolicies_ctn{
    margin-top: 20px;
}
.bottom_SupportingPolicies_ctn > li{
    position: relative;
    width: 48%;
    float: left;
}
.bottom_SupportingPolicies_ctn > li:nth-child(2n){
    float: right;
}
.bottom_SupportingPolicies_ctn > li:nth-child(2n)::after{
    width: 1px;
    height: 40px;
    content: "";
    position: absolute;
    background-color: #e5e5e5;
    left: -5%;
    top: 0;
}

/* 存在下级关键词 */
.ProductsRolling_box_ctn{
    margin-bottom: 10px;
    overflow: hidden;
}
.SupportingPolicies_img_box {
    float: left;
    width: 21%;
    height: 224px;
    margin-right: 2%;
}
.SupportingPolicies_img_box > img{
    width: 100%;
    height: 208px;
}
.ProductsRolling_box{
   float: left; 
   width: 77%;
   height: 208px;
   overflow-y: scroll
}
.bottom_SupportingPolicies_ctn{
    width: 100%;
}
.ProductsRolling_box > li{
    width: 20%;
    margin-right: 5%;
    float: left;
    margin-bottom: 15px;
}
.ProductsRolling_box > li > a{
    width: 100%;
    height: 40px;
    border:1px solid #e1e1e1;
    font-size:14px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
}
.ProductsRolling_box > li > a:hover{
    background-color: #eef9ff;
    border:1px solid #249cf9;
    color: #235fa3;
    
}
.Policy_paly_box_big{
    
	margin-top: 20px;
}

@media (min-width:1200px) and (max-width:1440px ) { 
   
  }
  
  @media (min-width:992px) and (max-width:1200px ) { 
    .Related_products_box > li{
        width: 23%;
    }
    .Related_products_box > li:nth-child(4n) {
        margin-right: 0;
    }
    .Related_products_box > li:nth-child(5n) {
        margin-right: 2.5%;
    }
  }
  /* 平板电脑 */
  @media (min-width:768px) and (max-width:992px ) { 
    .Related_products_box > li{
        width: 23%;
    }
    .Related_products_box > li:nth-child(4n) {
        margin-right: 0;
    }
    .Related_products_box > li:nth-child(5n) {
        margin-right: 2.5%;
    }
    .ProjectSearch_input{
        width: 80%;
    }
    .ProjectSearch_btn{
        width: 20%;
    }
    .bottom_SupportingPolicies_ctn > li{
        width: 100%;
    }
    .ProductsRolling_box{
        width: 100%;
    }
    .Search_results_txt{
        top: 40%;
    }
  }
  
  @media only screen and (max-width: 770px) { 
    .ProjectSearch_input{
        width: 75%;
    }
    .ProjectSearch_btn{
        width: 25%;
    }
    .ProjectSearch_input_searchinput{
        padding: 0 15px 0 30px;
    }
/*    .ProjectSearch_input > i{
        top: 14px;
        left: 5px;
    } */
    .Search_result_notxt{
        padding: 20px 0;
    }
    .Related_products_box > li{
        width: 48%;
        margin-right: 4%;
    }
    .Related_products_box > li:nth-child(5n) {
        margin-right: 4%;
    }
    .Related_products_box > li:nth-child(2n) {
        margin-right: 0;
    }
    .Related_products_box > li > a{
        font-size: 15px;
    }
    .Search_result_Number{
        margin-top: 20px;
    }
    .Search_result_box_big > li{
        padding: 15px 15px 0px 15px;
    }
    .Search_result_left{
        width: 100%;
    }
    .Search_result_right{
        width: 100%;
        margin-left: 0;
    }
    .Search_result_left > h6, .Search_result_right > h6{
        margin-bottom: 15px;
    }
    .Loading_more{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* 搜索结果 */
    .AreaSearch_box{
        padding: 10px;
    }
    .ProjectSearch_input_box{
        margin-top: 15px;
    }
    .Policy_paly_img{
        width: 30%; 
    }
    .Policy_paly_txt{
        width: 65%;
        margin-left: 5%;
    }
    .Policy_paly_Summary{
        margin-top: 5px;
    }
    .Policy_paly_box > li{
        padding: 15px;
    }
    .Share_btn{
        font-size: 14px;
    }
    .Policy_paly_box > li{
        margin-bottom: 15px;
    }
    .Share_btn{
        width: 73px;
        font-size: 14px;
    }
    .Policy_paly_box {
        margin-top: 15px;
    }
    .SearchResults_box{
        margin-bottom: 15px;
    }
    .Search_result_box_big > li::after{
        width: 0;
    }
    /* 详情 */
    .info_ctn_box_big {
        box-shadow: 0 0 0px 0px #e9e9e9;
        padding: 0 0;
        margin-bottom: 15px;
    }
    .info_title_box > h1{
        font-size: 18px;
    }
    .info_title_box{
        padding: 0 0 15px 0;
    }
    .info_Tags > h6{
        margin-top: 15px;
    }
    .info_ctn_box {
        margin-top: 10px;
        overflow: hidden;
    }
    .info_ctn_txt_box > p{
        font-size: 17px;
    }
    .info_Share_btn_box{
        padding: 0px 0 0 0;
    }
    .info_Tags > h6 {
        overflow: hidden;
        text-align: left;
    }
    .info_Tags > h6 > span{
        display: block;
        float: left;
        margin-bottom: 5px;
    }
    .info_Tags > h6 > span:nth-child(3){
        margin-left: 0;
    }
    .info_Tags > h6 > span:nth-child(1),
    .info_Tags > h6 > span:nth-child(3){
       width:27%;
    }
    .info_Tags > h6 > span:nth-child(2),
    .info_Tags > h6 > span:nth-child(34){
       width:73%;
    }
    .SupportingPolicies_title_box > h2{
        font-size: 15px;
    }
    .SupportingPolicies_box_big{
        box-shadow: 0 0 0px 0px #e9e9e9;
        margin-bottom: 15px;
    }
    .SupportingPolicies_ctn_box_big{
        padding: 00px;
    }
    .bottom_SupportingPolicies_ctn {
        margin-top: 0px;
    }
    .bottom_SupportingPolicies_ctn > li{
        width: 100%;
    }
    .ProductsRolling_box{
        width: 100%;
    }
    .ProductsRolling_box > li{
        width: 48%;
        margin-right: 4%;
    }
    .ProductsRolling_box > li:nth-child(2n){
        margin-right: 0%;
    }
    .ProductsRolling_box{
        margin-top: 15px;
    }
    .ProductsRolling_box > li > a{
        font-size: 16px;
    }
    .ProductsRolling_box{
        height: 328px;
    }
    .AreaSearch_box,
    .Policy_paly_box_big{
        margin-bottom: 15px;
    }
    .Search_results_txt{
        top: 36%;
    }
	.Project_query_ctn_big{
		margin-top: 0;
		padding-bottom: 0;
	}
  }