/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    max-width:1230px !important;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-box .logo{
    height:118px;
    line-height:118px;
    max-width:29%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:50px;
    line-height:118px;
    color:#333;
    font-size:18px;
}
.logo-box .phone span{
    font-size:33px;
    font-weight:bold;
    color:#d50303;
    margin-left:5px;
}

/*PC端导航*/
nav {
    background:#d50303;
}
nav a {
    color: #fff !important;
    font-size:18px;
    transition:all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*一级导航*/
nav ul li{
    float: left;
    width:12.5%;
    text-align: center;
    position: relative;
    line-height:48px;
}
nav ul li a {
    display: block;
}
nav ul li a:hover,
nav ul li a.active{
    background: #fff;
    color:#000 !important;
}

/*二级导航*/
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: #d50303;
}
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:#d50303;
    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:#d50303;
}

.title1{
    margin:50px 0 30px;
    text-align:center;
}
.title1 p{
    font-size:20px;
    font-weight:bold;
    color:#696969;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
    color:#333;
    margin-top:10px;
}

/* 关于我们 */
.gywm .imgbox{
    display:block;
    overflow: hidden;
}
.gywm .imgbox .img{
    height:340px;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .text-box .text{
    font-size:16px;
    color:#666;
    line-height:35px;
    height:280px;
    overflow: hidden;
}
.gywm a.more1{
    margin-top:10px;
}
a.more1{
    display:block;
    width:117px;
    line-height:40px;
    background-color:#e60012;
    color:#fff;
    text-align:center;
    font-size:16px;
    text-align:center;
}
a.more1:hover{
    background-color:#c20211;
}
a.more1-2{
    margin:30px auto 50px;
}

/* 最新动态 */
.news1{
  display:block;  
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 .text-box h5{
    font-size:20px;
    color:#000;
    line-height:30px;
    margin:10px 0;
    font-family:"黑体";
}
.news1 .text-box .text{
    font-size:15px;
    color:#666;
    line-height:28px;
    height:56px;
    overflow: hidden;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
   color:#e60012; 
}

/* 数字 */
.shuzi{
    background-color:#d50303;
    padding:50px 0;
    text-align:center;
    color:#fff;
}
.shuzi h5{
    font-size:45px;
}
.shuzi p{
    font-size:15px;
    margin-top:15px;
}

/* 产品展示 */
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
    border:1px solid #dcdcdc;
}
.news2 h5{
    font-size:20px;
    color:#666;
    line-height:25px;
    margin-top:5px;
    text-align:center;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#e60012;
}

/* 工程案例 */
.gcal{
    background-color:#f2f2f2;
}
.news3{
    display:block;
    position: relative;
    overflow: hidden;
}
.news3 h5{
    width:50%;
    line-height:40px;
    background-color:rgba(0, 0, 0, .6);
    color:#fff;
    text-align:center;
    font-size:20px;
    position:absolute;
    right:10px;
    bottom:10px;
    padding:0 5px;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    width:100%;
    right:0;
    bottom:0;
    background-color:rgba(230, 0, 18, .6);
}

footer{
    background-color:#1b1b1b;
    padding:50px 0;
}
footer .weixin img{
    width:150px;
    height:150px;
    border:5px solid #fff;
}
footer .weixin p{
    color:#b4b4b4;
    margin-top:10px;
    text-align:center;
}
footer .con1 .dl-box{
    margin-right:180px;
}
footer .con1 dl dt{
    font-size:16px;
    color:#fff;
    margin-bottom:20px;
}
footer .con1 dl dd{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#aeaeae;
    line-height:30px;
}
footer .con1 dl dd a{
    font-size:14px;
    color:#aeaeae;
    transition:all .3s;
}
footer .con1 dl dd a:hover,
footer .bottom a:hover{
    color:#e60012;
}
footer .con1 dl{
    width:16%;
}
footer .con1 dl:last-child{
    width:52%;
}
footer .con1 dl:last-child dd{
    overflow:auto;
    text-overflow: initial;
    white-space: initial;
}
footer .bottom{
    color:#aeaeae;
    text-align:center;
    margin-top:50px;
}
footer .bottom a{
    color:#aeaeae;
    transition:all .3s;
}






.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: #d50303;
    box-shadow:3px 3px 10px rgba(213, 3, 3, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #d50303;
}
.news5:hover b {
    background: #d50303;
    border-color: #d50303;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding: 30px 0;
}
.title2{
    color: #fff;
    position: relative;
    padding:60px 5px;
    background-color:#0759bf;
    text-align:center;
}
.title2 h5{
    font-size:30px;
    font-family:"黑体";
    font-weight: bold;
}
.title2 p span{
    font-size:20px;
    font-family:"黑体";
    margin-top:5px;
    display:inline-block;
    position: relative;
    max-width:100%;
}
.title2 p span::before,
.title2 p span::after{
    content:"";
    width:26px;
    height:2px;
    background-color:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.title2 p span::after{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.title2 .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    transition: all .3s;
    font-size:18px;
}
.title2 .span1.active {
    transform: rotate(180deg);
}
.title2 i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.ny-nav ul{
    border-top:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
}
.ny-nav ul a {
    display:block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    position: relative;
}
.ny-nav ul a::before,
.ny-nav ul a::after{
    content:"";
    width:1px;
    height:100%;
    background:#c6c6c6;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.ny-nav ul a::after{
    left:auto;
    right:0;
}
.ny-nav ul li{
    position: relative;
}
.ny-nav ul li::before{
    content:"";
    width:100%;
    height:1px;
    border-top:1px dashed #dfdfdf;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.ny-nav ul li::after{
    content:"";
    width:20px;
    height:20px;
    background:url(../images/icon2.png) no-repeat center center;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
}
.ny-nav ul li:first-child::before{
    display:none;
}
.ny-nav ul li a{
    line-height:50px;
    padding:0 40px 0 20px;
    font-size:16px;
}
.ny-nav ul li:last-child a{
    border:none;
}
.ny-nav ul li a span{
    margin-right:5px;
}
.ny-nav ul li:hover a{
    color:#d50303;
}
.ny-nav ul li.active{
    background:#d50303;
}
.ny-nav ul li.active::after{
    background:url(../images/icon2-2.png) no-repeat center center;
}
.ny-nav ul li.active::before,
.ny-nav ul li.active + li::before{
    opacity:0;
}
.ny-nav ul li.active a::before,
.ny-nav ul li.active a::after{
    background:#d50303;
}
.ny-nav ul li.active a{
    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;
    padding:0 5px;
}
.ny-nav dl dd a.active,
.ny-nav dl dd a:hover{
    color: #0759bf;
}
.ny-lx ul{
    border:1px solid #c9c9c9;
    padding:15px;
}
.ny-lx ul li{
    color:#333;
    line-height:25px;
    margin-bottom:5px;
}
.ny-lx ul li i{
    margin-right:5px;
    color:#d50303;
}
.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.neiye .title5 h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position:relative;
}
.neiye .title5 h5::before{
    content:"";
    width:100%;
    height:2px;
    background-color:#d50303;
    position:absolute;
    bottom:-11px;
    left:0;
}
.neiye .title5 p {
    font-size: 13px;
    color: #777;
}

.neiye .title5 p a {
    color: #777;
}

.neiye .title5 p a:hover {
    color: #d50303;
}

.neiye .title5 p span {
    color: #d50303;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news2{
    margin:0 10px 20px;
}

.zxly-ny form{
    max-width:600px;
    margin:20px auto 0;
}
.zxly-ny form input,
.zxly-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom:10px;
}
.zxly-ny form textarea{
    height:100px;
    resize:none;
    padding:10px;
}
.zxly-ny form button{
    width:100%;
    height:40px;
    background:#d50303;
    transition:all .3s;
    color:#fff;
    border:none;
    font-size:16px;
}
.zxly-ny form button:hover{
    background:#8c0808;
}

