/*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}

.logo-box{
    height:112px;
}
.logo-box .logo{
    height:112px;
    line-height:112px;
    max-width:34%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box form{
    margin:36px 0 0 12%; 
}
.logo-box form input{
    width:188px;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    border-right:none;
}
.logo-box form button{
    width:50px;
    height:40px;
    background:#4d4d4d;
    border:none;
    color:#fff;
    font-size:20px;
    transition:all .3s;
}
.logo-box form button:hover{
    background:#f29418;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center/auto 90%;
    padding-left:55px;
    margin-top:31px;
}
.logo-box .phone p{
    font-size:13px;
}
.logo-box .phone h5{
    font-size:25px;
    color:#fb1901;
    margin-top:5px;
}

/*PC端导航*/
nav {
    background:#4d4d4d;
}
/*一级导航*/
nav ul li {
    float: left;
    width:10%;
    text-align: center;
    position: relative;
    line-height:55px;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff !important;

}
nav ul li a:hover,
nav ul li a.active {
    background: #f29418;
}

/*二级导航*/
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:#4d4d4d;
}
nav ul li ul li a {
    font-size: 14px;
    padding:0 5px;
}
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: #4d4d4d;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #4d4d4d;
    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:35px;
    height:3px;
    margin: 1px 3px;
    border: 1px solid #fff;
    background: #fff;
    border-radius:0;
}
#myCarousel .carousel-indicators .active {
    background: #4d4d4d;
    border-color: #4d4d4d;
}


.title1{
    margin:50px 0 40px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:25px;
    font-weight:bold;
}
.title1 p{
    color:#999;
    margin-top:10px;
    display:inline-block;
    position: relative;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:200px;
    height:1px;
    background:#bbb;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}

.nav1{
    font-size:0;
    text-align:center;
    margin:30px 0;
}
.nav1 a{
    display:inline-block;
    width:120px;
    line-height:35px;
    border:1px solid #f29418;
    font-size:16px;
    margin:0 5px 10px;
    border-radius:5px;
    color:#000;
    background-color:#fff;
}
.nav1 a:hover{
    background:#f29418;
    color:#fff;
}

a.more1{
    display:block;
    width:150px;
    line-height:40px;
    border:1px solid #f29418;
    border-radius:5px;
    margin:40px auto 50px;
    font-size:16px;
    color:#000;
    text-align:center;
    background-color:#fff;
}
a.more1:hover{
    background:#f29418;
    color:#fff;
}

/* 作品展示 */
.zpzs .con-1,
.zpzs .con-2{
    padding:0 5px;
}
.zpzs .con-1 .col-md-6{
    padding:0 10px;
}
.news1{
    display:block;
    position: relative;
    overflow: hidden;
}
.news1 .img{
    height:400px;
}
.news1 h5{
    font-size:18px;
    color:#fff;
    line-height:50px;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, .6);
    padding:0 10px;
    text-align:center;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1-2{
    margin-bottom:20px;
}
.news1-2 .img{
    height:190px;
}
.news1-2 h5{
    line-height:40px;
    font-size:16px;
}
.zpzs .nav1{
    margin:10px 0 0;
}
.zpzs a.more1{
    margin-top:30px;
}

/* 景观材料 */
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
    border:1px solid #ccc;
    transition:all .3s;
}
.news2 h5{
    font-size:16px;
    line-height:20px;
    text-align:center;
    color:#000;
    margin-top:10px;
}
.news2:hover .imgbox{
    border-color:#f29418;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#f29418;
}
.jgcl a.more1{
    margin-top:30px;
}

