  /*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;


/*    
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);

*/


}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* header */
header .top{
    height:40px;
    border-bottom:1px solid #f1f1f1;
    overflow:hidden;
}
header .top h5{
    color:#777;
    line-height:40px;
    font-size:12px;
}
header .top ul li{
    line-height:40px;
}
header .top ul li a{
    font-size:12px;
    color:#777;
    border-left:1px solid #d1d1d1;
    padding-left:10px;
    margin-left:10px;
    transition:all .3s;
}
header .top ul li:first-child a{
    border:none;
}
header .top ul li a:hover{
    color:#e3000e;
}

/* logo_box */
.logo-box {
    height: 140px;
    background:url(/images/bg2.jpg) repeat-x;
}
.logo-box .logo {
    height: 140px;
    line-height: 140px;
    max-width: 10%;
}
.logo-box .logo img {
    max-width: 100%;
}

/* logo-box-2 */
.logo-box-2{
    height:120px;
}
.logo-box-2 .logo{
    height:120px;
    line-height:120px;
}
.logo-box-2 .logo img{
    max-width:100%;
}
.logo-box-2 .text-box{
    margin-top:30px;
}
.logo-box-2 .text-box .text1{
    font-size:18px;
    font-weight:bold;
    margin-left:20px;
    padding-top:5px;
}
.logo-box-2 .text-box .text1 span{
    color:red;
}
.logo-box-2 .text-box .text2{
    color:#777;
    line-height:25px;
    border-left:1px solid #e5e5e5;
    padding-left:10px;
    margin-left:10px;
    padding-top:5px;
}
.logo-box-2 .text-box .text2 .span1{
    color:red;
}
.logo-box-2 .text-box .text2 .span2{
    color:#e66300;
}

.logo-box-2 .logo-2{
    margin-left:20px;
}
.logo-box-2 form input{
    width:240px;
    height:29px;
    border:1px solid #ececec;
    padding-left:30px;
    background:url(/images/icon6.png) no-repeat 10px center;
}
.logo-box-2 form button{
    width:63px;
    height:29px;
    background:#99acbd;
    color:#fff;
    font-size:12px;
    border:none;
    transition:all .3s;
}
.logo-box-2 form button:hover{
    background:#417baf;
}
.logo-box-2 .phone{
    font-size:12px;
    color:#4f4f4f;
    background:url(/images/icon5.png) no-repeat 0 center;
    padding-left:30px;
    margin:25px 0 5px;
}
.logo-box-2 .phone span{
    font-size:24px;
    font-weight:bold;
    color:#e66300;
}

/*PC端导航*/
nav {
    width: 90%;
    position: relative;
    padding-left: 70px;
}
nav a {
    color: #fff !important;
    font-size: 15px;
}
nav a p:nth-child(2) {
    font-size: 12px;
    color: rgba(255, 255, 255, .3) !important;
}
/*一级导航*/
nav ul li {
    float: left;
    width:10%;
    text-align: center;
    position: relative;
    line-height: 20px;
}
nav ul li a {
    height:52px;
    display: block;
    position: relative;
    padding:50px 5px 0;
}
nav ul li a:hover,nav ul li a.active{
    background: rgba(176, 21, 20, .8);
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    background: #2b292a;
    padding: 0;
}
nav ul li ul li::before {
    display: none;
}
nav ul li ul li a{
    height:35px;
    line-height:35px;
    padding:0 5px;
    font-size:14px;
}
nav ul li ul li a:hover {
    color: #fff !important;
}
nav ul li:hover ul {
    display: block;
}

/* nav-2 */
nav.nav-2{
    width:100%;
    background:#e3000e;
    padding:0;
}
nav.nav-2 ul li{
    padding:0 1px;
    line-height:52px;
    height:52px;
}
nav.nav-2 ul li a{
    padding:0;
}
nav.nav-2 ul li::before,nav.nav-2 ul li:nth-child(1)::after{
    content:"";
    width:2px;
    height:100%;
    border-left:1px solid #c1000c;
    border-right:1px solid rgba(255, 255, 255, .3);
    position: absolute;
    top:0;
    right:-1px;
}
nav.nav-2 ul li:nth-child(1)::after{
    right:auto;
    left:0;
}
nav.nav-2 ul li a:hover,nav.nav-2 ul li a.active{
    background: #52070c;
}
nav.nav-2 ul li ul{
    padding:0 1px;
}
nav.nav-2 ul li ul li {
    background: #e3000e;
    line-height:auto;
    height:auto;
    padding:0;
}
nav.nav-2 ul li ul li::before,nav.nav-2 ul li ul li::after{
    display:none;
}

/* banner2 */
.banner2{
    border:1px solid #e5e5e5;
    margin:10px 0 50px;
}



















/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #b01514;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #b01514;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel:hover .carousel-control.right {
    right: 0;
}
#myCarousel:hover .carousel-control.left {
    left: 0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}

/* 搜索 */
.sousuo{
    border-bottom:1px solid #e4e4e4;
}
.sousuo-con{
    height:126px;
    display:flex;
    align-items:center;
}
.sousuo ul{
    width:100%;
}
.sousuo ul li:nth-child(1){
    width:404px;
}
.sousuo ul li:nth-child(2){
    width:calc(100% - 686px);
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    padding:4px 40px;
}
.sousuo ul li:nth-child(3){
    width:250px;
    padding-top:6px;
}
.sousuo ul li:nth-child(1) h5{
    font-size:21px;
    letter-spacing:2px;
}
.sousuo ul li:nth-child(1) h5 span{
    color:#ff8400;
    font-weight:bold;
}
.sousuo ul li:nth-child(1) p{
    display:inline-block;
    color:#fff;
    background:#dc0000;
    padding:7px 13px;
    margin-top:14px;
}
.sousuo form{
    height:37px;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}