.sousuo{
    background:#d7efff;
    padding:20px;
    border:1px solid #dcdcdc;
    border-top:none;
    margin-bottom:20px;
}
.sousuo ul{
    margin:0 -15px;
}
.sousuo ul li{
    width:50%;
    padding:0 15px;
}
.sousuo ul li h5{
    color:#666;
    margin-bottom:10px;
}
.sousuo ul li form{
    width:100%;
    margin-top:20px;
}
.sousuo ul li form input{
    width:calc(100% - 44px);
    height:35px;
    border:1px solid #dcdcdc;
    padding:0 10px;
    border-right:none;
}
.sousuo ul li form button{
    width:44px;
    height:35px;
    background:#d50303 url(../images/icon3.png) no-repeat center center;
    border:none;
    transition:all .3s;
}
.sousuo ul li form button:hover{
    background-color:#a60a0a;
}
.sousuo ul li .con{
    font-size:0;
    height:50px;
    overflow:auto;
}
.sousuo ul li .con a{
    display: inline-block;
    font-size:14px;
    color:#666;
    line-height:25px;
    transition:all .3s;
}
.sousuo ul li .con a:hover{
    color:#d50303;
}

.xwdt-ny{
    margin-top:20px;
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
    margin-top:20px;
}
.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: #d50303;
    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: #620202;
    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 #d50303;
    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 #d50303;
    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 #d50303;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d50303;
    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 #d50303;
    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: #d50303;
    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: #d50303;
    }

    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: #d50303;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #d50303;
    }

    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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .ny-nav{
        margin-bottom:20px;
    }
    .ny-nav .title2{
        padding:0 0 0 15px;
        text-align:left;
        background:#d50303 !important;
    }
    .ny-nav .title2 h5{
        font-size:20px;
        line-height:50px;
    }
    .ny-nav .title2 p{
        display:none;
    }
    .ny-nav ul li::after{
        display:none;
    }
    .ny-nav ul li a{
        padding:0 5px;
        text-align:center;
        line-height:40px;
    }
    .ny-nav dl.active{
        display:none;
    }
    .gywm .imgbox .img{
        height:auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:280px;
        margin-top:10px;
    }
    .sousuo{
        border: 1px solid #dcdcdc;
    }
    .xqy,
    .xwdt-ny,
    .zxly-ny form{
        margin-top:0;
    }
}

