body{
    background: #ffffff;
}
.mainWarp{
    background: url("/m/images/mbg.jpg") no-repeat top center;
    background-size: 100% auto;
}
.d1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.d2 img {
    width: 100%;
    height: 225px;
}

img {
    border: 0px;
}

#fade_focus {
    width: 90%;
    height: 225px;
    margin: 0 auto;
    overflow: hidden;
}

#fade_focus ul {
    display: none;
}

#fade_focus img {
    display: inherit
}

.button {
    position: absolute;
    z-index: 90;
    right: 40%;
    bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.b1,
.b2 {
    background-color: #ddd;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    border-radius: 100%;
    margin-right: 3px;
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.b2 {
    color: #FF6633;
    background-color: #FF6633;
}
.mytp{
   /* display: none;*/
}
#btnlist{
    width: 90%;
    margin: auto;
}
#btnlist li{
    float: left;
    text-align: center;
    width:16.6%;
}
#btnlist li img{
    width: 45px;
    display: block;
    margin: auto;
}
#btnlist li p{
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}

.contitbox .t{
    background-color: #0ba7da;
    display: block;
    width: 20%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.contitbox .t a{
    color:white;
    font-weight: bold;
    font-size: 1rem;
}