/*全局样式*/
@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{
    width:100%;
    height:130px;
}
.logo-box .logo{
    height:130px;
    line-height:130px;
    max-width:21.5%;
}
.logo-box .logo img{
    max-width:100%;
}

.logo-box.active{
    position: absolute;
    top:0;
    left:0;
    z-index:10;
}

/*PC端导航*/
nav {
    width:78.5%;
    padding-left:15.8%;
    margin-top:30px;
}
nav a {
    color: #000 !important;
    font-size: 16px;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    line-height:60px;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
}
nav ul li a::before{
    content:"";
    width:100%;
    height:2px;
    background:#e10101;
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
    transform:scale(0);
}
nav ul li a:hover,
nav ul li a.active {
    color: #e10101 !important;
}
nav ul li a:hover::before,
nav ul li a.active::before{
    transform:scale(1);
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background: #fff;
}
nav ul li ul li a {
    font-size: 14px;
}
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: #e10101;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #e10101;
    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: 9px;
    height: 9px;
    margin: 1px 3px;
    border: 1px solid #fff;
    background: #fff;
}
#myCarousel .carousel-indicators .active {
    background: #e10101;
    border-color: #e10101;
}

/* 生鲜配送 */
.sxps .con1 ul{
    margin:-53px 0 58px;
}
.sxps .con1 ul li{
    width:25%;
}
.sxps .con1 ul li a{
    display:block;
    line-height:106px;
    color:#fff;
    font-size:24px;
    text-align:center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:rgba(0, 0, 0, .5);
    border-right:1px solid rgba(255, 255, 255, .3);
    transition:all .3s;
}
.sxps .con1 ul li:last-child a{
    border:none;
}
.sxps .con1 ul li a::before{
    content:"";
    width:0;
    height:2px;
    background:#e6000f;
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
}

.sxps .con1 ul li a:hover,
.sxps .con1 ul li a.active{
    background:#000;
    color:#e6000f;
}
.sxps .con1 ul li a:hover::before,
.sxps .con1 ul li a.active::before{
    width:100%;
}
.sxps-con .row{
    display:none;
}
.sxps-con .row.active{
    display:block;
}
.sxps .con2{
    position:relative;
    padding:30px;
}
.sxps .con2 img{
    width:100%;
}
.sxps .con2::before{
    content:"";
    width:82px;
    height:88px;
    border-top:10px solid #f7b2b7;
    border-left:10px solid #f7b2b7;
    position:absolute;
    top:0;
    left:0;
}
.sxps .con2::after{
    content:"";
    width:96px;
    height:190px;
    border-bottom:10px solid #b2b2b2;
    border-right:10px solid #b2b2b2;
    position:absolute;
    bottom:0;
    right:0;
}
.sxps .con3 h5,
.gywm .con1 h5{
    font-size:30px;
    font-weight:bold;
    color:#e6000f;
    margin-top:30px;
}
.sxps .con3 p,
.gywm .con1 p{
    color:#999;
    line-height:30px;
}
.sxps .con3 .text,
.gywm .con1 .text{
    line-height:30px;
    color:#333;
    height:120px;
    overflow: hidden;
    margin:65px 0;
}
.sxps .con3 a,
.gywm .con1 a{
    display:block;
    width:184px;
    line-height:50px;
    background:#000;
    text-align:center;
    font-size:18px;
    color:#fff;
}
.sxps .con3 a:hover,
.gywm .con1 a:hover{
    background:#e6000f;
}

