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


header .top{
    height:38px;
    border-bottom:1px solid #cbcbcc;
}
header .top h5{
    font-size:12px;
    color:#5e5e5e;
    line-height:38px;
}
header .top ul li{
    line-height:38px;
}
header .top ul li a{
    font-size:12px;
    color:#5e5e5e;
    border-left:1px solid #cbcbcc;
    padding-left:10px;
    margin-left:10px;
    transition:all .3s;
}
header .top ul li a:hover{
    color:#5aa8ff;
}
header .top ul li:first-child a{
    border:none;
}

.logo_box{
    height:100px;
    background:url(../images/bg1.jpg) center center/cover;
}
.logo_box .logo{
    height:100px;
    line-height:100px;
}
.logo_box .logo img{
    max-width:100%;
}
.logo_box form{
    margin:36px 100px 0 0;
}
.logo_box form input{
    width:243px;
    height:28px;
    padding:0 10px;
    border:none;
    border:1px solid #535353;
    border-right:none;
}
.logo_box form button{
    width:48px;
    height:28px;
    background:#489eff;
    color:#fff;
    border:none;
    transition:all .3s;
}
.logo_box form button:hover{
    background-color:#196fd0;
}
.logo_box .phone{
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:60px;
    height:41px;
    margin-top:29.5px;
}
.logo_box .phone p{
    color:#434343;
    margin:2px 0 2px;
}
.logo_box .phone h5{
    font-size:18px;
    font-weight:bold;
    color:#489eff;
}

/*PC端导航*/
nav {
   background:#5aa8ff;
}
nav a {
    color: #fff !important;
    font-size: 16px;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 11.11%;
    text-align: center;
    position: relative;
    line-height: 65px;
    position: relative;
}
nav ul li::before{
    content:"";
    width:calc(100% + 6px);
    height:calc(100% + 6px);
    background:url(../images/bg2.png) no-repeat center center/100% 100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    opacity:0;
}
nav ul li a {
    display: block;
    position: relative;
}
nav ul li:hover::before,
nav ul li.active::before{
   opacity:1;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background: #fff;
}
nav ul li ul li::before{
    display:none;
}
nav ul li ul li a {
    font-size: 14px;
    color:#666 !important;
}
nav ul li ul li a:hover{
    color:red !important;
}
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: #5aa8ff;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #5aa8ff;
    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: 44px;
    height: 6px;
    margin: 1px 3px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
}
#myCarousel .carousel-indicators .active {
    width: 44px;
    height: 6px;
    margin: 1px 3px;
    background: #5aa8ff;
    border-color: #5aa8ff;
}

.title1{
    margin:60px 0 30px;
    text-align:center;
}
.title1 p{
    font-size:14px;
}
.title1 h5{
    font-size:36px;
    font-weight:bold;
    color:#2c3740;
    margin:5px 0;
}

.nav1{
    text-align:center;
    margin-bottom:10px;
    font-size:0;
}
.nav1 a{
    display:inline-block;
    width:140px;
    line-height:44px;
    border:1px solid #aaa;
    font-size:18px;
    color:#0066d7;
    margin:0 10px 20px;
}
.nav1 a:hover{
    border-color:#5aa8ff;
}
.nav1 a.active{
    border-color:#5aa8ff;
    background:#5aa8ff;
    color:#fff;
}

.news1{
    display:block;
    border:1px solid #e7e7e7;
}
.news1 .imgbox{
    overflow: hidden;
    padding:5px;
}
.news1 h5{
    line-height:30px;
    color:#292929;
    padding:0 10px;
    position: relative;
    border-top:1px solid #e7e7e7;
    text-align:center;
}
/* .news1 h5::before{
    content:"";
    border-left:8px solid #000;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    position: absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    transition:all .3s;
} */
.news1:hover,
.news1:hover h5{
    border-color:#0066d7;
    color:#0066d7;
}
.news1:hover h5::before{
    border-left-color:#0066d7;
}
a.more1{
    display:block;
    width:162px;
    height:40px;
    border:1px solid #c9c9c9;
    background:url(../images/icon3.png) no-repeat center center;
    margin:30px auto 0;
}
a.more1:hover{
    background:#5aa8ff url(../images/icon3-2.png) no-repeat center center;
    border-color:#5aa8ff;
}

