.index_nav_box .orange {
    background-color: #ff7519;
    width: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classification {
    position: absolute;
    width: 100%;
    left: 0;
}
.classification .classification_nav {
    background-color: #fff;
}
.classification_nav dt a {
    display: inline-block;
    font-size: 14px;
    text-indent: 66px;
    color: #333;
    width: 100%;
    height: 58px;
    line-height: 52px;
    padding: 2px 0;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.classification_nav dt:first-child a, .classification_nav dt:first-child+dt a {
    height: 53px;
}
.classification_nav dt a.on ,.classification_nav dt a:hover {
    color: #fff;
    background:  #ff7519 !important;
}
.classification_nav dt a > img {
    top: 22px !important;
}
.classification_nav .service1 {
    background: url(../../images/policy/nav_icon_1.png) no-repeat 30px center;
}
.classification_nav .service1.on , .classification_nav .service1:hover {
    background: url(../../images/policy/nav_icon_white_1.png) no-repeat 30px center #ff7519;
}
.classification_nav .service2 {
    background: url(../../images/policy/nav_icon_2.png) no-repeat 30px center;
}
.classification_nav .service2.on , .classification_nav .service2:hover {
    background: url(../../images/policy/nav_icon_white_2.png) no-repeat 30px center #ff7519;
}
.classification_nav .service3 {
    background: url(../../images/policy/nav_icon_3.png) no-repeat 30px center;
}
.classification_nav .service3.on , .classification_nav .service3:hover {
    background: url(../../images/policy/nav_icon_white_3.png) no-repeat 30px center #ff7519;
}
.classification_nav .service4 {
    background: url(../../images/policy/nav_icon_4.png) no-repeat 30px center;
}
.classification_nav .service4.on , .classification_nav .service4:hover {
    background: url(../../images/policy/nav_icon_white_4.png) no-repeat 30px center #ff7519;
}
.classification_nav .service5 {
    background: url(../../images/policy/nav_icon_5.png) no-repeat 30px center;
}
.classification_nav .service5.on , .classification_nav .service5:hover {
    background: url(../../images/policy/nav_icon_white_5.png) no-repeat 30px center #ff7519;
}
.classification_nav .service6 {
    background: url(../../images/policy/nav_icon_6.png) no-repeat 30px center;
}
.classification_nav .service6.on , .classification_nav .service6:hover {
    background: url(../../images/policy/nav_icon_white_6.png) no-repeat 30px center #ff7519;
}
.classification_nav .service7 {
    background: url(../../images/policy/nav_icon_7.png) no-repeat 30px center;
}
.classification_nav .service7.on , .classification_nav .service7:hover {
    background: url(../../images/policy/nav_icon_white_7.png) no-repeat 30px center #ff7519;
}
.classification_nav .service8 {
    background: url(../../images/policy/nav_icon_8.png) no-repeat 30px center;
}
.classification_nav .service8.on , .classification_nav .service8:hover {
    background: url(../../images/policy/nav_icon_white_8.png) no-repeat 30px center #ff7519;
}
.classification_nav .service9 {
    background: url(../../images/policy/nav_icon_9.png) no-repeat 30px center;
}
.classification_nav .service9.on , .classification_nav .service9:hover {
    background: url(../../images/policy/nav_icon_white_9.png) no-repeat 30px center #ff7519;
}
.classification_nav .service10 {
    background: url(../../images/policy/nav_icon_10.png) no-repeat 30px center;
}
.classification_nav .service10.on , .classification_nav .service10:hover {
    background: url(../../images/policy/nav_icon_white_10.png) no-repeat 30px center #ff7519;
}

.index_main_bannerbox{
    width:100%;
    margin-top: -17px;
    background-color: #e0e5f8;
}
.banner_win{
    height: 496px;
    overflow-x: hidden;
    position:relative;
}
.banner_box{
    width:100%;
    height: 100%;
    overflow: hidden;
    position:absolute;
}
.banner_box a {
    width:100%;
    height: 100%;
}
.banner_box img{
    display: block;
    height: 100%;
}
.banner_box img.show_banner{
    display: block;
}
.ctrl_box {
    position: absolute;
    bottom: 10px;
    left: 46%;
}
.ctrl_box a{
    margin-right: 10px;
    float: left;
    width:14px;
    height:14px;
    background:url(../../images/policy/ctrl.png);
}
.ctrl_box a.ctrl_selected{
    background:url(../../images/policy/ctrl_selected.png);
}
.block_right {
    position: absolute;
    top: -9px;
    right:0;
    width: 222px;
    background-color: #fff;
    padding:10px 16px 0;
    margin-top: -444px;
}
.block_right .wel img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.block_right .wel span {
    font-size: 14px;
    color: #333;
    line-height: 48px;
    margin-left: 8px;
}
.block_right .wel a {
    display: inline-block;
    width: 48%;
    margin: 8px 0 2px;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color: #ff7519;
    border: 1px solid #ff7519;
    border-radius: 3px;
}
.wel a+a {
    float: right;
}
.inquiries a {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    background-color: #ff7519;
    color: #fff;
    border-radius: 4px;
}
.information {
    margin: 26px -16px 0;
    border-top: 1px solid #eee;
}
.boxul > li {
    float: left;
    width: 33%;
    padding: 16px 0;
    background-color: #f6f7fb;
    border-bottom: 1px solid #eee;
}
.boxul > li+li {
    border-left: 1px solid #eee;
}
.boxul > li.active {
    background-color: transparent;
    border-bottom: 0;
}
.boxul > li span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.boxul > li.active span {
    color: #333;
}
span.img_pic {
    width: 46px;
    height: 46px;
    margin: 0 auto;
}
.block_content {
    display: none;
    margin: 10px 0;
    padding: 0 16px;
}
.block_content.active {
    display: block;
}
.block_content a {
    display: block;
    font-size: 12px;
    color: #555;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_more {
    margin: 10px 16px;
    border-top: 1px solid #eee;
}
.block_more > a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #999;
    padding: 5px 0;
}
.index_bg {
    background: url(../../images/policy/index_bg.png) no-repeat 0 center;
    background-size: 100% 100%;
    min-height: 310px;
    margin-top: -17px;
    padding-top: 36px;
}
.tailored {
    background-color: #fff;
    margin: 20px 0 26px;
    padding: 16px 20px;
}
.tailored_title {
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}
.tailored_title > h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff7519;;
}
.tailored_title > span {
    font-size: 16px;
    margin-left: 16px;
}
.tailored_content .period {
    display: inline-block;
    width: 33.33%;
    float: left;
}
.period h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 8px;
}
.period dl dt {
    display: inline-block;
    width: 33.33%;
    float: left;
}
.period dt a {
    display: inline-block;
    width: 84px;
    font-size: 14px;
    padding: 5px 0;
}
.index_products > a ,.institutions_content > a {
    position: relative;
    display: inline-block;
    width: 32%;
    float: left;
}
.index_products > a+a ,.institutions_content > a+a {
    margin-left: 2%;
}
.pic > img {
    width: 100%;
}
.index_products > a span {
    position: absolute;
    top:20%;
    left: 10%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.advertisements > span {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 170px;
    float: left;
}
.advertisements span+span {
    margin-left: 2%;
}
.through_train a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.through_train a > img {
    position: absolute;
    top: -10px;
    left: -5px;
}
.index_service div.index_service_block {
    position: relative;
    display: inline-block;
    width: 49%;
    float: left;
}
.index_service div.index_service_block+div {
    margin-left: 2%;
}
.index_service > div {
    margin-bottom: 20px;
}
.index_service_block {
    background-color: #fff;
    margin-bottom: 6px;
}
.index_service_block_left {
    float: left;
    width: 190px;
    height: 326px;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.index_service_block_left img{
    width: 100%;
    height: 100%;
}
.index_service_block_left a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.financial_service {
    background: url(../../images/policy/service_bg_1.jpg) no-repeat 0 0;
    background-size: cover;
}
.information_service {
    background: url(../../images/policy/service_bg_2.jpg) no-repeat 0 0;
    background-size: cover;
}
.promotion_service {
    background: url(../../images/policy/service_bg_3.jpg) no-repeat 0 0;
    background-size: cover;
}
.technical_service {
    background: url(../../images/policy/service_bg_4.jpg) no-repeat 0 0;
    background-size: cover;
}
.legal_service {
    background: url(../../images/policy/service_bg_5.jpg) no-repeat 0 0;
    background-size: cover;
}
.other_service {
    background: url(../../images/policy/service_bg_6.jpg) no-repeat 0 0;
    background-size: cover;
}
.index_service_block_right{
    width: 60%;
    float: right;
}
.index_service_block_right .period {
    position: relative;
    height: 164px;
    padding-bottom: 20px;
}
.index_service_block_right .period > a {
    position: absolute;
    top: 24px;
    right: 10%;
    font-size: 14px;
    color: #999;
}
.index_service_block_right .period dl {
    margin-top: 16px;
}
.index_service_block_right .period dt {
    width: auto;
    margin-right: 30px;
}
.index_service_block_right .period dt:last-child a, .period dt.last a {
    white-space: nowrap;
}
.index_service_block_right .period dt a {
    color: #000;
}
.institutions_tittle {
    position: relative;
    padding: 14px 0;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e0e0e0;
}
.institutions_tittle > a {
    position: absolute;
    top: 14px;
    right: 10%;
    font-size: 14px;
}
.institutions_content {
    margin-top: 10px;
    padding-right: 10%;
}
.institutions_content img {
    min-height: 67px;
    /*border: 1px solid #e0e0e0;*/
}
.advertisements.one > a {
    width: 100%;
    float: none;
}
.index_policy {
    display: inline-block;
    width: 72%;
    float: left;
    background-color: #fff;
    padding: 20px 20px 10px;
    /*margin-right: 2%;*/
}
.policy_interpretation {
    display: inline-block;
    width: 60%;
    float: left;
    margin-right: 3%;
    min-height: 521px;
}
.policy_details {
    display: block;
    height: 118px;
    padding: 16px 0;
    border-bottom: 1px dashed #ddd;
}
.policy_interpretation > h2 {
    padding-top: 9px;
}
.main_content table {
    width: 100%;
}
.policy_details tr > td:first-child {
    width: 36%;
}
.policy_details td > img {
    width: 90%;
    vertical-align: middle;
}
.policy_details h3 {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-right: 60px;
}
.policy_details h3.hot {
    background: url(../../images/policy/hot.png) no-repeat 96% 3px;
}
.policy_details p {
    font-size: 14px;
    margin-bottom: 16px;
}
.policy_details span {
    font-size: 12px;
    color: #999;
}
.index_policy .souce {
    float: right;
}
.index_policy .more {
    /*display: block;*/
    font-size: 14px;
    text-align: center;
    color: #999;
    padding: 10px 0 5px;
}
.latest_policy {
    display: inline-block;
    width: 37%;
    float: left;
}
.latest_policy h2 {
    background: url(../../images/policy/latest_policy_title.png) no-repeat 0 center;
    font-size: 20px;
    font-weight: normal;
    text-indent: 76px;
    color: #333;
    padding: 9px 0;
}
.latest_policy_block {
    margin-top: 16px;
    margin-left: 22px;
    border-left: 1px solid #e0e0e0;
    min-height: 464px;
}
.latest_policy_details {
    position: relative;
    display: block;
    margin-left: 10px;
    padding: 2px 0;
    border-bottom: 1px dashed #ddd;
}
.latest_policy_details span {
    font-size: 12px;
    color: #999;
}
.ellipse {
    position: absolute;
    top: 24px;
    left: -15px;
    width: 7px;
    height: 7px;
    background-color: #e5e5e5;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}
.latest_policy_details h5 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    margin: 6px 0;
}
.index_declaration {
    display: inline-block;
    width: 24%;
    float: right;
}
.index_declaration > h2 {
    background: url(../../images/policy/index_declaration_title.png) no-repeat 100% center;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px 46px;
    margin-bottom: 9px;
}
.declaration_system {
    margin-left: 14%;
}
.declaration_system > a {
    display: block;
    position: relative;
    margin-bottom: 11px;
}
.declaration_system > a > span {
    position: absolute;
    top:22px;
    left: 33px;
    font-size: 16px;
    color: #fff;
}
.index_boutique {
    background: url(../../images/policy/boutique_bg.jpg) no-repeat center 0;
    min-height: 100px;
}
.index_contact h2.content_title {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}
.process {
    padding: 20px 0 86px;
}
.process > h3 {
    display: inline-block;
    width: 136px;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    color: #fff;
    margin-top: 6px;
}
.process .process_details {
    display: inline-block;
    background: url(../../images/policy/oblique_line.png) no-repeat 0 center;
    width: 75%;
    float: right;
    padding-left: 10%;
}
.process_details > div.step {
    display: inline-block;
    width: 16%;
    float: left;
}
.step > span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.step > span.num {
    font-size: 22px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 5px auto 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    border: 0\0;
    background: url(../../images/policy/num_bg.png) no-repeat center center transparent\0;
}
.process_details > hr {
    display: inline-block;
    width: 22%;
    float: left;
    margin: 30px -44px;
    border: 0;
    border-bottom: 1px solid #fff;
}
.recommend_boutique {
    margin: -52px 0 52px;
}
.recommend_boutique > div {
    margin-bottom: 22px;
}
.recommend_boutique_products > a {
    display: inline-block;
    width: 18%;
    float: left;
}
a.boutique_products+a {
    margin-left: 2.5%;
}
.boutique_products .text {
    background-color: #fff;
    padding: 16px;
    margin-top: -5px;
}
.text h4 {
    font-size: 16px;
    /*font-weight: normal;*/
    color: #000;
    margin-bottom: 8px;
}
.recommend_boutique .text h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}
.text p > span {
    font-size: 18px;
    color: #ff7519;
    margin-right: 5px;
}
.text > span {
    font-size: 14px;
    color: #999;
}
.text .city {
    float: right;
}
.index_institution {
    background-color: #fff;
    padding-bottom: 30px;
}
.index_institution h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #ff7519;
    padding: 36px 0 3px;
}
.index_institution h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #aaa;
}
.index_institution h3+hr {
    display: block;
    width: 70px;
    border: 0;
    border-bottom: 2px solid #ff7519;
    margin: 0 auto 40px;
}
.institutions_logo {
    padding-bottom: 20px;
    padding-right: 0;
}
.institutions_logo > a {
    width: 15%;
}
.institutions_logo > a+a {
    margin-left: 2%;
}
.index_demand {
    background: url(../../images/policy/demand_bg.jpg) no-repeat center 0;
    min-height: 100px;
}
.index_demand .process {
    padding-bottom: 140px;
}
.demand_details {
    margin: -100px 0 20px;
}
.demand_details > div {
    display: inline-block;
    float: left;
}
.demand_details .free_release {
    width: 24%;
    min-height: 100px;
    background: url(../../images/policy/free_release_bg.jpg) no-repeat center 0;
    padding: 56px 0 36px;
}
.free_release h3 {
    font-size: 28px;
    color: #fefeff;
    margin: 0 40px 5px;
}
.free_release span {
    display: block;
    font-size: 18px;
    color: #fefeff;
    margin: 40px 0 40px 40px;
}
#release {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fefeff;
    background-color: #ff7519;
    padding: 8px 0;
    margin: 0 40px;
    border-radius: 5px;
}
.latest_demand {
    width: 76%;
    background-color: #fff;
    padding: 26px 0 10px;
}
.latest_demand > div {
    position: relative;
}
.latest_demand_title {
    margin-left: 4%;
    border-bottom: 1px solid #e3e3e3;
}
.latest_demand_title h3 ,.index_case_title h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 16px;
}
.latest_demand_title a ,.index_case_title a {
    position: absolute;
    top: 3px;
    right: 3%;
    font-size: 14px;
    color: #999;
}
.latest_demand_content > div {
    display: inline-block;
    float: left;
    min-height: 251px;
}
.latest_demand_left {
    width: 47%;
    margin-left: 4%;
}
.latest_demand_right {
    width: 48%;
    border-left: 1px dashed #e3e3e3;
}
.latest_demand_content .demand_block {
    display: block;
    position: relative;
    padding: 14px 4% 14px 0;
}
.latest_demand_content .latest_demand_right .demand_block {
    padding-left: 4%;
}
.demand_block+a {
    border-top: 1px dashed #e3e3e3;
}
.demand_block h4 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}
.demand_block span {
    font-size: 14px;
    color: #999;
}
.demand_block .state {
    position: absolute;
    top: 16px;
    right: 4%;
}
.state.stay {
    color: #59c7f9;
}
.demand_block .time {
    float: right;
}
.index_case {
    margin: 10px 0 20px;
}
.index_case .index_case_title {
    position: relative;
}
.index_case_title a {
    right: 3px;
}
.index_case_content > .case_details ,.index_activities_block > .activities_details {
    display: inline-block;
    width: 23%;
    float: left;
}
.case_details+a ,.activities_details+a {
    margin-left: 2.66%;
}
.case_details .text {
    padding: 16px 0;
}
.case_details h4 {
    height: 48px;
}
.case_details p {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_activities {
    background-color: #fff;
    min-height: 100px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.index_activities a.more {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 78px;
    margin: 14px auto;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
}
.activities_details .text {
    background-color: #fff;
    padding: 16px;
    margin-top: -5px;
    min-height: 120px;
    border: 1px solid #ddd \0;
    border-top: none;
}
.index_activities_block {
    margin: 30px 0;
}
.activities_details .text h4 {
    color: #333;
    margin-bottom: 16px;
}
.activities_details .text p {
    margin-bottom: 8px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text .time {
    background: url(../../images/policy/time.png) no-repeat 0 center;
}
.text .place {
    background: url(../../images/policy/place.png) no-repeat 0 center;
}
.text .target {
    background: url(../../images/policy/target.png) no-repeat 0 center;
}
.index_other {
    background: url(../../images/policy/mountain_bg.jpg) no-repeat center 0;
    min-height: 100px;
    padding-top: 40px;
}
.index_other > div > div {
    display: inline-block;
    background-color: #fff;
    float: left;
}
.map_block {
    position: relative;
    width: 66%;
}
.map_block_title {
    background: url(../../images/policy/map_title_bg.png) no-repeat center 0;
    background: url(../images/map_other_bg.png) no-repeat center 0 \0;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    font-size: 18px;
    color: #fff;
    color: transparent \0;
}
:root .map_block_title {
    color: #fff \0;
}
.map_block_title > span {
    display: block;
    transform:rotate(-42deg);
    -ms-transform:rotate(-42deg);
    -moz-transform:rotate(-42deg);
    -webkit-transform:rotate(-42deg);
    -o-transform:rotate(-42deg);
    margin: 22px 0 0 -10px;
}
.map_block td.pic {
    position: relative;
    width: 59%;
    width: 32% \0;
    padding: 0;
}
:root .map_block td.pic {
    width: 60% \0;
}
#ptan {
    position: absolute;
    top: 243px;
    right: 132px;
}
.map_block td+td {
    width: 40%;
}
.map_block h2 {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
}
.map_block td > a {
    display: block;
    font-size: 14px;
    color: #222;
    margin-bottom: 16px;
}
.border_shadow {
    box-shadow: #ddd 0 2px 6px;
    -webkit-box-shadow: #ddd 0 2px 6px;
    -moz-box-shadow: #ddd 0 2px 6px;
}
.index_other > div > .platform_data {
    float: right;
    width: 30%;
    padding: 30px 0 44px 26px;
}
.platform_data .data_block {
    display: inline-block;
    float: left;
    width: 49%;
    width: 48% \0;
    margin: 17px 0 20px 2%;
    margin-left: 0 \0;
}
:root .platform_data .data_block {
    width: 49% \0;
    margin-left: 2% \0;
}
.platform_data div.data_block:nth-child(n){
    margin-left: 0;
}
.data_block > div {
    display: inline-block;
    float: left;
}
.data_block .pic {
    width: 37%;
    margin-right: 3%;
}
.data_block .text {
    width: 60%;
}
.data_block .text p {
    margin-bottom: 1px;
}
.data_block .text p:first-child {
    margin-top: 10px;
}
.scan {
    position: relative;
    margin: 20px 0 8px;
}
.scan p {
    font-size: 12px;
    color: #222;
    line-height: 20px;
}
img.qrcode {
    position: absolute;
    bottom: 0;
    right: 26px;
}
.service_steward {
    background: url(../images/service_steward_bg.png) no-repeat center 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    z-index: 10;
    display: none;
}
.service_steward > div {
    margin-top: 10px;
}
.service_steward > div > div {
    display: inline-block;
    width: 50%;
    padding: 5px 0;
    color: #fff;
}
.service_steward_left {
    float: left;
}
.service_steward_left h2 {
    position: relative;
    font-size: 24px;
    margin: 20px 0 2px;
}
.service_steward_left span {
    background: url(../../images/policy/free_reservation.png) no-repeat center 0;
    width: 134px;
    height: 81px;
    position: absolute;
    top: -27px;
    right: 49px;
}
.service_steward_left p {
    font-size: 16px;
}
.service_steward_right {
    float: right;
    position: relative;
    padding-left: 5%;
}
.service_steward_right .close {
    background: url(../../images/policy/close.png) no-repeat center center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
}
.service_steward_right .index_search_form {
    width: auto;
    margin-top: 36px;
    border: 0;
}
.service_steward_right .index_search_form .index_search {
    width: 330px;
    height: 44px;
    line-height: 44px;
    text-indent: 20px;
    font-size: 16px;
    margin-top: -3px;
    margin-left: 134px;
    float: none;
}
.service_steward_right .index_search::-webkit-input-placeholder{
    color: #999;
    font-size: 16px;
    line-height: 46px;
}
.service_steward_right .index_btn_search {
    font-size: 18px;
    height: 45px;
    line-height: 44px;
}
.expand {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
}
.expand a {
    display: block;
}
.expand a img {
    width: 100%;
}

/* 活动广场 */
.activities_banner ,.activities_banner > .banner_box {
    height: 330px;
}
.activities_banner .banner_box img {
    width: 1600px;
    margin: 0 auto;
}
.hot_events {
    margin: 20px 0;
}
.hot_events h2 ,.activities_review h2 {
    font-size: 28px;
    text-align: center;
    color: #333;
    padding: 3px 0;
}
.hot_events h3 ,.activities_review h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #999;
    margin: 0 36%;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.hot_events h3+hr , .activities_review h3+hr {
    display: block;
    width: 46px;
    border: 0;
    border-bottom: 3px solid #ff7519;
    margin: -3px auto 40px;
}
.events_details > a {
    position: relative;
    display: inline-block;
    width: 24%;
    width: 280px \0;
    float: left;
}
.events_details > a+a {
    margin-left: 1.33%;
    margin-left: 26.66px \0;
}
.events_details a span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5px;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    background: url(../../images/policy/events_span_bg.png) no-repeat 0 center transparent \0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.activities {
    background-color: #fff;
    padding: 40px 0;
}
.activities_top {
    padding-top: 16px;
}
.selection {
    padding: 10px 30px;
    line-height: 14px;
}
.selection h3 {
    display: inline-block;
    width: 90px;
    color: #323232;
    font-size: 14px;
    /*font-weight: normal;*/
}
.selection  ul {
    display: inline-block;
}
.selection  ul li {
    float: left;
}
.selection  ul a {
    color: #666;
    font-size: 14px;
    padding: 0 16px;
}
.selection li.selected a ,.selection li a:hover {
    color: #ff7519;
}
.time_search {
    background-color: #fafafa;
    padding: 20px 30px;
}
.time_search td {
    position: relative;
    font-size: 14px;
    color: #999;
}
.time_search_form td span {
    padding: 0 5px;
}
.time_search_form input {
    height: 42px;
    line-height: 42px;
    text-indent: 14px;
    font-size: 14px;
    border: 1px solid #ededed;
}
.time_search_form .input_time {
    background: url(../../images/policy/time_icon.png) no-repeat 90% center #fff;
    width: 130px;
}
.time_search_form .window {
    margin-left: 10px;
}
.time_search_form .window+input {
    width: 200px;
}
.time_search_form  .events_search {
    width: 390px;
}
.events_btn_search {
    background: url(../../images/policy/events_search_icon.png) no-repeat center center #ff7519;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
}
.activities_details+div {
    margin-left: 2.66%;
}
.activities_content .target+p {
    color: #999;
    padding-left: 0;
    margin: 16px 0;
}
.activities_content .sign_up {
    display: block;
    background-color: #ff7519;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 182px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 20px;
}
.list_page {
    text-align: center;
    height: 37px;
    margin-top: 40px;
}
.list_page .num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #999;
    margin: 0 5px;
    display: inline-block;
    background: url(../../images/policy/page_bg.png) no-repeat center center transparent;
    _zoom: 1;
    _display: inline;
}
.list_page a.selected {
    background: url(../../images/policy/page_in_bg.png) no-repeat center center transparent;
    font-size: 20px;
    color: #fff;
}
.activities_review {
    margin: 26px 0 16px;
}
.activities_review .events_details > a {
    margin-bottom: 26px;
}
.activities_review .events_details > a:nth-child(4n+1){
    margin-left: 0;
}
.activities_review div.pic {
    position: relative;
}
.activities_review div.text {
    background-color: #fff;
    margin-top: -5px;
    padding: 16px 16px 10px;
}
.activities_review .text p {
    color: #333;
}
.activities_review .text .time {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    height: auto;
    line-height: 16px;
    padding-left: 22px;
}
.load_more > a {
    display: block;
    font-size: 16px;
    text-align: center;
    background-color: #fafbfc;
    color: #585858;
    width: 220px;
    margin: 5px auto;
    padding: 12px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.activities_foot {
    background-color: #f0f0f0;
}

/* 活动详情 */
.event_content > div {
    display: inline-block;
    float: left;
}
.event_content > div > div {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.main_content_left {
    width: 76%;
    margin-right: 2%;
}
.event_presentation {
    padding: 16px 26px;
}
.event_presentation h3 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}
.presentation_title span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
}
span.pageviews {
    background: url(../../images/policy/pageviews_icon.png) no-repeat 0 center transparent;
    padding-left: 26px;
}
.presentation_title .share {
    display: inline-block;
    color: #726868;
    font-size: 14px;
    line-height: 20px;
    background: url(../../images/policy/share_icon.png) no-repeat 0 center transparent;
    padding-left: 26px;
}
.presentation_content {
    margin: 10px 0;
}
.presentation_content > div {
    display: inline-block;
    float: left;
}
.presentation_content .pic {
    width: 36%;
}
.presentation_content .pic img {
    height: 226px;
}
.presentation_content .text {
    position: relative;
    width: 44%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.presentation_content .report {
    float: right;
    position: relative;
    width: 20%;
    height: 229px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.presentation_content .report img {
    height: 150px;
    height: 150px;
    text-align: left;
    margin-left: 15px;
}
.presentation_content .text p {
    margin-bottom: 7px;
    padding-left: 20px;
    background-size: 14px;
}
.text .type {
    background: url(../../images/policy/type_icon.png) no-repeat 0 center;
}
.text .cost {
    background: url(../../images/policy/cost_icon.png) no-repeat 0 center;
}
.text .sponsor {
    background: url(../../images/policy/sponsor_icon.png) no-repeat 0 center;
}
.text p.sign_up {
    background: url(../../images/policy/sign_up.png) no-repeat 0 center;
}
.text .count_down {
    background: url(../../images/policy/count_down.png) no-repeat 0 center;
    margin-bottom: 0 !important;
}
.presentation_content #sign_up {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7519;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 140px;
    padding: 8px 0;
    border-radius: 5px;
}
.particulars_title {
    border-bottom: 1px solid #ededed;
}
.particulars_title h3 {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 26px;
    border-bottom: 3px solid #ff7519;
}
.particulars_content {
    padding: 10px 26px 40px;
}
.particulars_content p ,.particulars_content td {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
p.indent {
    text-indent: 2em;
}
.particulars_content img {
    display: block;
    width: 90%;
    margin: 20px auto;
}
.particulars_content h4 {
    color: #333;
    font-size: 20px;
    line-height: 60px;
}
.particulars_content table {
    width: 76%;
    margin-bottom: 30px;
}
.particulars_content tr {
    padding: 10px 0;
}
.particulars_content td:first-child {
    width: 110px;
    vertical-align: top;
}
.main_content_right {
    width: 22%;
}
.activities_title {
    position: relative;
    border-bottom: 1px solid #ededed;
}
.activities_title h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 26px;
    border-left: 5px solid #ff7519;
}
.activities_title a {
    position: absolute;
    top: 3px;
    right: 16px;
    color: #999;
    font-size: 14px;
}
.hot_activities .events_details {
    padding: 16px 16px 0;
}
.hot_activities .events_details > a {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 16px;
}
.wonderful_review .events_details {
    margin: -6px -16px -3px;
}
.wonderful_review .events_details > a {
    margin-bottom: 3px;
}
.wonderful_review .events_details > a+a {
    padding-top: 10px;
    border-top: 1px solid #ededed;
}
.wonderful_review .events_details > a > div {
    padding: 0 16px;
}
.wonderful_review .text h4 {
    font-size: 14px;
}
.wonderful_review .text .time {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    height: auto;
    line-height: 16px;
    padding-left: 22px;
}

/* 活动详情-弹窗 */
.modal-body {
    padding: 0;
}
.popup .popup_title ,.popup_content {
    position: relative;
    padding: 20px;
}
.popup_title h2 {
    font-size: 18px;
    color: #424242;
}
.popup_title button.close {
    background: url(../../images/policy/popup_close.png) no-repeat center center;
    width: 17px;
    height: 17px;
    top: 24px;
    right: 20px;
}
.popup_content p {
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    color: #000;
    margin: 10px auto;
    padding-left: 8px;
}
p.hint {
    background: url(../../images/policy/hint_icon.png) no-repeat 0 center;
    width: 300px;
}
.popup .btn {
    background-color: #f7f8fa;
    padding: 20px 140px;
    margin-top: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.popup .btn > a {
    display: inline-block;
    float: left;
    width: 130px;
    margin-right: 28px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    border-radius: 5px;
}
.btn_orange {
    background-color: #ff751a;
    color: #fff;
}
.btn_grey {
    background-color: #ddd;
    color: #333;
}
.close.btn_grey {
    position: relative;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}
.reg_form {
    width: 86%;
    margin: 10px auto;
}
.reg_form td {
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
}
.reg_form td:first-child {
    text-align: right;
    width: 120px;
}
.reg_form td > span {
    color: #ed2727;
}
.reg_form .login_input {
    font-size: 14px;
    text-indent: 12px;
    line-height: 38px;
    max-width: 100%;
    width: 300px;
    height: 40px;
    border: 1px solid #e0e0e0;
}
.reg_form  .sm_input {
    width: 240px;
}
.reg_form  img {
    display: block;
    position: absolute;
    top: 7px;
    right: 71px;
    height: 38px;
}
a#refresh {
    display: block;
    background: url(../../images/policy/refresh_icon.png) no-repeat 0 center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 28px;
}
#submit {
    display: block;
    margin: 0 auto;
    float: none;
}
p.con {
    background: url(../../images/policy/con_icon.png) no-repeat 0 center;
    width: 96%;
}
.popup_content > span {
    font-size: 14px;
    margin-left: 66px;
}

/* 需求大厅 */
.demand .selection {
    padding: 10px 20px;
}
.selection td {
    padding: 5px 0;
}
.selection td:first-child {
    width: 90px;
    font-size: 14px;
    vertical-align: top;
    color: #999;
    padding-top: 12px;
}
.selection td li {
    padding-bottom: 10px;
    margin-left: 3px;
}
.selection td a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}
.selection td li.selected a, .selection td li a:hover {
    background-color: #ff7519;
    color: #fff;
    border-radius: 3px;
}
.condition {
    padding: 10px 20px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.condition_search {
    position: relative;
    float: right;
}
.condition_search input {
    width: 360px;
    height: 36px;
    line-height: 36px;
    text-indent: 14px;
    font-size: 14px;
    border: 1px solid #ededed;
}
.condition_search a#submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../images/policy/btn_search.png) no-repeat center center transparent;
    width: 18px;
    height: 18px;
    padding: 10px 16px;
}
.demand_list > div {
    padding: 20px;
}
.demand_list_block {
    height: 142px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #ededed;
}
.demand_list_block h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.demand_list_block td {
    position: relative;
    height: 94px;
    padding-left: 26px;
}
.demand_list_block td:first-child {
    width: 42%;
    padding-left: 0;
    padding-right: 3%;
}
.bleft {
    border-left: 1px dashed #e0e0e0;
    border-right: 1px dashed #e0e0e0;
}
.demand_list_block td > span {
    display: block;
    position: absolute;
    color: #999;
    font-size: 14px;
    margin-bottom: 12px;
}
.demand_list_block td:first-child > span {
    position: relative;
}
.demand_list_block td > span:first-child {
    top: 0;
}
.demand_list_block .bottom {
    bottom: 0;
}
.demand_list_block span.status {
    font-size: 18px;
}
span.status.underway {
    color: #7fc531 !important;
}
span.status.waiting {
    color: #4bb9f4 !important;;
}
span.status.finish {
    color: #555 !important;;
}
.demand_list_block span.countdown {
    font-size: 18px;
    color: #ff7519;
}
span.countdown > span {
    font-size: 22px;
    margin: 0 3px;
}
.demand_list_block td p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-bottom: 12px;
}
.demand_list_block td a {
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 120px;
    padding: 5px 0;
    margin-bottom: 12px;
    border-radius: 5px;
}
a.btn_permit {
    background-color: #ff981b;
}
a.btn_prohibit {
    background-color: #d7d7d6;
    cursor: default;
}
.demand_list_page {
    font-size: 14px;
    text-align: center;
    height: 32px;
    margin: 20px 0;
}
.demand_list_page a {
    line-height: 30px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}
