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

/*PC端导航*/
nav {
    width:70%;
    padding:25px 0 0 150px;
}
/*一级导航*/
nav ul li {
    float: left;
    width:16.66%;
    text-align: center;
    position: relative;
    line-height:50px;
}
nav ul li a {
    display: block;
    position: relative;
    font-size:16px;
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
nav ul li a span{
    display:block;
    margin-top:8px;
}
nav ul li a:hover,
nav ul li a.active {
   background:#927c55;
   color:#fff !important;
}
/*二级导航*/
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;
    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;
    color:#927c55;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    background: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:#927c55; 
}

.title1{
    padding:60px 0 40px;
    text-align:center;
    overflow:hidden;
}
.title1 .con{
    display:inline-block;
    position:relative;
    padding:0 80px 13px;
    border:1px solid #ccc;
    border-top:none;
}
.title1 .con::before,
.title1 .con::after{
    content:"";
    width:170px;
    height:1px;
    background:#ccc;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
    margin-right:-8px;
}
.title1 .con::after{
    right:auto;
    left:100%;
    margin:0 0 0 -8px;
}
.title1 h5{
    font-size:28px;
    color:#927c55;
    margin-top:-14px;
}
.title1 h5::before,
.title1 h5::after{
    content:"";
    width:30px;
    height:1px;
    background:#ccc;
    position:absolute;
    top:0;
    left:0;
}
.title1 h5::after{
    left:auto;
    right:0;
}
.title1 p{
    font-size:15px;
    color:#666;
    margin-top:5px;
}

#wrap{
    overflow: hidden;
}
#wrap ul li{
   padding:0 5px;
}
#wrap ul li a{
    display:block;
    overflow: hidden;
}
#wrap ul li a .img{
    width:298px;
    height:220px;
}
#wrap ul li a:hover .img{
    transform:scale(1.1);
}

.lc ul{
    font-size:0;
    text-align:center;
    margin:0 -10px;
}
.lc ul li{
    width:20%;
    display:inline-block;
    vertical-align:top;
    padding:0 10px;
}
.lc ul li .imgbox{
    width:120px;
    height:120px;
    background:#927c55;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin:0 auto;
    transition:all .3s;
}
.lc ul li h5{
    font-size:20px;
    margin:15px 0 10px;
}
.lc ul li .text{
    font-size:16px;
    line-height:30px;
    height:60px;
    overflow:auto;
    color:#666;
}
.lc ul li:hover .imgbox{
    background:#4a3209;
}

.ad{
    background:url(../images/ad_bg.jpg) center center/cover;
    padding:20px 0;
    margin-top:50px;
}
.ad .text1{
    font-size:30px;
    color:#fff;
    line-height:1.5;
}
.ad .text1 p:nth-child(2){
    margin:15px 0 0 100px;
}
.ad .phone a.zx{
    display:block;
    width:120px;
    line-height:35px;
    background:#927c55;
    color:#fff;
    text-align:center;
    margin:20px auto 10px;
    border-radius:5px;
    transition:all .3s;
}
.ad .phone a.zx:hover{
    background:#4a3209;
}
.ad .phone a.tel{
    color:#fff;
    font-size:25px;
    text-align:center;
}

.gywm-con{
    background:#eee;
}
.gywm-con .imgbox{
    display:block;
    overflow: hidden;
}
.gywm-con .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm-con .imgbox .img{
    height:380px;
}
.gywm-con .text-box{
    padding:20px 20px 0 0;
}
.gywm-con .text-box .text{
    font-size:16px;
    line-height:30px;
    height:270px;
    overflow:hidden;
}
.gywm-con .text-box a{
    display:block;
    width:120px;
    line-height:35px;
    background:#927c55;
    font-size:16px;
    color:#fff;
    text-align:center;
    margin-top:30px;
}
.gywm-con .text-box a:hover{
    background:#4a3209;
}

.youshi{
    background:url(../images/ys_bg.jpg) center center/cover;
    margin-top:50px;
    padding-bottom:20px;
}
.youshi .title1 p{
    color:#927c55;
}
.youshi ul{
    margin:0 -15px;
}
.youshi ul li{
    width:50%;
    padding:0 15px;
    margin-bottom:30px;
}
.youshi ul li img{
    width:90px;
}
.youshi ul li .text-box{
    margin-left:100px;
    color:#fff;
}
.youshi ul li .text-box h5{
    font-size:18px;
}
.youshi ul li .text-box .text{
    line-height:25px;
    height:50px;
    margin-top:10px;
    overflow:auto;
}
.gcal ul{
    margin:0 -10px;
}
.gcal ul li{
    padding:0 10px;
}
.gcal ul li:nth-child(1){
    width:30%;
}
.gcal ul li:nth-child(2){
    width:45%;
}
.gcal ul li:nth-child(3){
    width:25%;
}
.gcal ul li a{
    display:block;
    overflow: hidden;
    margin-bottom:20px;
}
.gcal ul li:nth-child(1) a .img{
    height:460px;
}
.gcal ul li:nth-child(2) a .img{
    height:220px;
}
.gcal ul li:nth-child(2) dl{
    margin:0 -10px;
}
.gcal ul li:nth-child(2) dl dd{
    width:50%;
    padding:0 10px;
}
.gcal ul li:nth-child(3) a:nth-child(1) .img{
    height:310px;
}
.gcal ul li:nth-child(3) a:nth-child(2){
    height:130px;
    background:#c4a878;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    line-height:30px;
    text-align:center;
}
.gcal ul li:nth-child(3) a:nth-child(2) .img{
    height:130px;
}
.gcal ul li a:hover .img{
    transform:scale(1.1);
}
.gcal ul li:nth-child(3) a:nth-child(2):hover{
    background:#724e10;
}

