/*全局样式*/
@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{
    background:#11161a;
}
.logo-box .logo{
    height:125px;
    line-height:125px;
    max-width:25%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}

/*PC端导航*/
nav{
    width:75%;
    padding:0 220px 0 20px;
    position:relative;
}
nav a {
    display: block;
    font-size:15px;
    color: #fff !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav ul li{
    height:125px;
    line-height:125px;
    width:12%;
    float:left;
    text-align:center;
    position:relative;
}
nav ul li:last-child{
    border-right:1px solid #1f272d;
}
nav ul li a:hover,
nav ul li a.active{
    background:#da251e;
}
nav ul li:hover dl{
    visibility: initial;
}
nav ul li:hover dl>div{
    transform:translateY(0);
}
nav dl{
    position:absolute;
    width:200px;
    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:#11161a;
}
nav dl dd a{
    padding:0 5px;
    font-size:14px;
}
nav .phone{
    height:125px;
    line-height:125px;
    color:#a0a0a0;
    background:url(../images/icon1.png) no-repeat 33px center;
    padding-left:70px;
    position:absolute;
    top:0;
    right:0;
    font-size:17px;
}
nav .phone span{
    font-size:13px;
    position:relative;
    top:-2px;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    color:#da251e;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    background:none;
    opacity:.8;
}
.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:#da251e;
}

.main1{
    background:#171e24;
    position:relative;
}
.main1::before{
    content:"";
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:url(../images/bg1.jpg) center center/cover;
}
.main1-con{
    position: relative;
}
.main1-con .title{
    display:block;
    width:54px;
    height:130px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-27px,-65px);
    transition:all .3s;
    background-color:#da251e;
    color:#fff;
}
.main1-con .title p{
    font-size:20px;
    width:20px;
    line-height:22px;
    background:url(../images/icon2.png) no-repeat center bottom;
    padding-bottom:18px;
}
.main1-con .title:hover{
    background:#7c100c;
}
.main1-con ul li{
    width:50%;
    height:290px;
    display:flex;
    align-items:center;
}
.main1-con ul li>div{
    position:relative;
}
.main1-con ul li:nth-child(1){
    justify-content:flex-start;
    padding-right:80px;
}
.main1-con ul li:nth-child(1) h5{
    font-size:38px;
    font-weight:bold;
    color:#fff;
    position: relative;
    padding-bottom:4px;
    display:inline-block;
}
.main1-con ul li:nth-child(1) h5::before{
    content:"";
    width:100%;
    height:7px;
    background:#da251e;
    position:absolute;
    bottom:0;
    left:0;
}
.main1-con ul li:nth-child(1) h5 span{
    position:relative;
    z-index:10;
}
.main1-con ul li:nth-child(1) p{
    font-size:12px;
    color:#313131;
    margin:12px 0 20px;
}
.main1-con ul li:nth-child(1) .text{
    font-size:15px;
    line-height:20px;
    color:#a0a0a0;
}
.main1-con ul li:nth-child(2){
    justify-content:flex-end;
    padding-left:80px;
}
.main1-con ul li:nth-child(2)>div{
    padding-top:128px;
}
.main1-con ul li:nth-child(2) dl{
    position:absolute;
    top:0;
    left:0;
    margin:0 -8px;
}
.main1-con ul li:nth-child(2) dl dd{
    width:50%;
    padding:0 8px;
}
.main1-con ul li:nth-child(2) dl dd a{
    display:block;
    overflow: hidden;
}
.main1-con ul li:nth-child(2) dl dd a .img{
    height:128px;
}
.main1-con ul li:nth-child(2) dl dd a:hover .img{
    transform:scale(1.1);
}
.main1-con ul li:nth-child(2) h5{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin:20px 0 10px;
}
.main1-con ul li:nth-child(2) h5 span{
    font-size:20px;
    color:#ff9600;
}
.main1-con ul li:nth-child(2) p{
    color:#28333b;
    font-size:12px;
}

.title1{
    margin:70px 0 50px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:32px;
    font-weight:bold;
}
.title1 p{
    display:inline-block;
    position:relative;
    font-size:12px;
    margin-top:15px;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:175px;
    height:3px;
    background:#da251e;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:20px;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 20px;
}
.title1-2 h5,
.title1-2 p{
    color:#fff;
}

