/*全局样式*/
@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: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}

.logo-box{
    height:95px;
}
.logo-box .logo{
    height:95px;
    line-height:95px;
    max-width:24.6%;
}
.logo-box .logo-2{
    max-width:26.7%;
    margin-left:20px;
}
.logo-box .logo img{
    max-width:100%;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 bottom/auto 90%;
    padding-left:35px;
    margin-top:33px;
}
.logo-box .phone p{
    font-size:13px;
    color:#999;
}
.logo-box .phone p span{
    font-size:22px;
    color:#b90f10;
}
.logo-box .phone h5{
    font-size:14px;
    color:#999;
    margin-top:5px;
}

/*PC端导航*/
nav {
    border-bottom:2px solid #b90f10;
}
nav a {
    color: #fff !important;
    font-size: 16px;
}

/*一级导航*/
nav ul li {
    float: left;
    width: 14.28%;
    text-align: center;
    position: relative;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    height:58px;
    padding-top:7px;
    transition:all .3s;
    border-radius:5px;
}
nav ul li a p:nth-child(1){
    font-size:18px;
    color:#333;
}
nav ul li a p:nth-child(2){
    display:block;
    font-size:14px;
    color:#999;
    margin-top:2px;
}
nav ul li a:hover,
nav ul li a.active {
    background: #b90f10;
}
nav ul li a:hover p,
nav ul li a.active p{
    color:#fff;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    background: #32373c;
    border-radius:5px;
    margin-top:2px;
}
nav ul li ul li a {
    font-size: 15px;
    height:45px;
    line-height: 45px;
    padding:0;
    
}
nav ul li:hover ul {
    display: block;
}

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

.title1{
    margin:50px 0 30px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:36px;
    color:#333;
    display:inline-block;
    position:relative;
}
.title1 h5 img{
    position: relative;
    top:-3px;
}
.title1 h5 span{
    margin:0 5px;
}
.title1 h5::before,
.title1 h5::after{
    content:"";
    width:1000%;
    height:1px;
    background:#eee;
    position: absolute;
    top:50%;
    right:100%;
    margin-right:5px;
}
.title1 h5::after{
    right:auto;
    left:100%;
    margin:0 0 0 5px;
}
.title1 p{
    font-size:20px;
    color:#999;
    margin-top:8px;
}

/* 关于我们 */
.gywm .imgbox{
    display:block;
    overflow: hidden;
}
.gywm .imgbox .img{
    height:395px;
}
.gywm .imgbox:hover .img{

}
.gywm .text-box .text{
    font-size:16px;
    color:#999;
    line-height:35px;
    height:350px;
    overflow: hidden;
}
.gywm .text-box a{
    font-size:18px;
    color:#b90f10;
    margin-top:10px;
}
.gywm .text-box a:hover{
    transform:scale(1.1);
}

