/*全局样式*/
@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%;
    min-width: 320px;
    overflow:hidden;
}
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;
}

.con img{max-width:100%;}

.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 .logo{
    height:120px;
    line-height:120px;
    max-width:55%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center/auto 90%;     
    padding-left:70px;
    margin-top:30px;
}
.logo-box .phone p{
    font-size:16px;
    color:#0075C9;
}
.logo-box .phone h5{
    font-size:29px;
    color:#0075C9;
    margin-top:5px;
}

/*PC端导航*/
nav {
    background:#0075C9;
}
nav a {
    color: #fff !important;
    font-size:16px;
    transition:all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*一级导航*/
nav ul li{
    float: left;
    width:14.28%;
    text-align: center;
    position: relative;
    line-height:46px;
}
nav ul li a {
    display: block;
}
nav ul li a:hover,
nav ul li a.active{
    background:#d88900;
}

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

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#0075C9;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#0075C9;
}

.title1{
    margin:30px 0;
    text-align:center;
}
.title1 h5{
    font-size:36px;
    font-weight:bold;
}
.title1 p{
    font-size:18px;
    color:#1f1f1f;
    margin-top:30px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:100%;
    height:1px;
    background:#e5e5e5;
    position:absolute;
    top:-15px;
    left:0;
}
.title1 p::after{
    content:"";
    width:63px;
    height:5px;
    background:#0075C9;
    position:absolute;
    top:-17px;
    left:50%;
    transform:translateX(-50%);
}

.news1{
    display:block;
    overflow: hidden;
    position: relative;
}
.news1 h5{
    line-height:35px;
    background:rgba(0, 0, 0, .6);
    color:#fff;
    text-align:center;
    padding:0 5px;
    font-size:18px;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
}
.news1:hover .img{
    transform:scale(1.1);
}

.lpzs .more{
    display:block;
    width:165px;
    line-height:40px;
    background:#0075C9;
    border-radius:5px;
    font-size:20px;
    color:#fff;
    margin:30px auto;
    text-align:center;
}
.lpzs .more:hover{
    background:#0075C9;
}

/* 关于我们 */
.gywm{
    background:#eee;
    position:relative;
    padding-bottom:60px;
}
.gywm .imgbox{
    display:block;
    position: relative;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    border:6px solid #d88900;
    position:absolute;
    top:30px;
    left:30px;
    border-top-color:#0075C9;
    border-left-color:#0075C9;
}
.gywm .imgbox::after{
    content:"";
    width:6px;
    height:50%;
    position:absolute;
    top:30px;
    right:-30px;
    background:#0075C9;
}
.gywm .imgbox2{
    overflow: hidden;
    position:relative;
} 
.gywm .con1{
    padding-right:15px;
}
.gywm .text-box{
    padding-left:15px;
    margin-top:50px;
}
.gywm .text-box h5{
    font-size:24px;
    font-weight:bold;
    padding-bottom:20px;
    position: relative;
}
.gywm .text-box h5::before{
    content:"";
    width:97px;
    height:6px;
    background:#0075C9;
    position:absolute;
    bottom:0;
    left:0;
}
.gywm .text-box .text{
    line-height:30px;
    max-height:360px;
    margin:20px 0;
    overflow: hidden;
}
.gywm .text-box a{
    display:block;
    width:90px;
    line-height:30px;
    border:1px solid #1443ca;
    border-radius:30px;
    color:#1f1f1f;
    text-align:center;
    background:#fff;
    box-shadow:0 0 5px 3px rgba(0, 0, 0, .1);
}
.gywm .text-box a:hover{
    background:#1443ca;
    color:#fff;
}

