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

header .top{
    line-height:40px;
    background:#f4f4f4;
    color:#999;
}

.logo-box{
    box-shadow:0 2px 5px rgba(0, 0, 0, .1);
    position:relative;
    z-index:2;
}
.logo-box .logo{
    height:100px;
    line-height:100px;
    max-width:22%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center/auto 70%;
    padding-left:50px;
    margin-top:23px;
}
.logo-box .phone p{
    font-size:12px;
}
.logo-box .phone h5{
    font-size:30px;
    color:#ce131c;
    margin-top:5px;
}

nav{
    width:48%;
    margin:50px 0 0 6%;
}
/*一级导航*/
nav ul li{
    float: left;
    width:16.66%;
    text-align: center;
    position: relative;
    line-height:30px;
}
nav ul li a{
    display:block;
    color: #000 !important;
    font-size:15px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav ul li a.active,
nav ul li a:hover{
    color:#ce131c !important;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #fff;
    padding: 0;
}
nav ul li ul li a{
    font-size:14px;
    padding:0 5px;
}
nav ul li:hover ul {
    display:block;
}

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


.title1{
    margin:80px 0 60px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 h5 span{
    color:#ce131c;
}
.title1 p{
    font-size:16px;
    margin-top:15px;
    display:inline-block;
    position: relative;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:244px;
    height:1px;
    background:#000;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:16px;
    transform:translateY(-50%);
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 16px;
}

/* 业务范围 */
.ywfw{
    background:url(../images/bg4.jpg) center center;
    padding-bottom:80px;
}
.news1{
    display:block;
    background:#fff;
    border:1px solid #dedede;
    border-radius:5px;
    padding:40px 10px;
    text-align:center;
}
.news1 .imgbox{
    width:120px;
    height:120px;
    background:#f9971a;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
}
.news1 h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    margin-top:30px;
}
.news1 p{
    font-size:12px;
    line-height:14px;
    color:#999;
    padding:2px 0 25px;
    position: relative;
}
.news1 p::before{
    content:"";
    width:26px;
    height:1px;
    background:#000;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news1 b{
    display:block;
    width:78px;
    line-height:24px;
    border:1px solid #e3e3e3;
    border-radius:30px;
    font-size:12px;
    font-weight:normal;
    color:#000;
    margin:25px auto 0;
}
.news1:hover{
    border-color:#ce131c;
}
.news1:hover h5{
    color:#ce131c;
}
.news1:hover b{
    background:#ce131c;
    border-color:#ce131c;
    color:#fff;
}
.ywfw .swiper-slide:nth-child(2) .news1 .imgbox{
    background:#b67a62;
}
.ywfw .swiper-slide:nth-child(3) .news1 .imgbox{
    background:#ad4745;
}
.ywfw .swiper-slide:nth-child(4) .news1 .imgbox{
    background:#cc1c31;
}
.ywfw .swiper-slide:nth-child(5) .news1 .imgbox{
    background:#d76d46;
}
.ywfw-con{
    position:relative;
}
.ywfw-con .but{
    width:60px;
    height:60px;
    border:1px solid #dedede;
    background:#fff url(../images/jt1.png) no-repeat center center;
    left:-90px;
    margin-top:-30px;
    opacity:1;
    border-radius:5px;
}
.ywfw-con .swiper-button-next{
    left:auto;
    right:-90px;
    transform:rotateY(180deg);
}
.ywfw .more{
    display:block;
    width:300px;
    line-height:54px;
    background:url(../images/nav_bg.png) center center/cover;
    font-size:18px;
    color:#fff;
    border-radius:50px;
    margin:60px auto 0;
    text-align:center;
}
.ywfw .more:hover{
    color:#000;
}

/* 服务流程 */
.fwlc ul{
    font-size:0;
    text-align:center;
}
.fwlc ul{
    margin:0 -10px;
}
.fwlc ul li{
    width:20%;
    display:inline-block;
    padding:0 10px;
    position: relative;
}
.fwlc ul li::before{
    content:"";
    width:21px;
    height:146px;
    background:url(../images/icon2.png) no-repeat center center;
    position:absolute;
    top:0;
    right:-10px;
}
.fwlc ul li:last-child::before{
    display:none;
}
.fwlc ul li .con .imgbox{
    width:146px;
    height:146px;
    background:#eaeaea;
    border-radius:50%;
    padding:14px;
    margin:0 auto;
}
.fwlc ul li .con .imgbox .img{
    width:100%;
    height:100%;
    border-radius:50%;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 100%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:3px 3px 5px rgba(0, 0, 0, .3);
}
.fwlc ul li .con .imgbox .img img.icon-2{
    display:none;
}
.fwlc ul li .con .text{
    font-size:18px;
    color:#000;
    line-height:30px;
    height:60px;
    overflow:auto;
    margin-top:30px;
}
.fwlc ul li .con:hover .imgbox{
    background:#92070e;
}
.fwlc ul li .con:hover .imgbox .img{
    background:#ce131c;
}
.fwlc ul li .con:hover .imgbox .img img.icon-1{
    display:none;
}
.fwlc ul li .con:hover .imgbox .img img.icon-2{
    display:inline-block;
}

/* 服务内容 */
.fwnr{
    background:url(../images/fwnr.jpg) center center/cover;
    padding-bottom:66px;
    margin-top:80px;
}
.fwnr-con{
    padding:0 8px;
}
.fwnr-con .col-md-4{
    padding:0 7px;
}
.news2{
    display:block;
    border:1px solid #dedede;
    background:#fff;
    padding:40px 30px;
    margin-bottom:14px;
}
.news2 .imgbox{
    width:130px;
    height:93px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.news2 .imgbox img{
    max-width:100%;
    max-height:100%;
}
.news2 .text-box{
    margin-left:140px;
}
.news2 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
}
.news2 .text-box .text{
    font-size:16px;
    color:#000;
    line-height:24px;
    height:48px;
    overflow:auto;
    margin-top:15px;
}
.news2:hover{
    border-color:#ce131c;
}
.news2:hover .text-box h5{
    color:#ce131c;
}

/* 新闻资讯 */
.news3{
    display:block;
    background:#f4f4f4;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 .text-box{
    padding:20px;
}
.news3 h5{
    font-size:16px;
    font-weight:bold;
    color:#000;
    line-height:24px;
    height:48px;
    overflow: hidden;
}
.news3 p{
    font-size:12px;
    color:#999;
    margin:15px 0;
}
.news3 .text{
    color:#999;
    line-height:24px;
    height:48px;
    overflow:auto;
}
.news3 .bottom{
    color:#000;
    text-align:center;
    line-height:44px;
    border-top:1px solid #e5e5e5;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#ce131c;
}
.news3:hover .bottom{
    background:#ce131c;
    border-color:#ce131c;
    color:#fff;
}

/* 传统服务 */
.ctfw{
    background:url(../images/ctfw_bg.jpg) center center/cover;
    margin-top:80px;
    padding-bottom:60px;
}
.ctfw .title1{
    max-width:80%;
    display:block;
    margin:20px auto 0;
}
.ctfw-con{
    position:relative;
}
.ctfw-con::before{
    content:"";
    width:50%;
    height:100%;
    background:url(../images/bg5.png) no-repeat center center/75%;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
.ctfw ul{
    background:#fff;
    box-shadow:0 3px 5px rgba(0, 0, 0, .2);
    border-radius:80px;
    position: relative;
    margin-bottom:20px;
    overflow: hidden;
}
.ctfw ul li{
    width:50%;
    height:80px;
    display:flex;
    align-items:center;
}
.ctfw ul li:nth-child(1){
    background:#5699ef;
    padding:0 80px 0 40px;
}
.ctfw ul li:nth-child(2){
    padding:0 40px 0 80px;
}
.ctfw ul li .text{
    width:100%;
    font-size:20px;
    font-weight:bold;
    color:#666;
    line-height:24px;
    max-height:48px;
    overflow:hidden;
    position: relative;
    z-index:10;
}
.ctfw ul li:nth-child(1) .text{
    color:#fff;
}
.ctfw ul h5{
    width:80px;
    height:80px;
    background:#ce131c;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 3px 5px rgba(0, 0, 0, .3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    transition:all .3s;
}

/* 友情链接 */
.yqlj{
    font-size:0;
    text-align:center;
    background:#ce131c;
    padding:20px 0 5px;
}
.yqlj a{
    display:inline-block;
    color:#fff;
    font-size:16px;
    line-height:18px;
    transition:all .3s;
    border-right:1px solid #fff;
    padding:0 20px;
    margin-bottom:15px;
}
.yqlj a:last-child{
    border:none;
}
.yqlj a:hover{
    color:#000;
}

.xwzx{
    margin-bottom:80px;
}

/* 联系我们 */
.lxwm{
    /*background:url(../images/lxwm_bg.jpg) center center/cover;*/
    padding:50px 0;
}
.lxwm ul li:nth-child(1){
    width:360px;
    padding-right:30px;
}
.lxwm ul li:nth-child(2){
    width:calc(100% - 530px);
    padding:0 30px;
    border-left:1px solid rgba(255, 255, 255, .3);
}
.lxwm ul li:nth-child(3){
    width:170px;
}
.lxwm ul li:nth-child(1) h5{
    font-size:18px;
    font-weight:bold;
}
.lxwm ul li:nth-child(1) .text{
    font-size:12px;
    line-height:30px;
    margin-top:20px;
}
.lxwm ul li:nth-child(1) .text b{
    font-size:24px;
}
.lxwm form dl{
    margin:0 -15px;
}
.lxwm form dl dd{
    width:50%;
    padding:0 15px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:45px;
    padding-left:30px;
    border:none;
    background:none;
    border-bottom:1px solid rgba(0, 0, 0, .1);
    margin-bottom:10px;
}
.lxwm form textarea{
    height:80px;
    padding-top:10px;
    resize:none;
}
.lxwm form button{
    width:171px;
    height:47px;
    background:#ce131c;
    font-size:18px;
    color:#fff;
    border:none;
    transition:all .3s;
}
.lxwm form button:hover{
    background:#a4060d;
}
.lxwm ul li:nth-child(3) .weixin{
    background:#fff;
    text-align:center;
    padding:10px;
}
.lxwm ul li:nth-child(3) .weixin img{
    width:150px;
    height:150px;
}
.lxwm ul li:nth-child(3) .weixin p{
    font-size:12px;
    margin-top:10px;
}

footer{
    background:#393939;
    padding:20px 0;
    font-size:12px;
    color:rgba(255, 255, 255, .3);
    text-align:center;
}
footer a{
    color:rgba(255, 255, 255, .3) !important;
    transition:all .3s;
}
footer a:hover{
    color:#fff !important;
}

/*内页左侧*/
.neiye {
    padding: 30px 0;
}

.neiye .title4 {
    background: #262626;
    position: relative;
    border-top:5px solid #484848;
    overflow: hidden;
}
.neiye .title4::before{
    content:"";
    background:#2c2c2c;
    width:60%;
    height:100%;
    position:absolute;
    top:0;
    right:-30px;
    transform:skewX(-20deg);
}
.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position:relative;
}
.neiye .title4 h5 .span2 {
    font-size: 14px;
    margin-left:10px;
    color: rgba(255, 255, 255, 0.3);
}

.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:25px;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 44px;
    color:#000;
    background: #e5e5e5;
    margin-top: 1px;
    transition:all .3s;
    padding: 0 5px 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}

