body {
    font-family: Verdana, "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, 宋体, sans-serif;
}
.spanhid {
    display: none;
}
.masthead img {
    width: 100%;
}
.navbar {
    min-height: 30px;
}
.navbar-brand {
    padding: 5px 15px;
    height: 30px;
    position: absolute;
    top: -5px;
}

.navbar-brand img {
    height: 40px;
    width: auto;
    top: -2px;
    position: relative;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    /**
    margin-top: 15px;
    **/
    

}
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-header {
    background-color: #0b4a97;
    border-radius: 4px;
}
.navbar-header button {
    background-color: transparent;
    border: none;
}
.navbar-header button span {
    color: #FFF;
    padding: 5px 15px 5px 50px;

}
.navbar-lipperBlue .navbar-brand {
    color: #fff;
}
.navbar-lipperBlue .in ul {
    background-color: #0b4a97;
    border-radius: 4px;
    margin-top: 15px;
}
.navbar-lipperBlue .navbar-brand:hover,
.navbar-lipperBlue .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-lipperBlue .navbar-text {
    color: #fff;
}
.navbar-lipperBlue .navbar-nav > li > a {
    color: #fff;
}
.navbar-lipperBlue .navbar-nav > li > a:hover,
.navbar-lipperBlue .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #2c62a0;
    border-radius: 4px;
}
.navbar-lipperBlue .navbar-nav > .active {
    background-color: #2c62a0;
    border-radius: 4px;
}
.navbar-lipperBlue .navbar-nav > .active > a,
.navbar-lipperBlue .navbar-nav > .active > a:hover,
.navbar-lipperBlue .navbar-nav > .active > a:focus {
    color: #fff;
}
.navbar-lipperBlue .navbar-toggle {
    border-color: #fff;
}
.navbar-lipperBlue .navbar-toggle:hover,
.navbar-lipperBlue .navbar-toggle:focus {
    background-color: #2c62a0;
}
.navbar-lipperBlue .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-lipperBlue .navbar-link {
    color: #9d9d9d;
}
.navbar-lipperBlue .navbar-link:hover {
    color: #fff;
}
.navbar-lipperBlue .btn-link {
    color: #9d9d9d;
}
.navbar-lipperBlue .btn-link:hover,
.navbar-lipperBlue .btn-link:focus {
    color: #fff;
}
.navbar-lipperBlue .btn-link[disabled]:hover,
fieldset[disabled] .navbar-lipperBlue .btn-link:hover,
.navbar-lipperBlue .btn-link[disabled]:focus,
fieldset[disabled] .navbar-lipperBlue .btn-link:focus {
    color: #444;
}
.navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-collapse {
    box-shadow: none;
}
.container .text-muted {
    margin: 20px 0;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}
/*Slide 默认不加此*/

/*
.carousel {
    padding-top: 120px;
}
*/

.carousel {
    padding-top: 120px;
}
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.edpjumbotron {
    padding: 40px 0px;
    padding-top: 120px;
    margin-bottom: 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;
    background: linear-gradient(45deg, #eee 0px, #eee 100%) repeat scroll 0% 0% transparent;
    /*    background-image: url(../img/head-ContactUs.jpg);
    
   
    
    */
    background-position: top right;
   
}
/*左右结构*/

.site-jumbotron {
    padding-top: 10px;
    background-color: transparent;
}
.site-jumbotron .row {
    margin: 0;
    padding: 0;
}
.site-jumbotron .jumbotron-words {
    text-align: center;
}
.site-jumbotron .jumbotron-words > img {
    width: 100%;
    max-width: 417px;
    margin-bottom: 20px;
}
.site-jumbotron .jumbotron-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.site-jumbotron .jumbotron-image > img {
    position: absolute;
    width: 100%;
    left: 0px;
}
.site-jumbotron .float .jumbotron-image > img {
    right: 0px;
    left: auto;
}
/*one-third*/

.marketing .col-sm-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-sm-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
.half .col-md-6 {
    padding: 0;
}
.half .col-md-6 .bg-info {
    background-color: transparent;
    padding: 10px 20px;
}
.half .col-md-6 .bg-info img {
    margin-bottom: 15px;
    width: 100%;
}
.one-third .col-sm-4 {
    padding: 0 2px;
}
.one-third .col-sm-4 .bg-info {
    padding: 10px;
}
.one-third .col-sm-4 .bg-info img {
    margin-bottom: 15px;
}
.quarter .col-sm-3 {
    padding: 0 2px;
}
.quarter .col-sm-3 .bg-info {
    padding: 10px;
}
.quarter .col-sm-3 .bg-info img {
    margin-bottom: 15px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
}
/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.loginPosition {
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.tel span {
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    font-family: Verdana, "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, 宋体, sans-serif;
}
.tel .glyphicon-phone-alt:before {
    padding-right: 12px;
    font-family: "Glyphicons Halflings";
    font-weight: 20px;
}
.blog-masthead {
    /* background-color: #428bca; */
    font-size:1.3em;
    height:45px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
}
/* Nav links */

.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
     
    color: #666;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
    color: #428bca;
    text-decoration: none;
}
/* Active state gets a caret at the bottom */

.blog-nav .active {
    color: #428bca;
    background-color: #FFF;
    border-radius: 8px 8px 0 0;
    border: 1px #ddd solid;
    border-bottom: 0;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
/*
 * Blog name and description
 */

.blog-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-title {
    text-align: center;
}
.blog-description {
    font-size: 20px;
    color: #08C;
}
.blog-main {
    font-size: 18px;
    line-height: 1.5;
}
.blog-post {
    margin-bottom: 60px;
}
.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}
.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}
.footer {
    width: 100%;
    background-color: #f5f5f5;
    color: #777;
    /*padding: 30px 0 15px;*/
    border-top: 1px solid #E5E5E5;
    margin-top: 70px;
}
.footer .container {
    text-align: center;
}
.footer .container h4 a {
    color: #777;
}
.footer .container .panel-default {
    border: 0px;
}
.footer .container .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
.footer .container .panel .collapse a {
    font-size: 1.1em;

    color: #777;
    line-height: 1.5em;
     
    

}
#marqueeDiv {
    display: none;
}

