* {
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a:hover {
    text-decoration: none;
}

.modal {
    top: 30px;
}

.navImgDiv {
    width: 100%;
    height: 26px;
    text-align: center;
    display: none;
}

.navImg {
    height: 26px;
    text-align: center;
}

.nav > li > a:hover {
    background: none;
}

.nav_float2 {
    display: none;
}

.navbar-brand {
    padding: 10px 15px;
}

ul {
    list-style-type: none;
}

.container {
    text-align: center;
}

.swiper-container2 {
    overflow: hidden;
}

.nav_content {
    text-align: right;
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .swiper-container2 {
        width: 970px;
        overflow: hidden;
    }

    .nav_float {
        display: none;
    }

    .nav_float2 {
        display: block;
    }

    .navImgDiv {
        display: block;
    }
}

@media (min-width: 768px) {
    .nav_float {
        display: none;
    }

    .nav_float2 {
        display: block;
    }

    .navImgDiv {
        display: block;
    }
}

.swiper-container {
    width: 100%;
}

.swiper-container1 {
    width: 100%;
}

.swiper-container2 {
    width: 100%;
}

.swiper-container3 {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

/**
logo
 */
/*.container{
  width: 870px;
}*/
.header .logo {
    float: right;
    margin: 9px 0;
}

.header .logo img {
    width: 90px;
    margin: 7px 0 7px 7px;
}

/** nav **/
.nav_content a:after {
    color: #fff;
}

.nav_content li {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.nav_content li:hover {
    border-color: #12562d;
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: none;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .nav {
        background-color: #000000;
        filter: Alpha(opacity=30);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    .nav ul {
        position: relative; /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

/*************************** header ************************************/
.footer {
    margin-top: 30px;
    background: #2f3031;
    color: #fff;
    font-size: 9px;
    padding-top: 3px;
}

.footer_left {
    width: 76%;
}

.footer_right img {
    margin-bottom: 6px;
}

.footer_title {
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.footer_hr {
    color: #fff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
}

.friend_href {
    font-size: 0;
}

.friend_href ul {
    list-style-type: none;
    padding: 0;
}

.friend_href ul li {
    float: left;
    margin-right: 15px;
}

.footer_content {
    font-size: 9px;
}

/*************************** 首页样式开始 ************************************/
.title_box {
    display: inline-block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #6e977b;
}

.title_box_line {
    border-bottom: 1px solid #6e977b;
    margin: -10px 20px 0 20px;
    height: 30px;
}

.title_box_line {
    width: 20px;
}

@media (min-width: 768px) {
    .title_box_line {
        width: 70px;
    }
}

.more {
    border: 1px solid #6e977b;
    color: #6e977b;
    padding: 5px 10px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 70px;
    width: 120px;
}

.active {
    position: absolute;
    color: #fff;
    width: 50%;
    top: 50%;
    left: 0;
    margin-top: -120px;
}

.active_box {
    float: right;
    width: 400px;
    margin-top: 40px;
}

.active_title {
    color: #a6c8d2;
    font-size: 18px;
    margin-bottom: 10px;
}

.active_subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.active_content {
    font-size: 9px;
    margin-bottom: 10px;
}

.active .more {
    border: 1px solid #fff;
    color: #fff;
    font-size: 9px;
    margin-top: 20px;
}

.active .more {
    border: 1px solid #fff;
    color: #fff;
    font-size: 9px;
    margin-top: 20px;
}

.parkVideoBox {
    padding: 0;
}

.parkVideoTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: left;
    padding-left: 10%;
    color: #fff;
    font-size: 22px;
}

.article {
    min-height: 85px;
}

.article_title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 6px;
    color: #939393;
}

.article_time {
    font-size: 10px;
    text-align: left;
    color: #a8a8a8;
    margin-bottom: 6px;
}

.article_intro {
    font-size: 12px;
    text-align: left;
    color: #a8a8a8;
    line-height: 20px;
}

.article_hr {
    border-bottom: 1px solid #a8a8a8;
    text-align: right;
    font-size: 12px;
    margin: 20px 0;
    color: #09582e;
}

.TaxationPoliciesBox {
    min-height: 92px;
}

.TaxationPoliciesBoxImg {
    border-radius: 100%;
    padding: 10px 15px;
    vertical-align: middle;
}

.TaxationPoliciesBox:hover {
    background: #f0f8fa;
}

.TaxationPoliciesBox img {
    /*margin-top: 5%;*/
}

.TaxationPoliciesBox article {
    margin-top: 3%;
}

.TaxationPoliciesTitle {
    margin-top: 5%;
    text-align: left;
    color: #6f6f6f;
}

.TaxationPoliciesTitleIntro {
    text-align: left;
    color: #8b8c8e;
}

/*************************** 首页样式 - 联系我们开始 ************************************/

.contact_us .main-content {
    margin-top: 40px;
}

.contact_us .main-content ul {
    border-right: 1px solid #d5e6dd;
}

.contact_us .main-content ul li {
    margin-bottom: 9px;
}

.contact_us .contact_us_img {
    width: 30px;
    text-align: center;
    margin-right: 18px;
    vertical-align: middle;
    line-height: 15px;
}

.contact_us .contact_us_title {
    width: 85px;
    text-align: right;
}

.contact_us .input_class {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccded9;
    margin-bottom: 9px;
}

.contact_us .input_button {
    width: 148px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #0d5fb8;
    color: #0d5fb8;
    margin-top: 6px;
}

.contact_us .breadcrumb_img {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
    height: 16px;
}

.contact_us .breadcrumb_class {
    height: 16px;
    text-align: left;
    vertical-align: middle;
    line-height: 16px;
}

.contact_us .h2 {
    color: #6e977b;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 72px;
}

/*************************** 首页样式 - 联系我们结束 ************************************/
/*************************** 入住企业样式 开始 ************************************/
.num_focus {
    max-width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.num_focus_title {
    width: 100%;
    height: 170px;
    background: #dff1fc;
    text-align: center;
    padding-top: 30px;
    color: #155ebd;
}

.num_focus_content {
    width: 100%;
    height: 185px;
    background: #d8eaf5;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    color: #60676e;
}

.logo_map img {
    padding: 6px;
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

.logoMapLogos {
    padding: 20px 18px 0 18px;
    min-height: 120px;
    width: 50%;
    vertical-align: middle;
    display: table-cell;
}

@media (min-width: 768px) {
    .logoMapLogos {
        padding: 20px 18px 0 18px;
        min-height: 150px;
        width: 20%;
        vertical-align: middle;
        display: table-cell;
    }
}

.logoMapLogos img {
    vertical-align: middle;
}

.logoMapLogos:hover {
    cursor: pointer;
}

#logoMapDetailContent {
    text-indent: 2em;
}

/*************************** 入住企业样式 结束 ************************************/

.parkInfoTitle {
    list-style-type: none;
    color: #fff;
    background: #0052b2;
    width: 32%;
    float: left;
    font-size: 18px;
    line-height: 40px;
}

.parkInfoDetail {
    list-style-type: none;
    color: #333;
    background: #eceffa;
    width: 32%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
}

.parkInfoDetail div {
    text-align: center;
    height: 120px;
    padding-top: 30px;
}

.parkInfoDetail .line {
    border-right: 1px solid #d9dbde;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 3px;
}

.partInfoContent {
    padding: 10px 15px 0 40px;
    font-size: 14px;
    text-align: justify;
}

.partInfoContent div {
    background: #eceffa;
    padding: 20px 20px 1px 20px;
}

.partInfoList {
    padding: 0px 15px 0 40px;
    font-size: 12px;
}

/**
税收政策
 */
.TasTITle {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.TasZgc {
    background: #ecf8f9;
    text-align: center;
    padding: 20px 10px 0px 10px;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    color: #9c9d9e;
    font-size: 14px;
    cursor: pointer;
    float: left;
    min-height: 140px;
}

.TasZgc:hover {
    background: #e3f2f6;
    cursor: pointer;
}

.TasZgc img {
    border-radius: 100%;
    width: 15%;
    margin-bottom: 15px;
}

.TasCy {
    background: #ecf8f9;
    text-align: center;
    min-height: 140px;
    padding: 15px 10px 10px 10px;
    width: 19%;
    margin-right: 1%;
    color: #9c9d9e;
    float: left;
    font-size: 14px;
}

.TasCy:hover {
    background: #e3f2f6;
    cursor: pointer;
}

.TasCy img {
    border-radius: 100%;
    width: 20%;
    margin-bottom: 10px;
}

.modalImg {
    width: 88px;
    margin-bottom: 9px;
}

.modalHeaderTitle {
    background: #b8c6bb;
    font-size: 24px;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.modalTitle {
    border-bottom: 1px solid #587c66;
    width: 50%;
    margin: auto;
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

.modalSubtitle {
    border: 1px solid #1b65bb;
    color: #1b65bb;
    border-radius: 100%;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    margin-bottom: 9px;
    margin-left: 15px;
    padding-top: 12px;
    font-size: 24px;
}

.modalDetail {
    float: left;
    width: 80%;
    margin-left: 20px;
    padding-top: 10px;
}

#l-map {
    height: 60%;
}

#r-result {
    height: 85%;
    overflow: scroll;
    padding: 0 30px;
    padding-top: 10px;
}

#r-result hr {
    padding: 0 20px;
    color: #12562d;
    background: #12562d;
    border-top: 1px solid #12562d;
}

#r-result::-webkit-scrollbar {
    display: none;
}

.NavCurrent {
    border-bottom: 1px solid #12562d;
}

.infoLeftTitle {
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}

.infoLeftTitle img {
    float: right;
}

.infoLeftDetail {
    color: #262728;
    font-size: 14px;
    padding: 10px;
    padding-left: 30px;
    margin-top: 3px;
    width: auto;
    display: inline-block;
    float: right;
    text-align: right;
    clear: both;
}

.itop{
    background: rgba(0, 0, 0, 0.3) url(../img/iconsprite_btbar.png) no-repeat scroll 8px 6px;
    border-radius: 2px;
    bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    height: 36px;
    margin-bottom: 5px;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 9999;
}