.neiye .nav_box .nav2 .span4 {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    transition: all .3s;
    background: #fff;
    color: #000;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    color: #fff;
    background:#ce131c;
}
.neiye .nav_box .nav2:hover .span4,
.neiye .nav_box .nav2.active .span4 {
    background: #fff;
    color: #000;
}
.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;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.neiye .nav1 ul li:last-child a{
    border:none;
}
.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #f08300;
}
.neiye .lxfs .title4{
    border:none;
}
.neiye .lxfs .con {
    border: 1px solid #e5e5e5;
    margin-top: 3px;
}
.neiye .lxfs .phone {
    padding: 20px;
    background: url(../images/icon3.png) no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #ce131c;
}
.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 #d4d4d4;
    margin-bottom: 20px;
}
.neiye .title5 h5 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding:20px 15px;
    position: relative;
}
.neiye .title5 h5::before{
    content:"";
    width:100%;
    height:0;
    position:absolute;
    bottom:-1px;
    left:0;
    border-bottom: 5px solid #ce131c;
    border-right: 5px solid transparent;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}

.news4{
    display:block;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:30px;
    margin-bottom:30px;
}
.news4 .rq{
    width:82px;
    text-align:center;
}
.news4 .rq .top{
    background:#ce131c;
    height:86px;
    padding-top:15px;
}
.news4 .rq .top h5{
    font-size:30px;
    font-weight:bold;
    color:#fff;
}
.news4 .rq .top p{
    font-size:12px;
    margin-top:8px;
    color:#fff;
}
.news4 .rq .bottom{
    height:45px;
    background:#000 url(../images/icon4.png) no-repeat center center;
    margin-top:1px;
    color:#fff;
    padding-top:18px;
    font-size:12px;
}
.news4 .con{
    margin-left:112px;
}
.news4 .con .imgbox{
    overflow: hidden;
    display:none;
}
.news4 .con .imgbox .img{
    width:204px;
    height:132px;
}
.news4 .con .text-box h5{
    font-size:16px;
    line-height:20px;
    color:#000;
}
.news4 .con .text-box .text{
    font-size:13px;
    color:#999;
    line-height:24px;
    height:72px;
    overflow: hidden;
    margin:10px 0;
}
.news4 .con .text-box p{
    font-size:12px;
    color:#000;
}
.news4:hover .con .img{
    transform:scale(1.1);
}
.news4:hover .con .text-box h5,
.news4:hover .con .text-box p{
    color:#ce131c;
}