@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:20px 0;
    }
    .title1 p{
        font-size:14px;
    }
    .title1 h5{
        font-size:20px;
        margin-top:5px;
    }
    .gywm .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:150px;
    }
    a.more1{
        line-height:35px;
    }
    a.more1-2{
        margin:20px auto;
    }
    .news1 .text-box h5{
        font-size:16px;
        line-height:25px;
        margin:10px 0 5px;
    }
    .news1 .text-box .text{
        font-size:14px;
        line-height:25px;
        height:50px;
    }
    .shuzi{
        padding:20px 0 10px;
    }
    .shuzi .con{
        margin-bottom:10px;
    }
    .shuzi h5{
        font-size:30px;
    }
    .shuzi p{
        font-size:14px;
        margin-top:10px;
        line-height:20px;
        height:40px;
        overflow:auto;
    }
    .news2 h5{
        font-size:16px;
        line-height:20px;
    }
    .news3 h5{
        width:100%;
        bottom:0;
        right:0;
        font-size:16px;
        line-height:35px;
    }
    footer{
        text-align:center;
        padding:20px 0;
    }
    footer .con1 .dl-box{
        margin:20px 0 0 0;
    }
    footer .weixin{
        float:none !important;
    }
    footer .con1 dl:last-child{
        width:100%;
    }
    footer .con1 dl dt{
        margin-bottom:10px;
    }
    footer .con1 dl:last-child dd{
        line-height:25px;
    }
    footer .bottom{
        margin-top:30px;
    }
    .cp-ny .news2{
        margin:0 5px 10px;
    }
    .sousuo ul li{
        width:100%;
    }
    .sousuo{
        padding:10px;
    }
    .sousuo ul li form{
        margin-top:0;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
}