﻿body{
    overflow-x: hidden;
    width: 100%;
}

body a.btn0,
body .btn0{
    display: inline-block;
    width: 130px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #bd1a1f;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}
body a.btn0:hover,
body .btn0:hover{
    box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.3);
}
body a.btn_pink,
body .btn_pink{
    background: rgba(189, 26, 31, 0.1);
    color: #bd1a1f;
    border-radius: 0;
}
body a.btn_black,
body .btn_black{
    background: transparent;
    border: 1px solid #000;
    color: #333;
    border-radius: 0;
}
/* 浅灰色 页脚 按钮 */
body a.btn2,
body .btn2{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-right: 30px;
    margin-bottom: 20px;
    background: rgba(250, 250, 250, 0.14);
    transition: all .3s;
    color: #999999;
    transition: all .3s;
    max-width: 100%;
}
body a.btn2:hover,
body .btn2:hover{
    background: #c51a1f;
    color: #fff;
}


.bg_pink{
    background: #f9f9f9;
}
.shadow{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.gotham{

    font-weight: lighter;
}
.inline{
    display: inline-block;
}

.title0{
    font-size: 20px;
    color: #2e2015;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: lighter;
}
.title0::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3em;
    height: 2px;
    background: #2e2015;
}

.title1{
    text-align: left;
    word-break: break-word;
    line-height: 1.25em;
}
.title1::after{
    left: -1.4em;
    top: 1em;
    width: 1.4em;
    background: #bd1a1f;
}
.title2::after{
    display: none;
}
.icom_wen .container .p{
    position: relative;
    font-size: 56px;
}
.icom_wen .container .p::after{
    content: "";
    position: absolute;
    left: -1.4em;
    top: .5em;
    width: 1.4em;
    background: #bd1a1f;
    transform: translate(-50%, 0);
    width: 1.4em;
    height: 2px;
}

/* 首页 */
.iproduct{
    position: relative;
    margin-top: -125px;
    z-index: 1;
}
.iproduct .shadow{
    background: #fff;
}
.iproduct .shadow .info{
    width: 80%;
    float: left;
}
.iproduct .shadow a{
    float: right;
}

.iadvantage li{
    padding-bottom: 80px;
    padding-left: 80px;
    cursor: pointer;
}
.iadvantage .img_box{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}
.iadvantage .img_box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.iadvantage .img_box img:nth-of-type(2){
    opacity: 0;
}
.iadvantage li:hover .img_box img:nth-last-of-type(1){
    opacity: 1;
}
.iadvantage li:hover .img_box img:nth-last-of-type(2){
    opacity: 0;
}

.iadvantage .info{
    padding-left: 94px;
    max-width: 510px;
}
.iadvantage .img_r .img{
    max-width: 405px;
    position: relative;
    display: inline-block;
}
.iadvantage .img_r .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #151824;
    z-index: -1;
}
.iadvantage .img_r .img img{
    transform: translate(30px, 30px);
}


.ipro_slide{
    background: #151824 url(/static/images/ipro_slide_bg.png) no-repeat top right;
    background-size: 100%;
    color: #999999;
}
.ipro_slide a{
    display: block;
}
.ipro_slide a:hover{
    color: #fff;
}
.ipro_slide p{
    max-width: 200px;
    margin: 0 auto;
}
.ipro_slide .swiper-pagination{
    position: static;
}

.icompany .container{
    padding-left: 80px;
}
.icompany .name{
    position: relative;
}
.icompany .title0 {
    min-height: 3.75em;
}
.icompany .name .img img{
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 504px;
    max-height: 504px;
}
.icompany_desc {
    padding-top: 10%;
}
.icompany_desc .desc{
    position: relative;
    padding-top: 25%;
}
.icompany_desc .desc p{
    white-space: pre-wrap;
    text-align: justify;
}
.icompany_desc .img img{
    max-width: 610px;
    max-height: 670px;
}

.icom_wen{
    margin-top: -40px;
}

.inews li h3{
    line-height: 1.4em;
    height: 2.8em;
    transition: all .3s;
}
.inews p{
    text-align: justify;
    line-height: 1.75em;
    height: 5.25em;
    transition: all .3s;
}
.inews a:hover p,
.inews a:hover h3{
    color: #c51a1f;
}

.footer{
    background: #151824;
    color: #999999;
}
.footer .title0{
    color: #fff;
}
/* 首页 */