.ywfw-ny ul li a{
    display:block;
    font-size:18px;
    color:#000;
    line-height:75px;
    border-bottom:1px solid #e5e5e5;
    position:relative;
    padding-left:57px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    transition:all .3s;
}
.ywfw-ny ul li a::before{
    content:"";
    width:33px;
    height:35px;
    background:#ce131c  url(../images/icon5.png) no-repeat center;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.ywfw-ny ul li a:hover{
    color:#ce131c;
}

.zpxx-ny{
    overflow: hidden;
}
.zpxx-ny ul{
    margin:0 -10px;
}
.zpxx-ny ul li{
    width:50%;
    padding:0 10px 30px;
    margin-bottom:30px;
    border-bottom:1px solid #e5e5e5;
}
.zpxx-ny ul li a{
    display:block;
   
}
.zpxx-ny ul li a .title{
    font-size:18px;
    font-weight:bold;
    color:#000;
    padding-bottom:20px;
    transition:all .3s;
}
.zpxx-ny ul li a .text-box{
    padding:20px 0;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
}
.zpxx-ny ul li a .text-box h5{
    color:#000;
    line-height:20px;
}
.zpxx-ny ul li a .text-box h5 span{
    margin-left:20px;
}
.zpxx-ny ul li a .text-box .text{
    color:#999;
    line-height:24px;
    height:48px;
    overflow:hidden;
    margin-top:10px;
}
.zpxx-ny ul li a .phone{
    color:#333;
    margin-top:20px;
}
.zpxx-ny ul li a:hover .title{
    color:#ce131c;
}




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

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