/* 公司概况 */
.nav2{
    margin-top:15px;
}
.nav2 a{
    display:block;
    line-height:50px;
    border-bottom:1px solid #d7d7d7;
    position: relative;
    padding:0 30px 0 57px;
    font-size:18px;
    font-weight:bold;
    color:#2f2f2f;
}
.nav2 a .img{
    width:57px;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.nav2 a .img img.img-2{
    display:none;
}
.nav2 a::before{
    content:"";
    border-top:6.5px solid transparent;
    border-bottom:6.5px solid transparent;
    border-left:7px solid #2f2f2f;
    position:absolute;
    top:50%;
    right:16px;
    transform:translateY(-50%);
}
.nav2 a::after{
    content:"";
    width:5px;
    height:28px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.nav2 a.active{
    background-color:#5aa8ff;
    color:#fff;
}
.nav2 a.active::before{
    border-left-color:#fff;
}
.nav2 a.active .img img.img-1{
    display:none;
}
.nav2 a.active .img img.img-2{
    display:block;
}
.gsgk .con-box{
    height:332px;
}
.gsgk .con{
    position:relative;
    padding-right:38%;
    display:none;
}
.gsgk .con.active{
    display:block;
}
.gsgk .con .imgbox{
    border:1px solid #dcdcdc;
    padding:1px;
}
.gsgk .con .imgbox .img{
    border:1px solid #dcdcdc;
    height:328px;
}
.gsgk .con .text-box{
    width:45%;
    background:#fff;
    padding:30px; 
    position: absolute;
    top:15px;
    right:0;
    z-index:2;
    box-shadow:0 0 6px rgba(0, 0, 0, .3);
}
.gsgk .con .text-box h5{
    font-size:18px;
    color:#292929;
}
.gsgk .con .text-box h5 span{
    font-size:12px;
    color:#b1b1b1;
    margin-left:5px;
}
.gsgk .con .text-box p{
    font-size:12px;
    color:#b1b1b1;
    margin-top:10px;
}
.gsgk .con .text-box .text{
    font-size:12px;
    line-height:24px;
    color:#464646;
    margin:24px 0 50px;
    height:96px;
    overflow: hidden;
}
.gsgk .con .text-box a{
    display:block;
    width:92px;
    line-height:25px;
    border:1px solid #e1e1e1;
    color:#acacac;
    text-align:center;
    font-size:12px;
}
.gsgk .con .text-box a:hover{
    background:#5aa8ff;
    border-color:#5aa8ff;
    color:#fff;
}

/* 企业文化 */
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 h5{
    font-size:16px;
    line-height:25px;
    color:#535353;
    margin:10px 0;
}
.news2 .text{
    color:#8e8888;
    line-height:24px;
    height:120px;
    overflow:hidden;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#5aa8ff;
}

/* 项目展示 */
.news3{
    display:block;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    font-size:18px;
    color:#333;
    line-height:20px;
    margin-top:15px;
    text-align:center;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#5aa8ff;
}
.xmzs-con{
    position: relative;
}
.xmzs-con .but{
    width:30px;
    height:34px;
    background:url(../images/jt.png) no-repeat center center;
    margin-top:-17px;
    left:-60px;
    opacity:1;
}
.xmzs-con .but:hover{
    background:url(../images/jt2.png) no-repeat center center;
}
.xmzs-con .swiper-button-next{
    left:auto;
    right:-60px;
    transform:rotateY(180deg);
}

/* 新闻中心 */
.news5{
    display:block;
}
.news5 .imgbox{
    overflow: hidden;
}
.news5 h5{
    font-size:16px;
    line-height:25px;
    font-weight:bold;
    color:#1a1d1f;
    margin-top:30px;
}
.news5 .text{
    color:#1a1d1f;
    line-height:20px;
    height:40px;
    margin-top:10px;
    overflow: hidden;
}
.news5:hover .img{
    transform:scale(1.1);
}
.news5:hover h5{
    color:#51a0f7;
}
.news6{
    display:block;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #dadada;
}
.news6 .rq{
    width:121px;
    text-align:center;
}
.news6 .rq h4{
    font-size:48px;
    color:#292929;
    transition:all .3s;
}
.news6 .rq p{
    font-size:16px;
    color:#696969;
    margin-top:8px;
    transition:all .3s;
}
.news6 .text-box{
    padding:2px 0 0 140px;
}
.news6 .text-box h5{
    font-size:16px;
    font-weight:bold;
    color:#292929;
    line-height:20px;
    max-height:40px;
    overflow: hidden;
}
.news6 .text-box .text{
    line-height:22px;
    height:44px;
    overflow:hidden;
    margin-top:15px;
    color:#696969;
    transition:all .3s;
}
.news6:last-child{
    border:none;
}
.news6:hover .text-box h5,
.news6:hover .text-box .text,
.news6:hover .rq h4,
.news6:hover .rq p{
    color:#51a0f7;
}

/* 通知公告 */
.tztg{
    margin:50px 0;
}
.tztg .title{
    position: absolute;
    top:0;
    left:0;
}
.tztg .title h5{
    font-size:24px;
    font-weight:bold;
    color:#292929;
}
.tztg .title p{
    font-size:10px;
    color:#999;
    margin-top:5px;
}
.tztg-con{
    position: relative;
    padding-left:140px;
}
.tztg-con .swiper-slide a{
    display:block;
    border:1px solid #d2d2d2;
    padding:20px;
    transition:all .3s;
}
.tztg-con .swiper-slide a h5{
    font-size:16px;
    font-weight:bold;
    color:#292929;
    line-height:32px;
    position: relative;
    padding-left:40px;
}
.tztg-con .swiper-slide a h5::before{
    content:"Q";
    width:32px;
    height:32px;
    background:#5aa8ff;
    color:#fff;
    text-align:center;
    line-height:32px;
    font-size:18px;
    font-weight:bold;
    position: absolute;
    top:0;
    left:0;
    border-radius:50%;
}
.tztg-con .swiper-slide a .text-box{
    position: relative;
    padding-left:40px;
}
.tztg-con .swiper-slide a .text-box::before{
    content:"A";
    width:32px;
    height:32px;
    background:#003673;
    color:#fff;
    text-align:center;
    line-height:32px;
    font-size:18px;
    font-weight:bold;
    position: absolute;
    top:0;
    left:0;
    border-radius:50%;
}
.tztg-con .swiper-slide a .text{
    color:#696969;
    line-height:22px;
    height:44px;
    margin-top:15px;
    overflow: hidden;
}
.tztg-con .swiper-slide a:hover{
    border-color:#5aa8ff;
}
.tztg-con .but{
    width:35px;
    height:36px;
    background:#5aa8ff url(../images/jt3.png) no-repeat center center;
    margin-top:0;
    left:0;
    top:auto;
    bottom:0;
    opacity:1;
}
.tztg-con .but:hover{
    background-color:#003673;
}
.tztg-con .swiper-button-next{
    left:41px;
    right:auto;
    transform:rotateY(180deg);
}


/* footer */
footer .top{
    border-top:1px solid #dfdfdf;
    padding:10px 0;
}
footer .top ul {
    font-size:0;
    text-align:center;
}
footer .top ul li{
    display:inline-block;
    margin:0 30px;
}
footer .top ul li a{
    color:#333;
    line-height:30px;
    font-size:14px;
    transition:all .3s;
}
footer .top ul li a:hover{
    color:#5aa8ff;
}
footer .middle{
    background:url(../images/footer.jpg) center center/cover;
}
footer .middle ul{
    margin:0 -30px;
}
footer .middle ul li{
    width:33.33%;
    padding:30px;
}
footer .middle ul li:nth-child(1){
    padding-top:85px;
}
footer .middle ul li:nth-child(1) img{
    max-width:100%;
}
footer .middle ul li:nth-child(1) h5{
    font-size:22px;
    margin:15px 0;
    color:#fff;
}
footer .middle ul li:nth-child(1) a{
    display:block;
    width:99px;
    line-height:29px;
    background:#034ea2;
    text-align:center;
    font-size:12px;
    color:#fff;
    border-radius:5px;
}
footer .middle ul li:nth-child(1) a:hover{
    background-color:#fff;
    color:#034ea2;
}
footer .middle ul li .bt{
    font-size:20px;
    color:#fff;
    padding-bottom:8px;
    position: relative;
    margin-bottom:20px;
}
footer .middle ul li .bt::before{
    content:"";
    width:22px;
    height:2px;
    background:#1cb06b;
    position: absolute;
    bottom:0;
    left:0;
}
footer .middle ul li .text{
    color:#fff;
    line-height:30px;
    font-size:16px;
}
footer .middle ul li .text2{
    font-size:0;
}
footer .middle ul li .text2 a{
    display:inline-block;
    font-size:16px;
    color:#fff;
    margin-right:20px;
    line-height:30px;
    transition:all .3s;
}
footer .middle ul li .text2 a:hover{
    color:#000;
}
footer .middle ul li:nth-child(2){
    border-left:1px solid rgba(255, 255, 255, .2);
    border-right:1px solid rgba(255, 255, 255, .2);
}
footer .bottom{
    background:#51a0f7;
    text-align:center;
    color:#fff;
    font-size:12px;
    line-height:20px;
    padding:20px 0;
}
footer .bottom a{
    color:#fff;
    transition:all .3s;
}
footer .bottom a:hover{
    color:#000;
}



/*内页导航*/
.neiye {
    padding: 40px 0;
}
.ny_nav .title {
    height: 78px;
    line-height: 78px;
    background: #207fe7;
    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: #207fe7;
}
.ny_nav ul li a.active {
    background-color: #207fe7;
    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: #2a7dc3;
}
.neiye .lxfs {
    margin-top: 35px;
}
.neiye .lxfs .con {
    background: #eaeaea;
    margin-top: 5px;
    padding: 10px;
    line-height: 30px;
}
.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding-right: 15px;
    margin-bottom: 20px;
}
.neiye .title2 h5 {
    line-height: 42px;
    background: #207fe7;
    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: #207fe7;
}
.neiye .title2 p span{
    color:#207fe7;
}

/* 新闻中心内页 */
.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: #207fe7;
}
.xwzx_ny a:hover .more {
    background: #207fe7;
    color: #fff;
}