.fwxm{
    background:url(../images/bg2.png) no-repeat 0 80px/100% auto;
    padding-bottom:70px;
}
.fwxm .swiper-container{
    border:1px solid #ededed;
    box-shadow:5px 5px 10px rgba(0, 0, 0, .1);
    background:#fff;
}
.fwxm .swiper-container .swiper-slide{
    width:16.66%;
    position:relative;
}
.fwxm .swiper-container .swiper-slide::before{
    content:"";
    width:1px;
    height:88px;
    border-right:1px dashed #e1e1e1;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.fwxm .swiper-container .swiper-slide:first-child::before{
    display:none;
}
.fwxm .swiper-container .swiper-slide::after{
    content:"";
    width:100%;
    height:100%;
    background: red;
    background: -moz-linear-gradient(left,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    opacity:0;
    transition:all .3s;
}
.fwxm .swiper-container .swiper-slide:first-child::after{
    border-left:none;
}
.fwxm .swiper-container .swiper-slide:last-child::after{
    border-right:none;
}
.fwxm .swiper-container .swiper-slide a{
    display:block;
    padding:0 10px;
    height:218px;
    display:flex;
    align-items:center;
    text-align:center;
    position:relative;
    z-index:10;
}
.fwxm .swiper-container .swiper-slide a>div{
    width:100%;
}
.fwxm .swiper-container .swiper-slide a .img{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    transition:all .3s;
    position:relative;
}
.fwxm .swiper-container .swiper-slide a .img img{
    max-width:80%;
    max-height:80%;
    transition:all .3s;
    position:absolute;
}
.fwxm .swiper-container .swiper-slide a .img img.icon-2{
    transform:scale(0);
    opacity:0;
}
.fwxm .swiper-container .swiper-slide a h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    margin-top:20px;
}
.fwxm .swiper-container .swiper-slide a p{
    font-size:12px;
    color:#afafaf;
    line-height:18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.fwxm .swiper-container .swiper-slide:hover::after{
    opacity:1;
}
.fwxm .swiper-container .swiper-slide:hover+.swiper-slide::before,
.fwxm .swiper-container .swiper-slide:hover::before{
    opacity:0;
}
.fwxm .swiper-container .swiper-slide:hover .img{
    background:#da251e;
    width:80px;
    height:80px;
}
.fwxm .swiper-container .swiper-slide:hover .img img.icon-1{
    transform:scale(0);
    opacity:0;
}
.fwxm .swiper-container .swiper-slide:hover .img img.icon-2{
    transform:scale(1);
    opacity:1;
}
.fwxm .swiper-container .swiper-slide:hover h5{
    color:#da251e;
}

.alzs{
    background:url(../images/bg3.jpg) center center/cover;
    padding-bottom:70px;
    background: rgb(226,229,234);
    background: -moz-linear-gradient(top,  rgba(226,229,234,1) 0%, rgba(226,229,234,1) 20%, rgba(253,253,253,1) 40%, rgba(253,253,253,1) 60%, rgba(226,229,234,1) 80%, rgba(226,229,234,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(226,229,234,1) 0%,rgba(226,229,234,1) 20%,rgba(253,253,253,1) 40%,rgba(253,253,253,1) 60%,rgba(226,229,234,1) 80%,rgba(226,229,234,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,229,234,1) 0%,rgba(226,229,234,1) 20%,rgba(253,253,253,1) 40%,rgba(253,253,253,1) 60%,rgba(226,229,234,1) 80%,rgba(226,229,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e5ea', endColorstr='#e2e5ea',GradientType=0 );
}
.alzs-con{
    background:#fff;
    padding:50px;
    position: relative;
    padding-right:322px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, .2);
}
.alzs-con ul li:nth-child(1){
    width:60%;
    padding-right:24px;
}
.alzs-con ul li:nth-child(2){
    width:40%;
}
.news1{
    display:block;
}
.news1 .imgbox{
    overflow: hidden;
    position:relative;
}
.news1 .imgbox .img{
    height:425px;
}
.news1 .imgbox::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .5);
    top:0;
    left:0;
    transition:all .3s;
    z-index:1;
}
.news1 .imgbox::after{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    background:rgba(218, 37, 30, .12);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:all .3s;
    z-index:2;
    border-radius:50%;
}
.news1 .imgbox .img::before{
    content:"";
    position:absolute;
    width:66px;
    height:66px;
    background:#da251e;
    box-shadow:0 0 0 12px rgba(218, 37, 30, .25);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:all .3s;
    z-index:3;
    border-radius:50%;
}
.news1 .imgbox .img::after{
    content:"";
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-left:24px solid #fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:all .3s;
    z-index:4;
}
.news1 .text-box{
    background:#f5f5f5;
    padding:28px;
}
.news1 .text-box h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.news1 .text-box .text{
    font-size:13px;
    color:#666;
    line-height:21px;
    height:42px;
    overflow: hidden;
    margin-top:12px;
}
.news1:hover .imgbox::before{
    background:rgba(0, 0, 0, .3);
}
.news1:hover .text-box h5{
    color:#da251e;
}
.alzs-con ul li:nth-child(2) dl dd:nth-child(2){
    margin-top:15px;
}
.news1-2 .imgbox .img{
    height:245px;
}
.news1-2 .imgbox::before{
    background:rgba(0, 0, 0, .8);
}
.news1-2 .imgbox::after{
    width:88px;
    height:88px;
}
.news1-2 .imgbox .img::before{
    width:54px;
    height:54px;
    box-shadow:0 0 0 9px rgba(218, 37, 30, .25);
}
.news1-2 .imgbox .img::after{
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    border-left:20px solid #fff;
}
.alzs-con .gundong{
    width:227px;
    height:505px;
    border-left:1px dashed #e3e3e3;
    position:absolute;
    top:50px;
    right:50px;
    padding:0 0 48px 44px;
}
.alzs-con .gundong .swiper-container{
    height:100%;
}
.alzs-con .gundong .but-box{
    width:calc(100% - 44px);
    height:40px;
    position:absolute;
    bottom:0;
    right:0;
    border:1px solid #da251e;
}
.alzs-con .gundong .but-box .but{
    position:absolute;
    width:50%;
    height:100%;
    background:url(../images/icon3.png) no-repeat center;
    transition:all .3s;
    left:0;
    top:0;
    outline:none;
}
.alzs-con .gundong .but-box .but-next{
    transform:rotateX(180deg);
    border-left:1px solid #da251e;
    left:auto;
    right:0;
}
.alzs-con .gundong .but-box .but:hover{
    background:#da251e url(../images/icon3-2.png) no-repeat center;
}
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
    position:relative;
}
.news2 .imgbox::after{
    content:"";
    width:100%;
    height:100%;
    border:2px solid #da251e;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    opacity:0;
    z-index:2;
}
.news2 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    z-index:1;
}
.news2 .imgbox .img::before{
    content:"";
    width:35px;
    height:35px;
    background:#da251e;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
}
.news2 .imgbox .img::after{
    content:"";
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-left:12px solid #fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:3;
}
.news2 h5{
    font-size:13px;
    color:#000;
    line-height:20px;
    margin-top:5px;
    text-align:center;
}
.news2:hover .imgbox::before{
    background:rgba(0, 0, 0, .3);
}
.news2:hover h5{
    color:#da251e;
}

