/*根据分辨率进行微调*/

@media (max-width: 768px) {
    #a-partner {
        /*float: left;*/
        /*margin-top: 20px;*/
        height: 0 !important;
        margin: 0;
        /*background-color: #fff;*/
    }

    #about-focuspic {
        height: 0 !important;
        margin: 0;
    }

    .modal form input {
        width: 70% !important;
    }
}

@media (max-width: 485px) {
    #a-partner {
        margin-top: 0px;
    }

    #foucs_area #intro {
        min-height: 50px;
        /*height: 150px!important;*/
        height: 180px;
        max-height: 180px;
    }
}

@media (min-width: 485px) {
    #foucs_area {
        min-height: 50px;
        max-height: 150px;

    }

    #foucs_area #intro {
        min-height: 50px;
        /*height: 150px!important;*/
        height: 150px;
        max-height: 150px;
    }

    #a-partner {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) {

    #foucs_area .container {
        width: 708px;
        height: 240px !important;
        max-height: 240px !important;
        padding-right: 0px;
        padding-left: 0px;;
    }

    #foucs_area {
        min-height: 50px;
        height: 240px;

    }

    #foucs_area #intro {
        min-height: 50px;
        max-height: 240px;
    }

    #foucs_area p {
        /*font-size: 12px;*/
    }

    #a-partner {
        /*float: left;*/
        /*margin-top: 20px;*/
        height: 100px;
        margin-top: 20px !important;
        /*background-color: #fff;*/
    }

    #a-partner-CS {
        height: 100px;
    }

    #a-partner-btn {
        height: 120px;
        /*float: none;*/

    }
}

@media (min-width: 992px) {

    #foucs_area .container {
        width: 932px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #foucs_area p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

    #foucs_area {
        /*  min-height: 50px;
          max-height: 150px;*/

    }

    #foucs_area .container {
        width: 1140px;
        padding-right: 0px;
        padding-left: 0px;;

    }

    #foucs_area p {
        font-size: 14px;
    }

    #a-partner {
        /*float: left;*/
        /*margin-top: 20px;*/
        height: 120px;
        /*background-color: #fff;*/
    }

    #a-partner-CS {
        height: 120px;
    }

    #a-partner-btn {
        height: 120px;
        /*float: none;*/

    }

    #a-content {
        height: 200px;

    }
}

/*焦点区域*/
#foucs_area {
    margin-top: 20px;
    max-height: 220px;
    overflow: hidden;

}

#foucs_area p {
    padding-top: 12px;
    padding-left: 12px;
    color: #666;
    line-height: 24px;

}

#foucs_area img {
    width: 100%;
    height: 220px;
}

#foucs_area .container {
    background-color: #fff;
}

/*#foucs_area #intro p{margin: 12px;}*/
#foucs_area #intro {
    height: 220px;

}

/*x滚动新闻条*/
#news {

    padding: 0;
    margin: 0;
    margin-top: 20px;
}

#news .row {
    padding: 0;
    margin: 0;
}

#news h6 {
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    margin: 0;
    /*margin-left: -10px;*/
    width: 100%;
    /*width: 100%;*/
    text-align: center;
}

#news h6 span {
    font-style: italic;
    font-size: 16px;
}

#newsLabel {
    display: inline-block;
    float: left;
    background-color: #e62129;
    height: 30px;
    width: 70px;
    padding: 0;
    margin: 0;
    margin-left: -15px;
}

#newsLabel:before {
    /*margin-left: -30px;*/
    left: -29px;
    content: '';
    /*display: inline-block;*/
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-color: transparent #e62129 transparent transparent;
}

#newsContnet {
    float: left;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    overflow: hidden;
    display: inline-block;
    height: 30px;
    background: #fff;
    /*position: relative;*/
    line-height: 30px;
    width: calc(100% - 110px) !important;
    padding: 0;
    margin: 0;

}

#newsButton {
    float: left;
    display: inline-block;
    /*width: 30px;*/
    /*float: right;*/
    background-color: #e62129;
    height: 30px;
    padding: 0;
    margin: 0;
    width: 70px;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    cursor: pointer;
    margin-right: -15px;
}

#newsButton:hover {
    background-color: #f07a7f;
}

#newsButton:hover a {
    text-decoration: none;

}

#newsButton:before {
    right: -29px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent transparent #e62129;
}

#newsButton:hover::before {
    /*background-color: #f07a7f;*/
    border-color: transparent transparent transparent #f07a7f;
}

#news button:hover {
    background-image: url("../img/news_btn_hover-n.png");
}

/*跑马灯css*/

#scroll_title a {

    padding-left: 15px;
    text-decoration: none;
    color: #666;
    line-height: 30px;
    font-size: 14px;
}

#scroll_title .carousel-caption {
    padding: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative; /**/
    text-shadow: none;
    text-align: left;

}

/*3张图片*/
#a-content {
    margin-top: 20px;

}

/*创始伙伴logo*/
#a-partner {
    margin-top: 20px;
    height: 120px;
    overflow: hidden;
}

#a-partner-logo {
    background: url("../img/a-partner.png") no-repeat 0px top;
    background-size: 60px 45px;
    height: 45px;
    width: 60px;
    float: left;
    margin: 0;
}

#a-partner-CS {
    width: calc(100% - 115px) !important;
    float: left;
    overflow: hidden;
    /*height: auto;*/
    height: 120px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}

#a-partner-CS img {
    /*display: block;*/
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#a-partner #a-partner-btn {
    /*float: left;*/
    width: 45px;
    /*height: 120px;*/

}

#a-partner .more-btn {
    margin-right: 15px;
    width: 55px;
    display: block;
    /*float: left;*/
}

/*弹出面板*/

.modal-footer {
    border-top: 0 transparent !important;;
}

.modal-header {
    border-bottom: 0 transparent !important;
}

.modal-header {
    border-bottom: 0 transparent !important;
}

.modal form {
    margin-left: 15px;
    margin-top: 10px;
}

.modal form input {
    display: block;
    margin-top: 10px;
    height: 36px;
    padding-left: 15px;
    width: 50%;
    border: #e62129 1px solid;
    outline: 0;
}

.modal form input[type=submit] {
    background-color: #e62129;
    border: 0;
    outline: 0;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 10px;;
}

.modal form input[type=submit]:hover {
    background-color: #f07a7f;
}

/*视频面板*/

#video_bdm .modal-dialog {
    /*max-width: 800px;*/
    /*width: 800px;*/
    /*height: 500px!important;*/
    /*max-height: 500px;*/
    margin-top: 5%;
    /*max-width:60%;*/
    /*width: 60%;*/
    height: 80%;
    max-height: 80%;
}

#video_bdm iframe {
    overflow: scroll;
    width: 100%;
    height: 600px;
    border: none;
    outline: 0;
    /*padding-left: 10%;*/
}

#video_bdm .modal-body {
    border-top: 1px #ccc solid;
    padding-bottom: 30px;

}

.videoContainer .panel-group {
    /*!*width: 80%;*! height: 30px;*/
}

.videoContainer .panel-heading {


}

.videoContainer a, .videoContainer a:hover, .videoContainer a:visited {
    text-decoration: none!important;
}

.videoContainer h4,.videoContainer h4:hover {
    text-decoration: none!important;
    line-height: 40px;
}

.videoContainer .panel-title {
    padding-top: 0;
}