/*全局样式*/
@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;
}
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:1310px !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;
}

.logo-box{
    position: absolute;
    background:rgba(0, 0, 0, .5);
    padding-left:30px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
    width:100%;
    top:0;
    left:0;
    z-index:1000;
}
.logo-box .logo{
    height:88px;
    line-height:88px;
    width:360px;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}
.logo-box .right .sousuo{
    width:280px;
    padding:0 40px;
}
.logo-box .right .sousuo>div{
    position: relative;
    height:88px;
}
.logo-box .right .sousuo form{
    width:100%;
    background:rgba(0, 0, 0, .3);
    border-radius:40px;
    position: absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    transition:all .3s;
    overflow:hidden;
}
.logo-box .right .sousuo form input{
    width:calc(100% - 40px);
    height:36px;
    background:none;
    border:none;
    color:#fff;
    padding:0 10px 0 20px;
    font-size:12px;
    position: absolute;
    right:40px;
    transition:all .3s;
    overflow: hidden;
}
.logo-box .right .sousuo form button{
    width:40px;
    height:36px;
    background:url(../images/icon1.png) no-repeat center center;
    border:none;
    outline:none;
}
.logo-box .right .phone{
    width:320px;
    height:88px;
    line-height:88px;
    font-size:22px;
    color:#fff;
    background:#bb0c11 url(../images/icon2.png) no-repeat 25px center;
    padding-left:50px;
}
.logo-box .right .phone span{
    font-size:13px;
}
/*PC端导航*/
nav{
    position:relative;
    border-right:1px solid rgba(255, 255, 255, .1);
    width:calc(100% - 960px);
    padding:0 30px;
}
nav a {
    display: block;
    color: #fff !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
nav a img{
    margin-left:10px;
}
nav ul li{
    line-height:88px;
    width:14.28%;
    float:left;
    text-align:center;
    position:relative;
}
nav ul li::before{
    content:"";
    width:18px;
    height:3px;
    background:#cf1b1b;
    position:absolute;
    bottom:-1px;
    left:50%;
    transform:translateX(-50%);
    transition:all .3s;
    opacity:0;
}
nav ul li.active::before,
nav ul li:hover::before{
    opacity:1;
}
nav ul li:hover dl{
    visibility: initial;
}
nav ul li:hover dl>div{
    transform:translateY(0);
}
nav dl{
    position:absolute;
    width:100%;
    top:100%;
    left:0;
    z-index:1000;
    overflow: hidden;
    visibility: hidden;
}
nav dl>div{
    transition:all .3s;
    transform:translateY(-100%);
}
nav dl dd{
    line-height:35px;
    background:rgba(0, 0, 0, .3);
}
nav dl dd a{
    padding:0 5px;
    font-size:12px;
}
nav ul li dl dd a:hover{
    background:#bb0c11 !important;
    color:#fff !important;
}

#video-box{
    background:url(../images/bg1.jpg) no-repeat center center/cover;
    position: relative;
    /* padding:89px 15px 0; */
    display:flex;
    align-items:center;
    justify-content:center;
    /* height:900px; */
    overflow: hidden;
}
#video-box .con{
    width:100%;
    overflow: hidden;
}
#video-box .circle-1{
    display:block;
    width:145px;
    height:145px;
    background:rgba(218, 37, 30, .15);
    border-radius:50%;
    position:relative;
    margin:0 auto;
    transition:all .3s;
}
#video-box .circle-1 .circle-2{
    width:87px;
    height:87px;
    background:#da251e;
    border-radius:50%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    box-shadow:0 0 0 13px rgba(218, 37, 30, .25);
    transition:all .3s;
}
#video-box .circle-1 .circle-2::before{
    content:"";
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:30px solid #fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    transition:all .5s;
}
#video-box .circle-1:hover{
    background:rgba(218, 37, 30, .2);
}
#video-box .circle-1:hover .circle-2{
    box-shadow:0 0 0 13px rgba(218, 37, 30, .3);
}
#video-box .circle-1:hover .circle-2::before{
    border-left-color:#333;
}
#video-box .text-box{
    margin:70px 0 40px;
    text-align:center;
}
#video-box .text-box h5{
    font-size:22px;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    position: relative;
}
#video-box .text-box h5::before,
#video-box .text-box h5::after{
    content:"";
    width:180px;
    height:2px;
    background:#da251e;
    position:absolute;
    top:50%;
    right:100%;
    margin:-1px 25px 0 0;
}
#video-box .text-box h5::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 25px;
}
#video-box .text-box p{
    font-size:12px;
    color:rgba(255, 255, 255, .15);
    font-weight:lighter;
    margin-top:10px;
}
#video-box .on{
    display:block;
    width:192px;
    line-height:44px;
    border:2px solid rgba(255, 255, 255, .12);
    font-size:13px;
    padding:0 20px;
    position: relative;
    color:#fff;
    margin:0 auto;
    transition:all .3s;
}
#video-box .on::before{
    content:"";
    width:5px;
    height:100%;
    background:url(../images/icon4.png) no-repeat center center;
    position:absolute;
    top:0;
    right:20px;
}
#video-box .on:hover{
    background:#da251e;
    border-color:#da251e;
}
#video-box video{
    width:100%;
    height:auto;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    background:none;
    opacity:.6;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
}