.demand_list_page a.selected ,.demand_list_page a:hover {
    background-color: #ff4a47;
    color: #fff;
}
.agency_details > a ,.need_details > a {
    display: block;
    padding: 16px;
}
.agency_details > a+a ,.need_details > a+a {
    border-top: 1px solid #ededed;
}
.agency_details > a > div {
    display: inline-block;
    float: left;
    height: 70px;
}
.agency_details .pic {
    width: 44%;
    padding-right: 0 !important;
}
.agency_details .pic img {
    margin-top: 3px;
}
.agency_details .text {
    position: relative;
    width: 52%;
    margin-left: 4%;
    padding-left: 0 !important;
}
.agency_details .text h4 {
    font-size: 14px;
    font-weight: normal;
}
.opinion {
    background-image: url(../../images/policy/star.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    width: 85px;
    height: 14px;
    margin-bottom: 0 !important;
}
.opinion.five_star {
    background-position: 0 center;
}
.opinion.four_star {
    background-position: -17px center;
}
.opinion.three_star {
    background-position: -34px center;
}
.opinion.two_star {
    background-position: -51px center;
}
.opinion.one_star {
    background-position: -68px center;
}
.opinion.zero_star {
    background-position: -85px center;
}
.need_details .text h4 {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.need_details .text p {
    color: #999;
    padding-left: 24px;
    margin-bottom: 0;
}
p.heart {
    background: url(../../images/policy/heart_icon.png) no-repeat 0 center;
}

/* 需求详情 */
.demand_title {
    border-bottom: 1px solid #ededed;
}
.demand_title > h3 {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 26px;
    border-bottom: 4px solid #ff7519;
}
.demand_content ,.demand_particulars .particulars_content {
    position: relative;
    padding: 16px 30px;
}
.abutment_process .demand_content > div {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 20px 0;
}
.abutment_process .issuance {
    background: url(../../images/policy/issuance_icon.png) no-repeat 23% center;
}
.abutment_process .recommendation {
    background: url(../../images/policy/recommendation_icon.png) no-repeat 23% center;
}
.abutment_process .cooperation {
    background: url(../../images/policy/cooperation_icon.png) no-repeat 23% center;
}
.abutment_process .arrow_icon {
    background: url(../../images/policy/arrow_icon.png) no-repeat center center;
    position: absolute;
    top: 42px;
    width: 22px;
    height: 44px;
}
.issuance+.arrow_icon {
    left: 32%;
}
.recommendation+.arrow_icon {
    right: 34%;
}
.abutment_process .demand_content div > span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-left: 70px;
}
.abutment_process .demand_content .step {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    margin-left: 20px;
}
.demand_particulars .particulars_content {
    position: relative;
}
.demand_particulars .particulars_content h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}
.demand_particulars .particulars_content > div {
    padding: 3px 0;
}
.particulars_content .operation {
    position: absolute;
    top:16px;
    right: 30px;
}
.operation > a {
    font-size: 14px;
    color: #333;
    padding: 1px 0 1px 26px;
    margin-left: 30px;
}
#reservice {
    background: url(../../images/policy/zan_icon.png) no-repeat 0 0;
}
#share {
    background: url(../../images/policy/share_icon.png) no-repeat 0 center;
}
.demand_particulars .particulars_content span {
    font-size: 14px;
    color: #333;
}
.demand_particulars .particulars_content div > span:first-child {
    color: #999;
}
.demand_particulars p {
    font-size: 14px;
    margin: 10px 0;
}
.mechanism > div {
    display: inline-block;
    float: left;
    width: 13%;
    margin: 10px 0;
}
.mechanism > div+div {
    margin-left: 1.5%;
}
.mechanism img {
    width: 100%;
    margin: 0;
}

