/*全局样式*/
@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;
}


.logo-box{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(0, 0, 0, .3);
}
.logo-box .logo{
    width:25%;
    height:80px;
    line-height:80px;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}

/*PC端导航*/
nav{
    position:relative;
    margin-left:35%;
}
nav a {
    display: block;
    font-size:18px;
    color: #fff !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:relative;
    z-index:10;
}
nav ul li{
    height:80px;
    line-height:80px;
    width:16.66%;
    float:left;
    text-align:center;
    position:relative;
}
nav li a span{
    font-size:12px;
    color:rgba(255, 255, 255, .5);
    margin-left:5px;
}
nav ul li.active a,
nav ul li:hover a{
    background:rgba(5, 39, 175, .6);
    color:#fff !important;
}
nav ul li:hover dl{
    visibility: initial;
}
nav ul li:hover dl>div{
    transform:translateY(0);
}
nav dl{
    position:absolute;
    width:100%;
    top:100%;
    left:0;
    z-index:5000;
    overflow: hidden;
    visibility: hidden;
}
nav dl>div{
    transition:all .3s;
    transform:translateY(-100%);
}
nav dl dd{
    line-height:40px;
    background:rgba(0, 0, 0, .6);
}
nav dl dd a{
    padding:0 5px;
    font-size:14px;
}
nav ul li.active dl dd a,
nav ul li:hover dl dd a{
    background:rgba(255, 255, 255, .3);
    color:#fff !important;
}
nav ul li dl dd a:hover{
    background:rgba(5, 39, 175, .6) !important;
    color:#fff !important;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
    height:100vh;
    cursor: move;
}
.banner .swiper-container,
.banner .swiper-slide{
    height:100%;
}
.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;
}

.gywm{
    padding:50px 0;
}
.gywm .imgbox{
    height:343px;
    display:flex;
    align-items:center;
}
.gywm .imgbox img{
    max-width:100%;
    max-height:100%;
}
.gywm .text-box h5{
    font-size:30px;
    font-weight:bold;
}
.gywm .text-box .text{
    font-size:16px;
    color:#777;
    line-height:30px;
    margin:30px 0;
    text-indent:2em;
    height:210px;
    overflow: hidden;
}
.gywm .text-box a{
    display:block;
    width:130px;
    line-height:40px;
    background:#eee;
    color:#333;
    font-size:16px;
    text-align:center;
    border-radius:50px;
}
.fuwu{
    background:#f1f1f1;
    padding-bottom:50px;
}
.title1{
    margin:50px 0;
    text-align:center;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 p{
    font-size:16px;
    color:#bbb;
    margin-top:15px;
    line-height:30px;
}

.news1{
    display:block;
}
.news1 .imgbox{
    background:#fff;
    position:relative;
    transition:all .3s;
}
.news1 .imgbox .img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.news1 .imgbox .img img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    max-width:50%;
    max-height:50%;
    transition:all .3s;
}
.news1 .imgbox .img img.icon-2{
    transform:translate3d(-50%,-50%,0) scale(0);
    opacity:0;
}
.news1 h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-align:center;
    line-height:30px;
    margin:15px 0 10px;
}
.news1 .text{
    font-size:16px;
    color:#777;
    line-height:30px;
    height:90px;
    overflow: hidden;
    text-indent:2em;
}

.chanpin{
    padding-bottom:50px;
}
.chanpin ul li a{
    position:relative;
    display:block;
}
.chanpin ul li .imgbox{
    overflow: hidden;
    width:50%;
}
.chanpin ul li .text-box{
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}
.chanpin ul li:nth-child(odd) .text-box{
    right:0;
    padding-left:30px;
}
.chanpin ul li:nth-child(even) .text-box{
    left:0;
    text-align:right;
    padding-right:30px;
}
.chanpin ul li:nth-child(even) .imgbox{
   float:right;
}
.chanpin ul li .text-box h5{
    font-size:20px;
    font-weight:bold;
    width:100%;
    transition:all .3s;
}
.chanpin ul li .text-box .text{
    width:100%;
    font-size:16px;
    color:#777;
    line-height:30px;
    margin-top:30px;
    max-height:150px;
    overflow:auto;
}