.lxwm-ny dl{
    margin-bottom:10px;
}
.lxwm-ny dl dt{
    font-size:16px;
    color:#333;
    line-height:25px;
}
.lxwm-ny dl dt p.p1{
    width:90px;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
}
.lxwm-ny dl dt p.p2{
    margin:0 10px;
}
.lxwm-ny dl dt p.p3{
    width:50px;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
}
.lxwm-ny dl dd{
    margin-left:190px;
   
    color:#333;
    line-height:25px;
    font-size:0;
}
.lxwm-ny dl dd span{
    margin-right:30px;
    font-size:16px;
}
.lxwm-ny .dl-2{
    margin-top:50px;
}
.lxwm-ny .dl-2 dl dd{
    margin-left:105px;
    font-size:16px;
}
.lxwm-ny #map{
    height:375px;
}

/*详情页*/
.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;
}

.zpxx-ny h5{
    font-size:24px;
    font-weight:bold;
    color:#333;
    border-bottom:1px dashed #207fe7;
    padding-bottom:15px;
    margin-bottom:15px;
}
.zpxx-ny .text{
    line-height:30px;
    color:#333;
    margin-bottom:30px;
}
.ywnl-ny .con1{
    border-bottom:1px dashed #ccc;
    padding-bottom:30px;
}
.ywnl-ny .con1 h5{
    font-size:18px;
}
.ywnl-ny .con1 .text{
    font-size:13px;
    color:#6a6a6a;
    line-height:24px;
    margin-top:20px;
}
.ywnl-ny .con2{
    margin-top:30px;
}
.ywnl-ny .con2 h5{
    font-size:18px;
    margin-bottom:20px;
}
.ywnl-ny .con2 .con2-gd{
    position:relative;
    max-width:520px;
    margin:0 auto;
}
.ywnl-ny .con2 .con2-gd .swiper-container{
    border:3px solid #73b6ff;
    border-radius:5px;
}
.ywnl-ny .con2 .con2-gd .but{
    width:23px;
    height:31px;
    background:url(../images/jt4.png) no-repeat center center;
    margin-top:-15.5px;
    left:-70px;
    opacity:1;
}
.ywnl-ny .con2 .con2-gd .but:hover{
    background:url(../images/jt4-2.png) no-repeat center center;
}
.ywnl-ny .con2 .con2-gd .swiper-button-prev{
    left:auto;
    right:-70px;
    transform:rotateY(180deg);
}
.ywnl-ny .con2 .text-box .title{
    font-size:18px;
    font-weight:bold;
    color:#333;
    margin:30px 0;
    text-align:center;
}
.ywnl-ny .con2 .text-box .text{
    font-size:13px;
    line-height:24px;
    color:#6a6a6a;
}