/* 服务商城 */
.condition_select , .condition_select li {
    display: inline-block;
    float: left;
}
.condition_select span {
    font-size: 14px;
    color: #999;
    height: 38px;
    line-height: 38px;
    padding: 10px 20px;
    cursor: pointer;
}
.condition_select li.on span ,.condition_select span:hover {
    color: #ff7519;
}
.condition_select li:first-child span {
    padding-left: 0;
}
.condition_select i {
    margin-left: 5px;
    padding: 0 5px;
}
i.xia {
    background: url(../../images/policy/service/xia_icon.png) no-repeat;
    background-position: 0 center;
    width: 10px;
    height: 12px;
}
i.jian {
    background: url(../../images/policy/service/jian_icon.png) no-repeat;
    background-position: 0 center;
    width: 8px;
    height: 11px;
}
.condition_select li.on i , .condition_select span:hover i {
    background-position: -9px center;
}
.list > div ,.list > a {
    display: block;
    padding: 20px;
}
.service_list_block {
    border-bottom: 1px solid #ededed;
}
.service_list_block td {
    padding: 0 8px;
}
.service_list_block h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}
.service_list_block p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service_list_block .txt {
    margin-top: 20px;
}
.txt span {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
}
span.certified {
    background: url(../../images/policy/service/certified_icon.jpg) no-repeat 0 center;
    padding: 1px 0 1px 22px;
}
.txt .opinion {
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.list .region {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
}
.list .fee {
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    color: #ff7301;
    margin-top: -16px;
    margin-right: 5px;
}
.main_content .units {
    font-size: 14px;
    color: #ff7301;
    margin-right: 5px;
}
.service_details .text {
    margin-top: 8px;
}
.service_details .text h4 {
    font-size: 16px;
}
.service_details .text p {
    padding-left: 0;
    margin-bottom: 3px;
}
.service_details .standard {
    font-size: 14px;
    color: #333;
}
.service_details .fee {
    font-size: 24px;
    color: #ff7301;
}
.service_details .region {
    float: right;
    margin-top: -1px;
}

/* 服务详情 */
.products_details {
    background-color: #fff;
    padding: 16px 20px;
    border: 1px solid #eee;
}
.products_details td {
    position: relative;
    padding: 10px 20px;
}
.products_details td:first-child {
    width: 34%;
}
.products_details td > div > img {
    width: 352px;
    height: 352px;
}
.products_details .products_window {
    width: 303px;
    margin: 10px auto;
    overflow: hidden;
}
.products_details .products {
    width: 606px;
}
.products_details .products li {
    float: left;
    width: 54px;
}
.products_details .products li+li {
    margin-left: 8px;
}
.products li > a {
    width: 100%;
    padding: 3px 0;
    display: inline-block;
}
.products li > a > img {
    width: 54px;
    height: 54px;
}
.products li.in img {
    border: 1px solid #0d0d0d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products_details a.arrow {
    position: absolute;
    bottom: 40px;
    width: 20px;
    height: 20px;
}
a.arrow_left {
    left: 20px;
    background: url(../../images/policy/service/arrow_left.png) no-repeat center center;
}
a.arrow_right {
    right:20px;
    background: url(../../images/policy/service/arrow_right.png) no-repeat center center;
}
.products_details .data h3 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-top: -36px;
    margin-bottom: 16px;
}
.products_details h4 {
    color: #666;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.products_details p {
    position: relative;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 3px;
}
.products_details h4+p {
    margin-bottom: 20px;
}
.products_details p.pblock {
    height: 60px;
}
.products_details .standard {
    font-size: 16px;
    color: #333;
}
.products_details .fee {
    font-size: 22px;
    color: #ff7519;
    line-height: 60px;
    margin-left: 0 !important;
}
.products_details .position {
    position: absolute;
    top: 20px;
    left: 220px;
}
.products_details .opinion {
    bottom: 6px;
    margin-left: 5px;
}
.products_details p span+span {
    margin-left: 30px;
}
.products_details .data a {
    display: inline-block;
    text-align: center;
    padding: 7px 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.products_details a i {
    width: 31px;
    height: 31px;
    padding: 0 14px;
}
.consultation {
    background-color: #18acfc;
    color: #fff;
    font-size: 16px;
}
.consultation i {
    background: url(../../images/policy/service/qq.png) no-repeat -8px center;
}
.application {
    background-color: #ff7519;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
}
.application i {
    background: url(../../images/policy/service/shopping_cart.png) no-repeat 0 center;
}
.collection {
    color: #726868;
    font-size: 14px;
    margin-left: 10px;
}
.collection i {
    background: url(../../images/policy/service/collect_star.png) no-repeat 0 0;
}
.service_particulars {
    margin-top: 20px;
}
.service_particulars > div {
    display: inline-block;
    float: left;
}
.service_particulars > div > div {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.particulars_block_left {
    width: 22%;
    margin-right: 2%;
}
.contacts_block_content {
    padding: 20px 30px;
}
.contacts_block_content h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #000;
    padding: 5px 0 10px;
}
.contacts_block_content .certified {
    margin-left: 10px;
    color: #999;
}
.contacts_block_content .opinion {
    right: 0;
    padding-left: 0 !important;
    margin-left: 17px;
    margin-right: 0;
}
.contacts_block_content > .clearfix > a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 1px 14px;
    margin: 14px 0 24px;
    border-radius: 2px;
}
.qq_talking {
    color: #18acfc;
    border: 1px solid #18acfc;
}
.qq_talking i {
    background: url(../../images/policy/service/qq_icon.png) no-repeat 0 center;
    width: 13px;
    height: 15px;
    padding: 0 9px;
}
.official_website {
    float: right;
    color: #ff7519;
    border: 1px solid #ff7519;
}
.official_website i {
    background: url(../../images/policy/service/official_website.png) no-repeat center center;
    width: 16px;
    height: 16px;
    padding: 0 16px;
}
.contacts_block_content span {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding: 1px 0 1px 18px;
}
.appellation {
    background: url(../../images/policy/service/portrait_icon.png) no-repeat 0 center;
}
.telephone {
    background: url(../../images/policy/service/telephone_icon.png) no-repeat 0 center;
    margin-left: 24px;
}
.mail {
    background: url(../../images/policy/service/mail_icon.png) no-repeat 0 center;
    display: block;
    margin-top: 5px;
}
.particulars_block_right {
    width: 76%;
}
.particulars_block .particulars_title {
    border-color: #ff7519;
}
.particulars_block .particulars_title li {
    display: inline-block;
    float: left;
    width: 160px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 8px 0;
    cursor: pointer;
}
.particulars_block .particulars_title li.selected , .particulars_block .particulars_title li:hover {
    background-color: #ff7519;
    color: #fff;
}
.particulars_block_content {
    padding: 10px 40px;
}
.service_process {
    position: relative;
    padding: 36px 0 26px;
    border-bottom: 1px solid #e0e0e0;
}
.service_process > div {
    display: inline-block;
    float: left;
    width: 22%;
    margin-left: 4%;
}
.service_process > div:first-child {
    margin-left: 0;
}
.service_process > div > span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #7f7f7f;
}
.service_process .pic {
    width: 40%;
    height: 82px;
    margin: 0 auto;
}
.process1 {
    background: url(../../images/policy/service/process_apply.png) no-repeat center 0;
}
.process2 {
    background: url(../../images/policy/service/process_accept.png) no-repeat center 0;
}
.process3 {
    background: url(../../images/policy/service/process_exit.png) no-repeat center 0;
}
.process4 {
    background: url(../../images/policy/service/process_evaluate.png) no-repeat center 0;
}
.process_arrow {
    position: absolute;
    top: 60px;
    background: url(../../images/policy/service/process_arrow.png) no-repeat center 0;
    width: 135px;
    height: 18px;
}
.arrow1 {
    left: 16%;
}
.arrow2 {
    left: 42%;
}
.arrow3 {
    right: 16%;
}
.particulars_block_content > div {
    display: none;
}
.particulars_block_content .show {
    display: block;
}
.particulars_block_content .block1 h3 {
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px;
}
.particulars_block_content .block1 p {
    font-size: 16px;
}
.particulars_block_content .block1 > img {
    width: 100%;
    margin: 20px auto;
}
.particulars_block_content .txt {
    margin: 30px 0;
}
.particulars_block_content .txt {
    font-size: 16px;
    color: #999;
}
.particulars_block_content .txt span {
    font-size: 16px;
    color: #ad4130;
    margin-right: 0;
}
em, i {
    font-style: normal;
}
.particulars_block_content .comment_impression > div {
    margin-left: -1.1%;
}
.main_content .particulars_block_content .comment_impression > div > a {
    margin-left: 1.1%;
}
.main_content  .particulars_block_content .comment_tags {
    width: 27%;
    width: 28% \0;
}