.qyjj{
    background:url(../images/gsjj_bg.jpg) center center/cover;
    padding-bottom:70px;
}
.qyjj .con1{
    display:block;
    padding-left:20px;
}
.qyjj .con1 .imgbox{
    position:relative;
}
.qyjj .con1 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    border:1px solid #c48407;
    position:absolute;
    top:20px;
    left:-20px;
}
.qyjj .con1 .imgbox2{
    overflow: hidden;
}
.qyjj .con1 .imgbox .img{
    position:relative;
    height:389px;
}
.qyjj .con1:hover .img{
    transform:scale(1.1);
}
.qyjj .con2 .title h4{
    font-size:70px;
    color:#ffa800;
    margin-right:5px;
    line-height:1;
    margin-top:-4px;
}
.qyjj .con2 .title .text1 h5{
    line-height:1;
    font-size:28px;
    color:#fff;
}
.qyjj .con2 .title .text1 i{
    display:block;
    font-size:22px;
    color:#ffa800;
    margin-top:10px;
    line-height:1;
}
.qyjj .con2 .text2{
    font-size:15px;
    font-weight:bold;
    color:#fff;
    padding:10px 0;
    line-height:25px;
    margin:20px 0;
    position:relative;
}
.qyjj .con2 .text2::before,
.qyjj .con2 .text2::after{
    content:"";
    width:20px;
    height:1px;
    background-color:#363a3d;
    position:absolute;
    top:0;
    left:0;
}
.qyjj .con2 .text2::after{
    top:auto;
    bottom:0;
}
.qyjj .con2 .text3{
    line-height:28px;
    color:rgba(255, 255, 255, .75);
    height:196px;
    overflow: hidden;
}
.qyjj .con2 .more{
    display:block;
    position:relative;
    width:130px;
    line-height:36px;
    color:#fff;
    text-align:center;
    margin-top:20px;
    border:3px solid #fff;
}
.qyjj .con2 .more::before{
    content:"";
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border:1px solid #fff;
    position:absolute;
    top:3px;
    left:3px;
    transition:all .3s;
}
.qyjj .con2 .more:hover{
    border-color:#da251e;
    color:#da251e;
}
.qyjj .con2 .more:hover::before{
    border-color:#da251e;
}

.youshi .swiper-container{
    padding:0 10px 10px;
    margin:0 -10px;
}
.news3{
    display:block;
    border:1px solid #e8e8e8;
    padding:9px 9px 0;
    box-shadow:5px 5px 10px rgba(0, 0, 0, .1);
    transition:all .3s;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 .text-box{
    padding:30px 20px;
}
.news3 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
}
.news3 .text-box p{
    color:#666;
    line-height:18px;
    padding:10px 0 18px;
    position:relative;
}
.news3 .text-box p::before{
    content:"";
    width:40px;
    height:4px;
    background-color:#da251e;
    position:absolute;
    bottom:0;
    left:0;
}
.news3 .text-box .text{
    color:#252525;
    line-height:26px;
    height:78px;
    overflow: hidden;
    margin-top:20px;
}
.news3:hover{
    border-color:#da251e;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover .text-box h5{
    color:#da251e;
}
.youshi .con1{
    border:1px solid #e8e8e8;
    padding:9px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, .1);
    margin:30px 0 70px;
}
.youshi .con1 .con1-1{
    background:url(../images/img4.jpg) center center/cover;
    position:relative;
}
.youshi .con1 .con1-1 .text-box{
    display:block;
    background:rgba(0, 0, 0, .9);
    padding:40px;
    width:450px;
    position:absolute;
    bottom:0;
    right:0;
    z-index:100;
}
.youshi .con1 .con1-1 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
.youshi .con1 .con1-1 .text-box P{
    COLOR:#fff;
    line-height:18px;
    padding:5px 0 15px;
    position: relative;
}
.youshi .con1 .con1-1 .text-box p::before{
    content:"";
    width:40px;
    height:4px;
    background:#da251e;
    position:absolute;
    bottom:0;
    left:0;
}
.youshi .con1 .con1-1 .text-box .text{
    color:#fff;
    line-height:26px;
    height:78px;
    overflow: hidden;
    margin-top:20px;
}
.youshi .con1 .con1-1 .text-box:hover h5{
    color:#da251e;
}

