@media (max-width: 1200px) {
    .banner {
        width: 1200px
    ;}
}

.banner {
    background: #ffffff;
    height: 400px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}


.banner p {
    height: 50px;
    line-height: 50px;
    margin-top: -10px;
    margin-left: -90px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    background: #000;
    position: absolute;
    width: 900px;
    font-size: 24px;
    font-weight: 500;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
;}

.banner .carousel-control.left, .banner .carousel-control.right {
    background-image: none;
    width: 60px
;}

.banner .banner_next {
    background: url(../png/banner_right.png) no-repeat;
    background-size: 30px 50px;
    height: 50px;
    width: 30px;
    opacity: .7;
    margin-top: 159px;
    display: block
;}

.banner .banner_prev {
    background: url(../png/banner_left.png) no-repeat;
    background-size: 30px 50px;
    height: 50px;
    width: 30px;
    opacity: .7;
    margin-top: 159px;
    margin-left: 30px;
    display: block
;}

.banner .banner_prev:hover, .banner .banner_next:hover {
    opacity: .9
;}

@media (min-width: 240px) and (max-width: 420px) {
    .banner {
        margin-top: 38px;
        height: 130px;
        width: 100%
    ;}

    .banner .carousel-inner > .item > a > img {
        width: 100%;
        height: 130px
    ;}

    .banner p {
        height: 30px;
        line-height: 30px;
        margin-top: 0;
        font-size: 15px;
        width: 100%;
        margin-left: 0
    ;}

    .banner .swiper-pagination {
        display: none
    ;}

    .banner .banner_next {
        background-size: 20px 40px;
        height: 40px;
        width: 20px;
        margin-top: 45px;
        margin-left: 20px
    ;}

    .banner .banner_prev {

        background-size: 20px 40px;
        height: 40px;
        width: 20px;
        margin-top: 45px;
        margin-left: 20px
    ;}
    .banner_next,.banner_prev{
        display: none!important;}
}

@media (min-width: 420px) and (max-width: 770px) {
    .banner {
        margin-top: 38px;
        height: 240px;
        width: 100%
    ;}

    .banner .carousel-inner > .item > a > img {
        width: 100%;
        height: 240px
    ;}

    .banner p {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        font-size: 15px;
        width: 100%;
        margin-left: 0
    ;}

    .banner .banner_next {
        background-size: 30px 50px;
        height: 50px;
        width: 30px;
        margin-top: 95px;
        margin-left: 20px
    ;}

    .banner .banner_prev {
        background-size: 30px 50px;
        height: 50px;
        width: 30px;
        margin-top: 95px;
        margin-left: 20px
    ;}
}

/*新闻*/
.new {
    margin-top: 2px;
    width: 1200px;
    overflow: hidden;}

.new-left {
    width: 65%;
    float: left;}

.new-left .title a,
.new-right .title a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #404143;
    border-bottom: 2px solid #823C90;}
.new-left ul{
    overflow: hidden;}
.new-left li.new-left-list1{
    margin-left: 0;}
.new-left li {
    width: 30%;
    height: auto;
    float: left;
    padding-top: 10px;
    margin-left: 5%;}
.new-left li .new-left-img{
    width: 100%;
    height: 144px;
    overflow: hidden;}
.new-left li .new-left-img img{
    width: 100%;
    height: auto;
    min-height: 100%;}

.new-left li .text-title{
    display: block;
    width: 100%;
    line-height: 24px;
    margin: 10px 0;
    margin-right: 0px;
    text-align: left;}
.new-left li .text-title a{
    font-size: 15px;
    color: #823C90;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.new-left li .text-content{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #6b6b6b;
    text-align: left;
    height: 40px;
    overflow: hidden;}
.new-left .new-left-time{
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #6b6b6b;
    text-align: left;
    margin-top: 5px;}
.new-right {
    width: 32%;
    float: right;}
.new-right ul{
    padding-top: 10px;}
.new-right ul li{
    position: relative;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    overflow: hidden;}
