/*iphone 6,7,8plus?screen-width:414px */

/*@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
    .header-top{
        display:none;
    }
}*/

/*iphone X?screen-width:375px, screen-hight: 812px?*/

/*@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .header-top {
        display: none;
    }
}*/
/*iphone 5,5E?screen-height:568px*/

/*@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    .header-top {
        display: none;
    }
}*/
/*iphone 4 ?screen-width:320px*/

/*@media only screen and (min-width: 320px) and (max-width: 360px) {
    .header-top {
        display: none;
    }
}*/

/*ÈýÐÇGalaxy S5 ?screen-width:360px*/

/*@media only screen and (min-width: 360px) and (max-width: 375px) {
    .header-top {
        display: none;
    }
}*/

/*iphone 6 ?screen-width:375px*/

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .header-top {
        display: none;
    }

    .icon-switcher {
        display: none;
    }

    .content-list .news-list .date {
        display: none;
    }

    .line-link-bottom {
        /*display: none;*/
        font-size:17px !important;
    }

    .line-bottom {
        font-size: 17px !important;
    }

    .linklist li {
        /*padding-bottom: 0px !important;*/
    }

    .section-content i{
        display:none;
    }
    .section-content .text-center{
        height:50px !important;
    }

    .section-content h4 {
        
    }

    .menuzord .showhide {
        height: 30px;
    }

    .header-nav .header-nav-wrapper .menuzord {
        top: -30px;
    }

    #menuzord-right {
        background-color: transparent !important;
    }

    .news-content {
        font-size: 14px;
        margin-left: 10px;
    }

    .news-more {
        font-size: 14px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-list {
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        list-style-type: none;
        font-size: 14px;
    }

    .font-16 {
        font-size: 14px !important;
    }

    .linkmain {
        /*display: none !important;*/

    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .rev_slider_wrapper {

        height:170px !important;
        width:100%;
    }
    .rev_slider {
        height: 180px !important;
        width: 100%;
    }

    .news-list a {
        width: 100% !important;
    }

    .friend-link {
        display: none !important;
    }

    .fast-nav {
        /*display: none !important;*/
    }

    .map-div {
        display: none !important;
    }

    .widget img {
        display: none !important;
    }

    .contact-us {
        display: none !important;
    }

    .motto-logo {
        display: none !important;
    }

    .address-right .widget {
        width: 300px;
        margin: 0 auto;
    }

    .main-content {
        top: -40px !important;
    }

    .menuzord-right {
        height: 20px !important;
    }

    .header-nav-wrapper {
        background-color: #1f83b3 !important;
        height: 40px;
    }

    .header-nav {
        height: 40px !important;
    }

    .header-nav-wrapper img {
        display: block !important;
    }

    .logo3 {
        color: white;
        padding-left: 10px;
        display: block !important;
        font-size: 16px;
        font-weight: bold;
        top: -10px;
        position: fixed;
    }
    .menuzord-responsive{

    }
    .menuzord .showhide em{
        background-color:white;
    }
}
    /*iphone 6plus ?screen-width:414px*/
    /*@media only screen and (min-width: 414px) and (max-width: 768px) {
    .header-top {
        display: none;
    }
}*/
    /*iPad Mini ?screen-width:768px*/
    /*@media only screen and (min-width: 768px) {
    .header-top {
        display: none;
    }
}*/
    #menuzord-right {
        background-color: #e4e2e2;
    }


.header-nav-wrapper img{
    display:none;
}

/*.rev_slider_wrapper {
    height: 370px;
}*/

/*ÊÖ»ú*/
@media screen and (max-width:600px) {
    .rev_slider_wrapper {
        height: 370px;
    }
}
/*Æ½°å*/
@media screen and (min-width:600px) and (max-width:960px) {
    .rev_slider_wrapper {
        /*height: 370px;*/
        height: auto;
    }
}
/*PC*/
@media screen and (min-width:960px) {
    .rev_slider_wrapper {
        height: auto;
    }
}

.logo3 {
    display: none;
}