/* .chanpin .mCustomScrollBox{
    padding-right:8px;
} */
.chanpin .mCSB_scrollTools .mCSB_draggerContainer{
    left:11px;
}
.chanpin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#0527af !important;
}

.cgal{
    background:#f1f1f1;
    padding-bottom:50px;
}
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-align:center;
    line-height:30px;
    margin-top:15px;
}

.lxwm{
    padding:90px 0;
}
.lxwm ul{
    margin:0 -15px;
}
.lxwm ul li{
    width:33.33%;
    padding:0 15px;
}
.lxwm ul li .con{
    box-shadow:0 0 8px rgba(0, 0, 0, .3);
    height:220px;
    padding:30px 10px 0;
    text-align:center;
    transition:all .3s;
    position:relative;
}
.lxwm ul li .con i{
    font-size:70px;
    color:#0527af;
}
.lxwm ul li .con p{
    font-size:16px;
    line-height:30px;
    margin-top:15px;
}
.lxwm ul li .con a{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10;
}

footer{
    background:#0527af;
    padding:30px 0;
    text-align:center;
    color:rgba(255, 255, 255, .8);
    line-height:30px;
}
footer a{
    color:rgba(255, 255, 255, .8) !important;
    transition:all .3s;
}
footer a img{
    position:relative;
    top:-2px;
    margin-right:3px;
}