.xmgw .swiper-container{
    padding-bottom:1px;
}
.news2{
   display:block;
   border:1px solid #e5e5e5;
   padding:5px;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 h5{
    line-height:35px;
    background:#0075C9;
    padding:0 10px;
    color:#fff;
    margin-top:5px;
    font-size:18px;
}
.news2 h5 span{
    margin-left:10px;
}
.news2:hover{
    border-color:#0075C9;
}
.news2:hover .img{
    transform:scale(1.1);
}

/* 资讯动态 */
.zxdt{
    background:#e7ecfa;
    margin-top:30px;
}

.nav1{
    font-size:0;
    margin-bottom:10px;
    text-align:center;
}
.nav1 a{
    display:inline-block;
    width:120px;
    line-height:38px;
    background:#fff;
    border:1px solid #1443ca;
    border-radius:30px;
    font-size:18px;
    color:#242424;
    margin:0 10px 20px;
    transition:all .3s;
}
.nav1 a:hover,
.nav1 a.active{
    background:#0075C9;
    color:#fff;
}
.zxdt{
    padding-bottom:30px;
}
.zxdt .but{
    width:27px;
    height:27px;
    background:#0075C9 url(../images/jt1.png) no-repeat center center;
    position:absolute;
    left:auto;
    top:auto;
    right:27px;
    bottom:0;
}
.zxdt .swiper-button-next{
    right:0;
    transform:rotateY(180deg);
}
.news3{
    display:block;
    overflow: hidden;
}
.news3 .img{
    height:330px;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news4{
    margin-top:10px;
}
.news4 li a{
    display:block;
    line-height:40px;
    font-size:18px;
    color:#131313;
    padding-right:110px;
    position: relative;
    font-size:16px;
    border-bottom:1px dashed #224c8a;
}
.news4 li a span{
    position:absolute;
    top:0;
    right:0;
}
.news4 li a:hover{
    color:#0075C9;
}

.news6{
    display:block;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #224c8a;
}
.news6:last-child{
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
.news6 .rq{
    width:120px;
    height:100px;
    border:1px solid #000;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    text-align:center;
    font-size:24px;
    color:#fff;
    background:#0075C9;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s;
}
.news6 .rq h5{
    font-size:24px;
    font-weight:bold;
    margin-bottom:5px;
}
.news6 .text-box{
    margin-left:140px;
}
.news6 .text-box h5{
    font-size:18px;
    color:#131313;
    line-height:30px;
}
.news6 .text-box .text{
    font-size:16px;
    color:#666;
    line-height:30px;
    height:60px;
    margin-top:5px;
    overflow: hidden;
}
.news6:hover .rq{
    background:#0075C9;
}
.news6:hover .text-box h5{
    color:#0075C9;
}

.news7{
    display:block;
}
.news7 .imgbox{
    overflow: hidden;
}
.news7 .text-box{
    position: relative;
    margin-top:8px;
}
.news7 .text-box h5{
    font-size:16px;
    color:#404040;
    padding-right:80px;
    line-height:30px;
    border-bottom:1px solid #d2d2d2;
    padding-bottom:5px;
}
.news7 .text-box p{
    color:#0075C9;
    position:absolute;
    top:0;
    right:0;
    line-height:30px;
}
.news7 .text-box p span{
    font-size:21px;
    font-weight:normal;
}
.news7 .text-box .text{
    font-size:12px;
    line-height:19px;
    height:38px;
    overflow: hidden;
    margin:10px 0;
    color:#a8a8a8;
}
.news7 .text-box .rq{
    font-size:12px;
    color:#9a9a9a;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover h5{
    color:#0075C9;
}


footer{
    background:url(../images/bg1.jpg) center center/cover;
    margin-top:40px;
}
footer .title1 h5,
footer .title1 p{
    color:#fff;
}
footer .title1 p::before{
    background:#fff;
}
footer .con1 .text1{
    line-height:25px;
    color:#fff;
}
footer .con1 h5{
    font-size:26px;
    color:#0dacc9;
    margin:20px 0 10px;
}
footer .con1 .text-box img{
    width:120px;
    height:120px;
    border:5px solid #fff;
}
footer .con1 .text-box .text{
    line-height:25px;
    color:#fff;
    margin-right:150px;
}
footer form ul{
    margin:0 -5px;
}
footer form ul li{
    width:50%;
    padding:0 5px;
}
footer form input,
footer form textarea{
    width:100%;
    height:35px;
    padding:0 10px;
    border:none;
    margin-bottom:10px;
}
footer form textarea{
    height:130px;
    padding:10px;
    resize:none;
}
footer form button{
    width:168px;
    height:35px;
    background:#0075C9;
    color:#fff;
    border:none;
    transition:all .3s;
}
footer form button:hover{
    background:#b11420;
}
footer .bottom{
    background:#0075C9;
    color:#fff;
    font-size:16px;
    padding:20px 0;
    margin-top:40px;
    text-align:center;
    color:#fff;
}
footer .bottom a{
    color:#fff;
    transition:all .3s;
}
footer .bottom a:hover{
    color:#000;
}

.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #0075C9;
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #0075C9;
}
.news5:hover b {
    background: #0075C9;
    border-color: #0075C9;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding:30px 0;
}
.ny_nav .title {
    background: #0075C9;
    position: relative;
    padding:26px 0 26px 16px;
    color:#fff;
}
.ny_nav .title h5{
    font-size:24px;
    font-weight:bold;
}
.ny_nav .title p{
    font-size:16px;
    margin-top:5px;
}
.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    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: #eee;
    font-size: 18px;
    color: #242424;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-left:16px;
}
.ny_nav ul li a.active {
    background: #0075C9;
    color: #fff;
}
.ny_nav dl {
    display: none;
}
.ny_nav dl.active {
    display: block;
}
.ny_nav dl dd a {
    line-height: 35px;
    text-align: center;
    color: #333;
    background: none;
    font-size: 14px;
}
.ny_nav dl dd a.active {
    color: red;
}
.ny_nav .lx .title{
    margin:1px 0;
}
.ny_nav .lx .con{
    background:#eee;
    padding:10px;
    font-size:12px;
    line-height:25px;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1,
.cp-ny .news2{
    margin:0 10px 20px;
}

.yykf-ny form input,
.yykf-ny form textarea{
    width:100%;
    height:43px;
    border:1px solid #0075C9;
    padding:0 10px;
    margin-bottom:15px;
}
.yykf-ny form textarea{
    min-height:300px;
    padding:10px;
}
.yykf-ny form button{
    width:100%;
    height:43px;
    background:#0075C9;
    transition:all .3s;
    border:none;
    color:#fff;
    font-size:16px;
}
.yykf-ny form button:hover{
    background:#5e0808;
}

.filtrate{
    background:#f5f5f5;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
    margin-bottom:12px;
}
.filtrate dl dt{
    color:#0075C9;
    font-weight:normal;
    line-height:30px;
}
.filtrate dl dd{
    margin-left:70px;
    line-height:30px;
    font-size:0;
}
.filtrate dl dd .text{
    font-size:14px;
}
.filtrate dl dd a{
    display:inline-block;
    font-size:14px;
    margin-right:20px;
    transition:all .3s;
    color:#000;
}
.filtrate dl dd a:hover,
.filtrate dl dd a.active{
    color:#0075C9;
}

.title2{
    border-top:1px solid #e5e5e5;
    margin-bottom:12px;
}
.title2 h5{
    line-height:24px;
    background:#0075C9;
    padding:0 10px;
    color:#fff;
}
.title2 p{
    margin-left:1px;
    line-height:23px;
    border:1px solid #e5e5e5;
    padding:0 10px;
    border-top:none;
}
.title2 p b{
    color:#0075C9;
}

.news8{
    display:block;
    border:1px solid #dcdcdc;
    padding:6px 6px 0;
    margin:0 10px 20px;
}
.news8 .imgbox{
    overflow: hidden;
}
.news8 .text-box{
    padding:20px 0;
}
.news8 .text-box h5{
    font-size:30px;
    font-weight:bold;
    color:#000;
    line-height:35px;
}
.news8 .text-box .text{
    font-size:15px;
    color:#666;
    line-height:30px;
    height:150px;
    overflow:auto;
    margin:10px 0;
}
.news8 .text-box b{
    display:block;
    font-size:18px;
    line-height:30px;
    color:#0075C9;
}
.news8:hover{
    border-color:#0075C9;
}
.news8:hover .img{
    transform:scale(1.1);
}
.news8:hover h5{
    color:#0075C9; 
}

.photo_album {
    width:calc(100% - 390px);
}
.photo_album .gallery-top {
    border:1px solid #ccc;
}
.photo_album .gallery-top .swiper-slide {
    cursor: move;
    height:360px;
}
.photo_album .gallery-thumbs {
    margin-top: 10px;
    position: relative;
    border: none;
    padding: 0 30px;
}
.photo_album .gallery-thumbs .swiper-container{
    padding-right:1px;
}
.photo_album .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    height:60px;
    border:1px solid #ccc;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.photo_album .swiper-button-prev,
.photo_album .swiper-button-next {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    width:20px;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    background: #bfbfbf;
}
.photo_album .swiper-button-next {
    left: auto;
    right: 0;
}

.main1 .main1-2{
    width:390px;
    padding-left:20px;
}
.main1 .main1-2 ul.ul-1 {
    padding:15px 0;
}
.main1 .main1-2 ul.ul-1 li{
    color:#333;
    width:33.33%;
    text-align:center;
    line-height:30px;
    font-size:13px;
}
.main1 .main1-2 ul.ul-1 li b{
    font-size:20px;
    color:#0075C9;
}
.main1 .main1-2 ul.ul-1 li:nth-child(2){
    font-size:16px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.main1 .main1-2 ul.ul-2{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-top:10px;
}
.main1 .main1-2 ul.ul-2 li{
    font-size:15px;
    color:#999;
    line-height:25px;
    width:50%;
    margin-bottom:10px;
}
.main1 .main1-2 ul.ul-2 li span{
    color:#333;
}
.main1 .main1-2 .con1{
    margin:20px 0;
}
.main1 .main1-2 .con1 .text{
    line-height:25px;
    color:#333;
    font-size:15px;
    margin-right:120px;
}
.main1 .main1-2 .con1 .img img{
    width:100px;
    height:100px;
}
.main1 .main1-2 .con1 .img p{
    font-size:15px;
    color:#333;
    text-align:center;
    margin-top:5px;
}
.main1 .main1-2 .con2 h5{
    background:#0075C9;
    color:#fff;
    border-radius:10px;
    font-size:26px;
    padding:0 10px;
    line-height:44px;
}
.main1 .main1-2 .con2 p{
    font-size:13px;
    color:#999;
    margin-top:20px;
    text-align:center;
}

.main2{
    margin-top:20px;
}
.main2 .nav2 ul{
    border:1px solid #ccc;
}
.main2 .nav2 ul li{
    width:130px;
    line-height:35px;
    border-right:1px solid #ccc;
    text-align:center;
    font-size:16px;
    cursor: pointer;
}
.main2 .nav2 ul li:hover{
    color:#0075C9;
}
.main2 .nav2 ul li.active{
    background:#0075C9;
    color:#fff;
}
.main2 .main2-con{
    margin-top:30px;
}
.title3{
  font-size:24px;
  color:#242424;
  position: relative;  
  line-height:35px;
  border-left:6px solid #0075C9;
  padding-left:20px;
  margin-bottom:20px;
}

.main2 .main2-2 .con{
    font-size:16px;
    color:#242424;
    line-height:30px;
}
.main2 .main2-3 .con{
    position: relative;
    padding-right:260px;
}
.main2 .main2-3 #map{
    height:500px;
}
.main2 .main2-3 .con ul.nav3{
    position:absolute;
    width:calc(100% - 280px);
    font-size:0;
    top:0;
    left:0;
    padding:10px 0 0 10px;
    z-index:1000;
    overflow-y:hidden;
    overflow-x:auto;
    white-space: nowrap;
}
.main2 .main2-3 .con ul.nav3 li{
    display:inline-block;
    font-size:16px;
    color:#999;
    background:rgba(255, 255, 255, .9);
    line-height:40px;
    padding:0 10px;
    cursor: pointer;
}
.main2 .main2-3 .con ul.nav3 li.active{
    background:#53a100;
    color:#fff;
}
.main2 .main2-3 .con .xinxi{
    width:260px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
.main2 .main2-3 .con .xinxi .title{
    line-height:40px;
    background:#53a100;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.main2 .main2-3 .con .xinxi #r-result{
    height:calc(100% - 40px);
    overflow:auto;
    background:rgba(255, 255, 255, .5);
}
.main2 .main2-3 .con .xinxi #r-result>div{
    border:none !important;
}
.main2 .main2-3 .con .xinxi #r-result>div>div:last-child{
    display:none;
}
.main2 .main2-3 .con .xinxi #r-result li{
    border-bottom:1px solid #ccc;
}