/* 优质机构 */
.mechanism_list_block .div_top > div {
    display: inline-block;
    float: left;
}
.div_top .pic {
    width: 40%;
}
.div_top .pic img {
    width: 171px;
    height: 115px;
    margin: 0 auto;
}
.div_top .text {
    width: 57%;
    margin-left: 3%;
}
.mechanism_list_block h3 {
    margin-bottom: 10px;
}
.mechanism_list_block p {
    margin-bottom: 0;
}
.mechanism_list_block .txt {
    margin-top: 10px;
}
.mechanism_list_block td > p {
    color: #666;
    white-space: normal;
    margin: 10px 0;
}
.mechanism_list_block td:first-child {
    padding-right: 24px;
}
.div_bottom > a , .div_bottom > span {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
}
.mechanism_list_block a.collection {
    background: url(../../images/policy/mechanism/collection_icon.png) no-repeat 0 20%;
    margin-left: 0;
    padding-left: 24px;
}
.mechanism_list_block .div_bottom {
    margin-top: 16px;
}
.div_bottom > span {
    border-left: 1px solid #e0e0e0;
}
.div_bottom > span > span {
    color: #333;
}
.div_bottom a.all {
    color: #ff7519;
    padding-right: 0;
}
.ntd {
    width: 160px;
    height: 240px;
    padding: 0 22px !important;
    border-left: 1px solid #ededed;
}
.ntd .pic img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.ntd .text h4 {
    font-size: 14px;
    font-weight: normal;
}
.ntd .text > span {
    font-size: 12px;
}
.ntd  .units {
    font-size: 16px;
    margin-right: 0;
}
.list .ntd .fee {
    font-size: 18px;
    line-height: 24px;
}
.ntd .fl_right {
    float: right;
    margin-top: 4px;
}
.demand_list_page em {
    margin: 0 5px;
    font-style: normal;
}
.demand_list_page  input {
    width: 26px;
    height: 26px;
    line-height: 30px;
}
.institution_recommended .agency_details > a {
    padding: 20px 30px;
}
.institution_recommended .agency_details a > div {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
}
.institution_recommended .pic img {
    width: 202px;
    height: 134px;
    margin: 0 auto;
}
.institution_recommended .agency_details h4 {
    font-size: 16px;
    margin-top: 8px;
}
.institution_recommended .text > span > span {
    color: #333;
}
.institution_recommended .fl_right {
    float: right;
}
.institution_recommended .txt {
    margin-top: 10px;
}
.opinion.fl_right {
    margin-top: 2px;
}

/* 服务评价 */
.left_con .txt {
    margin-bottom: 30px;
}
.left_con .txt .opinion {
    margin-left: 16px;
}
.comment_title {
    position: relative;
    font-size: 16px;
    color: #777;
    height: 60px;
    margin-left: 346px;
    border-bottom: 1px solid #ededed;
}
.comment_title > span {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 28px;
    text-align: center;
    padding: 16px 26px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}
.comment_title > span:first-child {
    left: -346px;
}
.comment_title > span+span {
    left: -173px;
}
.comment_title .selected , .comment_title > span:hover {
    color: #000;
    padding-bottom: 13px;
    border-top: 3px solid #ff7519;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid transparent;
}
.comment_title span.selected:first-child , .comment_title > span:first-child:hover {
    border-left: 0;
}
.comment_content > div {
    padding: 16px 26px;
    display: none;
}
.comment_content .show {
    display: block;
}
.comment_content > div > div+div {
    border-top: 1px solid #eee;
}
.comment_grade {
    font-size: 14px;
    color: #000;
    padding: 36px 0 10px;
}
.comment_grade > div {
    display: inline-block;
}
.comment_grade > div:first-child span {
    padding-top: 20px;
    padding-left: 36px;
    margin-right: 20px;
}
.comment_favourable {
    background: url(../../images/policy/service/comment_favourable.png) no-repeat 0 90%;
}
.comment_medium {
    background: url(../../images/policy/service/comment_medium.png) no-repeat 0 90%;
}
.comment_bad {
    background: url(../../images/policy/service/comment_bad.png) no-repeat 0 90%;
}
.comment_grade > div+div {
    float: right;
    margin-top: -26px;
}
.favorable_rate {
    color: #999;
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid #d5d5d5;
}
.favorable_rate > em {
    font-size: 36px;
    color: #ff7519;
}
.comment_impression {
    padding: 14px 0;
}
.comment_impression h5 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-bottom: 8px;
}
.comment_impression > div > a {
    display: inline-block;
    float: left;
    width: 15%;
    font-size: 14px;
    text-align: center;
    background-color: #fdfdfe;
    color: #666;
    padding: 5px 0;
    margin: 5px 0 5px 2%;
    margin-left: 14px \0;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root .comment_impression > div > a {
    margin-left: 2%;
}
.comment_impression .no_padding_left , .comment_impression a:nth-child(6n+1) , :root .comment_impression a:nth-child(6n+1){
    margin-left: 0;
}
.comment_impression a.active ,.comment_impression a:hover {
    background-color: #fffaf6;
    color: #ff7519;
    border: 1px solid #ff7519;
}
.comment_details > div {
    font-size: 14px;
    padding: 16px 0;
}
.comment_details > div+div {
    border-top: 1px solid #eee;
}
.comment_details td {
    position: relative;
    display: inline-block;
    padding: 0 8px;
}
.comment_details td:first-child {
    padding-left: 0;
}
.comment_details .pic {
    max-width: 70px;
    width: 10%;
    text-align: center;
    vertical-align: top;
}
.comment_details  .pic img {
    border-radius: 50%;
}
.comment_details .pic+td {
    max-width: 370px;
    width: 42%;
}
.comment_details h5 {
    color: #95a5a6;
    margin: 5px 0;
}
.comment_details td .time {
    position: absolute;
    top: 6px;
    right: 0;
    width: 150px;
    font-size: 12px;
    color: #aaa;
}
.particulars_block_content td .time {
    right: -70px;
}
.comment_details p {
    font-size: 16px;
    color: #333;
    width: 360px \0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.comment_details td .heart {
    font-size: 14px;
    color: #424242;
    padding-left: 20px;
    margin-top: 20px;
}
.comment_status {
    max-width: 160px;
    width: 16%;
}
.comment_status > span {
    display: block;
    text-align: center;
    color: #999;
}
.comment_status span:first-child {
    width: 32px;
    height: 32px;
    margin: 5px auto;
}
.comment_details .comment_tags {
    max-width: 240px;
    width: 28%;
    padding-right: 0;
}
.comment_tags > span {
    display: inline-block;
    width: 100px;
    text-align: center;
    background-color: #f5f5f5;
    color: #777;
    margin:3px 0 3px 6px;
    padding: 5px 0;
}
.comment_tags > span:nth-child(2n+1) , .comment_tags .no_margin_left {
    margin-left: 0;
}
.comment_content .demand_list_page {
    margin: 10px -26px;
    padding-top: 20px;
}
.comment_to .comment_grade > div:first-child span {
    margin-right: 90px;
}
.comment_to td > div {
    color: #aaa;
}
.comment_to div > h5 {
    display: inline-block;
    margin: 5px;
}
.comment_to td .time {
    top: 8px \0;
    margin-left: 240px;
}
:root .comment_to td .time {
    top: 9px \0;
}
.comment_to .comment_details p {
    margin-top: 5px;
}
.comment_to .comment_status {
    float: right;
    width: 8%;
    width: 84px \0;
    padding-right: 0;
}

/* 机构主页 */
.institutional_information {
    margin: 40px 0 20px;
}
.institutional_information td.pic {
    width: 24%;
}
.institutional_information .pic img {
    min-height: 192px;
}
.institutional_information .con_btn{
    margin-top: 12px;
}
.institutional_information .con_btn > a {
    background-color: transparent;
}
.institutional_information .con_btn i {
    margin-right: 8px;
}
.institutional_information td+td {
    padding-left: 3%;
}
.institutional_information .text h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-top: -40px;
    margin-bottom: 20px;
}
.institutional_information .text p ,.institutional_information .operation a{
    color: #999;
}
.institutional_information .con_connect span {
    display: inline-block;
    font-size: 14px;
    padding: 2px 0 2px 24px;
    margin: 5px 30px 20px 0;
    background-size: 13px 16px;
}
.institutional_information .txt , .institutional_information .operation {
    display: inline-block;
    margin-top: 20px;
}
.institutional_information .operation {
    float: right;
}
.institutional_information .collection {
    position: relative;
}
.institutional_information .collection:hover , .institutional_information .collection.click {
    color: #ff7519;
}
.institutional_information .collection i {
    position: absolute;
    left: 0;
    top: 1px;
    width: 26px;
    height: 26px;
}
.institutional_information .collection i {
    background: url(../../images/policy/mechanism/collection_grey_icon.png) no-repeat 0 0;
}
.institutional_information .collection:hover i , .collection.click i {
    background: url(../../images/policy/service/collect_star.png) no-repeat 0 0;
}
.institutional_information .share {
    background: url(../../images/policy/mechanism/share_grey_icon.png) no-repeat 0 center;
}
.service_products {
    background-color: #fff;
    padding: 30px 0;
}
.service_products_list ul {
    margin-left: -2%;
}
.service_products_list ul li {
    position: relative;
    width: 23%;
    float: left;
    margin-bottom: 26px;
    margin-left: 2%;
}
.service_products_list li .pt_box {
    height: 208px;
}
.service_products_list li > .recommend_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.recommend_icon {
    display: block;
    background: url(../../images/policy/mechanism/recommend_icon.png) no-repeat 0 0;
    width: 38px;
    height: 47px;
}
.service_products_list li .pic img {
    height: 282px;
}
.service_products_list li h4 {
    font-size: 16px;
    color: #000;
    height: 52px;
    margin-bottom: 5px;
}
.service_products_list .pt_text > p {
    color: #666;
    margin-bottom: 5px;
}
.service_products_list .pt_text > span {
    font-size: 14px;
    color: #999;
}
.apply_btn > a {
    display: block;
    background-color: #ff7519;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 62%;
    margin: 0 auto 20px;
    padding: 8px 0;
    border-radius: 20px;
}
.service_products_list .load_more {
    margin-top: 10px;
}
.main_content > .comment_title {
    font-size: 14px;
    color: #666;
    margin-left: 0;
    border-bottom: 0;
}
.main_content > .comment_title > span {
    position: relative;
    left: 0;
    line-height: 28px;
    padding: 5px 12px;
    border: none;
}
.main_content > .comment_title .selected, .main_content > .comment_title > span:hover {
    font-weight: bold;
    color: #ff7519;
    border: 1px solid #ff7519 !important;
    border-radius: 20px;
}
.main_content > .comment_content > div {
    padding: 10px 0;
}
.main_content > .comment_content .comment_impression > div {
    margin-left: -1.1%;
}
.main_content > .comment_content .comment_impression > div > a {
    width: 10%;
    margin-left: 1.1%;
}
.main_content > .comment_content td.pic > img {
    width: 64px \0;
}
.main_content > .comment_content .comment_details .pic+td {
    max-width: 720px;
    width: 60%;
    width: 59% \0;
}
/*:root .main_content > .comment_content .time {*/
/*top: 14px \0;*/
/*}*/
.main_content > .comment_content .comment_details p {
    width: 670px \0;
}
.comment_details td .heart > span {
    color: #3388ff;
}
.main_content > .comment_content .comment_from .comment_status {
    width: 12%;
}
.main_content > .comment_content .comment_tags {
    width: 18%;
    width: 19% \0;
}
.main_content > .comment_content .comment_tags > span {
    background-color: #ebeced;
    color: #666;
    margin-left: 7px \0;
}
.main_content > .comment_content .comment_to td:first-child {
    width: 90%;
}
/*:root .main_content > .comment_content .comment_to .time {*/
/*top: 19px \0;*/
/*}*/
.see_more > a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #666;
    width: 220px;
    margin: 10px auto 0;
    padding: 12px 0;
}

/* 首页悬浮窗 */
.float_block {
    position: fixed;
    top: 47%;
    right: 0;
    width: 56px;
    z-index: 10;
}
.float_block a {
    display: block;
    text-align: center;
    line-height: 42px;
    position: relative;
    background: url(../../images/policy/cover_bg.png);
}
.float_block a > i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.phone:hover ,.weixin:hover ,.app:hover ,.qq:hover ,.weixin-qq:hover , .float_block .help:hover {
    background: #ff7519;
}
.phone > i {
    background: url(../../images/policy/phone.png) no-repeat center center;
}
.phone:hover > i {
    background: url(../../images/policy/phone_on.png) no-repeat center center;
}
.weixin > i {
    background: url(../../images/policy/weixin.png) no-repeat center center;
}
.weixin:hover > i {
    background: url(../../images/policy/weixin_on.png) no-repeat center center;
}
.app > i {
    background: url(../../images/policy/app.png) no-repeat center center;
}
.app:hover > i {
    background: url(../../images/policy/app_on.png) no-repeat center center;
}
.qq > i {
    background: url(../../images/policy/qq.png) no-repeat center center;
}
.weixin-qq > i {
    background: url(../../images/policy/qq.png) no-repeat center center;
}
.weixin-qq:hover > i {
    background: url(../../images/policy/qq.png) no-repeat center center;
}
.help > i {
    background: url(../../images/policy/help.png) no-repeat center center;
}
.float_block .top > i {
    background: url(../../images/policy/top.png) no-repeat center center;
}
.qq span {
    display: none;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    width: 76%;
    margin: 0 auto;
}
.qq:hover > i {
    display: none;
}
.float_block a > div {
    position: absolute;
    width: 186px;
    top: -1px;
    right: 56px;
    display: none;
}
.rex img {
    position: absolute;
    top: -35px;
    right: 0;
}
.rex > span {
    position: absolute;
    top: 0;
    left :100px;
    display: block;
    font-size: 12px;
    color: #3d9fe1;
}
.rex .hot_line {
    top: 20px;
    font-size: 20px;
    font-weight: bold;
}
.rex div {
    position: absolute;
    top: 59px;
    right: 0;
    background-color: #fff;
    width: 176px;
    font-size: 13px;
    text-align: left;
    padding: 10px 5px;
}
.weixin-qq div {
    background-color: #fff;
    padding: 10px 0;
}
.weixin div {
    background-color: #fff;
    padding: 10px 0;
}
.app div {
    background-color: #fff;
}
.weixin-qq div p {
    font-size: 14px;
    color: #666;
}
.weixin div p {
    font-size: 14px;
    color: #666;
}
.float_block a div i {
    color: #ff7519;
    font-weight: bold;
}

