@charset "utf-8";

/* Banner */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}

.banner .bd {
    zoom: 1;
}

.banner .bd img {
    width: 100% !important;
}

/* 主体 */
.wrap {
    position: relative;
    width: 1200px;
    min-height: 460px;
    _height: 460px;
    margin: 40px auto 0;
}

.wrap .main {
    display: block;
    *zoom: 1;
    overflow: hidden;
    width: 880px;
    float: right;
}

.aaa {
    background-color: #0c64c5;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.section1 {
    margin-top: -50px;
    position: relative;
    z-index: 98;
}

.s1_slide .parHd {
    height: 100px;
    background: #0c64c5;
}

.s1_slide .parHd ul li {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #5593d7;
    display: block;
}

.s1_slide .parHd ul li img {
    padding-top: 12px;
    max-width: 50%;
}

.s1_slide .parHd ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
    padding-bottom: 13px;
}

.s1_slide .parHd ul li.current {
    background: #00a0e9;
}

/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    height: 72px;
    padding: 24px 0 0;
    background: #0c64c5;
}

.leftTitle i,
.leftTitle s {
    display: block;
    padding-left: 30px;
    color: #fff;
}

.leftTitle i {
    font-size: 20px;
    line-height: 28px;
}

.leftTitle s {
    font: 12px/16px arial;
    text-decoration: none;
    text-transform: uppercase;
}

/* 二级、三级菜单 */
.menu {
    margin-bottom: 70px;
}

.menu dl dt {
    margin-bottom: 8px;
}

