body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #f33;
}
a:focus {
	outline: 0;
}
a:active {
	outline: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

img {
    padding: 0;
    margin: 0;
    border: 0px;
}

*:link, *:visited, *:hover, *:active, *:focus, .transition, .item-on-hover, .btn-success, #button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ol, ul {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary {
    margin: 0;
    padding: 0;
    display: block;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .nav:before, .nav:after, .row:before, .row:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after, .nav:after, .row:after {
    clear: both;
}

::-moz-selection {
    background: #f33;
    color: #fff;
}

::selection {
    background: #f33;
    color: #fff;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    padding-top: 50px;
}

.seo-logo {
    display:none;
}

@media (min-width: 768px) 
{
    .container {
        width: 750px;
    }

}

@media (min-width: 992px) 
{
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) 
{
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) 
{
    .container {
        width: 1398px;
    }
}

/* HEADER */
.header h1 {
    margin: 0;
    padding: 0;
}

.header .logo {
    padding: 10px 0;
    display: table;
}

.header h1 small {
    font-size: 14px;
    color: #999;
    display: table;
    padding-left: 25px;
    background-image: url(../img/logo-y-xian.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 25px;
    line-height: 26px;
    margin-top: 24px;
}

.header h1 small a {
    color: #999;
}

/* NAV */
.nav {
    display: table;
}

.nav .nav-bar {
    margin-top: 35px;
}

.nav-bar > li {
    margin: 0px 2px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
}

.nav-bar > li:hover, .nav-bar > li.active {
    background-color: #c8242b;
}

.nav-bar > li > a {
    /*margin:0px 30px;*/
    padding: 14px 20px;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.nav-bar > li > a:hover, .nav-bar > li:hover a, .nav-bar > li.active a {
    color: #FFFFFF;
    text-decoration: none;
}

.nav-bar > li small {
    display: none;
    color: #FFFFFF;
    font-size: 12px;
}

.nav-bar > li:hover small, .nav-bar > li.active small {
    display: block;
}

.nav-bar > li ul {
    display: none;
    background-color: #f33;
    border-bottom-left-radius: 5px;
    padding: 0 0 5px 0;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0px;
    top: 52px;
    z-index: 9999999999;
}

.nav-bar > li:hover ul {
    display: block;
}

.nav-bar > li ul li a {
    line-height: 28px;
    padding: 5px 22px 5px 22px;
    color: #666666 !important;
    border-bottom: 1px solid #F5F5F5;
    display: block;
    background-color: #FFFFFF !important;
    min-width: 85px;
    text-align: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.nav-bar > li ul li a:hover, .nav-bar > li ul li a.hover {
    background-color: #ff5650 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    border-bottom: 1px solid #f33;
}

/* BANNER */
.banner img {
    width: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/banner-left.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/banner-right.png);
}
@media (max-width: 640px) 
{
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}



.article {
    padding-top: 80px;
}

.article .title-content {
    background-image: url(../images/n_bg01.png); 
    background-position: center center; 
    background-repeat: no-repeat;
}

.article .title-content-title {
    font-size: 30px;
    text-align: center;
}

.article .title-content-subhead {
    font-size: 20px;
    text-align: center;
    color: #dddddd;
}

.article .article-list {
    margin: 50px 0px;
}

.article .article-item img {
    width: 100%;
}

.article .article-item .title {
    margin-bottom: 0px;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding-top: 8px;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}

.article .article-item .time {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 13px;
    padding-top: 6px;
    color: #f04336;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}

.article .article-item .abstract {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 22px !important;
    padding-top: 4px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.article .more {
    width: 160px;
    margin: 0 auto;
}

.article .more a {
    color: #fff;
    line-height: 54px;
    background-color: #f33;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    display: block;
}

@media (max-width: 480px) 
{
    .article {
        padding-top: 60px;
    } 
    
    .article .article-list {
        margin: 20px 0px 10px;
    }
    
    .article .article-item {
        padding: 30px 0px 20px;
        border-bottom: 1px dotted #dbd4cd;
    }
    
    .article .article-item:last-child {
        padding: 30px 0px 20px;
        border-bottom: 0px dotted #dbd4cd;
    }
}



.product {
    margin-top:80px;
    padding: 30px 0px 80px;
    background-color: #f8f8f8;
}

.product .title {
    margin: 50px 0px;
}

.product .title h3 {
   color: #222222; 
   font-size: 30px; 
   line-height: 30px;
}

.product .title p {
   font-family: 微软雅黑;
   font-size: 16px;
   color: rgb(153, 153, 153); 
   margin: 15px 0px 50px;
}

.product .item {
    margin-bottom: 30px;
    overflow: hidden;
}

.product .item a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.product .item .title {
    font: normal 120% 'Microsoft yahei', Arial, Verdana; 
    margin-top: 17px; 
    text-align: center; 
    font-weight: bold; 
    word-wrap: break-word;
}

.product .item img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}

.product .item a:hover img {
    transform: scale(1.1);
}

.product .more {
    width: 160px;
    margin: 0 auto;
}

.product .more a {
    color: #fff;
    line-height: 54px;
    background-color: #f33;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    display: block;
}

@media (max-width: 480px) {
    .product .item {
        margin-bottom: 0px;
    }

    .product .title {
        margin: 30px 0px;
    }
}


.store {
    padding: 30px 0px 80px;
}

.store .item {
    margin-bottom: 30px;
    overflow: hidden;
}

.store .item a {
    position: relative;
    display: block;
    width: 100%;
}

.store .item img {
    width: 100%;
}

.store .item .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: rgba(0,0,0,.4);
}

.store .item .layer dd {
    position: relative;
    width: 88px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 20px;
}

.store .item a:hover .layer {
    bottom: 0;
}
.store .more {
    width: 160px;
    margin: 0 auto;
}
.store .more a {
    color: #fff;
    line-height: 54px;
    background-color: #f33;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    display: block;
}




footer {
    width: 100%;
    line-height: 22px;
    font-size: 13px;
    background-color: #1e1e1e;
    color: #bbb;
    padding: 32px 0 0px;
}

footer .container {
    margin: 0 auto;
}

footer .contact {
    margin-bottom: 30px;
}

footer .contact .info {
    margin-bottom: 20px;
    height: 105px;
    width: 100%;
}

footer .contact .span1 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 160%;
}

footer .contact .span2 {
    font-size: 12px;
    line-height: 160%;
    color: rgb(153, 153, 153);
}

footer .contact .icon {
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 260%;
    padding-left: 25px;
    background-image: url('../images/foot_icon.png');
    background-repeat: no-repeat;
}

footer .contact a {
    color: rgb(153, 153, 153);
}

footer .qrcode {
    margin-top: 8px; 
    text-align: right;
}

footer .qrcode .item {
    float: right;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    footer .contact {
        text-align: center;
    }
    footer .contact .info {
        margin-left: 0px;
    }
    footer .qrcode {
        margin-top: 0px; 
        text-align: right;
    }
    footer .qrcode .item:nth-child(4){
        display: none;
    }
}



.copyright {
    background-color: #ffffff; 
    color: #bbb; 
    text-align:center; 
    height:80px; 
    padding-top:25px;
}

.copyright span{
    line-height: 260%; 
    font-family: 微软雅黑; 
    color: rgb(168, 168, 168); 
    font-size: 14px; 
    margin:20px 0px;
}

.copyright span a{
    font-family: 微软雅黑; 
    color: rgb(168, 168, 168); 
    font-size: 14px; 
}

@media (max-width: 480px) {
    .copyright span {
        width: 210px;
        display: block;
        margin: 20px auto;
    }
}

/*
通用单页标题
*/
.wp-title {
    background-image: url(../images/bg-title.jpg);
    padding: 50px 0px;
}

.wp-title-content {
    text-align: center;
}

.wp-title-content .title-zh {
    font-family: 微软雅黑; 
    font-size: 30px; 
    color: #d50000;
}

.wp-title-content .title-en {
    font-size: 14px; 
    color: rgb(62, 62, 62);
}

.wp-title-nav {
    text-align: center;
    float: none;
    border-color: transparent;
    border-width: 0px;
    height: 50px;
    border-style: solid;
    padding: 0px;
    margin: 30px 15px 10px;
}

.wp-title-nav div {
    width: 120px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    
    list-style-type: none;
    border: 1px solid #dddddd;
    margin: 10px 0px 0px 10px;
}

.wp-title-nav div.active, .wp-title-nav div:hover {
    background-color: #f33;
    border: 1px solid #f33;
}

.wp-title-nav div a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

.wp-title-nav div.active a, .wp-title-nav div:hover a {
    color: #fff;
}

.wp-content {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0px solid transparent;
    overflow: hidden;
}

@media (max-width: 480px) 
{
    .wp-title {
        height: 300px;
    }
    
}


/*
分页样式
*/
.page_case {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.page_case li {
    display: inline-block;
    list-style: none;
}

.page_case a, .page_case span.pageinfo {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 6px;
    border: 1px solid #f33;
    color: #f33;
}

.page_case a:hover {
    background-color: #f33;
    color: #fff;
}

.page_case li.thisclass {
    background-color: #f33;
    color: #fff;
    padding: 2px 10px;
    margin-right: 6px;
    border: 1px solid #f33;
}


/*
新闻列表页
*/
.wp-article-item {
    padding-top: 13px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dbd4cd;
    overflow: hidden;
    margin: 10px 0;
}
.wp-article-item .title {
    width: 100%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding-top: 10px;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出的文本 */
}
.wp-article-item .time {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.wp-article-item .abstract {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*
新闻详情页
*/

.wp-article-detail .title {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
    line-height: 1.7em;
    width: 100%;
    overflow: hidden;
}
.wp-article-detail .info {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 15px;
    line-height: 21px;
    overflow: hidden;
}
.wp-article-detail .info span:nth-child(2n) {
    color: transparent;
    padding: 0 15px;
}
.wp-article-detail .intro {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    line-height: 24px;
    display: block;
    text-indent: 24px;
    text-align: left;
    text-decoration: none;
    padding: 5px;
    margin: 0px 0px 10px 40px;
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
}
.wp-article-detail .content {
    margin-left: 40px;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.wp-article-detail .content img{
    width:100%;
}
.wp-article-detail .info_nav {
    padding: 2em 0 1em;
    text-align: center;
}
.wp-article-detail .info_back {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 35px;
    margin: 0 5px;
    border: 1px solid #f33;
    color: #f33;
}
.wp-article-detail .info_back:hover {
    color: #fff;
    background-color:#f33
}
.wp-article-detail .prev_next {
    line-height: 2em;
    margin: 20px 0px 20px 40px;
    padding-top: 20px;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #ddd;
}
@media (max-width: 480px) 
{
    .wp-article-detail .info span:nth-child(2n) {
        color: transparent;
        padding: 0 5px;
    }
    .wp-article-detail .intro{
        margin: 0px 0px 10px 0px;
    }
    .wp-article-detail .content{
            margin-left: 0px;
    }
    .wp-article-detail .prev_next {
        margin: 20px 0px 20px 0px;
    }
}



/*
产品列表页
*/

.wp-product-item {
    margin-bottom: 70px;
    overflow: hidden;
}
.wp-product-list .wp-product-item {
    margin-bottom: 70px;
    overflow: hidden;
}

.wp-product-list .wp-product-item a {
    position: relative;
    display: block;
    width: 100%;
}

.wp-product-list .wp-product-item img {
    width: 100%;
}

.wp-product-list .wp-product-item a:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.wp-product-list .wp-product-item .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: rgba(0,0,0,.4);
}

.wp-product-list .wp-product-item a:hover .layer {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
    bottom: 0;
}

.wp-product-list .wp-product-item .layer dd {
    text-align: center;
    position: relative;
    width: 96%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    top: 50%;
}

@media (max-width: 480px) {
    .wp-product-title{
        display:none;
    }
    .wp-product-list .wp-product-item {
        margin-bottom: 30px;
        overflow: hidden;
    }
}



/*
产品详情页
*/
.wp-product-detail .title {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 40px;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px 0 23px;
    line-height: 1.7em;
    width: 100%;
    overflow: hidden;
}
.wp-product-detail .content {
    margin-left: 40px;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.wp-product-detail .content img{
    width:100%;
    max-width:800px;
}
.wp-product-detail .info_nav {
    padding: 2em 0 1em;
    text-align: center;
}
.wp-product-detail .info_back {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 35px;
    margin: 0 5px;
    border: 1px solid #f33;
    color: #f33;
}
.wp-product-detail .info_back:hover {
    color: #fff;
    background-color:#f33
}
.wp-product-detail .prev_next {
    line-height: 2em;
    margin: 20px 0px 20px 40px;
    padding-top: 20px;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #ddd;
}

@media (max-width: 480px) 
{
    .wp-product-detail .title {
        font-size: 25px;
    }

    .wp-product-detail .content{
        margin-left: 0px;
    }
    .wp-product-detail .prev_next {
        margin: 20px 0px 20px 0px;
    }
}



/*
联系我们
*/

.wp-contact-item {
    padding: 50px;
    margin-top: 20px;
    text-align: center;
    border-color: rgb(221, 221, 221) transparent rgb(221, 221, 221) rgb(221, 221, 221);
    border-width: 1px 0px 1px 1px;
    border-style: solid;
}

.wp-contact-item p {
    text-align: center;
    margin-top: 25px;
}

.wp-contact-item p span,.wp-contact-item p span a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #888888;
    line-height: 250%;
}

.wp-contact-map {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 480px) 
{
    
    .wp-contact-map {
         margin-top: 0px; 
         margin-bottom: 0px; 
    }
    .wp-contact-item {
        border-color: rgb(221, 221, 221);
        border-width: 1px;
        border-style: solid;
    }

    .wp-contact-item img {
        width: 43px;
        height: 43px;
    }

    .wp-contact-item p {
        margin: 10px 0px 10px 10px;
    }

    .wp-contact-item p span {
        line-height: 140%;
    }
}