.fwlc{
    background:url(../images/fwlc_bg.jpg) center center/cover;
    padding-bottom:70px;
}
.fwlc .swiper-container{
    padding:28px 0 47px;
}
.fwlc .swiper-slide{
    position:relative;
    border-top:12px solid #b80902;
    background:#fff;
}
.fwlc .swiper-slide::before{
    content:"";
    width:1px;
    height:100px;
    border-left:1px dashed #dedede;
    position:absolute;
    top:50%;
    left:0;
    z-index:5;
    transform:translateY(-50%);
    transition:all .3s;
}
.fwlc .swiper-slide:first-child::before{
    display:none;
}
.fwlc .swiper-slide::after{
    content:"";
    width:100%;
    height:calc(100% + 68px);
    background:#da251e;
    position:absolute;
    top:-40px;
    left:0;
    opacity:0;
    transition:all .3s;
}
.fwlc .swiper-slide a{
    display:block;
    height:185px;
    text-align:center;
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
}
.fwlc .swiper-slide a::before{
    content:"";
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:19px solid #da251e;
    position:absolute;
    top:100%;
    left:50%;
    transform:translate(-50%,28px);
    opacity:0;
    transition:all .3s;
}
.fwlc .swiper-slide a>div{
    width:100%;
    transition:all .3s;
    position:relative;
    top:0;
}
.fwlc .swiper-slide a .imgbox{
    width:50px;
    height:50px;
    transition:all .3s;
    border-radius:50%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.fwlc .swiper-slide a .imgbox img{
    max-width:70%;
    max-height:70%;
    transition:all .3s;
}
.fwlc .swiper-slide a h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    margin:15px 0 10px;
}
.fwlc .swiper-slide a p{
    font-size:12px;
    font-weight:lighter;
    color:#000;
}
.fwlc .swiper-slide:hover::before,
.fwlc .swiper-slide:hover + .swiper-slide::before,
.fwlc .swiper-slide.active::before,
.fwlc .swiper-slide.active + .swiper-slide::before{
    opacity:0;
}
.fwlc .swiper-slide:hover::after,
.fwlc .swiper-slide.active::after{
    opacity:1;
}
.fwlc .swiper-slide:hover a>div,
.fwlc .swiper-slide.active a>div{
    top:-6px;
}
.fwlc .swiper-slide:hover a .imgbox,
.fwlc .swiper-slide.active a .imgbox{
    width:100px;
    height:100px;
    background:#fff;
}
.fwlc .swiper-slide:hover a h5,
.fwlc .swiper-slide:hover a p,
.fwlc .swiper-slide.active a h5,
.fwlc .swiper-slide.active a p{
    color:#fff;
}
.fwlc .swiper-slide:hover a h5,
.fwlc .swiper-slide.active a h5{
    font-size:22px;
}
.fwlc .swiper-slide:hover a::before,
.fwlc .swiper-slide.active a::before{
    opacity:1;
}
.fwlc .bottom{
    margin-top:11px;
    padding-top:40px;
    position:relative;
}
.fwlc .bottom ul{
    position:absolute;
    width:100%;
    top:0;
    left:0;
}
.fwlc .bottom ul li{
    width:16.66%;
    position:relative;
    overflow: hidden;
}
.fwlc .bottom ul li::before{
    content:"";
    width:100%;
    height:1px;
    background:#da251e;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.fwlc .bottom ul li i{
    display:block;
    width:25px;
    height:19px;
    background:url(../images/icon5.png) no-repeat center center;
    margin:0 auto;
    position:relative;
    transition:all .3s;
    opacity:0;
}
.fwlc .bottom ul li i::before,
.fwlc .bottom ul li i::after{
    content:"";
    width:1000%;
    height:1px;
    background:#da251e;
    position:absolute;
    top:0;
    right:100%;
}
.fwlc .bottom ul li i::after{
    right:auto;
    left:100%;
}
.fwlc .bottom ul li.active::before{
    opacity:0;
}
.fwlc .bottom ul li.active i{
    opacity:1;
}
.fwlc .list-box .list{
    display:none;
}
.fwlc .list-box .list.active{
    display:block;
}
.fwlc .list-box .list h5,
.fwlc-2 .bottom h5{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    line-height:25px;
}
.fwlc .list-box .list .text,
.fwlc-2 .bottom .text{
    line-height:26px;
    min-height:78px;
    position:relative;
    background:url(../images/icon4.png) no-repeat 0 5px;
    padding-left:25px;
    margin-top:15px;
    color:#fff;
}
/* 服务流程第二套方案 */
.fwlc-2 .swiper-container{
    padding:28px 0 77px;
}
.fwlc-2 .swiper-slide i{
    width:100%;
    height:19px;
    border-bottom:1px solid #da251e;
    position:absolute;
    bottom:-58px;
    left:0;
    transition:all .3s;
}
.fwlc-2 .swiper-slide i b{
    display:block;
    width:25px;
    height:19px;
    background:url(../images/icon5.png) no-repeat center center;
    margin:19px auto;
    position: relative;
    transition:all .3s;
    opacity:0;
}
.fwlc-2 .swiper-slide i b::before,
.fwlc-2 .swiper-slide i b::after{
    content:"";
    width:1000%;
    height:1px;
    background:#da251e;
    position:absolute;
    top:-1px;
    right:100%;
}
.fwlc-2 .swiper-slide i b::after{
    right:auto;
    left:100%;
}
.fwlc-2 .swiper-slide.active i,
.fwlc-2 .swiper-slide:hover{
    border-color:transparent;
}
.fwlc-2 .swiper-slide.active i b,
.fwlc-2 .swiper-slide:hover i b{
    opacity:1;
}
.fwlc-2 .bottom{
    padding-top:0;
}
.fwlc-2 .list-box .list{
    display:block;
}

