﻿@charset "utf-8";
/* 重置样式 */
@import url("reset.css");   
/* 引入字体库样式 */
@import url("fontAwesome.css");
/* 引入轮播效果样式 */
@import url("swiper.min.css");
/* 引入媒体查询样式 */
@import url("response.css");

/* 定义全局的样式 */
*{margin: 0px;padding: 0px;}
html{font-size: 16px;color: #444444;}
p,span,a{font-size: 0.14rem;}
img{width: 100%;}
.header,.content,.footer{
    width: 100%;
}
.flex{
    display: flex;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.clear{
    clear: both;
}
.center{
    width: 90%;
    margin: 0 auto;
}
.content{
    padding-bottom: 1.3rem;
}

/******************************* header CSS ********************************/
.mj-logoAndsearch{
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 0.2rem;
}
.mj-logo{
    width: 3rem;
    height: 1rem;
}
.mj-search{
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.mj-nav{
    width: 100%;
    padding-top: 0.27rem;
    padding-bottom: 0.27rem;
    overflow: hidden;
}

.mj-menu-header>li{
    width: 1.35rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
.mj-menu-header a{
    font-size: 0.2rem;
}
.ac{
    background: #ff6a00;
}
.ac a{
    color: #fff
}
.mj-menu-header{
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
/* 搜索框 */
.mj-search-box{
    width: 100%;
    height: 0.9rem;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    padding-top: 0.3rem;
    overflow: hidden;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.mj-search-box input{
    width: 90%;
    height: 0.6rem;
    border: none;
    outline: none;
    text-indent: 2em;
    font-size: 0.16rem;
}
.btn-search{
    width: 10%;
    height: 0.6rem;
    color:#fff;
    background: #e67817;
    text-align: center;
    line-height: 0.6rem; 
}
.btn-search>i{
    font-size: 0.24rem;
}


/******************************* header CSS ********************************/
.mj-footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.mj-footer-nav>div{
    width: 25%;
    padding: 0.2rem 0 0.15rem 0;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    background: #e67817;
    text-align: center;
   
}
.mj-footer-nav>div:nth-child(4){
    border: none;
}
.mj-footer-nav>div img{
    width: 0.3rem;
    height: 0.3rem;
}
.mj-footer-nav p{
    font-size: 0.18rem;
    color: #fff;
}

/******************************** 背景图 ********************************/
.public-banner{
    width: 100%;
}
/* 菜单 */
.mj-menu{
    width: 100%;
    background: #e67817;
    margin-top: -0.06rem;
    z-index: 99;
}
.mj-menu>div>div{
    height:auto;
    line-height: 0.7rem;
    color: #fff;
    cursor: pointer;
}
.mj-menu>div>div>span{
    padding: 0rem 0.2rem 0rem 0.2rem;
    display: inline-block;
    font-size: 0.18rem;
}
.pc-ac{
    background: #fff;
    
}
.pc-ac>span{
    color: #e67817;
}
/* 分页 */
.mj-paging{
    margin: 0 auto;
    width: 80%;
    margin-top: 0.4rem;
}
.paging-box{
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
.paging-box li{
    padding: 0.1rem;
    background: #e7e7e7;
}
.xz{
    background: -webkit-linear-gradient(left, #ff6a00 , #ff9d00) !important;    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6a00 , #ff9d00) !important;        /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6a00 , #ff9d00) !important;      /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6a00 , #ff9d00) !important;        /* 标准的语法 */
}
.xz a{
    color:#fff;
}
.paging-box a{
    font-size: 0.18rem;
}
/****************** 字体颜色 ***********************/
/* 灰色 */
.gray-color{
    color: #6f6f6f;
}

.mj-menu{padding: 5%;width: auto;}
.mj-menu>div{display: flex;flex-wrap: wrap;}
.mj-menu>div>div{display: flex;align-items: center;justify-content: center;width: 24%;padding:1.5% 1.5%;margin: 0 3%;line-height: normal;text-align: center;margin-bottom: 3%;}