/* 业务领域 */
.ywly ul{
    margin:0 -25px;
}
.ywly ul li{
    width:25%;
    padding:0 25px;
    margin-bottom:20px;
}
.ywly ul li a{
    display:block;
}
.ywly ul li a .imgbox{
    border-radius:50%;
    position: relative;
    width:200px;
    height:177px;
    margin:0 auto;
}
.ywly ul li a .imgboxex{
    border-radius:50%;
    position: relative;
    width:200px;
    height:200px;
    margin:0 auto;
}
.ywly ul li a .imgbox .img{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.ywly ul li a .imgboxex .img{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.ywly ul li a .imgbox .img img{
    max-height:87%;
    transition:all .3s;
}
.ywly ul li a .imgboxex .img img{
    max-height:70%;
    transition:all .3s;
}
.ywly ul li a h5{
    font-size:28px;
    color:#333;
    line-height:35px;
    margin-top:20px;
    text-align:center;
    transition:all .3s;
}
.ywly ul li a:hover .imgbox .img img{
    transform:scale(0.9);
}
.ywly ul li a:hover .imgboxex .img img{
    transform:scale(0.9);
}
.ywly ul li a:hover h5{
    color:#b90f10;
}

/* 专业团队 */
.zytd{
    background:#f5f5f5;
    margin-top:30px;
    padding-bottom:45px;
}
.zytd .swiper-container{
    padding:5px;
    margin:0 -5px;
}
.news1{
    display:block;
    background:#fff;
    padding:20px;
}
.news1 .imgbox{
    border-radius:50%;
    background:#ccc;
    overflow: hidden;
}
.news1 .imgbox .img{
    border-radius:50%;
}
.news1 h5{
    font-size:24px;
    color:#333;
    line-height:60px;
    position: relative;
    text-align:center;
}
.news1 h5::before{
    content:"";
    width:100%;
    height:1px;
    background:#e5e5e5;
    position:absolute;
    bottom:0;
    left:0;
}
.news1 h5::after{
    content:"";
    width:128px;
    height:2px;
    background:#b90f10;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news1 .text{
    font-size:18px;
    line-height:35px;
    color:#999;
    margin-top:15px;
    height:210px;
    overflow: hidden;
}
.news1:hover .img{
    transform:scale(1.1);
}

.news1:hover h5{
    color:#b90f10;
}
.news1:hover{
    box-shadow:0 0 5px rgba(0, 0, 0, .3);
}
.zytd .more1{
    margin-bottom:0;
}

/* 新闻资讯 */
.news3{
    display:block;
    overflow: hidden;
}
.news3 .img{
    height:365px;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news4 a{
    display:block;
    padding-bottom:5px;
    border-bottom:1px dashed #c7c6c6;
    margin-bottom:15px;
}
.news4 a:last-child{
    margin:0;
}
.news4 a .rq{
    height:75px;
    width:64px;
    border-right:1px solid #c7c6c6;
    padding-top:15px;
}
.news4 a .rq .con{
    text-align:center;
}
.news4 a .rq p{
    font-size:19px;
    color:#c7c6c6;
    transition:all .3s;
}
.news4 a .rq b{
    font-size:19px;
    color:#999;
    margin-top:8px;
    transition:all .3s;
}
.news4 a .text-box{
    margin-left:76px;
}
.news4 a .text-box h5{
    font-size:16px;
    color:#333;
    line-height:20px;
    transition:all .3s;
}
.news4 a .text-box .text{
    line-height:25px;
    color:#999;
    height:50px;
    overflow: hidden;
    margin-top:5px;
    transition:all .3s;
}
.news4 a:hover h5,
.news4 a:hover .text,
.news4 a:hover .rq p,
.news4 a:hover .rq b{
    color:#b90f10;
}

a.more1{
    display:block;
    width:136px;
    line-height:38px;
    border:1px solid #b90f10;
    font-size:20px;
    color:#b90f10;
    margin:40px auto 50px;
    text-align:center;
}
a.more1:hover{
    background:#b90f10;
    color:#fff;
}

.xwzx a.more1{
    margin-bottom:0;
}

/* 经典案例 */
.jdal_con{
    position: relative;
    padding-bottom:50px;
}
.jdal_con .swiper-pagination{
    text-align:center;
    width:100%;
    bottom:0;
}
.jdal_con .swiper-pagination-clickable .swiper-pagination-bullet{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#b90f10;
    opacity:.3;
}
.jdal_con .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
}
.news2{
    display:block;
    overflow: hidden;
    background:#fff;
}
.news2 .mask{
    background:rgba(0, 0, 0, .4);
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align:center;
    transition:all .5s;
}
.news2 .mask h5{
    font-size:20px;
    color:#fff;
    line-height:35px;
    margin-top:30px;
}
.jdal_con .swiper-slide-active .news2 .mask{
    opacity:0;
}
.jdal_con .swiper-slide-active .news2:hover .img{
    transform:scale(1.1);
}

/* 党建工作 */
.djgz{
    background:#f5f5f5;
    margin-top:50px;
}
.news5{
    display:block;
    overflow:hidden;
}
.news5:hover .img{
    transform:scale(1.1);
}

/* 招贤纳士 */
.news6{
    display:block;
}
.news6 .imgbox{
    overflow: hidden;
}
.news6 .imgbox .img{
    transition:all .3s;
}
.news6 .text{
    font-size:20px;
    color:#666;
    line-height:30px;
    height:60px;
    margin-top:20px;
    text-align:center;
    transition:all .3s;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover .text{
    color:#b90f10;
}

/* 联系我们 */
.lxwm{
    padding-bottom:50px;
}
.lxwm dl{
    margin-bottom:10px;
}
.lxwm dl dt{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
}
.lxwm dl dt img{
    max-height:20px;
}
.lxwm dl dd{
    margin-left:40px;
    line-height:30px;
    font-size:16px;
    color:#666;
}
.lxwm img.img-1{
    max-width:100%;
    display:block;
    margin:0 auto;
}

/* footer */
footer{
    background:#3a3d42;
}
footer .top{
    padding:30px 0;
}
footer .top .title{
    font-size:24px;
    font-weight:bold;
    color:#fff;
    margin-bottom:20px;
}
footer .top .con1 dl{
    margin-bottom:20px;
}
footer .top .con1 dl dt{
    font-size:18px;
    color:#fff;
    margin-bottom:10px;
    font-weight:normal;
}
footer .top .con1 dl dd{
    font-size:0;
}
footer .top .con1 dl dd a{
    display:inline-block;
    font-size:16px;
    color:#dedede;
    line-height:30px;
    margin-right:10px;
    transition:all .3s;
}
footer .top .con1 dl dd a:hover{
    color:#b90f10;
}
footer .top .con2{
    font-size:0;
    border-top:1px dashed #dedede;
    padding-top:20px;
}
footer .top .con2 a{
    display:inline-block;
    font-size:16px;
    color:#dedede;
    line-height:18px;
    margin:0 10px 5px 0;
    transition:all .3s;
    border-right:1px solid #fff;
    padding-right:10px;
}
footer .top .con2 a:last-child{
    border:none;
}
footer .top .con2 a:hover{
    color:#b90f10;
}
footer .top .con3 img{
    width:186px;
    height:186px;
    border:5px solid #fff;
}
footer .top .con3 .text{
    font-size:16px;
    color:#dedede;
    line-height:30px;
    margin-top:5px;
}
footer .bottom{
    background:#1b1b1b;
    font-size:16px;
    color:#dedede;
    line-height:25px;
    padding:30px 0;
}
footer .bottom a{
    color:#dedede;
    transition:all .3s;
}
footer .bottom a:hover{
    color:#b90f10;
}

/*内页导航*/
.neiye {
    padding: 40px 0;
}
.ny_nav .title {
    height: 78px;
    line-height: 78px;
    /*background: #b90f10; */
	background: #232323; 
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}
.ny_nav .title .span1.active {
    transform: rotate(180deg);
}
.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.ny_nav ul a {
    display: block;
    line-height: 40px;
    background: #eaeaea url(../images/icon6.png) no-repeat 95% center;
    font-size: 16px;
    color: #323232;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding: 0 30px 0 15px;
}
.ny_nav ul li a:hover {
    color: #b90f10;
}
.ny_nav ul li a.active {
    background-color: #b90f10;
    color: #fff;
}
.ny_nav dl {
    display: none;
}
.ny_nav dl.active {
    display: block;
}
.ny_nav dl dd a {
    line-height: 40px;
    text-align: center;
    color: #353535;
    background: #efefef;
    font-size: 16px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
}
.ny_nav dl dd:last-child a {
    border: none;
}
.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
    color: #009b52;
}
.neiye .lxfs {
    margin-top: 35px;
}
.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}
.neiye .lxfs .imgbox img {
    width: 100%;
}
.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}
.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding-right: 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #b90f10;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
}