.qyyj{
    margin:70px 0;
}
.qyyj ul li{
    width:50%;
}
.qyyj ul li:nth-child(1){
    padding:50px 40px 0 50px;
    border:1px solid #e9e9e9;
    height:425px;
}
.qyyj ul li:nth-child(1) .title{
    position:relative;
    padding-left:50px;
}
.qyyj ul li:nth-child(1) .title::before{
    content:"";
    width:38px;
    height:100%;
    background:#da251e;
    position:absolute;
    top:0;
    left:0;
}
.qyyj ul li:nth-child(1) .title h5{
    font-size: 25px;
    font-weight:bold;
}
.qyyj ul li:nth-child(1) .title p{
    font-size:12px;
    color:#777;
    line-height:1;
    margin-top:5px;
}
.qyyj ul li:nth-child(1) .text{
    line-height:29px;
    height:203px;
    overflow: hidden;
    margin:30px 0;
}
.qyyj ul li:nth-child(1) a{
    display:block;
    width:124px;
    line-height:38px;
    background:#000;
    color:#fff;
    text-align:center;
}
.qyyj ul li:nth-child(1) a:hover{
    background:#da251e;
}
.qyyj ul li:nth-child(2) .news1 .imgbox .img{
    height:425px;
}

.yyzx{
    background:#f5f5f5;
    padding-bottom:70px;
}
.yyzx ul li:nth-child(1){
    width:40%;
    padding-right:25px;
}
.yyzx ul li:nth-child(2){
    width:60%;
}
.yyzx ul li:nth-child(1) a{
    display:block;
    padding:15px 0;
    position:relative;
    transition:all .3s;
}
.yyzx ul li:nth-child(1) a::before,
.yyzx ul li:nth-child(1) a::after{
    content:"";
    width:100%;
    height:1px;
    background:#e2e2e2;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.yyzx ul li:nth-child(1) a:last-child:after{
    top:auto;
    bottom:0;
}
.yyzx ul li:nth-child(1) a h4{
    width:80px;
    height:70px;
    font-size:40px;
    font-weight:bold;
    color:#979797;
    display:flex;
    justify-content:center;
    align-items:center;
    border-right:1px solid #bdbdbd;
    transition:all .3s;
}
.yyzx ul li:nth-child(1) a .text-box{
    padding-left:96px;
}
.yyzx ul li:nth-child(1) a .text-box h5{
    font-size:15px;
    font-weight:bold;
    line-height:25px;
    color:#000;
}
.yyzx ul li:nth-child(1) a .text-box .text{
    font-size:12px;
    color:#555;
    line-height:18px;
    height:36px;
    overflow: hidden;
    margin-top:5px;
    transition:all .3s;
}
.yyzx ul li:nth-child(1) a:hover,
.yyzx ul li:nth-child(1) a.active{
    background:#da251e;
}
.yyzx ul li:nth-child(1) a:hover::before,
.yyzx ul li:nth-child(1) a:hover + a::before,
.yyzx ul li:nth-child(1) a:hover::after,
.yyzx ul li:nth-child(1) a.active::before,
.yyzx ul li:nth-child(1) a.active + a::before,
.yyzx ul li:nth-child(1) a.active::after{
    opacity:0;
}
.yyzx ul li:nth-child(1) a:hover h4,
.yyzx ul li:nth-child(1) a:hover .text-box h5,
.yyzx ul li:nth-child(1) a:hover .text-box .text,
.yyzx ul li:nth-child(1) a.active h4,
.yyzx ul li:nth-child(1) a.active .text-box h5,
.yyzx ul li:nth-child(1) a.active .text-box .text{
    color:#fff;
}
.yyzx ul li:nth-child(1) a:hover h4,
.yyzx ul li:nth-child(1) a.active h4{
    border-color:#fff;
}

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

.hzkh{
    margin-bottom:70px;
}
.hzkh-con{
    position: relative;
}
.hzkh-con .but{
    width:50px;
    height:50px;
    border:1px solid #555;
    background:url(../images/icon7.png) no-repeat center center;
    position:absolute;
    top:50%;
    left:-106px;
    margin-top:-25px;
    outline:none;
}
.hzkh-con .but-next{
    left:auto;
    right:-106px;
    transform:rotateY(180deg);
}
.hzkh-con .but:hover{
    background:#da251e url(../images/icon7-2.png) no-repeat center center;
    border-color:#da251e;
}
.hzkh .swiper-container{
    padding:1px;
}
.news4{
    display:block;
    border:1px solid #e8e8e8;
    transition:all .3s;
    overflow: hidden;
    position:relative;
}
.news4 .img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.news4 h5{
    width:100%;
    line-height:32px;
    background:#da251e;
    position:absolute;
    bottom:-32px;
    left:0;
    text-align:center;
    padding:0 5px;
    font-size:12px;
    color:#fff;
    transition:all .3s;
}
.news4:hover{
    border-color:#da251e;
}
.news4:hover .img{
    height:calc(100% - 32px);
}
.news4:hover h5{
    bottom:0;
}