/* 关于我们 */
.gywm{
    background:#f4f4f4;
    padding:70px 0 230px;
    margin-top:70px;
}
.gywm .imgbox{
    display:block;
    overflow: hidden;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .con1 .text{
    margin:50px 0;
}

.main1 ul{
    border:1px solid #d8d8d8;
    box-shadow:0 0 10px rgba(0, 0, 0, .1);
    padding:70px 0;
    margin-top:-146px;
    background:#fff;
}
.main1 ul li{
    width:25%;
    padding:20px 0;
    border-right:1px solid #d8d8d8;
    text-align:center;
}
.main1 ul li:last-child{
    border:none;
}
.main1 ul li h5{
    font-size:60px;
    font-weight:bold;
    color:#e6000f;
}
.main1 ul li h5 span{
    font-size:18px;
    color:#000;
    font-weight:normal;
}
.main1 ul li p{
    font-size:18px;
    margin-top:20px;
}


.title1{
    margin:70px 0 50px;
    text-align:center;
}
.title1 h5{
    font-size:30px;
    color:#e6000f;
    font-weight:bold;
}
.title1 p{
    color:#999;
    margin-top:10px;
}

/* 车辆展示 */
.clzs .swiper-container{
    padding:5px;
    margin:0 -5px;
}
.news1{
    display:block;
    border:1px solid #e0e0e0;
    text-align:center;
    box-shadow:3px 3px 5px rgba(0, 0, 0, .1);
}
.news1 .imgbox{
    padding:14px;
}
.news1 h5{
    line-height:54px;
    background:#e5e5e5;
    font-size:18px;
    color:#000;
    padding:0 5px;
}
.news1 p{
    line-height:54px;
    font-size:12px;
    color:#999;
}
.news1:hover{
    border-color:#e6000f;
}
.news1:hover h5{
    background:#e6000f;
    color:#fff;
}
.news1:hover p{
    color:#e6000f;
}

/* 我们的优势 */
.youshi{
    padding-bottom:70px;
}
.youshi .top{
    background:url(../images/ys_bg.jpg) center top/cover;
    margin-top:70px;
    height:495px;
}
.youshi .title1 h5,
.youshi .title1 p{
    color:#fff;
}
.youshi ul{
    border:1px solid #e0e0e0;
    background:#fff;
    margin-top:-300px;
}
.youshi ul li{
    width:33.33%;
    border-right:1px solid #e0e0e0;
}
.youshi ul li:nth-child(1),
.youshi ul li:nth-child(2),
.youshi ul li:nth-child(3){
    border-bottom:1px solid #e0e0e0;
}
.youshi ul li:nth-child(3n+3){
    border-right:none;
}
.youshi ul li a{
    display:block;
    padding:50px 10px;
    text-align:center;
    transition:all .3s;
}
.youshi ul li a .img{
    width:114px;
    height:114px;
    border-radius:50%;
    border:1px dashed #e6000f;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    background:#fff;
}
.youshi ul li a h5{
    font-size:20px;
    color:#000;
    line-height:30px;
    margin:30px 0 20px;
}
.youshi ul li a .text{
    color:#999;
    line-height:24px;
    height:72px;
    overflow: hidden;
    transition:all .3s;
}
.youshi ul li a:hover{
    background:#e6000f;
}
.youshi ul li a:hover h5,
.youshi ul li a:hover .text{
    color:#fff;
}

/* 联系我们 */
.lxwm{
    background:#333;
    padding-bottom:70px;
}
.lxwm .title1{
    position: relative;
    padding-bottom:30px;
    overflow: hidden;
}
.lxwm .title1::before{
    content:"";
    width:18px;
    height:2px;
    background:#ff6000;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-9px;
}
.lxwm .title1 h5,
.lxwm .title1 p{
    color:#fff;
    position: relative;
}
.lxwm .title1 p{
    display:inline-block;
}
.lxwm .title1 p::before,
.lxwm .title1 p::after{
    content:"";
    width:290px;
    height:1px;
    background:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:20px;
}
.lxwm .title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 20px;
}
.lxwm .logo2{
    display:block;
    max-width:100%;
}
.lxwm .con1{
    margin-top:20px;
}
.lxwm .con1 .weixin img{
    width:140px;
    height:140px;
}
.lxwm .con1 .weixin p{
    color:#fff;
    margin-top:10px;
    text-align:center;
}
.lxwm .con1 .text{
    line-height:30px;
    color:#fff;
    margin-right:180px;
}
.lxwm form p{
    font-size:13px;
    color:#888;
    margin-bottom:8px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:40px;
    background:#5c5c5c;
    border:1px dashed rgba(255, 255, 255, .2);
    border-radius:5px;
    margin-bottom:10px;
    color:#fff;
    padding:0 10px;
}
.lxwm form textarea{
    height:130px;
    resize:none;
    padding:10px;
}
.lxwm form button{
    width:137px;
    line-height:35px;
    background:#ff6000;
    color:#fff;
    border-radius:30px;
    margin-top:20px;
    border:none;
    transition:all .3s;
}
.lxwm form button:hover{
    background:#d76824;
}

/* footer */
footer{
    padding:30px 0;
    background:#0c0c0c;
    color:#fff;
    text-align:center;
    color:rgba(255, 255, 255, .5)
}
footer ul{
    font-size:0;
    margin-bottom:10px;
}
footer ul li{
    display:inline-block;
    margin:0 5px 5px;
}
footer ul li a{
    font-size:13px;
    color:rgba(255, 255, 255, .5)
}
footer a{
    color:rgba(255, 255, 255, .5);
    transition:all .3s;
}
footer a:hover{
    color:#e6000f;
}

