@charset "UTF-8";


@media screen and (max-width: 1440px) {
    /*首页简介*/
    .in-company {padding: 50px 0 60px;}
    .in-company .left{width:calc(50% - 50px)}
    .in-company .left .company-title {font-size: 24px;line-height: 24px;margin-bottom: 60px;}
    .in-company .left .roll .sum {margin-bottom: 20px;}
    .in-company .left .introduce{padding:30px 0 0;}
    .in-company .left .introduce p {font-size: 14px;}
    .in-company .left .introduce span{font-size:20px;}

    /*首页新闻中心*/
    .in-news {padding: 50px 0 60px;}
    .in-news .news-wrapper .news-name {margin-bottom: 30px;}
    .in-news .news-wrapper .news-name .news-title {font-size: 24px;line-height: 24px;}
    .in-news .news-wrapper .news-content .news-latest {height: 400px;}
    .in-news .news-wrapper .news-content .news-list {padding: 40px 12% 40px 4%;height: 400px;}
    .in-news .news-wrapper .news-content .news-list .news-item {padding-bottom: 50px;}
    .in-news .news-wrapper .news-content .news-list .news-item .news-title {font-size: 20px;}

    /*底部*/
    .footer .footer-wrapper {padding: 60px 0 36px;}
    .footer-nav dd a {font-size: 14px;}
    .footer-bottom {padding: 30px 0;}
}

@media screen and (max-width: 1366px){
    /*底部*/
    .footer .foot-tops .container .left-nav .items-box .items {width: 140px;}
    .footer .foot-tops .container .left-nav .items-box .items .item{margin-bottom: 10px;}

}


@media screen and (max-width: 1024px) {
    ul.pagination {margin-bottom: 30px;}
    .container{width:94%;overflow-x: auto;overflow-y: hidden;}

    
    /*首页简介*/
    .in-company{padding:40px 0 40px;background-size: cover;background-position: center center;}
    .in-company .left{width:100%}
    .in-company .left .company-title{font-size:20px;line-height:20px;margin-bottom:50px}
    .in-company .left .roll{margin-bottom:30px}
    .in-company .left .roll .sum{margin-bottom:0;font-size:16px;line-height:16px}
    .in-company .left .roll .sum span{font-size:24px}
    .in-company .left .introduce{padding:0}
    .in-company .left .introduce p{font-size:14px}
    .in-company .left .introduce span{font-size:18px}
    .in-company .right{margin-top:20px;width: 100%;}
    .in-company .right:before{position:static}

    /*首页新闻*/
    .in-news{padding:40px 0}
    .in-news .news-wrapper .news-name{margin-bottom:30px}
    .in-news .news-wrapper .news-name .news-title{font-size:20px;line-height:20px}
    .in-news .news-wrapper .news-content .news-latest{width:100%;height: auto;}
    .in-news .news-wrapper .news-content .news-latest a{height:auto;padding-bottom:62.5%}
    .in-news .news-wrapper .news-content .news-list{width:100%;height:auto;padding:30px 14% 30px 4%}
    .in-news .news-wrapper .news-content .news-list .news-item{padding-bottom:30px}
    .in-news .news-wrapper .news-content .news-list .news-item .news-title{margin-top:15px;font-size:18px}
    .in-news .news-wrapper .news-content .news-list .news-item .news-msg{font-size:14px;margin:10px 0 -4px;height:auto;text-overflow:ellipsis;white-space:nowrap}
    .in-news .news-wrapper .news-content .news-list .news-item .news-link{display:none}

    /*返回顶部*/
    .sidebar{display: none;}

    /*底部*/
    .footer{display:none}
    .mfooter{display:block;background:#181818;color:#AAAAAA}
    .mfooter .mfooter-top{padding:30px 0;background:#222}
    .mfooter .mfooter-top .mfooter-code-tel img{float:left}
    .mfooter .mfooter-top .mfooter-code-tel .telephone{float:left;padding:12px 0px 0px 20px}
    .mfooter .mfooter-top .mfooter-code-tel .telephone p{color:#999;font-size:14px;padding-bottom:5px}
    .mfooter .mfooter-top .mfooter-code-tel .telephone span{color:#fff;font-size:20px}
    .mfooter .mfooter-top .mfooter-address{color:#999;font-size:14px;line-height:22px;clear:both;padding-top:30px}
    .mfooter .mfooter-bottom .mfooter-icp{margin-right:4px; color: #aaa; font-size: 12px;}
    .mfooter .mfooter-bottom{display:block;padding:10px 0;font-size:12px;text-align:center;line-height:1.6em}

}


@media screen and (min-width: 1000px) and (max-width:1600px) {
    .container{width: 90%;}
}
