body{
    overflow-x: hidden;
    font-family: "微软雅黑";
    background: #fff;
}
.logo{
    margin-top: -10px;
}
.logo>img{
    width: 202px;
    height:58px;
}
@media screen and (min-width: 1100px) {
    header{
        width: 100%;
        z-index: 5;
    }
    .navIn{
        width: 2000%;
        position: absolute;
        top: 56px;
        left: -1000px;
    }
}
.right{
    width: 80%;
    margin-top: 10px;
    font-size: 18px;
    float: right;
    margin-bottom: 6px;
}
.navbar-default .navbar-nav>li>a{
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #eb6da0;
}
.navIn{
    overflow: hidden;
    padding-left: 0;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,0.6); 
}
.none{
    display: none;
}
.block{
    display: block;
}
.navbar{
    margin-bottom: 0;
}
.navIn>ul{
    width: 644px;
    margin: auto;
    font-size: 16px;
}
.navIn>ul>li{
    list-style: none;
    float: left;
    padding: 6px 10px;
}
.navIn>ul>li>a{
    color: #555555;
    text-decoration: none;
}
.navIn>ul>li>a:hover{
    color: #129e38;
}
@media screen and (max-width: 800px) {
    .right{
        width: 100%;
    }
    .navIn>ul{
        width: 160px;
        margin-left: 10px;
    }
}
.navbar{
    /*background: #c0d4e0;*/
    border: 0;
}
.icon{
    margin-top: 20px;
}
/*选项卡*/
.banner {
    width: 100%;
    height: 870px;
    position: relative;
}
.banner>img {
    position: absolute;
    display: none;
    width:100%;
}
.banBtn{
    overflow: hidden;
    list-style: none;
    position: absolute;
    bottom:0;
    left: 45%;
}
.banBtn>li,.comBtn>li{
    float: left;
    border-radius: 10px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
@media screen and (max-width: 800px) {
    .banner{
        height: 150px;
    }
    .banBtn{
        position: absolute;
        bottom:-18%;
        left: 30%;
    }
}
.about-abt{
    background: #f5f5f5;
    padding-bottom: 40px;
}
.company{
    padding-top: 30px;
}
.abt_meet{
    width: 300px;
    background: #fff;
    box-shadow: 14px 14px 0 #c0d4e0;
}
.abt_meet>div{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.abt_meet>div>p{
    padding:0 10px;
}
.abt_meet>div>img{
    padding: 10px 50px;
}
.abt_meet>div>h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    background: #c0d4e0;
    margin-left: -15px;
    padding-left: 10px;
}
.abt_meetTxt{
    width: 67%;
    margin-left: 20px;
}
.abt_meetTxt>h3{
    background: url(../img/bg.jpg);
    line-height: 36px;
    margin-left: -20px;
    padding-left: 20px;
}
.meetOne>div{
    overflow: hidden;
}
.meetOne>div>img{
    float: left;
}
.meetOne>div>p{
   float: left;
   width: 64%;
   padding: 10px;
   text-indent: 2em;
   text-align:justify
}
.meetOne>h4{
    text-align: center;
    line-height: 36px;
    background: #c0d4e0;
    padding: 0 10px;
}
@media screen and (max-width: 800px) {
    .abt_meet{
        display: none;
    }
    .abt_meetTxt{
        width: 100%;
        margin-left: 0px;
        margin-top: -40px;
    }
    .meetOne>div>p{
        width: 98%;
    }
    .meetOne>div>img{
        margin-left: 35%;
    }
    .meetOne>a>img{
        width: 100%;
    }
    .abt_meetTxt>p img{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .meetOne>div>img{
        margin-left: 70px;
    }
}
.footer{
    background: #333333;
    padding: 40px 0px;
    color: #999999;
    text-align: center;
}
.footer a{
    color: #999999;
}
.footer a:hover{
    color: #00a13a;
}
.listUl{
    overflow: hidden;
    margin: auto;
    width: 600px;
    margin-bottom: 30px;
}
.listUl>li{
    list-style: none;
    float: left;
    padding: 0 40px;
    border-left: 1px solid #999999;
}
.listUl>li>a{
    color: #999999;
    text-decoration: none;
}
.listUl>li>a:hover{
    color: #00a13a;
}
.listUl>li:first-child{
    border-left: 0;
}
@media screen and (max-width: 800px){
    .listUl{
        width: 100%;
    }
    .listUl>li{
        padding: 0 6px;
    }
    .footer{
        padding: 20px 0px;
    }
}



