﻿@charset "utf-8";
/*初始化样式*/
html, body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;
    /*设置字体*/
    font-size: 12px;
    line-height: 24px;
    font-family: '思源黑体';
    color: #414446;
    /*设置宽度*/
    width: 100%;
    min-width: 1200px; /*宽度要自己改*/
}


/*该设置跟后台编辑器有关*/
.ul, .ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0px;
    margin: 0px;
}
/*该设置跟后台编辑器有关*/


/*强制去除表单自带的样式*/
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
}

    input:focus {
        outline: none;
    }

input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*/
}

textarea {
    resize: none; /*-webkit-appearance:none;*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

figure, figcaption {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #414446;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0,0,0,0);
}

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    a:hover {
        text-decoration: none;
        color: #005B9C;
    }


/*清楚浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
/*初始化样式*/




/*页面框架结构*/
.contain {
}
/*页面主体内容*/
.slidebar {
}
/*边侧菜单*/
.maincontent {
}
/*主要内容*/
.content {
}
/*内容*/
.txtbox,
.singlepage { /*单片 设置文字两端对齐*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
}

.current { /*当前位置*/
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.fontColor {
    color: #005B9E;
}

.show {
    display: block;
}


/*头部*/
.top {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

    .top .logo {
        float: left;
        margin-top: 22px;
    }

.mainnav {
    clear: both;
}

    .mainnav li {
        float: left;
        margin: 0px 35px;
        font-size: 16px;
    }

    /*.mainnav li.onnav a {
            color: #005B9C;
        }*/

    .mainnav form {
        position: relative;
        width: 48px;
        height: 18px;
        margin-top: 4px;
    }

    .mainnav input.searchText {
        display: none;
        position: absolute;
        top: -5px;
        left: -155px;
        border: 1px solid #ccc;
        width: 180px;
        height: 25px;
        background: white;
    }

    .mainnav span {
        font-size: 16px;
        color: #ccc;
    }

    .mainnav .iconSearch {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 18px;
        height: 18px;
        background: url(/images/iconSearch.png) no-repeat;
        cursor: pointer;
    }

.hotline {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

i.iconPhone {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    width: 16px;
    height: 16px;
    background: url(/images/iconPhone.png) no-repeat;
}

/*头部*/


/*底部*/
.bottom {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

    .bottom .center {
        overflow: hidden;
        padding-bottom: 50px;
        padding-top: 80px;
    }

    .bottom .copyright {
        height: 65px;
        line-height: 65px;
        text-align: center;
        border-top: 1px solid #ebebeb;
        font-size: 14px;
        color: #999;
    }

        .bottom .copyright a {
            color: #999;
        }

    .bottom .left {
        width: 470px;
    }

        .bottom .left li {
            float: left;
        }

        .bottom .left .botNav {
            overflow: hidden;
            padding-bottom: 20px;
        }

            .bottom .left .botNav li {
                font-size: 16px;
            }

                .bottom .left .botNav li span {
                    display: block;
                    padding: 0px 15px;
                    font-size: 12px;
                    color: #ccc;
                }

        .bottom .left .partner h4 {
            overflow: hidden;
            padding-bottom: 5px;
        }

        .bottom .left .partner li {
            width: 235px;
            line-height: 28px;
            background: url(/images/partner.png) no-repeat left center;
            vertical-align: top;
        }

            .bottom .left .partner li a {
                display: block;
                padding-left: 10px;
                color: #666666;
                font-size: 14px;
            }

        .bottom .left .partner h4.h4 {
            font-size: 16px;
            font-weight: normal;
        }

    .bottom .code {
        float: left;
        width: 210px;
        margin-left: 20px;
    }

        .bottom .code img {
            display: block;
            width: 180px;
            height: 180px;
            margin: 0 auto;
        }

        .bottom .code p {
            text-align: center;
            font-size: 16px;
            color: #666;
        }

    .bottom .right {
        width: 300px;
    }

        .bottom .right p {
            color: #666666;
            font-size: 16px;
        }

            .bottom .right p.phoneFont {
                font-size: 30px;
                color: #025B9D;
                font-weight: bold;
            }
/*底部*/


/*首页*/

/*首页标题样式*/
.indexTitle {
    width: 170px;
    height: 80px;
    border-right: 4px solid #005B9C;
}

    .indexTitle span {
        display: block;
        font-size: 40px;
        margin-bottom: 25px;
        line-height: 30px;
    }

    .indexTitle i {
        display: block;
        font-style: normal;
        font-size: 24px;
        font-weight: 100;
    }
/*首页标题样式*/

/*轮播图*/
.homeban {
    width: 100%;
    height: 600px;
}

    .homeban ul, .homeban li, .homeban li a {
        display: block;
        width: 100%;
        height: 100%;
    }

#back_to_camera {
    background: rgba(255, 255, 255, .9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    z-index: 0;
}

#camera_wrap_4 {
    bottom: 0;
    height: 600px;
    left: 0;
    margin-bottom: 0 !important;
}

.camera_bar {
    z-index: 2;
}

.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.camera_overlayer {
    opacity: .1;
}
/*轮播图*/

/*新闻中心*/
.indexNews {
    overflow: hidden;
    padding: 65px 0px 85px 0px;
}

    .indexNews .left .indexTitle {
        margin-bottom: 45px;
    }

    .indexNews .left .newsTop {
        width: 552px;
        height: 595px;
        background: #f8f8f8;
    }

        .indexNews .left .newsTop div.newsTopContant {
            margin: 0px 70px;
            padding-top: 40px;
        }

            .indexNews .left .newsTop div.newsTopContant span.newsTime {
                color: #ccc;
                font-size: 24px;
            }

            .indexNews .left .newsTop div.newsTopContant h4 {
                color: #666;
                font-size: 16px;
                width: 380px;
                padding: 25px 0px;
            }

                .indexNews .left .newsTop div.newsTopContant h4 a {
                    display: block;
                    width: 380px;
                }

            .indexNews .left .newsTop div.newsTopContant p i {
                float: left;
                height: 40px;
                width: 1px;
                background: #ccc;
                margin-right: 25px;
            }

            .indexNews .left .newsTop div.newsTopContant p {
                width: 412px;
                overflow: hidden;
                float: left;
                color: #999;
                font-size: 14px;
                height: 40px;
                line-height: 20px;
            }

            .indexNews .left .newsTop div.newsTopContant img {
                width: 412px;
                height: 223px;
                padding: 40px 0px 45px 0px;
            }

            .indexNews .left .newsTop div.newsTopContant div {
                display: none;
            }

                .indexNews .left .newsTop div.newsTopContant div.show {
                    display: block;
                }

        .indexNews .left .newsTop .newsTopDot {
            margin-left: 215px;
        }

            .indexNews .left .newsTop .newsTopDot li {
                float: left;
                width: 28px;
                height: 28px;
                margin-left: 20px;
                background: #E6E6E6;
                text-align: center;
                line-height: 28px;
                font-size: 12px;
                color: #999999;
                cursor: pointer;
                border-radius: 50%;
                background-position: -28px 0px;
            }

                .indexNews .left .newsTop .newsTopDot li.on {
                    background: #005B9C;
                    color: white;
                }

    .indexNews .right {
        width: 568px;
    }

        .indexNews .right .indexNews-T {
            float: right;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .indexNews .right .indexNews-T li {
                float: left;
                width: 117px;
                height: 32px;
                margin-left: 22px;
                cursor: pointer;
                text-align: center;
                line-height: 32px;
                font-size: 16px;
                color: #666666;
                background: #E6E6E6;
                background-position: -117px 0px;
                border-radius: 30px;
            }

                .indexNews .right .indexNews-T li.on {
                    color: white;
                    background: #005B9C;
                }

.indexNews-C {
    display: none;
}

    .indexNews-C.show {
        display: block;
        margin-top: 30px;
    }

    .indexNews-C li {
        padding: 36px 0px;
        border-bottom: 1px solid #ccc;
    }

        .indexNews-C li:hover a {
            color: #005B9C;
        }

            .indexNews-C li:hover a i {
                background-position: -5px 0px;
            }

        .indexNews-C li a {
            display: block;
            position: relative;
            float: left;
            font-size: 16px;
            color: #333;
            width: 470px;
            padding-left: 20px;
            padding-bottom: 14px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .indexNews-C li a i {
                display: block;
                position: absolute;
                left: 0px;
                top: 10px;
                width: 5px;
                height: 5px;
                background: url(/images/newsList.png) no-repeat;
            }

        .indexNews-C li span {
            display: block;
            float: right;
            color: #ccc;
            font-size: 18px;
        }

        .indexNews-C li p {
            clear: both;
            width: 495px;
            font-size: 14px;
            color: #999;
            padding-left: 20px;
            *margin-top: -36px;
        }
/*新闻中心*/

/*园区简介*/
.indexAbout {
    width: 100%;
    height: 660px;
    background: url(/images/未标题-1_05.jpg) center;
}

    .indexAbout .center {
        padding-top: 75px;
    }

        .indexAbout .center .left, .indexAbout .center .right {
            width: 50%;
        }

            .indexAbout .center .left img {
                margin-bottom: 40px;
            }

            .indexAbout .center .left li {
                background: url(/images/aboutList.png) no-repeat left top;
                color: #f8f8f8;
                background-position-y: 5px;
                margin-bottom: 30px;
            }

                .indexAbout .center .left li p {
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 15px;
                    padding-left: 20px;
                    margin-bottom: 10px;
                }

                .indexAbout .center .left li span {
                    display: block;
                    font-size: 14px;
                    padding-left: 20px;
                    color: #c7dcbf;
                }

    .indexAbout .right .indexTitle {
        color: white;
        border-right: none;
        float: right;
        border-left: 4px solid #fff;
    }

        .indexAbout .right .indexTitle span {
            float: right;
        }

        .indexAbout .right .indexTitle i {
            clear: both;
            float: right;
        }
/*园区简介*/

/*可入住行业*/
.indexIndustry h2.indexTitle {
    margin-bottom: 72px;
    margin-top: 85px;
}

.indexIndustry li {
    float: left;
    width: 300px;
    text-align: center;
}

    .indexIndustry li a {
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .indexIndustry li p {
        font-size: 14px;
        color: #999;
    }

    .indexIndustry li i {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
        width: 110px;
        height: 110px;
        background: url(/images/indexIndustry.png) no-repeat;
    }

        .indexIndustry li i a {
            display: block;
            width: 100%;
            height: 100%;
        }

.indexIndustry ul {
    overflow: hidden;
    margin-bottom: 160px;
}

.indexIndustry li i.xinxi {
    background-position: 0px 0px;
}

.indexIndustry li i.yiliao {
    background-position: -110px 0px;
}

.indexIndustry li i.baojian {
    background-position: -220px 0px;
}

.indexIndustry li i.fuwu {
    background-position: -330px 0px;
}

.indexIndustry li:hover {
    transform-style: preserve-3d;
}

    .indexIndustry li:hover i {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }

    .indexIndustry li:hover a {
        color: #005B9C;
    }

    .indexIndustry li:hover p {
        color: #005B9C;
        opacity: 0.7;
    }
/*可入住行业*/

/*园区服务*/
.indexServer {
    width: 100%;
    height: 302px;
    background: url(/images/serverBg.png) no-repeat center;
}

    .indexServer .center {
        padding-top: 50px;
    }

    .indexServer .left h3.h3 {
        font-size: 24px;
        font-weight: 500;
    }

        .indexServer .left h3.h3 i {
            float: left;
            display: block;
            width: 29px;
            height: 26px;
            padding-right: 12px;
            background: url(/images/zoneServer.png) no-repeat;
        }

    .indexServer .left div {
        width: 473px;
        height: 148px;
        margin-top: 25px;
        border: 1px solid #ebd5b7;
        background: rgba(0,0,0,0.05);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    }

        .indexServer .left div li {
            float: left;
            width: 165px;
            color: white;
            padding-left: 35px;
        }

        .indexServer .left div ul {
            padding-top: 45px;
        }

        .indexServer .left div li.litop {
            border-right: 1px solid #d8bfaf;
            padding-right: 40px;
        }

        .indexServer .left div li img {
            float: left;
            padding-right: 20px;
        }

        .indexServer .left div li p {
            font-weight: bold;
            font-size: 16px;
            padding-top: 10px;
        }

        .indexServer .left div li a {
            font-size: 12px;
            color: white;
        }

    .indexServer .right {
        width: 600px;
    }

        .indexServer .right .addTop {
            overflow: hidden;
            margin-bottom: 50px;
        }

            .indexServer .right .addTop h3 {
                float: left;
                font-size: 24px;
                font-weight: 500;
                color: white;
                padding-top: 5px;
            }

                .indexServer .right .addTop h3 i {
                    display: block;
                    float: left;
                    width: 27px;
                    height: 25px;
                    padding-right: 15px;
                    margin-top: -2px;
                    background: url(/images/addZone.png) no-repeat;
                }

            .indexServer .right .addTop a {
                float: right;
                margin-right: 5px;
            }

        .indexServer .right ul li {
            float: left;
        }

            .indexServer .right ul li i {
                display: block;
                width: 90px;
                height: 90px;
                text-align: center;
                line-height: 90px;
                font-style: normal;
                font-size: 16px;
                color: white;
                background: url(/images/addYuan.png) no-repeat;
            }

            .indexServer .right ul li > span {
                display: block;
                line-height: 90px;
                font-size: 24px;
                font-family: "宋体";
                color: white;
                padding: 0px 12px;
            }

            .indexServer .right ul li i span {
                display: block;
                font-weight: bold;
            }

            .indexServer .right ul li.twoSpan i {
                line-height: 20px;
                padding-top: 30px;
            }
/*加入园区服务*/
.indexServer04-bg {
    width: 100%;
    height: 362px;
    background: url(../images/lg-yq-bg.png ) no-repeat center;
    background-size:cover;
    padding: 40px 0
}
.indexServer04 {
    width: 100%;
    height: 302px;
    background: url(../images/lg-yq-text.png ) no-repeat center;
    padding:30px 0
}
.indexServer04-join-in {
    width:120px;
    text-align:center;
    margin:0 auto;
    padding:5px 10px;
    border:1px solid #fff;
    background-color:#005B9C;
    color:#fff;
    border-radius:30px;
    margin-top:190px;
    font-size:14px;
}
.indexServer04-join-in a{
    color:#fff;
}
/*园区服务*/
.yqfu-wrapper {
    margin-bottom:45px;
}
.yqfu-wrapper h3,.yqfu-wrapper a{
    color:#005B9C;
}
.yqfu-wrapper h3 {
    font-weight:700
}
.yqfu-wrapper a {
    font-size:16px;
}
.yqfu-wrapper  .item:hover .img-xm,.yqfu-wrapper  .item:active .img-xm {
     position: relative;
     width:437px;
     height:276px;
     display:-webkit-inline-box;
     display:inline-box;
      display:-webkit-inline-box;
     
}
.yqfu-wrapper  .item:hover .img-xm::before, .yqfu-wrapper  .item:active .img-xm::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,92, 159, .5);
    z-index: 2;
}
.hover-item {
    display:none;
}
.yqfu-wrapper .item:hover .hover-item{
     display:block;
     position: absolute;
     text-align:center;
     top: 44%;
    left: 42%;
     z-index: 2;
     color:#fff;
     font-size:16px;
}
.yqfu-wrapper .item:hover .hover-item i,.yqfu-wrapper .item:hover .hover-item .in{
    display:block;
     color:#fff
}
.yqfu-wrapper .item:hover .hover-item i{
     font-size:26px;
     margin-bottom:10px
}
/*首页*/


/*页面二级/左侧/右侧菜单*/
.slidebar {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

    .slidebar h1 {
        position: relative;
        right: 50%;
        z-index: 2;
        padding-top: 75px;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .slidebar .menulist {
        text-align: center;
        line-height: 0;
        position: relative;
        left: 50%;
        float: left;
    }

        .slidebar .menulist ul {
            line-height: 32px;
            position: relative;
            right: 50%;
            z-index: 2;
            float: left;
        }

            .slidebar .menulist ul li {
                float: left;
                width: 117px;
                height: 32px;
                margin: 0px 20px;
                text-align: center;
                background: url(/images/btnBg.png) no-repeat;
                background-position: -117px 0px;
            }

                .slidebar .menulist ul li a {
                    display: block;
                    font-size: 16px;
                    color: #666666;
                    width: 100%;
                    height: 100%;
                }

                .slidebar .menulist ul li.on, .slidebar .menulist ul li:hover {
                    background-position: 0px 0px;
                }

                    .slidebar .menulist ul li.on a, .slidebar .menulist ul li:hover a {
                        color: white;
                    }
/*页面二级/左侧/右侧菜单*/


/*分页*/
.pages {
    padding: 12px 0;
    clear: both;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 60px;
    color: #666;
}

    .pages a, .pages span {
        display: inline-block;
        height: 39px;
        line-height: 39px;
        padding: 0 18px;
        background: #fff;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        vertical-align: top;
    }

        .pages a:hover {
            background: #005B9C;
            border: 1px solid #005B9C;
            text-decoration: none;
        }

        .pages a, .pages a:visited {
            color: #252525;
        }

            .pages a:hover, .pages a:active {
                color: #ffffff;
                background: #005B9C;
                border: 1px solid #005B9C;
            }

            .pages a.current {
                background: #005B9C;
                border: 1px solid #005B9C;
                color: #fff;
            }

                .pages a.current, .pages a.current:visited {
                    color: #ffffff;
                }

                    .pages a.current:hover, .pages a.current:active {
                        color: #ffffff;
                    }

.pages-ctrl {
    font-family: "\5B8B\4F53", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.pages-e5e5e5 {
    color: #e5e5e5;
}

.pages-all {
    font-size: 12px;
    vertical-align: top;
}

.pages .pagesList {
    display: inline-block;
    width: 463px;
    overflow: hidden;
    height: 41px;
}

.pages .pagesList {
    border: 1px solid #e5e5e5;
}

.pages a, .pages div {
    margin: 0px 5px;
}

.pages .pagesList a {
    float: left;
    border: 0px;
    border-left: 1px solid #E5E5E5;
    margin: 0;
}

    .pages .pagesList a.nobor {
        border-left: none;
    }
/*分页*/


/*二级页面banner*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.bannerBox {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}
/*二级页面banner*/


/*标题*/
h3.h3Title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

    h3.h3Title i {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 4px;
        background: #005B9C;
        margin-top: 20px;
    }
/*标题*/


/*走进园区*/
/*园区概况*/
.zone_survey .zone_survey_head p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
}

.zone_survey .zone_survey_head img.zone_survey_img {
    width: 1200px;
    height: 400px;
    padding: 40px 0px;
}

.zone_survey .zone_survey_superiority {
    overflow: hidden;
    margin-bottom: 70px;
}

    .zone_survey .zone_survey_superiority h3.h3Title {
        margin: 75px 0px;
    }

    .zone_survey .zone_survey_superiority ul li {
        float: left;
        width: 200px;
        padding: 0px 50px;
        text-align: center;
    }

        .zone_survey .zone_survey_superiority ul li p {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            line-height: 16px;
            margin: 0px;
            padding-top: 35px;
            padding-bottom: 10px;
        }

        .zone_survey .zone_survey_superiority ul li span {
            color: #999;
            font-size: 14px;
            line-height: 25px;
        }

        .zone_survey .zone_survey_superiority ul li:hover {
            transform-style: preserve-3d;
        }

            .zone_survey .zone_survey_superiority ul li:hover img {
                transform: rotateY(360deg);
                -webkit-transform: rotateY(360deg);
                -moz-transform: rotateY(360deg);
                -ms-transform: rotateY(360deg);
                -o-transform: rotateY(360deg);
                transition: all 1s;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
            }

            .zone_survey .zone_survey_superiority ul li:hover p {
                color: #005B9C;
            }

            .zone_survey .zone_survey_superiority ul li:hover span {
                color: #005B9C;
                opacity: 0.7;
            }
/*园区概况*/
.yqgk-wrapper h2 {
    color:#005b9c;
    font-weight:600
}
.yqgk-wrapper .in {
    margin:45px 0;
    position:relative;
}
.yqgk-wrapper .a-in-01 {
    display: inline-block;
    width: 200px;
    height: 50px;
    position: absolute;
    top: 230px;
    left:40px
}
.yqgk-wrapper .a-in-02 {
    display: inline-block;
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 32px;
    right: 360px;
}
/*园区规划*/
.zone_planning h3.h3Title {
    margin-bottom: 40px;
}

.zone_planning p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

    .zone_planning p span {
        font-weight: bold;
    }

.zone_planning img {
    width: 1200px;
    height: 400px;
    margin-top: 45px;
    margin-bottom: 70px;
}

.zone_planning .Content {
    padding-bottom: 100px;
}
/*园区规划*/

/*运营团队*/
.zone_team p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

    .zone_team p span {
        font-weight: bold;
    }

.zone_team .teamleft {
    width: 722px;
    float: left;
}

.zone_team .teamright {
    width: 472px;
    float: right;
}

.left2-1 {
    width: 480px;
}

.zone_team .img1 {
    width: 235px;
    height: 214px;
}

.zone_team .img1-1 {
    width: 237px;
    height: 214px;
}

.zone_team .img2 {
    width: 480px;
    height: 214px;
}

.zone_team .img3 {
    width: 237px;
    height: 434px;
}

.zone_team .img4 {
    width: 472px;
}

.zone_team .img5 {
    height: 217px;
}

    .zone_team .img1 img, .zone_team .img1-1 img, .zone_team .img2 img, .zone_team .img3 img, .zone_team .img4 img, .zone_team .img5 img {
        width: 100%;
        height: 100%;
    }

.zone_team .height5 {
    height: 5px;
}

.zone_team h3.h3Title {
    margin: 50px 0px;
}

.zone_team img.organization {
    width: 1200px;
    height: 400px;
    margin-bottom: 50px;
}

.zone_team .teamImg div.img {
    position: relative;
    transition: opacity 1s;
}

.zone_team .teamImg i {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
}

.zone_team .teamImg div.img:hover i {
    display: block;
}
/*运营团队*/

/*资质荣誉*/
.zone_hornor .Content {
    width: 1200px;
    overflow: hidden;
}

    .zone_hornor .Content ul {
        width: 1276px;
    }

    .zone_hornor .Content li {
        position: relative;
        float: left;
        width: 265px;
        height: 375px;
        margin-right: 44px;
        margin-bottom: 50px;
        border: 1px solid #e7e7e7;
    }

        .zone_hornor .Content li a {
            display: block;
            width: 195px;
            margin: 30px auto;
        }

            .zone_hornor .Content li a p {
                text-align: center;
                font-size: 18px;
                color: #666666;
                margin-top: 30px;
            }

                .zone_hornor .Content li a p i {
                    display: block;
                    width: 34px;
                    height: 1px;
                    background: #707070;
                    margin: 0 auto;
                    margin-bottom: 10px;
                }

        .zone_hornor .Content li:hover div {
            display: block;
        }

        .zone_hornor .Content li div {
            display: none;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 265px;
            height: 375px;
            border: 1px solid rgba(51, 124, 175, 0.63);
            background: rgba(51, 124, 175, 0.58);
            filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E565af45,endcolorstr=#E565af45);
        }

            .zone_hornor .Content li div p i {
                background: white;
            }

            .zone_hornor .Content li div p {
                color: white;
                margin-top: 150px;
            }

            .zone_hornor .Content li div span.hornorIcon {
                display: block;
                width: 30px;
                height: 30px;
                margin: 10px auto;
                background: url(/images/hornorIcon.png) no-repeat;
            }

.hornorMask {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2000;
    width: 300px;
    height: 440px;
    padding: 30px;
    background: rgba(0,0,0,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8000000,endcolorstr=#E5000000);
}

    .hornorMask img {
        width: 300px;
        height: 400px;
    }

    .hornorMask p {
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
    }

    .hornorMask .close {
        position: absolute;
        right: -23px;
        top: -11px;
        font-size: 80px;
        color: #005B9C;
    }
/*资质荣誉*/

/*联系我们*/
.zone_contact .Content {
    overflow: hidden;
    margin-bottom: 95px;
}

.zone_contact .left {
    width: 677px;
    height: 324px;
    border: 10px solid #e7e7e7;
}

.zone_contact .right {
    width: 455px;
    padding-top: 60px;
}

    .zone_contact .right h4 {
        font-size: 16px;
        color: #666;
        padding-bottom: 20px;
    }

    .zone_contact .right li {
        border-bottom: 1px dashed #e2e2e2;
        line-height: 45px;
    }

        .zone_contact .right li i {
            display: inline-block;
            float: left;
            width: 20px;
            height: 22px;
            margin-top: 10px;
            background: url(/images/zoneContactIcon.jpg) no-repeat;
        }

            .zone_contact .right li i.zoneIcon1 {
                background-position: 0px 0px;
            }

            .zone_contact .right li i.zoneIcon2 {
                background-position: 0px -22px;
            }

            .zone_contact .right li i.zoneIcon3 {
                background-position: 0px -48px;
            }

            .zone_contact .right li i.zoneIcon4 {
                background-position: 0px -70px;
            }

        .zone_contact .right li span {
            display: inline-block;
            font-size: 14px;
            color: #666;
            padding-left: 10px;
        }
/*联系我们*/
/*走进园区*/


/*园区服务*/
/*行政审批*/ /*创业服务*/
.server_administration .Content {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .server_administration .Content ul {
        width: 1230px;
    }

        .server_administration .Content ul li {
            float: left;
            position: relative;
            width: 380px;
            height: 410px;
            margin-right: 30px;
            margin-bottom: 70px;
            overflow: hidden;
            border-bottom: 1px solid #ced8dd;
        }

    .server_administration .Content li img {
        width: 380px;
        height: 290px;
    }

    .server_administration .Content li p.p {
        text-align: center;
        color: #005B9C;
        font-size: 24px;
        margin-top: 22px;
    }

        .server_administration .Content li p.p i {
            display: block;
            width: 34px;
            height: 1px;
            margin: 0 auto;
            background: #707070;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .server_administration .Content li span.admin_title {
        display: block;
        font-size: 18px;
        color: #666;
        margin: 0px auto;
        text-align: center;
    }

    .server_administration .Content li div {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 380px;
        height: 210px;
        background: rgba(18, 93, 148, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E565af45,endcolorstr=#E565af45);
    }

        .server_administration .Content li div p.p {
            color: white;
        }

            .server_administration .Content li div p.p i {
                background: white;
            }

        .server_administration .Content li div span {
            color: white;
            display: block;
            text-align: center;
            font-size: 12px;
        }

        .server_administration .Content li div a {
            display: block;
            width: 30px;
            height: 30px;
            margin: 15px auto;
            background: url(/images/hornorIcon.png) no-repeat;
        }

    .server_administration .Content li:hover div {
        display: block;
    }
/*行政审批*/ /*创业服务*/

/*行政审批详细页*/
h3.h3Xian {
    position: relative;
    font-size: 24px;
    color: #666;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

    h3.h3Xian i {
        display: block;
        width: 120px;
        height: 1px;
        background: rgba(18, 93, 148, 0.8);
    }

        h3.h3Xian i.leftXian {
            position: absolute;
            left: 350px;
            top: 11px;
        }

        h3.h3Xian i.rightXian {
            position: absolute;
            right: 350px;
            bottom: 12px;
        }

.server_administration_page .Content h4.h4 {
    width: 1200px;
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding-left: 12px;
    box-sizing: border-box;
    line-height: 48px;
    margin-bottom: 5px;
    background: #005B9C;
    border: 1px solid white;
    box-sizing: content-box;
}

    .server_administration_page .Content h4.h4 span {
        font-size: 16px;
        padding-left: 10px;
    }

.server_administration_page .Content p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

    .server_administration_page .Content p i {
        display: block;
        float: left;
        margin-right: 15px;
        font-style: normal;
        font-size: 16px;
        color: #005B9C;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: url(/images/server/pageList.png) no-repeat;
    }

.server_administration_page .Content ol {
    margin: 0;
    padding: 0;
}

    .server_administration_page .Content ol li, .server_administration_page .Content ul li span {
        font-size: 16px;
        color: #999;
    }

        .server_administration_page .Content ol li span {
            color: #005B9C;
            padding-left: 45px;
            line-height: 30px;
        }

.server_administration_page .Content ul > li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 20px 0px;
}

    .server_administration_page .Content ul > li > span {
        padding-left: 45px;
        display: block;
        line-height: 30px;
    }

        .server_administration_page .Content ul > li > span i {
            font-style: normal;
        }

    .server_administration_page .Content ul > li.last {
        margin-bottom: 30px;
        border-bottom: 0px;
    }
/*行政审批详细页*/

/*项目申报*/
/*服务介绍*/
.projectMask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    position: fixed;
    z-index: 10000;
}

    .projectMask .maskWhite {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 10001;
        margin: auto;
        background: #fff;
        width: 1200px;
        height: 90%;
        border-radius: 20px;
    }

        .projectMask .maskWhite h2 {
            text-align: center;
            font-size: 24px;
            color: #005B9C;
            padding-top: 60px;
            padding-bottom: 40px;
        }

        .projectMask .maskWhite .pd70 {
            width: 1080px;
            height: 70%;
            overflow: hidden;
            margin: 0px 70px;
        }

            .projectMask .maskWhite .pd70 div.MaskContent {
                width: 1100px;
                height: 100%;
                overflow-y: scroll;
            }

            .projectMask .maskWhite .pd70 h4 {
                color: #005B9C;
                font-size: 18px;
                line-height: 50px;
            }

            .projectMask .maskWhite .pd70 p {
                font-size: 18px;
                color: #666;
                line-height: 30px;
            }

        .projectMask .maskWhite .MaskClose {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 47px;
            height: 47px;
            cursor: pointer;
            z-index: 10002;
            background: url(/images/server/project/pclose.png) no-repeat;
        }

.server_project h3.h3 {
    margin-bottom: 40px;
}

.server_project p.p {
    font-size: 14px;
}

.server_project .introduce .introduceBg {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 50px 0px;
    background: url(/images/zizhibg.png);
}

.server_project .introduce h5.h5 {
    position: absolute;
    left: 50px;
    top: 40px;
    color: white;
    font-size: 24px;
}

.server_project .introduce .introduceBg .left {
    width: 137px;
    margin-top: 120px;
    margin-left: 55px;
}

    .server_project .introduce .introduceBg .left li {
        width: 137px;
        height: 37px;
        text-align: center;
        line-height: 37px;
        font-size: 18px;
        color: white;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .server_project .introduce .introduceBg .left li.on, .server_project .introduce .introduceBg .left li:hover {
            background: url(/images/server/project/introduceBtn.png) no-repeat;
            color: #005B9C;
        }

.server_project .introduce .introduceBg .right {
    width: 880px;
    padding-right: 45px;
    margin-top: 100px;
}

.server_project .introduceBg .iCtop {
    overflow: hidden;
    background: url(/images/server/project/introduceIcon.png) no-repeat 0px 10px;
    padding-left: 30px;
}

    .server_project .introduceBg .iCtop ul li {
        float: left;
        width: 410px;
        font-size: 14px;
        line-height: 30px;
    }

        .server_project .introduceBg .iCtop ul li a {
            color: white;
        }

        .server_project .introduceBg .iCtop ul li:hover a {
            color: #fcdc08;
        }

.server_project .introduceBg .iCbottom {
    overflow: hidden;
    margin-top: 15px;
    background: url(/images/server/project/introduceIcon.png) no-repeat 0px 10px;
    padding-left: 30px;
}

    .server_project .introduceBg .iCbottom > p {
        color: white;
        font-size: 14px;
        padding-top: 3px;
    }

    .server_project .introduceBg .iCbottom ul {
        margin-top: 20px;
        overflow: hidden;
    }

    .server_project .introduceBg .iCbottom li {
        float: left;
        width: 150px;
        height: 194px;
        margin-right: 20px;
        color: white;
        background: url(/images/server/project/iCbottomBg.png) no-repeat;
    }

        .server_project .introduceBg .iCbottom li p {
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }

        .server_project .introduceBg .iCbottom li span {
            display: block;
            width: 120px;
            margin: 0 auto;
        }

.server_project #introduceCon div.introduceCon {
    display: none;
}

    .server_project #introduceCon div.introduceCon.show {
        display: block;
    }
/*服务介绍*/

/*服务优势*/
.server_project .superiority {
    overflow: hidden;
    margin-bottom: 80px;
}

    .server_project .superiority .left {
        width: 800px;
    }

        .server_project .superiority .left li {
            font-size: 18px;
            color: white;
        }

        .server_project .superiority .left i {
            display: block;
            float: left;
            width: 92px;
            height: 92px;
            margin-right: 15px;
            background: url(/images/server/project/icon.png) no-repeat;
        }

            .server_project .superiority .left i.projectIcon1 {
                background-position: 0px 0px;
            }

            .server_project .superiority .left i.projectIcon2 {
                background-position: 0px -127px;
            }

            .server_project .superiority .left i.projectIcon3 {
                background-position: 0px -252px;
            }

        .server_project .superiority .left p {
            padding-top: 25px;
            margin: 0px;
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

        .server_project .superiority .left span {
            font-size: 14px;
            color: #999;
        }

        .server_project .superiority .left li {
            height: 92px;
            width: 800px;
            margin-bottom: 30px;
        }

    .server_project .superiority .right, .server_project .superiority .right img {
        width: 391px;
        height: 323px;
    }
/*服务优势*/

/*最新申报通知*/
.server_project .upTo {
    position: relative;
    width: 1200px;
    height: 240px;
    overflow: hidden;
}

    .server_project .upTo ul {
        position: absolute;
        width: 1200px;
    }

    .server_project .upTo li.projectLiTop {
        border-top: 1px solid #eee;
    }

    .server_project .upTo li.projectLiBg {
        background: #f7f7f7;
    }

    .server_project .upTo li {
        width: 1200px;
        height: 58px;
        overflow: hidden;
        line-height: 58px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

        .server_project .upTo li a {
            float: left;
            width: 960px;
            font-size: 16px;
            color: #666;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-left: 20px;
            margin-top: 0px;
            margin-bottom: 0px;
            padding-left: 40px;
            box-sizing: border-box;
            background: url(/images/8888888888888888.png) no-repeat center left;
        }

        .server_project .upTo li span {
            float: right;
            font-size: 14px;
            color: #999;
            margin-right: 20px;
        }
/*最新申报通知*/
/*项目申报*/

/*产业基金*/
.server_domain p.p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

.server_domain .domainImg {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

    .server_domain .domainImg .img1 {
        width: 385px;
        height: 424px;
    }

    .server_domain .domainImg .img2 {
        width: 412px;
        margin-left: 9px;
    }

    .server_domain .domainImg .img3mgTop {
        margin-top: 10px;
    }
/*产业基金*/
/*园区服务*/


/*招商指南*/
/*政策支持*/
.canvass_policy .Content {
    position: relative;
    width: 1200px;
    height: 1052px;
    margin-bottom: 80px;
    background: url(/images/canvass/policyBg.jpg) no-repeat;
}

    .canvass_policy .Content h2.h2 {
        position: absolute;
        left: 555px;
        top: 48px;
        color: white;
        font-size: 24px;
    }

    .canvass_policy .Content div {
        padding-top: 100px;
        margin-right: 60px;
        margin-left: 60px;
        color: white;
    }

        .canvass_policy .Content div i {
            font-style: normal;
            color: #fcdc08;
        }

        .canvass_policy .Content div p {
            font-size: 18px;
            font-weight: bold;
            padding-bottom: 15px;
        }

        .canvass_policy .Content div span {
            font-size: 18px;
            display: block;
            text-indent: 2em;
            line-height: 35px;
        }

    .canvass_policy .Content span.h {
        margin-bottom: 40px;
    }
/*政策支持*/

/*定向招商*/
.canvass_directional .Content {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin-bottom: 60px;
}

    .canvass_directional .Content ul {
        width: 1210px;
    }

    .canvass_directional .Content li {
        position: relative;
        width: 595px;
        height: 350px;
        float: left;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .canvass_directional .Content li img {
            width: 595px;
            height: 350px;
        }

        .canvass_directional .Content li div {
            display: none;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 595px;
            height: 350px;
            background: rgba(51, 124, 175, 0.8);
            filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E565af45,endcolorstr=#E565af45);
        }

            .canvass_directional .Content li div p {
                color: white;
                font-size: 24px;
                text-align: center;
                padding-top: 130px;
            }

                .canvass_directional .Content li div p i {
                    display: block;
                    width: 34px;
                    height: 1px;
                    background: white;
                    margin: 18px auto;
                }

            .canvass_directional .Content li div span {
                display: block;
                text-align: center;
                color: white;
            }

        .canvass_directional .Content li:hover div {
            display: block;
        }

    .canvass_directional .Content span.directional {
        display: block;
        position: absolute;
        left: 523px;
        top: 275px;
        z-index: 100;
        width: 153px;
        height: 153px;
        background: url(/images/canvass/directional/directional.png) no-repeat;
    }
/*定向招商*/

/*入园流程*/
.canvass_park .Content {
    width: 1200px;
    height: 800px;
    overflow: hidden;
}

    .canvass_park .Content .park {
        position: relative;
        width: 851px;
        height: 513px;
        margin-left: 100px;
        margin-top: 70px;
        background: url(/images/canvass/park.png) no-repeat;
    }

        .canvass_park .Content .park li {
            position: absolute;
        }

            .canvass_park .Content .park li p {
                font-weight: bold;
                font-size: 16px;
                padding-bottom: 5px;
            }

            .canvass_park .Content .park li span {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 25px;
                width: 235px;
            }

            .canvass_park .Content .park li.one {
                left: -78px;
                top: 6px;
            }

                .canvass_park .Content .park li.one span {
                    width: 320px;
                }

            .canvass_park .Content .park li.two {
                left: -77px;
                top: 244px;
            }

            .canvass_park .Content .park li.three {
                left: -5px;
                bottom: -54px;
            }

            .canvass_park .Content .park li.four {
                right: -225px;
                bottom: -98px;
            }

            .canvass_park .Content .park li.five {
                right: -255px;
                bottom: 86px;
            }

            .canvass_park .Content .park li.six {
                right: -85px;
                top: 7px;
            }
/*入园流程*/

/*入驻企业*/
.canvass_enterprise .slidebar {
    margin-bottom: 0px;
}

/*.canvass_enterprise .Content li {
    height: 173px;
    border-bottom: 1px solid #eee;
}

    .canvass_enterprise .Content li .left {
        width: 155px;
        height: 173px;
    }

    .canvass_enterprise .Content li .right {
        width: 980px;
        padding-right: 20px;
        padding-top: 40px;
    }

        .canvass_enterprise .Content li .right a {
            color: #585858;
            font-size: 16px;
        }

        .canvass_enterprise .Content li .right p {
            font-size: 14px;
            color: #999999;
        }*/

.canvass_enterprise .Content ul {
    margin-bottom: 50px;
    margin-top:50px
}
.canvass_enterprise .Content li {
    height: 100px;
    border-bottom:none;
}

.canvass_enterprise .Content li .center {
    font-size:32px;
    text-align:center
}


/*入驻企业*/
/*招商指南*/


/*新闻动态*/
.news .Content ul {
    margin-bottom: 50px;
}

.news .Content li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 30px 0px;
}

    .news .Content li.liTop .left {
        width: 256px;
        height: 170px;
    }

        .news .Content li.liTop .left img {
            width: 256px;
            height: 170px;
        }

    .news .Content li.liTop .right {
        width: 920px;
    }

    .news .Content li.liTop {
        padding: 0px;
    }

        .news .Content li.liTop span {
            padding-left: 0px;
            width: 905px;
            height: 70px;
        }

        .news .Content li.liTop a.bold {
            width: 650px;
        }

        .news .Content li.liTop a.newsMore {
            padding-left: 0px;
        }

    .news .Content li a {
        display: block;
        float: left;
        font-size: 16px;
        color: #333;
    }

        .news .Content li a.bold {
            width: 950px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-weight: bold;
            margin-bottom: 15px;
            padding-left: 25px;
            background: url(/images/66666666666666666666.png) no-repeat 1px 2px;
        }

        .news .Content li a.newsMore {
            font-size: 14px;
            color: #999;
        }

        .news .Content li a:hover {
            color: #005B9C;
        }

    .news .Content li i {
        display: block;
        float: right;
        font-style: normal;
        font-size: 14px;
        padding-right: 20px;
    }

    .news .Content li span {
        width: 1160px;
        height: 45px;
        overflow: hidden;
        display: block;
        clear: both;
        font-size: 14px;
        color: #999;
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .news .Content li a.newsMore {
        padding-left: 25px;
    }
/*新闻动态*/

/*详细页*/
.news_page .Content {
    margin: 80px 0px;
    overflow: hidden;
}

    .news_page .Content h1 {
        text-align: center;
        font-size: 24px;
        font-size: #333;
    }

    .news_page .Content div.timeShare {
        margin: 10px auto;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        width: 380px;
    }

        .news_page .Content div.timeShare span {
            float: left;
            display: block;
            font-size: 14px;
            color: #999;
        }

        .news_page .Content div.timeShare > span.time {
            padding-right: 20px;
        }

        .news_page .Content div.timeShare .jiathis_style {
            padding-top: 3px;
        }

    .news_page .Content div.newContain {
        margin-top: 10px;
    }

        .news_page .Content div.newContain p {
            color: #999;
            font-size: 16px;
            text-indent: 2em;
            margin: 0;
        }

        .news_page .Content div.newContain img {
            display: block;
            margin: 40px auto;
        }

.news_page a.backGo {
    display: block;
    width: 117px;
    height: 32px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 32px;
    color: white;
    background: url(/images/btnBg.png) no-repeat;
}
/*详细页*/


/*网站地图*/
.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

    .ul_sitemap li strong {
        width: 90px;
        display: inline-block;
    }




/**********************************************************************************/


.h4_title {
    display: block;
    background: #005B9C;
    color: white;
    padding: 10px;
    font-size: 16px;
}