.menu dl dt a {
    display: block;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #cfcfcf;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.menu dl dt a:hover,
.menu dl dt .current {
    border-bottom: 1px solid #32a237;
    background: #00a0e9;
    color: #fff;
    text-decoration: none;
}

.menu dl dd {
    padding: 5px 0 5px 55px;
    border-bottom: 1px solid #eee;
    background: url(o_ico_18.gif) no-repeat 45px 13px;
    font-size: 14px;
    text-align: left;
}

.menu dl dd a:hover,
.menu dl dd .current {
    color: #32a237;
    text-decoration: none;
}

/* 面包屑 */
.location {
    position: relative;
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    line-height: 46px;
}

.location h3 {
    float: left;
    height: 44px;
    color: #000;
    font-weight: 100;
    font-size: 17px;
    display: none;
}

.breadcrumbs {
    width: 1002px;
    margin: 0 auto;
    text-align: right;
}

.breadcrumbs a {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    background: url(o_ico_04.gif) no-repeat 0 center;
    vertical-align: top;
}

.breadcrumbs .u-home {
    padding-left: 20px;
    background: url(o_ico_03.gif) no-repeat 0 center;
}

/* 内容模式 */
.article {
    padding: 20px 0 40px;
    line-height: 2;
    font-size: 14px;
    word-wrap: break-word;
}

.article .hd {
    padding: 0 0 20px;
    text-align: center;
}

.article .hd h1 {
    color: #000;
    font-size: 20px;
}

.article .hd .titBar {
    color: #797979;
    font-size: 12px;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

/* 头部新闻 */
.hotNews {
    margin-bottom: 30px;
    background: #848484;
    overflow: hidden;
}

.hotNews .pic {
    float: left;
    width: 390px;
    height: 250px;
    margin-right: 5px;
}

.hotNews .pic img {
    width: 100%;
    height: 100%;
}

.hotNews dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 25px 20px 0 15px;
    line-height: 22px;
}

.hotNews dl dt {
    margin-bottom: 13px;
    padding-left: 10px;
    background: url(o_ico_05.jpg) no-repeat 0 13px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.hotNews dl dt a {
    color: #fff;
}

.hotNews dl dt a:hover {
    color: #000;
}

.hotNews dl .i {
    min-height: 110px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #eee;
}

.hotNews dl .m {
    width: 84px;
    height: 24px;
    margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-align: center;
}

.hotNews dl .m a {
    display: block;
    color: #333;
}

.hotNews dl .m a:hover {
    background: #666;
    color: #fff;
}

/* 图文新闻 */
.pothoItem {
    margin: 0 0 40px;
}

.pothoItem .item {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.pothoItem .item .pic {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #e7e7e7;
}

.pothoItem .item .pic img {
    width: 200px;
    height: 150px;
}

.pothoItem .item dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    line-height: 20px;
}

.pothoItem .item dl dt {
    font-size: 16px;
    line-height: 32px;
}

.pothoItem .item dl .d,
.pothoItem .item dl .m {
    display: none;
}

.pothoItem .item dl .i {
    padding: 5px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

/* 图片列表 */
.pic-item-list {
    margin: 0 0 20px;
}

.pic-item-list .pic-item {
    display: block;
    float: left;
    width: 130px;
    margin-bottom: 10px;
    padding: 0;
}

.pic-item-list .list-pic {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #919090;
    line-height: 100px;
    text-align: center;
}

.pic-item-list dl {
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
}

.piList {
    padding: 0 0 20px;
    overflow: hidden;
}

.piList .pic-item-list {
    width: 907.5px;
    margin: 0 auto;
    padding: 0;
}

.piList .pic-item {
    position: relative;
    width: 275px;
    margin: 0 27.5px 23px 0;
    padding: 0;
    display: inline;
}

.piList .list-pic {
    display: block;
    width: 275px;
    height: 238px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    line-height: 148px;
}

.piList .list-pic img {
    width: 275px;
    height: 238px;
}

.piList dl {
    padding: 4px 5px;
    line-height: 20px;
}

.piList dl dt {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 新闻列表 */
.news {
    padding: 0 0 40px;
}

.newsTable th {
    border: 1px solid #fff;
    background: #c8cacb;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newsTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #dcd9d4;
    line-height: 20px;
}

.list {
    padding: 0 0 40px;
}

.list li {
    padding: 7px 0;
    border-bottom: 1px dashed #e0e0e0;
    background: url(o_ico_11.gif) no-repeat 2px 13px;
    line-height: 20px;
    clear: both;
}

.list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.list li a {
    padding-left: 15px;
}

.list li a:hover {
    text-decoration: underline;
}


/* 分页 */
.page {
    padding: 30px 0 40px;
    line-height: 24px;
    text-align: center;
}

.page a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 8px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #333;
    vertical-align: top;
}

.page a:hover,
.page .current {
    border: 1px solid #00a0e9;
    background: #00a0e9;
    color: #fff;
}

/* 人才招聘 */
.hrTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.hrTop li {
    padding-left: 16px;
    background: url(ico_05.gif) no-repeat 0 8px;
    font-weight: bold;
    line-height: 24px;
}

.hrTable .hrTableTh {
    height: 32px;
    background: #666;
    color: #fff;
}

.hrTable th {
    color: #fff;
    font-weight: normal;
}

.hrTable td {
    padding: 0 8px;
}

.hrTable .bg td {
    background: #eee;
}

.hr {
    position: relative;
    padding: 0 0 35px;
}

.hr h3 {
    padding-left: 0;
    border-bottom: 1px dotted #ccc;
    color: #32a237;
    font-size: 20px;
    line-height: 55px;
}

.hr h3 s {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.hr h3 .off {
    background: url(hr_down.gif) no-repeat center;
}

.hr h3 .on {
    background: url(hr_up.gif) no-repeat center;
}

.hrItem {
    margin-bottom: 5px;
}

.hrItem .title {
    border-bottom: 1px dotted #ccc;
    color: #999;
    font-weight: bold;
    line-height: 36px;
}

.hrItem .title span {
    float: right;
    font-weight: 100;
}

.hrItem .title span a {
    color: #88000c;
}

.hrItem .con {
    margin-bottom: 10px;
    padding: 15px 0;
    line-height: 24px;
}

.hrItem .con h4 {
    font-size: 14px;
    line-height: 36px;
}

.hrItem .apply {
    width: 95px;
    height: 25px;
    padding: 0;
    background: #01286f;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.hrItem .apply a {
    color: #fff;
}

.hr-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #777;
}

.hr-list .title {
    padding: 0;
    color: #3A7FCA;
    font-weight: bold;
    line-height: 20px;
}

.hr-list .title span {
    float: right;
    font-weight: 100;
}

.hr-list .info {
    padding: 5px 0;
    line-height: 24px;
}

.hr-list .apply {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/* 新闻列表 */
.message {
    padding: 0 0 30px;
}

.message-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #ddd;
}

.message-list .m-title {
    padding: 0;
    color: #32a237;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.message-list .m-title span {
    float: right;
    color: #01286f;
    font-size: 12px;
    font-weight: 100;
}

.message-list .m-info {
    padding: 5px 0;
    line-height: 24px;
}

.message-list .r-title {
    padding: 0;
    line-height: 20px;
}

.message-list .r-info {
    padding: 5px 0;
    line-height: 24px;
}

/* 人才招聘 */
.form-panel {
    padding: 0 0 30px;
}

.form-panel h4 {
    margin-bottom: 10px;
    padding: 0 20px;
    background: #666;
    color: #fff;
    line-height: 30px;
}

.form-panel .tips {
    padding: 10px 0 10px 100px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.form-panel .field {
    clear: both;
}

.form-panel li.field label {
    display: block;
    float: left;
    width: 100px;
    line-height: 24px;
    text-align: right;
}

.form-panel .input {
    padding: 5px 0;
    zoom: 1;
}

.form-panel .field:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.form-panel .text {
    height: 20px;
    padding: 2px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .textarea {
    width: 450px;
    height: 100px;
    padding: 1px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .submit-field {
    padding: 0 10px 20px 100px;
    _padding: 0 10px 20px 100px;
    clear: both;
}

.form-panel .submit-field input {
    margin-right: 10px;
}

.form-panel .submit-field .btn-submit,
.form-panel .submit-field .btn-reset {
    width: 93px;
    height: 29px;
    border: none;
    background: #666;
    color: #fff;
    cursor: pointer;
}

/* 产品详细页 */
.m-detail {
    margin-bottom: 30px;
}

.m-detail .m-property {
    float: left;
    width: 100%;
}

.m-detail .property {
    margin-left: 350px;
}

.m-detail .property h1 {
    font-weight: 100;
    font-size: 18px;
    line-height: 34px;
}

.m-detail .property .m-i-a {
    margin-bottom: 8px;
    padding: 8px 0 15px;
    border-bottom: 1px dotted #d9d9d9;
    color: #888;
    font-size: 14px;
    line-height: 25px;
}

.m-detail .gallery {
    position: relative;
    float: left;
    width: 350px;
    margin-left: -100%;
}

.m-detail .gallery .bigPic {
    width: 300px;
    height: 224px;
}

.product-detail {
    border: 1px solid #e5e5e5;
}

.product-detail .hd {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.product-detail .hd h2 {
    float: left;
    width: 136px;
    height: 46px;
    margin: -2px 0 -1px;
    border-top: 2px solid #0058af;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    font-size: 22px;
    font-weight: 100;
    line-height: 46px;
    text-align: center;
}

.product-detail .bd {
    padding: 25px;
    line-height: 28px;
    font-size: 14px;
}

.s13 .hd {
    float: left;
    width: 324px;
}

.s13 .hd ul li {
    float: left;
    width: 162px;
    height: 131px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.s13 .hd ul li .s13_h1 {
    padding-top: 35px;
}

.s13 .hd ul li .s13_h2 {
    display: none;
    padding-top: 35px;
}

.s13 .hd ul li p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.s13 .hd ul li.on {
    background: #00a0e9;
}

.s13 .hd ul li.on .s13_h1 {
    display: none;
}

.s13 .hd ul li.on .s13_h2 {
    display: block;
}

.s13 .hd ul li.on p {
    color: #fff;
}

.s13 .bd {
    float: right;
    width: 874px;
}

.s13 .bd ul li {
    position: relative;
}

.s13 .bd ul li img {
    width: 874px;
    height: 524px;
}

.s13 .bd ul li .s13_c {
    position: absolute;
    width: 440px;
    height: 203px;
    top: 160px;
    left: 65px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    padding: 45px 33px 0 33px;
}

.s13 .bd ul li .s13_c h1 {
    font-size: 22px;
    color: #2d2e32;
}

.s13 .bd ul li .s13_c p {
    font-size: 14px;
    color: #4a4d55;
    margin-top: 15px;
    line-height: 28px;
}

.sidebar {
    float: left;
    width: 268px;
}

.sidebar ul li {
    width: 268px;
    height: 106px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 90px;
    margin-bottom: 3px;
}

.sidebar ul li:nth-child(1) {
    background: #ededed url(ico5.png) no-repeat 45px center;
}

.sidebar ul li:nth-child(3) {
    background: #ededed url(s1_22_06.png) no-repeat 45px center;
}

.sidebar ul li:nth-child(2) {
    background: #ededed url(ico6.png) no-repeat 45px center;
}

.sidebar ul li:nth-child(4) {
    background: #ededed url(ico7.png) no-repeat 45px center;
}

.sidebar ul li:nth-child(5) {
    background: #ededed url(ico8.png) no-repeat 45px center;
    margin-bottom: 0;
}

.sidebar ul li div {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.sidebar ul li p {
    font-size: 12px;
    color: #333;
    font-family: "Arial";
    text-transform: uppercase;
}

.sidebar ul li.on div {
    color: #fff;
}

.sidebar ul li.on p {
    color: #fff;
}

.sidebar ul li.on:nth-child(1) {
    background: #00a0e9 url(ico50.png) no-repeat 45px center;
}

.sidebar ul li.on:nth-child(3) {
    background: #00a0e9 url(s1_22_b_06.png) no-repeat 45px center;
}

.sidebar ul li.on:nth-child(2) {
    background: #00a0e9 url(ico60.png) no-repeat 45px center;
}

.sidebar ul li.on:nth-child(4) {
    background: #00a0e9 url(ico70.png) no-repeat 45px center;
}

.sidebar ul li.on:nth-child(5) {
    background: #00a0e9 url(ico80.png) no-repeat 45px center;
    margin-bottom: 0;
}

/* 新闻列表 */
.news .s12_h .s12_hl {
    float: left;
}

.news .s12_h .s12_hl img {
    width: 212px;
    height: 160px;
}

.news .s12_h .s12_hr {
    margin-left: 240px;
}

.news .s12_h .s12_hr h2 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.news .s12_h .s12_hr div {
    font-size: 12px;
    color: #727272;
    margin-top: 5px;
}

.news .s12_h .s12_hr u {
    display: inline-block;
    width: 37px;
    height: 2px;
    background: #e5e5e5;
}

.news .s12_h .s12_hr p {
    font-size: 12px;
    color: #484848;
    line-height: 20px;
    margin-top: 5px;
    height: 60px;
}

.news .s12_h .s12_hr .m {
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
    background: #e77600;
    display: inline-block;
    margin-top: 3px;
}

.news .s12_n {
    margin-top: 15px;
    width: 100%;
}

.news .s12_n ul li {
    line-height: 36px;
    background: url(s12_li_03.png) no-repeat 10px center;
    padding-left: 27px;
}

.news .s12_n ul li a {
    font-size: 14px;
    color: #646464;
}

.news .s12_n ul li a:hover {
    color: #00a0e9;
}

.news .s12_n ul li a span {
    float: right;
    font-size: 12px;
    color: #969696;
}

/*经营目标*/
.title {
    text-align: center;
    margin-bottom: 30px;
}

.title i {
    font-size: 72px;
    color: #0c64c5;
    font-weight: normal;
    line-height: 1;
}

.title h1 {
    display: inline-block;
    font-weight: lighter;
    color: #0c64c5;
    font-size: 36px;
    margin-left: 10px;
}

.goals {
    padding-bottom: 30px;
}

.goals .pic {
    float: left;
}

.goalsinfo {
    float: left;
    width: 600px;
    padding: 20px 0 0 80px;
}

.goalsinfo h2 {
    font-size: 24px;
    color: #0c64c5;
    font-weight: normal;
}

.goalsinfo dl {
    margin-top: 32px;
    font-size: 18px;
}

.goalsinfo dl dt {
    font-weight: bold;
    color: #0c64c5;
    padding-bottom: 5px;
}

.goalsinfo dl .c {
    color: #0c64c5;
}

.pic-left {
    float: left;
}

.info-center {
    width: 632px;
    height: 632px;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    margin: 38px -20px 0 -12px;
    float: left;
    position: relative;
    z-index: 3;
}

.info-center>.div {
    padding-top: 138px;
    width: 408px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    text-indent: 2em;
}

.pic-r {
    float: right;
}

.dirction .hd {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.dirction .hd li {
    display: inline-block;
    font-size: 16px;
    color: #666;
    border: 1px solid #e5e5e5;
    height: 42px;
    width: 140px;
    text-align: center;
    line-height: 42px;
    margin: 0 16px;
    background: #fff;
    cursor: pointer;
}

.dirction .hd:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: #dddddd;
    top: 23px;
    z-index: -1;
}

.dirction .hd li.on {
    color: #fff;
    background: #0971d2;
}

.dirction .bd {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    position: relative;
}

.info_intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}

.shopnet .hd0 {
    float: left;
    width: 240px;
}

.shopnet .hd0 li {
    font-size: 16px;
    color: #666;
    padding-left: 27px;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-bottom: 26px;
    cursor: pointer;
}

.shopnet .hd0 li i {
    display: inline-block;
    position: relative;
}

.shopnet .hd0 li:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #0c64c5;
    left: 0;
    top: 10px;
}

.shopnet .hd0 li.on i {
    display: inline-block;
    padding: 0 16px;
    border-radius: 5px;
    background: #0c64c5;
    color: #fff;
}

.shopnet .hd0 li.on i:after {
    content: "";
    border-right: 7px solid #0c64c5;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: -7px;
    top: 13px;
    position: absolute;
}

.shopnet .bd0 {
    float: left;
    width: 956px;
    border: 1px solid #ddd;
    min-height: 638px;
    position: relative;
}

.shopnet .bd0 .net_intro {
    width: 100%;
}

.shopnet .bd0 .net_intro .maptab {}

.shopnet .bd0 .net_intro .maptab .bd {
    float: left;
}

.shopnet .bd0 .net_intro .maptab .hd {
    float: right;
    width: 433px;
}

.shopnet .bd0 .net_intro .maptab .hd h3 {
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin-top: 23px;
}

.shopnet .bd0 .net_intro .maptab .hd ul li {
    margin: 15px 0;
}

.shopnet .bd0 .net_intro .maptab .hd ul li.x:first-child .item .c p:last-child {
    display: none;
}

.shopnet .bd0 .net_intro .maptab .hd ul li.x:nth-child(2) .item .c p:nth-child(1) {
    display: none;
}

.shopnet .bd0 .net_intro .maptab .hd ul li.x:nth-child(2) .item .c p:nth-child(2) {
    display: none;
}

.shopnet .bd0 .net_intro .maptab .hd ul li.x:nth-child(2) .item .c p:nth-child(3) {
    display: none;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item h2 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-bottom: 14px;
    position: relative;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c p {
    padding-left: 30px;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c p:first-child {
    background: url(ico09.png) no-repeat left center;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c p:nth-child(2) {
    background: url(ico11.png) no-repeat left center;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c p:nth-child(3) {
    background: url(ico12.png) no-repeat left center;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c p:last-child {
    background: url(ico09.png) no-repeat left center;
}

.shopnet .bd0 .net_intro .maptab .hd ul li .place-list .item .c {
    line-height: 2;
    font-size: 14px;
    color: #666;
}

.shopnet .bd0 .net_intro .maptab .hd ul li.on h2:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: -20px;
    top: 6px;
    background: #0c64c5;
}

/*.maptab .mappic{float: left;width: 498px;position: relative;}
.maptab .mappic li{display: none;position: absolute;top: 0;left: 0;}
.maptab .mapinfo{float:right;padding:20px 26px 0;width: 406px;}
.maptab .mapinfo>h3{font-size: 16px;color: #666;padding-bottom:15px;line-height: 1;}
.place-list .item{margin-bottom: 20px;padding-left: 24px;cursor: pointer;}
.place-list .item h2{font-size: 16px;color: #666;font-weight: normal;padding-bottom: 14px;position: relative;}
.place-list .item .c{line-height: 2;font-size: 14px;color: #666;}
.place-list .item .c p{padding-left: 30px;}
.place-list .item .c p:first-child{background:url(ico09.png) no-repeat left center;}
.place-list .item .c p:nth-child(2){background:url(ico11.png) no-repeat left center;}
.place-list .item .c p:last-child{background:url(ico12.png) no-repeat left center;}
.place-list .item.on h2:after{content:"";position: absolute;width: 10px;height: 10px;border-radius: 100%;left:-20px;top:6px;background:#0c64c5;}
*/
.net_intro {
    position: absolute;
    top: 0;
    left: 0;
}

.dirction .hd ul li a:hover,
.dirction .hd ul li a.current {
    background: #5593d7;
    color: #fff;
    display: block;
}

/*案例详情*/
.mod18 {
    width: 880px;
    margin: 0 auto;
    position: relative;
    background: #f7f7f7;
}

.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 336px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 10px;
}

.mod18 #prevTop,
.mod18 #nextTop {
    top: 240px;
    width: 50px;
    height: 120px;
}

.mod18 #prevTop {
    background: url(case-prev.png) 0 0 no-repeat;
}

.mod18 #nextTop {
    background: url(case-next.png) 0 0 no-repeat;
}

.mod18 .next {
    right: 10px;
}


.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 680px;
    height: 330px;
    position: absolute;
    color: #fff;
}

.mod18 .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    height: 590px;
    position: relative;
    overflow: hidden;
}

.mod18 .picBox ul {
    height: 590px;
    position: absolute;
}

.mod18 .picBox li {
    width: 895px;
    height: 590px;
}

.mod18 .listBox {
    width: 895px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 10px;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 125px;
    position: absolute;
}

.mod18 .listBox li {
    width: 179px;
    height: 125px;
    cursor: pointer;
    position: relative;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 178px;
    height: 125px;
}

.mod18 .listBox li img {
    display: block;
    width: 176px;
    height: 125px;
    border: 1px solid #f2f2f3;
}

.mod18 .listBox .on img {
    width: 176px;
    height: 125px;
    border: 1px solid #ff6600;
}

.mod18 .listBox .on i {
    display: block;
}

.ok_s {
    text-align: center;
    font-size: 22px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.ok_a {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 20px;
}

.okx {
    text-align: center;
}

.okc {
    margin-top: 10px;
    display: inline-block;
}

.okc div label span {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 14px;
    margin-right: 10px;
}

.okc div {
    margin: 20px 0;
}

.okc div input {
    width: 360px;
    height: 32px;
    font-size: 14px;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.okc div select {
    width: 370px;
    height: 36px;
    border: 1px solid #ddd;
    outline: 0;
}

.okc div textarea {
    width: 370px;
    vertical-align: top;
    border: 1px solid #ddd;
    outline: 0;
}

.okc .btn-submit,
.okc .btn-reset {
    width: 93px;
    height: 29px;
    border: none;
    background: #666;
    color: #fff;
    cursor: pointer;
    margin: 0 15px;
}


.addbd {
    width: 600px;
    margin: 0 auto;
}

.addbd .addbda {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.addbd .addbdb {
    margin-top: 15px;
}

.addbd .addbdb .addbdbi {
    margin-bottom: 20px;
}

.addbd .addbdb .addbdbi span {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    margin-right: 25px;
    color: #333;
}

.addbd .addbdb .addbdbi span i {
    position: absolute;
    font-size: 16px;
    color: #f00;
    right: -10px;
    top: -2px;
    font-style: normal;
    vertical-align: middle;
}

.addbd .addbdb .addbdbi input {
    display: inline-block;
    width: 430px;
    height: 38px;
    border: 1px solid #999;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding: 0 15px;
}

.addbd .addbdb .addbdbo span {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    margin-right: 25px;
}

.addbd .addbdb .addbdbo label {
    margin-right: 25px;
}

.addbd .addbdb .addbdbo label input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.addbd .addbdb .addbdbo label s {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.addbd .addbdb .addbdbp {
    margin: 25px 0;
    text-align: center;
}

.addbd .addbdb .addbdbp input {
    width: 400px;
    height: 45px;
    background: #0c64c5;
    font-size: 16px;
    color: #fff;
    border: 0;
}