.video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: -100%;
    left: 0;
    z-index: 8000;
    display: flex;
    justify-content: cener;
    align-items: center;
    transition: all .3s;
}
.video_popup.active {
    top: 0;
}
.video_popup .con_box {
    width: 1200px;
    height:80%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: relative;
}
.video_popup .con_box video {
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}
.video_popup .con_box video.active {
    display: block;
}
.video_popup .con_box i.colse {
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    position: absolute;
    top: -45px;
    right: -45px;
    cursor: pointer;
    transition: all .3s;
}
.video_popup .con_box i.colse:hover {
    color: #fe738a;
    transform: rotate(315deg);
}

.title1{
    margin:80px 0 40px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:31px;
    color:#12141c;
    display:inline-block;
    position: relative;
    line-height:1;
}
.title1 h5::before,
.title1 h5::after{
    content:"";
    width:130px;
    height:2px;
    background:#cf1b1b;
    position: absolute;
    top:50%;
    right:100%;
    margin:-1px 20px 0 0;
}
.title1 h5::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 20px;
}
.title1 p{
    font-size:12px;
    color:#333;
    padding-right:25px;
    position: relative;
    margin-top:10px;
    display:inline-block;
    line-height:1;
}
.title1 p::before{
    content:"";
    width:5px;
    height:5px;
    background:#0f131a;
    position: absolute;
    bottom:0;
    right:0;
}

