@charset "utf-8";
body{background-color: #fff;}
/* 推荐服务 */
.service_box_big{
    overflow: hidden;
}
.service_switch_title{
    height: 100%;
    background-color: #f7f7f7;
}

.service_switch_title > li > a{
    width: 100%;
    height: 52px;
    display: block;
    color: #333333;
    font-size: 12.5px;
    text-align: center;
    line-height: 52px;
}
.service_switch_title > .on{
    background-color: #fff;
}
.service_switch_title > .on > a{
    color: #ee3745;
}
/* .service_switch_ctn{
    width: 70%;
    float: left;
    padding: 0 5%;
} */
.service_title1,
.policy_title1,
.policy_title2,
.knowledge_title1,
.knowledge_title2{
    font-size: 12.5px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    margin-top: 18px;
    font-weight: bold;
}
.policy_title_box{
    margin-top: 18px;
}
.policy_title{
    padding-left: 20px;
}
.service_title1::before,
.policy_title1::before,
.policy_title2::before,
.knowledge_title1::before,
.knowledge_title2::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/classification/class_icon.png);
    background-position: -15px -11px;
    left: 0;
    top: 0px;
    background-size: 200px;
}
.policy_title1::before{
    background-position: -55px -10px;
}
.policy_title2::before{
    background-position: -92px -12px;
}
.knowledge_title1::before,
.knowledge_title2::before{
    background-position: -173px -10px;
}


.service_ctn_box > dd{
    width: 33.33%;
    float: left;
}
.service_ctn_box > dd > a{
    width: 100%;
   display: block;
   margin-top: 30px;
}
.service_ctn_box > dd > a > i{
    width: 26px;
    height: 26px;
    display: block;
    background-size: 100%;
    margin: auto;
}
.service_ctn_box > dd > a > h6{
    font-size: 12.5px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
}
/* 政策咨询 */
.policy_ctn_box_big{
    padding-bottom: 20px;
}
.policy_ctn_box{
    /* overflow: hidden; */
    margin-top: 5px;
}
.policy_ctn_box > dd{
    width: 47%;
    display: inline-block;
    margin-top: 10px;
}
.policy_ctn_box > dd:nth-child(odd){
    margin-right: 3%;
}
.policy_ctn_box > dd > a{
    width: 80%;
    height: 104px;
    display: block;
    border-radius: 7px;
    border:1px solid #dbdbdb;
    padding: 12px 10% 5px 10%;
}
.policy_ctn_box > dd > a > h5{
    height: 34px;
    font-size: 12.5px;
    color: #333333;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.policy_ctn_box > dd > a > ul{
    margin: 5px 0 10px 0;
}
.policy_ctn_box > dd > a > ul > li{
    height: 15px;
    font-size: 10.5px;
    color: #999999;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.policy_ctn_box > dd > a > p{
    width: 44px;
    height: 19px;
    font-size: 10.5px;
    color: #ee3745;
    border:1px solid #dbdbdb;
    text-align: center;
    line-height: 19px;
    border-radius: 30px;
}

.policy_ctn_box2{
    /* overflow: hidden; */
    margin-top: 5px;
}
.policy_ctn_box2 > dd{
    width: 46%;
    display: inline-block;
    margin-top: 10px;
}
.policy_ctn_box2 > dd:nth-child(odd){
    margin-right: 3%;
}
.policy_ctn_box2 > dd > a{
    width: 80%;

    display: block;
    border-radius: 7px;
    border:1px solid #dbdbdb;
    padding: 12px 10% 5px 10%;
    padding: 0 10%;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
}
.policy_ctn_box2 > dd > a > h5{
    font-size: 12.5px;
    color: #333333;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.policy_ctn_box2 > dd > a > ul{
    margin: 5px 0 10px 0;
}
.policy_ctn_box2 > dd > a > ul > li{
    height: 15px;
    font-size: 10.5px;
    color: #999999;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.policy_ctn_box2 > dd > a > p{
    width: 44px;
    height: 19px;
    font-size: 10.5px;
    color: #ee3745;
    border:1px solid #dbdbdb;
    text-align: center;
    line-height: 19px;
    border-radius: 30px;
}
/* 知识产权 */
.Price_box{
    font-size: 12.5px;
    color: #ee3745;
}
.service_switch_title_big{
    overflow-y: auto;
    list-style: none;
    white-space: nowrap;
    width: auto;
    height: auto;
}
body{
    min-width: 320px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.body_wrap{
    height: 100%;
    overflow: hidden;
}
.service_switch_title_big{
    float: left;
    width: 20%;
    height: 100%;
}
.Top_nav_box{
    position: fixed;
    z-index: 100;
}
.service_box_big{
    padding-top: 50px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    bottom: 70px;
    width: 100%;
    }
.service_switch_ctn_big{
    overflow-y: auto;
    list-style: none;
    width: 70%;
    float: left;
    padding: 0 5%;
    height: 100%;
}
