﻿/* CSS Document */
.l_wm1 {
    background: url(../images/01a.jpg) no-repeat;
}
.l_wm1:hover {
    background: url(../images/01b.jpg) no-repeat;
}
.l_wm1 p {
    padding: 8px 8px;
    line-height: 25px;
    color: #414141;
}
.l_wm1 a {
    color: #414141;
    text-decoration: none;
}
.l_wm2 {
    background: url(../images/02a.jpg) no-repeat;
}
.l_wm2:hover {
    background: url(../images/02b.jpg) no-repeat;
}
.l_wm2 p {
    padding: 8px 8px;
    line-height: 25px;
    color: #414141;
}
.l_wm2 a {
    color: #414141;
    text-decoration: none;
}
.l_wm3 {
    background: url(../images/03a.jpg) no-repeat;
}
.l_wm3:hover {
    background: url(../images/03b.jpg) no-repeat;
}
.l_wm3 p {
    padding: 8px 8px;
    line-height: 25px;
    color: #414141;
}
.l_wm3 a {
    color: #414141;
    text-decoration: none;
}
.l_wm4 {
    background: url(../images/04a.jpg) no-repeat;
}
.l_wm4:hover {
    background: url(../images/04b.jpg) no-repeat;
}
.l_wm4 p {
    padding: 8px 8px;
    line-height: 25px;
    color: #414141;
}
.l_wm4 a {
    color: #414141;
    text-decoration: none;
}
#index-service .col-xs-6 {
    display: table;
}
/*首页产品中心*/
.vertical-tab .nav-tabs {
    margin-top: 15px;
    margin-bottom: 0;
    border: none;
}
.vertical-tab.tab-menu .nav-tabs {
    display: block;
    width: 100%;
}
.vertical-tab.tab-menu .nav-tabs>li {
    margin: 0;
    border-bottom: 1px solid #fff;
}
.vertical-tab.tab-menu .nav-tabs>li a {
    margin: 0;
    color: #FFF;
    background-color: #0069b0;
    font-weight: 600;
    border-right: 1px solid #0069b0;
}
.vertical-tab.tab-menu .nav-tabs>li a:before {
    top: 50%;
    bottom: 50%;
    left: -1px;
    right: auto;
    height: auto;
    width: 2px;
}
.vertical-tab.tab-menu .nav-tabs>li.active a,
.vertical-tab.tab-menu .nav-tabs>li a:hover,
.vertical-tab.tab-menu .nav-tabs>li a:focus {
    margin: 0;
    border-right-color: transparent;
    border-left: 1px solid #fff;
    background-color: #f4f4f4;
    color: #1c66af;
}
.vertical-tab.tab-menu .nav-tabs>li.active a:before,
.vertical-tab.tab-menu .nav-tabs>li a:hover:before,
.vertical-tab.tab-menu .nav-tabs>li a:focus:before {
    border-left: 1px solid #fff;
}
/*首页新闻中心*/
.title-circle>span {
    display: inline-block;
    padding: 0 0.6em;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.bg-lightgray .title-circle>span {
    background-color: #f4f4f4;
    color: #0069b0;
}
.bg-white .title-circle>span {
    background-color: #FFF;
    color: #666;
}
.title-circle .fa {
    display: inline-block;
    background-color: #f4f4f4;
    color: #0069b0;
    position: relative;
    top: -3px;
    z-index: 1;
}
.title-circle+p {
    margin-top: -20px;
    font-size: 22px;
    color: #0069b0;
}
.news-tab li.active a {
    color: #0069b0;
}
.news-tab ul {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 30px;
    font-size: 0;
}
.news-tab li {
    position: relative;
    display: inline-block;
}
.news-tab li:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    right: 50%;
    display: block;
    height: 2px;
    background-color: #0069b0;
    transition: all 0.35s;
}
.news-tab li a {
    display: inline-block;
    color: #323232;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    transition: all 0.4s;
}
@media (min-width: 768px) {
    .news-tab li a {
        font-size: 12px;
        padding: 15px 10px;
    }
}
@media (min-width: 992px) {
    .news-tab li a {
        font-size: 13px;
    }
}
.news-tab li a:hover,
.news-tab li a:focus {
    color: #0069b0;
}
.news-tab li.active:before {
    left: 0;
    right: 0;
}
.news-tab li.active a {
    color: #0069b0;
}
.news-tab .media img {
    width: 164px;
    height: 100px;
}
.news-tab .media-heading {
    padding: 10px 10px 0 10px;
    font-size: 14px;
}
.news-tab .media-body p {
    padding: 0 10px 0 10px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    #index-news-tab .news-tab .media img {
        display: none;
    }
    #index-news-tab .tab-pane img {
        width: 100%;
        height: auto;
    }
}
/***联系我们***/
.l_con {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 0 0 30px 0;
}
.l_con_z {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.l_con_l {}
.l_con_r {
    margin-top: 20px;
}
@media only screen and (max-width: 479px),
only screen and (max-width: 575px),
only screen and (max-width: 767px) {
    .l_con_r {
        display: none;
    }
}
.l_wz {
    color: #fff;
    padding-top: 69px;
    padding-left: 51px;
    line-height: 21px;
    width: 100%;
    height: 100%;
}
@media (min-width: 769px) {
    .l_wz {
        background: url(../images/lxs.jpg) no-repeat;
    }
    .phone-menu0 {
        display: none;
    }
}
.l_wz a {
    /* [disabled]text-decoration:none; */
    color: #FFF;
}
.l_lxk1,
.l_lxk2,
.l_lxk3,
.l_lxk4 {
    padding: 10px;
    margin-bottom: 20px;
    margin-right: -20px;
}
.l_lxk1 {
    color: #000;
    background: #C0C6D4 url(../images/lxdd_02.png) no-repeat right;
    border-top-left-radius: 20px;
}
.l_lxk1 a {
    /* [disabled]text-decoration:none; */
    color: #000;
}
.l_lxk2 {
    color: #fff;
    background: #1C66AF url(../images/lxdd_04.png) no-repeat right;
    border-bottom-left-radius: 20px;
}
.l_lxk2 a {
    /* [disabled]text-decoration: none; */
    color: #FFF;
}
.l_lxk3 {
    color: #000;
    background: #C0C6D4 url(../images/lxdd_14.png) no-repeat right;
    border-bottom-left-radius: 20px;
}
.l_lxk3 a {
    /* [disabled]text-decoration:none; */
    color: #000;
}
.l_lxk4 {
    color: #fff;
    background: #EC9208 url(../images/lxdd_12.png) no-repeat right;
    border-top-left-radius: 20px;
}
.l_lxk4 a {
    /* [disabled]text-decoration: none; */
    color: #FFF;
}
.button1 {
    background: url(../images/dt.jpg) no-repeat;
    width: 114px;
    height: 48px;
    border: none;
    margin-left: 47px;
    margin-top: 7px;
}
@media screen and (max-width: 768px) {
    .service {
        margin-top: 20px;
        position: relative;
        padding: 25px 17px;
        border: 1px solid #CCC;
        text-align: center;
        transition: all 0.4s;
    }
    .service>a>img {
        width: 50px;
        position: absolute;
        left: 50%;
        top: -23px;
        margin-left: -23px;
    }
    .service>.h3 {
        margin-top: 20px;
    }
    .phone-menu0 {
        display: block;
    }
    .footer1 {
        display: none;
    }
    .l_wz {
        color: #fff;
        background: #1C66AF;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    @media only screen and (max-width: 767px) {
        .l_wz {
            border-top-left-radius: 0;
            border-bottom-right-radius: 0;
            margin: 0;
        }
    }
    /*手机端显示底部四个按钮*/
    .phone-menu0 ul {
        margin: 0;
        padding: 0;
    }
    /*黑色样式*/
    .phone-menu0 {
        height: 54px;
        border-top: 1px solid #1d1d1d;
        border-bottom: 1px solid #000;
        position: fixed !important;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 9999;
        background-image: -webkit-gradient(linear, center top, center bottom, from(#474747), to(#2f2f2f));
        background-image: -webkit-linear-gradient(top, #474747, #2f2f2f);
        background-image: -moz-linear-gradient(top, #474747, #2f2f2f);
        background-image: -o-linear-gradient(top, #474747, #2f2f2f);
        background-image: -ms-linear-gradient(top, #474747, #2f2f2f);
        background-image: linear-gradient(to bottom, #474747, #2f2f2f);
        /*--兼容ie的背景色和圆角--*/
        background: #474747;
        background: -moz-linear-gradient(top, #474747 0%, #2f2f2f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #2f2f2f));
        background: -webkit-linear-gradient(top, #474747 0%, #2f2f2f 100%);
        background: -o-linear-gradient(top, #474747 0%, #2f2f2f 100%);
        background: -ms-linear-gradient(top, #474747 0%, #2f2f2f 100%);
        background: linear-gradient(to bottom, #474747 0%, #2f2f2f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#2f2f2f', GradientType=0);
    }
    .phone-menu0 li {
        width: 20%;
        text-align: center;
        float: left;
        list-style: none;
    }
    .phone-menu0 li:hover,
    .phone-menu li.active {
        background-color: #333;
    }
    .phone-menu0 li a {
        color: #FFF;
        font-size: 12px;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .phone-menu0 li i {
        background: url(http://static.files.mozhan.com/Public/Images/phone-menu0.png) no-repeat;
        background-size: 25px;
        margin: 6px auto 2px;
        display: block;
        width: 25px;
        height: 25px;
        float: none;
    }
    .phone-menu0 li i.icon1 {
        background-position: 0 0;
    }
    .phone-menu0 li i.icon2 {
        background-position: 0 -25px;
    }
    .phone-menu0 li i.icon3 {
        background-position: 0 -50px;
    }
    .phone-menu0 li i.icon4 {
        background-position: 0 -75px;
    }
    .phone-menu0 li i.icon5 {
        background-position: 0 -101px;
    }
}
@media screen and (max-width:600px) {
    .ShareBoxx {
        display: block;
        display: none\9;
    }
}
.ShareBoxx .ShareAni {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.ShareBoxx .ShareBoxBg {
    filter: Alpha(opacity=0);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(http://static.files.mozhan.com/Public/Images/bg/productBg.png) repeat;
}
.ShareBoxx .ShareBox {
    padding: 20px;
    position: fixed;
    bottom: 54px;
    left: 0;
    z-index: 9998;
    width: 100%;
    background: url(http://static.files.mozhan.com/Public/Images/bg/white.png) repeat;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
}
.ac .ShareAni {
    filter: Alpha(opacity=100);
    opacity: 1;
    z-index: 9997;
}
.ac .ShareBox {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.ShareBox h3 {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 18px;
}
.ShareBox li {
    color: #333;
    float: left;
    width: 25%;
    text-align: center;
    min-height: 100px;
}
.ShareBoxx .ShareBox li a {
    display: block;
    float: none;
    padding-left: 0;
    width: 56px;
    height: 50px;
    margin: 0 auto 10px;
    background: url(http://static.files.mozhan.com/Public/Images/share.png) no-repeat -9px 0;
    background-size: 300px;
}
.ShareBoxx .ShareBox .jiathis_style_24x24 li a span {
    display: none !important;
}
.ShareBoxx .ShareBox li a.weix {
    background-position: -157px 0;
}
.ShareBoxx .ShareBox li a.ren {
    background-position: -231px 0;
}
.ShareBoxx .ShareBox li a.qzong {
    background-position: -84px 0;
}
.ShareBox .Cancellation {
    border: 1px solid #ddd;
    background: url(http://static.files.mozhan.com/Public/Images/bg/white.png) repeat;
    text-align: center;
    line-height: 40px;
    color: #333;
}
.l_lxfs {
    line-height: 25px;
}
.bg-custom a {
    color: #FFF;
}
.xwz .media .media-body {
    padding: 10px;
}
.xwz h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
.xwz .media .media-body p {
    margin-bottom: 0px;
}
.xwz .media-right img {
    padding: 10px 10px 10px 0;
}
.xwtp2 {
    width: 130px;
    height: 80px;
    line-height: 70px;
    float: right;
    text-align: center;
    background: #1c66af;
    color: #fff;
}
@media screen and (max-width:600px) {
    .xwz .media-right img,
    .xwtp2 {
        display: none;
    }
}
/* 联系我们内页 */
.contact-info .l_nr {
    border-bottom: lightgray dashed 1px;
}
.contact-info .l_nr .col-md-6 {
    padding-left: 30px;
}
.category-filter-row h1 {
    color: white;
    padding: 5px 0;
    margin-bottom: 0px;
}
.p_content .nav-pills {
    border-bottom: 1px solid #0069b0;
}
/* 产品内页 */
#description6 img,#profile6 img{
    max-width:100%;
    height:auto;
}
@media (max-width: 767px) {
    .product-sidebar,.product-desc-box {
      display: none;
    }
  }
/* 文章内页 */
.l_nr h2{font-size: 16px;}
.l_nr h3{font-size: 15px;}
.l_nr h4{font-size: 14px;}

.l_nr > blockquote{
	color: gray;
	font-style:normal;
}
.l_nr .nr-meta{
	margin-bottom:15px;
}
.l_nr .nr-meta span {
  color: #6a6a6a;
}

.l_nr .nr-meta i, .l_nr .nr-meta span i {
  margin-right: 10px;
  font-size: 90%;
}


.l_nr .nr-meta span + span:before {
  margin: 0 12px 0 10px;
}

.l_nr .similiar-products-carousel-top{
	margin:20px;
}
.l_nr .nr-content{
	margin:20px;
}