
@media only screen and (max-width: 1440px){
    .index-main-box .index-fix-logo img{
        width:75%;
    }
    .index-main-box .index-slider-box {
        width: 80%;
    }
    .index-main-box .index-slider-box .ibanner_box {
        padding-bottom: 64.58%;
    }
    .fixcategory {
        height:150px;
    }
    
    .index-main-box .index-content-box {
        width: 20%;
    }
    .index-content-box .index-content-menu {
        width: 100%;
    }
    .index-content-box .item-menu {
        padding-bottom: 64.58%;
    }
    /*首页菜单*/
    .index-content-box .item-menu a {
        padding: 12% 0 0 10%;
    }
    .index-content-box .item-menu .item-menu-tit {
        font-size:24px;
        padding:15px 0 0px;
    }
    .index-content-box .item-menu:hover a > * {
        padding-left:15px;
    }
    .index-content-box .item-menu p {
        font-size:20px;
    }
    .index-content-box .item-menu:hover .item-menu-tit:before {
        height:78px;
        top:15px;
    }

    .index-content-box .index-content-top-wrap {
        padding-bottom: 129.16%;
    }
    .index-content-box .index-content-bottom .item-video {
        width:100%;
    }
    .item-video-wrap {
        padding-bottom: 64.58%;
    }


    .index-content-news {
        width: 0 !important;
        overflow: hidden;
    }
    /*//新闻资讯*/
    .index-sm-news-boxs {
        display: block;
        margin:0;
        padding:0 40px;
        border-top:8px solid #205099;
    }
    .index-sm-news-boxs .news_tit a{
        font-size:16px;
        color:#666;
        padding:10px 15px;

        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .index-sm-news-boxs .news_tit a:hover{
        background: #205099;
        color:#fff;
    }
    .index-sm-news-boxs #main-slide{
        position: relative;
    }
    .index-sm-news-boxs .slides{
        padding: 20px 0 50px;
    }
    .index-sm-news-boxs li a{
        display: block;
        padding: 10%;
        padding-bottom: 5%;
        background: #f9f9f9;
        position: relative;
        overflow: hidden;
    }
    .index-sm-news-boxs li a>* {
        position: relative;
        z-index: 999;

        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .index-sm-news-boxs li a:after{
        background: #205099;
        width:100%;height:100%;
        content:"";display: inline-block;
        position: absolute;
        left:0;top:0;
        left:-100%;
        z-index: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .index-sm-news-boxs li:hover a:after{
        left:0%;
    }
    .index-sm-news-boxs li a .news_title {
        margin-bottom: 5px;
        font-size: 18px;
        color: #0a2135;
        font-family: 'Microsoft Yahei Bold','Microsoft Yahei',sans-serif;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .index-sm-news-boxs li a .news_desc {
        height: 6.4em;
        line-height: 1.6;
        font-size: 14px;
        color: #768694;
    }
    .index-sm-news-boxs li:hover .news_title{
        color:#fff;
    }
    .index-sm-news-boxs li:hover .news_time{
        color:#fff;
    }
    .index-sm-news-boxs li:hover .news_desc{
        color:#fff;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1441px){
    .index-main-box .index-fix-logo img{
        width:85%;
    }
    .tabs .tab_content ul li{
        margin-bottom:10%;
    }
    .tabs .tab_content ul li:nth-of-type(3)~li{
        display: none;
    }
    .index-content-box .item-menu a {
        padding: 18% 0 0 12%;
    }
        .index-content-box .item-menu:hover a > * {
        padding-left:20px;
    }
    .index-content-box .item-menu .item-menu-tit {
        padding:20px 0 5px;
        font-size: 30px;
    }
    .index-content-box .item-menu p {
        font-size: 21px;
    }
    .index-content-box .item-menu:hover .item-menu-tit:before {
        height:96px;
    }
    .fixcategory {
        height:150px;
    }
}

@media only screen and (min-width: 1920px){
    .tabs .tab_content ul li{
        margin-bottom:9%;
    }
    .tabs .tab_content ul li:nth-of-type(5)~li{
        display: none;
    }
}