/*内页*/
.neiye {
    padding: 40px 0;
}
.ny_nav .title {
    height: 80px;
    line-height: 80px;
    background: #161616 url(../images/icon1.png) no-repeat 20px center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left:60px;
    overflow: hidden;
}
.ny_nav .title p{
    position: relative;
    z-index:10;
}
.ny_nav .title::before{
    content:"";
    width:60%;
    height:200%;
    position:absolute;
    top:-50%;
    right:-50px;
    background:#d31726;
    transform:skewX(-30deg);
}
.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: 20;
}
.ny_nav ul a {
    display: block;
    line-height: 44px;
    background: #e5e5e5;
    font-size: 16px;
    color: #000;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding: 0 5px 0 30px;
    position:relative;
}
.ny_nav ul a::before{
    content:"";
    width:12px;
    height:100%;
    background:#161616;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.ny_nav ul a span{
    position:relative;
    z-index:10;
}
.ny_nav ul li a:hover::before{
    width:100%;
}
.ny_nav ul li a:hover {
    color: #fff;
}
.ny_nav ul li a.active::before {
    width:100%;
}
.ny_nav ul li a.active{
    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: #009b52;
}
.neiye .lxfs{
    margin-top:20px;
}
.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}
.neiye .lxfs .imgbox img {
    width: 100%;
}
.neiye .lxfs .text {
    background: #e5e5e5;
    padding: 20px 10px 20px 30px;
    line-height: 30px;
    margin-top:1px;
    position: relative;
}
.neiye .lxfs .text::before{
    content:"";
    width:12px;
    height:100%;
    background:#161616;
    position:absolute;
    top:0;
    left:0;
}
.neiye .title2 {
    border-bottom:2px solid #000;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    padding:20px 25px;
    font-size:24px;
    font-weight:bold;
    position: relative;
}
.neiye .title2 h5::before{
    content:"";
    width:100%;
    height:5px;
    background:#d31726;
    position:absolute;
    bottom:-2px;
    left:0;
}
.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a {
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #007ad9;
}

/* 新闻中心内页 */
.xwzx_ny a {
    display: block;
    margin-bottom: 20px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
}
.xwzx_ny a .imgbox {
    width: 209px;
    height: 159px;
    overflow: hidden;
}
.xwzx_ny a .imgbox .img{
    width: 100%;
    height: 100%;
}
.xwzx_ny a .text_box{
    margin:15px 0 0 240px;
}
.xwzx_ny a .text_box h5 {
    font-size: 18px;
    font-weight:bold;
    color: #262626;
    line-height:35px;
}
.xwzx_ny a .text_box p{
    color:#999;
    margin:10px 0;
}
.xwzx_ny a .text_box .text {
    color: #666;
    line-height:24px;
    height:48px;
    overflow: hidden;
}
.xwzx_ny a:hover .img {
    transform: scale(1.1);
}
.xwzx_ny a:hover h5 {
    color: #d31726;
}

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

.zxly-ny.lxwm{
    margin:0;
    padding:0;
    background:none;
}
.zxly-ny form{
    max-width:600px;
    margin:auto auto !important;
}
.zxly-ny form button{
    width:100%;
}


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