.lxwm{
    background:url(../images/footer_bg.jpg) center center/cover;
    padding:70px 0;
}
.lxwm ul{
    margin:0 -20px;
}
.lxwm ul li{
    width:25%;
    padding:0 20px;
}
.lxwm ul li:last-child{
    width:50%;
}
.lxwm ul li .title{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
    margin-bottom:20px;
}
.lxwm ul li:nth-child(1) .text-box h5{
    font-size:16px;
    font-weight:bold;
    color:#fff;
}
.lxwm ul li:nth-child(1) .text-box .text{
    line-height:26px;
    color:#fff;
    margin-top:5px;
}
.lxwm ul li:nth-child(2) .weixin img{
    width:140px;
    height:140px;
    border:5px solid #fff;
}
.lxwm ul li:nth-child(2) .weixin p{
    color:#fff;
    line-height:21px;
    margin-top:5px;
}
.lxwm ul li:nth-child(3) form .lable-box{
    font-size:0;
    margin-bottom:20px;
}
.lxwm ul li:nth-child(3) form .lable-box label{
    display:inline-block;
    font-size:14px;
    line-height:30px;
    margin-right:20px;
    color:rgba(255, 255, 255, .5);
    font-weight:normal;
    position:relative;
    padding-left:25px;
    overflow: hidden;
    cursor: pointer;
    transition:all .3s;
}
.lxwm ul li:nth-child(3) form .lable-box label input{
    position:absolute;
    line-height:initial;
    top:-100%;
    height:auto;
}
.lxwm ul li:nth-child(3) form .lable-box label::before{
    content:"";
    width:15px;
    height:15px;
    background-color:#666;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.lxwm ul li:nth-child(3) form .lable-box label:hover,
.lxwm ul li:nth-child(3) form .lable-box label.active{
    color:#fff;
}
.lxwm ul li:nth-child(3) form .lable-box label.active::before{
    background-color:#ffa800;
}
.lxwm ul li:nth-child(3) form dl{
    margin:0 -14px;
}
.lxwm ul li:nth-child(3) form dl dd{
    width:50%;
    padding:0 14px;
}
.lxwm ul li:nth-child(3) form input,
.lxwm ul li:nth-child(3) form textarea{
    width:100%;
    height:48px;
    padding:0 10px;
    border:none;
    border-radius:0;
    margin-bottom:10px;
}
.lxwm ul li:nth-child(3) form textarea{
    height:174px;
    padding:10px;
    margin-bottom:0;
    resize:none;
}
.lxwm ul li:nth-child(3) form button{
    width:50%;
    height:48px;
    background-color:#da251e;
    font-size:16px;
    color:#fff;
    border:none;
    margin-top:10px;
    transition:all .3s;
}
.lxwm ul li:nth-child(3) form button:hover{
    background-color: #8e110c;
}

footer{
    background-color:#da251e;
    text-align:center;
    padding:20px 15px;
    color:#fff;
    line-height:22px;
}
footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#000 !important;
}

.psgj-ny form{
    max-width:600px;
    margin:0 auto;
}
.psgj-ny form input,
.psgj-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom: 10px;
}
.psgj-ny form textarea{
    height:120px;
    resize:none;
    padding:10px;
}
.psgj-ny form button{
    width:100%;
    height:40px;
    background:#da251e;
    transition:all .3s;
    font-size:16px;
    border:none;
    color:#fff;
    outline:none;
}
.psgj-ny form button:hover{
    background:#8d0e09;
}

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

.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);
}

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

.neiye .title4 {
    background: #111519;
    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/icon9.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: #da251e;
    background:#da251e;
    color:#fff;
}
.neiye .nav_box .nav2:hover::before,
.neiye .nav_box .nav2.active::before{
    background:url(../images/icon9-2.png) no-repeat center center;
}

.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}

.neiye .nav1 ul.active {
    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:last-child a{
    border:none;
}
.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: #da251e;
}

.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}

.neiye .lxfs .title4{
    border:none;
}
.neiye .lxfs .con {
    border: 1px solid #e5e5e5;
    margin-top: 3px;
}

.neiye .lxfs .phone {
    padding: 20px;
    background: url(../images/icon10.png) no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #da251e;
}
.neiye .lxfs .text {
    padding: 15px;
    line-height: 28px;
    color:#464646;
}
.neiye .lxfs .text b{
    font-size:15px;
    color:#000;
}
.neiye .lxfs .weixin {
    border: 1px solid #d9d9d9;
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 10px;
    margin: 20px auto 0;
}

.neiye .lxfs .weixin img {
    width: 100%;
    height: 100%;
}

.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: #da251e;
}

.neiye .title5 p span {
    color: #da251e;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}

.cp-ny .news1-2{
    margin:0 10px 20px;
}
.cp-ny .news1-2 .imgbox .img{
    height:auto;
}
.cp-ny .news1-2 h5{
    font-size:16px;
    line-height:25px;
    text-align:center;
    margin-top:5px;
    color:#000;
}
.cp-ny .news1-3 .imgbox .img{
    background-repeat:no-repeat !important;
    background-size:contain !important;
}
.cp-ny .news1-3 .imgbox .img::after,
.cp-ny .news1-3 .imgbox .img::before,
.cp-ny .news1-3 .imgbox::after,
.cp-ny .news1-3 .imgbox::before{
    display:none;
}
.cp-ny .news1-3 .imgbox::before{
    display:block;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8) url(../images/icon11.png) no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all .3s;
}
.cp-ny .news1-3:hover .imgbox::before{
    opacity:1;
}

