@charset"utf-8";

/* css -jmj 重点领域*/
 .backf7 {
    background: #f7f7f7;
    overflow: hidden;
}
.mb15 {
    margin-bottom: 15px;
}
.page-position {
    padding: 15px 0;
}
.page-position span {
    position: relative;
    padding-left: 20px;
}
.page-position span:before {
    content:'';
    display: inline-block;
    width: 15px;
    height: 18px;
    background:  no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
}
.page-position a:hover, .ntf-content .ntf-item .item-titles a:hover {
    color: #d71017;
}
/*project*/
 .project {
    padding: 10px 15px;
    background: #fff;
    /*min-height: 950px;*/
}
/*01*/
 .pro-header {
    position: relative;
    height: 41px;
    padding-bottom: 8px;
    border-bottom: 1px #ddd solid;
}
.pro-header-hd {
    position: relative;
    line-height: 32px;
    padding-left: 18px;
    font-size: 20px;
    color: #527bc0;
}
.pro-header-hd::after {
    content:"";
    position: absolute;
    top:50%;
    left: 0;
    margin-top: -10px;
    width: 6px;
    height: 20px;
    background: #527bc0;
}
.pro-header-bd {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 32px;
}
.pro-header-bd select {
    float: left;
    width: 171px;
    height: 32px;
    margin-left: 20px;
    border:1px #ddd solid;
    outline: none;
}
.pro-header-bd input[type="text"] {
    float: left;
    width: 171px;
    height: 32px;
    margin-left: 20px;
    padding: 0 10px;
    border:1px #ddd solid;
    outline: none;
}
.pro-header-bd input[type="submit"] {
    width: 56px;
    height: 32px;
    margin-left: 20px;
    border:0;
    outline: none;
    background: #ff8a00  no-repeat center;
    cursor: pointer;
}
/*02*/
 .pro-list {
    padding: 17px 0;
}
.proitem {
    position: relative;
    padding: 0 12px;
    margin-bottom: 15px;
    border: 1px #e9e9e9 solid;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.proitem-icon {
    position: absolute;
    top: 1px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #fff  no-repeat center center;
}
.proitem-icon.down {
    background: #fff  no-repeat center center;
}
.proitem-head {
    height: 49px;
}
.proitem-title {
    position: relative;
    float: left;
    width: 58%;
    line-height: 49px;
    padding-left: 23px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proitem-title:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    width: 8px;
    height: 11px;
    background: #fff  no-repeat center center;
}
.proitem-span {
    float: left;
    width: 20%;
    line-height: 49px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/**/
 .proitem-main {
    display: none;
    padding-bottom: 20px;
    border-top: 1px #ddd dashed;
    overflow: hidden;
}
.proitem-main.show {
    display: block;
}
.proitem-list {
    float: left;
    width: 90%;
}
.proitem-list ul li {
    float: left;
    width: 186px;
    height: 45px;
    margin: 20px 20px 0 20px;
    padding: 10px 20px;
    border: 1px #527bc0 solid;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.proitem-list ul li a {
    display: block;
    width: 100%;
    line-height: 23px;
    color: #527bc0;
    -webkit-transition: color 0.3s;
    transition:color 0.3s;
}
.proitem-list ul li i {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.proitem-list ul li i.pro-icon01 {
    background-image: ;
}
.proitem-list ul li i.pro-icon02 {
    background-image: ;
}
.proitem-list ul li i.pro-icon03 {
    background-image: ;
}
.proitem-list ul li i.pro-icon04 {
    background-image: ;
}
.proitem-list ul li i.pro-icon05 {
    background-image: ;
}
.proitem-list ul li i.pro-icon06 {
    background-image: ;
}
.proitem-list ul li i.pro-icon07 {
    background-image: ;
}
.proitem-list ul li i.pro-icon08 {
    background-image: ;
}
.proitem-code {
    float: left;
    width: 257px;
    height: 104px;
    margin-top: 23px;
    overflow: hidden;
}
.proitem-code-img {
    float: left;
    width: 104px;
    height: 104px;
    background: #000;
}
.proitem-code-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.proitem-code-span {
    float: left;
    line-height: 25px;
    margin-top: 27px;
    margin-left: 17px;
    font-size: 14px;
    color: #999;
}
/*hover*/
 .proitem-list ul li:hover {
    background: #527bc0;
}
.proitem-list ul li:hover i {
    float: none;
    width: 0;
}
.proitem-list ul li:hover a {
    text-align: center;
    color: #fff;
}
/*bm-apply*/
 .bm-apply {
    float: left;
    width: 310px;
    padding: 0 15px;
    background: #fff;
}
.bm-apply .pro-header {
    height: 50px;
    padding: 13px 0;
}
.bm-apply .pro-header-hd {
    line-height: 24px;
}
.bm-apply .ab-top {
    margin-left: -10px;
    padding-top: 17px;
    padding-bottom: 10px;
    overflow: hidden;
}
.bm-apply .ab-top a {
    float: left;
    width: 135px;
    padding: 4px 0;
    margin: 0 0 10px 10px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #527bc0;
    text-align: center;
    background: #eff5fb;
    overflow: hidden;
}
.bm-apply .ab-top a:hover {
    color: #fff;
    background: #527bc0;
}
.bm-apply .ab-bot {
    padding: 6.5px 0 0px 0;
    border-top: 1px #ddd dashed;
    overflow: hidden;
}
.bm-apply .ab-bot .ab-bot-title {
    position: relative;
    line-height: 36px;
    padding-left: 25px;
    margin-bottom: 6.5px;
    font-size: 16px;
    font-weight: bold;
    color: #527bc0;
}
.bm-apply .ab-bot .ab-bot-title:before {
    content:"";
    position: absolute;
    left: 0;
    width: 20px;
    height: 38px;
    background: ;
}
.bm-apply .ab-bot .from-div {
    margin-bottom: 10px;
    min-height: 28px;
    overflow: hidden;
}
.bm-apply .ab-bot .from-div .from-hd {
    float: left;
    width: 60px;
    line-height: 28px;
    font-size: 14px;
}
.bm-apply .ab-bot .from-div .from-bd {
    float: left;
    width: 187px;
    height: 100%;
    border: 1px #ddd solid;
}
.bm-apply .ab-bot .from-div .from-bd input[type="text"] {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 16px;
}
.bm-apply .ab-bot .from-div .yzb-bd {
    border: 0;
}
.bm-apply .ab-bot .from-div .yzb-bd input[type="text"] {
    float: left;
    width: 120px;
    border: 1px #ddd solid;
}
.bm-apply .ab-bot .from-div .yzb-bd span {
    float: right;
    width: 61px;
    height: 24px;
    background: #edf2ef;
    cursor: pointer;
}
.bm-apply .ab-bot .from-bto {
    height: 28px;
}
.bm-apply .ab-bot .from-bto .from-hd {
    color: transparent;
}
.bm-apply .ab-bot .from-bto .from-bd {
    border: 0;
    width: 64px;
}
.bm-apply .ab-bot .from-bto .from-bd input[type="submit"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ff8a00;
}
/*end*/
 .project-bto-right {
    float: right;
    width: 877px;
}
.pro-btop {
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
}
.pro-btop .pro-header {
    height: 50px;
    padding: 13px 0;
}
.pro-btop .pro-header-hd {
    line-height: 24px;
}
.pro-btop-list {
}
.pro-btop-list li {
    float: left;
    width: 25%;
    margin-top:20px;
    margin-bottom:20px;
    overflow: hidden;
}
.pro-btop-list li a {
    display: block;
    width: 180px;
    height: 115px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    border:1px #ddd solid;
    border-radius: 6px;
    background: #f7f7f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pro-btop-list li img {
    display: block;
    width: 36px;
    height: 36px;
    margin:auto;
}
.pro-btop-list li p {
    margin-top: 12px;
    line-height: 32px;
    font-size: 16px;
    color: #3d3d3d;
}
/*hover*/
 .pro-btop-list li:hover a {
    border-color: #527bc0;
    background: #fff;
}
.pro-btop-list li:hover p {
    color: #527bc0;
}
.pro-bbtn {
    display: block;
    padding:25px;
    background: #fff;
}
/*nav page*/
 .project .xpager .page {
    text-align: center;
}
/*===============服务指南==================================*/
 .pro-unit {
    margin-bottom: 23px;
    padding-bottom: 30px;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.pro-unit div {
    float: left;
    width: 14.28%;
    margin-top: 21px;
}
.pro-unit div a {
    display: block;
    width: 120px;
    height: 100px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    border: 1px #ddd solid;
    border-radius: 6px;
    transition:all 0.3s;
}
.pro-unit div img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 15px auto;
}
/*hover*/
 .pro-unit div a:hover, .pro-unit div.active a {
    border-color: #c4d0e4;
    background: #f3f6fa;
}
/*form*/
 .unit-form {
    width: 280px;
    height: 32px;
    border: 1px #ddd solid;
    border-radius: 5px;
    overflow: hidden;
}
.unit-form input[type="text"] {
    float: left;
    width: 80%;
    height: 30px;
    padding: 0 10px;
}
.unit-form input[type="submit"] {
    margin-left: 0;
    width: 32px;
    background: #fff  no-repeat center
}
/*pro-unit-list*/
 .pro-unit-list {
}
.pro-unit-list li {
    position: relative;
    padding-left: 22px;
    padding-right: 20%;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    transition:all 0.3s;
}
.pro-unit-list li:before {
    content:"";
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top:-2px;
    width: 4px;
    height: 4px;
    background: #3d3d3d;
}
.pro-unit-list li span {
    position: absolute;
    top: 0;
    right: 22px;
    line-height: 30px;
    color: #999;
}
.pro-unit-list li a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*hover*/
 .pro-unit-list li:hover:before {
    background: #527bc0;
}
.pro-unit-list li:hover a {
    color: #527bc0;
}
/*项目页*/
 .proitem_head {
    padding-bottom: 20px;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.proitem_hd-title {
    width: 100%;
    padding-top: 10px;
    font-size: 26px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
}
.proitem_hd-main {
    margin-top: 20px;
    overflow: hidden;
}
/*proitem-main-list*/
 .proitem-main-list {
    float: left;
    width: 900px;
    border-width: 1px 1px 0 0;
    border-color: #ddd;
    border-style: solid;
}
.proitem-main-list li {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 44px;
    color: #3d3d3d;
    border-bottom: 1px #ddd solid;
}
.proitem-main-list li p {
    float: left;
    width: 43%;
    padding: 0 15px;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proitem-main-list li span {
    float: left;
    width: 57%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proitem-main-code {
    float: right;
    width: 225px;
    height: 225px;
    border:1px #ddd solid;
    background: #f7f7f7;
    overflow: hidden;
}
/**/
 .proitem-main-code {
    text-align: center;
}
.proitem-main-code .proitem-code-img {
    float: none;
    width: 147px;
    height: 147px;
    margin: 11px auto;
    background-color: #fff;
}
.proitem-main-code .proitem-code-span {
    float: none;
    margin: 0;
}
/*proitem_item*/
 .proitem_item {
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both
}
.proitem_item a {
    display: block;
    float: left;
    width: 137.5px;
    height: 94px;
    margin-left: 10px;
    color: #3d3d3d;
    text-align: center;
    border:1px #ddd solid;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.proitem_item a i {
    display: block;
    width: 36px;
    height: 36px;
    margin: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.proitem_item a i.pro-icon01 {
    background-image: ;
}
.proitem_item a i.pro-icon02 {
    background-image: ;
}
.proitem_item a i.pro-icon03 {
    background-image: ;
}
.proitem_item a i.pro-icon04 {
    background-image: ;
}
.proitem_item a i.pro-icon05 {
    background-image: ;
}
.proitem_item a i.pro-icon06 {
    background-image: ;
}
.proitem_item a i.pro-icon07 {
    background-image: ;
}
.proitem_item a i.pro-icon08 {
    background-image: ;
}
/*hover*/
 .proitem_item a:hover, .proitem_item a.active {
    background: #d2eeff;
}
/*menu*/
 .proitem_list {
}
.proitem_list-menu {
    float: left;
    width: 300px;
}
.pro-menu-hd {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #527bc0;
}
.pro-menu-bd {
    min-height: 872px;
    padding: 6px 11px;
    background: #f7f7f7;
    overflow: hidden;
}
.pro-menu-bd li {
    position: relative;
    padding: 15px 35px 15px 10px;
    transition: all 0.3s;
}
.pro-menu-bd li li {
    border-top: 1px #ddd solid;
}
.pro-menu-bd li:after {
    transition: width 0.3s;
    content:"";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background-image: ;
    background-position: 0 -15px;
    background-repeat: no-repeat;
}
.pro-menu-bd li a {
    display: block;
    line-height: 27px;
    font-size: 16px;
    color: #3d3d3d;
}
/*hover*/
 .pro-menu-bd li:hover a, .pro-menu-bd li.active a {
    color: #527bc0;
}
.pro-menu-bd li:hover:after, .pro-menu-bd li.active:after {
    background-position: 0 0;
}
/*list*/
 .proitem_list-main {
    float: right;
    width: 855px;
}
.proitem_list-main .pro-header-bd {
    position: static;
    padding: 13px 16px;
    height: 58px;
    background:#f7f8fa;
}
.proitem_list-main .pro-header-bd form {
    float: right;
}
.pro-header-list {
    padding: 10px 0;
    overflow: hidden;
}
.project .proitem_list .xpager .page {
    text-align: right;
}
.old_type .page-position{font-size: 32px;}
.old_type .proitem_hd-title{font-size: 36px;}
.old_type .xxgk_info td{font-size: 24px;}
.old_type .proitem_item a{width: 275px;margin-left: 33.5px;font-size: 24px;height: 155px !important;}
.old_type .proitem_item{margin-left: -34px;}
.old_type .proitem_item a i{height: 72px;width: 72px;}
.old_type .flname{font-size: 32px;
    height: 65px;
    line-height: 65px;}
.col_right ul li{font-size: 16px;line-height: 32px;}
.old_type  .col_right ul li{font-size: 32px;line-height: 64px;}
.mobile_type .ogp-header{background-size: 130% !important;height: 123px !important;}
.mobile_type .service-banner{margin-top: -25px;}
.mobile_type .w1200{min-width: 100%;}
.mobile_type .proitem_item{margin: auto;width: 325px;}
.mobile_type .proitem_item a{margin-left: 20px;margin-bottom: 20px;}
.mobile_type .xxgk_info td{padding-left: 0px;}