.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a {
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #b90f10;
}

/* 新闻中心内页 */
.xwzx_ny a {
    display: block;
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
}
.xwzx_ny a .imgbox {
    width: 214px;
    height: 142px;
    overflow: hidden;
}
.xwzx_ny a .imgbox .img {
    width: 100%;
    height: 100%;
}
.xwzx_ny a .text_box {
    margin-left: 240px;
}
.xwzx_ny a .text_box h5 {
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}
.xwzx_ny a .text_box .text {
    color: #6c6c6c;
    line-height: 25px;
    height: 50px;
    margin: 15px 0;
    overflow: hidden;
}
.xwzx_ny a .text_box .more {
    width: 85px;
    line-height: 24px;
    background: #c5c5c5;
    color: #fff;
    text-align: center;
}
.xwzx_ny a:hover .img {
    transform: scale(1.1);
}
.xwzx_ny a:hover h5 {
    color: #b90f10;
}
.xwzx_ny a:hover .more {
    background: #b90f10;
    color: #fff;
}

.zxns-ny a{
    display:block;
    position: relative;
    border-bottom:1px solid #aaa;
    padding-bottom:30px;
    margin-bottom:30px;
}
.zxns-ny a h5{
    font-size:18px;
    color:#666;
    line-height:30px;
}
.zxns-ny a h5 span{
    color:#3b90d0;
    margin-left:30px;
    transition:all .3s;
}
.zxns-ny a b{
    font-weight:normal;
    font-size:18px;
    color:#3b90d0;
    line-height:30px;
    margin-top:5px;
    display:block;
    transition:all .3s;
}
.zxns-ny a p{
    font-size:16px;
    color:#b1b1b1;
    position:absolute;
    top:0;
    right:0;
    line-height:30px;
}
.zxns-ny a:hover h5 span,
.zxns-ny a:hover b{
    color:red;
}

