body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 320px;
    cursor: pointer;
    position: relative;
    height:245px;
}

#flexiselDemo3 img {
    width: 132px;
    cursor: pointer;
    position: relative;
    height:50px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 57px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -80px;
    top:120px;
    background: url(../images/a_l.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -80px;
    background: url(../images/a_r.jpg) no-repeat;
}

ul.liebiao,ul.liebiaod{height:auto;overflow:hidden;margin:0 10px;line-height:35px;}
ul.liebiao li,ul.liebiaod li{line-height:35px; width:20%;height:35px;overflow:hidden;float:left;text-align:center;}
ul.liebiaod li{width:12.5%;}

img.huixuan{width:300px;height:auto;overflow:hidden;margin:0px 10px 10px 0px;float:left;border-radius: 10%;}
img.anli{width:250px;height:auto;overflow:hidden;margin:0px 0px 10px 10px;float:right;border-radius: 10%;}

.yuyue{width:100%;margin:10px auto;background: #fff;border-radius: 10px;text-align:center;}
.yuyue input{display: inline;margin:10px auto;text-indent: 15px;border-radius: 5px;width:250px;height:30px;outline: none;border:1px solid #ccc;}
.yuyue input[type="submit"]{width:auto;background: #20a0ff;color:#fff;padding-right:15px;}  .yuyue input[type="submit"]:hover{background: #4db3ff;}
@media screen and (max-width: 800px) {
  .yuyue input{display:block;width:90%;}
}