.sousuo form input{
    height:37px;
    border:none;
    width:calc(100% - 37px);
    background:none;
}
.sousuo form button{
    width:37px;
    height:37px;
    background:url(/images/icon1.png) no-repeat right center;
    border:none;
}
.sousuo ul li:nth-child(2) p{
    font-size:12px;
    color:#222;
    margin-top:10px;
}
.sousuo ul li:nth-child(2) p a{
    color:#222; 
    transition:all .3s;
}
.sousuo ul li:nth-child(2) p a:hover{
    color:#dc0000;
}
.sousuo .phone p{
    font-size:12px;
    color:#525252;
}
.sousuo .phone p img{
    position: relative;
    top:-1px;
}
.sousuo .phone h5{
    font-size:30px;
    font-weight:bold;
    margin-top:8px;
}

/*分类导航*/
.ny_nav .title{
    background: #353535 url(../images/bg1.png) no-repeat center top/100% auto;
    color: #fff;
    text-align: center;
    position: relative;
    padding:30px 5px;
    overflow: hidden;
}
.ny_nav .title::before{
    content:"";
    width:120%;
    height:24px;
    background:#fe0000;
    position:absolute;
    bottom:-15px;
    left:-10%;
    transform:rotate(-4deg);
}
.ny_nav .title p{
    font-size:13px;
    line-height:16px;
}
.ny_nav .title h5{
    font-size:22px;
    line-height:25px;
    font-weight:bold;
    margin-top:5px;
}
.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    transition: all .3s;
    font-size:20px;
}
.ny_nav .title .span1.active {
    transform: rotate(180deg);
}
.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.ny_nav ul{
    background:url(/images/bg3.jpg) repeat;
    padding:10px 15px;
    border:1px solid #d5d5d5;
}
.ny_nav ul li a{
    display: block;
    line-height:32px;
    font-size: 16px;
    font-weight:bold;
    color: #353535;
    border:2px solid #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding:0 32px 0 15px;
    background:linear-gradient(
        -45deg,
        #c8c7c9, #c8c7c9 25%, transparent 25%, transparent 50%, 
        #c8c7c9 50%, #c8c7c9 75%, transparent 75%, transparent
    );
  background-size: 4px 4px;
  box-shadow:inset 0 5px 20px rgba(0, 0, 0, .3);
}
.ny_nav ul li a img{
    position: absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
}
.ny_nav ul li a.active,.ny_nav ul li a:hover{
    background: #b01514;
    color: #fff;
}
.ny_nav dl.active {
    display: block;
}
.ny_nav dl dd a {
    display:block;
    line-height:32px;
    color: #000;
    font-size: 14px;
    border-bottom:1px dashed #c6ccca;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.ny_nav dl dd a span{
    margin:0 15px;
    font-size:13px;
}
.ny_nav dl dd a.active,.ny_nav dl dd a:hover{
    color: #b01514;
}
.ny_nav .phone{
    line-height:44px;
    background:#353535;
    color:#fff;
    font-size:13px;
    text-align:center;
}
.ny_nav .phone span{
    font-size:22px;
    font-weight:bold;
}
.ny_nav .zx{
    line-height:50px;
    background:#dc0000;
    color:#fff;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    display:block;
}
.ny_nav .zx:hover{
    background:#a10f0f;
}
.ny_nav-1 ul li a{
    cursor:auto !important;
}
.ny_nav-1 ul li a.active,.ny_nav-1 ul li a:hover{
    background:linear-gradient(-45deg,
        #c8c7c9, #c8c7c9 25%, transparent 25%, transparent 50%,
        #c8c7c9 50%, #c8c7c9 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    box-shadow:inset 0 5px 20px rgba(0, 0, 0, .3);
    color: #353535;
}
/* .ny_nav-2 dl{
    display:none;
}
.ny_nav-2 dl.active{
    display:block;
} */
/* .ny_nav-2 .title{
    background:#131313;
}
.ny_nav-2 .title h5{
    margin:0;
} */

/* 定制类别 */
.dzlb{
    margin:70px 0;
}
.news1{
    display:block;
}
.news1 .imgbox{
    overflow:hidden;
}
.news1 .img{
    transition:all .3s;
}
.news1 h5{
    background:#353535;
    line-height:54px;
    color:#fff;
    font-weight:bold;
    padding:0 80px 0 15px;
    position: relative;
}
.news1 h5 b{
    width:66px;
    line-height:28px;
    background:#fe0000;
    font-size:12px;
    color:#fff;
    font-weight:normal;
    position: absolute;
    top:50%;
    right:15px;
    margin-top:-14px;
    text-align:center;
    transition:all .3s;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    background-color:#b01514;
}
.news1:hover h5 b{
    background-color:#fff;
    color:#b01514;
}

/* title1 */
.title1{
    padding:60px 0 30px;
    position: relative;
    z-index:2;
}
.title1 h5{
    font-size:30px;
    line-height:30px;
    color:#fff;
}
.title1 h5 span{
    font-size:16px;
    color:rgba(255, 255, 255, .2);
}
.title1 p{
    font-size:17px;
    line-height:17px;
    color:rgba(255, 255, 255, .5);
    padding:15px 0 20px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:50px;
    height:3px;
    background:#fe0000;
    position: absolute;
    bottom:0;
    left:0;
}
.title1-2 h5{
    color:#353535;
}
.title1-2 h5 b{
    color:#fe0000;
    font-weight:normal;
}
.title1-2 h5 span{
    color:#999;
}
.title1-2 p{
    color:rgba(0, 0, 0, .5);
}

/* 定制流程 */
.dzlc{
    position:relative;
}
.dzlc::before{
    content:"";
    width:55.2%;
    height:100%;
    background:#575757;
    position: absolute;
    top:0;
    left:0;
}
.dzlc .con2{
    width:44.8%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
.dzlc .con2 .img{
    width:100%;
    height:100%;
}
.dalc-con{
    width:61.66%;
    position: relative;
    z-index:2;
    background:#575757;
    padding-bottom:60px;
}
.dalc-con ul{
    position: relative;
}
.dalc-con ul::before{
    content:"";
    width:1000%;
    height:1px;
    background-color:rgba(255, 255, 255, .3);
    position:absolute;
    top:50%;
    right:80px;
}
.dalc-con ul li{
    width:25%;
    text-align:left;
    margin:30px 0;
    position: relative;
    font-size:0;
}
.dalc-con ul li .con{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    position: relative;
    padding-right:40px;
}
.dalc-con ul li .con::before{
    content:"";
    width:1px;
    height:88px;
    background-color:rgba(255, 255, 255, .3);
    position: absolute;
    top:50%;
    right:0;
    margin-top:-44px;
}
.dalc-con ul li:nth-child(4n+4) .con::before{
    display:none;
}
.dalc-con ul li .img{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
}
.dalc-con ul li .img img{
    transition:all .3s;
}
.dalc-con ul li h5{
    font-size:15px;
    font-weight:bold;
    color:#fff;
    padding:18px 0;
    position:relative;
    transition:all .3s;
}
.dalc-con ul li h5::before{
    content:"";
    width:14px;
    height:2px;
    background:#fe0000;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-7px;
}
.dalc-con ul li .con:hover img{
    transform:scale(0.9);
}
.dalc-con ul li .con:hover h5{
    color:#fe0000;
}
.dalc-con .phone{
    margin-top:20px;
}
.dalc-con .phone .p1{
    width:100px;
    line-height:40px;
    color:#fff;
    background:url(/images/bg4.png) no-repeat center center/100% 100%;
    text-align:center;
}
.dalc-con .phone .p2{
    width:196px;
    line-height:40px;
    color:#fff;
    background:url(/images/bg5.png) no-repeat center center/100% 100%;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    margin-left:4px;
}
.dalc-con .zx{
    display:block;
    width:300px;
    line-height:50px;
    background:url(/images/bg6.jpg) center center/100% 100%;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    color:#fff;
}
.dalc-con .zx:hover{
    color:#000;
}

/* 产物面料 */
.cpml{
    padding-bottom:60px;
}
.cpml-con{
    background:#f4f4f4;
    padding:40px;
}
.cpml-con .swiper-container{
    padding:6px;
    margin:0 -6px;
}
.news3{
    display:block;
    background:#fff;
    padding:15px;
    position: relative;
}
.news3::before{
    content:"";
    width:60%;
    height:100%;
    border:5px solid #555;
    position: absolute;
    top:0;
    left:50%;
    z-index:10;
    transform:translateX(-50%);
    transition:all .3s;
    opacity:1;
}
.news3::after{
    content:"";
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, .9);
    position: absolute;
    top:0;
    left:0;
    transition:all .3s;
    opacity:1;
}
.news3 .con{
    position:relative;
}
.news3 .text-box,.news3 .img{
    opacity:0;
}
.news3 .text-box h5{
    font-size:18px;
    line-height:20px;
    font-weight:bold;
    color:#d00000;
    margin:20px 0 15px;
}
.news3 .text-box .text{
    color:#000;
    line-height:22px;
    height:44px;
    overflow: hidden;
}
.news3 .mask{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    transition:al .3s;
    opacity:1;
}
.news3 .mask .text{
    position: relative;
    z-index:20;
}
.news3 .mask h4{
    font-size:70px;
    line-height:70px;
    font-weight:bold;
    color:#dc0000;
}
.news3 .mask .text{
    width:60%;
    margin:10% auto 0;
    text-align:center;
}
.news3 .mask p{
    font-size:20px;
    line-height:30px;
    color:#000;
    margin:18px 0 5px;
    word-break:break-all;
    word-wrap:break-word;
}
.news3 .mask h5{
    font-size:20px;
    line-height:20px;
    color:#000;
}
.news3:hover{
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
}
.news3:hover .mask,.news3:hover::before,.news3:hover::after{
    opacity:0;
}
.news3:hover .text-box,.news3:hover .img{
    opacity:1;
}

/* 四大优势 */
.youshi{
    background:url(/images/youshi_bg.jpg) center center/cover;
    overflow: hidden;
}
.youshi .con1{
    position: relative;
    padding:0 20px;
}
.youshi .con1::before{
    content:"";
    width:100%;
    height:1000%;
    background-color:rgba(255, 255, 255, .12);
    position: absolute;
    top:0;
    left:0;
}
.youshi .con1 .con-box{
    height:152px;
    margin:50px 0 100px;
}
.youshi .con1 .text-box{
    position: relative;
    display:none;
}
.youshi .con1 .text-box.active{
    display:block;
}
.youshi .con1 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.youshi .con1 .text-box .text{
    font-size:15px;
    line-height:30px;
    color:rgba(255, 255, 255, .6);
    margin-top:40px;
    max-height:90px;
    overflow: hidden;
}
.youshi .con1 .more{
    display:block;
    width:160px;
    line-height:50px;
    background:#dc0000;
    color:#fff;
    text-align:center;
    margin-bottom:100px;
    position: relative;
}
.youshi .con1 .more:hover{
    background-color:#870909;
}

/*四大优势-相册*/
.photo_album{
    padding:60px 0;
}
.photo_album .gallery-top{
    width:55%;
}
.photo_album .gallery-top .swiper-slide{
    width:100%;
    height:523px;
    cursor:move;
}
.photo_album .gallery-thumbs{
    width:45%;
    padding-left:28px;
}
.photo_album .gallery-thumbs .swiper-container{
    height:430px;
}
.photo_album .gallery-thumbs .swiper-slide{
    background:rgba(255, 255, 255, .1);
    cursor: pointer;
    transition:all .3s;
    overflow:hidden;
}
.photo_album .gallery-thumbs .swiper-slide h5{
    width:100px;
    height:100%;
    font-size:35px;
    font-weight:bold;
    color:#fff;
    position: relative;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center;
    border-right:1px solid rgba(255, 255, 255, .1);
    transition:all .3s;
}
.photo_album .gallery-thumbs .swiper-slide h5 .img{
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    transition:all .3s;
}
.photo_album .gallery-thumbs .swiper-slide p{
    width:calc(100% - 100px);
    height:100%;
    font-size:17px;
    color:#fff;
    display:flex;
    align-items:center;
    padding:0 10px;
    position:relative;
    transition:all .3s;
}
.photo_album .gallery-thumbs .swiper-slide p span{
    position:relative;
}
.photo_album .gallery-thumbs .swiper-slide p::before{
    content:"";
    width:100%;
    height:100%;
    background-color:#aa1010;
    position: absolute;
    top:0;
    left:100%;
    transition:all .3s;
}
.photo_album .gallery-thumbs .swiper-slide:hover h5,
.photo_album .gallery-thumbs .swiper-slide:hover p{
    color:red;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active h5 .img,
.photo_album .gallery-thumbs .swiper-slide-thumb-active p::before{
    left:0;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active h5,
.photo_album .gallery-thumbs .swiper-slide-thumb-active p{
    color:#fff !important;
}
.photo_album .phone{
    margin-top:50px;
}
.photo_album .phone p{
    border:3px solid #fff;
    line-height:38px;
    text-align:center;
    width:126px;
    color:#fff;
}
.photo_album .phone p.p1{
    width:100px;
    border-right:none;
}
.photo_album .phone p.p2{
    width:calc(100% - 100px);
    font-size:22px;
    font-weight:bold;
}

/* 解决方案 */
.jjfa{
    padding:60px 0;
    background-color:#f6f6f6;
}
.jjfa-con1{
    padding:0 5px;
}
.jjfa-con1 .col-sm-12{
    padding:0 10px;
}
.jjfa .con1{
    position: relative;
}
.jjfa .con1 .swiper-slide a{
    display:block;
    overflow: hidden;
}
.jjfa .con1 .swiper-slide a .img{
    height:408px;
}
.jjfa .con1 .swiper-slide a:hover .img{
    transform:scale(1.1);
}
.jjfa .con1 .mask{
    width:37%;
    height:100%;
    background: rgba(102,102,102,0.92);
    position: absolute;
    top:0;
    left:0;
    z-index:10;
    padding-left:20px;
}
.jjfa .con1 .mask .title1  h5{
    font-size:22px;
}
.jjfa .con1 .mask .title1 p{
    padding:0 0 20px;
}
.jjfa .con1 .mask a{
    display:block;
    width:55px;
    height:55px;
    border:2px solid #fff;
    border-radius:50%;
    background:url(/images/jt.png) no-repeat center center;
    opacity:.5;
    transition:all .3s;
}
.jjfa .con1 .mask a:hover{
    opacity:1;
}
.jjfa .con1 .mask .text-box h5{
    font-size:18px;
    padding-bottom:15px;
    position: relative;
    color:#fff;
}
.jjfa .con1 .mask .text-box h5::before{
    content:"";
    width:20px;
    height:2px;
    background:red;
    position: absolute;
    bottom:0;
    left:0;
}
.jjfa .con1 .mask .text-box .text{
    font-size:16px;
    line-height:25px;
    margin-top:15px;
    color:#fff;
}
.jjfa .con1 .swiper-pagination{
    left:15px;
    z-index:11;
    bottom:10px;
    text-align:left;
}
.jjfa .con1 .swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity:1;
    background:#676666;
    margin:0 5px;
}
.jjfa .con1 .swiper-pagination-bullet-active{
    background-color:#fff;
}
.jjfa .con2{
    background:#fff;
}
.jjfa .con2 .title1{
    background-color:#353535;
    padding:40px;
    height:197px;
}
.jjfa .con2 .text{
    padding:23px 10px 8px;
}
.jjfa .con2 .text .text-con{
    height:180px;
    font-size:0;
    overflow: auto;
}
.jjfa .con2 .text a{
    display:inline-block;
    font-size:16px;
    color:#000;
    margin-bottom:15px;
    transition:all .3s;
}
.jjfa .con2 .text a:hover{
    color:#fe0000;
    font-weight:bold;
    text-decoration:underline !important;
}
.jjfa .con3{
    margin-top:15px;
}
.news4{
    display:block;
    overflow: hidden;
    position:relative;
}
.news4 .mask{
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(53, 53, 53, .9);
    padding:40px 40px 0;
    transition:all .3s;
}
.news4 .mask h5{
    font-size:22px;
    line-height:22px;
    font-weight:bold;
    color:#fff;
}
.news4 .mask p{
    font-size:17px;
    color:rgba(255, 255, 255, .5);
    margin:15px 0;
}
.news4 .mask .text{
    line-height:25px;
    color:#fff;
    height:75px;
    overflow: hidden;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .mask{
    left:0;
}

/* 合作伙伴 */
.hzhb{
    background-color:#f6f6f6;
    padding-bottom:60px;
}
.hzhb .top{
    background:url(/images/index_80.jpg) center center/cover;
    padding:60px 0;
    text-align:center;
}
.hzhb .top .title{
    overflow: hidden;
}
.hzhb .top h5{
    font-size:30px;
    font-weight:bold;
    color:#fff;
}
.hzhb .top p{
    font-size:13px;
    color:rgba(255, 255, 255, .3);
    position: relative;
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    border:1px solid rgba(255, 255, 255, .3);
    margin:15px 0 20px;
}
.hzhb .top p::before,.hzhb .top p::after{
    content:"";
    width:185px;
    height:1px;
    background:rgba(255, 255, 255, .3);
    position:absolute;
    top:50%;
    right:100%;
}
.hzhb .top p::after{
    right:auto;
    left:100%;
}
.hzhb .top .text{
    font-size:15px;
    line-height:22px;
    color:#fff;
}
.hzhb .bottom .title1{
    background-color:#666;
    padding:20px;
    margin-top:-59px;
    position:relative;
    height:299px;
}
.hzhb .bottom .title1 P{
    line-height:22px;
}
.hzhb .bottom .title1::before{
    content:"";
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
    border-left:18px solid #666;
    position:absolute;
    top:48px;
    left:100%;
}
.hzhb .bottom .title1 a{
    display:block;
    width:118px;
    line-height:46px;
    background-color:#dc0000;
    font-size:15px;
    color:#fffefe;
    text-align:center;
    margin-top:30px;
}
.hzhb .bottom .title1 a:hover{
    background-color:#810808;
}
.hzhb .bottom .con1{
    margin-top:20px;
    position: relative;
    padding-right:48px;
}
.hzhb .bottom .con1 .swiper-container{
    padding-bottom:1px;
}
.hzhb .bottom .con1 ul{
    width:43px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
.hzhb .bottom .con1 ul li{
    width:100%;
    height:50%;
    position: relative;
}
.hzhb .bottom .con1 ul li:nth-child(1){
    padding-bottom:1px;
}
.hzhb .bottom .con1 ul li:nth-child(2){
    padding-top:1px;
}
.hzhb .bottom .con1 ul li .but{
    background:#353535 url(../images/jt2.png) no-repeat center center;
    width:100%;
    height:100%;
    margin:0;
    position:initial;
    opacity:1;
}
.hzhb .bottom .con1 ul li .swiper-button-next{
    transform:rotateY(180deg);
}
.hzhb .bottom .con1 ul li .but:hover{
    background-color:#dc0000;
}
.news5{
    display:block;
    border:1px solid #efeeee;
    padding:10px;
    background-color:#fff;
}
.news5:hover{
    border-color:#dc0000;
}

/* 对于红都 */
.gyhd{
    padding-bottom:60px;
}
.gyhd .text1{
    line-height:27px;
    color:#555;
    height:135px;
    overflow: hidden;
}
.gyhd ul{
    margin:20px -2px 0;
}
.gyhd ul li{
    width:33.33%;
    padding:0 2px;
}
.gyhd ul li a{
    display:block;
    overflow: hidden;
    position: relative;
}
.gyhd ul li a .img{
    height:124px;
}
.gyhd ul li a h5{
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(102,102,102,0.85);
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    color:#fff;
    font-weight:bold;
}
.gyhd ul li a:hover .img{
    transform:scale(1.1);
}
.gyhd .imgbox{
    padding:12px;
    background:#fff;
    box-shadow:0 0 6px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-top:60px;
}
.gyhd .imgbox .img{
    height:372px;
}

/* 新闻动态 */
.xwdt{
    background-color:#f5f5f5;
    padding:60px 0 30px;
}
.xwdt ul.ul-1{
    margin-bottom:40px;
}
.xwdt ul.ul-1 li{
    width:25%;
}
.xwdt ul.ul-1 li:last-child a{
    border:none;
}
.xwdt ul.ul-1 li a{
    display:block;
    background-color:#666;
    padding:30px 0 30px 80px;
    border-right:1px dashed rgba(255, 255, 255, .2);
    background-repeat:no-repeat;
    background-position:20px center;
    transition:all .3s;
}
.xwdt ul.ul-1 li a h5{
    font-size:20px;
    font-weight:bold;
    color:#fffefe;
    transition:all .3s;
}
.xwdt ul.ul-1 li a p{
    color:#fff;
    opacity:.2;
    margin-top:10px;
    font-size:16px;
    font-family:"Arial Narrow","微软雅黑";
    transition:all .3s;
}
.xwdt ul.ul-1 li a:hover{
    background-color:#b70101;
}
.xwdt ul.ul-1 li a:hover p{
    opacity:.35;
}
.news6{
    display:block;
    border-bottom:1px dashed #d8d8d8;
    padding-bottom:30px;
    margin-bottom:30px;
}
.news6 .imgbox{
    overflow: hidden;
}
.news6 .img{
    width:215px;
    height:140px;
}
.news6 .text-box{
    padding:2px 0 0 238px;
}
.news6 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:22px;
}
.news6 .text{
    color:#333;
    line-height:23px;
    height:46px;
    overflow:hidden;
    margin:13px 0;
}
.news6 b{
    display:block;
    width:100px;
    line-height:40px;
    background-color:#d00000;
    text-align:center;
    color:#fff;
    font-weight:normal;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover h5{
    color:#d00000;
}
#wrap{
    overflow:hidden;
    max-height:372px;
}
#wrap ul li a{
    display:block;
    line-height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-bottom:1px dashed #d8d8d8;
    position:relative;
    padding-left:17px;
    font-size:15px;
    color:#000;
    transition:all .3s;
}
#wrap ul li a::before{
    content:"";
    background-color:#d00000;
    width:7px;
    height:7px;
    border-radius:50%;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
#wrap ul li a:hover{
    color:#d00000;
}

/*页脚*/
footer {
    background: #575757;
    overflow-x: hidden;
}
footer ul {
    padding: 50px 0;
    margin: 0 -20px;
}
footer ul li {
    padding: 0 20px;
}
footer ul li:nth-child(1) {
    width: 50%;
}
footer ul li:nth-child(1) dl {
    width:33.33%;
}
footer ul li:nth-child(1) dl dt {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 19px;
}
footer ul li:nth-child(1) dl dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #cacaca;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer ul li:nth-child(1) dl dd{
    color: rgba(255, 255, 255, .5);
}
footer ul li:nth-child(1) dl dd a {
    color: rgba(255, 255, 255, .5);
    line-height: 28px;
    transition: all .3s;
}
footer ul li:nth-child(1) dl dd a:hover {
    color: #fff;
}