.news5{
    display:block;
    border:1px solid #e7e7e7;
    margin:0 10px 20px;
}
.news5 .imgbox{
    padding:7px;
}
.news5 .imgbox .img{
    position: relative;
}
.news5 .imgbox .img::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8) url(../images/icon11.png) no-repeat center center;
    position: absolute;
    top:0;
    left:0;
    z-index:10;
    transition:all .3s;
    opacity:0;
}
.news5 h5{
    line-height:58px;
    font-size:15px;
    color :#010101;
    font-weight:bold;
    padding:0 10px;
    border-top:1px solid #e7e7e7;
    text-align:center;
}
.news5:hover .img::before{
    opacity:1;
}
.news5:hover h5{
    color:#da251e;
}

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


/*详情页*/
.xqy {
    line-height: 25px;
}
.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;
}
.xqy .con video{
    width: 80%;
    margin:0 auto;
    display:block;
}



/*微信弹窗*/
.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: #da251e;
    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: #7e0808;
    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 #da251e;
    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 #da251e;
    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 #da251e;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #da251e;
    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 #da251e;
    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: #da251e;
    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:1590px){
    .hzkh-con .but{
        display:none;
    }
}
@media(max-width:1300px){
    .video_popup .con_box{
        width:80%;
    }
}
@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: #da251e;
    }

    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: #da251e;
    }

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

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

    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 .nav1 ul{
        display:none;
    }
    .neiye {
        padding: 20px 0;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .main1::before{
        display:none;
    }
    .main1-con{
        padding:10px 0;
    }
    .main1-con ul li{
        width:100%;
        text-align:center;
        display:block;
        height:auto;
        padding:20px 0 !important;
    }
    .main1-con ul li:nth-child(2) dl{
        position:initial;
    }
    .main1-con ul li:nth-child(2)>div{
        padding-top:0;
    }
    .main1-con ul li:nth-child(2) dl dd a .img{
        height:auto;
    }
    .main1-con .title{
        display:none;
    }
    .fwxm{
        background: none;
    }
    .alzs-con{
        padding:20px;
    }
    .alzs-con ul li{
        width:100% !important;
    }
    .news1 .imgbox .img{
        height:auto;
    }
    .alzs-con ul li:nth-child(2) dl{
        margin:20px -5px 0;
    }
    .alzs-con ul li:nth-child(2) dl dd{
        width:50%;
        float: left;
        padding:0 5px;
    }
    .alzs-con ul li:nth-child(2) dl dd:nth-child(2){
        margin:0;
    }
    .alzs-con .gundong{
        width:100%;
        height:auto;
        position:initial;
        border:none;
        padding:20px 0 0 0;
    }
    .alzs-con .gundong .but-box{
        display:none;
    }
    .news1 .text-box .text{
        height:auto;
        max-height:42px;
    }
    .qyjj .con1 .imgbox .img{
        height:auto;
    }
    .qyjj .con2 .title{
        margin-top:40px;
    }
    .qyjj .con2 .text3{
        height:auto;
        max-height:196px;
    }
    .youshi .con1 .con1-1 .text-box{
        width:100%;
        padding:15px;
    }
    .youshi .con1 .con1-1 .text-box .text{
        height:auto;
        max-height:78px;
    }
    .fwlc .bottom ul{
        display:none;
    }
    .fwlc-2 .bottom ul{
        display:block;
    }
    .qyyj ul li{
        width:100%;
    }
    .qyyj ul li:nth-child(1){
        padding:15px;
        height:auto;
    }
    .qyyj ul li:nth-child(1) .text{
        height:auto;
        max-height:203px;
    }
    .qyyj ul li:nth-child(2) .news1 .imgbox .img,
    .yyzx ul li:nth-child(2) a .img{
        height:auto;
    }
    .yyzx ul li,
    .lxwm ul li,
    .lxwm ul li:nth-child(3) form dl dd,
    .lxwm ul li:nth-child(3) form button{
        width:100% !important;
    }
    .yyzx ul li:nth-child(2){
        margin-top:20px;
    }
    .yyzx ul li:nth-child(1){
        padding-right:0;
    }
    .lxwm ul li{
        text-align:center;
    }
    .lxwm ul li:nth-child(2){
        margin:30px 0;
    }
    .lxwm ul li:nth-child(3) form dl{
        font-size:0;
    }
    .lxwm ul li:nth-child(3) form dl dd{
        float:none !important;
    }
    .lxwm ul li:nth-child(3) form input,
    .lxwm ul li:nth-child(3) form textarea{
        font-size:14px;
        margin-bottom:10px;
    }
    .lxwm ul li:nth-child(3) form button{
        margin-top:0;
    }
    .neiye .title4 h5{
        line-height:45px;
        padding-left:15px;
    }
    .neiye .title4 h5 span{
        display:none;
    }
    .neiye .nav_box .nav2{
        text-align:center;
        padding:0 5px;
    }
    .neiye .nav_box .nav2::before{
        display:none;
    }
    .video_popup .con_box{
        height:40%;
    }
}