/* 公司简介 */
.gsjj{
    background:url(../images/gsjj_bg.jpg) center center/cover;
    padding-bottom:50px;
}
.gsjj .title1 h5,
.gsjj .title1 p{
    color:#fff;
}
.gsjj-con{
    background:rgba(255, 255, 255, .3);
    padding:30px;
}
.gsjj-con .con{
    background:#fff;
}
.gsjj .imgbox{
    overflow: hidden;
    display:block;
}
.gsjj .imgbox .img{
    height:360px;
}
.gsjj .imgbox:hover .img{
    transform:scale(1.1);
}
.gsjj .text-box{
    padding:35px 30px 0 0;
}
.gsjj .text-box h5{
    font-size:20px;
    font-weight:bold;
    padding-bottom:15px;
    position: relative;
}
.gsjj .text-box h5::before{
    content:"";
    width:30px;
    height:3px;
    background:#ed9313;
    position:absolute;
    bottom:0;
    left:0;
}
.gsjj .text-box .text{
    line-height:30px;
    height:210px;
    overflow: hidden;
    margin-top:20px;
}

/* 合作伙伴 */
.hzhb{
    padding-bottom:50px;
}
footer{
    background:#2b2b2b;
    padding:30px 0;
    text-align:center;
    color:rgba(255, 255, 255, .6);
    line-height:25px;
}
footer a{
    color:rgba(255, 255, 255, .6) !important;
    transition:all .3s;
}
footer a:hover{
    color:#ed9313 !important;
}


/*内页*/
.neiye {
    padding: 40px 0;
}
.neiye.neiye-2{
    padding-top:0;
}
.ny_nav .title {
    height: 70px;
    line-height: 70px;
    background: #4d4d4d;
    font-size:25px;
    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;
    font-size: 16px;
    color: #323232;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding:0 5px;
    text-align:center;
}
.ny_nav ul li a:hover {
    color: #f29418;
}
.ny_nav ul li a.active {
    background-color: #f29418;
    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: #622396;
}
.neiye .lxfs {
    margin-top: 35px;
}
.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}
.neiye .lxfs .imgbox img {
    width: 100%;
}
.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}
.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding-right: 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #4d4d4d;
    padding: 0 20px;
    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: #622396;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news2,
.cp-ny .news3{
    margin:0 10px 20px;
}

.news3{
    display:block;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    font-size:16px;
    color:#000;
    line-height:20px;
    margin-top:10px;
}
.news3 p{
    color:#999;
    font-size:13px;
    margin:10px 0;
}
.news3 .text{
    color:#999;
    line-height:25px;
    height:75px;
    overflow: hidden;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#ed9313;
}

.zxly-ny form{
    max-width:600px;
    margin:0 auto;
}
.zxly-ny form input,
.zxly-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:0 10px;
}
.zxly-ny form textarea{
    height:80px;
    resize:none;
    padding:10px;
}
.zxly-ny form .box .img{
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
}
.zxly-ny form .box .img img{
    width:100%;
    height:100%;
}
.zxly-ny form .box input{
    width:calc(100% - 110px);
}
.zxly-ny form button{
    width:100%;
    height:40px;
    background:#333;
    color:#fff;
    font-size:16px;
    border:none;
    transition:all .3s;
}
.zxly-ny form button:hover{
    background:#ed9313;
}

#map{
    height:400px;
    margin-top:30px;
}



/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 25px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #999;
    padding:20px 0;
}
.xqy .title p span{
    margin-left:10px;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

/* 产品详情页 */
.cp-info .xqy{
    margin-top:30px;
}
.cp-info .con1 h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}
.cp-info .con1 .text{
    font-size:16px;
    line-height:30px;
    max-height:270px;
    overflow: auto;
}
.photo_album .gallery-top{
    border:1px solid #ccc;
}
.photo_album .gallery-top .swiper-slide a {
    display:block;
}
.photo_album .thumbnail {
    margin-top: 10px;
    position: relative;
    border: none;
    padding: 0 30px;
}
.photo_album .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border:1px solid #ccc;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.photo_album .swiper-button-prev,
.photo_album .swiper-button-next {
    background: none;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    width: 25px;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: #4d4d4d;
    justify-content:center;
}
.photo_album .swiper-button-next {
    left: auto;
    right: 0;
}

.main1 .weixin{
    text-align:center;
    margin-bottom:30px;
}
.main1 .weixin img{
    width:140px;
    height:140px;
    border:5px solid #ccc;
}
.main1 .weixin p{
    font-size:14px;
    margin-top:10px;
}

