/* Pseudo elements for icons */

.btn:before,
.fa-plus:after,
.fa-download:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 1.8em;
    line-height: 40px;
    background: #15499a;
    position: relative;
    right: 10px !important;
    bottom: 150px !important;
    border-radius: 50% !important;
}

#topcontrol:after {
    top: -1px;
    left: 8px;
    content: "\f062";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover {
    color: #fff;
    background: #15499a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*--------------------------
--------- PRELOADER --------
--------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 1001;
    /* makes sure it stays on top */
}

#status {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0%;
    /* centers the loading animation horizontally one the screen */
    top: 15%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/loading.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    /*margin:-100px 0 0 -100px;*/
    /* is width and height divided by two */
}


/*--------------------------
--------- HOMEPAGE ---------
--------------------------*/

#home {
    text-align: center;
    position: relative;
}

#home .slider1 {
    background-size: cover;
    background: url(../images/banner1.jpg) center top repeat-x;
    height: 600px;
}

#home .slider2 {
    background-size: cover;
    background: url(../images/banner2.jpg) center top repeat-x;
    height: 600px;
}

#home .slider3 {
    background-size: cover;
    background: url(../images/banner3.jpg) center top repeat-x;
    height: 600px;
}

#home .slider4 {
    background-size: cover;
    background: url(../images/banner4.jpg) center top repeat-x;
    height: 600px;
}

#home .carousel-inner .content {
    opacity: 1.00;
    max-width: 560px;
    background-color: none;
    padding: 25px 35px 0px 37px;
    text-align: left;
}

#home .carousel-inner .content .banner_title {
    color: #15499a;
    font-size: 2.25em;
}

#home .carousel-inner .content .banner_title span {
    color: #333;
}

#home .carousel-inner .content .banner_txt {
    color: #fff;
    font-size: 1.42em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}

#home .carousel-inner #bann_no3,
#home .carousel-inner #bann_no4 {
    float: right;
    margin: 45px 30px 0 0;
}

#home .carousel-inner #bann_no1,
#home .carousel-inner #bann_no2 {
    float: left;
    margin: 60px 0 0 30px;
}

.banner {
    position: relative;
    text-align: center;
    color: #fff;
    height: auto;
    min-height: 240px;
    max-height: 2000px;
}

.btn-default {
    color: #fff;
    background-color: #f90;
    padding: 10px 38px;
    border: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #fa0;
}

.banner .container {
    position: absolute;
    width: 100%;
    top: 49%;
}

.banner .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-attachment: fixed;
}

.banner .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.banner .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.banner .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.banner .carousel-fade .carousel-control {
    z-index: 2;
}

.banner .carousel-caption {
    top: -65%;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .carousel-inner>.item {
    background-position: center;
    min-height: 240px;
}

.banner .carousel-indicators {
    bottom: 2%;
    visibility: hidden1;
}

.banner .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    border: 5px solid #333;
    opacity: .3;
    border-radius: 10px;
}

.banner .carousel-indicators .active,
.banner .carousel-indicators li:hover {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #15499a;
    border: 5px solid #15499a;
    opacity: 1;
}

.carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.carousel-control {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.content {
    color: #fff;
    text-align: center;
}

.content1 {
    color: #333;
    word-wrap: break-word;
    max-width: 100%;
}

.content h1 {
    width: 100%;
    text-align: center;
    font-size: 4.5em;
    top: 0;
    left: auto;
    position: relative;
}


/*--------------------------
--------- FEATURES ---------
--------------------------*/

.features {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
    overflow: hidden;
}

.features .container {
    margin: 0 auto;
    padding: 0;
}

.features span {
    display: block;
}

.features span:nth-child(2) {
    margin-top: 10px;
}

.features span:nth-child(3) {
    margin-bottom: 15px;
}

.features .list {
    padding: 0px 10px 5px 10px;
    cursor: pointer;
}

.features .list:hover {
    background: rgba(255, 255, 255, 0.11);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

.features img {
    margin: 0 auto;
    border: 1px solid #ddd;
}

.features img:hover {
    transform: scale(1.1);
}

.features a {
    color: #999;
    text-decoration: none;
}

.features a strong {
    color: #333;
}

.features a:hover {
    text-decoration: underline;
    color: #15499a;
}

.features a:hover strong {
    color: #15499a;
}

.flexslider1 .slides li .list {
    margin: 0 15px;
}

#bannerSlider .content h3 {
    font-family: "Microsoft YaHei", "宋体";
    font-size: 25px;
    font-style: italic
}

@media only screen and (max-width: 767px) {
    #home .slider1,
    #home .slider2,
    #home .slider3,
    #home .slider4 {
        height: 240px;
        background-size: cover;
    }
    .banner .container {
        display: none;
    }
}