.heard{
    width: 100%;
    height: 92px;
    min-width: 1200px;
    background-color: #fff;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.heard .center .logo{
    width: 180px;
    margin-top: 18px;
    margin-left: 10px;
}
.heard .logo img{
    width: 100%;
    
}
.heard .heardnav{
    font-size: 18px;
    margin-top: 29px;
    margin-left: 90px;
    
}
.heard  .heardnav a{
    color: #333333 ;
}
.heard  .phonelogo{
    width: 288px;
    float: right;
}
.heard  .phonelogo img{
    width: 100%;
    margin-top: 9px;
}
.heard .nav > li > a:hover, .heard  .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #a5d566;
}
.heard .dropdown-menu{
    background-color: #a5d566;
    border:1px #b5b5b5 solid;
    color: #fff;
}
.heard  .dropdown-menu > li > a:hover, .heard .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #a5d566;
}
.heard  .dropdown-menu > li > a{
    color: #fff;
}
.phoneheard{
    display: none;
}
.wapqiyeyoushi{
    display: none;
}
.shoujifooter{
    display: none;
}
.wapcebian{
    display: none;
}
.dibufont22{
  display: none;  
}
@media screen and (min-width:1200px){
    .heard .heardnav {
        float: right;
        margin-left: 30px;
    }
    .heard .center .logo{
        float: left;
    }
}
@media screen and (max-width:1200px) and (min-width: 769px){
    .phonelogo{
        display: none;
    }
    .heard{
        min-width: 768px;
    }
    .center {
        width: 808px;
    }
    .heard .heardnav {
        float: left;
        margin-left: -3px;
    }
    .heard .center .logo{
        float: left;
    }
}
@media screen and (max-width:768px) {
    .phonelogo{
        display: none;
    }
    .heard{
        min-width: 300px;
        height: auto;
    }
    .center {
        width: auto;
    }
    .heard .center .logo {
        width: 225px;
        margin-top: 18px;
    }
    .heard .heardnav {
        font-size: 14px;
        margin-top: 18px;
        margin-left: 0px;
   }
   .heard .heardnav .nav{
        display: flex;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
   }
   .heard .heardnav ul li{
       width: 33.33%;
   }
   .navbar-nav .open .dropdown-menu{
           position: absolute;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #a5d566;
            left: 6%;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
   }
}