.float_block a:hover div ,.float_block a:hover span {
    display: block;
}
.float_block a.float_block_bottom img {
    top: -2px;
}
#through_train {
    position: fixed;
    top: 40%;
    left: 6px;
    z-index: 10;
}
@media screen and (max-width: 1600px){
    #through_train {
        left: 60px;
    }
    #through_train img {
        width: 105px !important;
        height: 290px !important;
    }
}
@media screen and (max-width: 1440px){
    #through_train {
        left: 6px;
    }
    #through_train img {
        width: 60px !important;
        height: 165px !important;
    }
    .expand a {
        width: 120px;
    }
    .foot_left {
        margin-left: 3% !important;
        margin-right: 0 !important;
    }
}
#through_train .close {
    position: absolute;
    /*top: 44px;*/
    /*right: 5px;*/
    top: 8px;
    right: 3px;
    background: url(../../images/policy/close_small.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

/* 首页修改 */
.block_right a.login {
    color: #fff;
    background-color: #ff7519;
}
.block_right .rk {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 14px -16px 0;
    background-color: #ffe4dd;
}
.block_right .rk > a {
    color: #f3480a;
    font-size: 14px;
    display: inline-block;
}
.block_right .rk img {
    width: 100%;
}
.block_right .products_window {
    margin: 0 -16px;
}
.block_right .products_window li {
    display: inline-block;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.block_right .products_window li+li {
    border-left: 1px solid #eee;
}
.block_right .products_window span ,.index_project a > span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #999;
}
.block_right .products_window .pic , .index_project .pic {
    width: 42px;
    height: 42px;
    margin: 8px auto 6px;
}
.index_project h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin: 5px 0;
}
.index_project > a {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-bottom: 7px;
}
.notifications {
    background: url(../../images/policy/notifications_title.png) no-repeat 0 0 #fff;
    height:70px;
    padding: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}
.notifications > div {
    display: inline-block;
    font-size: 14px;
}
.notifications .box {
    float: left;
    position: relative;
    top: 0;
    width: 840px;
    margin-top: 2px;
    margin-left: 120px;
}
.notifications .list > a {
    position: relative;
    display: block;
    color: #333;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
}
.notifications .list .time {
    position: absolute;
    color: #999;
    right: 10px;
}
.notifications_more {
    float: right;
    width: 170px;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid #eee;
}
.notifications_more a {
    display: block;
    text-align: center;
    color: #3d9fe1;
}
.index_products p {
    position: absolute;
    top: 46%;
    left: 10%;
    font-size: 16px;
    color: #fff;
}
.index_policy .policy_title{
    border-bottom: 1px solid #e9e9e9;
}
.policy_title li {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #666;
    background-color: #f1f1f1;
    margin-right: 10px;
    padding: 8px 10px;
}
.policy_title li.selected , .policy_title li:hover {
    color: #fff;
    background-color: #ff7519;
}
.latest_policy .policy_title {
    margin-left: 20px;
}
.latest_policy_block .deadline {
    width: 164px;
    display: block;
    color: #666;
    background-color: #f8f8f8;
    padding: 5px 8px;
    border-radius: 20px;
    margin: 5px 0;
}
.briefing {
    display: inline-block;
    width: 23%;
    float: right;
    background-color: #fff;
    padding: 20px 0 14px;
}
.briefing > h2 {
    display: inline-block;
    background: url(../../images/policy/briefing_title.png) no-repeat 100% center;
    width: 172px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 9px;
}
.briefing_content {
    padding: 0 20px;
    margin-top: 14px;
    min-height: 450px;
}
.briefing_content > a {
    position: relative;
    display: block;
    font-size: 14px;
}
.briefing_content span.book_name {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 2px;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    background: url(../../images/policy/events_span_bg.png) no-repeat 0 center transparent \0;
    color: #fff;
    line-height: 40px;
    padding: 0 8%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.briefing_content a.txt {
    height: 46px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.briefing_content .ellipse {
    width: 5px;
    height: 5px;
    background-color: #cbcbcb;
    top: 17px;
    left: 0;
}
.briefing_content h5 {
    font-weight: normal;
    color: #333;
    margin-left: 12px;
}
.briefing_content .more {
    text-align: center;
    color: #999;
    padding: 10px 0 5px;
}

/* 支付结果 */
.payment_block {
    background-color: #fff;
    margin-bottom: 16px;
    border: 1px solid #ededed;
}
.payment_title {
    border-bottom: 1px solid #eff2f3;
}
.payment_title span {
    display: inline-block;
    font-size: 16px;
    color: #ff7519;
    padding: 10px;
    margin: 0 10px;
    border-bottom: 2px solid #ff7519;
}
.order_content {
    padding: 10px 20px;
    border-bottom: 1px solid #eff2f3;
}
.order_content table td {
    padding: 10px 20px;
}
.order_content td.pic {
    width: 140px;
    padding: 0;
}
.order_content td h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
}
.order_content td p {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}
.order_content .price {
    font-size: 22px;
    color: #ff7519;
}
.te_left {
    text-align: left;
}
.te_right {
    text-align: right;
}
.payment_btn {
    text-align: right;
    padding: 20px;
}
.payment_btn > a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 100px;
    padding: 8px 16px;
    margin-left: 10px;
    border: 1px solid #ff7519;
    border-radius: 3px;
}
.btn_1 {
    background-color: #ff7519;
    color: #fff;
}
.btn_2 {
    color: #ff7519;
}
.need_content {
    padding: 20px 26px;
    margin-left: -2%;
}
.need_content .need_product {
    display: inline-block;
    float: left;
    width: 14.66%;
    margin-left: 2%;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.need_content .need_product span {
    display: block;
    margin-bottom: 8px;
}
.need_product img {
    width: 90%;
}
.need_product h5 {
    font-weight: normal;
}

/* 支付确认 */
.order_content label {
    margin-right: 20px;
}
.order_content label input[type="radio"] {
    margin-right: 5px;
}
.ways > span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    width: 113px;
    height: 43px;
    line-height: 43px;
    padding-left: 40px;
    border: 1px solid #ededed;
    cursor: pointer;
}
.ways > span.selected {
    background: url(../../images/policy/btn_selected.jpg) no-repeat 0 0;
}
.ways > span > i {
    position: absolute;
    top: 6px;
    left: 36px;
    padding: 17px;
    line-height: 36px;
}
.zhfb i {
    background: url(../../images/policy/zhfb.png) no-repeat 0 0;
}
.yzhf i {
    background: url(../../images/policy/yzhf.png) no-repeat 0 0;
}
.yl i {
    background: url(../../images/policy/yl.png) no-repeat 0 0;
}
td.comment_grade > div {
    display: block;
}
td.comment_grade > div+div {
    margin-top: 10px;
}
td.comment_grade > div:first-child span {
    margin-right: 3px;
}
.comment_grade .payment_btn > a {
    float: none;
}

/* 政策资讯 */
.policies .selection ul a {
    color: #333;
}
.policies .selection tr+tr {
    border-top: 1px dashed #e2e2e2;
}
.policies .selection td {
    padding-top: 10px;
}
.policies .selection td:first-child {
    padding-top: 16px;
}
.policies .time_search {
    padding: 10px 20px;
    border-top: 1px solid #eee;
}
.policies_title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
}
.policies_title h3 {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 26px;
    border-bottom: 2px solid #ff7519;
}
.policies_title a {
    position: absolute;
    top: 14px;
    right: 16px;
    color: #999;
    font-size: 14px;
}
.policies_div tr {
    display: block;
    font-size: 14px;
    padding: 10px 16px;
}
.policies_div tr+tr {
    border-top: 1px solid #ededed;
}
.policies_div table td {
    padding: 10px;
}
.td_first {
    width: 72px;
    text-align: center;
    padding-left: 0;
}
.td_first span {
    display: block;
    color: #424242;
}
.td_first .deadline {
    color: #fff;
    background-color: #3cbaff;
    padding: 3px 5px;
    margin-bottom: 10px;
}
.td_first .days {
    font-size: 24px;
    font-weight: bold;
    color: #424242;
}
.policies_div .text h4 a {
    color: #000;
    font-weight: normal;
}
.policies_div .text p a {
    color: #ff0000;
}
.policies_div .text > div {
    position: relative;
}
.policies_div .text span {
    font-size: 12px;
    margin-right: 20px;
    color: #999;
}
.policies_div .text .pageviews {
    position: absolute;
    top: 2px;
    right: 54px;
}
.policies_div .text .pageviews+span {
    position: absolute;
    top: 2px;
    right: 0;
    margin-right: 0;
    padding-left: 20px;
}
.yizan {
    background: url(../../images/policy/zan_orange.png) no-repeat 0 center;
    color: #ff7519 !important;
}
.zan {
    background: url(../../images/policy/zan_grey.png) no-repeat 0 center;
}
.policies_title li {
    display: inline-block;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 26px;
    cursor: pointer;
}
.policies_title li.active , .policies_title li:hover {
    color: #000;
    border-bottom: 2px solid #ff7519;
}
.policies_content > div {
    display: none;
    margin: 0 16px;
}
.policies_details {
    position: relative;
    padding: 20px 3px;
}
.policies_details+div {
    border-top: 1px dashed #e2e2e2;
}
.policies_details > a {
    display: inline-block;
    background: url(../../images/policy/title_dot.jpg) no-repeat 0 center;
    font-size: 16px;
    color: #000;
    padding-left: 16px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policies_details .time {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}
.main_content_right > div > a.pic {
    display: block;
    height: 127px;
}
.close.btn_orange {
    color: #fff;
    position: relative;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}
.popup .btn > .one {
    display: block;
    margin: 0 auto;
    float: none;
}
.prompt .popup_content p {
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
}
.interpretation .text h4 {
    white-space: normal;
    color: #333;
}
.interpretation .text .time {
    font-size: 12px;
    background-size: 14px;
}
.interpretation a .txt {
    width: 60%;
    padding-left: 10px;
}
.guess .text > span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    border-radius: 3px;
}
.array1 {
    background-color: #f0454d;
}
.array2 {
    background-color: #a7a7a7;
}
.guess .text h4 {
    display: inline-block;
    float: right;
    width: 87%;
    white-space: normal;
    color: #333;
}

/* 政策列表 */
.policies_list .policies_title li {
    font-size: 16px;
    color: #000;
}
.policies_list li.active, .policies_list .policies_title li:hover {
    color: #ff7519;
}
.policies_search {
    padding: 10px 30px;
    border-bottom: 1px dashed #e8e8e8;
}
.policies_search td {
    position: relative;
    font-size: 14px;
    color: #999;
    padding: 10px 0;
}
.policies_search td .index_search_select {
    display: inline-block;
    float: none;
    width: 260px;
    padding: 0;
    border-right: 0;
}
.policies_search .index_search_select input {
    width: 100%;
    background: url(../../images/policy/down_arrow.png) no-repeat 90% center #fff;
    background-size: 12px;
    outline: medium;
}
.policies_search .menu_nav {
    top: 44px;
    background: #fff;
    border: 1px solid #ddd;
}
.policies_search dt a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.policies_search dt a:hover {
    color: #fff;
    background-color: #ff7519;
}
.policies_search .events_search {
    width: 260px;
    outline: medium;
}
.policies_search .events_btn_search {
    width: 76px;
}
.search_btn {
    position: absolute;
    right: -130px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100px;
    padding: 8px 0 8px 24px;
    background: url(../../images/policy/zoom_icon.png) no-repeat 10px center #ff7519;
    border-radius: 5px;
}
.news_search_btn {
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100px;
    padding: 6px 32px 9px 30px;
    background: url(../../images/policy/zoom_icon.png) no-repeat 24px center #ff7519;
    border-radius: 5px;
}
.policies_list .td_first {
    width: 52px;
}
.policies_list .td_first span {
    font-size: 12px;
}
.policies_list .td_first .days {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 5px;
    color: #ee3e47;
    border: 1px solid #ee3e47;
    border-radius: 3px;
}
.policies_list .text > div {
    min-height: 21px;
}
.policies_list .text .pageviews {
    left: 0;
}
.policies_list .text .pageviews+span {
    left: 90px;
}
.policies_list .policies_content {
    border-bottom: 1px solid #ededed;
}

