
/*---------------------------------------------------------------------------------

Table Of Content

	1- Default
	2- Fonts
	3- Heading
	4- Content
		4.1 - Count Down Timer
		4.2 - Form
		4.3 - Form Placeholder
		4.4 - Form Subscriber
		4.5 - Social Media List
		4.6 - Entrance List
		4.7 - Top news
	5- Footer
	6- Theme Colors

---------------------------------------------------------------------------------*/


/* ==================================================================
	1// Default
================================================================== */
html {
    height: 100% !important;
    font-family: "Microsoft YaHei UI"
}
body {
	position: relative;
	font-size: 14px;
	background-color: transparent;
}
section {
	position: relative;
}
.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	/*background: #FFF url(Layoutimgpage-loader.gif) center center no-repeat;*/
} 
header {
	padding-top: 90px;
	padding-bottom: 0px;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.vegas {
    position: absolute!important;
    width: 100%;
    height: 255px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #2673d2;
}

@media only screen and (max-width : 1206px) {
    .vegas {
        height: 285px!important;
    }
}


    /* ==================================================================
	2// Fonts
================================================================== */
    body {
        font-family: 'Microsoft YaHei UI','Open Sans', Helvetica, Arial, sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Microsoft YaHei UI','Oswald', Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font: 14px/1.7em "Open Sans";
        word-spacing: 3px;
    }


    /* ==================================================================
	3// Heading
================================================================== */
    .site-logo {
        background-repeat: no-repeat;
        background-position: left center;
        width: 100%;
        height: 80px;
        text-indent: -99999px;
        font-weight: 600;
        line-height: 20px;
        display: block;
    }

    .logo .site-logo {
        background-image: url(Layoutimglogo.png);
    }


    .site-navbar {
        background: rgba(2, 107, 207, 0.9);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 3px;
        transition: all 0.2s ease-in-out;
        font-family: "Microsoft YaHei UI";
    }

        .site-navbar .nav > li {
            font-size: 1.1em;
        }

            .site-navbar .nav > li > a {
                color: #fff;
            }

        .site-navbar .navbar-brand {
            color: #fff;
        }

    .header-title {
        color: #fff;
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        font-size: 35px;
        padding-top: 10px;
    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
        .header-logo {
            text-align: center;
            font-size: 26px;
        }

        .header-title {
            text-align: center;
            font-size: 26px;
        }
    }

    /* ==================================================================
	4// Content
================================================================== */
    #content {
        margin: 0px 0 0;
        font-family: "微软雅黑";
    }

    .content-intro {
        margin-bottom: 20px;
    }

        .content-intro h2 > a {
            display: block;
            color: #fff;
            font-size: 24px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 2px;
            padding: 28px 0px 25px;
            transition: all 0.2s ease-in-out;
            text-align: center;
        }

            .content-intro h2 > a:hover {
                background: rgba(255,255,255,0.9);
                color: #c14f66;
            }

        .content-intro h1 {
            margin-bottom: 30px;
            word-spacing: 15px;
            color: #fff;
            font-size: 40px;
        }

        .content-intro h2 {
            color: #fff;
            font-size: 30px;
        }

    /* ==================================
		4.1// Count Down Timer
	===================================== */
    .countdown-container {
        text-align: center;
        -webkit-backface-visibility: hidden;
    }

        .countdown-container .dash {
            display: inline-block;
            float: left;
            width: auto;
            margin: 0px 38px 20px 0px;
            ;
        }

            .countdown-container .dash:last-child {
                margin-right: 0;
            }

        .countdown-container .digit {
            font: 400 80px/1.5em 'Oswald', sans-serif;
            display: inline-block;
            height: 115px;
            width: 115px;
            overflow: hidden;
            margin: 0px 0px 0px -2px;
            padding: 0px;
            color: #fff;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.2);
        }

            .countdown-container .digit:first-child {
                margin-left: 0px;
            }

        .countdown-container .dash_title {
            width: 100%;
            display: block;
            color: #fff;
            font: 20px "Oswald";
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 1px;
            margin: -4px 0px 0px 0px;
            padding: 10px 0px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.2);
            border-top: none;
        }

    /* ==================================
		4.2// Form
	===================================== */
    input, textarea, select {
        background: rgba(255,255,255,0.07);
        outline: none;
        -webkit-appearance: none;
        color: #fff;
        font-size: 14px;
        border: 0px;
        border: 1px solid rgba(255,255,255,0.1);
        border-left: 1px solid rgba(255,255,255,0.1);
        padding: 9px 20px;
        margin: 0px;
        font-style: normal;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
        -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
        -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
        transition: background-color .3s ease, border .3s ease, color .3s ease;
        position: relative;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        line-height: normal;
        letter-spacing: normal;
    }

        input:focus {
            background: rgba(255,255,255,0.1);
        }

        select:focus {
            background: rgba(255,255,255,0.1);
        }

        textarea:focus {
            background: rgba(255,255,255,0.1);
        }

        input[type="text"], input[type="email"] {
            width: 100%;
        }

    textarea {
        width: 100%;
        padding: 10px 20px;
        resize: both;
        margin-top: 0px;
        height: 100px;
    }

    input[type="submit"], button {
        width: auto;
        font-style: normal;
        background: rgba(255,255,255,0.07);
        color: #dfdfdf;
        cursor: pointer;
        border-left: 1px solid rgba(255,255,255,0.1);
        border-right: 1px solid rgba(255,255,255,0.1);
        padding: 13px 25px;
    }

    select, option {
        cursor: pointer;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
    }

    .form {
        position: relative;
        overflow: hidden;
    }

    .form-container {
        padding-top: 40px;
        position: relative;
        overflow: hidden;
        padding-bottom: 30px;
    }


    /* ==================================
		4.3// Form Placeholder
	===================================== */
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #dfdfdf;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #dfdfdf;
        opacity: 1;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #dfdfdf;
        opacity: 1;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #dfdfdf;
    }

    placeholder {
        color: #dfdfdf;
    }

    input[placeholder] {
        text-overflow: ellipsis;
    }

    ::-moz-placeholder {
        text-overflow: ellipsis;
    }
    /* firefox 19+ */

    input:-moz-placeholder {
        text-overflow: ellipsis;
    }

    /* ==================================
		4.4// Form Subscriber
	===================================== */
    .subscriptionForm .emailfield {
        width: 78%;
        padding: 13px 25px;
    }
    /* Success & Error Style For Register Form */
    .success {
        padding: 1em;
        margin: 30px 0 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #fff;
        ;
        border: 1px solid #d6e9c6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .error {
        padding: 1em;
        margin: 30px 0 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #ff9797 !important;
        border: 1px solid rgba(185, 74, 72, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }


    /* ==================================
		4.5// Social Media List
	===================================== */
    ul.social-list {
        margin-bottom: 40px;
    }

        ul.social-list li {
            display: inline-block;
        }

            ul.social-list li i {
                color: #fff;
                font-size: 22px;
                width: 36px;
                height: 36px;
                background: rgba(255,255,255,0.07);
                border: 1px solid rgba(255,255,255,0.1);
                border-radius: 2px;
                padding: 7px;
                transition: all 0.2s ease-in-out;
                margin-right: 10px;
            }

                ul.social-list li i:hover {
                    background: rgba(255,255,255,0.9);
                }

            ul.social-list li .fa-facebook {
                padding: 7px 10px;
            }

    /* ==================================
		4.6// entrance List
	===================================== */
    .content-search-section {
        margin: 30px auto 30px;
    }

        .content-search-section .form-control {
            background: rgba(255,255,255,0.01);
            border: 1px solid #dfdfdf;
        }

    .entrance-list {
        margin-bottom: 10px;
    }

        .entrance-list > div {
            margin-bottom: 15px;
        }

            .entrance-list > div > a {
                display: block;
                color: #a04242;
                font-size: 14px;
                /*background: rgba(255,255,255,0.07);*/
                /*background: red;*/
                border: 1px solid rgba(162, 0, 0, 0.1);
                border-radius: 2px;
                padding: 25px 0px 20px;
                transition: all 0.2s ease-in-out;
                text-align: center;
            }

                .entrance-list > div > a:hover {
                    background: rgba(255,255,255,0.9);
                    color: #c14f66;
                }

                .entrance-list > div > a > i {
                    font-size: 30px;
                    margin-bottom: 10px;
                }

    /* ==================================
		4.7// Top news List
	===================================== */
    .top-news-section {
        /*background: rgba(255,255,255,0.07);*/
        /*background: red;*/
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 5px !important;
        /*padding: 15px;*/
        /*margin-bottom: 30px;*/
        color: #fff;
    }

    .news-carousel .carousel-indicators {
        left: auto;
        right: 0px;
    }

        .news-carousel .carousel-indicators > li {
            border-width: 1px;
            width: 13px;
            height: 13px;
            margin-right: 5px;
        }

    .news-carousel .carousel-caption {
        right: auto;
        left: 15px;
        bottom: 10px;
        top: auto;
        padding: 0px;
    }

        .news-carousel .carousel-caption h4 {
            font-size: 1.0em;
            font-weight: normal;
        }

        .news-carousel .carousel-caption a {
            color: #fff;
        }

    ul.news-list {
        padding-left: 0px;
    }

        ul.news-list > li {
            line-height: 30px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 1.1em;
            padding-left: 5px;
            height: 34px;
            /* margin-bottom: 5px;
            padding-bottom: 5px;*/
        }

            ul.news-list > li > .datetime {
                display: block;
                color: #888;
                font-size: 0.9em;
                position: relative;
                margin-left: 10px;
                float: right;
            }

            ul.news-list > li:before {
                content: "•  	";
            }

            ul.news-list > li > a:hover {
                color: red !important;
            }



    /* ==================================================================
	4.8// Main
================================================================== */

    .container-lg {
        width: 100% !important;
        max-width: 1140px;
        margin: 0 auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-button {
        border-radius: 50% !important;
        width: 60px !important;
        height: 60px !important;
        position: relative;
        text-align: center;
        padding-top: 22px;
    }

        .icon-button .fa {
            font-size: 30px;
            color: #fff;
            margin-bottom: 5px;
        }

    ul.xxgg-list {
        margin-bottom: 0px;
    }

        ul.xxgg-list li {
            width: 47%;
            line-height: 26px;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

            ul.xxgg-list li:before {
                content: "•  	";
            }

    .portlet.noborder {
        border: none !important;
    }

        .portlet.noborder .portlet-title {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .portlet.noborder .portlet-title .caption .fa {
                font-size: 30px;
            }

    .portlet.light {
        margin: 0px;
        padding: 0px;
    }

        .portlet.light > .portlet-title {
            border-bottom: none;
            padding: 0px;
            min-height: 35px;
            margin-bottom: 0px;
        }

        .portlet.light > .portlet-body {
            padding: 0px;
        }

    .portlet.noborder {
        border: none !important;
    }

        .portlet.noborder .portlet-title {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .portlet.noborder .portlet-title .caption .fa {
                font-size: 30px;
            }

    .portlet.light > .portlet-title {
        border-bottom: none;
        padding: 0px;
        min-height: 35px;
        margin-bottom: 0px;
    }

    .portlet.noborder > .portlet-body .news-list > li {
        font-size: 1.0em;
    }

    .portlet.noborder .tabbable-line {
        padding-top: 0px;
    }

        .portlet.noborder .tabbable-line > .tab-content {
            padding: 13px 0px 0px;
            background-color: transparent;
            border-top: none;
        }

        .portlet.noborder .tabbable-line > .nav-tabs > li > a {
            color: #555;
            font-size: 1.2em;
            padding: 7px 10px;
        }

    .tabbable-line > .nav-tabs > li {
        border-bottom-width: 2px;
    }

    .portlet.noborder .tabbable-line > .nav-tabs > li.active > a,
    .portlet.noborder .tabbable-line > .nav-tabs > li:hover > a {
        color: #444;
    }

    .portlet.noborder .tabbable-line > .nav-tabs > li.active,
    .portlet.noborder .tabbable-line > .nav-tabs > li:hover {
        border-bottom-color: #2f90d6;
        border-bottom-width: 2px;
    }

    .portlet.green-meadow {
        color: #00c19c;
    }

        .portlet.green-meadow a:hover {
            color: #00c19c;
        }

        .portlet.green-meadow .icon-button {
            background-color: #00c19c !important;
        }

        .portlet.green-meadow .portlet-body .portlet-title > .caption {
            border-bottom: 2px solid #00c19c;
        }

    .portlet.blue {
        color: #2f90d6;
    }

        .portlet.blue a:hover {
            color: #2f90d6;
        }

        .portlet.blue .icon-button {
            background-color: #2f90d6 !important;
        }

    .portlet.purple-studio {
        color: #9923a6;
    }

        .portlet.purple-studio a:hover {
            color: #9923a6;
        }

        .portlet.purple-studio .icon-button {
            background-color: #9923a6 !important;
        }

        .portlet.purple-studio .portlet-body .portlet-title > .caption {
            border-bottom: 2px solid #9923a6;
        }
    /* ==================================================================
	5// Footer
================================================================== */
    footer {
        background-color: rgba(0,0,0,0.3);
        text-align: center;
        padding: 30px 0;
    }


    /* ==================================================================
	6// Theme Colors
================================================================== */
    a, a:hover, a:focus {
        color: #444;
        text-decoration: none;
    }

    .main-color {
        color: #c14f66;
    }

    input[type="submit"]:hover, button:hover {
        background: rgba(255,255,255,0.9);
        color: #dc2958;
    }

    ul.social-list li i:hover {
        color: #c14f66;
    }
    /* ===== End Theme Color ===== */

    .top-news-section .fangchanzixun-portlet {
        padding-top: 10px;
        background: rgba(255,255,255,0.7);
        color: #333;
    }
    /*.top-news-section .fangchanzixun-portlet {
    padding-top: 10px;
    background: white;
    color: #333;
}*/
    .top-news-section h3.top-one {
        padding: 14px 15px 15px;
        font-size: 24px;
        text-align: center;
        border-bottom: solid 2px #c14f66;
        margin-bottom: 2px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 10px;
        margin-right: 10px;
    }

        .top-news-section h3.top-one a {
            color: #b90303;
            text-overflow: initial;
        }

    .top-news-section .fangchanzixun-portlet .portlet-title {
        padding: 14px 15px 0px 15px;
    }

    .top-news-section .fangchanzixun-portlet .caption {
        color: #c14f66;
        border-bottom: solid 2px #c14f66;
    }
    /*   .top-news-section .fangchanzixun-portlet .caption {
        color: #c14f66;
        border-bottom: solid 2px #c14f66;
        font-size: 20px;
    }*/
    .top-news-section .portlet-body {
        background-color: transparent;
        border-top: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-news-section ul.news-list {
        margin-left: 10px;
        margin-right: 10px;
        /*  height:519px;*/
    }

        .top-news-section ul.news-list > li > a {
            color: #333;
            text-decoration: none;
        }

    .main-content-section {
        border: 1px solid #e5e5e5;
        border-radius: 5px !important;
        /*padding: 15px;*/
        /*margin-bottom: 30px;*/
        color: #fff;
    }

    .page-2-column {
        /*background: rgba(255,255,255,0.8);*/
        background: rgb(211,213,219);
    }

    .page-2-column-main-section {
        background-color: #fff;
    }

    /*@media only screen and (min-width: 992px){
    .top-news-section > .row > div:first-child,
    .page-2-column > .row > div:first-child {
        padding-right: 0px;
    }
}


@media only screen and (min-width: 992px){
    .top-news-section > .row > div:last-child,
    .page-2-column > .row > div:last-child {
        padding-left: 0px;
    }
}*/


    .category-nav-portlet > .portlet-title {
        text-align: center;
        font-size: 18px;
        color: #c14f66;
        line-height: 250%;
    }

    .category-nav-portlet ul.nav > li.active > a {
        background-color: #efefef;
        color: #c14f66;
    }

    .category-nav-portlet ul.nav > li .glyphicon {
        color: #c14f66;
    }

    .category-list-portlet {
        min-height: 500px;
    }

        .category-list-portlet .portlet-title {
            padding: 15px 15px 15px !important;
        }

        .category-list-portlet .portlet-body {
            padding: 0px 8px 15px !important;
            color: #555;
        }

        .category-list-portlet .portlet-title > .caption {
            border-bottom: 2px solid #c14f66;
        }

        .category-list-portlet ul.news-list > li.divider {
            border-bottom: dashed 1px #eee;
            height: 1px;
            margin: 15px 0px 15px 15px;
        }

            .category-list-portlet ul.news-list > li.divider:before {
                content: unset;
            }

    .breadcrumb > li > a {
        color: black;
    }

    .breadcrumb > li + li:before {
        color: black;
    }

    .breadcrumb > .active {
        color: black;
    }

    .breadcrumb {
        margin-left: 7px;
        margin-bottom: 0px;
        line-height: 40px
    }

    .contact-list {
        margin-top: 30px;
    }

        .contact-list > div {
            margin-bottom: 10px;
        }

        .contact-list h5 {
            color: #333;
        }

        .contact-list address {
            color: #777;
        }
    /* 详情页 */
    .xl_con {
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 50px;
    }

        .xl_con h1 {
            font-size: 24px;
            text-align: center;
            width: 95%;
            line-height: 50px;
            font-family: "微软雅黑";
            margin: 20px auto;
            color: red;
            text-shadow: none;
        }

    .xl_con_info {
        width: 95%;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        clear: both;
        padding-bottom: 15px;
        color: #333;
        border-bottom: 2px solid #e6e6e6;
    }

    .xl_con1 {
        width: 93%;
        padding-left: 1%;
        padding-right: 1%;
        margin: 0 auto;
        clear: both;
        line-height: 36px;
        padding-bottom: 20px;
        padding-top: 15px;
        color: #333;
        border-bottom: 1px solid #e0dddd;
    }

        .xl_con1 p {
            text-indent: 2em;
            line-height: 30px;
            font-size: 1.1em;
        }

    .pages i {
        font-style: normal;
    }

    .pages a {
        color: #333;
        text-decoration: none;
    }

        .pages a:hover {
            color: red;
        }

    .xl_tit3 {
        width: 95%;
        margin: 10px auto 0px;
        clear: both;
        height: 30px;
        line-height: 30px;
        padding-top: 10px;
        text-align: right;
        font-size: 14px;
        color: #333;
    }

        .xl_tit3 a {
            color: #333;
            text-decoration: none;
        }

            .xl_tit3 a:hover {
                color: red;
            }

    /*  办事指南 */
.thumbnail{
    border:none;
}
.guide-button {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: white;
    text-align: center;
    line-height: 100px;
    color: #34bfa3;
    margin: 0;
    font-size: 20px;
    border: 1px solid #34bfa3;
}

    .guide-button:hover {
        background: #34bfa3;
        color:white;
    }
/**/
.mt-element-overlay .mt-overlay-6 .mt-overlay h2 {
    font-family: "微软雅黑";
    font-size: 25px;
    font-weight: 100;
}

    .btn.btn-outline.default:hover {
        border-color: white;
        color: #333;
        background: white;
    }

    .btn.btn-outline.default {
        font-size: 20px;
    }

    .mt-element-overlay .mt-overlay-6 {
        background: red;
        border: 10px solid;
    }



    /*  留言板 */
    .feedbook .portlet {
        padding: 12px 20px 15px;
        color: black;
    }

    .feedbook .form-group.form-md-line-input {
        margin-bottom: 0;
    }

    .feedbook .table .content {
        width: 100%;
        word-wrap: break-word;
        word-break: break-all;
    }

    .feedbook .table .replayContent {
        border-top: 1px dashed #eee;
        padding-top: 5px;
    }


    .bgGroundColor {
        background: #f3f6f9;
    }

    footer .list-inline > li {
        color: black;
    }

        footer .list-inline > li > a {
            color: black;
        }

            footer .list-inline > li > a:hover {
                text-decoration: solid
            }
