/*全局样式*/
@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 .logo{
    height:150px;
    line-height:150px;
    max-width:20%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}

/*PC端导航*/
nav{
    width:80%;
    padding-left:40px;
    position:relative;
}
nav a {
    display: block;
    color: #000 !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav ul li{
    line-height:36px;
    width:10%;
    float:left;
    text-align:center;
    position:relative;
}
nav ul li::before{
    content:"";
    width:1px;
    height:15px;
    border-left:1px dashed #d0d0d0;
    transition:all .3s;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
nav ul li:first-child::before{
    display:none;
}
nav ul li.active::before,
nav ul li.active + li::before,
nav ul li:hover::before,
nav ul li:hover + li::before{
    opacity:0;
}
nav ul li.active a,
nav ul li:hover a{
    background:#da251e;
    color:#fff !important;
}
nav ul li:hover dl{
    visibility: initial;
}
nav ul li:hover dl>div{
    transform:translateY(0);
}
nav dl{
    position:absolute;
    min-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:#fff;
}
nav dl dd a{
    padding:0 5px;
    font-size:12px;
}
nav ul li.active dl dd a,
nav ul li:hover dl dd a{
    background:#fff;
    color:#000 !important;
}
nav ul li dl dd a:hover{
    background:#da251e !important;
    color:#fff !important;
}



.OnlineMessage1{margin: 15px 0 0 0;}
.OnlineMessage1 label{ font-weight:normal; color:#666;}
.OnlineMessage1 p{ color:#999;}
.OnlineMessage1 button{width:143px; height:43px; color:#fff; background:#0048a5; border:none; transition:all 0.3s;}

.form-control {height: 45px;padding: 6px 12px;font-size: 14px;border-radius: 0;}
.form-control1{height: 145px !important;resize: none;}



nav .phone{
    margin:20px 0;
}
nav .phone .con{
    background:url(../images/icon1.png) no-repeat 0 10px;
    font-size:21px;
    color:#c50400;
    padding-left:20px;
}
nav .phone span{
    font-size:12px;
    color:#555;
}

/*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;
}

.title1{
    margin:80px 0 40px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:29px;
    position:relative;
    display:inline-block;
    line-height:1;
}
.title1 h5::before,
.title1 h5::after{
    content:"";
    width:130px;
    height:2px;
    background:#c50400;
    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:#555;
    font-weight:lighter;
    margin-top:10px;
    line-height:1;
}
.title1-2 h5{
    color:#fff;
}
.title1-2 h5::before,
.title1-2 h5::after{
    background:#fff;
}
.title1-2 p{
    color:rgba(255, 255, 255, .5);
}

.zxykc{
    background:#f5f5f5;
}
.news4{
    display:block;
    background:#fff;
}
.news4 .imgbox{
    overflow: hidden;
    position: relative;
    border:1px solid #e9e9e9;
    border-bottom:none;
}
.news4 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .3);
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    opacity:0;
}
.news4 .text-box{
    border:1px solid #e9e9e9;
    padding:20px 60px 20px 20px;
    position:relative;
}
.news4 .text-box::before{
    content:"";
    width:32px;
    height:32px;
    background:#eee url(../images/icon2.png) no-repeat center center;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
    transition:all .3s;
}
.news4 .text-box h5{
    font-size:17px;
    font-weight:bold;
    color:#000;
    line-height:30px;
}
.news4 .text-box p{
    font-size:12px;
    color:#666;
    line-height:20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news4:hover .imgbox::before{
    opacity:1;
}
.news4:hover .text-box{
    background:#c50400;
    border-color:#c50400;
}
.news4:hover .text-box::before{
    background-color:#fff;
}
.news4:hover .text-box h5{
    color:#fff;
}
.news4:hover .text-box P{
    color:rgba(255, 255, 255, .5);
}
.nav3{
    font-size:0;
    text-align:center;
    margin-bottom:40px;
}
.nav3 a{
    display:inline-block;
    width:136px;
    line-height:46px;
    font-size:15px;
    color:#000;
    background:#fff;
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    border-radius:50px;
    margin:0 5px 10px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
}
.nav3 a:hover,
.nav3 a.active{
    background:#c50400;
    color:#fff;
}

.ad{
    background:url(../images/ad_bg.jpg) center center/cover;
    padding:50px 0;
    text-align:center;
    margin-top:80px;
}
.ad img{
    max-width:100%;
}

.gsjj{
    background:#f5f5f5;
    padding-bottom:165px;
    position:relative;
    min-height:730px;
}
.gsjj::before{
    content:"";
    width:100%;
    height:100%;
    background:url(../images/gs1.jpg) no-repeat 0 40px,url(../images/gs2.jpg) no-repeat right 50px;
    position:absolute;
    top:0;
    left:0;
}
.gsjj .con1{
    padding-left:128px;
}
.gsjj .con1 h5{
    font-size:27px;
    position:relative;
}
.gsjj .con1 h5::before{
    content:"";
    width:90px;
    height:1px;
    background:#e0e0e0;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:40px;
}
.gsjj .con1 .text-box{
    position:relative;
}
.gsjj .con1 .text-box::before{
    content:"";
    width:45px;
    height:3px;
    background:#c40f20;
    position:absolute;
    top:12px;
    right:100%;
    margin-right:25px;
}
.gsjj .con1 .text{
    color:#555;
    line-height:28px;
    height:196px;
    overflow: hidden;
    margin:25px 0;
}
a.more1{
    display: block;
    background:#c40f20;
    width:170px;
    line-height:44px;
    color:#fff;
    padding-left:30px;
    position: relative;
    transition:all .3s;
}
a.more1::before{
    content:"";
    width:46px;
    height:100%;
    background:#e11512 url(../images/icon4.png) no-repeat center center;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
a.more1:hover{
    background:#650710;
}
a.more1:hover::before{
    background-color:#bd0c09;
}
.gsjj .con2{
    position: relative;
    padding-right:45px;
}
.gsjj .con2 .imgbox{
    display:block;
    overflow: hidden;
    position:relative;
    z-index: 100;
}
.gsjj .con2 .imgbox:hover .img{
    transform:scale(1.1);
}
.gsjj .con2::before{
    content:"";
    width:calc(100% - 40px);
    height:100%;
    border:3px solid #c40f20;
    position:absolute;
    top:15px;
    right:15px;
}
.gsjj .con2 p{
    width:190px;
    font-size:12px;
    line-height:27px;
    border:1px solid #e5e5e5;
    background:#fff;
    position:absolute;
    top:17px;
    left:100%;
    transform-origin:0% 100%;
    transform:rotate(90deg);
    margin-left:-29px;
    text-align:center;
}
.szll{
    background:url(../images/szll_bg.jpg) center center/cover;
    padding:1px 0 68px;
}
.szll .tongji{
    border:1px solid #e7e7e7;
    background:#fff;
    padding:30px 0;
    text-align:center;
    margin-top:-107px;
}
.szll .tongji ul li{
    width:25%;
    border-right:1px solid #e9e9e9;
    padding:20px 0;
}
.szll .tongji ul li h5{
    font-size:55px;
}
.szll .tongji ul li h5 span{
    font-size:14px;
    color:#666;
    margin-left:10px;
    position:relative;
    top:-2px;
}
.szll .tongji ul li p{
    padding:13px 0 20px;
    position:relative;
}
.szll .tongji ul li p::before{
    content:"";
    width:40px;
    height:2px;
    background:#c50400;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.szll .con1{
    background:#fff;
    padding:0 40px 36px;
    margin-top:92px;
}
.szll .con1 .imgbox{
    width:210px;
    height:290px;
    overflow: hidden;
    background:#f5f1f1;
    padding:10px;
    margin-top:-46px;
}
.szll .con1 .imgbox .img{
    width:100%;
    height:100%;
}
.szll .con1 .text-box{
    padding:50px 0 0 248px;
    position:relative;
}
.szll .con1 .text-box h5{
    font-size:28px;
    font-weight:bold;
}
.szll .con1 .text-box h5 span{
    display:inline-block;
    line-height:20px;
    padding:0 10px;
    font-size:12px;
    font-weight:lighter;
    border:1px solid #e5e5e5;
    border-radius:30px;
    margin-left:10px;
    position:relative;
    top:-3px;
}
.szll .con1 .text-box .text{
    font-size:15px;
    color:#353535;
    line-height:29px;
    height:116px;
    overflow: hidden;
    margin-top:20px;
}
.szll .con1 a.more1{
    position:absolute;
    top:44px;
    right:0;
}

.alzs{
    background:url(../images/zyss_bg.jpg) center center/cover;
    padding-bottom:80px;
    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:370px;
}
.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;
}

.fwys{
    background:url(../images/fwys_bg.jpg) center center/cover;
    padding-bottom:80px;
}
.fwys .fwys-con{
    padding:0 9%;
}
.fwys .fwys-con a{
    display:block;
    text-align:center;
}
.fwys .fwys-con a .imgbox{
    width:125px;
    height:125px;
    border-radius:50%;
    background:rgba(255, 255, 255, .15);
    padding:10px;
    border-radius:50%;
    margin:0 auto;
}
.fwys .fwys-con a .imgbox .img{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:50%;
}
.fwys .fwys-con a .imgbox .img img{
    transition:all .3s;
}
.fwys .fwys-con a h5{
    font-size:22px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
    margin:20px 0 8px;
}
.fwys .fwys-con a p{
    font-size:12px;
    line-height:14px;
    color:rgba(255, 255, 255, .35);
}
.fwys .fwys-con a .text{
    font-size:13px;
    line-height:21px;
    height:42px;
    overflow: hidden;
    margin-top:15px;
    color:#fff;
}
.fwys .fwys-con a:hover h5{
    color:#000;
}
.fwys .fwys-con a:hover .imgbox img{
    transform:scale(.9);
}

.ychd{
    padding-bottom:80px;
}
.ychd-con{
    position: relative;
}
.ychd-con .but{
    position:relative;
    width:50px;
    height:50px;
    background:#000 url(../images/left.png) no-repeat center center;
    position:absolute;
    top:50%;
    left:-100px;
    transform:translateY(-50%);
    transition:all .3s;
}
.ychd-con .but-next{
    left:auto;
    right:-100px;
    transform:rotateY(180deg) translateY(-50%);
}
.ychd-con .but:hover{
    background-color:#c50400;
}
.news3{
    background:#fff;
    border:1px solid #e6e5e5;
}
.news3 .con{
    padding:4px;
    transition-duration:.3s;
}
.news3 .imgbox{
    overflow:hidden;
    position: relative;
    background:#f5f5f5;
}
.news3 .mask{
    padding:0 10px;
    display:flex;
    align-items:center;
    background:rgba(0, 0, 0, .8);
    position:absolute;
    width:100%;
    height:100%;
    top:100%;
    left:0;
    text-align:center;
    transition:all .3s;
}
.news3 .mask>div{
    width:100%;
}
.news3 h5{
    font-size:21px;
    font-weight:bold;
    color:#fff;
    line-height:22px;
    position: relative;
    top:50px;
    opacity:0;
    transition:all .3s;
}
.news3 p{
    font-size:13px;
    line-height:14px;
    color:rgba(255, 255, 255, .3);
    margin:10px 0 20px;
    position: relative;
    top:50px;
    transition:all .3s;
    opacity:0;
}
.news3 ul{
    padding:0 13%;
    overflow: hidden;
    position:relative;
}
.news3 ul li{
    width:50%;
    position:relative;
    transition:all .3s;
    overflow: hidden;
}
.news3 ul li:nth-child(1){
    left:-100%;
}
.news3 ul li:nth-child(2){
    right:-100%;
}
.news3 ul li a{
    display:block;
    border:1px solid #fff;
    color:#fff;
    line-height:38px;
    transition:all .3s;
}
.news3 h4{
    color:#000;
    line-height:43px;
    position: relative;
    padding:0 50px 0 20px;
    font-size:14px;
    border-top:1px solid #e6e5e5;
}
.news3 h4::before{
    content:"";
    width:44px;
    height:calc(100% + 2px);
    border-left:1px solid #e7e7e7;
    position:absolute;
    top:-1px;
    right:-1px;
    transition:all .3s;
}
.news3 h4::after{
    content:"";
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:7px solid #000;
    position:absolute;
    top:50%;
    right:17px;
    transform:translateY(-50%);
    transition:all .3s;
    z-index:2;
}

.hdyg{
    background:#f2f3f5;
    padding-bottom:50px;
}







/* 联系我们 */
.lxwm{
    background:url(../images/footer_bg.jpg) center center/cover;
    padding:70px 0;
}
.lxwm .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 .text{
    line-height:26px;
    color:#fff;
}
.lxwm .text b{
    font-size:16px;
    line-height:30px;
}
.lxwm .weixin img{
    width:140px;
    height:140px;
    border:5px solid #fff;
}
.lxwm .weixin p{
    line-height:21px;
    color:#fff;
    margin-top:10px;
}
.lxwm ul li{
    width:33.33%;
    float: left;
    color:#fff;
    text-align:center;
}
.lxwm ul li a{
    color:#fff;
    line-height:32px;
    transition:all .3s;
}
.lxwm ul li:nth-child(3n+1){
    text-align:left;
}
.lxwm ul li:nth-child(3n+3){
    text-align:right;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:42px;
    border:none;
    margin-bottom:3px;
    padding:0 10px;
}
.lxwm form textarea{
    height:84px;
    resize:none;
    padding:10px;
}
.lxwm form button{
    width:100%;
    height:42px;
    background:#c50400;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    border:none;
    margin-top:6px;
    transition:all .3s;
    outline:none;
}
.lxwm ul li a:hover{
    color:#c50400;
}
.lxwm form button:hover{
    background:#500705;
}

footer{
    background-color:#c50400;
    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;
}



.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);
}

.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;
}

/*内页左侧*/
.neiye {
    padding-bottom: 50px;
}

.neiye .title4 {
    background: #c50400;
    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: #c50400;
    background:#c50400;
    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.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 .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 .news3,
.cp-ny .news4{
    margin:0 10px 20px;
}

.news4 .text-box{
    text-align:center;
    padding:5px 10px;
}
.news4 .text-box::before{
    display:none;
}

.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 .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;
}
.xqy .video-box{
    max-width:600px;
    margin:0 auto;
    position: relative;
}
.xqy .video-box video,
.xqy .video-box iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}


