body {
    font-family: 'Microsoft YaHei';
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

.header,
.footer {
    width: 100%;
}

.w990 {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

.w990 .tit {
    font-weight: 700;
    height: 30px;
    line-height: 18px;
    background: url(../img/title-bg.png) no-repeat 0 15px;
    margin-bottom: 15px;
    /*padding-left: 15px;*/
}

.ml20 {
    margin-left: 20%
}
.mt25 {
    margin-top: 25px
}
.fixednav {
    position: fixed;
    top: 0;
    z-index: 999;
}

.details {
    background: #f4c591;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
}

.details a {
    color: #333;
}

.declare {
    position: fixed;
    top: 30%;
    right: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #f09800;
    background-color: #fff;
    border-bottom: 1px solid #f09800;
    font-weight: 700;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-brand {
    padding: 0;
}

.banner-history {
    /*height: 470px;*/
    position: relative;
    background: url(../img/history-banner.png) center center no-repeat;
}

.banner-awards {
    /* height: 680px;*/
    position: relative;
    /*background: url(../img/banner-awards.jpg) center center no-repeat;*/
}




/*===========sub-nav==================*/

.sub-nav {
    width: 100%;
    background: #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.sub-nav li {
    display: inline-block;
}

.sub-nav a {
    color: #fff;
    padding: 0 50px;
    text-decoration: none;
    font-size: 16px;
}

.sub-nav li.active>a {
    color: #f4c58f;
    font-weight: 700;
}



/*=============关于年会================*/

.about-meeting {
    width: 100%;
    background: #f2f2f2;
}

.w990 .title {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    padding-top: 60px;
}

.w990 .title span {
    font-size: 12px;
    position: relative;
    top: -20px;
    left:-5px;
}

.w990 .row {
    padding-bottom: 30px;
}

.text-indent {
    text-indent: 2em;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px;
    padding: 0 10px;
}

p {
    letter-spacing: 1px;
    font-family: 'Microsoft YaHei';
    line-height: 22px;
}




/*=============主题会议================*/

.videoshow video {
    width: 100%;
}

.theme-meeting {}

.theme-meeting img {
    width: 100%;
}

.piclist {
    width: 100%;
    float: left;
}

.piclist li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

#mycarousel img {
    width: 100%;
}
.imgBg {
    background: -webkit-gradient(linear, 0 0, 0 50%, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 85%;
    cursor: pointer;
    z-index: 2
}
.playBtn {
    z-index: 3;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/index1.png);
    background-position: center;
    background-size: 100% 100%
}


/*=============重磅嘉宾================*/

.blockbuster-guest {
    background: #000;
    color: #fff;
    text-align: center;
}

.blockbuster-guest p.tip {
    color: #f4c58f;
}




/*=============白皮书启动================*/

.white-paper img {
    width: 100%;
}




/*=============冷暖制造大奖================*/

.cold-warm {
    background: #f2f2f2;
}

.cold-warm .cont {
    background: #fff;
    padding: 15px;
}

.cold-warm .cont h4 {
    border-bottom: 2px solid #f4c591;
    padding-bottom: 10px;
    font-weight: 600;
}

.cold-warm img {
    width: 100%;
    margin-top: 10px;
}

.cold-warm .detial {
    margin-top: 40px;
    margin-left: 10px;
}




/*===========合作伙伴=========================*/

.partner {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
}

.support div {
    margin-top: 15px;
}




/*===========底部==================*/

.footer {
    width: 100%;
    background: #131313;
    color: #fff;
    padding: 30px 0;
}

.footer .row {
    padding: 0 30px;
}




/*==============奖项评选===============*/


/*========--关于冷暖制造--==========*/

.about-cold {
    width: 100%;
    background: #f2f2f2;
}

.about-cold .cont {
    background: #fff;
    padding: 15px;
    height: 210px;
}

.about-cold .cont h4 {
    border-bottom: 2px solid #f4c591;
    padding-bottom: 10px;
    font-weight: 600;
}
.about-cold .cont h4 small {
    color:#ccc;
}

.about-cold .cont p {
    word-wrap: break-word;
}


video::-webkit-media-controls-fullscreen-button,video::-webkit-media-controls-mute-button,video::-webkit-media-controls-volume-slider{
    display: none
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*========--奖项设置--==========*/

.awards-setting {
    width: 100%;
    background: #000;
    position: relative;
    background: url(../img/jxsz01.jpg) no-repeat;
    height: 750px;
    color: #fff;
}

.awards-setting h4 {
    text-align: left;
    letter-spacing: 3px;
}
.awards-setting h4.cen {
    text-align: center;
}

.awards-setting .cont {
    border-radius: 5px;
    background: #2e2e2e;
    padding: 10px;
    margin-bottom: 10px;
    height:120px;
}

.awards-setting p {
    word-wrap: break-word;
    color:#969696;
}




/*========--评选流程--==========*/

.awards-process {
    width: 100%;
    background: #f2f2f2;
}

.showbg {
    margin-left: 0;
    /*background: url(../img/awardsprocess.png) no-repeat;*/
    /*height: 200px;*/
}

.showbg img {
    text-align: center;
}




/*========--奖项申报--==========*/

.awards-declare {
    width: 100%;
    background: #f2f2f2;
}

.centercont {
    text-align: center;
    margin-top: 30px;
}

.details {
    /*margin: 0 auto;*/
}

.text-center{margin: 0 auto;}


/*==========返回顶部==========*/

.gotop {
    position: fixed;
    bottom: 10%;
    display: none;
    right: 0;
    z-index: 10;
}

.show-hide {
    display: none;
}

.curcolor {
    color: #d91e18
}




/*=============小屏幕  媒体查询====================*/

@media (max-width:768px) {
    p {
        padding: 0 10px;
    }
    .show-hide {
        display: block;
    }
    .sub-nav a {
        color: #fff;
        padding: 0 2px;
        font-size: 12px;
    }
    .footer {
        font-size: 12px;
        text-align: center;
    }
    .w990 .tit {
        padding-left: 15px;
    }
    .gotop {
        bottom: 30%;
        z-index: 1000;
    }
    .declare {
        display: none;
    }
    .w990 {
        width: auto;
        margin: 0 auto;
        overflow: hidden;
    }
    .ml20 {
        margin-left: 0;
    }
    .awards-setting h4 {
        font-size: 14px;
    }
    .awards-setting p {
        font-size: 12px;
    }
    .awards-setting {
        width: 100%;
        background: #000;
        position: relative;
        /*background: none;*/
        height: auto;
        color: #fff;
    }
    .details {
     margin: 0 auto;
}

}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 30px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}