/* 政策列表_详情页 */
.details_page {
    padding: 16px;
}
.details_title {
    font-size: 12px;
    color: #999;
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
}
.details_title h2 {
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 6px 0;
}
.details_title .info {
    position: relative;
    width: 84%;
    margin: 10px auto;
}
.info span {
    margin-right: 20px;
}
.info .pageviews {
    position: absolute;
    top: 2px;
    right: 44px;
}
.info .pageviews + span {
    position: absolute;
    top: 2px;
    right: 0;
    margin-right: 0;
    padding-left: 20px;
}
.details_content {
    font-size: 14px;
    color: #000;
    padding: 20px;
}
.details_content > div {
    padding: 10px 0;
}
.details_content .text {
    border-bottom: 1px solid #ededed;
}
.details_content .text h3 {
    text-align: center;
    margin-bottom: 0;
}
.details_page .details_content p {
    text-indent: 2rem;
    margin-bottom: 0;
}
.enclosure p {
    line-height: 26px;
    margin-bottom: 10px;
}
.details_content .text span {
    color: #000;
    margin: 0;
}
.enclosure h3 {
    font-weight: normal;
    margin-bottom: 10px;
}
.enclosure .op {
    padding: 20px 20px 20px 0;
    font-size: 16px;
    text-align: center;
}
.enclosure .op > a {
    display: inline-block;
    padding: 10px;
    width: 130px;
    border: 1px solid #ededed;
    border-radius: 30px;
}
.enclosure .op > a:hover , .enclosure .op > a.aclick {
    border: 1px solid #ff7519;
}
.enclosure .op > a span {
    padding-left: 20px;
}
.enclosure .op > a:hover span ,.enclosure .op > a.aclick span {
    background: url(../../images/policy/zan_orange.png) no-repeat 0 center;
    color: #ff7519 !important;
}
.link > div {
    padding: 0 10px;
    border-bottom: 1px solid #ededed;
}
.link > div span {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    border-bottom: 3px solid #ff7519;
}
.link p {
    position: relative;
    line-height: 26px;
    margin: 10px 0;
}
.link p a {
    position: absolute;
    display: inline-block;
    color: #000;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 政策申报 */
.declaration {
    border-bottom: 1px solid #ededed;
}
/*.declaration .text .pageviews {*/
/*left: 0;*/
/*}*/
/*.declaration .text .pageviews + span {*/
/*left: 90px;*/
/*}*/

/* 政策申报_详情页 */
.policies_table tr {
    border: 1px solid #ddd;
}
.policies_table td+td {
    border-left: 1px solid #ddd;
}
.policies_table .td_color {
    width: 120px;
    text-align: center;
    background-color: #f8f8f8;
}
.policies_table td p {
    padding: 10px 16px;
    min-width: 30px;
    height: 21px;
    text-indent: 0 !important;
}
.policies_table td p+p {
    border-top: 1px solid #ddd;
}
.policies_table td.state {
    font-size: 18px;
    text-align: center;
}
.state_1 {
    color: #48c38b;
}
.state_2 {
    color: #f0454d;
}
.abstract h3 {
    background: url(../../images/policy/abstract_icon.png) no-repeat 0 center;
    color: #252e35;
    padding-left: 20px;
    margin-bottom: 10px;
}
.abstract p {
    line-height: 26px;
    color: #252e35;
    background-color: #f6fafd;
    padding: 16px 32px;
    border: 1px solid #f0f3fa;
}

/* 政策搜索 */
.search_list .policies_div {
    padding: 16px 0;
}
.search_list .policies_div > .text {
    padding: 16px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
}
.search_list .text a {
    display: block;
    background: url(../../images/policy/title_dot.jpg) no-repeat 0 center;
    font-size: 16px;
    color: #000;
    padding-left: 16px;
    width: 840px;
}
.search_list .text > div {
    padding-left: 16px;
    margin-top: 5px;
}

/* 政策订阅 */
.policies_title h3 {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 26px;
    border-bottom: 2px solid #ff7519;
}
.property > div {
    padding: 16px 0;
    margin: 0 16px;
    border-bottom: 1px dashed #eee;
}
.property > div > div {
    padding: 10px 16px;
}
.property_title {
    position: relative;
}
.property_title img {
    position: absolute;
}
.property_title h4 {
    display: inline-block;
    font-size: 16px;
    color: #666;
    height: 38px;
    line-height: 38px;
    margin-left: 52px;
}
.property_content {
    margin-left: 36px;
}
.property_content label {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 22px;
}
.property_content label input {
    opacity: 0;
    filter: alpha(opacity=0);
}
.property_content label span {
    font-size: 14px;
    color: #666;
    padding: 6px 19px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.property_content span.selected , .property_content label span:hover {
    background: url(../../images/policy/span_bg.png) no-repeat right 0;
    border-color: #ff7519;
}
.property .scope_title {
    margin: 0 20px 0 47px;
    padding-bottom: 0;
    border-bottom: 1px solid #eff2f3;
}
.scope_title li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 5px 5px 12px 20px;
    margin-right: 16px;
}
.scope_title li.selected {
    background: url(../../images/policy/check.png) no-repeat 0 9px;
    color: #ff7519;
}
.scope_title li.active , .scope_title li:hover {
    background: url(../../images/policy/li_bg.png) no-repeat center bottom;
    color: #ff7519;
}
.scope_title li.selected.active ,.scope_title li.selected:hover {
    background: url(../../images/policy/check.png) no-repeat 0 9px,url(../../images/policy/li_bg.png) no-repeat center bottom;
}
.property .scope_content {
    background-color: #fbfbfb;
    margin: 0 20px;
    padding: 20px 30px;
}
.scope_btn a {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    margin-right: 16px;
    border: 1px solid #ff7519;
    border-radius: 5px;
}
.bt_3 {
    background-color: #fff;
    color: #ff7519;
}
.scope_option > div {
    margin-top: 30px;
    margin-left: -13px;
    display: none;
}
.scope_option label {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 3px;
    margin-bottom: 26px;
}
.scope_option label input {
    opacity: 0;
    filter: alpha(opacity=0);
}
.scope_option span {
    background-color: #fff;
    font-size: 14px;
    color: #666;
    padding: 3px 19px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.scope_option span.selected , .scope_option span:hover {
    color: #ff7519;
    background-color: #fffaf6;
    border-color: #ff7519;
}
#btn_subscribe {
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
    border-radius: 5px;
}
.attribute {
    padding: 16px;
}
.attribute p {
    font-size: 14px;
    color: #a52222;
    padding: 0 0 20px 14px;
    background: url(../../images/policy/p_bg.png)no-repeat 0 8px;
}
.attribute p+div {
    margin-top: -7px;
    padding: 5px 14px;
}
.attribute div i {
    display: inline-block;
    font-size: 14px;
    color: #666;
    background-color: #f8f8f8;
    padding: 5px 16px;
    margin-right: 10px;
    margin-bottom: 16px;
    border-radius: 3px;
}

/* 需求详情_服务推荐 */
.recom .popup_title h2 {
    font-weight: normal;
}
.recom a.arrow {
    position: absolute;
    bottom: 40%;
    width: 32px;
    height: 32px;
}
.recom .arrow_left {
    left: 30px;
    background: url(../../images/policy/arrow_left_orange.png) no-repeat center center;
}
.recom .arrow_left.no {
    background: url(../../images/policy/arrow_left_grey.png) no-repeat center center;
    cursor: default;
}
.recom .arrow_right {
    right: 30px;
    background: url(../../images/policy/arrow_right_orange.png) no-repeat center center;
}
.recom .arrow_right.no {
    background: url(../../images/policy/arrow_right_grey.png) no-repeat center center;
    cursor: default;
}
.recom .products_window {
    width: 660px;
    height: 376px;
    margin: 10px auto;
    overflow: hidden;
}
.recom li {
    display: inline-block;
    width: 660px;
    float: left;
    margin-left: -6px;
}
.recom li > div {
    position: relative;
    display: inline-block;
    width: 23%;
    float: left;
    padding: 8px;
    margin-left: 2%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}
.recom li span.selected {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../../images/policy/check.png) no-repeat 0 0;
    width: 33px;
    height: 31px;
}
.recom li .pic img {
    width: 134px;
    height: 134px;
    margin: 0 auto;
}
.recom li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 专家咨询 */
.div_fl_left {
    margin-top: 10px;
}
.index_search_box {
    position: relative;
}
.index_search_form {
    margin-top: 20px;
}
.index_keyword {
    position: absolute;
    top: -16px;
}
.index_keyword a {
    display: inline-block;
    font-size: 12px;
    color: #222;
    padding: 8px 8px 13px;
}
.index_keyword a.active , .index_keyword a:hover {
    color: #fff;
    background: url(../../images/policy/a_active.png) no-repeat 0 center;
}
.experts .main_left {
    background-color: transparent;
}
.experts .main_left > div {
    background-color: #fff;
    margin-bottom: 16px;
    border: 1px solid #ededed;
}
.search_content {
    padding: 16px 10px;
    font-size: 14px;
}
.search_content > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search_div {
    position: relative;
    margin-bottom: 16px;
}
.search_content input {
    width: 100%;
    height: 30px;
    text-indent: 12px;
    line-height: 30px;
    outline: medium;
    border: 1px solid #ddd;
}
.search_div a {
    position: absolute;
    top: 1px;
    right: -1px;
    text-align: center;
    color: #fff;
    background-color: #ddd;
    width: 60px;
    height: 30px;
    line-height: 30px;
}
.search_content .index_search_select {
    float: none;
    width: 100%;
    padding: 0;
    border-right: 0;
}
.search_content .index_search_select input {
    background: url(../../images/policy/down_arrow_big.png) no-repeat 95% center;
}
.search_content .menu_nav {
    top: 32px;
    background: #fff;
    border: 1px solid #ddd;
}
.search_content .menu_nav dt {
    text-align: left;
}
.search_content .menu_nav dt:hover {
    background-color: #ff7519;
}
.search_content dt a {
    display: block;
    width: 100%;
    padding-left: 20px;
}
.search_content dt:hover a {
    color: #fff;
}
.experts_classification .selection li {
    padding-bottom: 10px;
    margin-left: 3px;
}
.experts_classification .selection a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 12px;
}
.experts_classification .selection li.selected a, .experts_classification .selection li a:hover {
    background-color: #ff7519;
    color: #fff;
    border-radius: 3px;
}
.experts_info {
    padding: 10px;
}
.experts_info tr {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.experts_info td {
    padding: 20px 10px;
}
.experts_info .pic {
    width: 90px;
    padding-left: 20px;
    padding-right: 20px;
}
.experts_info td p {
    position: relative;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    padding-right: 20px;
}
.experts_info td p.name {
    font-size: 18px;
    color: #0990ed;
    margin-bottom: 17px;
}
.experts_info td p a {
    position: absolute;
    right: 0;
    color: #e60012;
}
.experts_info .op {
    width: 100px;
    padding-right: 70px;
}
.experts_info .op a span {
    display: block;
    background: url(../../images/policy/consult_icon.png) no-repeat 16px 60% #ff7519;
    text-align: center;
    color: #fff;
    padding: 8px;
    padding-left: 30px;
    border-radius: 5px;
}
.experts_popup h2 {
    font-weight: normal;
}
.experts_consult textarea {
    width: 90%;
    min-height: 140px;
    font-size: 14px;
    padding: 10px 20px;
}
.experts_popup .warm_reminder p {
    font-size: 14px;
    text-align: left;
    text-indent: 2rem;
    line-height: 24px;
}

/* 专家详情 */
.experts_div {
    margin-top: -160px;
    margin-bottom: 40px;
}
.experts_div .main_content , .experts_details .main_content {
    background-color: #fff;
    border-radius: 10px;
}
.experts_div .experts_info tr {
    font-size: 21px;
    border-bottom: none;
}
.experts_div .experts_info .pic {
    width: 205px;
}
.experts_div .experts_info td p {
    line-height: 40px;
}
.experts_div td p.name {
    font-size: 25px;
    margin-bottom: 42px;
}
.experts_div .experts_info .op {
    width: 160px;
}
.experts_div .experts_info .op a span {
    background-image: url(../../images/policy/consult_icon_big.png);
    background-position: 30px 60%;
    padding: 11px;
    padding-left: 46px;
}
.experts_details {
    margin-bottom: 40px;
}
.experts_details .main_content {
    padding: 60px 0;
}
.experts_details .main_content > div {
    padding: 10px 60px;
    margin: 0 60px;
    border-left: 1px solid #cfcfcf;
}
.experts_details .main_content > div+div {
    padding-top: 40px;
    border-top: 1px dashed #d1d1d1;
}
.experts_details_title , .experts_details_content {
    position: relative;
    padding-bottom: 30px;
}
.experts_details_title img {
    position: absolute;
    top: -10px;
    left: -91px;
}
.experts_details_title h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.experts_details_content span {
    position: absolute;
    top: 10px;
    left: -70px;
    background: url(../../images/policy/experts_span_bg.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
.experts_details_content p {
    font-size: 20px;
    color: #000;
    line-height: 36px;
}

/* 活动精彩回顾 */
.review_title h3 {
    font-size: 18px;
    color: #000;
    margin-left: 16px;
}
.review_content {
    border-bottom: 1px solid #ededed;
}
.review_content .pic img , .events_details a > img {
    width: 230px;
    height: 153px;
    margin: 0 auto;
}
.review_content .text h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.review_content .text p {
    margin-bottom: 30px;
}
.review_content .text span {
    font-size: 14px;
}
.review_details a > div {
    display: inline-block;
    float: left;
    padding: 10px 14px !important;
}
.review_details div.pic img {
    width: 100px;
    height: 67px;
    margin: 0 auto;
}
.review_details div.text {
    width: 120px;
    float: right;
    padding-left: 0 !important;
}
.review_details .text h4 {
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 14px;
}

/* 活动精彩回顾_详情 */
.activities_details_page .details_title {
    margin: 0 10px;
}
.activities_details_page .details_title h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.activities_details_page .details_title .info {
    width: 100%;
    margin: 10px 0;
}
.activities_details_page .info .pageviews {
    top: 0;
    right: auto;
    margin-left: 16px;
}
.activities_details_page .info .pageviews + span {
    top: 0;
    right: auto;
    margin-left: 96px;
}
.info #share {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 14px;
    color: #726868;
    padding: 1px 0 1px 26px;
    margin-left: 30px;
}
.activities_details_page .details_content .text {
    border-bottom: none;
}
.activities_details_page .text img {
    display: block;
    width: 564px;
    height: 376px;
    margin: 20px auto;
}

/* 网站导航 窗口平台 */
.index_head_nav .item {
    display: none;
    position: absolute;
    top: -6px;
    left: -1px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    z-index: 12;
}
.index_head_nav .top-nav {
    display: none;
    position: absolute;
    top: 25px;
    right: -155px;
    background-color: #fff;
    float: left;
    width: 1053px;
    min-height: 300px;
    padding: 5px 0 5px 5px;
    z-index: 11;
    border: 1px solid #dfdfdf;
}
.navigation:hover .item ,.navigation:hover .top-nav {
    display: block;
}
.index_head_nav .top-nav > div {
    float: left;
    min-height: 300px;
    border-right: 1px solid #eee;
}
.top-nav1 {
    width: 219px;
}
.top-nav2 {
    width: 239px;
}
.top-nav3 {
    width: 142px;
}
.top-nav4 {
    width: 356px;
}
.top-nav5 {
    width: 80px;
    border-right: none !important;
}
.index_head_nav .top-nav > div >div:first-child {
    border-bottom: 1px solid #eee;
    color: red;
    font-size: 14px;
    width: 100%;
    height: 28px;
    line-height: 35px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.top-nav-1 h4 {
    margin-left: 5px;
}
.index_head_nav .top-nav > div >div:first-child+div {
    width: 100%;
    height: 244px;
}
.top-nav ul li {
    float: left;
    font-size: 12px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    margin: 5px 2px;
    padding: 0 8px;
    border-right: none;
}
.index_head_nav .item a , .top-nav ul li:hover a {
    color: #ff7519;
}
.ckpt {
    position: relative;
}
.nav_ckpt_t {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    color: #ff7519;
    background-color: #fff;
    z-index: 12;
    border: 1px solid #ff7519;
    border-bottom: none;
}
.ckpt:hover .nav_ckpt_t ,.ckpt:hover .nav_ckpt {
    display: block;
}
.nav_ckpt {
    display: none;
    position: absolute;
    right: -2px;
    top: 42px;
    background-color: #fff;
    text-align: left;
    width: 736px;
    height: 276px;
    padding: 5px 0 5px 5px;
    z-index: 11;
    border: 1px solid #ff7519;
}
.nav_ckpt_nav {
    float: left;
    height: 280px;
}
.nav_ckpt_nav+div {
    border-left: 1px solid #eee;
}
.nav_ckpt_1 {
    width: 179px;
}
.nav_ckpt_2 {
    width: 360px;
}
.nav_ckpt_nav_1 {
    border-bottom: 1px solid #eee;
    color: red;
    font-size: 14px;
    width: 100%;
    height: 32px;
    line-height: 35px;
}
.nav_ckpt h4 {
    margin-left: 10px;
}
.nav_ckpt_nav_2 {
    width: 100%;
    height: 246px;
}
.nav_ckpt li {
    float: left;
    font-size: 12px;
    width: 74px;
    height: 25px;
    line-height: 25px;
    margin-left: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav_ckpt li a {
    color: #333;
}
.nav_ckpt li:hover a , .nav_ckpt li a.active {
    color: #ff7519;
    background: none;
}

/* 窗口平台_首页 */
.index_regard > a > span {
    color: #f30213;
}
/*.platform_header .top-nav {*/
    /*right: -302px;*/
/*}*/
.platform_header .div_fl_left {
    width: 520px;
    margin-top: 3px;
}
.platform_header .index_search_box {
    width: 470px;
    margin-left: 20px;
}
.platform_header .index_search_form {
    width: 470px;
}
.index_head_nav li span > i {
    font-size: 14px;
    color: #ff500b;
}
.pt_nav {
    background-color: #ff751a;
    border-bottom: none;
}
.pt_nav .main_content a, .pt_nav div {
    color: #fff;
}
.pt_nav .main_content > a.active, .pt_nav a:hover {
    background: #f36202;
    color: #fff;
}
.platform_top > div > div {
    display: inline-block;
    float: left;
}
.platform_top .banner_win {
    width: 67%;
    height: 378px;
}
.platform_top .banner_box {
    height: 378px;
}
.platform_top .banner_box > a {
    position: relative;
    width: 100%;
    height: 378px;
}
.platform_top .banner_box img {
    width: 100%;
    height: 378px;
}
.platform_top .banner_box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../images/policy/cover_bg.png) 0 0;
    font-size: 16px;
    color: #fff;
    width: 804px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    z-index: 16;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.platform_top .ctrl_box {
    bottom: 16px;
    left: auto;
    right: 10px;
    z-index: 20;
}
.platform_top .ctrl_box a {
    width: 12px;
    height: 12px;
    background: url(../../images/policy/platform/ctrl.png);
}
.platform_top a.ctrl_selected {
    background: url(../../images/policy/platform/ctrl_selected.png);
}
.platform_news {
    width: 33%;
    background-color: #fff;
}
.platform_news .news_title {
    border-top: 2px solid #ddd;
}
.news_title li {
    display: inline-block;
    float: left;
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #999;
    padding: 10px 0;
    cursor: pointer;
}
.news_title li.active , .news_title li:hover {
    color: #000;
    border-top: 2px solid #ff751a;
    margin-top: -2px;
}
.news_content > div {
    display: none;
    font-size: 14px;
    margin: 10px 26px 3px;
}
.news_content div > div {
    margin-bottom: 16px;
}
.news_content div > h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.news_content h3 a {
    color: #ff751a;
}
.news_content p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_content div > a {
    position: relative;
    display: block;
    margin-bottom: 4px;
}
.news_content a > p {
    background: url(../../images/policy/platform/news_p_bg.png) no-repeat 0 center;
    color: #000;
    padding: 5px 16px;
    width: 74%;
}
.news_content a span {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
}
.news_content .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    border-top: 1px dashed #e2e2e2;
}
.news_content .more a {
    color: #999;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}
.region {
    margin: 20px 0;
}
.region .main_content > div{
    display: inline-block;
    float: left;
    width: 19.5%;
    min-height: 274px;
}
.region .main_content > div+div{
    margin-left: 0.625%;
}
.region_title {
    background: url(../../images/policy/platform/region_bg.png) no-repeat center center;
}
.region_title > div {
    background: url(../../images/policy/platform/region_title_bg.png) no-repeat center center;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 160px;
    margin: 57px auto;
}
.region_title h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 46px 0 10px;
}
.region_title a {
    display: block;
    width: 76px;
    margin: 5px auto;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
}
.region_content {
    position: relative;
}
.region_content > a {
    display: block;
}
.region_content a > img {
    display: block;
    width: 100%;
    height: 274px;
    margin: 0 auto;
}
.region_a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.region_content .region_a {
    background: url(../../images/policy/platform/region_a_bg.png) repeat-x  0 center;
    height: 54px;
    font-weight: bold;
    line-height: 64px;
}
.platform_div {
    margin-bottom: 20px;
}
.platform_div .main_content > div {
    display: inline-block;
    float: left;
}
.platform_activities {
    width: 73%;
}
.platform_div .content_title {
    position: relative;
    padding: 10px 0;
    margin: 0;
}
.platform_div .content_title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    min-height: 27px;
}
.platform_activities .content_title h2 {
    background: url(../../images/policy/platform/title_icon_1.png) no-repeat  0 center;
    padding-left: 34px;
}
.platform_div .content_title .more {
    position: absolute;
    top: 12px;
    right:1px;
    font-size: 14px;
    color: #999;
}
.platform_activities .index_activities_block {
    margin: 0;
    margin-left: -1.33%;
    height: 373px;
}
.platform_activities .activities_details {
    width: 32%;
    margin-left: 1.33%;
}
.platform_activities .activities_details img {
    height: 182px;
    margin: 0 auto;
}
.platform_activities .activities_details .text {
    min-height: 160px;
}
.platform_document {
    width: 26%;
    margin-left: 1%;
}
.platform_document .content_title {
    border-bottom: 2px solid #f66c75;
}
.content_block {
    background-color: #fff;
}
.platform_document .content_block {
    height: 371px;
    padding: 14px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.platform_document .content_block > div+div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}
.platform_document .content_block > div a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    margin-bottom: 10px;
}
.platform_document .content_block span {
    font-size: 12px;
    color: #999;
}
.content_block .source {
    float: right;
}
.platform_institutions .content_title h2 {
    background: url(../../images/policy/platform/title_icon_2.png) no-repeat 0 center;
    padding-left: 34px;
}
.main_content .platform_div > div {
    display: inline-block;
    float: left;
    margin-top: 0;
}
.main_content .platform_div > div:first-child {
    width: 76%;
}
.main_content .platform_div > div:first-child+div {
    width: 23%;
    margin-left: 1%;
}
.platform_div .index_service .index_service_block {
    float: none;
    width: 100%;
    margin-bottom: 0;
}
.platform_div .index_service_block_left {
    width: 26%;
    height: 425px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.institutions_service {
    background: url(../../images/policy/platform/service_bg_1.jpg) no-repeat 0 0;
    background-size: cover;
}
.platform_div .index_service_block_left p {
    font-size: 30px;
    padding: 20px 14% 10px;
}
.platform_div .index_service_block_left span {
    font-size: 20px;
    padding: 0 14% 60px;
}
.platform_div .index_service_block_right {
    width: 74%;
}
.platform_div .institutions_content {
    margin-top: 0;
    padding: 0;
}
.platform_div .institutions_content+div {
    border-top: 1px solid #eee;
}
.platform_div .institutions_content > div+div {
    border-left: 1px solid #eee;
}
.platform_div .institutions_content > div {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 23px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.platform_div .institutions_content a.logo {
    background-color: #fff;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    width: 182px;
    height: 100px;
    *display: block;
    *font-size: 87px;
    margin: 10px auto;
}
.platform_div a.logo img {
    max-width: 100%;
    min-height: inherit;
    max-height: 100%;
    vertical-align:middle;
}
.platform_div .institutions_content h4 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.platform_div .opinion {
    margin-right: 0;
}
.platform_case .content_title {
    border-bottom: 2px solid #5e9ceb;
}
.platform_case .content_block {
    padding: 36px 20px;
    height: 351px;
}
.case_block {
    position: relative;
}
.case_block+div {
    margin-top: 35px;
}
.case_block > img {
    display: block;
    width: 100%;
    height: 158px;
    margin: 0 auto;
}
.case_block .region_a {
    background: url(../../images/policy/cover_bg.png) 0 center;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
}
.platform_products .content_title h2 {
    background: url(../../images/policy/platform/title_icon_3.png) no-repeat 0 center;
    padding-left: 34px;
}
.products_service {
    background: url(../../images/policy/platform/service_bg_2.jpg) no-repeat 0 0;
    background-size: cover;
}
.platform_products .index_service_block_left {
    height: 582px;
}
.platform_products a.logo img {
    width: 100%;
    height: 182px;
    max-height: inherit;
    margin-bottom: 2px;
}
.platform_products .institutions_content > div {
    padding: 17px 20px;
}
.platform_div .institutions_content h4 a {
    color: #000;
}
.platform_div .institutions_content p {
    font-size: 14px;
    color: #999;
}
.platform_div .institutions_content p > span {
    font-size: 18px;
    color: #ff7519;
    margin-right: 5px;
}
.platform_demand .content_title {
    border-bottom: 2px solid #ffa956;
}
.platform_demand .demand_block {
    position: relative;
    padding: 20px 0;
    margin: 0 20px;
}
.platform_demand .demand_block+.demand_block {
    border-top: 1px dashed #e3e3e3;
}
.platform_demand .demand_block h4 a {
    font-size: 14px;
    color: #000;
}
.platform_demand .demand_block .state {
    top: 22px;
    right: 0;
}
.platform_demand .free_release {
    background: url(../../images/policy/platform/free_release_bg.jpg) no-repeat center 0;
    height: 190px;
    bottom: -120px;
}
.platform_demand #release {
    position: relative;
    bottom: -120px;
}
.corporate_style .content_title h2 {
    background: url(../../images/policy/platform/title_icon_4.png) no-repeat 0 center;
    padding-left: 34px;
}
.corporate_content > div {
    margin-left: -1%;
    margin-bottom: 10px;
}
.corporate_content > div > div {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 1%;
}
.style_one {
    width: 44%;
}
.style_two {
    width: 26.5%;
}
.style_three {
    width: 32.33%;
}
.style_one .region_a {
    background: url(../../images/policy/cover_bg.png) 0 center;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
}
.corporate_content .pic {
    background-color: #fff;
}
.style_one .pic {
    height: 229px;
}
.style_two .pic {
    height: 163px;
}
.style_three .pic {
    height: 199px;
}
.corporate_content .pic  img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.corporate_content .text {
    background-color: #fff;
    font-size: 14px;
    height: 46px;
    padding: 10px 20px;
}
.corporate_content .text h5 a {
    display: inline-block;
    font-weight: normal;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.corporate_content .text span {
    color: #999;
}
.platform_div .copy_img > a {
    display: block;
    margin-top: 47px;
    height: 504px;
}
.copy_img > a > img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.famous_products .content_title h2 {
    background: url(../../images/policy/platform/title_icon_5.png) no-repeat 0 center;
    padding-left: 34px;
}
.platform_service > div {
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.platform_service .main_content > div {
    display: inline-block;
    float: left;
}
.platform_service .title {
    width: 20%;
    padding: 0;
}
.platform_service .title a {
    display: block;
}
.platform_service .title img {
    width: 100%;
    height: 233px;
    vertical-align: middle;
    margin: 0 auto;
}
.platform_service .icon {
    width: 80%;
}
.platform_service .icon > div+div {
    border-top: 1px solid #e1e1e1;
}
.platform_service .icon div > a {
    display: inline-block;
    float: left;
    width: 25%;
    height: 116px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.platform_service div > a+a {
    border-left: 1px solid #e1e1e1;
}
.platform_service .icon .img_sign {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 240px;
    height: 76px;
}
.platform_service .img_sign img {
    text-align: center;
    vertical-align: middle;
}
.platform_service .icon p {
    color: #525252;
    font-size: 14px;
}
.hot_events .events_details .pic img {
    width: 100%;
    height: 192px;
}
.nav_box .main_content .ckpt{
    color:#333;
}
.pagination > li{
    display: inline-block;
}
.pagination >li.active a{
    background-color: #ff4a47;
    color: #fff
}

.expo_cover{
    width:100%;
    height:100%;
    position:fixed;
    background:url("../../images/policy/cover_bg.png");
    top:0;
    left:0;
    z-index: 12;
    display: none;
}
.expo_cover>.alert{
    position:absolute;
    padding-top:40px;
    width:500px;
    height:410px;
    border-radius:10px;
    background:#fff;
    left:50%;
    top:50%;
    margin-left:-295px;
    margin-top:-205px;
}
.expo_cover>.alert>.int{
    border:1px solid #ddd;
    width:390px;
    height:45px;
    line-height:45px;
    font-size:16px;
    text-indent: 50px;
    display: block;
    margin:0 auto 18px;
}
.expo_cover>.alert>.name{
    background:url("../../images/policy/alert_name_icon.png") no-repeat left center;
}
.expo_cover>.alert>.phone{
    background:url("../../images/policy/alert_phone_icon.png") no-repeat left center;
}
.expo_cover>.alert>.mess {
    background: url("../../images/policy/alert_mess_icon.png") no-repeat left center;
}
.expo_cover>.alert>.txt{
    width:390px;
    height:90px;
    padding:15px 0;
    border:1px solid #ddd;
    display: block;
    margin:0 auto;
    line-height:24px;
    font-size:14px;
    text-indent: 20px;
}
.expo_cover>.alert>.btn{
    width:140px;
    height:42px;
    line-height:42px;
    margin:10px auto 0;
    border-radius:8px;
    display: block;
    background:#1369c0;
    text-align: center;
    color:#fff;
    font-size:18px;
}
.expo_cover>.alert>.close{
    position:absolute;
    right:20px;
    top:20px;
}
.alert .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 55px;
    margin-top: -67px;
}
.pic_div {
    width: 216px;
    height: 216px;
    overflow: hidden;
}
@media screen and (min-width: 1601px){
    .service_steward_right .close {
        top: 14px;
        right: 0;
    }
    .service_steward_right .index_search_form {
        margin-top: 40px;
    }
}

/* 所属窗口 */
.window {
    position: relative;
    display: inline-block;
    width: 260px;
}
.search_content .window {
    width: 242px;
}
.window input {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border: none;
}
.search_content .window input {
    width: 220px;
    height: 32px;
    line-height: 32px;
}
.window > input {
    display: none;
}
.window > span {
    position: relative;
    display: block;
    background-color: #fff;
    width: 260px;
    padding: 0 !important;
    cursor: pointer;
    border:1px solid #ededed;
}
.search_content .window > span {
    width: 242px;
}
.window span > input {
    text-indent: 5px;
    outline: medium;
}
span.input_arrow {
    position: absolute;
    top: 40%;
    right: 1%;
    background: url(../../images/policy/down_arrow_big.png) no-repeat center center;
    width: 13px;
    height: 7px;
}
.window_box {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 220px;
    overflow: scroll;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ededed;
    z-index: 10;
}
.search_content .window_box {
    top: 32px;
}

#jstree1, #jstree2, .demo {
    max-width: 100%;
    overflow: auto;
    font: 10px Verdana, sans-serif;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    border-radius: 5px;
}
.jstree-default .jstree-icon:empty {
    display: inline-block;
    width: 16px !important;
    height: 18px !important;
    vertical-align: middle;
    overflow: hidden;
}
.jstree-default .jstree-node {
    background-position: -342px -4px !important;
}
.jstree-default .jstree-open>.jstree-ocl {
    background: url(../../images/policy/tree_icons.png) no-repeat -18px 0 !important;
}
.jstree-default .jstree-closed>.jstree-ocl {
    background: url(../../images/policy/tree_icons.png) no-repeat 0 0 !important;
}
.jstree-default .jstree-themeicon {
    background: url(../../images/policy/tree_icons.png) no-repeat -208px 0 !important;
}
.jstree-leaf .jstree-themeicon {
    background: url(../../images/policy/tree_icons.png) no-repeat -240px 0 !important;
}
.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -51px -4px !important;
}
.windows {
    position: relative;
    display: inline-block;
    width: 290px;
}
.combo-arrow {
    padding: 0 !important;
}

/* 门户调整 */
.index_activities h2 {
    font-size: 28px;
    text-align: center;
    color: #333;
    padding: 24px 0 3px;
}
.index_activities h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #999;
    margin: 0 36%;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.index_activities h3+hr {
    display: block;
    width: 46px;
    border: 0;
    border-bottom: 3px solid #ff7519;
    margin: -3px auto 40px;
}

/* 福企最优产品 */
.wrap {
    margin-top: -17px;
}
.bgpic_top {
    height: 565px;
    background: url(../../images/policy/products/fqzycp_1.jpg) no-repeat center center;
}
.zscpk {
    height: 1305px;
    background-color: #9fbffc;
}
.zscpk_title {
    width: 1000px;
    height: 133px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 133px;
    margin: 0 auto;
}
.title_line {
    float: left;
    display: inline;
    width: 40%;
}
.title_hr {
    margin-top:67px;
    width: 122px;
    height:1px;
    border:0;
    background-color:#FFF;
    color:#FFF;
}
.hr1 {
    margin-left: 274px;
}
.hr2 {
    margin-right: 274px;
}
.title1 {
    float: left;
    display: inline;
    width: 20%;
}
.zscpk_content {
    width: 1000px;
    margin: 0 auto;
}
.cp {
    min-height: 1090px;
    margin-left: -80px;
}
.cp > div {
    display: inline-block;
    width: 460px;
    padding: 28px 0;
    margin-left: 80px;
    float: left;
}
.cp_div {
    position: relative;
    width: 100%;
    height: 295px;
    background-color: #fff;
}
.zscpk_text {
    border: 1px solid #c1d0ef;
    border-bottom: none;
}
.zscpk_text1 {
    width: 412px;
    height: 183px;
    margin: 0 auto;
    border-bottom: 1px dotted #d9d9d9;
}
.zscpk_pic {
    padding-top: 27px;
    float: left;
    text-align: center;
    width: 133px;
}
.zscpk_pic_span {
    display: table-cell;
    width: 133px;
    height: 133px;
    vertical-align: middle;
}
.zscpk_pic_span img {
    max-width: 133px;
    max-height: 133px;
    border-radius: 20px;
}
.zscpk_neirong {
    width: 253px;
    padding-top: 27px;
    margin-left: 20px;
    float: left;
}
.zscpk_neirong h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.zscpk_neirong p{
    padding-top: 10px;
    color: #888;
    font-size: 14px;
}
.zscpk_neirong > span {
    display: block;
    padding-top: 13px;
    color: #222;
    font-size: 12px;
}
.zscpk_neirong .opinion {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    bottom: -2px;
}
.zscpk_text2 {
    width: 412px;
    height: 60px;
    margin: 0 auto;
    color: #222;
    font-size: 12px;
}
.syrq {
    padding-top: 15px;
    height: 10px;
    line-height: 10px;
}
.syrq > i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 8px 0 0;
}
.testicon1 {
    background: url(../../images/policy/products/friends.png) no-repeat center 0;
}
.testicon2 {
    background: url(../../images/policy/products/pointer.png) no-repeat center 0;
}
.syrq > span {
    display: inline-block;
    color: #888;
    width: 79%;
    float: right;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.anniu > div {
    display: inline-block;
    width: 228px;
    height: 48px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    float: left;
}
.cpxq {
    background-color: #fff5ec;
    border: 1px solid #ecdbbf;
}
.cpxq > a {
    color: #ff7300;
}
.zxsq {
    background-color: #ff7300;
    border: 1px solid #f36100;
}
.zxsq > a {
    color: #fff;
}
.cgal {
    height: 473px;
    background-color: #e8f1ff;
}
.cgal_title {
    width: 1000px;
    margin: 0 auto;
    height: 166px;
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 166px;
}
.cgal_title .title_hr {
    margin-top: 83px;
    background-color: #ccc !important;
    color: #ccc;
}
.cgal_content {
    position: relative;
    width: 1200px;
    margin: 13px auto;
}
.cgal_content > div {
    text-align: -webkit-center;
}
.blk {
    overflow: hidden;
    zoom: 1;
    font-size: 9pt;
    width: 1200px;
    margin: -20px auto 0;
}
.blk > a {
    width: 25px;
    height: 45px;
    float: left;
    margin-top: 58px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.blk .LeftBotton {
    background-image: url(../../images/policy/products/arrow_left.png);
    margin-right: 75px;
}
.blk .RightBotton {
    background-image: url(../../images/policy/products/arrow_right.png);
    margin-left: 75px;
}
.blk .pcont {
    width: 1000px;
    float: left;
    overflow: hidden;
}
.blk .ScrCont {
    width: 3800px;
}
.blk #List1_1, .blk #List2_1 {
    float: left;
}
.blk .pl {
    width: 321px;
    height: 240px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}
.blk .pl img {
    display: block;
    width: 312px;
    height: 130px;
    cursor: pointer;
    margin: 6px auto 1px auto;
}
.pl > p {
    font-size: 14px;
    text-align: left;
}
.picture_one {
    margin-top: 28px;
    color: #000;
}
.picture_two {
    margin-top: 16px;
    color: #888;
}
.wrap_foot {
    position: relative;
    background-color: #748cf6;
    min-height: 30px;
    padding: 30px 0;
}
.wrap_foot .bg {
    position: absolute;
    top: -8px;
    background: url(../../images/policy/products/wave_zy.png) repeat-x 0 0;
    width: 100%;
    height: 14px;
}
.wrap_foot_content {
    width: 1000px;
    margin: 0 auto;
}
.wrap_foot_content > div {
    display: inline-block;
    float: left;
    width: 560px;
    height: 120px;
    margin-top: 36px;
}
.wrap_foot_content p {
    font-size: 16px;
    color: #fff;
}
.wrap_foot_content p > span {
    color: #f1e524;
    margin-left: 20px;
}
.wrap_foot_content .foot_left {
    width: 120px;
    margin-right: 60px;
}
.wrap_foot_content .foot_right {
    width: 110px;
    float: right;
    margin-top: 6px;
}
.foot_right span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #c1dffe;
}