.xmzs-ny{
    padding:0 5px;
}
.xmzs-ny .col-md-4{
    padding:0;
}
.xmzs-ny .news3,
.xmzs-ny .news1{
    margin:0 10px 20px;
}



/*微信弹窗*/
.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: #5aa8ff;
    width: 52px;
    position: fixed;
    bottom: 150px;
    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: #0f5099;
    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 #5aa8ff;
    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 #5aa8ff;
    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 #5aa8ff;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5aa8ff;
    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 #5aa8ff;
    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: #5aa8ff;
    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:1199px){
    .lxwm-ny #map{
        margin-top:30px;
    }
}
@media(max-width:1330px){
    .xmzs-con .but{
        display:none;
    }
}
@media (max-width:991px) {
    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: #5aa8ff;
    }

    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: 23px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #5aa8ff;
    }

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

    header .ydd_btn.click span {
        background: #5aa8ff;
    }

    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;
        line-height:35px;
    }
    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }
    .ny_nav dl.active {
        display: none;
    }
    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .logo_box{
        height:80px;
    }
    .logo_box .logo{
        height:80px;
        line-height:80px;
    }
    .gsgk .con-box{
        margin-top:20px;
    }
    .nav2{
        margin:0;
    }
    .news5{
        margin-bottom:30px;
    }
    .news5 h5{
        margin-top:10px;
    }
}