/*微信弹窗*/
.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: #c50400;
    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: #7c0d09;
    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 #c50400;
    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 #c50400;
    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 #c50400;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c50400;
    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 #c50400;
    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: #c50400;
    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(min-width:992px){
    .news3 ul li a:hover{
        background:#fff;
        color:#000;
    }
    .news3:hover{
        border-color:#c50400;
    }
    .news3:hover .mask{
        top:0;
    }
    .news3:hover h5{
        opacity:1;
        top:0;
        transition-delay:.2s;
    }
    .news3:hover p{
        opacity:1;
        top:0;
        transition-delay:.3s;
    }
    .news3:hover ul li:nth-child(1){
        left:0;
        transition-delay:.4s;
    }
    .news3:hover ul li:nth-child(2){
        right:0;
        transition-delay:.4s;
    }
    .news3:hover .img{
        transform:scale(1.1);
    }
    .news3:hover h4{
        font-weight:bold;
        color:#c50400;
        border-color:#c50400;
    }
    .news3:hover h4::before{
        background-color:#c50400;
        border-color:#c50400;
    }
    .news3:hover h4::after{
        border-left-color:#fff;
    }
}
@media(max-width:1490px){
    .ychd-con .but{
        display:none;
    }
}
@media(max-width:1440px){
    .fwys .fwys-con{
        padding:0 15px;
    }
}
@media(max-width:1300px){
    .video_popup .con_box{
        width:80%;
    }
}
@media (max-width:1199px){
    .news3 ul{
        padding:0;
    }
}
@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: #c50400;
    }

    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: #c50400;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #c50400;
    }

    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 {
        padding: 20px 0;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .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;
    }
    .video_popup .con_box{
        height:40%;
    }
    .lxwm{
        padding:40px 0 70px;
        text-align:center;
    }
    .lxwm .title{
        margin-top:30px;
        text-align:center;
    }
    .news3 .mask{
        top:auto;
        height:auto;
        display:block;
        bottom:0;
        padding:0;
    }
    .news3 .mask h5,
    .news3 .mask p{
        display:none;
    }
    .news3 ul{
        padding:5px;
    }
    .news3 ul li:nth-child(1){
        left:0;
        border-right:1px solid #fff;
    }
    .news3 ul li:nth-child(2){
        right:0;
    }
    .gsjj{
        min-height:initial;
    }
    .gsjj::before{
        display:none;
    }
    .gsjj .con1{
        padding-left:0;
        margin-bottom:20px;
    }
    .gsjj .con1 h5::before,
    .gsjj .con1 .text-box::before{
        display:none;
    }
    .gsjj .con1 .text{
        height:auto;
        max-height:196px;
    }
    .alzs-con ul li:nth-child(1){
        padding-right:0;
    }
    .neiye .title4 h5{
        line-height:45px;
        padding-left:15px;
    }
    .neiye .title4 h5 span,
    .neiye .nav_box .nav2::before{
        display:none;
    }
    .neiye .nav_box .nav2{
        padding:0 5px;
        text-align:center;
        line-height:38px;
    }
}

