@charset "utf-8";
/* 公共样式 */
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
    list-style: none;
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    height: auto;
    background: #fff;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}

/* 头部样式 */
.head {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.head img{
    width: 100%;
    height: auto;
    display: block;
}
/* 导航栏 */
.topNav {
    width: 100%;
    height: auto;
}
.topNav li {
    width: 25%;
    line-height: 2.75;
    text-align: center;
    float: left;
    background: #f90501;
}
.topNav li a {
    display: block;
    font-size: 0.75em;
    color: #fff;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}
/* 轮播图样式 */
.swiper-container {
    width: 100%;
}
.swiper-slide {
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}
/* 公共标题 */
.pubTit{
    position: relative;
    width: 94.44%;
    margin: 0 auto;
    font-size: 1.13em;
    color: #f90502;
    line-height: 2;
    box-sizing: border-box;
    border-bottom: 1px solid #b1b1b1;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}
.pubMore{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.68em;
    color: #666666;
    line-height: 3;
}
.pubbor{
    border-bottom: 4.6px solid #a3a3a3;
}
/* 关于我们 */
.about{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3.19% 0 0 0;
}
.abtCon{
    width: 94.44%;
    margin: 4.17% auto;
}
.abtPic{
    display: block;
    width: 100%;
    height: auto;
}
.abtDes{
    width: 100%;
    text-align: justify;
    font-size: 0.9em;
    color: #333;
    line-height: 1.7;
    margin: 2.35% auto;
}
.abtDes p{
    text-indent: 0 !important;
}
/* 产品 */
.equipment{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3.06% 0 2.78% 0;
}
.equList{
    width: 94.44%;
    margin: 4.17% auto 0;
}
.equLi:nth-child(1) ,
.equLi:nth-child(3){
    margin-right: 2.94%;
}
.equLi{
    display: block;
    width: 48.53%;
    height: 155.25px;
    float: left;
    margin-bottom: 2.94%;
}
.equPic{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.equFir{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    line-height: 2.22;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(249, 5, 2, 0.8);
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
}
/* 新闻 */
.news{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3.61% 0 5.69%;
}
.newsList{
    width: 94.44%;
    margin: 0 auto;
}
.newsLi{
    width: 100%;
    height: 40.25px;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.newsSpot{
    display: block;
    width: 1.47%;
    height: auto;
    margin: 0 1.33% 0 0;
}
.newsLiTit{
    width: 69.26%;
    color: #333;
    font-size: 0.9em;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsDate{
    font-size: 0.75em;
    color: #999;
    text-align: right;
    width: 27.94%;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}
/* 案例 */
.case{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3.47% 0 3.53%;
}
.caseList{
    width: 94.44%;
    margin: 5.55% auto 0;
}
.caseLi:nth-child(1) ,
.caseLi:nth-child(3){
    margin-right: 2.94%;
}
.caseLi{
    display: block;
    width: 48.53%;
    float: left;
    margin-bottom: 0.44%;
}
.casePic{
    width: 100%;
    height: 155.25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.caseFir{
    width: 100%;
    font-size: 0.8em;
    color: #333;
    line-height: 2.9;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
}
/* 联系我们 */
.contact{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3.47% 0 6.17%;
    margin-bottom: 55.2px;
}
.contact .pubTit{
    color: #333333;
}
.contList{
    width: 94.44%;
    margin: 4.03% auto 0;
}
.contLi{
    width: 100%;
    line-height: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.contPic{
    display: block;
    width: 3.97%;
    height: auto;
    margin: 0 3.53% 0 0;
}
.contP{
    color: #333;
    font-size: 0.9em;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}
/*列表图片展示*/
.pro-list{
    width: 94.44%;
    margin: 0 auto;
    padding: 0 0 3%;
    min-height: 350px;
}
.pro-li {
    width: 48.5%;
    float: left;
}
.pro-li:nth-child(1), .pro-li:nth-child(3), .pro-li:nth-child(5), .pro-li:nth-child(7), .pro-li:nth-child(9) {
    margin-right: 3%;
}
.pro-pic{
    width: 100%;
    height: 125px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pro-tit {
    width: 100%;
    height: 34.5px;
    line-height: 34.5px;
    font-size: 0.8em;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 底部导航 */
.nav{
    width: 100%;
    max-width: 414px;
    background: #2b2b2b;
    position: fixed;
    left: 50%;
    bottom: 0;
    height: 55.2px;
    z-index: 1000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transform:translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.navHref{
    width: 25%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.navHref img{
    width: 23px;
    height: auto;
    display: block;
    margin-bottom: 1%;
}
.navHref p{
    font-size: 0.75em;
    line-height: 1.5;
    color: #fff;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}
#foot{
    position: relative;
}

/* 底部菜单 */
#footMenu{
    width:28%;
	position:absolute;
    right: 0;
    bottom: 55.2px;
	z-index:99;
    transition:all 0s ease 0s;
    display: none;
}
.menu li{
    background-color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid #eee;
}
.menu li:last-child{
    border-bottom: none;
}
.menu li a{
    text-align: center;
    font-size: 1em;
    line-height: 2.5;
	color: #fff;
    display: block;
}


@media only screen and (min-width:321px) and (max-width:376px) {
    .pubTit{
        font-size: 0.98em;
    }
    .pubMore{
        font-size: 0.65em;
    }
    .pubbor{
        border-bottom: 4px solid #a3a3a3;
    }

    .topNav li a {
        font-size: 0.75em;
    }

    .abtDes{
        font-size: 0.9em;
    }

    .equLi{
        height: 135px;
    }
    .equFir{
        font-size: 0.75em;
    }

    .newsLiTit{
        font-size: 0.85em;
    }
    .newsDate{
        font-size: 0.75em;
    }

    .casePic{
        height: 135px;
    }
    .caseFir{
        font-size: 0.85em;
    }

    .contact{
        margin-bottom: 48px;
    }
    .contPic{
        width: 5%;
    }
    .contP{
        font-size: 0.9em;
    }

    .nav{
        height: 48px;
    }
    .navHref img{
        width: 20px;
    }
    .navHref p{
        font-size: 0.65em;
    }
    #footMenu{
        bottom: 48px;
    }
    .menu li a{
        font-size: 0.9em;
    }
}

@media only screen and (max-width:320px) {
    .pubTit{
        font-size: 0.84em;
    }
    .pubMore{
        font-size: 0.65em;
    }
    .pubbor{
        border-bottom: 3.5px solid #a3a3a3;
    }

    .topNav li a {
        font-size: 0.65em;
    }

    .abtDes{
        font-size: 0.68em;
    }

    .equLi{
        height: 118.8px;
    }
    .equFir{
        font-size: 0.65em;
    }

    .newsLiTit{
        font-size: 0.7em;
    }
    .newsDate{
        font-size: 0.6em;
    }

    .casePic{
        height: 118.8px;
    }
    .caseFir{
        font-size: 0.7em;
    }

    .contact{
        margin-bottom: 42.24px;
    }
    .contP{
        font-size: 0.7em;
    }

    .nav{
        height: 42.24px;
    }
    .navHref img{
        width: 17.6px;
    }
    .navHref p{
        font-size: 0.56em;
    }
    #footMenu{
        bottom:  42.24px;
    }
    .menu li a{
        font-size: 0.8em;
    }
}





