@media (min-width: 1920px){
}
@media (min-width: 1600px){
}
@media (min-width: 1440px){
}
@media (min-width: 1366px){
}
@media (min-width: 1280px){
}
@media (min-width: 1200px){
    .col-lg-5ths{
        float: left;
        width: 20%;
    }
    .header-custom .nav-custom>li{
        padding-right: 1px;
        background: url("../images/nav_li.png") right center no-repeat;
    }
    .header-custom .nav-custom>li>a{
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-nav{
        padding-right: 540px;
    }
    .footer-nav .footer-right{
        width: 496px;
        padding-left: 185px;
    }
    .footer-nav .footer-right .qr-code{
        padding-right: 25px;
    }
}
@media (min-width: 1025px){
}
@media (min-width: 992px){
    .col-md-5ths{
        float: left;
        width: 20%;
    }
    .header-custom .nav-custom>li>a{
        height: 122px;
        line-height: 82px;
        border-top: 5px solid #fff;
        font-size: 16px;
    }
    .header-custom .nav-custom > li > a:hover,
    .header-custom .nav-custom > li > a:focus,
    .header-custom .nav-custom > .active > a,
    .header-custom .nav-custom > .active > a:hover,
    .header-custom .nav-custom > .active > a:focus,
    .header-custom .nav-custom>.open>a,
    .header-custom .nav-custom>.open>a:hover,
    .header-custom .nav-custom>.open>a:focus{
        border-top: 5px solid #5cc9f1;
        color: #5cc9f1;
    }
    .header-custom .nav-custom>.open>a,
    .header-custom .nav-custom>.open>a:hover,
    .header-custom .nav-custom>.open>a:focus{
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }
    .header-custom .dropdown-menu{
        min-width: inherit;
        padding: 0;
        background: #fff;
        border: none;
        border-radius: inherit;
        right: 0;
        left: 0;
    }
    .header-custom .dropdown-menu>li{
        border-bottom: 1px dashed #b7b7b7;
    }
    .header-custom .dropdown-menu>li:last-child{
        border-bottom: 1px solid #b7b7b7;
    }
    .header-custom .dropdown-menu>li>a{
        padding: 9px 0;
        font-size: 14px;
        color: #545454;
        text-align: center;
    }
    .header-custom.on{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 12;
    }
    .header-custom.on .logo{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-custom.on .logo img{
        width: 300px;
    }
    .header-custom.on .nav-custom>li>a{
        height: 80px;
        line-height: 40px;
    }
    .footer-nav .li{
        height: 176px;
        border-right: 1px solid #cdcdcd;
    }
    .other-main{
        min-height: 500px;
        padding-left: 270px;
        position: relative;
        z-index: 10;
    }
    .other-nav-pc{
        display: block;
    }
    .other-nav-web{
        display: none;
    }
}
@media (min-width: 768px){
    .col-sm-5ths{
        float: left;
        width: 20%;
    }
    .shortcut{
        line-height: 35px;
    }
    .shortcut .welcome{
        float: left;
    }
    .shortcut .tel{
        float: right;
    }
    .header-custom .logo{
        padding: 17px 15px 17px 15px;
    }
    .footer-nav{
        position: relative;
    }
    .footer-nav .footer-right{
        margin-top: -88px;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .other-service-list>div .box{
        height: 196px;
        padding-left: 218px;
        position: relative;
    }
    .other-service-list>div .box .img{
        width: 218px;
        height: 196px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .other-service-list>div .box .text{
        border-left: none;
    }
    .other-service-list>div .box .text .content{
        height: 72px;
		overflow:hidden;
    }
    .other-news-list .box{
        min-height: 148px;
        padding-left: 295px;
        position: relative;
    }
    .other-news-list .box .img{
        position: absolute;
        top: 0;
        left: 18px;
    }
    .other-news-list.otherStyle .box{
        min-height: inherit;
        padding-left: 0;
    }
    .other-news-list.otherStyle .box .content{
        height: auto;
    }
}
@media (min-width: 414px){
}
@media (min-width: 1200px) and (max-width: 1365px){
}
@media (min-width: 992px) and (max-width: 1199px){
    .header-custom .nav-custom>li>a{
        padding-right: 6px;
        padding-left: 6px;
    }
    .footer-nav{
        padding-right: 410px;
    }
    .footer-nav .footer-right{
        width: 380px;
        padding-left: 162px;
    }
    .footer-nav .footer-right .qr-code{
        padding-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 991px){
    .footer-nav{
        padding-right: 540px;
    }
    .footer-nav .footer-right{
        width: 540px;
        padding-left: 180px;
    }
    .footer-nav .footer-right .qr-code{
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1365px){
}
@media only screen and (max-width : 1199px){
}
@media only screen and (max-width : 991px){
    .footer-nav .li .cont{
        display: none;
    }
    .other-nav-pc{
        display: none;
    }
    .other-nav-web{
        display: block;
    }
}
@media only screen and (max-width : 767px){
    .col-xs-5ths{
        float: left;
        width: 20%;
    }
    .shortcut{
        line-height: 26px;
        text-align: right;
    }
    .header-custom .logo img{
        width: 282px;
    }
    .header-custom .navbar-toggle{
        margin-top: 26px;
    }
    .footer-nav>.row{
        display: none;
    }
    .footer-nav .footer-right{
        min-height: 176px;
        padding-left: 164px;
    }
    .footer-nav .footer-right .qr-code{
        padding-right: 15px;
    }
    .float-right{
        display: none;
    }
    .index-about .about-number>div:nth-child(2) .box{
        border-right: none;
    }
    .index-about .about-img{
        display: none;
    }
    .index-news{
        padding-top: 80px;
    }
    .other-nav-web .content a{
        padding-right: 8px;
        padding-left: 8px;
    }
    .other-service-list>div .box .text{
        border-top: none;
    }
}
@media only screen and (max-width: 520px){
}
@media only screen and (max-width: 413px){
    .index-news .title{
        margin-right: -5px;
        margin-left: -5px;
    }
    .index-news .title .tabs-tit{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media only screen and (max-width: 374px){
}
@media only screen and (max-width: 320px){
}