.zytd-ny a{
    display:block;
    border-bottom:1px dashed #999;
    padding-bottom:15px;
    margin-bottom:15px;
}
.zytd-ny a .imgbox{
    width:233px;
    height:323px;
    overflow: hidden;
    background:#ccc;
}
.zytd-ny a .imgbox .img{
    width:100%;
    height:100%;
}
.zytd-ny a .text-box{
    margin-left:250px;
}
.zytd-ny a .text-box h5{
    font-size:22px;
    color:#333;
    line-height:30px;
}
.zytd-ny a .text-box .text{
    color:#999;
    line-height:30px;
    height:240px;
    overflow: hidden;
}
.zytd-ny a .text-box p{
    color:#999;
    line-height:30px;
    position: relative;
    padding-left:10px;
    height:60px;
    overflow: hidden;
}
.zytd-ny a .text-box p::before{
    content:"";
    width:3px;
    height:20px;
    background:#b90f10;
    position: absolute;
    top:4px;
    left:0;
}
.zytd-ny a:hover .img{
    transform:scale(1.1);
}
.zytd-ny a:hover h5{
    color:#b90f10;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.news7{
    display:block;
    margin:0 10px 20px;
}
.news7 .imgbox{
    overflow:hidden;
}
.news7 h5{
    font-size:15px;
    color:#999;
    line-height:50px;
    border-bottom:1px solid #d2d2d2;
    text-align:center;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover h5{
    color:#b90f10;
}



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

/*微信弹窗*/
.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: #b90f10;
    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: #630a0a;
    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 #b90f10;
    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 #b90f10;
    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 #b90f10;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b90f10;
    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 #b90f10;
    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: #751ee8;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li {
    width: 50%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li:last-child {
    border: none;
}
.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}
.bottom_link ul li a i {
    display: block;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(max-width:1199px){
    .ywly ul{
        margin:0 -10px;
    }
    .ywly ul li{
        padding:0 10px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 95px;
        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: #b90f10;  */
		background: #232323;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 50px;
        font-size: 18px;
    }
    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: #b90f10;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #b90f10;
    }
    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 30px;
    }
    .ny_nav {
        margin-bottom: 20px;
    }
    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }
    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        background: none;
        margin-top: 1px;
        border: 1px solid #eee;
    }
    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }
    .ny_nav dl.active {
        display: none;
    }
    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .lxwm img.img-1{
        margin-top:30px;
    }
    .gywm .imgbox .img{
        height:auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:350px;
        margin-top:10px;
    }
    .ywly ul li a h5{
        font-size:18px;
    }
    .news3{
        margin-bottom:20px;
    }
    .news3 .img{
        height:auto;
    }
    footer .top .con3{
        margin-top:30px;
    }
    footer .bottom{
        text-align:center;
    }
    footer .bottom .col-md-6{
        text-align:center;
    }
    .ywly ul li a .imgbox{
        width:10px;
        /*height:auto;*/
    }
    .ywly ul li a .imgboxes {
    width: auto;
    height: auto;
}

}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    #myCarousel .carousel-indicators {
        bottom: 2px;
    }
    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .xwzx_ny a {
        padding: 10px;
        margin-bottom: 10px;
    }
    .xwzx_ny a .imgbox {
        width: 120px;
        height: 100px;
    }
    .xwzx_ny a .text_box {
        margin-left: 130px;
    }
    .xwzx_ny a .text_box h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .xwzx_ny a .text_box .text {
        line-height: 18px;
        height: 36px;
        margin: 5px 0 8px;
        font-size: 13px;
    }
    .xwzx_ny a .text_box .more {
        width: 80px;
        line-height: 23px;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
        max-width:50%;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:13px;
    }
    .gywm .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:250px;
    }
    .gywm .text-box a{
        font-size:16px;
    }
    .ywly ul{
        margin:0 -5px;
    }
    .ywly ul li{
        width:45%;
        margin-bottom:20px;
        margin: 2.5%;
    }
    .ywly ul li a h5{
        font-size:16px;
        margin-top:10px;
        line-height:20px;
    }
    .zytd{
        margin-top:10px;
        padding-bottom:25px;
    }
    .news1 h5{
        font-size:16px;
    }
    .news1 .text{
        font-size:14px;
        line-height:25px;
        height:100px;
    }
    a.more1{
        width:120px;
        line-height:35px;
        margin:30px auto;
        font-size:16px;
    }
    .news6 .text{
        font-size:16px;
        line-height:30px;
        height:60px;
        margin-top:10px;
    }
    .djgz{
        margin-top:30px;
    }
    .lxwm{
        padding-bottom:30px;
    }
    footer .top .title{
        font-size:20px;
    }
    footer .top .con1 dl dt{
        font-size:16px;
    }
    footer .top .con1 dl dd a,
    footer .bottom,
    footer .top .con2 a{
        font-size:14px;
    }
    footer .top .con3 .text{
        font-size:14px;
        line-height:25px;
    }
    .zxns-ny a{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .zxns-ny a h5,
    .zxns-ny a p{
        font-size:14px;
    }
    .zxns-ny a b{
        font-size:14px;
        margin:0;
    }
    .zytd-ny a .imgbox{
        width:120px;
        height:165px;
    }
    .zytd-ny a .text-box{
        margin-left:130px;
    }
    .zytd-ny a .text-box h5{
        font-size:16px;
        line-height:20px;
    }
    .zytd-ny a .text-box .text{
        line-height:25px;
        height:100px;
    }
    .zytd-ny a .text-box p{
        line-height:25px;
        height:50px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .news7{
        display:block;
        margin:0 5px 10px;
    }
    .news7 h5{
        line-height:35px;
        font-size:16px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
        max-width:65%;
    }
    .ywly ul li a h5{
        font-size:14px;
    }
    .news1 h5{
        line-height:40px;
    }
    .news1{
        padding:10px;
    }
    .news1 .text{
        margin-top:5px;
    }
    .zxns-ny a p{
        position: initial;
    }
    .zxns-ny a h5 span{
        display:block;
        margin:0;
    }
}