/* 福企特惠产品 */
.th_cp .bgpic_top {
    background: url(../../images/policy/products/fqthcp_1.jpg) no-repeat center 0;
}
.th_cp .zscpk {
    height: 1134px;
    background-color: #fae675;
}
.th_cp .zscpk_title {
    color: #d58a39;
}
.th_cp .title_hr {
    background-color: #d58a39;
}
.th_cp .cp {
    min-height: 927px;
}
.th_cp .cp_div {
    height: 256px;
}
.zscpk_content .tip {
    position: absolute;
    top: 0;
    left: 10px;
    width: 64px;
    height: 62px;
}
.th_cp .tip {
    background: url(../../images/policy/products/tip_th.png) no-repeat 0 0;
}
.th_cp .zscpk_text {
    border: none;
}
.th_cp .zscpk_text1 {
    height: 215px;
    border-bottom: none;
}
.thj {
    padding-top: 20px;
}
.thj_text {
    width: 160px;
    color: #ff7300;
    font-size: 16px;
    float: left;
}
.thj_text span {
    font-size: 24px;
    font-weight: bold;
}
.thj_anniu {
    float: right;
}
.thj_anniu a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff7300;
    border-radius: 5px;
}
.th_cp .anniu {
    height: 41px;
    background-color: #f9f9f9;
}
.anniu ul li {
    width: 152px;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #555;
    float: left;
}
.anniu li+li {
    border-left: 1px solid #e0e0e0;
}
.th_cp .cgal {
    background-color: #fffdef;
}
.th_cp .wrap_foot {
    background-color: #fe973a;
}
.th_cp .wrap_foot .bg {
    background: url(../../images/policy/products/wave_th.png) repeat-x 0 0;
}
.th_cp .wrap_foot_content p > span {
    color: #fffc82;
}
.th_cp .foot_right span {
    color: #feefc1;
}