footer ul li:nth-child(2) {
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center
}
footer ul li:nth-child(2) .con {
    display: inline-block;
    text-align: left;
}
footer ul li:nth-child(2) h4 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}
footer ul li:nth-child(2) h5 {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
footer ul li:nth-child(2) p {
    font-size: 11px;
    color: #fff;
}
footer ul li:nth-child(2) .text {
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
}
footer ul li:nth-child(3) {
    width: 20%;
    text-align: right;
}
footer ul li:nth-child(3) .weixin {
    display: inline-block;
    text-align: left;
}
footer ul li:nth-child(3) .weixin img {
    width: 140px;
    height: 140px;
    border: 5px solid #fff;
}
footer ul li:nth-child(3) .weixin p {
    color: #fff;
    margin-top: 5px;
}
footer .bottom {
    background: #dc0000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
footer .bottom a {
    color: #fff;
    transition: all .3s;
}
footer .bottom a:hover {
    color: #000 !important;
}

/*内页左侧*/
.neiye {
    padding-bottom:50px;
    background-color:#fff;
}
.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.neiye .title5 h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.neiye .title5 p {
    font-size: 13px;
    color: #777;
}
.neiye .title5 p a {
    color: #777;
}
.neiye .title5 p a:hover {
    color: #cd0006;
}
.neiye .title5 p span {
    color: #cd0006;
}
.neiye .tjcp{
    margin:20px 0;
}
.neiye .tjcp .con{
    border:1px solid #e5e5e5;
    border-top:none;
    padding:10px 10px 0;
}
.news7{
    display:block;
    border:1px solid #d5d5d5;
    padding:2px;
    margin-bottom:10px;
}
.news7 .imgbox{
    overflow: hidden;
    position: relative;
}
.news7:hover{
    border-color:#e3000e;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7-2 .bottom{
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, .6);
    padding:0 90px 0 10px;
}
.news7-2 .bottom h5{
    font-size:15px;
    color:#fff;
    line-height:48px;
}
.news7-2 .bottom h5 span{
    font-size:13px;
    color:rgba(255, 255, 255, .5);
}
.news7-2 .bottom b{
    width:75px;
    line-height:26px;
    background:#e3000e;
    color:#fff;
    text-align:center;
    font-weight:normal;
    position: absolute;
    top:50%;
    right:10px;
    margin-top:-13px;
}

.neiye .lxfs .con{
    border:1px solid #e5e5e5;
    border-top:none;
    padding:10px;
}
.neiye .lxfs .con .phone2{
    height:45px;
    background:url(/images/icon7.png) no-repeat 0 center;
    padding-left:55px;
    margin:10px 0 20px;
}
.neiye .lxfs .con .phone2 p{
    color:#333;
}
.neiye .lxfs .con .phone2 h5{
    font-size:22px;
    font-weight:bold;
    color:#e3000e;
}
.neiye .lxfs .con .text{
    font-size:13px;
    color:#333;
    line-height:24px;
}
.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.cp-ny .news7{
    margin:0 10px 20px;
}

/* 产物详情页 */
.cp-info .top{
    border:1px solid #e5e5e5;
    padding:20px;
    position: relative;
    border-top:3px solid #e3000e;
}
.photo_album-2 .gallery-top .swiper-slide{
    cursor:move !important;
}
.photo_album-2 .bottom{
    position: relative;
    padding:0 35px;
    margin-top:10px;
}
.photo_album-2 .bottom .but{
    width:27px;
    height:100%;
    top:0;
    left:0;
    margin:0;
    background:#cc1615 url(../images/jt3.png) no-repeat center center;
}
.photo_album-2 .bottom .swiper-button-next{
    left:auto;
    right:0;
    transform:rotateY(180deg);
}
.photo_album-2 .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}
.photo_album-2 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.cp-info .top .con1 .title{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.cp-info .top .con1 .title h5{
    font-size:22px;
}
.cp-info .top .con1 .title p{
    font-size:12px;
    color:#e3000e;
    margin-top:5px;
}
.cp-info .top .con1 .text{
    font-size:18px;
    line-height:35px;
}
.cp-info .top .con1 .text span{
    color:#555;
}
.cp-info .top .con1 a{
    display:block;
    width:184px;
    line-height:50px;
    background:#e3000e;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin-top:50px;
}
.cp-info .top .con1 a:hover{
    background:#860a12;
}
.cp-info .bottom .title{
    border-bottom:1px solid #dedede;
    margin:20px 0;
}
.cp-info .bottom .title h5{
    background-color:#e3000e;
    color:#fff;
    font-size:13px;
    line-height:35px;
    padding:0 30px;
}
.cp-info .bottom .con{
    line-height:20px;
    font-size:13px;
}
.cp-info .bottom .con span{
    color:#555;
}

.news8{
    display:block;
    border:8px solid #f1f1f1;
    margin:0 10px 20px;
}
.news8 .imgbox{
    overflow: hidden;
    position: relative;
}
.news8 h5{
    background:rgba(32, 40, 46, .6);
    width:100%;
    line-height:43px;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
    color:#fff;
    font-size:16px;
}
.news8:hover{
    border-color:#e8320d;
}
.news8:hover h5{
    background:rgba(232, 50, 13, .7);
}

.stdp-ny{
    padding:0 5px;
}
.stdp-ny .col-md-3{
    padding:0;
}
.stdp-ny .news7{
    margin:0 10px 20px;
}
.stdp-ny .news7 .bottom{
    padding:0 5px;
    text-align:center;
}

.stdp-info .but{
    width:52px;
    height:135px;
    background:#cc1615 url(../images/jt4.png) no-repeat center center;
    left:0;
    margin-top:-67.5px;
}
.stdp-info .swiper-button-next{
    left:auto;
    right:0;
    transform:rotateY(180deg);
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}



.news2 {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news2:last-child {
    border: none;
}
.news2 .imgbox {
    width: 266px;
    height: 176px;
    overflow: hidden;
}
.news2 .img {
    width: 100%;
    height: 100%;
}
.news2 .text_box {
    margin-left: 280px;
}
.news2 .text_box h5 {
    font-size: 16px;
    font-weight: bold;
    color: #4b4a4a;
    transition: all .3s;
}
.news2 .text_box p {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}
.news2 .text_box .text {
    color: #4f4f4f;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.news2 .text_box span {
    display: block;
    width: 90px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 20px 0 0 0;
}
.news2:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1, 1.1);
}
.news2:hover span {
    background: #cd0006
}
.news2:hover h5 {
    color: #cd0006;
}


