.m-top{
    background: #18191d;
}
.m-top .top{
    width: 1200px;
    height: 52px;
    margin: 0 auto;
}
.m-top .top li{
    float: left;
    line-height: 50px;
    margin-right: 40px;
    position: relative;
}
.m-top .top li a{
    font-size: 16px;
    color: #fff;
    padding: 14px 0px;
}
.m-top .top .fl > li > a.current{
    border-bottom: 3px solid #f00;

}
.m-top .top .fl > li a.current
.m-top .top .lang-wrap{
    line-height: 52px;
}
.m-top .top .lang{
    color: #fff;
    background: #999;
    padding: 3px;
    border-radius: 3px;
    line-height: 52px;
}
.crumbs{
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    background: #fff;
}
.crumbs p{
    width: 1200px;
    margin: 0 auto;
}
.crumbs a{
    color: #323232;
}
.crumbs i{
    color: #797979;
    margin: 0 5px;
}
.crumbs span{
    color: #f00;
}
.sub-nav-wrap{
    background: rgba(208, 208, 207, .8);
    height: 45px;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.sub-nav-wrap2{
    background: rgb(208,208,207);
    height: 45px;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 3;
}
.m-top .sub-nav{
    position: absolute;
    width: 1160px;
    display: none;
    z-index: 4;
    margin-left: -100px;
}
.m-top .sub-pro-nav{
    z-index: 2;
    position: absolute;
    width: 1160px;
    display: none;
    margin-left: -100px;
}
.m-top .sub-nav li,.m-top .sub-pro-nav li{
    line-height: 45px;
}
.m-top .sub-nav li a,
.m-top .sub-pro-nav li a {
    font-size: 14px;
}
.m-top .sub-nav li a.current,
.m-top .sub-pro-nav li a.current,
.m-top .sub-nav li a:hover,
.m-top .sub-pro-nav li a:hover{
    color: #f00;
}
.m-top .sub-nav li a,.m-top .sub-pro-nav li a{
    color: #323232;
}
.m-title {
    padding: 48px 0;
}
.m-title h2{
    font-size: 40px;
    color: #323232;
    text-align: center;
    padding-bottom: 22px;
    font-family: 'å®‹ä½“';

}
.m-title p.line{
    background: #f00;
    width: 54px;
    height: 6px;
    margin: 0 auto;
}
.m-title p.line-2{
    width: 172px;
}
.m-color h2{
    color: #fff!important;
}
.m-color p.line{
    background: #fff!important;
    /*position: fixed;*/
}
.m-fixed-btn {
    position: fixed;
    right: 0;
    top: 200px;
    width: 70px;
    z-index: 10;
}

.m-fixed-btn li{
    width: 70px;
    height: 70px;
    background: #fff;
    margin-bottom: 20px;
    transition: all .3s;
    position: relative;
}
.m-fixed-btn li a{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.m-fixed-btn li i{
    font-size: 40px;
    color: #5D5D5D;
    display: block;
    width: 40px;
    height: 40px;
    margin:  0 auto;
    transition: all .3s;
}
.m-fixed-btn li:hover i{
    color: #fff;
}
.m-fixed-btn li:hover{
    background: #f00;
}

.m-fixed-btn li .tel{
    height: 70px;
    padding: 0 20px;
    color: #fff;
    background: #f00;
    position: absolute;
    top: 0;
    right: 88px;
    line-height: 70px;
    font-size: 26px;
    display: none;
}
.m-fixed-btn li .code{
    height: 126px;
    width: 126px;
    position: absolute;
    top: -28px;
    right: 88px;
    display: none;
}
.m-btn{
    color: #fff;
    background: #f00;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 10px;
}
.m-cont-title{
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px;
    color: #323232;
    padding-bottom: 8px;
    font-weight: normal;
    margin-bottom: 30px;
}
.m-product-title{
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 25px;
}
.m-product-title i{
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #f00;
    margin-right: 10px;
    vertical-align: -3px;
}
.m-more{
    border: 1px solid  #909090;
    padding: 3px 20px;
    font-size: 16px;
    color: #999;
    border-radius: 5px;
}
.m-more:hover{
    color: #f00;
    border: 1px solid  #f00;
}
.m-page, .page_list{
    text-align: center;
    margin: 20px 0;
}
.m-page a,
.page_list a{
    background: #CCCCCC;
    padding: 5px 13px;
    color: #333;
    margin: 0 3px;
    transition: all .3s;
}
.m-page a.current,.m-page a:hover,
.page_list a.on,
.page_list a:hover {
    color: #fff;
    background: #f00;
}