/* 福企专属产品 */
.zs_cp .bgpic_top {
    height: 605px;
    background: url(../../images/policy/products/fqzscp_1.jpg) no-repeat center 0;
}
.zs_cp .zscpk {
    height: 1253px;
    background-color: #fff;
}
.zs_cp .zscpk_title {
    color: #000;
}
.zs_cp .title_hr {
    background-color: #ccc;
}
.zs_cp .tip {
    background: url(../../images/policy/products/tip_zs.png) no-repeat 0 0;
}
.zs_cp .zscpk_text {
    height: 205px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.zs_cp .cp {
    min-height: 1014px;
}
.zs_cp .cp_div {
    height: 256px;
}
.zs_cp .zscpk_text1 {
    height: 205px;
}
.zs_cp .cgal {
    background-color: #eff6ff;
}
.zs_cp .wrap_foot {
    background-color: #77acfc;
}
.zs_cp .wrap_foot .bg {
    background: url(../../images/policy/products/wave_zs.png) repeat-x 0 0;
}
.zscpk_content .demand_list_page {
    margin: -20px 0;
}
.zscpk_content .no_result {
    width: 500px;
    margin: 100px auto;
    text-align: center;
}
.details_content p img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* 首页修改 2017/12/27 */
.new_div > div, .news_title > div {
    float: left;
    display: inline-block;
}
.new_div .as {
    width: 43%;
    height: 294px;
}
.lateral-fold {
    height: 100%;
    overflow: hidden;
}
.lateral-fold li,.lateral-fold-tab{
    width: 56px;
    height: 100%;
    float: left;
}
.lateral-fold li{
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.handle{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/policy/shadow.png) no-repeat 0 center;
    cursor: pointer;
}
.on .handle {
    display: none;
}
.new_div .ns {
    float: right;
    width: 57%;
    height: 294px;
    background-color: #fff;
    padding: 20px 10px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ns .news_title > ul {
    float: right;
    width: 46%;
    display: inline-block;
}
.ns .news_title li {
    width: 33%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.ns .news_title li.active, .ns .news_title li:hover {
    color: #ff751a;
    margin-top: 0;
    border: none;
}
.ns li span {
    padding: 8px 0;
}
.ns li.active span, .ns li:hover span {
    border-bottom: 3px solid #ff751a;
}
.ns .news_content {
    margin-top: 10px;
}
.ns .news_content a {
    font-size: 14px;
    color: #000;
    margin: 13px 0;
    padding: 0 140px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_content a .bg {
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #525252;
}
.ns .news_content a .time {
    top: 2px;
    font-size: 12px;
}
.index_foot {
    color: #ddd;
    background-color: #494a4c;
}
.index_foot .main_content > div {
    float: left;
    display: inline-block;
    padding: 40px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot_left {
    width: 76%;
    margin-right: 3%;
}
.links {
    font-size: 14px;
    color: #ddd;
    margin: 10px 0 30px;
}
.links span {
    margin-right: 10px;
}
.links form {
    display: inline-block;
}
.links .index_search_select {
    float: none;
    width: 180px;
    margin-top: 0;
    margin-left: 10px;
    padding-right: 20px;
    border: 1px solid #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.links .index_search_select input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    background-image: url(../../images/policy/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    color: #bbb;
    cursor: pointer;
    border: none;
    outline: medium;
}
.links .css input {
    background-image: url(../../images/policy/arrow_up.png);
}
.links input::-webkit-input-placeholder{
    color: #bbb;
    font-size: 14px;
    line-height: 34px;
}
.links .menu_nav {
    top: 35px;
    left: -1px;
    padding: 16px 0 10px;
    background-color: #353638;
    border: 1px solid #888;
    border-top: none;
}
.links .menu_nav dt {
    text-align: left;
    text-indent: 10px;
}
.links .menu_nav dt span, .links .menu_nav dt a {
    display: block;
    color: #fff;
    margin-bottom: 8px;
}
.links .menu_nav dt:hover, .links .menu_nav dt a:hover {
    color: #ff751a;
}
.foot_left .index_foot_content {
    text-align: left;
}
.foot_left .index_foot_content li {
    padding: 0;
    border: none;
    width: 14%;
    display: inline-block;
}
.foot_left .index_foot_content li a {
    color: #ddd;
}
.foot_left .index_license {
    text-align: left;
    color: #ddd;
    width: auto;
    /*margin-top: 14px;*/
}
.foot_left .index_license > span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}
.foot_left .margin-left-fix2 {
    margin-left: 5px;
}
.foot_left .index_license a {
    display: inline-block;
    color: #ddd;
    margin-left: 20px;
}
.foot_right {
    width: 14%;
    text-align: center;
    font-size: 12px;
    color: #ddd;
}
.foot_right p {
    margin-top: 5px;
}
.foot_right div+div {
    margin-top: 16px;
}
.ns .n_more a {
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 14px;
    color: #ff7519;
    padding: 0;
}

/* 新加样式 */
.index_nav_box .tag {
    position: absolute;
    top: -10px;
    margin-left: 2px;
    width: 39px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff0000;
    z-index: 3;
}
.ad_zj {
    position: relative;
    top: -5px;
    height: 70px;
    display: none;
    margin-bottom: -3px;
}
.ad_zj a {
    display: block;
}
.ad_zj .close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    background: url(../../images/policy/close_ad.png) no-repeat 0 center;
}
.cc {
    position: fixed;
    top: 27%;
    right: 0;
}

.account_manager_title {
    position: relative;
    font-size: 16px;
    color: #777;
    height: 60px;
    border-bottom: 1px solid #ededed;
}
.account_manager_title > span {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 28px;
    text-align: center;
    padding: 16px 26px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}
.account_manager_title > span:first-child {
    left: -346px;
}
.account_manager_title > span+span {
    left: -173px;
}
.account_manager_title .selected , .account_manager_title > span:hover {
    color: #000;
    padding-bottom: 13px;
    border-top: 3px solid #ff7519;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid transparent;
}
.account_manager_title span.selected:first-child , .account_manager_title > span:first-child:hover {
    border-left: 0;
}
.room-book {
	margin-top: 0!important;
}
/* 政策资讯首页 */
.main_content.new_div {
    margin-bottom: 16px;
}
.main_content.new_div .as {
    height: 305px;
}
.as .swiper-slide > a {
    display: block;
}
.as .swiper-slide div {
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 23px;
    padding-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.as .swiper-container .swiper-pagination {
    bottom: 16px;
    left: auto;
    right: 16px;
    width: auto;
}
.as .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.as .swiper-pagination-bullet-active {
    background: #ff751a;
}
.main_content.new_div .ns {
    width: 56%;
    height: 305px;
    margin-left: 1%;
    padding-top: 10px;
}
.main_content.new_div .news_title > ul {
    width: 60%;
}
.main_content.new_div .news_title li {
    width: auto;
    margin-left: 26px;
}
.new_div .active a {
    display: block;
    color: #ff751a;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff751a;
}
.main_content.new_div .news_content > div {
    height: 242px;
    margin-top: -5px;
    margin-left: 5px;
}
.main_content.new_div .ns .n_more a {
    right: -10px;
}
.event_content  .events_btn_search {
    width: 60px;
}
.demand .time_search+.selection {
    padding-bottom: 0;
}
.selection label {
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    padding-top: 4px;
    margin: 3px 3px 15px 0;
}
.selection label input {
    opacity: 0;
    filter: alpha(opacity=0);
}
.selection label span {
    padding: 5px 15px;
}
.selection label span:hover, .selection label span.selected {
    background-color: #ff7519;
    color: #fff;
    border-radius: 3px;
}
.event_content  .policies_title h3 {
    padding-left: 5px;
    padding-right: 5px;
}
.policies_title > span {
    position: relative;
    top: 2px;
    height: 20px;
    color: #ff7519;
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px;
    padding-left: 16px;
    display: inline-block;
    border-left: 1px solid #ededed;
}
.policies_div td > a {
    display: block;
    width: 168px;
    height: 112px;
}
.policies_div td > a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.main_content_left .search_list .policies_div > .text {
    padding-left: 26px;
}
.policies_div td.text {
    width: 82%;
}
.demand.policies+div td.text {
    width: 67.9%;
}

/* 添加政策数据模块 */
.data_div {
    height: 45px;
    line-height: 45px;
    margin-bottom: 16px;
    background: url(../../images/policy/bg_data.jpg) no-repeat 0 center;
}
.data_div > div {
    width: 1100px;
    margin: 0 auto;
}
.data_div .clearfix > div {
    float: left;
    width: 16%;
    color: #000;
    font-size: 16px;
    margin-left: 1%;
    padding-left: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.data_div .data_1 {
    background-image: url(../../images/policy/icon_data_1.png);
}
.data_div .data_2 {
    background-image: url(../../images/policy/icon_data_2.png);
}
.data_div .data_3 {
    background-image: url(../../images/policy/icon_data_3.png);
}
.data_div .data_4 {
    background-image: url(../../images/policy/icon_data_4.png);
}
.data_div .data_5 {
    background-image: url(../../images/policy/icon_data_5.png);
}
.data_div span {
    color: #ff7519;
    margin-right: 2px;
    display: inline-block;
}