.news9{
    display:block;
    border:1px solid #ccc;
}
.news9:hover .img{
    transform:scale(.9);
}

.photo-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    top:-100%;
    left: 0;
    z-index: 8000;
    padding: 15px;
    transition: all .3s;
    box-sizing:border-box;
}

.photo-popup i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
    font-style:initial;
    transform:rotate(45deg);
}

.photo-popup i:hover {
    color: #ed282f;
}

.photo-popup .swiper-container,
.photo-popup .swiper-wrapper,
.photo-popup .swiper-slide {
    height: 100%;
}

.photo-popup .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-popup .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0);
    transition: all .3s;
}

.photo-popup.active {
    top: 0;
}

.photo-popup.active .swiper-slide img {
    transform: scale(1);
    transition-delay: .3s;
}

/*详情页*/
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 18px;
    font-weight: bold;
    line-height:25px;
}
.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: #0075C9;
    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: #450308;
    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 #0075C9;
    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 #0075C9;
    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 #0075C9;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0075C9;
    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 #0075C9;
    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: #0075C9;
    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:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #0075C9;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #0075C9;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #0075C9;
    }
    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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .gywm::before{
        display:none;
    }
    .gywm .con1{
        padding:0;
    }
    .gywm .imgbox::before{
        display:none;
    }
    .gywm .text-box{
        padding:0;
        margin-top:20px;
    }
    .news4{
        margin-bottom:20px;
    }
    .news3 .img{
        height:auto;
    }
    footer form{
        margin-top:20px;
    }
    .ny_nav{
        margin-bottom:20px;
    }
    .ny_nav .title{
        padding:0 0 0 15px;
    }
    .ny_nav .title h5{
        font-size:20px;
        line-height:50px;
    }
    .ny_nav ul a{
        font-size:16px;
        text-align:center;
        padding:0 5px;
    }
    .photo_album .gallery-top .swiper-slide,
    .photo_album .gallery-thumbs .swiper-slide{
        height:auto;
    }
    .main1 .main1-2,
    .photo_album{
        width:100%;
        float:none !important;
    }
    .main1 .main1-2{
        margin-top:10px;
        padding-left:0;
    }
    .main2 .main2-3 .con{
        padding-right:0;
    }
    .main2 .main2-3 .con .xinxi{
        width:100%;
        position:initial;
    }
    .main2 .main2-3 #map{
        height:400px;
    }
    .main2 .main2-3 .con .xinxi #r-result{
        height:300px;
    }
    .main2 .main2-3 .con ul.nav3{
        width:100%;
    }
}

