@charset "utf-8";
body{
    background: #eee;
}

.title h2{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #222;
}
.title h2 i{
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #0083ce;
    vertical-align: middle;
    margin-right: 5px;
}
.title h2 a{
    float: right;
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #569234;
    text-align: center;
    border-radius: 15px;
    color: #569234;
    font-weight: normal;
    margin: 3px 10px 0;
}

/*company start*/
.company{
    margin-top: 10px;
    padding: 20px 10px;
    background: #fff;
    overflow: hidden;
}
.company img{
    width: 50%;
    float: left;
    margin: 0 10px 0 0;
    display: block;
}
.company a{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    display: block;
}
.company hr{
    width: 40px;
    height: 2px;
    background:#569234;
    margin: 5px 0;
    border: none;
}
.company p{
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
/*company end*/
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 18px;
    /*text-align: center;*/
    font-weight: bold;
    margin: 5px 0;
}.title span {
     width: 100%;
     height: 50px;
     color: #efefef;
     position: absolute;
     top: 0;
     display: block;
     font-size: 24px;
     z-index: -1;
 }
#banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerimg ul{
    width: 1000%;
    overflow: hidden;
    margin-left: -100%;
}
.bannerimg ul.tran{
    transition: margin-left .3s;
}
.bannerimg ul li{
    width: 10%;
    float: left;}
.bannerimg ul li a{
    display: block;
}
.bannerimg ul li a img{
    width: 100%;
    display: block;
}
.bannertip ul{
    position: absolute;
    /*bottom: 10px;*/
    left: 50%;
}
.bannertip ul li{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 5px;
    float: left;
    border-radius: 5px;
}
.bannertip ul li.on{
    background: #19acb8;
}