/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}
.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}
.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}
.weixin_popup i:hover {
    color: red;
}
.weixin_popup img {
    width: 150px;
    height: 150px;
}
.weixin_popup p {
    line-height: 30px;
}

/*右侧悬浮*/
.suspend_nav {
    background: #dc0000;
    width: 52px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #700a0d;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #dc0000;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #dc0000;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #dc0000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dc0000;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #dc0000;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}

/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #dc0000;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li:last-child {
    border: none;
}
.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}
.bottom_link ul li a i {
    display: block;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(max-width:1199px){
    .news3::before{
        width:90%;
    }
    .news3 .mask .text{
        width:90%;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #dc0000;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #dc0000;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #dc0000;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    footer ul {
        padding: 30px 0;
    }
    footer ul li {
        width: 100% !important;
    }
    footer ul li:nth-child(1) {
        margin: 30px 0;
        text-align: center;
    }
    footer ul li:nth-child(1) dl dt:before {
        left: 50%;
        margin-left: -10px;
    }
    footer ul li:nth-child(3) {
        text-align: center;
        margin-top: 20px;
    }
    footer ul li:nth-child(3) .weixin {
        text-align: center;
    }
    footer ul li:nth-child(2) .con {
        text-align: center;
    }
    .logo-box {
        height: auto;
    }
    .logo-box .logo {
        height: 100px;
        line-height: 100px;
        max-width: initial;
    }
    .logo-box .logo img{
        max-height:70px;
    }
    .sousuo{
        border:none;
        padding:10px 0;
    }
    .sousuo-con{
        height:auto;
        text-align:center;
    }
    .sousuo ul li{
        width:100% !important;
        margin:10px 0;
    }
    .sousuo ul li:nth-child(2){
        padding:0;
        border:none;
    }
    .sousuo ul li:nth-child(2) p{
        text-align:left;
    }
    .sousuo .phone{
        float:none !important;
    }
    .ny_nav{
        margin-bottom:20px;
    }
    .ny_nav .title{
        padding:0;
        text-align:left;
        padding-left:15px;
    }
    .ny_nav .title::before{
        display:none;
    }
    .ny_nav .title p{
        display:none;
    }
    .ny_nav .title h5{
        font-size:20px;
        line-height:50px;

    }
    .ny_nav dl{
        display:none;
    }
    .dalc-con{
        width:100%;
    }
    .dalc-con ul li{
        text-align:center;
    }
    .dalc-con ul li .con{
        padding-right:0;
        position:initial;
    }
    .dalc-con .phone{
        width:300px;
        margin:0 auto;
    }
    .dalc-con .zx{
        margin:10px auto 0;
    }
    .dalc-con ul::before{
        display:none;
    }
    .dzlc::before{
        width:100%;
    }
    .cpml-con{
        padding:5px;
    }
    .news3 .mask,.news3::after,.news3::before{
        display:none;
    }
    .news3 .text-box,.news3 .img{
        opacity:1;
    }
    .youshi .con1 .con-box{
        max-height:152px;
        height:auto;
        margin:20px 0 30px;
    }
    .youshi .con1 .text-box .text{
        margin-top:20px;
    }
    .youshi .con1 .more{
        margin-bottom:30px;
    }
    .youshi .con1::before{
        display:none;
    }
    .youshi .con1{
        padding:0;
    }
    /* .jjfa .con1 .swiper-slide a .img{
        height:auto;
    } */
    .jjfa .con2 .text .text-con{
        height:auto;
    }
    .news4 .mask{
        display:none;
    }
    .hzhb .bottom .title1{
        margin:0;
    }
    .hzhb .bottom .title1::before{
        display:none;
    }
    .gyhd ul li a .img,.gyhd .imgbox .img{
        height:auto;
    }
    .xwdt{
        padding:60px 0;
    }
    .xwdt ul.ul-1 li{
        width:100%;
    }
    .xwdt ul.ul-1 li a{
        border-right:none;
        border-bottom:1px solid rgba(255, 255, 255, .2);
    }
    .logo-box-2{
        height:auto;
        border-bottom:1px solid #e3000e;
    }
    .logo-box-2 .logo{
        height:auto;
        line-height:100px;
    }
    .ny_nav-2 dl.active{
        display:none;
    }
    .ny_nav ul li a.active, .ny_nav ul li a:hover{
        background:linear-gradient(
                -45deg,
                #c8c7c9, #c8c7c9 25%, transparent 25%, transparent 50%, 
                #c8c7c9 50%, #c8c7c9 75%, transparent 75%, transparent
            );
        background-size: 4px 4px;
        box-shadow:inset 0 5px 20px rgba(0, 0, 0, .3);
        color:#353535;
    }
    .ny_nav dl dd a.active, .ny_nav dl dd a:hover{
        color:#000;
    }
    .cp-info .top .con1 .title{
        margin:20px 0 10px;
    }
    .hzhb .bottom .title1{
        height:auto;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .carousel-indicators {
        bottom: 2px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    footer ul li:nth-child(2) h4 {
        font-size: 25px;
    }
    .logo-box .logo {
        height: 80px;
        line-height: 80px;
        max-width: initial;
    }
    .logo-box-2 .logo{
        line-height: 80px;
    }
    .logo-box .logo img,.logo-box-2 .logo img{
        max-height:60px;
    }
    .sousuo ul li:nth-child(1) h5{
        font-size:18px;
    }
    .sousuo ul li:nth-child(1) p{
        font-size:12px;
    }
    .ny_nav ul{
        padding:5px;
    }
    .ny_nav dl dd a span{
        margin:0 5px 0 15px;
    }
    .dzlb{
        margin:10px 0 30px;
    }
    .news1 h5{
        line-height:45px;
        padding:0 80px 0 5px;
    }
    .news1 h5 b{
        right:5px;
    }
    .dalc-con ul{
        margin-bottom:30px;
    }
    .dalc-con ul li{
        width:33.33%;
        margin:10px 0;
    }
    .dalc-con ul li .con::before{
        display:none;
    }
    .title1{
        padding:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 h5 span{
        font-size:12px;
    }
    .title1 p{
        font-size:13px;
        padding:5px 0 20px;
    }
    .dalc-con{
        padding-bottom:30px;
    }
    .cpml{
        padding-bottom:30px;
    }
    .cpml-con{
        padding:0;
        background:none;
    }
    .news3{
        padding:5px;
        box-shadow:0 0 5px rgba(0, 0, 0, .2);
    }
    .news3 .text-box h5{
        font-size:16px;
        margin:5px 0;
    }
    .youshi .con1 .con-box{
        margin:0 0 30px;
    }
    .youshi .con1 .more{
        margin-bottom:0;
    }
    .photo_album{
        padding:30px 0;
    }
    .photo_album .gallery-top{
        width:100%;
    }
    .photo_album .gallery-top .swiper-slide{
        height:auto;
    }
    .photo_album .gallery-thumbs{
        width:100%;
        padding:10px 0 0 0;
    }
    .photo_album .gallery-thumbs .swiper-container{
        height:auto;
    }
    .photo_album .gallery-thumbs .swiper-slide{
        border:1px solid #ccc;
        height:80px;
    }
    .photo_album .gallery-thumbs .swiper-slide p{
        width:calc(100% - 50px);
        font-size:14px;
    }
    .photo_album .gallery-thumbs .swiper-slide h5{
        width:50px;
        font-size:25px;
    }
    .photo_album .gallery-thumbs .swiper-slide h5 .img{
        display:none;
    }
    .photo_album .phone{
        margin-top:30px;
    }
    .photo_album .gallery-thumbs .swiper-slide-thumb-active{
        border-color:red;
    }
    .jjfa{
        padding:30px 0;
    }
    .jjfa .con1{
        padding-top:143.5px;
    }
    .jjfa .con1 .mask{
        width:100%;
        height:auto;
        padding-left:15px;
    }
    .jjfa .con1 .mask a{
        display:none;
    }
    .jjfa .con1 .swiper-pagination{
        left:5px;
        bottom:5px;
    }
    .jjfa .con2 .title1{
        height:auto;
        padding:30px 15px;
        margin-top:20px;
    }
    .jjfa .con2 .text a{
        font-size:14px;
        margin-bottom:10px;
    }
    .hzhb .bottom .title1{
        padding:20px 15px;
    }
    .hzhb .bottom .title1 a{
        width:100px;
        line-height:35px;
        font-size:14px;
    }
    .hzhb{
        padding-bottom:30px;
    }
    .hzhb .bottom .con1{
        padding:0;
    }
    .gyhd{
        padding-bottom:30px;
    }
    .gyhd .imgbox{
        margin-top:30px;
        padding:5px;
    }
    .gyhd ul li a h5{
        font-size:16px;
    }
    .xwdt{
        padding:30px 0;
    }
    .news6{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .news6 .img{
        width:120px;
        height:90px;
    }
    .news6 .text-box{
        padding:2px 0 0 130px;
    }
    .news6 h5{
        font-size:16px;
        line-height:18px;
    }
    .news6 .text{
        margin:0;
        font-size:12px;
        line-height:16px;
        height:32px;
        margin:5px 0;
    }
    .news6 b{
        width:70px;
        line-height:25px;
    }
    .xwdt ul.ul-1{
        margin-bottom:20px;
    }
    .xwdt ul.ul-1 li a{
        padding:20px 0 20px 80px;
    }
    .xwdt ul.ul-1 li a h5{
        font-size:16px;
    }
    .xwdt ul.ul-1 li a p{
        font-size:13px;
    }
    #wrap{
        margin-top:20px;
        max-height:280px;
    }
    #wrap ul li a{
        line-height:40px;
    }
    .banner2{
        margin:10px 0 20px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .cp-ny .news7{
        margin:0 5px 10px;
    }
    .cp-info .top{
        padding:5px;
    }
    .cp-info .top .con1 a{
        width:100%;
        line-height:35px;
        font-size:14px;
        margin-top:20px;
    }
    .news8{
        margin:0 5px 10px;
        border-width:2px;
    }
    .news8 h5{
        line-height:35px;
    }
    .stdp-ny{
        padding:0 10px;
    }
    .stdp-ny .news7{
        margin:0 5px 10px;
    }
    .jjfa .con1 .mask{
        position:initial;
        padding-bottom:30px;
    }
    .jjfa .con1{
        padding:0;
    }
    .jjfa .con1 .swiper-slide a .img{
        height:auto;
    }
}

@media (max-width:600px) {
    .news2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .news2 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news2 .text_box {
        margin-left: 130px;
    }
    .news2 .text_box h5 {
        font-size: 14px;
    }
    .news2 .text_box p {
        margin: 5px 0 0 0;
    }
    .news2 .text_box .text {
        height: 45px;
    }
    .news2 .text_box span {
        display: none;
    }

}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo,.logo-box-2 .logo{
        height: 60px;
        line-height: 60px;
        max-width: initial;
    }
    .logo-box .logo img,.logo-box-2 .logo img{
        max-height:40px;
    }
    .news1 h5{
        padding:0 5px;
        line-height:30px;
        text-align:center;
    }
    .news1 h5 b{
        position:initial;
        display:block;
        width:100%;
        margin:0 0 5px;
    }
    .dalc-con ul li .img{
        width:80px;
        height:80px;
    }
    .dalc-con ul li .img img{
        height:40px;
    }
    .dalc-con ul li h5{
        font-size:14px;
    }
    .dalc-con .zx{
        width:280px;
        line-height:40px;
    }
    .dalc-con .phone{
        width:280px;
    }
    .dalc-con .phone .p1{
        width:89px;
    }
    .dalc-con .phone .p2{
        width:187px;
    }
    .youshi .con1 .more{
        width:120px;
        line-height:35px;
    }
    .gyhd ul li a h5{
        font-size:14px;
    }
    .news7-2 .bottom{
        padding:5px;
    }
    .news7-2 .bottom h5{
        line-height:16px;
        font-size:14px;
    }
    .news7-2 .bottom h5 span{
        display:block;
        font-size:12px;
    }
    .news7-2 .bottom b{
        position:initial;
        display:block;
        width:100%;
        margin-top:5px;
    }
    .stdp-ny .news7 h5{
        line-height:35px;
    }
}