/* 产品详情 */
.prodet{
    border-bottom: 1px solid #e2e2e2;
}
body .pic_line{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pic_line h3 {
    line-height: 35px;
}
.pic_line i{
    display: inline-block !important;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    line-height: 33px;
    box-sizing: border-box;
    font-size: 20px;
}
.pictrue_list li:hover .pic_line i{
    background: #000;
    color: #fff;
}
/* 产品详情 */


/* 服务 */
.service .grid{
    max-width: 284px;
}
.service .tag{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    font-size: 14px;
    width: 70px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    background: rgba(217, 56, 56, 0.9);
    color: #fff;
    font-size: 14px;
    z-index: 1;
}
.service .tag.cid_190,
.service .tag.cid_181{
    background: rgba(58, 128, 252, 0.9);
}
.service .grid .info{
    border: 1px solid #d1d1d1;
}
.service .grid .info h3{
    line-height: 1.6em;
}
/* 服务 */

.page_r .img_text{
    line-height: 27px;
}
.pager_title{
    border-bottom: 1px solid #e2e2e2;
}
.block{
    display: block;
}
a.cur,
.bx-color-red{
    color: #bd1a1f;
}




/* 联系我们 */
.contact_mes .ipt{
    padding: 24px 0;
}
.contact_mes .ipt input,
.contact_mes .ipt textarea{
    width: 100%;
    padding: 0 20px;
    background: #f3f3f3;
    line-height: 40px;
    height: 42px;
    border: 1px solid #e1e1e1;
    max-width: 553px;
    box-shadow: none;
    border-radius: 0;
}
.contact_mes .ipt textarea{
    max-width: 560px;
    height: 223px;
    resize: none;
}
.contact_mes .btn0{
    width: 150px;
}
/* 联系我们 */


/* 常见问题 */
.question{
    max-width: 950px;
    margin: 0 auto;
}
.question .bx-Jobs{
    min-height: 347px;
}
.bx-side{
    z-index: 10;
}
.bx-side a{
    position: relative;
}
.bx-side a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.bx-side a:hover:not(.focus){
    opacity: 0.8;
}
.bx-side a:hover,
.bx-side a.focus{
    background: linear-gradient(to right, #fd6267, #bd1a1f);
    color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
/* 常见问题 */


/* 新闻列表 */
.news_hot img {
    width: 100%;
}
.news_hot .info{
    border-bottom: 1px solid #e2e2e2;
}
.all_news{
    max-width: 950px;
}
.all_news .swiper-container {
    min-height: 850px;
    padding-left: 30px;
    padding-right: 30px;
}
.all_news .swiper-wrapper .swiper-slide{
    position: relative;
}


/* 搜索 */
.search_box{
    border: 1px solid #c51a1f;
    line-height: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.search_box input {
    border: none;
    display: block;
    float: left;
    width: 80%;
    line-height: inherit;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    color: ##c51a1f;
}
.search_btn {
    display: block;
    width: 20%;
    float: right;
    background: #c51a1f;
    color: #fff;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
}
.search_btn i{
    font-size: 20px;
}
/* 搜索 */

/* 产品列表 */
.pro .title1{
    max-width: 300px;
}
.pro_list li a{
    display: block;
}
.pro_list li .img {
    position: relative;
    z-index: 0;
}
.pro_list li .img::after {
    content: "";
    width: 65%;
    height: 65%;
    border: 1px solid #cdcdcd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.pro_list li h3 {
    color: #333;
}
.pro_list li a:hover h3{
    color: #c51a1f;
}
.pro_list li a:hover .img::after{
    border-color: #c51a1f;
}
/* 产品列表 */
@media (min-width: 1000px ) {
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+1) .img{
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+2){
        transform: translate(-23%,76%);
        transform: translate(-23%,290px);
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n){
        transform: translateX(-30%);
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+1) .img{
        width: 154%;
        height: 0;
        padding-bottom: 87.0253164556962%;
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+2) .img{
        width: 76.89873417721519%;
        height: 0;
        padding-bottom: 76.89873417721519%;
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n) .img{
        width: 125.31645569620254%;
        height: 0;
        padding-bottom: 125.31645569620254%;
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+1) .info{
        transform: translate(-30px,-30px);
        width: 67.72151898734177%;
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n+2) .info{
        width: 76.89873417721519%;
        transform: translate(30px,-30px);
    }
    .all_news .swiper-wrapper .swiper-slide:nth-child(3n) .info{
        transform: translate(0,-30px);
    }
    .all_news .img{
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: all .3s;
    }
    .all_news a:hover .img{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .all_news .img img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        max-width: 200%;
    }
    .all_news .swiper-slide{
        opacity: 0;
        transition: all .3s;
    }
    .all_news .swiper-slide-active,
    .all_news .swiper-slide-next,
    .all_news .swiper-slide-next + .swiper-slide{
        opacity: 1;
    }
}
.all_news .swiper-pagination-current{
    font-size: 30px;
    font-weight: bold;
}
.all_news .info{
    position: relative;
    padding: 30px;
    padding-right: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all .3s;
}
.all_news a:hover .info{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.new_det span,
.all_news .info span{
    position: relative;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    color: #666;
}
.new_det span::before,
.all_news .info span::before{
    content: "";
    width: 10%;
    max-width: 30px;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    top: 0;
}
.all_news .info h3{
font-weight: bold;
line-height: 1.3em;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.all_news .info .to_det{
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}
.all_news a:hover .to_det{
    background: #000;
    color: #fff;
}

.all_news .swiper-container{
    padding-top: 65px;
    position: relative;
}
.all_news .swiper-button-prev,
.all_news .swiper-button-next{
    top: 0;
    transform: none;
    left: auto;
    width: 16px;
    height: 30px;
    background-size: 16px 30px;
    margin-top: 0;
}
.all_news .swiper-button-next{
    right: 90px;
}
.all_news .swiper-button-prev{
    right: 190px;
}
.all_news .swiper-pagination{
    top: 0;
    line-height: 35px;
    right: 97px;
    left: auto;
    width: 100px;
    text-align: center;
    bottom: auto;
}
/* 新闻 */



/* 新闻详情 */
.new_det img{
    /* width: 100%; */
}
.new_bd .title_red{
    padding-left: 30px;
    position: relative;
}
.new_bd .title_red::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #c51a1f;
    transform: translateY(-50%);
}
body .bx-text-p3{
    line-height: 1.6em;
    height: 4.8em;
}
/* 新闻详情 */











@media (max-width: 1000px){
    body form > section.clearfix {
        overflow: hidden;
    }
    body a.btn0,
    body .btn0{
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    body a.btn2,
    body .btn2{
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .title0{
        font-size: 27px;
        line-height: 1.4em;
    }
    .title1::after{
        left: 0;
        top: 0;
        transform: none;
    }
    .icom_wen .container .p{
        font-size: 27px;
    }
    .icom_wen .container .p::after{
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
    }
    
    /* 首页 */
    .iproduct{
        margin-top: 20px;
    }
    .iproduct .shadow .info{
        width: 100%;
    }
    .iadvantage li{
        padding-bottom: 20px;
        padding-left: 10px;
    }
    .iadvantage .img_box{
        width: 54px;
        height: 54px;
    }
    
    .iadvantage .info{
        padding-left: 64px;
        /* max-width: 510px; */
    }
    .iadvantage .img_r{
        text-align: center;
    }
    .iadvantage .img_r .img{
        max-width: 90%;
    }
    .iadvantage .img_r .img img{
        transform: translate(10px, 10px);
    }
    
    
    .icompany .title0{
	    min-height: 0;
    }
    .icompany .container{
        padding-left: 10px;
    }
    .icompany .name .img img{
        max-width: 100%;
        position: static;
    }
    .icompany_desc {
        padding-top: 5px;
    }
    .icompany_desc .desc{
        position: relative;
        padding: 10px;
    }
    .icompany_desc .desc p{
        white-space: pre-wrap;
        text-align: justify;
    }
    .icompany_desc .img img{
        max-width: 100%;
    }
    
    .icom_wen{
        margin-top: 0;
    }
    
    .inews li h3{
        line-height: 1.4em;
        height: 1.4em;
        transition: all .3s;
    }
    .inews p{
        text-align: justify;
        line-height: 1.75em;
        height: 5.25em;
        transition: all .3s;
    }
    .inews a:hover p,
    .inews a:hover h3{
        color: #c51a1f;
    }
    
    .footer{
        background: #151824;
        color: #999999;
    }
    .footer .title0{
        color: #fff;
    }
    /* 首页 */
    .all_news .swiper-container {
        min-height: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
    }
    .all_news .swiper-button-next{
        right: 10px;
    }
    .all_news .swiper-button-prev{
        right: 110px;
    }
    .all_news .swiper-pagination{
        top: 0;
        line-height: 35px;
        right: 17px;
        left: auto;
        width: 100px;
        text-align: center;
        bottom: auto;
    }
    .all_news .swiper-container img{
        width: 100%;
    }
    .contact_mes .ipt{
        padding: 5px 0 10px;
    }
}

.listitem{width:23%;margin-right:2%;float:left;font-size:15px;line-height:30px;}
.listitem img{max-width:150px;}
.listitem .bx-fs18{color:#bbb;font-size:15px !important;line-height:30px;}

@media (max-width: 1000px){
	
	.listitem{width:48%;}
}
@media (max-width: 640px){
	
	.listitem{width:98%;}
}

.prenext{margin-top:50px;text-indent:2em;}
.flink a{padding:0px 10px;}