/*全局样式*/
@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: 1480px !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{
    background:#6c8c96;
}
.logo-box .logo{
    height:147px;
    line-height:147px;
    max-width:30%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}

/*PC端导航*/
nav{
    width:70%;
    padding:58px 0 0 100px;
}
nav ul li{
    float: left;
    width:16.66%;
    text-align: center;
    position: relative;
    line-height:30px;
}
nav ul li::before{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:-10px;
    left:0;
    opacity:0;
    transition:all .3s;
}
nav ul li a {
    display: block;
    color: #fff !important;
    font-size:18px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav ul li.active::before,
nav ul li:hover::before{
    opacity:1;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background:#6c8c96;
    border:none;
}
nav ul li ul li::before{
    display:none;
}
nav ul li ul li a{
    font-size:14px;
    padding:0 5px;
}
nav ul li:hover ul {
    display:block;
}
nav ul li:hover ul li a{
    font-weight:normal;
}
nav ul li ul li a:hover{
    color:#082e3a !important;
}

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

.title1{
    margin:50px 0;
    text-align:center;
}
.title1 img{
    display:block;
    margin:0 auto 20px;
}
.title1 h5{
    font-size:36px;
    color:#323232;
    padding-bottom:20px;
    position:relative;
}
.title1 h5::before{
    content:"";
    width:60px;
    height:2px;
    background:#323232;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.news1{
    display:block;
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 h5{
    font-size:20px;
    color:#030830;
    line-height:30px;
    padding:15px 0;
    text-align:center;
    position:relative;
}
.news1 h5::before{
    content:"";
    width:80px;
    height:2px;
    background:#dcdcdc;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news1:hover .img{
    transform:scale(1.1);
}

a.more1{
    display:block;
    width:200px;
    line-height:59px;
    background:#6c8c96;
    color:#fff;
    text-align:center;
    font-size:20px;
    margin:40px auto 50px;
}
a.more1:hover{
    background:#044b61;
}

.main1{
    background:url(../images/bg1.jpg) center center/cover;
    padding:60px 0;
}
.main1 ul{
    display:flex;
    justify-content:space-between;
}
.main1 ul li{
    color:#fff;
    text-align:center;
}
.main1 ul li h5{
    font-size:54px;
    font-weight:bold;
}
.main1 ul li h5 span{
    font-size:25px;
}
.main1 ul li p{
    font-size:29px;
    margin-top:30px;
}

.gywm {
    position:relative;
}
.gywm .left,
.gywm .right{
    width:50%;
    height:678px;
}
.gywm .left{
    margin-top:-38px;
}
.gywm-con{
    position:absolute;
    width:100%;
    top:110px;
    left:0;
}
.gywm-con .text-box{
    padding-left:32%;
}
.gywm-con .text-box .con{
    background:#fff;
    padding:40px;
}
.gywm-con .text-box .con h5{
    font-size:19px;
    font-weight:bold;
    color:#070707;
}
.gywm-con .text-box .con .text{
    font-size:16px;
    line-height:30px;
    color:#2e2e2e;
    height:240px;
    margin:20px 0;
    overflow: hidden;
}
.gywm-con .text-box .con a.more1{
    margin:0;
}

.nav3{
    position:relative;
    padding-bottom:10px;
}
.nav3 ul{
    font-size:0;
    text-align:center;
}
.nav3 ul li{
    display:inline-block;
    margin:0 5px 10px;
}
.nav3 ul li a{
    display:block;
    width:110px;
    line-height:38px;
    background:#e5e5e5;
    font-size:18px;
    color:#000;
    position:relative;
    transition:all .3s;
}
.nav3 ul li a::before{
    content:"";
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:7px solid #6c8c96;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    opacity:0;
    transition:all .3s;
}
.nav3 ul li.active a{
    background:#6c8c96;
    color:#fff;
}
.nav3 ul li.active a::before{
    opacity:1;
}
.nav3 .nav3-2{
    position:absolute;
    width:100%;
    top:100%;
    left:0;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    padding:10px 0;
    display:none;
}
.nav3 .nav3-2.active{
    display:block;
}
.nav3 .nav3-2 a{
    display:inline-block;
    width:auto;
    background:none !important;
    color:#000 !important;
    margin:10px;
    line-height:1;
    transition:all .3s;
}
.nav3 .nav3-2 a::before{
    display:none;
}
.nav3 .nav3-2 a:hover{
    color:#6c8c96 !important;
}
.news2{
    display:block;
    overflow: hidden;
    position:relative;
}
.news2 .img{
    transition:all .3s;
}
.news2 .mask{
    background:rgba(50, 50, 50, .4);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 10px;
    transition:all .3s;
    text-align:center;
}
.news2 .mask h5{
    font-size:20px;
    color:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:5px;
    line-height:25px;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover .mask{
    background:rgba(50, 50, 50, 0);
}

.xwzx .title1{
    margin-top:0;
}
.news3{
    display:block;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    font-size:24px;
    font-weight:bold;
    color:#2a2a2a;
    line-height:30px;
    margin:20px 0 5px;
}
.news3 .text{
    font-size:16px;
    color:#777;
    line-height:30px;
}
.news3 p{
    font-size:16px;
    color:#777;
    border-top:1px solid #dcdcdc;
    padding-top:5px;
    margin-top:5px;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#6c8c96;
}

footer{
    background:#161616;
    padding-top:40px;
    color:#fff;
}
footer .top .title{
    padding-bottom:20px;
    position:relative;
    margin-bottom:20px;
}
footer .top .title::before{
    content:"";
    width:50px;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
}
footer .top .title h5{
    font-size:18px;
}
footer .top .title p{
    font-size:12px;
    color:#fff;
    transform:scale(.7);
    transform-origin:left;
}
footer .top .text{
    font-size:16px;
    color:#fff;
    line-height:30px;
}
footer .top .con2{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding-top:16px;
}
footer .top .con2>div{
    width:220px;
    margin:0 auto;
}
footer .top ul li{
    width:50%;
}
footer .top ul li a{
    line-height:30px;
    color:#fff;
    font-size:16px;
    transition:all .3s;
}
footer .top .con3{
    text-align:right;
    font-size:0;
    padding-top:16px;
}
footer .top .con3 .title{
    text-align:left;
}
footer .top .weixin{
    display:inline-block;
    margin-left:20px;
}
footer .top .weixin:first-child{
    margin-left:0;
}
footer .top .weixin img{
    width:120px;
    height:120px;
    border:5px solid #fff;
}
footer .top .weixin p{
    font-size:16px;
    color:#fff;
    margin-top:5px;
    text-align:center;
}
footer .bottom{
    text-align:center;
    color:#fff;
    font-size:16px;
    line-height:25px;
    padding:30px 0;
}
footer .bottom a{
    color:#fff !important; 
    transition:all .3s;
}
footer .bottom a:hover,
footer ul li a:hover{
    color:#6c8c96 !important;
}








.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: #6c8c96;
    box-shadow:3px 3px 10px rgba(202, 9, 20, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #6c8c96;
}
.news5:hover b {
    background: #6c8c96;
    border-color: #6c8c96;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding: 30px 0;
}
.neiye-2{
    padding-top:0 !important;
}
.neiye .title4 {
    background: #e2e8ea;
    position: relative;
    padding:15px 0 15px 15px;
}
.neiye .title4 h5 {
    color: #6c8c96;
    font-size: 24px;
    font-weight: bold;
    line-height:30px;
}
.neiye .title4 p{
    font-size:16px;
    color:#6c8c96;
    line-height:30px;
}
.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    font-size: 18px;
    color: #6c8c96;
}
.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.neiye .nav_box .nav2{
    display: block;
    line-height:60px;
    background: #fff;
    border: 1px solid #89a3ab;
    margin-top: 4px;
    transition:all .3s;
    font-size:18px;
    color:#282828;
    padding:0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.neiye .nav_box .nav2.active,
.neiye .nav_box .nav2:hover{
    background:#6c8c96;
    color:#fff;
}
.neiye .nav_box ul{
    display:none;
}
.neiye .nav_box ul.active{
    display:block;
}
.neiye .nav_box ul li a{
    display:block;
    line-height:40px;
    font-size:16px;
    border-bottom:1px dashed #ccc;
    color:#000;
    text-align:center;
}
.neiye .nav_box ul li a:hover,
.neiye .nav_box ul li a.active{
    color:#6c8c96;
}
.neiye .nav_box ul li:last-child a{
    border-bottom:none;
}
.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.neiye .title5 h5 {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    position: relative;
}
.neiye .title5 h5::before{
    content:"";
    width:100%;
    height:3px;
    background:#52a4bf;
    position:absolute;
    bottom:-11px;
    left:0;
}
.neiye .title5 p {
    color: #888;
    position:relative;
    top:5px;
    margin-left:5px;
}
.neiye .title5 a{
    font-size:15px;
    color:#555;
    position:absolute;
    bottom:10px;
    right:0;
    transition:all .3s;
}
.neiye .title5 a img{
    margin-left:5px;
    position: relative;
    top:-1px;
}
.neiye .title5 a:hover{
    color:#52a4bf;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1,
.cp-ny .news2,
.cp-ny .news3{
    margin:0 10px 20px;
}
.cp-ny .news3 b{
    display:block;
    line-height:29px;
    font-size:16px;
    color:#000;
    border:1px solid #dcdcdc;
    text-align:center;
    margin-top:10px;
    font-weight:normal;
}
.cp-ny .news3:hover b{
    background:#6c8c96;
    border-color:#6c8c96;
    color:#fff;
}

.gywm-ny ul{
    margin:30px -5px 0;
}
.gywm-ny ul li{
    width:33.33%;
    padding:0 5px;
}
.gywm-ny ul li h5{
    font-size:24px;
    color:#777;
    margin:15px 0;
    text-align:center;
}
.gywm-ny ul li .text{
    font-size:18px;
    color:#777;
    line-height:30px;
}

.lxwm-ny ul{
    display:flex;
    justify-content:space-between;
    margin:30px 0;
}
.lxwm-ny ul li .img{
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.lxwm-ny ul li .img img{
    max-height:100%;
}
.lxwm-ny ul li .text{
    line-height:30px;
    margin-top:10px;
    font-size:16px;
}

.lxwm-ny .map-box{
    height:489px;
}


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


/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* 右侧悬浮 */
.suspend_nav{
    background: #6c8c96;
    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: #0a576f;
    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 #6c8c96;
    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 #6c8c96;
    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 #6c8c96;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6c8c96;
    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 #6c8c96;
    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: #6c8c96;
    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: #6c8c96;
    }
    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: #fff;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #fff;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 {
        border:none;
        padding:0;
    }
    .neiye .title4 .span1 {
        display: none;
    }
    .neiye .title4 h5 {
        padding-left: 15px;
        line-height: 45px;
        font-size:20px;
    }
    .neiye .title4 h5 .span2 {
        display: none;
    }
    .neiye .nav_box .nav2 {
        text-align: center;
        line-height: 38px;
    }
    .neiye .nav1 ul.ul1 {
        display: none;
    }
    .neiye .nav_box .nav2 {
        text-align: center;
        padding: 0 5px;
        font-size:14px;
        margin-top:2px;
    }
    .neiye .nav_box {
        margin-bottom: 20px;
    }
    .neiye {
        padding: 20px 0;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .gywm-con{
        position:initial;
    }
    .gywm-con .text-box{
        padding:0;
    }
    .gywm-con .text-box .con{
        padding:20px 0 0 0;
    }
    .gywm-con .text-box .con .text{
        height:auto;
        max-height:240px;
    }
    footer{
        text-align:center;
    }
    footer .top .title p{
        transform-origin:center;
    }
    footer .top .title::before{
        left:50%;
        transform:translateX(-50%)
    }
    footer .top .con2{
        height:auto !important;
        border:none;
        margin:20px 0;
    }
    footer .top .con2 ul{
        text-align:left;
    }
    footer .top .con3{
        float:none !important;
        text-align:center;
    }
    footer .top .con3 .title{
        text-align:center;
    }
    footer .top .weixin{
        margin:0 10px;
    }
    .lxwm-ny .map-box{
        height:350px;
    }
    .lxwm-ny ul{
        display:block;
        text-align:center;
    }
    .lxwm-ny ul li{
        margin-bottom:30px;
    }
    .neiye .nav_box ul.active{
        display:none;
    }
    .neiye .nav_box ul li a{
        line-height:35px;
        font-size:14px;
    }
}

@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;
    }
    .title1{
        margin:30px 0;
    }
    .title1 img{
        margin-bottom:15px;
    }
    .title1 h5{
        font-size:20px;
        padding-bottom:15px;
    }
    .news1 h5{
        font-size:16px;
        line-height: 25px;
        padding:5px 0;
    }
    a.more1{
        margin:30px auto;
        width:120px;
        line-height:35px;
        font-size:16px;
    }
    .main1{
        padding:30px 0;
    }
    .main1 ul li h5{
        font-size:30px;
    }
    .main1 ul li h5 span{
        font-size:18px;
    }
    .main1 ul li p{
        font-size:14px;
        margin-top:15px;
    }
    .gywm-con .text-box .con .text{
        font-size:14px;
        line-height:25px;
        max-height:250px;
        margin:15px 0;
    }
    .nav3 ul li a{
        line-height:35px;
        font-size:16px;
    }
    .nav3 .nav3-2 a{
        font-size:14px;
        margin:5px;
    }
    .news2 .mask h5{
        font-size:16px;
    }
    .news3 h5{
        font-size:16px;
        margin:10px 0 5px;
        line-height:25px;
    }
    .news3 .text{
        font-size:14px;
        line-height:25px;
    }
    .news3 p{
        font-size:14px;
    }
    footer .top .text,
    footer .top ul li a,
    footer .bottom,
    footer .top .weixin p{
        font-size:14px;
    }
    footer .top .title{
        padding-bottom:10px;
    }
    footer .top .title p{
        white-space: nowrap;
    }
    .cp-ny .news1,
    .cp-ny .news2,
    .cp-ny .news3{
        margin:0 5px 10px;
    }
    .cp-ny .news3 b{
        line-height:25px;
        font-size:14px;
        margin-top:5px;
    }
    .gywm-ny ul li h5{
        font-size:16px;
        margin:10px 0;
    }
    .gywm-ny ul li .text{
        font-size:14px;
        line-height:25px;
    }
    .lxwm-ny ul li{
        margin-bottom:20px;
    }
    .lxwm-ny ul li .text{
        line-height:25px;
        font-size:14px;
    }
    .lxwm-ny .map-box{
        height:280px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .main1 ul li h5{
        font-size:25px;
    }
    .main1 ul li h5 span{
        font-size:13px;
    }
    .main1 ul li p{
        font-size:14px;
        margin-top:14px;
    }
    .news2 .mask h5{
        font-size:14px;
        line-height:20px;
    }
    .gywm-ny ul li{
        width:100%;
        margin-bottom:20px;
    }
}