.n_header{
    width: 100%;
}
.n_header .container {
    /*background: #fff;*/
}
.n_header .header01 .logo{
    float: left;
    position: relative;
    width: 504px;
    height: 53px;
    margin: 15px 0 15px 15px;
}
.n_header .header01 .logo a{
    text-indent: -9999px;
    display: inline-block;
    width: 504px;
    height: 53px;
    background-repeat: no-repeat;
    background-position:left center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.n_header .header01 .nav{
    width: 100%;
    clear: both;

    background: url(../images/navbg.jpg) repeat-x 0 bottom;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
}
.n_header .header01 .nav > .container > ul{
    margin-bottom: 0;
}
.n_header .header01 .nav > .container > ul li{
    width: 16.66666667%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative;
}
.n_header .header01 .nav > .container > ul li:last-child {
    border-right: none;
}
.n_header .header01 .nav > .container > ul li a{
    color: #000;
    display: block;
    font-size: 16px;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.n_header .header01 .nav > .container > ul li a:hover,
.n_header .header01 .nav > .container > ul li .active {
    color: #d2191f;
}

.n_header .header01 .nav > .container > ul .nav_er{
    width:100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
}

.n_header .header01 .nav > .container > ul .nav_er .div_dl{
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    padding: 15px 0;
}
.n_header .header01 .nav > .container > ul .nav_er .div_dl li {
    display: inline-block;
    float: inherit !important;
    width: 100%;
    border: none;
}
.n_header .header01 .nav > .container > ul .nav_er .div_dl li a {
    font-size: 14px;
    color: #fff;
}

.header03{display: none;}

@media only screen and (max-width: 1024px){
    .header.w1200_header .header02{display: none!important;}
    .n_header .header01{display: none!important;}
    /*移动端导航*/
    .header .header01{display: none;}
    .header .header02{display: none;}
    .header.w1200_header .header02{display: none;}

    .n_header.scroll_h{height: 70px;}
    .header03{display: block;}
    .header03{/*position: static;*/height: 70px;background-color: #fff;}
    .header03 .logo{float: left;margin:15px 0 0 20px;}
    .header03 .logo a{display: block;}
    /*.header03 .logo a img{width: 129px;height: 40px;}*/
    /*导航按钮*/
    .header03 .nav_btn{display:block;float: right;margin: 15px 35px 0 0;cursor:pointer;height: 32px;width: 30px;position: relative;}
    .header03.btn_click .nav_btn{margin: 0px 35px 0 0;}
    .header03 .nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
        position: absolute;top: 16px;left: 0px;
        transition:background-color 0.3s ease-out 0.1s;
    }
    .header03 .nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: 8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03 .nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: -8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03.btn_click .nav_btn span{background-color: transparent;}
    .header03.btn_click .nav_btn span:after{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(-45deg);top: 0px;
    }
    .header03.btn_click .nav_btn span:before{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);top: 0px;
    }
    /*内容样式*/
    .header03{position: relative;z-index: 10;}
    .header03 .nav{
        position: fixed;
        top:70px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        visibility: hidden;
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity:0;
        transition:all 0.5s;
    }
    .header03.btn_click .nav{
        visibility: visible;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        top:0px;
    }
    .header03 .nav>ul {
        overflow-y: auto;
    }
    .header03 .nav>ul>li{
        border-top: 1px solid #dcdcdc;
    }
    .header03 .nav>ul>li:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .header03 .nav li a{
        color: #000;
        display:block;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .header03 .nav li>a{
        padding:25px 0;
    }
    .header03 .nav>ul>li>a{
        font-size: 16px;
    }
    .header03 .nav>ul>li>a em{
        font-size: 14px;
        padding-left: 5px;
        color: #333;
    }
    .header03 .nav>ul .nav_er{
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #f4f4f4;
    }

    .header03 .nav_er .div_dl li {
        border-top: 1px solid #ccc;
    }
    .header03 .nav_er .div_dl li a{
        color:#000;
        display: block;
        /*float: left;*/
        width: 100%;
        padding:20px 0;
        border-bottom: 1px solid #ccc;
    }
    .header03 .nav_er .div_dl li:last-child{
        border-bottom: none;
    }

}
footer {
    line-height: 30px;
    text-align: center;
    background: #999;
    padding: 10px 0;
}
footer p {
    margin: 0;
    color: #fff !important;
}
footer p a {
    color: #fff !important;
}
footer p span {
    margin: 0 5px;
}
.n_header form {
    float: right;
}
.n_header form dl {
    margin: 25px 20px 0 0;
    position: relative;
}
.n_header form dl dd {
    float: left;
}
.form_control {
    width: 220px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    color: #999999;
    font-weight: normal;
    padding: 0 30px 0 8px;
    border: 1px solid #666666;
}
.btn_search {
    width: 14px;
    height: 12px;
    background: url(../images/btn_search.png) no-repeat 0 0;
    border: none;
    position: absolute;
    top: 6px;
    right: 15px;
    outline: none;
    cursor: pointer;
}

.home_info {
    background: url("../images/ivbgi1.jpg");
    padding: 15px;
    overflow: hidden;
}
.home_left {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.home_title {
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    color: #d2191f;
    margin-bottom: 10px;
    font-weight: bold;
    clear: both;
}
.home_title.bg {
    background: url(../images/index-rightbg.jpg) repeat 0 0;
    padding: 0 15px;
    color: #000;
}
.home_title a {
    color: #000;
    float: right;
    font-size: 14px;
}
.home_img {
    float: left;
}
.home_img img {
    width: 300px;
    height: 218px;
    margin-right: 15px;
}
.home_text {
    text-indent: 2em;
    line-height: 28px;
    color: #686868;
    padding-right: 15px;
    font-size: 14px;
    text-align: justify;
}

.m-page-banner {
    width: 100%;
    height: 219px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.m-page-banner.about {
    background-image: url(../images/about_side.jpg);
}
.m-page-banner.contact {
    background-image: url(../images/contact_side.jpg);
}
.m-page-banner.copier {
    background-image: url(../images/copier_side.jpg);
}
.m-page-banner.news {
    background-image: url(../images/news_side.jpg);
}
.m-page-banner.services {
    background-image: url(../images/services_side.jpg);
}

.column_info {
    background: #fff;
    padding: 35px 15px 15px 15px;
    overflow: hidden;
}
.nav_left {
    width: 240px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    margin-bottom: 0;
    float: left;
}
.nav_left ul {
    margin-bottom: 0;
}
.nav_left h3 {
    color: #000;
    line-height: 30px;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav_left li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ccc;
    background: #fff url(../images/list.jpg) no-repeat 15px center;
    padding: 0 15px;
    padding-left: 30px;
}
.nav_left li a {
    font-size: 14px;
    color: #666666;
    display: block;
}
.left_img {
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: 35px;
}
.main_right {
    float: right;
    width: 900px;
}
.column_title {
    padding-bottom: 3px;
    color: #d51d1f;
    border-bottom: 2px solid #d51d1f;
    margin-bottom: 25px;
}
.column_title h3 {
    border-left: 5px solid #d51d1f;
    padding-left: 10px;
    margin-top: 0;
}
.container p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.BMap_stdMpCtrl,
.anchorBL,
.BMap_cpyCtrl{
    display: none !important;
}
.BMap_Marker {
    width: 200px !important;
    height: 31px !important;
    background: url("../images/map.png") no-repeat left center !important;
}

.copier_info {
    width: 100%;
    margin-bottom: 40px;
}
.copier_info li {
    text-align: center;
    padding: 0 16px;
    margin-bottom: 30px;
}
.copier_img img {
    width: 268px;
    height: 210px;
    margin: 0 auto;
}
.copier_title {
    width: 268px;
    /* height: 40px; */
    line-height: 30px;
    font-size: 16px;
    color: #474747;
    text-align: center;
    margin: 0 auto;
}
.home_left .copier_title,
.marquee .copier_title {
    background: #fff;
    margin-top: 2px;
}
.home_left a:hover .copier_title,
.copier_info li:hover .copier_title,
.marquee a:hover .copier_title,
.home_left a:focus .copier_title,
.copier_info li:focus .copier_title,
.marquee a:focus .copier_title {
    color: #fff;
    background: #d51d1f;
}
.copier_price {
    font-size: 12px;
    display: block;
    line-height: initial;
}
.home_left .slick-prev {
    left: 50px;
}
.home_left .slick-next {
    right: 50px;
}
/*分页*/
.page-pagination {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
    clear: both;
}
.page-pagination a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-family: 微软雅黑;
    display: inline-block;
    margin: 0 5px;
    /*padding: 3px 10px;*/
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.page-pagination a:hover{
    color: #fff;
    background: #d51d1f;
    border: 1px solid #fff;
}
.page-pagination a.jp-disabled{
    cursor: no-drop;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}
.page-pagination a.jp-disabled:hover{
    color: #fff;
}
.page-pagination a.jp-current{
    cursor: default;
    color: #fff;
    background: #d51d1f;
}
.jp-next {
    text-indent: -9999px;
    background: url("../images/ico45.png") no-repeat center center !important;
}
.jp-next:hover {
    background: url("../images/ico45_y.png") no-repeat center center !important;
}
.jp-previous {
    text-indent: -9999px;
    background: url("../images/ico46.png") no-repeat center center !important;
}
.jp-previous:hover {
    background: url("../images/ico46_z.png") no-repeat center center !important;
}
.jp-first,
.jp-last{
    display: none !important;
}

.news_details_title {
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin: 26px 0 13px;
}
.news_details_date {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 22px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}
.news_details_er p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.news_details_er h1 {
    font-size: 26px;
    line-height: 36px;
}
.news_details_er h2 {
    font-size: 22px;
    line-height: 33px;
}
.news_details_er h3 {
    font-size: 18px;
    line-height: 33px;
}
/*翻页*/
.pager {
    width: 100%;
    margin: 50px 0 30px;
    overflow: hidden;
    position: relative;  }
.pager a {
    font-size: 16px;
    line-height: 45px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
}
.pager a i {
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.pager a:hover {
    color: #d51d1f;
}
.news_info {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}
.news_info li {
    width: 100%;
    padding: 18px 0 36px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    text-align: left;
}
.news_title {
    font-size: 18px;
    color: #666;
    line-height: 24px;
}
.news_date {
    font-size: 14px;
    color: #666;
    margin: 10px auto 15px;
}
.news_t {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.news_more {
    font-size: 12px;
    color: #d51d1f;
    line-height: 24px;
    float: right;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.news_info li:hover .news_title{
    color: #d51d1f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news_info li:hover .news_more {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.marquee {width:100%;overflow:hidden; margin-top:20px;margin-bottom: 30px;}
/*.marquee li{ display:inline; float:left; margin-right:12px;}*/
.home_recommend {
    margin-bottom: 0;
}
.home_recommend li a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    display: block;
    background: url(../images/sjx.png) no-repeat left center;
    padding-left: 18px;
    max-width: 98%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.head1 {
    background: #fafafa;
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
}
.head1 em {
    float: right;
    font-size: 22px;
}
.head1 em img {
    margin-right: 10px;
}
.zk {
    width: 30px;
    padding: 5px;
    background: #d2191f;
    border-radius: 6px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 10;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
}
.gb {
    width: 20px;
    height: 20px;
    background: url("../images/gb.png") no-repeat 0 0;
    background-size: cover;
    display: block;
    margin: 5px;
}
.consultation.active {
    right: 30px;
}
.consultation {
    width: 160px;
    padding: 5px;
    background: #d51d1f;
    border-radius: 6px;
    position: fixed;
    bottom: 10px;
    right: 0;
    display: none;
    z-index: 9;
}
.consultation.active {
    display: block;
}
.consultation_photo {
    margin-bottom: 10px;
}
.consultation_info {
    padding: 16px 0;
    background: #bbb;
    border-radius: 6px;
    text-align: center;
}
.consultation_info h3 {
    font-size: 16px;
    color: #fff;
    width: 88px;
    margin: 0 auto;
}
.consultation_info h3 a {
    color: #fff;
}
.consultation_info p {
    font-size: 14px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}
.consultation_info p a {
    color: #fff;
}
.consultation_info h3 i {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
}
.consultation_photo i {
    background: url("../images/ico4.png") no-repeat 0 0;
}
.consultation_text i {
    background: url("../images/ico5.png") no-repeat 0 0;
}
.marquee > div a {
    /*width: 100%;*/
    /*display: block;*/
    /*background: #fff;*/
}


/* 垂直居中 */
.cloudzoom-lens {
    border: 1px solid #888;
    width: 50px;
    height: 50px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 379px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(../images/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image: url(ajax-loader.gif);
    width: 32px;
    height: 32px;
}
.jqueryzoom { position: relative; padding: 0; border: solid 1px #eaeaea; width: 300px; height:227px; overflow: hidden; display: inline-block; }
/*放大镜是基于图片大小自动生成的，每次都要把jqueryzoom中img的大小和jqueryzoom盒子大小设置为一样的，不然放大镜滑块有可能溢出*/
.jqueryzoom img { width: 300px; }
.m ul li { float: left; margin-right: 5px; }
.m ul li img {
    width: 100px;
    height: 76px;
}
.cloudzoom-gallery-active{opacity: .5}

.copier_infoa {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
}
.news_details_er {
    width: 100%;
    display: inline-block;
}
.copier_nav {
    width: 100%;
    height: 36px;
    background: #ccc;
    margin-top: 30px;
    margin-bottom: 0;
}
.copier_nav li {
    height: 36px;
    width: 120px;
    float: left;
    line-height: 36px;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.copier_nav li.active {
    background: #fff;
    color: #d51d1f;
    border-top: 1px solid #d51d1f;
    border-left: 1px solid #ccc;
}

.c_left {
    float: left;
}
.c_right {
    width: 64%;
    float: right;
}
.a1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.a2 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}
.a2 span {
    color: #d51d1f;
    font-weight: bold;
}

.copier_title i {
    height: 44px;
    line-height: 22px;
    display: block;
}

.service {
    width: 98%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 30px;
}
.service a {
    display: inline-block;
}
.service_title {
    width: 268px;
    /* height: 40px; */
    line-height: 30px;
    font-size: 16px;
    color: #474747;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    margin-top: 2px;
}
.service_title i {
    height: 44px;
    line-height: 22px;
    display: block;
}
.service a:hover .service_title {
    color: #fff;
    background: #d51d1f;
}