﻿@charset "utf-8";

/* CSS Document */


/* header */

.main-header {
    text-align: center;
    padding: 30px 0;
    background: #ffffff;
    height: 159px;
    background: url(../images/nav_bg.jpg) no-repeat center;
}

.main-header .branding {
    font-size: 3.5em;
}

.main-header .branding:hover {
    text-decoration: none;
}

.main-header .branding img {
    max-width: 100%;
}

.home-template .main-header {
    padding-top: 62px;
    padding-bottom: 62px;
    background-repeat: no-repeat;
    background-position: center 20%;
    -webkit-background-size: cover;
    background-size: cover;
}


/* header */

@media (max-width: 768px) {
    .main-header {
        height: 80px;
        padding: 0px 0;
    }
    .main-header .branding img {
        max-width: 55%;
    }
}

.navbar-wapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #015548;
    height: 65px;
    overflow-y: hidden;
    width: 100%;
}

.navbar-header {
    margin: 0 auto 0 auto!important;
    text-align: right;
}

.navbar-index-logo {
    background: url(../images/nav_bg.jpg) no-repeat center;
    height: 159px;
}

.navbar-index-nav {
    background: #015548;
    height: 65px;
}

.navbar-brand {
    padding: 30px 0 0 0;
    height: 159px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-inverse {
    /*background-color:transparent;*/
    border-color: #080808;
}

.navbar {
    position: relative;
    border: 1px solid transparent;
    border: 0px;
    margin-bottom: 0;
}

.navbar-nav {
    width: 100%;
    line-height: 65px;
}

.nav>li {
    width: 14%;
}

.nav>li>a {
    padding: 0px;
    line-height: 65px;
    width: 100%;
    text-align: center;
    background: #015548;
    font-size: 18px;
}

.nav>li>a.active {
    color: #fff;
    background: #00382f;
}

.border_h30 {
    height: 30px;
    width: 1px;
    background: #00382f;
    margin-top: 18px;
    margin-right: 1px;
    float: right
}

@media (max-width: 768px) {
    .navbar-wapper {
        top: 159px;
        overflow: inherit;
        height: 50px;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .navbar-nav>li>a {
        line-height: 20px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-index-nav {
        height: 50px;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 16px;
        padding: 8px 0;
        margin: 0 15px;
        border-bottom: 1px solid #333;
        background: rgba(0, 0, 0, 0.8);
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    .navbar-inverse .navbar-nav>li>a.active {
        background: rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .navbar-brand {
        width: 100px;
        padding: 5px 0 0 30px;
    }
    .navbar-brand img {}
    .form-zsbh-index {
        width: 350px !important;
    }
}


/* nav  end */


/* banner  begin */

@media (max-width: 768px) {
    .carousel-inner {
        height: 350px;
    }
    .img-responsive,
    .thumbnail>img,
    .thumbnail a>img,
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: 350px;
        width: 100vw;
    }
    .navbar-wapper {
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 20;
    }
    .navbar-brand {
        width: 150px;
        padding: 5px 0 0 15px;
    }
    .navbar-brand img {
        width: 31px;
        height: 40px;
    }
    .navbar-inverse {
        background: rgba(0, 0, 0, 0.8);
    }
    .form-zsbh-index {
        width: 350px !important;
    }
}

@media (max-width: 320px) {
    .carousel-inner {
        height: 320px;
    }
    .img-responsive,
    .thumbnail>img,
    .thumbnail a>img,
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .banner-sub {
        min-height: 350px;
    }
    .form-zsbh-index {
        width: 350px !important;
    }
}

.carousel-indicators li {
    border: 0;
    background: #fff;
    width: 11px;
    height: 11px;
    margin: 0;
}

.carousel-indicators .active {
    background: #015548;
    width: 11px;
    height: 11px;
}

.carousel-control {
    opacity: .0;
}


/* banner  end */

.works_top {
    margin-top: 20px;
}

.works_top_col {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.works_top_img {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.works_top_col img {
    width: 100%;
    /*max-width:191px; max-height:150px;*/
}

.works_top_col:hover .bg_span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(1, 85, 72, 0.5);
}

.works_con {
    margin-top: 60px;
}

.m_title {
    font-size: 30px;
    color: #020204;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    line-height: 55px;
    margin-bottom: 20px;
    position: relative;
}

.m_title .hr {
    background: #015548;
    height: 2px;
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
}

.m_title_bg {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.m_title_bg img {
    width: 100%;
}

.m_title_works {
    max-width: 467px;
}

.m_title_pro {
    max-width: 194px;
}

.border_b1 {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    .m_title {
        font-size: 24px;
    }
    .works_con {
        margin-top: 20px;
    }
    .m_title_bg {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 20px;
    }
    .form-zsbh-index {
        width: 350px !important;
    }
}

.works_con_big img {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
}

.works_con_big h2 {
    padding-top: 30%;
}

.works_con_big .hr {
    background: #a0a0a0;
    height: 1px;
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.works_con_big p {
    padding-left: 15%;
    padding-right: 15%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.works_con_small_col img {
    width: 100%;
    /*max-width:300px; max-height:300px;*/
}

.works_con_small_col h2 {
    padding-top: 30%;
}

.works_con_long img {
    width: 100%;
    /*max-width:600px; max-height:300px;*/
}

.works_con_long h2 {
    padding-top: 15%;
}

@media (max-width: 768px) {
    .works_con_big h2 {
        padding-top: 20%;
    }
    .works_con_small_col h2 {
        padding-top: 20%;
    }
    .works_con_long_text {
        padding-top: 12%;
        padding-bottom: 12%;
    }
    .works_con_long h2 {
        padding-top: 0%;
    }
    .form-zsbh-index {
        width: 350px !important;
    }
}

.triangle01 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #015548;
    border-bottom: 8px solid transparent;
}

.triangle02 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #efefef;
    border-bottom: 8px solid transparent;
}

.triangle03 {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 15px solid #015548;
    border-bottom: 8px solid transparent;
}

.adzone {
    margin-top: 20px;
    max-height: 204px;
}

.adzone img {
    width: 100%;
    max-width: 1200px;
    max-height: 204px;
    min-height: 80px;
}

.pro_foot {
    margin-top: 12px;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .pro_foot {
        margin-bottom: 0;
    }
    .form-zsbh-index {
        width: 350px !important;
    }
}

.pro_foot_col {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.pro_foot_img {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.pro_foot_col img {
    width: 100%;
    /*max-width:191px; max-height:240px;*/
}

@media (min-width: 1230px) {
    /* .container {
        width: 1230px;
    } */
}

@media (min-width: 1200px) {
    .pro_foot_col img {
        max-height: 241px;
    }
}

.pro_foot_col:hover .bg_span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(1, 85, 72, 0.5);
}

.pro_con_col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    color: #015548;
    font-size: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    /* .container {
        width: 970px !important;
    } */
    .form-zsbh-index {
        width: 350px !important;
    }
}

@media (max-width: 768px) {
    .form-zsbh-index {
        width: 350px !important;
    }
    .pro_con_col {
        margin-top: 20px;
    }
    .form-zsbh-index {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 260px;
        margin-bottom: 15px;
    }
    .control-label-index {
        font-size: 14px;
        padding-left: 0;
        padding-top: 5px;
        color: #444;
    }
    .form-group-area-index {
        float: left;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .m_title {
        font-size: 20px;
    }
    .index_zscx_con {
        padding-top: 20px;
        padding-bottom: 18px;
    }
    .index_zscx {
        margin-top: 30px;
    }
    .btn-cx-index {
        margin-left: 0;
        height: 34px;
        margin-left: 70px;
    }
}

.zscx_m_title {
    border-bottom: 1px solid #ddd!important;
}

.m_title {
    font-size: 30px;
    color: #020204;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    line-height: 55px;
    margin-bottom: 20px;
    position: relative;
}

.m_title .hr {
    background: #015548;
    height: 2px;
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
}

.form-group-area-index {
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn-cx-index {
    width: 110px !important;
    font-size: 18px;
    height: 50px !important;
    margin-top: 0px;
    margin-left: 30px;
}

.form-group-index {
    display: inline-block;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background: #00382f;
}

.index_zscx_con {
    padding-top: 40px;
    padding-bottom: 28px;
}

.control-label-index {
    font-size: 30px;
    font-weight: 500;
    padding-left: 0;
    padding-top: 2px;
    color: #444;
}

.fl {
    display: inline-block;
    float: left;
}

.btn-info {
    background: #00382f;
    border: 0;
    border-radius: 1px;
    outline: 0;
    width: 100%;
    height: 65px;
    font-size: 18px;
    color: #fff;
}

.form-zsbh-index {
    border: 1px solid #959595;
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 450px;
    font-family: Arial, Helvetica, sans-serif;
}

.pro_con_col_bg {
    background: #ebebeb;
    border: 2px solid #fff;
}

.pro_con_col_img {
    max-width: 285px;
    max-height: 400px;
}

.pro_con_col_img img {
    width: 100%;
    /*max-width:285px; max-height:400px;*/
}

.pro_con_col_txt {
    height: 75px;
    padding-top: 10px;
}

.pro_con_col_txt p {
    margin-bottom: 0px;
}

.pro_con_col_txt .price {
    font-size: 18px;
}

.pro_con_col_txt .title {
    font-family: "宋体";
    cursor: pointer;
}

.pro_con_col_txt:hover,
.pro_con_col_txt .title a {
    color: #fff;
}

.pro_con_col_txt .title a {
    color: #015548;
}

.pro_con_col_txt .title a:hover {
    color: #fff;
}

.pro_con_col_bg:hover,
.pro_con_col_bg.cur {
    background: #015548;
    border: 2px solid #015548;
    color: #fff;
}

.news {
    background: url(../images/news_bg.jpg) no-repeat;
    min-height: 500px;
}

.mlr-news {
    margin-left: -20px;
    margin-right: -20px;
}

.news_head {
    margin-top: 30px;
}

.news_con_col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.news_con_col_img {
    max-width: 270px;
    max-height: 200px;
}

.news_con_col_img img {
    width: 100%;
    /* max-width:270px; max-height:200px;*/
}

.news_con_col_txt {
    padding: 25px 20px;
}

.news_con_col_txt p {
    margin-bottom: 0px;
}

.news_con_col_txt .post-date {
    margin-bottom: 5px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.news_con_col_txt .title {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

.news_con_col_txt .title a {
    color: #fff;
}

.news_con_col_txt .title a:hover {
    color: #fff;
}

.news_con_col_txt .infor {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.news_con_col_text {
    padding: 25px 0;
}

.news_con_col_text .title {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 20px;
}

.news_con_col_text .title a {
    color: #015548;
}

.news_con_col_text .infor {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 20px;
}

.news_con_col_text .time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 70px;
    height: 70px;
    background: #ebebeb;
    border: 1px solid #015548;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
    color: #015548;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .news {
        background: none;
    }
    .mlr-news {
        margin-left: -10px;
        margin-right: -10px;
    }
    .news_con_col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .news_con_col_txt {
        padding: 15px 10px;
    }
    .form-group-area-index {
        float: left;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .m_title {
        font-size: 20px;
    }
    .index_zscx {
        margin-top: 30px;
    }
    .index_zscx_con {
        padding-top: 20px;
        padding-bottom: 18px;
    }
    .control-label-index {
        font-size: 14px;
        padding-left: 0;
        padding-top: 5px;
        color: #444;
    }
    .form-zsbh-index {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 260px;
        margin-bottom: 15px;
    }
    .btn-cx-index {
        margin-left: 0;
        height: 34px !important;
        margin-left: 70px;
    }
}

.index_zscx {
    background: url(../images/index_zscx_bg.jpg) repeat-y;
    margin-top: 80px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}