.main1 .con2 .title{
    text-align:center;
    overflow: hidden;
    margin-bottom:20px;
}
.main1 .con2 .title span{
    display:inline-block;
    font-size:16px;
    color:#999;
    position: relative;
    font-weight:normal;
}
.main1 .con2 .title span::before,
.main1 .con2 .title span::after{
    content:"";
    width:100%;
    height:1px;
    background-color:#999;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.main1 .con2 .title span::after{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.main1 .con2 a{
    display:block;
    overflow: hidden;
    position:relative;
    margin-bottom:10px;
    border:1px solid #ccc;
}
.main1 .con2 a h5{
    background-color:rgba(0, 0, 0, .5);
    text-align:center;
    font-size:14px;
    width:100%;
    line-height:35px;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    font-weight:normal;
}
.main1 .con2 a:hover .img{
    transform:scale(1.1);
}

.nav3{
    margin-top:20px;
}
.nav3 li{
    margin-bottom:5px;
}
.nav3 li a{
    color:#000;
    line-height:25px;
    transition:all .3s;
}
.nav3 li a:hover{
    color:#f29418;
}



/*微信弹窗*/
.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: #4d4d4d;
    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: #ed9313;
    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 #4d4d4d;
    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 #4d4d4d;
    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 #4d4d4d;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d4d4d;
    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 #4d4d4d;
    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: #2b2b2b;
    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: #4d4d4d;
    }
    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: #4d4d4d;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #4d4d4d;
    }
    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;
    }
    .ny_nav {
        margin-bottom: 20px;
    }
    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }
    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        background: none;
        margin-top: 1px;
        border: 1px solid #eee;
    }
    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }
    .ny_nav dl.active {
        display: none;
    }
    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .logo-box{
        height:auto;
        border-bottom:1px solid #4d4d4d;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .news1{
        margin-bottom:20px;
    }
    .news1 .img,
    .news1-2 .img{
        height:auto;
    }
    .gsjj .imgbox .img{
        height:auto;
    }
    .gsjj .text-box{
        padding:20px;
    }
    .gsjj .text-box .text{
        height:auto;
        max-height:210px;
    }
    .cp-info .con1 .text{
        max-height:initial;
    }
}

@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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:12px;
    }
    .news1{
        margin-bottom:10px;
    }
    .news1 h5{
        font-size:16px;
        line-height:35px;
    }
    .zpzs .con-2{
        padding:0 10px;
    }
    .zpzs .con-2 .col-md-6{
        padding:0 5px;
    }
    a.more1{
        line-height:35px;
        margin:30px auto;
    }
    .news2 h5{
        margin-top:5px;
    }
    .gsjj{
        padding-bottom:30px;
    }
    .gsjj-con{
        padding:5px;
    }
    .gsjj .text-box{
        padding:10px;
    }
    .gsjj .text-box h5{
        font-size:16px;
    }
    .gsjj .text-box .text{
        line-height:25px;
        max-height:175px;
        margin-top:10px;
    }
    .hzhb{
        padding-bottom:30px;
    }
    footer{
        font-size:13px;
        line-height:22px;
    }
    .cp-ny .news2,
    .cp-ny .news3{
        margin:0 5px 10px;
    }
    .news3 p{
        margin:5px 0 3px;
    }
    #map{
        height:280px;
    }
    .cp-info .con1 h5{
        font-size:16px;
        margin-bottom:10px;
    }
    .cp-info .con1 .text{
        font-size:14px;
        line-height:25px;
    }
    .nav3 li{
        margin-bottom:5px;
    }
    .nav3 li a{
        font-size:14px;
    }
    .xqy .title h5{
        font-size:18px;
        line-height:25px;
    }
    .xqy .title p{
        text-align:left;
    }
    .xqy .title p span{
        display:block;
        margin:0;
    }
    .zpzs a.more1{
        margin-top:20px;
    }
    .jgcl a.more1{
        margin-top:0;
    }
    .jgcl .nav1{
        margin:30px 0 20px;
    }
    a.more1{
        width:120px;
    }
    .nav1 a{
        width:86px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    #map{
        height:200px;
    }
}