.ad2{
    background:url(../images/ad2_bg.jpg) center center/cover;
    padding:20px 0;
    margin-top:30px;
}
.ad2 .text1 h5{
    font-size:30px;
    font-weight:bold;
    font-family:"楷体","微软雅黑";
    line-height:40px;
}
.ad2 .text1 p{
    font-size:20px;
    font-family:"楷体","微软雅黑";
    margin-top:10px;
    line-height:30px;
}
.ad2 .phone{
    margin-top:10px;
}
.ad2 .phone p{
    font-size:20px;
}
.ad2 .phone a{
    font-size:25px;
    font-weight:bold;
    color:#000;
}

.title2{
    border-bottom:1px solid #927c55;
    position:relative;
    padding-bottom:10px;
    margin-bottom:20px;
}
.title2 h5{
    font-size:28px;
    color:#927c55;
    padding-right:120px;
}
.title2 h5 span{
    color:#666;
    margin-left:10px;
}
.title2 a{
    display:block;
    width:100px;
    line-height:30px;
    border:1px solid #927c55;
    color:#927c55;
    position:absolute;
    bottom:10px;
    right:0;
    text-align:center;
}
.title2 a:hover{
    background:#927c55;
    color:#fff;
}
.xwzx{
    margin:50px 0;
}
.xwzx .con1 ul li a{
    display:block;
    line-height:40px;
    font-size:16px;
    border-bottom:1px dashed #ccc;
}
.xwzx .con1 ul li a:hover{
    color:#c4a878;
}
.xwzx .con2 .swiper-contain{
    border:1px solid red;
}
.xwzx .con2 a{
    display:block;
    overflow: hidden;
}
.xwzx .con2 a .img{
    height:290px;
}

footer{
    background:url(../images/footer_bg.jpg) repeat;
    padding:30px 0;
    color:#fff;
}
footer ul{
    font-size:0;
    text-align:center;
    margin-bottom:20px;
}
footer ul li{
    display:inline-block;
    padding:0 20px;
    border-right:1px solid #ccc;
    margin-bottom:10px;
}
footer ul li a{
    font-size:14px;
    color:#fff !important;
    line-height:1;
    transition:all .3s;
}
footer ul li:last-child{
    border:none;
}
footer ul li a:hover{
    color:#c4a878 !important;
}
footer .bottom .weixin img{
    width:150px;
    height:150px;
}
footer .bottom .weixin p{
    font-size:12px;
    color:#999;
    margin-top:10px;
    text-align:center;
}
footer .bottom .con{
    margin-left:170px;
}
footer .bottom .con h5{
    font-size:20px;
    margin-bottom:15px;
}
footer .bottom .con dd{
    line-height:30px;
}
footer .bottom .con dd i{
    margin-right:5px;
}
footer .bottom .text{
    font-size:12px;
    line-height:20px;
    color:#999;
    margin-top:10px;
}
footer .bottom .text a{
    color :#999;
    transition:all .3s;
}
footer .bottom .text a:hover{
    color:#c4a878;
}

.news1{
    display:block;
    margin:0 10px 20px;
}
.news1 .imgbox{
    overflow: hidden;
    border:1px solid #ccc;
}
.news1 h5{
    font-size:16px;
    line-height:25px;
    color:#000;
    text-align:center;
    margin-top:10px;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    color:#927c55;
}

.xwzx-ny ul li a{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    line-height:40px;
    color:#000;
    position:relative;
    border-bottom:1px dashed #ccc;
    padding-right:110px;
    transition:all .3s;
}
.xwzx-ny ul li a p{
    position:absolute;
    top:0;
    right:0;
}
.xwzx-ny ul li a:hover{
    color:#927c55;
}
.lxwm-ny ul{
    margin:0 -10px 30px;
}
.lxwm-ny ul li{
    width:33.33%;
    padding:0 10px;
}
.lxwm-ny ul li .con{
    border:1px solid #ccc;
    padding:20px;
    text-align:center;
}
.lxwm-ny ul li .con>div{
    display:inline-block;
    text-align:left;
}
.lxwm-ny ul li .con .text{
    font-size:16px;
    line-height:30px;
    height:90px;
    overflow:auto;
}
.lxwm-ny ul li .con img{
    width:180px;
    height:180px;
    display:block;
    margin:10px auto 0;
}
.lxwm-ny .ditu{
    height:350px;
}
.lxwm-ny form input,
.lxwm-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom:10px;
}
.lxwm-ny form textarea{
    height:100px;
    padding:10px;
    resize:none;
}
.lxwm-ny form button{
    width:100%;
    height:40px;
    background:#333;
    font-size:16px;
    color:#fff;
    border:none;
    transition:all .3s;
}
.lxwm-ny form button:hover{
    background:#c4a878;
}

