/*全局样式*/
@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:70px;
    line-height:70px;
    max-width:25%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}
.logo-box .phone{
    color:#de891f;
    font-weight:bold;
    line-height:70px;
    font-size:20px;
}
.logo-box .phone i{
    color:#449320;
    font-size:30px;
    margin-right:15px;
}


/*一级导航*/
nav{
    margin-top:10px;
}
nav ul li {
    float: left;
    width:11.11%;
    text-align: center;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    font-size:16px;
    color: #000 !important;
    overflow: hidden;
    height:40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
nav ul li a:hover,
nav ul li a.active {
   color:#4f9221 !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;
    background:#ccc;
    color:#333;
    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; 
}

.title1{
    margin:50px 0 30px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:28px;
    color:#fff;
}
.title1 p{
    display:inline-block;
    position:relative;
    margin-top:20px;
}
.title1 p img{
    height:30px;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:170px;
    height:2px;
    background:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin:-1px 5px 0 0;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 5px;
}
.title1-2 h5{
    color:#000;
}
.title1-2 p::before,
.title1-2 p::after{
    background:#f27700;
}
.main0 .top{
    background:#ec7a00;
}
.main0 .con1{
    font-size:0;
    text-align:center;
    margin:20px 0;
}
.main0 .con1 .text{
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    text-align:left;
}
.main0 .con1 .text span{
    color:#f27400;
}
.main0 .con2{
    font-size:16px;
    line-height:30px;
}
.main0 .con3 img{
    display:block;
    max-width:100%;
    margin:0 auto;
}
.main2{
    background:#dee6db;
    padding:50px 0;
}
.main2-con .title{
    position:relative;
    min-height:300px;   
}
.main2-con .title p{
    font-size:40px;
    font-weight:bold;
    line-height:1;
    width:40px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.main2-con .title h5{
    font-size:50px;
    font-weight:bold;
    line-height:1;
    width:50px;
    color:#469520;
    position:absolute;
    top:50%;
    left:50px;
    transform:translateY(-50%);
}
.main2-con .right{
    min-height:300px;
    margin-left:150px;
    display:flex;
    align-items:center;
}
.main2-con .right .swiper-container{
    width:100%;
}
.news1{
    display:block;
    background:#fff;
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 .text-box{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.news1 .text-box .text{
    font-size:18px;
    font-weight:bold;
    color:#333;
    line-height:25px;
    max-height:50px;
    overflow: hidden;
}
.news1:hover .img{
    transform:scale(1.1);
}

.main3{
    padding:50px 0;
}
.main3 .title{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    line-height:50px;
    margin-bottom:30px;
}
.main3 .title span{
    font-size:50px;
    color:#f37b0a;
    margin:0 5px;
}
.main3 ul{
    font-size:0;
    text-align:center;
    margin:0 -5px;
}
.main3 ul li{
    display:inline-block;
    width:16.66%;
    padding:0 5px;
    vertical-align:top;
}
.main3 ul li .text{
    width:180px;
    height:180px;
    margin:0 auto;
    background:#e16766;
    border-radius:50%;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 20px;
}
.main3 ul li:nth-child(2) .text{
    background:#e69137;
}
.main3 ul li:nth-child(3) .text{
    background:#69a84f;
}
.main3 ul li:nth-child(4) .text{
    background:#3e85c7;
}
.main3 ul li:nth-child(5) .text{
    background:#674fa7;
}
.main3 ul li:nth-child(6) .text{
    background:#a64d79;
}

.main4{
    padding:50px 0;
    background:#dee6db;
}
.main4 .title{
    font-size:25px;
    font-weight:bold;
    margin-bottom:30px;
    text-align:center;
}
.main4 .title span{
    font-size:40px;
    color:#e98000;
}
.main4 ul li{
    position:relative;
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    padding-left:50px;
    margin-bottom:5px;
}
.main4 ul li span{
    color:#e67500;
}
.main4 ul li b{
    width:40px;
    height:40px;
    background:#479822;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:normal;
    position:absolute;
    top:0;
    left:0;
}

.main5 ul.ul-1{
    margin:0 -10px;
}
.main5 ul.ul-1 li{
    width:50%;
    padding:0 10px;
}
.main5 ul.ul-1 li a{
    display:block;
    overflow: hidden;
}
.main5 ul.ul-1 li a:hover .img{
    transform:scale(1.1);
}
.main5 ul.ul-2{
    margin:20px -10px 0;
}
.main5 ul.ul-2 li{
    width:25%;
}
.news2{
    display:block;
    margin:0 10px 20px;
}
.news2 .imgbox{
    overflow: hidden;
    background:#c0e5f8;
}
.news2 h5{
    font-size:18px;
    color:#333;
    line-height:30px;
    text-align:center;
    margin-top:15px;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#3c9625;
}

.main6{
    background:#ec7a00;
    padding:50px 0 30px;
    margin-top:30px;
}
.main6 .title1{
    margin:0 0 40px;
}
.main6 .title1 p::before,
.main6 .title1 p::after{
    width:60px;
}
.main6 ul{
    margin:0 -10px;
}
.main6 ul li{
    width:50%;
    padding:0 10px;
    margin-bottom:20px;
}
.main6 ul li .con{
    background:url(../images/ys1.png) no-repeat 0 0/80px auto;
    padding-left:100px;
}
.main6 ul li .con h5{
    font-size:18px;
    font-weight:bold;
    color:#fff;
}
.main6 ul li .con .text{
    color:#fff;
    line-height:25px;
    margin-top:15px;
    height:75px;
    overflow:auto;
}
.main6 ul li:nth-child(2) .con{
    background:url(../images/ys2.png) no-repeat 0 0/80px auto;
}
.main6 ul li:nth-child(3) .con{
    background:url(../images/ys3.png) no-repeat 0 0/80px auto;
}
.main6 ul li:nth-child(4) .con{
    background:url(../images/ys4.png) no-repeat 0 0/80px auto;
}
.main6 form h5{
   font-size:0;
   text-align:center;
   overflow: hidden;
   margin-bottom:30px;
}
.main6 form h5 span{
    font-size:28px;
    color:#fff;
    display: inline-block;
    position:relative;
}
.main6 form h5 span::before,
.main6 form h5 span::after{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:5px;
}
.main6 form h5 span::after{
    right:auto;
    left:100%;
    margin:0 0 0 5px;
}
.main6 form input{
    width:100%;
    height:50px;
    border:1px solid #ccc;
    margin-bottom:15px;
    padding:0 10px;
}
.main6 form button{
    width:100%;
    height:40px;
    background:#efad4d;
    color:#fff;
    border:none;
    font-size:16px;
    transition:all .3s;
}
.main6 form button:hover{
    background:#a56a15;
}
.main7 .title1 h5{
    color:#3d8b14;
}
.main7 .title1 p::before,
.main7 .title1 p::after{
    background:#3d8b14;
}
.news3{
    display:block;
    overflow: hidden;
}
.news3:hover .img{
    transform:scale(1.1);
}
.more1{
    font-size:0;
    margin-top:30px;
    text-align:center;
}
.more1 a{
    display:inline-block;
    line-height:36px;
    border:2px solid #4c952c;
    border-radius:5px;
    font-size:16px;
    color:#4c952c;
    padding:0 10px;
}
.more1 a:hover{
    background:#4c952c;
    color:#fff;
}

.main9{
    background:#479822;
    padding-bottom:50px;
    margin-top:50px;
}
.main9 .con{
    text-align:center;
    font-size:0;
}
.main9 .con .text{
    display:inline-block;
    text-align:left;
    font-size:16px;
    line-height:30px;
    color:#fff;
}

.main10 .imgbox{
    display:block;
    overflow: hidden;
}
.main10 .imgbox .img{
    height:240px;
}
.main10 .imgbox:hover .img{
    transform:scale(1.1);
}
.main10 .text-box{
    line-height:30px;
    max-height:240px;
    overflow: hidden;
}
.main11{
    background:#f8f8f8;
    padding:50px 0;
    margin-top:50px;
}
.main11 ul li:nth-child(1){
    width:50%;
    padding-right:30px;
}
.main11 ul li:nth-child(2){
    width:50%;
    position: relative;
    padding-left:100px;
    border-left:2px solid #c9c9c9;
}
.main11 ul li:nth-child(1) .weixin img{
    width:120px;
    height:120px;
    border:1px solid #ccc;
}
.main11 ul li:nth-child(1) .weixin p{
    font-size:12px;
    color:#333;
    text-align:center;
    margin-top:5px;
}
.main11 ul li:nth-child(1) .text-box{
    margin-right:130px;
}
.main11 ul li:nth-child(1) .text-box h5{
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}
.main11 ul li:nth-child(1) .text-box dl dd{
    line-height:25px;
    margin-bottom:5px;
}
.main11 ul li:nth-child(1) .text-box dl dd i{
    margin-right:5px;
}
.main11 ul li:nth-child(2) h5{
    font-size:19px;
    font-weight:bold;
    color:#459a18;
    width:20px;
    position:absolute;
    top:0;
    left:30px;
    line-height:1.5;
}
.main11 form input{
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #ccc;
    margin-bottom:5px;
}
.main11 form .box{
    position: relative;
}
.main11 form .box input{
    width:calc(100% - 130px);
}
.main11 form .box a{
    display:block;
    width:120px;
    height:40px;
}
.main11 form button{
    width:100%;
    height:40px;
    background:#5db85b;
    color:#fff;
    font-size:16px;
    border:none;
    outline:none;
    transition:all .3s;
}
.main11 form button:hover{
    background:#157813;
}

footer{
    text-align:center;
    background:#eee;
    padding:20px 0;
    color:#333;
    line-height:25px;
}
footer a{
    color:#333 !important;
    transition:all .3s;
}
footer a:hover{
    color:#5db85b !important;
}


/*内页*/
.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news3{
    margin:0 10px 20px;
}

.main11-ny{
    max-width:600px;
    margin:0 auto;
    padding:0 !important;
}
.lxwm-map{
    height:400px;
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 100px;
}
.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{
    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: #5db85b;
    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: #087208;
    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 #5db85b;
    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 #5db85b;
    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 #5db85b;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5db85b;
    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 #5db85b;
    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: #5db85b;
    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){
    .main3{
        padding-bottom:30px;
    }
    .main3 ul li{
        width:33.33%;
        margin-bottom:20px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 70px;
        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: #5db85b;
    }
    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:20px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #5db85b;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #5db85b;
    }
    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;
    }
    .cp-info .con1 .text{
        max-height:initial;
    }
    .logo-box .logo{
        max-width:60%;
    }
    .main2-con .title{
        min-height:initial;
        text-align:center;
        float:none !important;
        margin-bottom:30px;
    }
    .main2-con .title p,
    .main2-con .title h5{
        width:100%;
        position:initial;
        transform:none;
    }
    .main2-con .title h5{
        margin-top:20px;
    }
    .main2-con .right{
        min-height:initial;
        margin-left:0;
    }
    .main6{
        padding-bottom:50px;
    }
    .main6 form{
        margin-top:30px;
    }
    .main10 .imgbox{
        margin-bottom:10px;
    }
    .main10 .imgbox .img{
        height:auto;
    }
    .main11 ul li{
        width:100% !important;
    }
    .main11 ul li:nth-child(1){
        padding-right:0;
    }
    .main11 ul li:nth-child(2){
        border:none;
        padding:0;
    }
    .main11 ul li:nth-child(2) h5{
        position:initial;
        width:auto;
        text-align:center;
        margin:30px 0 20px;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    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;
    }
    .cp-ny .news3{
        margin:0 5px 10px;
    }
    .cp-info{
        margin-top:30px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
        line-height:1.5;
    }
    .title1 p{
        margin-top:10px;
    }
    .main0 .con1 .text{
        font-size:16px;
        line-height:30px;
    }
    .main2{
        padding:30px 0;
    }
    .main2-con .title p{
        font-size:16px;
    }
    .main2-con .title h5{
        font-size:20px;
        margin-top:10px;
    }
    .news1 .text-box{
        height:70px;
    }
    .news1 .text-box .text{
        font-size:16px;
    }
    .main3 ul li .text{
        font-size:16px;
        line-height:25px;
        width:150px;
        height:150px;
    }
    .main3{
        padding:30px 0 10px;
    }
    .main3 .title{
        font-size:20px;
    }
    .main3 .title span{
        font-size:30px;
    }
    .main4{
        padding:30px 0;
    }
    .main4 .title{
        font-size:20px;
    }
    .main4 .title span{
        font-size:30px;
    }
    .main4 ul li{
        font-size:16px;
        line-height:30px;
        padding-left:40px;
    }
    .main4 ul li b{
        width:30px;
        height:30px;
    }
    .main5 ul.ul-1{
        margin:0 -5px;
    }
    .main5 ul.ul-1 li{
        padding:0 5px;
    }
    .main5 ul.ul-2{
        margin:10px -5px 0;
    }
    .main5 ul.ul-2 li{
        width:33.33%;
    }
    .news2{
        margin:0 5px 10px;
    }
    .news2 h5{
        font-size:16px;
        line-height:25px;
        margin-top:5px;
    }
    .main6{
        margin-top:20px;
        padding:30px 0;
    }
    .main6 ul li{
        width:100%;
    }
    .main6 ul li .con{
        background-size:50px auto !important;
        padding-left:60px;
    }
    .main6 ul li .con h5{
        font-size:16px;
        line-height:25px;
    }
    .main6 ul li .con .text{
        margin-top:5px;
        height:auto;
    }
    .main6 form h5 span{
        font-size:20px;
    }
    .main6 form input{
        margin-bottom:10px;
    }
    .main9{
        padding-bottom:30px;
        margin-top:30px;
    }
    .main11{
        padding:30px 0;
        margin-top:30px;
    }
    .main11 ul li:nth-child(1){
        text-align:center;
    }
    .main11 ul li:nth-child(1) .weixin {
        float:none !important;
        text-align:center;
    }
    .main11 ul li:nth-child(1) .text-box{
        margin:20px 0 0 0;
    }
    .main0 .con2{
        font-size:14px;
        line-height:25px;
    }
    .lxwm-map{
        height:280px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .main3 ul li{
        width:50%;
    }
    .main3 ul li .text{
        font-size:14px;
        line-height:20px;
        width:130px;
        height:130px;
    }
    .main5 ul.ul-2 li{
        width:50%;
    }
    .lxwm-map{
        height:200px;
    }
}