.new-right ul li .new-right-text{
    display: block;
    margin-right: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.new-right ul li .new-right-text a{
    font-size: 15px;
    color: #000000;}
.new-right ul li .new-right-item{
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #575757;}
.new-content .sp1 {
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
    background: #000;
    color: #FFF;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 10px;
    font-size: 13px
;}

@media (min-width: 240px) and (max-width: 770px) {
    .container_new {
        padding-left: 0;
        padding-right: 0
    ;}

    .new {
        width: 100%;
        margin-left: 0
    ;}

    .new .new-left, .new .new-right {
        width: 100%;
        padding: 0px 15px;
        height: 330px;
        overflow: hidden
    ;}

    .new .new-left {
        margin-top: 1px
    ;}
    .new-left li{
        width: 47%;}
    .new .new-right {
        margin-top: 2px;
        background: #FFF
    ;}

    .new .new-title p {
        font-size: 15px
    ;}

    .new .new-more a {
        font-size: 1px;
        height: 28px;
        line-height: 28px;
        padding: 0 12px
    ;}

    .new .new-right .new-title p {
        color: #606060
    ;}

    .new .new-right a {
        color: #606060
    ;}

    .new .new-right .new-content a span {
        color: #606060
    ;}
}

@media (min-width: 240px) and (max-width: 420px) {
    .new .new-left .new-content .new-content_left {
        display: none
    ;}

    .new .new-left .new-content .new-content_right {
        width: 100%
    ;}
}

@media (min-width: 420px) and (max-width: 770px) {
    .new .new-left .new-content .new-content_left img {
        height: 122px
    ;}
}
/*动态开始*/
.trends {
    overflow: hidden;
    margin-bottom: 15px;}

.trends li {
    float: left;
    width: 385px;
    margin-right: 20px;}

.trends li.last {
    margin-right: 0;}

.trends li .title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;}

.trends li .title span {
    font-size: 17px;
    color: #000;
    float: left;
    border-bottom: 2px solid #823C90;
    line-height: 37px;}

.trends li .title a {
    color: #6f6f6f;
    font-size: 16px;}

.trends li .title a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B5B5B5;
    margin-right: 3px;}


.trends-list {
    height: 35px;
    line-height: 35px;
    overflow: hidden;}

/*.trends-list i {*/
    /*display: inline-block;*/
    /*width: 3px;*/
    /*height: 3px;*/
    /*background: #853067;*/
    /*float: left;*/
    /**/
/*}*/

.trends-list span {
    display: inline-block;
    float: left;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 15px;}

.trends-list small {
    font-size: 14px;
    color: #000000;
    float: right;}

.trends .br-height {
    width: 1px;
    height: 18px;
    background: #EAEAEA;
    margin-left: 2px;}
.trends .notice small{
    float: left;
    font-style: normal;
    font-size: 18px;
    color: #823c90;
    font-family: Arial;
    width: 60px;
    line-height: 20px;
    margin-top: 7.5px;}
.trends .notice .trends-list-text{
    display: inline-block;
    border-left: 1px solid #A0A0A0;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 7.5px;
    width: 325px;}
@media (min-width: 240px) and (max-width: 770px) {
    .trends{
        padding: 0 15px;
        margin-top: 10px;}
    .trends li{
        width: 100%;}
    .trends li span{
        width: 320px;}
    .trends .notice .trends-list-text{
        width: 250px;}
}
/*动态结束*/

.video {
    height: 192px;
    margin-top: 2px;
    width: 1200px
;}

.video-1 img {
    width: 100%;
    height: 64px
;}

.video-img1 {
    width: 100%;
    height: 192px
;}

.dd1 {
    height: 40px;
    width: 100%;
    background: #000;
    margin-top: -40px;
    filter: alpha(opacity=70);
    opacity: .5;
    position: static;
    background-color: rgba(0, 0, 0, 0.7)
;}

.video p {
    cursor: default;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis
;}

.video-img2 {
    height: 59px;
    width: 61px;
    position: absolute;
    top: 30%;
    left: 40%;
    cursor: pointer
;}

.li7 span {
    margin-right: -2px
;}

.window {
    display: none;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=90);
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%
;}

.window-pop {
    position: fixed;
    top: 0;
    z-index: 9999
;}

.close-x {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 50px;
    
    z-index: 9999
;}

.close-x img {
    height: 20px;
    width: 20px;
    cursor: pointer
;}

#video_p {
    display: none
;}

.pop {
    position: fixed;
    width: 500px;
    background: #fff;
    color: #000;
    left: 50%;
    margin-left: -250px;
    padding: 50px;
    z-index: 999;
    border: 5px dashed #753e8f;
    border-radius: 30px;
    opacity: .90;
    filter: alpha(opacity=90);
    top: 40%;
    margin-top: -150px
;}

.pop .close {
    font-size: 30px;
    color: #fc0004;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    background: url(../png/close.png) no-repeat;
    background-size: 20px;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 999;
    opacity: 1
;}

.pop h2 {
    font-size: 24px;
    padding-bottom: 15px
;}

.pop p {
    font-size: 14px;
    line-height: 24px;
    margin: .5em 0
;}

@media (min-width: 240px) and (max-width: 770px) {
    .pop ,.video{
        display: none
    ;}
    .container{
        padding: 0;}
   .row{
       margin: 0;}
}
@media (min-width: 770px){
    .f_t {
        display: none;}
}
@media (max-width: 1400px) and (min-width: 1200px){
    #myVideo,#myVideo2,#myVideo3{
        left: 11%!important;
        top: 10px!important;}
}