@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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    .main1-con{
        padding:15px 0;
    }
    .main1-con ul li:nth-child(1) h5{
        font-size:20px;
    }
    .main1-con ul li:nth-child(1) .text{
        font-size:14px;
    }
    .main1-con ul li{
        padding:15px 0 !important;
    }
    .main1-con ul li:nth-child(2) dl{
        margin:0 -5px;
    }
    .main1-con ul li:nth-child(2) dl dd{
        padding:0 5px;
    }
    .main1-con ul li:nth-child(2) h5{
        font-size:16px;
    }
    .main1-con ul li:nth-child(2) h5 span{
        font-size:18px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        margin-top:10px;
    }
    .fwxm{
        padding-bottom:30px;
    }
    .fwxm .swiper-container .swiper-slide a h5{
        font-size:16px;
        line-height:25px;
    }
    .fwxm .swiper-container .swiper-slide a{
        height:170px;
    }
    .news1 .text-box{
        padding:10px;
    }
    .news1 .text-box h5{
        font-size:16px;
    }
    .news1 .text-box .text{
        margin-top:5px;
    }
    .alzs-con{
        padding:10px;
    }
    .alzs-con ul li:nth-child(2) dl{
        margin-top:10px;
    }
    .alzs-con .gundong{
        padding-top:10px;
    }
    .news1-2 .imgbox::after,
    .news1-2 .imgbox .img::before,
    .news1-2 .imgbox .img::after{
        transform: translate(-50%,-50%) scale(.6);;
    }
    .alzs{
        padding-bottom:30px;
    }
    .qyjj{
        padding-bottom:30px;
    }
    .qyjj .con2 .title h4{
        font-size:54px;
    }
    .qyjj .con2 .title .text1 h5{
        font-size:20px;
    }
    .qyjj .con2 .title .text1 i{
        font-size:14px;
    }
    .qyjj .con2 .text3{
        line-height:25px;
        max-height:200px;
    }
    .qyjj .con1{
        padding-left:10px;
    }
    .qyjj .con1 .imgbox::before {
        top: 10px;
        left: -10px;
    }
    .news3 .text-box{
        padding:10px 0;
    }
    .news3 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .news3 .text-box .text{
        margin-top:10px;
        line-height:25px;
        height:50px;
    }
    .youshi .con1{
        margin:20px 0 30px;
    }
    .youshi .con1 .con1-1{
        height:240px;
    }
    .youshi .con1 .con1-1 .text-box{
        padding:10px;
    }
    .youshi .con1 .con1-1 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .youshi .con1 .con1-1 .text-box .text{
        max-height:50px;
        line-height:25px;
        margin-top:10px;
    }
    .fwlc .swiper-slide a{
        height:150px;
    }
    .fwlc .swiper-slide a h5{
        font-size:16px;
        margin:10px 0;
    }
    .fwlc .swiper-slide a .imgbox{
        width:40px;
        height:40px;
    }
    .fwlc .swiper-slide:hover a h5, .fwlc .swiper-slide.active a h5{
        font-size:18px;
    }
    .fwlc .swiper-slide:hover a .imgbox, .fwlc .swiper-slide.active a .imgbox{
        width:80px;
        height:80px;
    }
    .fwlc .swiper-slide{
        border-top-width:4px;
    }
    .fwlc .swiper-slide::after{
        height: calc(100% + 40px);
        top:-22px;
    }
    .fwlc .swiper-slide a::before{
        transform: translate(-50%,18px);
    }
    .fwlc .swiper-container{
        padding:18px 0 37px;
    }
    .fwlc .list-box .list h5{
        font-size:16px;
    }
    .fwlc .list-box .list .text{
        line-height:25px;
    }
    .fwlc-2 .swiper-container{
        padding-bottom:55px;
    }
    .fwlc-2 .swiper-slide i{
        bottom:-36px;
    }
    .fwlc-2 .bottom h5{
        font-size:16px;
    }
    .fwlc,
    .yyzx{
        padding-bottom:30px;
    }
    .qyyj{
        margin:30px 0;
    }
    .qyyj ul li:nth-child(1) .title h5{
        font-size:20px;
    }
    .qyyj ul li:nth-child(1) .text{
        margin:10px 0;
        line-height:25px;
        max-height:150px;
    }
    .yyzx ul li:nth-child(2) .but-box{
        display:none;
    }
    .yyzx ul li:nth-child(2) a .text-box{
        padding:10px;
    }
    .yyzx ul li:nth-child(2) a .text-box h5{
        line-height:25px;
    }
    .yyzx ul li:nth-child(2) a .text-box .text{
        margin-top:5px;
    }
    .hzkh{
        margin-bottom:30px;
    }
    .lxwm{
        padding:30px 0;
    }
    .lxwm ul li .title{
        font-size:18px;
        padding-bottom:15px;
    }
    .news5,
    .cp-ny .news1-2{
        margin:0 5px 10px;
    }
    .news5 .imgbox{
        padding:3px;
    }
    .news5 h5{
        line-height:35px;
        padding:0 5px;
    }
    .video_popup .con_box i.colse{
        font-size: 30px;
        top: -30px;
        right: -30px;
    }
    .news6 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news6 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news6 .text_box {
        padding: 0 0 0 130px;
    }
    .news6 h5 {
        font-size: 16px;
    }
    .news6 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news6 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news6 b {
        display: none;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .qyjj .con2 .more{
        width:100%;
    }
}