/*微信弹窗*/
.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: #e6000f;
    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: #7e0911;
    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 #e6000f;
    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 #e6000f;
    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 #e6000f;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6000f;
    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 #e6000f;
    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: #e6000f;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li:last-child {
    border: none;
}
.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}
.bottom_link ul li a i {
    display: block;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(max-width:1199px){

}
@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: #e6000f;
    }
    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: #e6000f;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #e6000f;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye {
        padding: 20px 0 30px;
    }
    .ny_nav {
        margin-bottom: 20px;
    }
    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
        background:#d31726;
    }
    .ny_nav .title::before{
        display:none;
    }
    .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::before{
        display:none;
    }
    .ny_nav ul li a:hover{
        color:#000;
    }
    .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.active,
    .logo-box{
        height:auto;
        position:initial;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:50%;
    }
    .logo-box .logo img{
        max-height:80%;
    }
    .sxps .con1 ul{
        margin-top:0;
    }
    .sxps .con2{
        float: none !important;
    }
    .sxps .con3 .text,
    .gywm .con1 .text{
        height:auto;
        max-height:120px;
        margin:30px 0;
    }
    .lxwm form{
        margin-top:30px;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    #myCarousel .carousel-indicators {
        bottom: 2px;
    }
    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .xwzx_ny a {
        margin-bottom: 10px;
        padding-bottom:10px;
    }
    .xwzx_ny a .imgbox {
        width: 120px;
        height: 100px;
    }
    .xwzx_ny a .text_box {
        margin: 0 0 0 130px;
    }
    .xwzx_ny a .text_box p{
        font-size:12px;
        margin:5px 0;
    }
    .xwzx_ny a .text_box h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .xwzx_ny a .text_box .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0 0 0;
        font-size: 13px;
    }
    .xwzx_ny a .text_box .more {
        width: 80px;
        line-height: 23px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
        max-width:60%;
    }
    .sxps .con1 ul li a{
        line-height:50px;
        font-size:14px;
    }
    .sxps .con1 ul{
        margin-bottom:30px;
    }
    .sxps .con3 h5, .gywm .con1 h5{
        font-size:20px;
        margin-top:20px;
    }
    .sxps .con3 p, .gywm .con1 p{
        font-size:12px;
    }
    .sxps .con3 .text, .gywm .con1 .text{
        margin:5px 0 15px;
    }
    .sxps .con3 a, .gywm .con1 a{
        width:120px;
        font-size:14px;
        line-height:35px;
    }
    .gywm{
        margin-top:30px;
        padding:30px 0 90px;
    }
    .main1 ul{
        padding:15px 0;
        margin-top:-55px;
    }
    .main1 ul li{
        padding:10px 0;
    }
    .main1 ul li h5{
        font-size:30px;
    }
    .main1 ul li h5 span{
        font-size:12px;
    }
    .main1 ul li p{
        font-size:14px;
        margin-top:10px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:12px;
        margin-top:5px;
    }
    .news1 .imgbox{
        padding:5px;
    }
    .news1 h5{
        line-height:35px;
        font-size:16px;
    }
    .news1 p{
        line-height:35px;
    }
    .youshi .top{
        margin-top:30px;
        height: 300px;
    }
    .youshi ul li a{
        padding:10px;
    }
    .youshi ul li a h5{
        font-size:16px;
        margin:10px 0 5px;
    }
    .youshi ul{
        margin-top:-206px;
    }
    .youshi{
        padding-bottom:30px;
    }
    .lxwm .con1 .weixin{
        float:none !important;
        text-align:center;
    }
    .lxwm .logo2{
        margin:0 auto;
    }
    .lxwm .con1 .text{
        text-align:center;
        margin:20px 0 0 0;
    }
    .lxwm{
        padding-bottom:30px;
    }
    .lxwm form button{
        width:100%;
        margin-top:10px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .cp-ny .news1{
        margin:0 5px 10px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 22px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
        max-width:70%;
    }
    .sxps .con1 ul li{
        width:50%;
    }
    .sxps .con1 ul li a{
        line-height:35px;
    }
    .sxps .con1 ul li:nth-child(1) a{
        border-bottom:1px solid rgba(255, 255, 255, .3);
    }
    .sxps .con1 ul li:nth-child(2) a{
        border:none;
        border-bottom:1px solid rgba(255, 255, 255, .3);
    }
    .sxps .con2{
        padding:10px;
    }
    .sxps .con2::before{
        width:40px;
        height:40px;
        border-width:5px;
    }
    .sxps .con2::after{
        width:40px;
        height:100px;
        border-width:5px;
    }
    .main1 ul{
        padding:10px 0;
    }
    .main1 ul li{
        width:50%;
        margin:5px 0;
    }
    .gywm{
        padding-bottom:130px;
    }
    .main1 ul{
        margin-top:-100px;
    }
    .main1 ul li:nth-child(2){
        border:none;
    }
    .youshi ul li{
        width:50%;
        border-bottom:1px solid #e0e0e0;
    }
    .youshi ul li:nth-child(3){
        border-right:1px solid #e0e0e0;
    }
    .youshi ul li:nth-child(2n+2){
        border-right:none;
    }
    .youshi ul li:nth-last-child(1),
    .youshi ul li:nth-last-child(2){
        border-bottom:none;
    }
    .youshi ul li a .img{
        width:90px;
        height:90px;
    }
    .youshi ul li a .img img{
        max-height:40px;
    }
}