@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;
    }
    .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;
    }
    .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;
    }
    .lxwm{
        padding:0 0 30px;
    }
    .lxwm .title{
        font-size:18px;
        padding-bottom:10px;
    }
    .lxwm form button{
        font-size:16px;
    }
    .news3 ul li a{
        line-height:30px;
    }
    .news3 h4{
        line-height:35px;
        padding:0 5px;
        text-align:center;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .nav3{
        margin-bottom:20px;
    }
    .nav3 a{
        width:130px;
        line-height:35px;
    }
    .news4 .text-box{
        padding:5px;
    }
    .news4 .text-box::before{
        display:none;
    }
    .news4 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .ad{
        padding:30px 0;
        margin-top:30px;
    }
    .gsjj .con1 h5{
        font-size:18px;
    }
    .gsjj .con1 .text{
        line-height:25px;
        max-height:125px;
        margin:15px 0;
    }
    a.more1{
        width:120px;
        line-height:35px;
        padding-left:16px;
    }
    a.more1::before{
        width:30px;
    }
    .gsjj .con2{
        padding:0;
    }
    .gsjj .con2::before,
    .gsjj .con2 p{
        display:none;
    }
    .szll{
        padding-bottom:30px;
    }
    .szll .tongji{
        padding:10px 0;
        margin-top:-140px;
    }
    .szll .tongji ul li h5{
        font-size:40px;
    }
    .szll .tongji ul li{
        width:50%;
        margin:10px 0;
    }
    .szll .con1{
        margin-top:30px;
        padding:0 5px 0 0;
    }
    .szll .con1 .imgbox{
        width:130px;
        height:190px;
        padding:5px;
        margin-top:0;
    }
    .szll .con1 .text-box{
        padding:10px 0 0 140px;
    }
    .szll .con1 .text-box h5{
        font-size:16px;
    }
    .szll .con1 .text-box .text{
        font-size:13px;
        line-height:20px;
        height:80px;
        margin-top:10px;
    }
    .szll .con1 a.more1{
        position:relative;
        top:0;
        margin-top:10px;
    }
    .fwys,
    .ychd{
        padding-bottom:30px;
    }
    .fwys .fwys-con a h5{
        font-size:16px;
        line-height:25px;
        margin:10px 0 1px;
    }
    .fwys .fwys-con a .text{
        margin-top:10px;
    }
    .hdyg{
        padding-bottom:15px;
    }
    .news3 h4::before,
    .news3 h4::after{
        display:none;
    }
    .cp-ny .news4,
    .cp-ny .news3{
        margin:0 5px 10px;
    }
    
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news3 ul{
        padding:2px;
    }
    .news3 ul li a{
        font-size:12px;
        line-height:25px;
    }
    .szll .con1 .text-box .text{
        height:60px;
    }
    .szll .con1 .text-box h5 span{
        display:block;
        width:70px;
        padding:0;
        text-align:center;
        margin:10px 0 0 0;
    }
}