.bgImage {
    background: url(../../pictures/schemeBg.jpg) center top no-repeat;
    height: 500px;
    padding: 20px 0 0 0;
    margin:auto;
}

/*
*lippersoft style

*/

.container .blog-header .headline,
.container .blog-header .caption2 {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, "MingLiu", "STHeiti";
    line-height: 56px;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 200;
    color: #333;
    text-align: center;
}
.container .blog-header .border {
    height: 1px;
    background-image: url("../../images/divider_line.png");
    margin: 20px 0px;
    background-position: top center;
}
.container .blog-header .sectionTitle {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, "MingLiu", "STHeiti";
    color: #0DA4D3;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 400;
}
.container .blog-header .hotText {
    color: #FE8502;
}
.container .blog-header .warningText {
    color: #F00;
}
.container .blog-header .remindText {
    color: #08C;
}
.container .blog-header .spacing {
    height: 40px;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.container .blog-header .center img,
.container .blog-header .text-center img {

/**
   it will cause image bigger
   
   
    width: 100%;
**/

    height: auto;
}
.imgSmall {
    text-align: center;
}
.imgSmall img {
    width: 60%;
}
.container .blog-header .imgBlock ul li {
    list-style: outside none none;
    text-align: center;
    margin: 10px 0;
}
.container .blog-header .jumbotron h1 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 200;
    line-height: 1;
    color: #08C;
    letter-spacing: -1px;
    text-align: center;
}
#edpMessengerLinkDiv img {
    width: 50px;
}
table .label {
    color: #333;
}
.container .blog-header .text-center .placeInfoLinkBox1 img {
    margin-left: 14px;
    width: 24px;
    vertical-align: middle;
}
.container .blog-header .text-center .placeInfoLinkBox img {
    margin-left: 8px;
    width: 18px;
    vertical-align: middle;
}
.container .blog-header .text-center .placeInfoLink1 img {
    margin-left: 14px;
    width: 24px;
    vertical-align: middle;
}
.container .blog-header .text-center .placeInfoLink img {
    margin-left: 8px;
    width: 18px;
    vertical-align: middle;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 360px) {
    .site-jumbotron .jumbotron-image {
        height: 170px;
    }
}
@media (min-width: 768px) {
    .carousel {
        margin-bottom: 60px;
    }
    .navbar-right {
        margin-right: 20px;

    }
    .nav > li > a {
        font-size: 12px;
        padding: 5px 8px;
    }
    .navbar-lipperBlue {
        background-color: #0b4a97;
        border-radius: 4px;
    }
    .navbar-lipperBlue .in ul {
        margin-top: 10px;
    }
    .navbar-lipperBlue .navbar-nav > li > a:hover,
    .navbar-lipperBlue .navbar-nav > li > a:focus,
    .navbar-lipperBlue .navbar-nav > .active {
        border-radius: 0px;
    }
    .navbar-brand {
        top: -18px;
    }
    .navbar-brand img {
        height: auto;
        width: 150px;
    }
    .masthead p {
        font-size: 18px;
    }
    .footer .collapse {
        display: block;
        visibility: visible;
    }
    #edpMessengerLinkDiv img {
        width: auto;
    }
    .container .blog-header .center img {
        /**
        width: auto;
        height: auto;
        **/
        
        
        
    }
    .half .text-center .bg-info img {
        height:304px;
        width: auto;
    }
    .half .text-center{
        height:464px;
    }
    #bCarousel .item img {
        width:30%;
    }
    .sectionScheme {
        height: 200px;
    }
    .bgImage {
        height: 300px;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
    .masthead {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .masthead h1 {
        font-size: 60px;
        line-height: 1;
        font-weight: 500;
    }
    .carousel {
        margin-bottom: 20px;
        background-color: #f2f2f2;
    }

    #bCarousel.carousel,#myCarousel.carousel {
        background-color: #fff;
    }

    .nav > li > a {
        font-size: 14px;
        padding: 5px 16px;
    }
    .site-jumbotron .jumbotron-image > img {
        width: auto;
    }
    .site-jumbotron .float .jumbotron-words {
        float: right;
        padding-right: 70px;
    }
    .site-jumbotron .float .jumbotron-image {
        float: left;
    }
    .site-jumbotron .jumbotron-image {
        height: 550px;
    }
    .half .col-md-6 {
        padding: 0 15px;
    }
    .half .col-md-6 .bg-info {
        height: 360px;
        font-size: 18px;
    }
    .footer .container {
        text-align: left;
    }
    .footer .container .col-sm-2 {
        padding-left: 1px;
    }
    .footer .container .col-sm-3 {
        padding-right: 0;
    }
    #marqueeDiv {
        display: block;
    }
    /*
	*lippersoft style

	*/
    /* .container .blog-header .quarter {
		width: 25%;
	} */
    .container .blog-header .threequarter {
        width: 70%;
    }
    .container .blog-header .floatR,
    .rightF {
        float: right;
    }
    .container .blog-header .floatL,
    .leftF {
        float: left;
    }
    .container .blog-header p {
    
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, "MingLiu", "STHeiti";
        font-size: 16px;
        line-height: 2.5em;
        
        letter-spacing: 0.25px;
        font-weight: 200;
        
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: 1200px) {
    .nav > li > a {
        font-size: 14px;
        
        padding: 10px 20px;

    }
}