@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;
    }
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:13px;
        margin-top:20px;
    }
    .title1 p::before{
        top:-10px;
    }
    .title1 p::after{
        top:-12px;
    }
    .news1 h5{
        font-size:16px;
    }
    .lpzs .more{
        width:120px;
        line-height:35px;
    }
    .gywm{
        padding-bottom:30px;
    }
    .gywm .text-box h5{
        font-size:18px;
    }
    .gywm .text-box .text{
        line-height:25px;
        max-height:200px;
    }
    .news2 h5{
        font-size:16px;
        padding:0 5px;
    }
    .news4 li a{
        font-size:14px;
    }
    .news6 .rq{
        height:90px;
    }
    .news6 .text-box h5{
        font-size:16px;
    }
    .news6 .text-box .text{
        font-size:14px;
        line-height:25px;
        height:50px;
    }
    .news6 .rq h5,
    .news6 .rq{
        font-size:20px;
    }
    .news7 .text-box p span{
        font-size:18px;
    }
    footer .con1{
        text-align:center;
    }
    footer .con1 h5{
        font-size:16px;
        margin:20px 0;
    }
    footer .con1 .text-box img{
        float:none !important;
    }
    footer .con1 .text-box .text{
        margin:10px 0 0 0;
    }
    footer form ul li,
    footer form button{
        width:100%;
    }
    footer .bottom{
        margin-top:30px;
    }
    footer .bottom{
        font-size:14px;
    }
    footer{
        margin-top:30px;
    }
    .nav1{
        margin-bottom:20px;
    }
    .nav1 a{
        line-height:35px;
        font-size:16px;
        margin:0 5px 10px;
    }
    .cp-ny .news1,
    .cp-ny .news2,
    .news8{
        margin:0 5px 10px;
    }
    .news8 .text-box{
        padding:10px 0;
    }
    .news8 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .news8 .text-box .text{
        font-size:13px;
        line-height:22px;
        height:88px;
    }
    .news8 .text-box b{
        font-size:14px;
        line-height:25px;
    }
    .main1 .main1-2 ul.ul-1 li{
        font-size:12px;
        line-height:25px;
    }
    .main1 .main1-2 ul.ul-1 li:nth-child(2){
        font-size:14px;
    }
    .main1 .main1-2 ul.ul-1 li b{
        font-size:18px;
    }
    .main1 .main1-2 ul.ul-2 li{
        width:100%;
    }
    .main1 .main1-2 .con1 .img{
        float:none !important;
        text-align:center;
    }
    .main1 .main1-2 .con1 .text{
        margin:20px 0 0 0;
    }
    .main1 .main1-2 .con2 h5{
        font-size:20px;
        line-height:30px;
        text-align:center;
    }
    .main2 .nav2 ul li{
        width:25%;
        font-size:14px;
    }
    .main2 .nav2 ul li:last-child{
        border:none;
    }
    #zst{
        height:300px;
    }
    .title3{
        font-size:20px;
        line-height:28px;
        padding-left:10px;
    }
    .main2 .main2-2 .con{
        font-size:14px;
        line-height:25px;
    }
    .main2 .main2-3 #map{
        height:300px;
    }
    .main2 .main2-3 .con .xinxi #r-result{
        height:280px;
    }
    .main2 .main2-3 .con ul.nav3{
        position:initial;
        padding:0;
    }
    .photo-popup i{
        font-size:30px;
        top:10px;
        right:10px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news7 .text-box h5{
        padding-right:0;
    }
    .news7 .text-box p{
        position:initial;
        margin-top:5px;
    }
    .news7 .text-box{
        margin-top:5px;
    }
    .news7 .text-box .text{
        margin:0 0 5px;
    }
    .news2 h5{
        line-height:25px;
        padding:5px;
        text-align:center;
    }
    .news2 h5 span{
        display:block;
        margin-left:0;
    }
}