/* side */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100; }
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .qrcode {width: 120px;position: absolute;left: -120px;top: 54px;display: none;border: 4px #0D6FB8 solid;border-radius: 0px 0 5px 5px;}
.side ul li .qrcode img{display: block;width: 100%;}
/*.side ul li:hover .qrcode{display: block;}*/
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#A5D566;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #A5D566;
    opacity: 0.8;
    COLOR: #fff;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
    text-align: center;
}
.side ul li .sidetop:hover{background:#A5D566;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

.heardnav ul .active a{
    color: #A5D566 !important;
}

.heardnav ul .active .active .active a{
    color: #fff !important;
}
.heardnav ul .active .active li a{
    color: #fff !important;
}

/*关于我们*/
.concatleft
{
    float: left;
    width: 40%;
    
}
.concatleft p
{
   margin: 20px;
   font-size: 16px;
    
}
.concatright{
    float: right;
    width: 60%;
}

@media screen and (max-width:768px) {
   .concatleft{
        float: none;
        width: 100%;
        
    }
    .concatright{
        float: none;
        width: 90%;
        margin: 0 auto;
   }
   
}

/*底部留言*/
.liuyan{
    width: 338px;
    height: 528px;
    margin: 6vh auto;
    background-color: #Fff;
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: solid 1px #aaaaaa;
}
.xianshi{
    display: block;
}

.liuyan .lyheard{
    width: 100%;
    border-bottom: 1px solid #A5D566;
}
.liuyan .lyheard p:nth-child(1){
    background-color: #A5D566 ;
    font-size:20px;
    color: #fff;
    padding: 16px 20px;
}
.liuyan .lyheard p:nth-child(2){
    background-color: #A5D566 ;
    font-size:20px;
    color: #fff;
    padding: 16px 20px;
    cursor: pointer;
}
.liuyan .lyheard p:nth-child(3){
    color: #A5D566;
    font-size: 20px;
    padding: 20px 20px;
}

.liuyan .lyheard p:nth-child(4){
    color: #A5D566;
    font-size: 20px;
    padding:0px 20px 20px 20px;
}

.liuyan ul{
    width: 90%;
    margin: 20px auto;
}
.liuyan ul li{
    margin-top: 20px;
}
.liuyan ul li textarea{
    width: 100%;
    height: 100px;
    background-color: #F0F0F0;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    padding: 10px;
}
.liuyan ul li input{
    width: 100%;
    height: 46px;
    background-color: #F0F0F0;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    padding-left: 20px;
}
.liuyan ul .btnnn input{
    color: #fff;
    background-color: #A5D566 ;
    font-size: 24px;
}


/**/
.clear{
    clear: both;
}

@media screen and (max-width:768px) {
    .side{display:none}
   
    .lianxiwomen img{
    width: 30%;
    }
    .lianxiwomen p{
        line-height: 27px;
    }
    .heard{
        display: none;
    }
    .phoneheard{
        display: block;
    }
    .phoneheard .logo {
        width: 40%;
        float: left;
    }
    .phoneheard .logo img{
        width: 100%;
        padding-top: 10px;
        padding-left: 3%;
        
        
    }
   .phoneheard  .phonephonelogo{
       float: right;
       width: 40%;
   }
    .phoneheard  .phonephonelogo img{
        width: 100%;
        padding-top: 10px;
        padding-right: 3%;
    }
    .phoneheard  ul{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #5CB80C;
        margin-top: 10px;
        margin-bottom: 0;
    }
      .phoneheard  ul li{
        width: 33%;
         padding: 7px 0px;
        text-align: center;
        color: #fff;
    }
    .phoneheard  ul li:nth-child(2),
    .phoneheard  ul li:nth-child(5){
       border-left: 1px solid #fff;
       border-right: 1px solid #fff;
    }
    .phoneheard  ul li a{
        font-size: 1.6rem;
        color: #fff;
       
    }
    .pcqiyeyoushi{
        display: none;
    }
    .wapqiyeyoushi{
        display: block;
        margin: 30px auto 0px auto;
        width: 96%;
        height: auto;
        background: #F2F4F6;
        
    }
    .wapqiyeyoushi .wapyst{
        background-color: #96D156;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .wapqiyeyoushi .wapyst p{
        text-align: center;
        color: #fff;
    }
    .wapqiyeyoushi .wapyst .wappt{
       font-size: 1.7rem;
       margin: 10px auto 0px auto;
    }
    .wapqiyeyoushi .wapyst .wappe{
       font-size: 1.7rem;
    }
    .wapqiyeyoushi .wapyst .wappg{
       width: 80px;
       border: 1px solid #fff;
       float: right;
       text-align: center;
       border-radius: 10px;
       margin-right: 10px;
    }
    .wapqiyeyoushi ul li{
       clear: both;
       overflow: hidden;
    }
    .wapqiyeyoushi .ysimg{
        width: 30%;
        float: left;
        text-align: center;
    }
    .wapqiyeyoushi .ysimg img{
        width: 90%;
    }
    .wapqiyeyoushi .yscon{
        width: 65%;
        float: right;
        margin-top: 10px;
        
    }
    .wapqiyeyoushi .yscon p:nth-child(1){
        color: #2d2c2d;
        font-size: 1.5rem;
    }
    .wapqiyeyoushi .yscon p:nth-child(2){
       font-size: 1.3rem;
       color: #a1a1ab;
       margin-top: 5px;
    }
    .shoujifooter{
        display: block;
        width: 100%;
        background-color: #5CB80C;
        position: fixed;
        bottom: 0;
    }
    .shoujifooter ul{
        width: 100%;
        display: flex;
    }
    .shoujifooter ul li{
        width: 50%;
        color: #fff;
        text-align: center;
        padding: 15px;
        
    }
    .shoujifooter ul li:nth-child(1){
        border-right: 1px solid #fff;
    }
    .shoujifooter ul li a{
        color: #fff;
        font-size: 1.5rem;

    }
    .mcalb{
        padding-bottom: 45px;
    }
    .wapcebian{
        width: 224px;
        height: 60px;
        display: none;
        overflow: hidden;
        z-index: 9999;
        position: fixed;
        top: 300px;
        right: -48px;
        background-image: linear-gradient(to right, #58bb04 , #B2E38A);
        border-radius: 30px;
        color: #fff;
        font-size: 1.7rem;
        opacity: 0.8;
    }
    .wapcebian .wapcleft{
        float:  left;
    }
    .wapcebian p{
        margin-top: 5px;
    }
    .dibufont{
         display: none;
    }
   
    .dibufont22{
         display: block;
    }
   
}
.res p {
    margin: 0;
    font-size: 18px !important;
    line-height: 32px;
}