.layui-nav-item>a{font-size:19px;}
.lbt>img{width: 100%;}
.order {height: 60px;line-height: 60px;text-align: center;}
.order .line {display: inline-block;width: 36%;border-top: 1px solid #D6D6D6 ;}
.order .txt {font-size: 40px;color: #08B485  ;vertical-align: middle;}
p{font-size: 18px;text-indent: 2em;}
.ts-title{color: white;font-size: 23px;text-align: center;border: 5px solid white;background-color: #08B485;}
.ts-content{border: 5px solid white;background-color: #F7F7F7;}
.col{background-color: #08B485;}
.zx{color: #FFFFFF;border-radius: 10px;width: 15%;height: 35px;border: 2px solid white;background-color: #08B485;}
.zj-img{width: 100%;color: white;font-size: 23px;text-align: center;border: 5px solid white;}
.zj-img>img{width: 100%;}
.ts-content>.content-right{margin-right:0px;}
ts-content>span{width:100%;height: 20px;background-color: #CCC;}
.xq{margin-left: 7%;color: white;line-height: 32px;font-size: 20px;width: 85%;height: 30px;background-color: #00BCA3;}
.xq>a{color: white;}
td>.xq{text-align: center;}
.footer{width: 100%;height:300px;background-color: #00BA9D;}
.icon>td>div{width: 90% ;border: 3px solid white;line-height: 100px;margin-top: 15px}
.icon>td>div>img{width: 65px;}
.kz{width: 100%;}
.lxfs{line-height: 45px}
.rx{width:75px;line-height: 35px;}
.grid-demo{margin-top: 12px;margin-left: -60px;}
.dh{font-size: 35px;color: #1FBE96;}








*{
    padding:0px;
    margin:0px;
    list-style:none;
}
.banner {
    width:1060px;
    height:300px;
    margin:auto auto;
    position:relative;
    overflow:hidden;
}
.banner .img{
    width:10600px;
    height:200px;
    position:absolute;
    left:0px;
    top:0px;
}
.banner .img img{
    width:341px;
    height:200px;
}
.banner .img li{
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    width: 341px;
    border-left: 6px solid white;
    border-right: 6px solid white;
    float:left;
}
.banner>.img>li>div{
    background-color: #F4F4F4;
    font-size: 15px;
    line-height: 25px;
    height: 58px;border-bottom: 3px solid #4DD2C3;
}
.banner .num {
    position:absolute;
    width:100%;
    bottom:10px;
    left:0px;
    text-align:center;
    font-size:0px;
}
.banner .num li {
    width:10px;
    height:10px;
    background-color:#888;
    border-radius:50%;
    display:inline-block;
    margin:0px 3px;
    cursor:pointer;}

.banner .num li.on {
    background-color: #ff6a00;
}
.banner .btn {
    width: 30px;
    height: 50px;
    background-color: #808080;
    opacity: 0.5;
    filter:alpha(opacity:0.5);
    position:absolute;top:50%;
    margin-top:-25px;
    cursor:pointer;
    text-align:center;
    line-height:50px;
    font-size:40px;
    color:#fff;
    font-family:"宋体";
    display:none;
}
.banner .btn_l {
    left:0px;
}
.banner .btn_r {
    right:0px;
}
.banner:hover .btn {
    display:block;
}