p{
    font-size:.3rem;
    color:#444;
}
h2{
    font-size:.4rem;
}
h3{
    font-size:.3rem;
}
h6{
    font-size:.24rem;
}
body{
    padding-bottom:2rem;
}
.mi_head{
    padding:.1rem .2rem 0 .2rem;
    box-sizing: border-box;
    overflow: hidden;
    height:1.4rem;
    position: relative;
    border-bottom:2px solid #fff;
    background:#152445;
}
.mi_logo{
    width: 25%;
}
.mi_sel{
    width: 9%;
    height:1.1rem;
    background: url(../images/cate.jpg) no-repeat center center;
    background-size: 100%;
}
.mi_sel.active{
    background: url(../images/close.png) no-repeat center center;
    background-size: 90%;
}
.swiper-slide img{
    display: block;
}
#navigation{
    position: absolute;
    width: 30%;
    right:0;
    top:0;
    list-style: none;
    z-index: 100;
    display: none;
}
#navigation li{
    text-align: center;
    height:1rem;
    line-height: 1rem;
    border-bottom:1px solid #fff;
    background: #152445;
}
#navigation a{
    display: block;
    vertical-align: top;
    font-size:.3rem;
    color:#fff;
}

.fix_foot{
    width: 100%;
    position: fixed;
    bottom:0;
    background: #152445;
    padding:.2rem 0;
}
.fix_foot img{
    display: block;
    width: 60%;
    margin: 0 auto;
}
.fix_foot>a{
    text-align: center;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.fix_foot>a:first-child{
    border-right: 1px solid #fff;
}
.title{
    width: 55%;
    margin: 0.35rem auto .5rem;
}
.title img{
    display: block;
}
.bread_nav{
    border-bottom:1px solid #aaa;
    padding:0.3rem 2%;
    font-size:.3rem;
    margin-bottom:.3rem;
    color:#152445;
}
.bread_nav a{
    font-size: .3rem;
    color:#152445;
}

.join_container{
    box-sizing: border-box;
    padding:0 .1rem;
}
.join_container .fl:nth-child(2n-1){
    margin-right: 4%;
}
.join_container .fl{
    width: 48%;
    border:1px solid #999;
    height:4.2rem;
    padding:.2rem;
    margin-bottom:.2rem;
    box-sizing: border-box;
}
.join_container .fl h2{
    text-align: center;
    line-height:.7rem;
}
.join_container .fl img{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.store_container .fl{
    width: 50%;
    box-sizing: border-box;
    padding:0 .2rem;
}
.pro_container .fl{
    width: 33.3%;
    box-sizing: border-box;
    padding:.18rem;
}
.pro_fl_a{
    display: block;
    text-align: center;
    font-size: .32rem;
    line-height: .6rem;
    color:#333;
}
.news_container>a{
    overflow: hidden;
    display: block;
    color:#333;
    margin-bottom:.3rem;
}
.news_container>a .fl{
    width: 40%;
}
.news_container>a .fr{
    width: 58%;
}
.news_container h3{
    font-weight: 600;
    color:#152445;
    padding-bottom:.12rem;
    border-bottom:1px solid #ccc;
    margin-bottom:.12rem;
}
.index_news_ex{
    margin-bottom:.2rem;
}
.index_news_ex .fl{
    width: 45%;
}
.index_news_ex .fr{
    width: 50%;
}
.index_news_ex .fr h5{
    font-size:.32rem;
    line-height: .4rem;
    border-bottom:1px solid #999;
    margin-bottom:.1rem;
    height: .4rem;
    overflow: hidden;
    font-weight:600;
}
.index_news_ex .fr p{
    line-height:.36rem;
    color:#555;
    font-size: .3rem;
    margin-bottom:.12rem;
    height: 1.08rem;
    overflow: hidden;
}
.news_list{
    font-size: .3rem;
    margin-bottom:.6rem;
}
.news_list li{
    border-bottom:1px solid #ccc;
    padding:.15rem 0;
    list-style: none;
    overflow: hidden;
}
.news_list li span{
    float: left;
    width: 28%;
    color:#666;
}
.news_list li a{
    float: right;
    width: 60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666;
}
.news_list li a:hover{
    color:#333;
}
.check_more{
    color:#000a28;
    font-size: .3rem;
    display: block;
}
.news_container p{
    font-size:.28rem;
    line-height: .4rem;
    height:1.14rem;
    overflow: hidden;
}
.news_container h6{
    color:#999;
    margin-bottom:.1rem;
}
.brand_log{
    background: #000000;
    margin-bottom:.3rem;
}
.brand_log img{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.pros_container{
    overflow: hidden;
}
.pros_container>a{
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-bottom:.3rem;
    position: relative;
}
.pros_container>a img{
    display: block;
}

.pros_container>a:nth-child(2n-1){
    margin-right:6%;
}
.pros_container>a p{
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    opacity: .6;
    color:#fff;
    background: #333;
    text-align: center;
    line-height:.6rem;
}
.page_container ul{
    list-style: none;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}
.page_container{
    overflow: hidden;
    width: 90%;
    margin: 10px auto;
    text-align: center;
}
.page_container li {
    font-size: .3rem;
    float: left;
    display: inline-block;
    margin-right:.1rem;
    cursor: pointer;
    border: 1px solid #333;
    padding: 0 .15rem;
    box-sizing: border-box;
    height:.5rem;
}
.page_container li.thisclass{
    color:#fff;
}
.page_container li a{
    font-size: .3rem;
    color:#333;
    vertical-align: top;
}
.thisclass{
    background-color: #000;
}
.page_container .thisclass a {
    color: #fff;
}

.form_container span {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .35rem;
}
.form_container input {
    float: left;
    border: 1px solid #999;
    width: 70%;
    font-size: .35rem;
    line-height: .6rem;
    padding-left: .1rem;
    box-sizing: border-box;
    border-radius: 3px;
}
.form_container textarea {
    width: 70%;
    border-radius: 3px;
    padding: .1rem;
    box-sizing: border-box;
    font-size: .35rem;
    border: 1px solid #999;
    resize: none;
}
.form_container div {
    overflow: hidden;
    margin-bottom: .3rem;
}
.form_container input[type='submit']{
    background: #152445;
    float: right;
    border:none;
    color: #fff;
    width: 35%;
    margin-right:5%;
}
div.news_detail_container{
    margin-bottom: .3rem;
    margin-top:.4rem;
}
.news_detail_container img{
    display: inline-block;
}
.news_detail_container p{
    margin-bottom:.2rem;
    text-indent: 2em;
    line-height: .56rem;
}
.news_detail_container h2{
    text-align: center;
    margin-bottom:.2rem;
    font-weight:600;
}
.news_detail_container h6{
    line-height: .5rem;
    text-align: center;
    color:#999;
}
.text_guide a{
    display: block;
    font-size: .3rem;
    color:#666;
    line-height: .6rem;
}
.text_guide a:first-child{
    border-bottom:1px dashed #ccc;
}
.com_container{
    width: 92%;
    margin:0 auto;
    overflow: hidden;
  	font-size:0.25rem;
}

.company_body{
    width: 92%;
    margin:0 auto .2rem;
}
.company_body .fl{
    width: 40%;
    height:3rem;
    background: url(../images/index_brand.jpg) no-repeat;
    background-size: 100%;
}
.company_body .fr {
    width: 58%;
    font-size: .3rem;
    box-sizing: border-box;
}
.company_body .fr>div{
    border:1px solid #fff;
    padding:.2rem 0;
    text-align: justify;
}

.index_bar{
    width: 100%;
    height: 1.5rem;
    margin:.3rem auto;
    background: url(../images/index_bar.jpg) no-repeat;
    background-size: 100%;
}
.brand_tit{
    margin-top: .2rem;
    font-size: .4rem;
    font-weight:600;
    text-align: center;
    line-height: .8rem;
}
.res_brand p{
    text-indent: 2em;
    font-size: .32rem;
    line-height: .5rem;
    margin-bottom: .2rem;
}
.brand_pic{
    margin:.3rem 0;
}

.jk{
    overflow: hidden;
    margin-bottom:.2rem;
}
.jk .fl{
    width: 29%;
}
.jk .fr{
    width: 69%;
}
.jk .fr p{
    font-size: .25rem;
    margin-top:.1rem;
    line-height: .38rem;
}

.jk .fr img{
    display: block;
    width: 80%;
}
.news_container2{
    width: 92%;
    margin: 0 auto;
}
.news_container2 li {
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
  display:block;
}
.pattern_container li .news_one_left {
    width: 12%;
}
.news_one_left {
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
    color: #666;
    padding: .2rem 0;
}
.pattern_container li .news_one_right {
    float: left;
    width: 70%;
    margin-left: 5%;
}
.news_one_left>div {
    font-size: .32rem;
}
.news_one_left>span{
    font-size: .64rem;
}
.news_one_left {
    width:28%;
}
.news_one_right{
    width: 68%;
}
.news_tit{
    font-size: .335rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#152445;
    font-weight:600;
}
.news_content{
    line-height: .45rem;
    height:.9rem;
    overflow: hidden;
    font-size: .32rem;
    margin:.2rem 0;
}
.news_content a{
    font-size: .3rem;
}
.news_detail_btn{
    background: #152445;
    padding: .1rem 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: .3rem;
    display: block;
    width: 45%;
}