/* 右侧悬浮 */
.suspend_nav{
    background: #ce131c;
    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: #50060a;
    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 #ce131c;
    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 #ce131c;
    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 #ce131c;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ce131c;
    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 #ce131c;
    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: #ce131c;
    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:1470px){
    .ywfw-con .but{
        display:none;
    }
}
@media(max-width:1199px){
    .logo-box .phone{
        padding-left:40px;
        margin-top:28px;
    }
    .logo-box .phone h5{
        font-size:20px;
    }
    .news2{
        padding:20px 10px;
    }
    .neiye .lxfs .phone h5{
        font-size:18px;
    }
}
@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: #ce131c;
    }
    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: #ce131c;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #ce131c;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 {
        border:none;
    }
    .neiye .title4 .span1 {
        display: none;
    }
    .neiye .title4 h5 {
        padding-left: 15px;
        line-height: 45px;
    }
    .neiye .title4 h5 .span2 {
        display: none;
    }
    .neiye .nav_box .nav2 {
        text-align: center;
        line-height: 38px;
    }
    .neiye .nav_box .nav2 .con {
        padding: 0 5px;
    }
    .neiye .nav_box .nav2 .span4 {
        display: none;
    }
    .neiye .nav1 ul.active {
        display: none;
    }
    .neiye .nav1 ul li a {
        text-align: center;
        padding: 0 5px;
    }
    .neiye .nav1 ul li a .span5 {
        display: none;
    }
    .neiye .nav_box {
        margin-bottom: 20px;
    }
    .neiye {
        padding: 20px 0;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .title1{
        margin:50px 0 40px;
    }
    .ywfw{
        padding-bottom:50px;
    }
    .ywfw .more{
        margin-top:40px;
    }
    .fwlc ul li{
        width:33.33%;
        margin-bottom:20px;
    }
    .fwlc ul li:nth-child(3)::before{
        display:none;
    }
    .fwnr{
        margin-top:30px;
        padding-bottom:36px;
    }
    .ctfw{
        margin-top:50px;
        padding-bottom:30px;
    }
    .lxwm{
        text-align:center;
    }
    .lxwm ul li{
        width:100% !important;
        padding:0 !important;
    }
    .lxwm ul li:nth-child(2){
        border:none;
    }
    .lxwm ul li:nth-child(3) .weixin{
        display:inline-block;
        float:none !important;
        margin-top:20px;
    }
    .lxwm ul li:nth-child(1) h5,
    .lxwm ul li:nth-child(1) .text,
    .lxwm form input,
    .lxwm form textarea{
        color:#fff;
    }
}

