﻿
/*最大768px*/
@media (max-width: 768px){
    .hidden-l{display: none !important;}
    .hidden-g{display: block;}

    /*banner*/
    .banner2{height: 180px;background-position: center;background-attachment: inherit;background-size: cover;}
    /*main*/

    .main-left{ width: 100%;float: none;}
    .main-right{ width: 100%;float: none;}
    .company > img{float: none;display: block;margin-left: auto;margin-right: auto;max-width: 100%;width: auto;}
    .company span{display: block; width: 100%; margin-top: 10px;}

    /*.zhao-title*/
    .ul_type li a{font-size: 13px;}
    .ul_type li:nth-of-type(4){font-size: 13px;}
    .zhao-title{ height: 38px;line-height: 38px;background-position: left center;}
    .zhao-title img{ height: 30px;}
    .zhao-title b{font-size: 18px;padding-left: 15%;}
    .zhao-title small{display: none;}
    .ul_type li{padding: 5px 0;}
    .ol_type li:nth-of-type(1){display: none;}
    .ul_type li:nth-of-type(1){display: none;}
    .ol_type li:nth-of-type(3){display: none;}
    .ul_type li:nth-of-type(3){display: none;}

    .ul_type li:nth-of-type(2){ width: 75%;}
    .ol_type li:nth-of-type(2){ width: 75%;}
    .ul_type li:nth-of-type(4){ width: 25%;}
    .ol_type li:nth-of-type(4){ width: 25%;}
    .ul_type li:nth-of-type(5){display: none;}
    .ol_type li:nth-of-type(5){display: none;}

    .login ul li{font-size: 17px;background-size: 30px;}
    .com-news ul li:nth-of-type(n+2){ display: none;}
    .ma-tit{ padding-top: 10px;}
    .news-all .news-all-list{ width: 100%;float: none; margin-top: 10px;}
    .news-all .news-all-list ul li:before{ top: 7px;}
    .news-all h3{margin-bottom: 25px;}
    .news-all .news-all-list .news-all-con-t{padding: 5px 4%;}



    .wenhua{display: none;}
    .friends{ margin-top: 15px;}
    .friends h3{margin-bottom: 25px;}
    .friends .friend-con{ width: 100%;float: none;}
    .friends .friend-con ul{ margin-top: 6%;overflow: hidden;}
    .friends .friend-con ul li{ height: 42px; width: 33%;}

    .com-news{ margin-top: 15px;}
    .com-news img{margin-left: auto;margin-right: auto;}
    .login{overflow: hidden;}
    .login ul li{ width: 48%;float: left;padding-left: 15%;margin-bottom: 0;}
    .login ul li+li{float: right;}
    .contact ul li small{ width: 25px;}

    .f-top{display: none;}
    footer{padding: 10px 0;}
    footer .f-bottom{line-height: normal;text-align: center; border-top: 0;}
    footer .f-bottom span{float: none;display: block;}

    /*info*/
    #info .info-right{ width: 100%;float: none;}

    .contact_ul li{ width: 100%;}
    #allmap{ height: 200px !important;}
    ._title{font-size: 20px !important;padding-bottom: 15px !important;}


    .message_wrap h3{margin-bottom: 15px;}
    .message_wrap form .input-group{ width: 100%;}
    .message_wrap form .input-group{margin-bottom: 0;}
    .message_wrap form .input-group label{ width: 100%; height: 26px;text-align: left;}
    .message_wrap form .input-group input[type=text]{ width: 100%;}
    .message_wrap form input[type=submit]{margin-left: 0; margin-top: 15px;}
}


/*768px至992px*/
@media (min-width: 768px) and (max-width: 992px){
    .hidden-l{display: none !important;}
    .hidden-g{display: block;}

    /*banner*/
    .banner2{height: 560px;background-position: center 60px;}

    /*.zhao-title*/
    .ul_type li a{font-size: 13px;}
    .ul_type li:nth-of-type(4){font-size: 13px;}
    .zhao-title{ height: 38px;line-height: 38px;}
    .zhao-title img{ height: 30px;}
    .zhao-title b{font-size: 18px;padding-left: 10%;}
    .zhao-title small{display: none;}

    .login ul li{font-size: 17px;background-size: 30px;}
    .com-news ul li:nth-of-type(2n+1){ display: none;}
    .ma-tit{ padding-top: 10px;}
    .news-all .news-all-list ul li:before{ top: 7px;}
    .wenhua{ height: 87px;margin: 15px 0;}
    .wenhua p{right: 22%;top: 18%;padding-left: 204px;}
    .wenhua p span{font-size: 17px;}
    .wenhua p b{font-size: 20px;}
    .contact ul li small{ width: 17%;}
    footer p{display: none;}
    footer dl{margin-left: 24px;}
    footer dl:last-of-type{ width: 200px;}
    footer h1{ margin-top: 46px;}
    footer dl dd{ margin-top: 6px;}

    .contact_ul li{ width: 50%;}
    .contact_ul li:last-child{ width: 100%;}
    .contact_ul li:nth-of-type(6){ width: 100%;}

}

/*992px至1200pox*/
@media (min-width: 992px) and (max-width: 1200px){
    .hidden-l{display: block;}
    .hidden-g{display: none !important;}

    /*news-all*/
    .news-all .news-all-list ul li:before{ top: 7px;}
    .com-news ul li a{font-size: 12px;}
    .login ul li{font-size: 20px;}
    .wenhua{ height: 126px;}
    footer dl{margin-left: 40px;}
    footer p{display: none;}
}

/*最小1200px*/
@media (min-width: 1200px){
    .hidden-l{display: block;}
    .hidden-g{display: none !important;}


}