/*内页左侧*/
.neiye {
    padding-bottom: 50px;
}
.ny_nav .title{height:45px;line-height:45px;background:#0527af;font-size:18px;color:#fff;font-weight:bold;position:relative;padding-left:15px;}
.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;border:1px solid #eee;text-align:center;font-size:16px;color:#333;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s;}
.ny_nav ul li.active a{background:#0527af;color:#fff;}

.nav3{
    margin-bottom:40px;
    text-align:center;
    font-size:0;
}
.nav3 a{
    display:inline-block;
    border:1px solid #eee;
    min-width:120px;
    line-height:40px;
    font-size:16px;
    color:#333;
    margin:0 5px 10px;
    padding:0 10px;
    transition:all .3s;
}
.nav3 a:hover,
.nav3 a.active{
    background:#0527af;
    color:#fff;
    border-color:#0527af;
}


.fzlc ul{
    position:relative;
    margin-top:40px;
}
.fzlc ul::before{
    content:"";
    width:2px;
    height:100%;
    background:#0527af;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.fzlc ul li{
    margin:0;
    padding:20px 0;
    list-style-type:none;
}
.fzlc ul li .con h5{
    color:#000;
    font-size:18px;
    font-weight:bold;
    position:relative;
}
.fzlc ul li .con h5::before{
    content:"";
    width:10px;
    height:10px;
    background:#0527af;
    position:absolute;
    top:50%;
    right:-20px;
    border-radius:50%;
    transform:translateY(-50%);
}
.fzlc ul li .con p{
    line-height:30px;
    font-size:16px;
    color:#777;
    margin-top:5px;
    text-align:left;
}
.fzlc ul li:nth-child(odd){
    padding-right:50%;
}
.fzlc ul li:nth-child(odd) .con{
    text-align:right;
    padding-right:15px;
}
.fzlc ul li:nth-child(odd) .con p{
    text-align:right;
}
.fzlc ul li:nth-child(even){
    padding-left:50%;
}
.fzlc ul li:nth-child(even) .con{
    padding-left:15px;
}
.fzlc ul li:nth-child(even) .con h5::before{
    right:auto;
    left:-20px;
}

.hxjs ul li{
    width:30%;
}
.hxjs ul li:nth-child(2){
    width:40%;
    height:372px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.hxjs ul li:nth-child(2) img{
    max-width:90%;
}

.hxjs ul li dl{
    margin-bottom:50px;
}
.hxjs ul li dl:last-child{
    margin-bottom:0;
}
.hxjs ul li dl dt{
    font-size:18px;
}
.hxjs ul li dl dd{
    font-size:16px;
    color:#999;
    line-height:30px;
    margin-top:5px;
    height:60px;
    overflow:auto;
}

.cyzj{
    margin:0 auto;
}
.cyzj .con1 .img{
    width:180px;
    height:180px;
    border-radius:50%;
}
.cyzj .con1 .text-box{
    margin-left:200px;
    font-size:16px;
    line-height:30px;
}
.cyzj .con1 .text-box .text{
    text-indent:2em;
}
.cyzj .con1 .text-box p{
    text-align:right;
    margin-top:10px;
}
.cyzj .con2{
    margin-top:30px;
}
.cyzj .con2 dl{
    margin-bottom:10px;
}
.cyzj .con2 dl:last-child{
    margin-bottom:0;
}
.cyzj .con2 dl dt{
    font-size:16px;
    line-height:30px;
    position:relative;
    padding-left:15px;
}
.cyzj .con2 dl dt::before{
    content:"";
    width:5px;
    height:5px;
    background:#000;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.cyzj .con2 dl dd{
    font-size:16px;
    line-height:30px;
    padding-left:15px;
}

.schd dl{
    margin-bottom:30px;
    border-bottom:1px solid #eee;
    padding-bottom:30px;
}
.schd dl:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}
.schd dl dt{
    font-size:18px;
    text-align:center;
    margin-bottom:20px;
}
.schd dl dd .imgbox{
    margin-bottom:20px;
}
.schd dl dd .imgbox:last-child{
    margin-bottom:0;
}
.schd dl dd .imgbox img{
    display:block;
    width:100%;
    margin:0 auto;
}
.schd dl dd .imgbox p{
    font-size:16px;
    text-align:center;
    margin-top:10px;
}

.lx-ny ul{
    margin-top:30px;
}
.lx-ny ul li{
    font-size:16px;
    line-height:25px;
    margin-bottom:5px;
}
.lx-ny ul li i{
    margin-right:5px;
}

.hyfa{
    margin:0 auto;
}
.hyfa dl {
    border-bottom: 1px solid #0527af;
    padding-bottom: 30px;
    margin-bottom:30px;
}
.hyfa dl:last-child{
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
.hyfa dl dt{
    font-size: 16px;
    font-weight: bold;
    color: #0527af;
    text-align: center;
    padding-bottom:10px;
    position: relative;
    margin-bottom: 20px;
}
.hyfa dl dt::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #0527af;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hyfa dl dd img{
    width: 100%;
    display:block;
    margin:0 auto;
}
.hyfa dl dd .text{
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
.xnsxpt{
    margin:0 auto;
}
.xnsxpt .title-1{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#0527af;
}
.xnsxpt .title-2{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#0527af;
}
.xnsxpt .list{
    border-bottom:1px solid #0527af;
    padding-bottom:30px;
    margin-bottom:30px;
}
.xnsxpt .list:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
.xnsxpt .list ul li{
    margin-bottom:20px;
}
.xnsxpt .list ul li:last-child{
    margin:0;
}
.xnsxpt .list-1 ul li h5{
    font-size:16px;
    font-weight:bold;
    line-height:30px;
    color:#4a4949;
}
.xnsxpt .list-1 ul li .con{
    font-size:14px;
    line-height:25px;
    text-indent:2em;
}
.xnsxpt .list-1 ul li .imgbox{
    margin-top:20px;
}
.xnsxpt .list-1 ul li .imgbox img{
    display:block;
    width:100%;
}
.xnsxpt .list-1 ul li .imgbox p{
    text-align:center;
    font-size:16px;
    margin-top:5px;
}
.xnsxpt .list-2 ul li p{
    font-size:16px;
    line-height:30px;
    text-indent:2em;
}
.xnsxpt .list-2 ul li img{
    display:block;
    width:100%;
    margin-top:10px;
}
.xnsxpt .list-2 ul li h5{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}
  
.xnsxpt .list-3 .text-1{
    font-size:16px;
    line-height:30px;
    text-indent:2em;
    margin-bottom:20px;
}
.xnsxpt .list-3 ul li h5{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
}
.xnsxpt .list-3 ul li img{
    width:100%;
}
.xnsxpt .list-3 ul li .text{
    font-size:14px;
    line-height:30px;
}
.xnsxpt .list-4 img{
    width:100%;
}
.xnsxpt .list-4 .con p{
    font-size:16px;
    line-height:30px;
}

.swksh{
    margin:0 auto;
}
.swksh .title-1{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#0527af;
}
.swksh .list{
    border-bottom:1px solid #0527af;
    padding-bottom:30px;
    margin-bottom:30px;
}
.swksh .list:last-child{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}
.swksh .list-1 img{
    display:block;
    width:100%;
}
.swksh .list-1 .con-1 .text{
    line-height:25px;
    font-size:14px;
    text-indent:2em;
}
.swksh .list-1 .con-1 .imgbox{
    margin-bottom:20px;
}
.swksh .list-1 .con-1 .imgbox img{
    margin-top:10px;
}
.swksh .list ul li{
    margin-bottom:20px;
}
.swksh .list ul li:last-child{
    margin:0;
}
.swksh .list ul li img{
    width:100%;
    display:block;
    margin:0 auto;
}
.swksh .list ul li h5{
    font-size:14px;
    text-align:center;
    margin-top:5px;
}
.swksh .list-1 ul{
    border-top:1px solid #eee;
    padding-top:20px;
}

.jpkj{
    margin:0 auto;
}
.jpkj .title-1{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#0527af;
}
.jpkj .list{
    border-bottom:1px solid #0527af;
    padding-bottom:30px;
    margin-bottom:30px;
}
.jpkj .list:last-child{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}
.jpkj .list-1 ul li{
    padding-bottom:30px;
}
.jpkj .list-1 ul li:last-child{
    padding:0;
}
.jpkj .list-1 ul li h5{
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}
.jpkj .list-1 ul li .con img{
    display:block;
    width:100%;
}
.jpkj .list-1 ul li .con .text{
    font-size:14px;
    line-height:25px;
    text-indent:2em;
    margin-bottom:10px;
}
.jpkj .list-2 .video-box{
    margin-bottom:20px;
}
.jpkj .list-2 .video-box:last-child{
    margin-bottom:0;
}
.jpkj .list-2 .video-box video{
    width:100%;
}
.jpkj .list-2 .video-box p{
    font-size:14px;
    text-align:center;
    margin-top:5px;
}
.jpkj .list-2 .con img{
    display:block;
    width:100%;
}
.jpkj .list-2 .con .text{
    font-size:14px;
    line-height:25px;
}

.yyal{
    margin:0 auto;
}
.yyal .title-1{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
    color:#0527af;
}
.yyal ul li{
    border-bottom:1px solid #eee;
    padding-bottom:30px;
    margin-bottom:30px;
}
.yyal ul li:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
.yyal ul li:first-child img{
    margin-bottom:10px;
}
.yyal ul li h5{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.yyal ul li .con img{
    display:block;
    width:100%;
}
.yyal ul li .con .text{
    font-size:14px;
    line-height:25px;
}

.con-width{
    max-width:800px;
    margin:0 auto;
}
  
#map{
    height:400px;
    background:#eee;
}

/*详情页*/
.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: 30px;
    font-size:16px;
    text-indent:2em;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 10px 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: #0527af;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index:8000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #06144b;
    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 #0527af;
    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 #0527af;
    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 #0527af;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0527af;
    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 #0527af;
    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: #0527af;
    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){
    .gywm .text-box a:hover{
        background:#0527af;
        color:#fff;
    }
    .news1:hover .imgbox{
        background:#0527af;
    }
    .news1:hover .imgbox .img img.icon-1{
        transform:translate3d(-50%,-50%,0) scale(0);
        opacity:0;
    }
    .news1:hover .imgbox .img img.icon-2{
        transform:translate3d(-50%,-50%,0) scale(1);
        opacity:1;
    }
    .news1:hover h5{
        color:#0527af;
    }
    .chanpin ul li:hover .img{
        transform:scale(1.1);
    }
    .chanpin ul li:hover .text-box h5{
        color:#0527af;
    }
    .news2:hover .img{
        transform:scale(1.1);
    }
    .news2:hover h5{
        color:#0527af;
    }
    .lxwm ul li .con:hover{
        box-shadow:5px 5px 8px rgba(5, 39, 175, .6);
    }
    footer a:hover{
        color:#f8ec86 !important;
    }
}
@media (max-width:1440px){
    .container-fluid{
        max-width:1030px !important;
    }
}
@media (max-width:1366px){
    .container-fluid{
        max-width:930px !important;
    }
}
@media (max-width:991px) {
    header{
        position:initial;
    }
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 80px;
        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: #0527af;
    }

    header .sjdnav li:last-child {
        border: none;
    }

    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top:28px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #0527af;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #0527af;
    }

    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;
    }
    .banner{
        height:auto;
    }
    .logo-box{
        position:initial;
        background:#fff;
    }
    .logo-box .logo{
        width:60%;
    }
    .gywm .imgbox{
        display:block;
        text-align:center;
        margin-bottom:30px;
        height:auto;
    }
    .gywm .text-box h5{
        text-align:center;
    }
    .gywm .text-box a{
        margin:0 auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:210px;
    }
    .chanpin ul li .text-box .text{
        margin-top:20px;
    }
    .lxwm{
        padding:50px 0;
    }
    .lxwm ul{
        margin:0 -10px;
    }
    .lxwm ul li{
        padding:0 10px;
    }
    .hxjs ul li{
        width:100%;
    }
    .hxjs ul li dl,
    .hxjs ul li dl:nth-child(3){
        margin-bottom:20px;
    }
    .hxjs ul li dl dd{
        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;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .gywm{
        padding:30px 0;
    }
    .gywm .text-box h5{
        font-size:20px;
    }
    .gywm .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:125px;
        margin:15px 0;
    }
    .gywm .text-box a{
        font-size:14px;
        line-height:35px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
        line-height:20px;
    }
    .fuwu,
    .chanpin,
    .cgal{
        padding-bottom:30px;
    }
    .news1 h5{
        font-size:16px;
        margin:10px 0 5px;
    }
    .news1 .text{
        font-size:14px;
        line-height:25px;
        height:75px;
    }
    .chanpin ul li{
        margin-bottom:20px;
    }
    .chanpin ul li:last-child{
        margin-bottom:0;
    }
    .chanpin ul li .imgbox,
    .chanpin ul li .text-box{
        width:100%;
        float:none !important;
    }
    .chanpin ul li .text-box{
        position:initial;
        padding:0 !important;
        margin-top:15px !important;
    }
    .chanpin ul li .text-box h5{
        font-size:16px;
    }
    .chanpin ul li .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:initial;
        overflow:auto;
        margin-top:10px;
    }
    .chanpin ul li:nth-child(even) .text-box{
        text-align:left;
    }
    .news2 h5{
        font-size:16px;
        line-height:25px;
        margin-top:10px;
    }
    .lxwm{
        padding:30px 0;
    }
    .lxwm ul{
        margin:0 -10px;
    }
    .lxwm ul li{
        padding:0 10px;
        width:100%;
        margin-bottom:20px;
    }
    .lxwm ul li:last-child{
        margin:0;
    }
    .lxwm ul li .con{
        height:auto;
        padding:20px 10px;
    }
    .lxwm ul li .con i{
        font-size:50px;
    }
    .lxwm ul li .con p{
        font-size:14px;
        line-height:25px;
    }
    footer{
        padding:30px 0;
        line-height:25px;
    }
    .gywm .text-box a{
        background:#0527af;
        color:#fff;
    }
    .hxjs ul li dl dt{
        font-size:16px;
    }
    .hxjs ul li dl dd{
        font-size:14px;
        line-height:25px;
    }
    .neiye{
        padding:30px 0;
    }
    .fzlc ul li{
        padding:10px 0;
    }
    .fzlc ul li .con p{
        font-size:14px;
        line-height:25px;
    }
    .schd dl{
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .schd dl dt{
        font-size:16px;
    }
    .schd dl dd .imgbox p{
        font-size:14px;
    }
    .ny_nav{
        margin-bottom:30px;
    }
    .cyzj .con1 .img{
        width:120px;
        height:120px;
    }
    .cyzj .con1 .text-box{
        margin-left:130px;
        font-size: 14px;
        line-height:25px;
    }
    .cyzj .con2 dl dd,
    .xqy .con{
        font-size:14px;
        line-height:25px;
    }
    #map{
        height:300px;
    }
    .lx-ny ul li{
        font-size:14px;
    }
    .hyfa dl{
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .xnsxpt .list,
    .swksh .list,
    .jpkj .list{
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .yyal ul li{
        padding-bottom:20px;
        margin-bottom:20px;
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .cyzj .con1 .img{
        float:none !important;
        margin:0 auto;
    }
    .cyzj .con1 .text-box{
        margin:10px 0 0 0;
    }
    footer p span{
        display:block;
    }
}