@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:3px;
    }
    .banner .swiper-pagination-bullet{
        width:7px;
        height:7px;
        margin:0 3px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:13px;
        margin-top:10px;
    }
    .news1{
        padding:20px 10px;
    }
    .news1 h5{
        font-size:16px;
        line-height:25px;
        margin-top:15px;
    }
    .news1 p{
        padding-bottom:15px;
    }
    .news1 b{
        margin-top:15px;
    }
    .ywfw{
        padding-bottom:30px;
    }
    .ywfw .more{
        width:160px;
        line-height:35px;
        font-size:16px;
        margin-top:30px;
    }
    .fwlc ul li .con .text{
        font-size:14px;
        line-height:22px;
        height:44px;
        margin-top:15px;
    }
    .fwnr{
        margin-top:10px;
    }
    .news2 .imgbox{
        width:100px;
        height:84px;
    }
    .news2 .imgbox img{
        max-width:80%;
    }
    .news2 .text-box{
        margin-left:110px;
    }
    .news2 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .news2 .text-box .text{
        font-size:14px;
        line-height:22px;
        height:44px;
    }
    .fwnr{
        padding-bottom:16px;
    }
    .news3 .text-box{
        padding:10px;
    }
    .news3 p{
        margin:10px 0 5px;
    }
    .news3 .bottom{
        line-height:35px;
    }
    .ctfw ul{
        border-radius:0;
        overflow:initial;
        margin-top:80px;
    }
    .ctfw ul li{
        width:100%;
        padding:0 10px !important;
    }
    .ctfw ul li .text{
        font-size:16px;
    }
    .ctfw ul h5{
       top:-25px;
       transform:translate(-50%,0,0);
       font-size:20px;
       border-radius:0;
       width:120px;
       height:50px;
       border-top-left-radius:20px;
       border-top-right-radius:20px;
    }
    .ctfw-con::before{
        display:none;
    }
    .ctfw{
        padding-bottom:10px;
    }
    .yqlj a{
        font-size:14px;
    }
    .lxwm{
        padding:30px 0;
    }
    .lxwm form dl dd{
        width:100%;
    }
    .lxwm form input, .lxwm form textarea{
        padding-left:0;
    }
    .lxwm form button{
        width:100%;
        height:40px;
        font-size:16px;
    }
    .lxwm ul li:nth-child(1) h5{
        font-size:16px;
    }
    .lxwm ul li:nth-child(1) .text b{
        font-size:20px;
    }
    .news4{
        margin-bottom:15px;
        padding-bottom:15px;
    }
    .news4 .con{
        margin-left:92px;
    }
    .ywfw-ny ul li a{
        line-height:50px;
        font-size:16px;
        padding-left:45px;
    }
    .zpxx-ny ul li{
        width:100%;
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .zpxx-ny ul li a .title{
        padding-bottom:10px;
        font-size:16px;
    }
    .zpxx-ny ul li a .text-box{
        padding:10px 0;
    }
    .zpxx-ny ul li a .text-box .text{
        height:auto;
        max-height:48px;
    }
    .zpxx-ny ul li a .phone{
        margin-top:10px;
    }
}
@media (max-width:600px){
    .fwlc ul li::before{
        display:none;
    }
    .fwlc ul li .con .imgbox{
        width:120px;
        height:120px;
    }
    .fwlc ul li .con .imgbox .img img{
        max-height:40px;
    }
    .news4 .rq{
        width:100%;
        float:none !important;
    }
    .news4 .con{
        margin-left:0;
    }
    .news4 .con .imgbox .img{
        width:120px;
        height:90px;
    }
    .news4 .con .text-box .text{
        line-height:22px;
        height:44px;
        margin:5px 0;
    }
    .news4 .rq .bottom{
        display:none;
    }
    .news4 .rq .top{
        margin-bottom:5px;
        height:auto;
        padding:5px 0;
    }
    .news4 .rq .top h5{
        font-size:20px;
    }
    .news4 .rq .top p{
        margin-top:5px;
    }
    .xwzx{
        margin-bottom:30px;
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news1 .imgbox{
        width:100px;
        height:100px;
    }
    .fwlc ul li{
        width:50%;
    }
}