@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;
    }
    .title1{
        margin:30px auto;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:12px;
    }
    .nav1 a{
        width:120px;
        line-height:35px;
        font-size:14px;
        margin:0 5px 10px;
    }
    a.more1{
        width:130px;
        height:32px;
        line-height:30px;
    }
    .nav2 a{
        font-size:16px;
    }
    .gsgk .con-box{
        height:auto;
    }
    .gsgk .con .text-box{
        position:initial;
        width:100%;
        padding:10px;
    }
    .gsgk .con .text-box .text{
        height:auto;
        max-height:96px;
        margin:10px 0;
    }
    .gsgk .con .text-box h5{
        font-size:16px;
    }
    .gsgk .con .text-box h5 span{
        font-size:10px;
    }
    .gsgk .con{
        padding:0;
    }
    .gsgk .con .imgbox .img{
        height:auto;
    }
    .news2 h5{
        margin:5px 0;
    }
    .news3 h5{
        font-size:16px;
        margin-top:5px;
    }
    .news6{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .news6 .rq{
        width:90px;
    }
    .news6 .rq h4{
        font-size:30px;
    }
    .news6 .rq p{
        font-size:12px;
    }
    .news6 .text-box{
        padding-left:90px;
    }
    .news6 .text-box .text{
        margin-top:5px;
    }
    .tztg{
        margin:30px 0;
    }
    .tztg .title h5{
        font-size:20px;
    }
    .tztg-con{
        padding:0;
    }
    .tztg .title{
        position:initial;
        margin-bottom:20px;
    }
    .tztg-con .swiper-slide a{
        padding:10px;
    }
    footer .top ul li{
        margin:0 5px;
    }
    footer .middle{
        padding:20px 0;
    }
    footer .middle ul li{
        width:100%;
        height:auto !important;
        text-align:center;
        padding:10px 30px;
    }
    footer .middle ul li:nth-child(1) a{
        margin:0 auto;
    }
    footer .middle ul li:nth-child(1){
        padding-top:10px;
    }
    footer .middle ul li .bt::before{
        left:50%;
        transform: translateX(-50%);
    }
    .logo_box .logo{
        max-width:60%;
    }
    .lxwm-ny #map{
        height:220px;
    }
    .zpxx-ny h5{
        font-size:18px;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .zpxx-ny .text{
        line-height:25px;
    }
    .ywnl-ny .con1{
        padding-bottom:10px;
    }
    .ywnl-ny .con2 .con2-gd .but{
        display:none;
    }
    .ywnl-ny .con2 .text-box .title{
        font-size:16px;
        margin:15px 0;
    }
    .xmzs-ny{
        padding:0 10px;
    }
    .xmzs-ny .news3,
    .xmzs-ny .news1{
        margin:0 5px 10px;
    }
    footer .middle ul li .bt{
        font-size:16px;
    }
    footer .middle ul li .text,
    footer .middle ul li .text2 a{
        font-size:14px;
    }
    footer .middle ul li .bt{
        font-size:16px;
    }
    footer .middle ul li:nth-child(1) h5{
        font-size:18px;
    }
}

@media(max-width:600px){
    .lxwm-ny dl dd span{
        display:block;
        margin:0;
    }
    .lxwm-ny .dl-2{
        margin-top:30px;
    }
}

@media (max-width:479px) {

    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo_box{
        height:60px;
    }
    .logo_box .logo{
        height:60px;
        line-height:60px;
    }

    .lxwm-ny dl dt{
        font-size:14px;
    }
    .lxwm-ny dl dt p.p1{
        width:70px;
    }
    .lxwm-ny dl dt p.p2{
        margin:0 5px;
    }
    .lxwm-ny dl dt p.p3{
        width:45px;
    }
    .lxwm-ny dl dd{
        margin-left:140px;
    }
    .lxwm-ny dl dd span{
        font-size:14px;
    }
    .lxwm-ny .dl-2 dl dd{
        font-size:14px;
        margin-left:80px;
    }
}