.nav3{
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:7px 0;
    display:flex;
    justify-content:center;
    margin-bottom:50px;
}
.nav3 .swiper-container{
    max-width:100%;
}
.nav3 .swiper-slide{
    width:auto;
}
.nav3 .swiper-slide a{
    display:block;
    line-height:36px;
    position:relative;
    padding:0 30px;
    color:#000;
    transition:all .3s;
}
.nav3 .swiper-slide a::before{
    content:"";
    width:2px;
    height:14px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.nav3 .swiper-slide:first-child a::before{
    display:none;
}
.nav3 .swiper-slide:hover a,
.nav3 .swiper-slide.active a{
    background:#cf1b1b;
    color:#fff;
}
.nav3 .swiper-slide:hover a::before,
.nav3 .swiper-slide:hover + .swiper-slide a::before,
.nav3 .swiper-slide.active a::before,
.nav3 .swiper-slide.active + .swiper-slide a::before{
    opacity:0;
}

.cpzx{
    padding-bottom:70px;
}
.cpzx-con .swiper-container{
    padding:0 10px 10px 10px;
    margin:0 -10px;
}
.news1{
    display:block;
    border:1px solid #e5e5e5;
    padding:8px 8px 0;
    box-shadow:3px 3px 5px rgba(0, 0, 0, .1);
}
.news1 .text-box{
    height:79px;
    position: relative;
}
.news1 .text-box p{
    width:86px;
    line-height:30px;
    border:1px solid #e3e3e3;
    border-radius:30px;
    font-size:12px;
    color:#000;
    position: absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
    text-align:center;
}
.news1 .text-box h5{
    line-height:79px;
    font-size:16px;
    font-weight:bold;
    color:#000;
    padding:0 110px 0 20px;
}
.news1:hover{
    border-color:#cf1b1b;
    box-shadow:3px 3px 5px rgba(207, 27, 27, .1);
}
.news1:hover .text-box p{
    background:#cf1b1b;
    color:#fff;
    border-color:#cf1b1b;
}

.gywm{
    background:url(../images/bg2.jpg) repeat;
    padding-bottom:80px;
    position:relative;
}
.gywm::before{
    content:"";
    width:32.9%;
    height:100%;
    background:url(../images/bg3.jpg) no-repeat center center/cover;
    position: absolute;
    top:0;
    left:0;
}
.gywm .imgbox{
    display:block;
    background:#fff;
    border:1px solid #e4e4e4;
    padding:34px;
}
.gywm .imgbox2{
    overflow: hidden;
}
.gywm .imgbox .img{
    height:350px;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .text-box h5{
    font-size:28px;
    color:#010101;
    position: relative;
    padding-left:65px;
    margin-top:25px;
}
.gywm .text-box h5::before{
    content:"";
    width:46px;
    height:3px;
    background:#cf1b1b;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.gywm .text-box p{
    font-size:12px;
    color:#353535;
    margin-top:10px;
    font-weight:lighter;
}
.gywm .text-box .text{
    line-height:30px;
    height:210px;
    overflow: hidden;
    margin:30px 0;
}
.gywm .text-box a{
    display:block;
    width:88px;
    line-height:32px;
    border:1px solid #e3e3e3;
    text-align:center;
    font-size:12px;
    background:#fff;
    border-radius:40px;
    color:#000;
    transition:all .3s;
}
.gywm .text-box a:hover{
    background:#cf1b1b;
    border-color:#cf1b1b;
    color:#fff;
}

.xwdt{
    padding-bottom:80px;
    background:#f3f3f3;
}
.news6{
    display:block;
    border:1px solid #e9e9e9;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .1);
    padding:30px;
}
.news6 .text-box{
    position:relative;
}
.news6 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    padding-right:90px;
}
.news6 .text-box p{
    font-size:13px;
    line-height:30px;
    position:absolute;
    top:0;
    right:0;
    color:#afafaf;
}
.news6 .text-box .text{
    font-size:13px;
    line-height:22px;
    height:44px;
    overflow: hidden;
    position:relative;
    border-left:3px solid #cf1b1b;
    padding-left:20px;
    margin-top:20px;
    color:#707070;
}
.news6 .imgbox{
    overflow: hidden;
    margin:30px 0;
}
.news6 .imgbox .img{
    height:217px;
}
.news6 .more{
    width:143px;
    height:39px;
    background:#000;
    position:relative;
}
.news6 .more::before,
.news6 .more::after{
    content:"";
    width:2px;
    height:10px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.news6 .more::after{
    width:10px;
    height:2px;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover .more{
    background:#c60003;
}
.news7{
    display:block;
    padding:11px;
    border-top:1px solid #ededed;
}
.news7:last-child{
    border-bottom:1px solid #ededed;
}
.news7 .imgbox {
    width: 185px;
    height: 134px;
    overflow: hidden;
}
.news7 .imgbox .img{
    width:100%;
    height:100%;
}
.news7 .text-box{
    position: relative;
    padding:5px 0 0 205px;
}
.news7 .text-box h5{
    font-size:16px;
    line-height:25px;
    font-weight:bold;
    padding-right:90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news7 .text-box p{
    font-size:13px;
    color:#afafaf;
    line-height:25px;
    position:absolute;
    top:5px;
    right:0;
}
.news7 .text-box .text{
    font-size:13px;
    color:#666;
    line-height:22px;
    height:44px;
    margin:15px 0;
    transition:all .3s;
    overflow: hidden;
}
.news7 .text-box b .img-2{
    display:none;
}
.news7:hover,
.news7:hover + .news7,
.news7:hover{
    border-top-color:#c60003;
}
.news7:hover{
    background:#c60003;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover .text-box h5,
.news7:hover .text-box .text{
    color:#fff;
}
.news7:hover .text-box p{
    color:rgba(255, 255, 255, .5);
}
.news7:hover b .img-1{
    display:none;
}
.news7:hover b .img-2{
    display:initial;
}


.zxly{
    background:url(../images/bg6.jpg) center center/cover;
    padding:65px 0 137px;
}
.zxly .title{
    font-size:27px;
    color:#fff;
    margin-bottom:30px;
}
.zxly .title span{
    font-size:12px;
    color:rgba(255, 255, 255, .3);
}
.zxly ul{
    margin:0 -2px;
}
.zxly ul li{
    width:16%;
    padding:0 2px;
}
.zxly ul li:last-child{
    width:10%;
}
.zxly ul li:nth-last-child(2){
    width:42%;
}
.zxly form input,
.zxly form button{
    width:100%;
    height:46px;
    background:#fff;
    border:none;
    padding:0 10px;
    outline:none;
}
.zxly form button{
    padding:0;
    font-size:16px;
    font-weight:bold;
    background:#cf1b1b;
    color:#fff;
}

.main1{
    background:url(../images/bg4.jpg) no-repeat center center/cover;
    padding:70px 0;
}
.main1 ul{
    margin:0 -10px;
}
.main1 ul li{
    width:25%;
    padding:0 10px;
}
.main1 ul li a{
    display:block;
    background:#fff;
    padding:30px;
}
.main1 ul li a .img{
    width:70px;
    height:70px;
    background:#cf1b1b;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 10px rgba(207, 27, 27, .15);
}
.main1 ul li a .text-box{
    height:70px;
    margin-left:90px;
    display:flex;
    align-items:center;
}
.main1 ul li a .text-box>div{
    width:100%;
}
.main1 ul li a .text-box h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.main1 ul li a .text-box p{
    font-size:12px;
    line-height:18px;
    margin-top:5px;
    color:#999;
    text-transform:uppercase;
}
.main1 ul li a:hover .img{
    background:#7c0d0d;
}

.news3{
    display:block;
    position:relative;
    overflow: hidden;
}
.news3 .img{
    height:220px;
}
.news3 .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    background:rgba(0, 0, 0, .8);
    display:flex;
    align-items:center;
    text-align:center;
    transition:all .3s;
}
.news3 .mask>div{
    width:100%;
}
.news3 .mask h5{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    line-height:30px;
    padding:0 10px;
}
.news3 .mask p{
    font-size:12px;
    color:#fff;
    font-weight:lighter;
    line-height:14px;
    padding:0 10px;
}
.news3 .mask b{
    display:block;
    width:60%;
    line-height:38px;
    border:2px solid #fff;
    font-size:13px;
    font-weight:normal;
    color:#fff;
    padding-left:16px;
    position:relative;
    text-align:left;
    margin:20px auto 0;
}
.news3 .mask b::before{
    content:"";
    width:9px;
    height:100%;
    background:url(../images/icon4.png) no-repeat center center;
    position:absolute;
    top:0;
    right:16px;
}
.news3 h4{
    width:70%;
    line-height:54px;
    font-size:15px;
    color:#fff;
    text-align:center;
    background:rgba(0, 0, 0, .8);
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
}
.news3 h4::before{
    content:"";
    border-right:20px solid transparent;
    border-bottom:54px solid rgba(0, 0, 0, .8);
    position:absolute;
    left:100%;
    top:0;
}
.news3 h4 span{
    display:block;
}
.news3:hover .mask{
    top:0;
}
.news3:hover h4{
    left:-100%;
}

.yyzx{
    padding-bottom:70px;
}
.yyzx ul{
    margin:0 -5px;
}
.yyzx ul li{
    width:50%;
    padding:0 5px;
}
.yyzx ul li:nth-child(1) a{
    display:block;
    overflow: hidden;
    position: relative;
}
.yyzx ul li:nth-child(1) a .img{
    height:450px;
}
.yyzx ul li:nth-child(1) a:hover .img{
    transform:scale(1.1);
}
.yyzx ul li:nth-child(1) a .text-box{
    background:rgba(188, 0, 0, .8);
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px 140px 20px 20px;
}
.yyzx ul li:nth-child(1) a .text-box h5{
    font-size:15px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
.yyzx ul li:nth-child(1) a .text-box .text{
    font-size:12px;
    color:#fff;
    line-height:18px;
    margin-top:10px;
    height:38px;
    overflow: hidden;
}
.yyzx ul li:nth-child(1) .but-box{
    position:absolute;
    right:34px;
    bottom:29px;
    width:85px;
    height:40px;
    z-index:100;
}
.yyzx ul li:nth-child(1) .but-box .but{
    width:40px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#fff url(../images/icon5.png) no-repeat center center;
    opacity:.6;
}
.yyzx ul li:nth-child(1) .but-box .but-next{
    left:auto;
    right:0;
    transform:rotateY(180deg);
}
.yyzx ul li:nth-child(1) .but-box .but:hover{
    opacity:1;
}
.yyzx ul li:nth-child(2) dl{
    margin:0 -5px;
}
.yyzx ul li:nth-child(2) dl dd{
    width:50%;
    padding:0 5px;
    margin-bottom:10px;
}

.jszc{
    background:url(../images/bg5.jpg) center center/cover;
    padding-bottom:80px;
}
.jszc .title1 h5{
    color:#fff;
}
.jszc .title1 p{
    color:rgba(255, 255, 255, .25);
}
.jszc .title1 p::before{
    background:rgba(255, 255, 255, .25);
}
.jszc-con{
    position: relative;
}
.jszc-con .but{
    width:50px;
    height:50px;
    background:#fff url(../images/jt1.png) no-repeat center center;
    position:absolute;
    top:50%;
    left:-120px;
    margin-top:-25px;
    cursor: pointer;
    transition:all .3s;
}
.jszc-con .but-next{
    left:auto;
    right:-120px;
    transform:rotateY(180deg);
}
.jszc-con .but:hover{
    background:#cf1b1b url(../images/jt1-2.png) no-repeat center center;
}

.news4{
    display:block;
    background:#fff;
    padding:10px 10px 0;
}
.news4 .imgbox{
    overflow: hidden;
}
.news4 .text-box{
    padding:25px 15px;
    text-align:center;
}
.news4 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    padding-bottom:18px;
    position: relative;
}
.news4 .text-box h5::before{
    content:"";
    width:40px;
    height:4px;
    background:#cf1b1b;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news4 .text-box .text{
    color:#666;
    line-height:22px;
    height:44px;
    overflow:hidden;
    margin:20px 0;
}
.news4 .text-box b{
    display:block;
    width:118px;
    line-height:34px;
    border:1px solid #e7e7e7;
    border-radius:40px;
    font-size:13px;
    font-weight:normal;
    color:#000;
    margin:0 auto;
}
.news4 .text-box b i{
    width:13px;
    height:13px;
    background:url(../images/icon14.png) no-repeat center center/contain;
    display:inline-block;
    margin-left:5px;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .text-box h5{
    color:#cf1b1b;
}
.news4:hover .text-box b{
    background:#cf1b1b;
    color:#fff;
    border-color:#cf1b1b;
}
.news4:hover .text-box b i{
    background-image:url(../images/icon14-2.png);
}

footer{
    background:#f5f5f5;
}
footer .top .top-con{
    position: relative;
}
footer .top .top-con .weixin{
    position:absolute;
    top:-75px;
    left:50%;
    transform:translateX(-50%);
}
footer .top .top-con .weixin .img{
    width:150px;
    height:150px;
    background:#fff;
    padding:10px;
    border:1px solid #e8e8e8;
}
footer .top .top-con .weixin .img img{
    width:100%;
    height:100%;
}
footer .top .top-con .weixin p{
    font-size:13px;
    text-align:center;
    margin-top:10px;
}
footer .top ul{
    margin:0 -120px;
}
footer .top ul li{
    width:50%;
    padding:0 120px;
}
footer .top ul li:nth-child(1) dl{
    margin-top:35px;
    font-size:0;
}
footer .top ul li:nth-child(1) dl dd{
    display:inline-block;
    width:14.28%;
}
footer .top ul li:nth-child(1) dl dd a{
    font-size:13px;
    color:#000;
    line-height:30px;
    transition:all .3s;
}
footer .top ul li:nth-child(1) dl dd a:hover{
    color:#cf1b1b;
}
footer .top ul li:nth-child(2) dl{
    margin-top:20px;
}
footer .top ul li:nth-child(2) dl dd{
    width:50%;
    padding:5px 0;
    text-align:right;
    font-size:0;
}
footer .top ul li:nth-child(2) dl dd:nth-child(1){
    border-right:1px solid #e1e1e1;
    padding-right:38px;
}
footer .top ul li:nth-child(2) dl dd .phone{
    display:inline-block;
    text-align:right;
    background:url(../images/icon15.png) no-repeat right center;
    padding-right:47px;
}
footer .top ul li:nth-child(2) dl dd .phone p{
    font-size:12px;
    color:#555;
}
footer .top ul li:nth-child(2) dl dd .phone p span{
    font-size:13px;
    font-family:"Arial";
    color:#000;
    margin-left:5px;
}
footer .top ul li:nth-child(2) dl dd .phone h5{
    color:#cf1b1b;
    font-size:29px;
    font-family:"Arial";
}
footer .bottom{
    border-top:1px solid #e8e8e8;
    padding:20px 0;
    text-align:center;
    margin-top:37px;
}
footer .bottom a{
    color:#000;
    transition:all .3s;
}
footer .bottom a:hover{
    color:#cf1b1b;
}


.title3{
    padding:70px 0 25px;
    border-bottom:1px dashed #e2e2e2;
    margin-bottom:25px;
    color:#353535;
}
.title3 .con{
    background:url(../images/icon9.png) no-repeat 0 2px;
    padding-left:25px;
}
.title3 a{
    color:#353535;
    transition:all .3s;
}
.title3 span,
.title3 a:hover{
    color:#cf1b1b;
}

/*内页左侧*/
.neiye {
    padding-bottom: 50px;
}

.neiye .title4 {
    background: #cf1b1b;
    position: relative;
}

.neiye .title4 h5 {
    line-height: 75px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.neiye .nav_box {
    margin-bottom: 17px;
}

.neiye .nav_box .nav1 {
    padding: 3px 0;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 42px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding:0 50px 0 20px;
    color:#000;
    position:relative;
}
.neiye .nav_box .nav2::before{
    content:"";
    width:7px;
    height:100%;
    background:url(../images/icon11.png) no-repeat center center;
    position:absolute;
    top:0;
    right:18px;
    transition:all .3s;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #cf1b1b;
    background:#cf1b1b;
    color:#fff;
}
.neiye .nav_box .nav2:hover::before,
.neiye .nav_box .nav2.active::before{
    background:url(../images/icon11-2.png) no-repeat center center;
}
.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}
.neiye .nav1 ul.ul1 {
    display: block;
}
.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}
.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}
.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #db9d3f;
}
.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}

.neiye .nav3{
    display:block;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1,
.cp-ny .news3{
    margin:0 10px 20px;
}
.cp-ny .news3 .img{
    height:auto;
}

.jszc-ny ul li a{
    display:block;
    line-height:40px;
    border-bottom:1px dashed #ccc;
    color:#000;
    position: relative;
    padding:0 90px 0 15px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jszc-ny ul li a::before{
    content:"";
    width:4px;
    height:4px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.jszc-ny ul li a p{
    font-size:12px;
    color:#999;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
.jszc-ny ul li a:hover,
.jszc-ny ul li a:hover p{
    color:#cf1b1b;
}
.jszc-ny ul li a:hover::before{
    background:#cf1b1b;
}



.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #da251e;
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #cf1b1b;
}
.news5:hover b {
    background: #cf1b1b;
    border-color: #cf1b1b;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*详情页*/
.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;
}



/*微信弹窗*/
.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: #cf1b1b;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index:8000;
    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: #690707;
    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 #cf1b1b;
    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 #cf1b1b;
    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 #cf1b1b;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cf1b1b;
    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 #cf1b1b;
    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: #cf1b1b;
    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:1600px){
    .logo-box .right .sousuo{
        width:60px;
        padding:0 10px;
    }
    .logo-box .right .sousuo:hover form{
        width:200px;
        background:#000;
    }
    nav{
        width: calc(100% - 740px);
    }
}
@media(max-width:1366px){
    .logo-box .logo{
        width:260px;
    }
    nav{
        width:calc(100% - 520px);
    }
    .logo-box .right .phone span{
        display:none;
    }
    .logo-box .right .phone{
        width:200px;
        background-position:15px center;
        padding-left:38px;
    }
}
@media(max-width:1300px){
    .video_popup .con_box{
        width:80%;
    }
}
@media(max-width:1230px){
    footer .top ul li:nth-child(2) dl dd .phone h5{
        font-size:25px;
    }
    footer .top ul{
        margin:0 -90px;
    }
    footer .top ul li{
        padding:0 90px;
    }
}
@media(max-width:1040px){
    footer .top ul li:nth-child(2) dl dd .phone h5{
        font-size:22px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 89px;
        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: #bb0c11;
    }

    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: 28px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #bb0c11;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #bb0c11;
    }

    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;
    }
    .neiye .title4 h5{
        line-height:45px;
        padding-left:15px;
    }
    .neiye .title4 h5 .span2{
        display:none;
    }
    .neiye .nav_box .nav2{
        text-align:center;
        padding:0 5px;
        line-height:35px;
    }
    .neiye .nav_box .nav2::before{
        display:none;
    }
    .neiye {
        padding: 20px 0;
    }
    .yyzx ul li:nth-child(1) a .img{
        height:auto;
    }
    .yyzx ul li{
        width:100% !important;
    }
    .yyzx ul li:nth-child(1){
        margin-bottom:20px;
    }
    .news3 .imgbox .img .mask{
        display:none;
    }
    .main1 ul li a{
        padding:10px;
    }
    .news6{
        margin-bottom:20px;
    }
    .news6 .imgbox .img{
        height:auto;
    }
    .news6 .text-box .text{
        height:auto;
        max-height:44px;
    }
    .news1 .text-box h5{
        padding:0 100px 0 0;
    }
    .news1 .text-box p{
        right:0;
    }
    .gywm::before{
        display:none;
    }
    .gywm .imgbox .img{
        height:auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:210px;
    }
    .main1{
        padding-bottom:50px;
    }
    .main1 ul li{
        width:50%;
        margin-bottom:20px;
    }
    .news3 .mask{
        display:none;
    }
    .news3 .img{
        height:auto;
    }
    .zxly{
        padding:70px 0;
    }
    .zxly ul li{
        width:100% !important; 
        margin-bottom:10px;
    }
    footer .top .top-con .weixin{
        position:initial;
        transform:none;
        margin-top:20px;
    }
    footer .top .top-con .weixin .img{
        margin:0 auto;
    }
    footer .top ul li{
        width:100%;
    }
    footer .top ul li:nth-child(1) dl dd{
        text-align:center;
    }
    footer .top ul li:nth-child(2) dl dd{
        text-align:center;
    }
}

@media (max-width:767px) {
    footer{margin-bottom:50px}
    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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .yyzx{
        padding-bottom:20px;
    }
    .yyzx ul li:nth-child(1) .but-box{
        display:none;
    }
    .yyzx ul li:nth-child(1) a .text-box{
        padding:10px;
    }
    .yyzx ul li:nth-child(1) a .text-box h5{
        line-height:25px;
    }
    .yyzx ul li:nth-child(1) a .text-box .text{
        margin-top:5px;
    }
    .news3 .imgbox{
        padding:5px;
    }
    .news3 h4{
        line-height:35px;
        padding:0 5px;
        font-size:14px;
    }
    .main1{
        padding:30px 0 20px;
    }
    .main1 ul li{
        width:100%;
        margin-bottom:10px;
    }
    .main1 ul li a .text-box h5{
        font-size:18px;
    }
    .news6{
        padding:10px;
    }
    .news6 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .news6 .text-box p{
        position:initial;
        line-height:25px;
    }
    .news6 .text-box .text{
        margin-top:10px;
    }
    .news6 .imgbox{
        margin:15px 0;
    }
    .news6 .more{
        height:30px;
    }
    .news7{
        padding:10px 0;
    }
    .news7 .imgbox{
        width:120px;
        height:90px;
    }
    .news7 .text-box{
        padding:0 0 0 130px;
    }
    .news7 .text-box .text{
        margin:0;
    }
    .news7 .text-box p{
        position:initial;
        font-size:12px;
        line-height:20px;
    }
    .news7 .text-box b{
        display:none;
    }
    .news7 .text-box h5{
        padding:0;
        font-size:14px;
    }
    .video_popup .con_box i.colse{
        font-size: 30px;
        top: -30px;
        right: -30px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .nav3 .swiper-slide a{
        padding:0 20px;
    }
    .nav3{
        padding:5px 0;
        margin-bottom:30px;
    }
    .news1{
        padding:5px 5px 0;
    }
    .news1 .text-box{
        height:auto;
    }
    .news1 .text-box h5{
        line-height:35px;
        padding:0;
        font-size:14px;
    }
    .news1 .text-box p{
        display:none;
    }
    .cpzx,
    .gywm,
    .jszc,
    .xwdt{
        padding-bottom:30px;
    }
    .gywm .imgbox{
        padding:10px;
    }
    .gywm .text-box h5{
        font-size:18px;
    }
    .gywm .text-box .text{
        margin:15px 0;
    }
    .gywm .text-box .text{
        line-height:25px;
        max-height:175px;
    }
    .news4{
        padding:5px 5px 0;
    }
    .news4 .text-box{
        padding:15px 0;
    }
    .news4 .text-box h5{
        font-size:14px;
        padding-bottom:10px;
        line-height:25px;
    }
    .news4 .text-box .text{
        margin:10px 0;
        font-size:13px;
        line-height:20px;
        height:40px;
    }
    .zxly{
        padding:30px 0;
    }
    footer .bottom{
        margin-top:20px;
    }
    .zxly .title{
        font-size:20px;
    }
    .cp-ny .news1,
    .cp-ny .news3{
        margin:0 5px 10px;
    }    
    .logo-box{
        position:initial;
        background:rgba(0, 0, 0, .8);
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .news4 .text-box b{
        width:100%;
        line-height:35px;
    }
    .news6 .more{
        width:100%;
    }
    footer .top ul li:nth-child(1) dl dd{
        width:25%;
    }
    footer .top ul li:nth-child(2) dl dd{
        width:100%;
    }
    footer .top ul li:nth-child(2) dl dd:nth-child(1){
        padding:0;
        margin-bottom:20px;
    }
    footer .top ul li:nth-child(2) dl dd:nth-child(1){
        border:none;
    }
    footer .top ul li:nth-child(1) dl{
        text-align:center;
    }
}