/*内页*/
.neiye {
    padding-bottom:50px;
}
.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}

/*详情页*/
.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 {
    font-size:16px;
    line-height: 30px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

/* 产品详情页 */
.cp-info{
    margin-top:50px;
}
.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: #927c55;
    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: #553a0a;
    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 #927c55;
    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 #927c55;
    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 #927c55;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #927c55;
    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 #927c55;
    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: #927c55;
    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: #927c55;
    }
    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: #927c55;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #927c55;
    }
    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-bottom:30px;
    }
    .cp-info .con1 .text{
        max-height:initial;
    }
    .logo-box .logo{
        max-width:60%;
    }
    .gywm-con .imgbox .img{
        height:auto;
    }
    .gywm-con .text-box{
        padding:20px;
    }
    .gywm-con .text-box .text{
        height:auto;
        max-height:270px;
    }
    .xwzx .con2{
        margin-top:30px;
    }
    .lxwm-ny .ditu{
        height:300px;
    }
    .lxwm-ny 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;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .cp-info{
        margin-top:30px;
    }
    .title1{
        padding:40px 0 30px;
    }
    .title1 .con{
        padding:0 50px 10px;
    }
    .title1 h5{
        font-size:20px;
        margin-top:-10px;
    }
    .title1 p{
        font-size:13px;
    }
    #wrap ul li a .img{
        width:260px;
        height:160px;
    }
    .lc ul{
        margin:0 -5px;
    }
    .lc ul li{
        width:33.33%;
        margin-bottom:20px;
        padding:0 5px;
    }
    .lc ul li h5{
        font-size:16px;
    }
    .lc ul li .text{
        font-size:13px;
        line-height:20px;
        height:40px;
    }
    .ad{
        margin-top:10px;
        text-align:center;
    }
    .ad .text1,
    .ad .phone{
        float: none !important;
    }
    .ad .text1{
        font-size:16px;
        line-height:25px;
    }
    .ad .text1 p:nth-child(2){
        margin:0;
    }
    .ad .phone a.tel{
        font-size:20px;
    }
    .gywm-con .text-box{
        padding:15px 10px;
    }
    .gywm-con .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:200px;
    }
    .gywm-con .text-box a{
        margin-top:20px;
    }
    .youshi{
        margin-top:30px;
        padding-bottom:10px;
    }
    .youshi ul li{
        width:100%;
        margin-bottom:20px;
    }
    .youshi ul li .text-box h5{
        font-size:16px;
    }
    .ad2{
        margin-top:20px;
        text-align:center;
    }
    .ad2 .text1,
    .ad2 .phone{
        float:none !important;
    }
    .ad2 .text1 h5{
        font-size:20px;
    }
    .ad2 .text1 p{
        font-size:14px;
        line-height:25px;
        margin-top:5px;
    }
    .ad2 .phone p{
        font-size:16px;
    }
    .ad2 .phone a{
        font-size:20px;
    }
    .xwzx{
        margin:30px 0;
    }
    .title2{
        margin-bottom:10px;
    }
    .title2 h5{
        font-size:20px;
        padding-right:90px;
    }
    .title2 h5 span{
        font-size:14px;
    }
    .title2 a{
        width:80px;
        line-height:25px;
        font-size:14px;
    }
    .xwzx .con1 ul li a{
        line-height:35px;
        font-size:14px;
    }
    .xwzx .con2 .but{
        display:none;
    }
    footer {
        text-align:center;
    }
    footer ul li{
        border:none;
        padding:0 10px;
        width:33.33%;
        line-height:20px;
    }
    footer .bottom .weixin{
        float:none !important;
    }
    footer .bottom .con{
        margin:20px 0 0 0;
    }
    footer .bottom .con h5{
        font-size:16px;
    }
    .xqy .con{
        font-size:14px;
        line-height:25px;
    }
    .news1{
        margin:0 5px 10px;
    }
    .news1 h5{
        margin-top:0;
    }
    .xwzx-ny ul li a{
        font-size:14px;
        line-height:35px;
        padding-right:90px;
    }
    .lxwm-ny .ditu{
        height:260px;
    }
    .lxwm-ny ul{
        margin-bottom:20px;
    }
    .lxwm-ny ul li{
        width:100%;
        margin-bottom:10px;
    }
    .lxwm-ny ul li .con{
        padding:10px;
    }
    .lxwm-ny ul li .con .text{
        font-size:14px;
        line-height:25px;
        height:auto;
    }
    .lxwm-ny ul li .con img{
        width:150px;
        height:150px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .lc ul li{
        width:50%;
        margin-bottom:20px;
        padding:0 5px;
    }
    .lc ul li .imgbox{
        width:100px;
        height:100px;
    }
}