body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}


/*加载动画*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    text-align: center;
}

.status {
    width: 50px;
    height:50px;
    position: absolute;
    right: 10%;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(imagespreloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}



section{
    padding-bottom: 110px;
}



/*header*/

header {
    min-height: 90px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
}


.header-background {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 25px;
    padding: 0;
    z-index: 997;
}

.header-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15%;
    padding: 5px;
    z-index: 998;
    background-color: #fff;
    background-size:80px 80px;
}


.main-menu .navbar-nav {
    padding: 10px 0;
    position: absolute;
    top: 25px;
    right: 10%;
}

.main-menu .navbar-nav li a {
    height: 55px;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding-bottom: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li.active a {
    color: #fff;
}

.main-menu .navbar-nav li a:focus {
    color: #fff;
}


.main-menu.minified {
    background-color: #111111;
    padding: 0;
}



/*banner*/

.banner-box {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom:0px;
    background-size:100% 100%;
}

.banner-content{
    width: 100%;
    text-align: center;
}

.banner-content p {
    font-weight: 400;
    font-size: 24px !important;
    color: #ffffff;
    margin-bottom: 0;
}

.banner-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/*intro*/

.intro-box {
    padding-top: 90px;
}

.intro-box p {
    text-indent: 35px;
}

.intro-title h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


/*about*/

.about-box {
    background-color: #E6E6E6;
}

.about-box li {
    margin-bottom: 10px;
}

.about-contarctor div{
    display: inline-block;
    vertical-align: top;
}

.about-box .topic-list p:hover{
    font-size: 24px;
}

/*register*/

.register-emphasizeText{
    font-size: 24px;
}

/*agenda*/
.agenda-box{
    background-color: #E6E6E6;
}

.agenda-table{
    margin-top:60px;
}

/*map*/
.map-box iframe{
    height: 600px;
    margin-top: 60px;
}

.connecImg{
    text-align: center;
}

.connecImg img{
    width: 200px;
    height: auto;
}

#map-map{
    margin-top: 30px;
    height: 550px;
}

/*file*/
.file-box .file-list{
    margin-top: 60px;
}

.file-box li {
    padding: 5px;
}

.file-box a{
    color: #006363;
}

.file-box a:hover{
    color: #000;
    border: 1px solid transparent;
    font-size: 1.1em;
}

.file-intro{
    margin-top:30px;
}

/*title-style*/

.title-deep{
    position: relative;
    /*width: 20%;*/
    height: 40px;
    border-right: 25px solid transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    float: left;
    margin-top: -20px;
}

.title-deep:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 10px;
    height: 40px;
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
}

.title-light {
    position: relative;
    /*width: 20%;*/
    height: 40px;
    border-right: 25px solid transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    float: left;
    margin-top: -20px;
}

.title-light:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 10px;
    height: 40px;
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
}

.title-triangle-deep div:first-child {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
}

.title-triangle-deep div:nth-child(2){
    font-size: 24px;
    margin: 30px 0 10px 10px;
    display: inline-block;
}

.title-triangle-light div:first-child {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
}

.title-triangle-light div:nth-child(2){
    font-size: 24px;
    margin: 30px 0 10px 10px;
    display: inline-block;
}



/*footer*/

footer {
    padding: 20px 15px;
    overflow: hidden;
    color: #aaa;
}

footer img{
    width: 80px;
    height: 80px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        left: 5%;
    }
}


@media only screen and (max-width: 767px) {

    .section-header {
        margin-bottom: 15px;
        text-align: center;
    }

    .header {
        height: 60px;
    }

    .header-background {
        height: 50px;
        top: 15px;
    }

    .navbar-toggle {
        border: 2px solid #fff;
        position: absolute;
        top: 15px;
        right: 0px;
        z-index: 999;
    }

    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 22px;
        background-color: #fff;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
    }

    .main-menu .navbar-nav {
        float: none;
        background-color: #fff;
        padding: 10px 0;
        top: 50px;
    }

    .main-menu .navbar-nav li {
        margin-bottom: 10px;
    }

    .main-menu .navbar-nav li:last-child {
        margin-bottom: 0;
    }

    .main-menu .navbar-nav li a {
        height: 40px;
        padding-top: 10px;
    }
}



.changStyle{
    position: fixed;
    top: 90px;
    right: 0;
    background-color: #aaf;
    color: #fff;
    width: 40px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    z-index: 999;
}
.changStyle:hover{
    cursor:pointer;
}