.container {
    width: 1100px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

i {
    display: inline-block;
}

ul {
    overflow: hidden;
}

ul li {
    list-style: none;
    float: left;
}
a{text-decoration: none;color: #333333}
.headerTop {
    background: #d61a18;
    height: 5px;
}

.headerBody {
    width: 100%;
    height: 120px;
}

.headerBody .container {
    height: 120px;
    overflow: hidden;
    padding-top: 25px;
}

.headerBody .container i {
    background: url(logo.png) no-repeat center;
    background-size: 100% 100%;
    width: 335px;
    height: 65px;
    float: left;
}

.headerBody .container div {
    float: right;
    width: 600px;
}

.headerBody .container div p {
    margin-left: 150px;
}

.headerBody .container div p span {
    display: inline-block;
    color: #333;
    font-size: 12px;
    margin-left: 25px;
    cursor: pointer;
}

.headerBody .container ul {
    margin-top: 40px;
}

.headerBody .container ul li {
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.headerBottom {
    background: url(header-bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.headerBottom i {
    width: 283px;
    height: 61px;
    margin-top: 16px;
    margin-bottom: 14px;
    float: left;
}

.headerBottom .right {
    float: right;
}

.headerBottom .right i {
    height: 30px;
    width: 335px;
    position: relative;
    top: 13px;
    margin-right: 200px;
}
.headerBottom .right i img{
    width: 100%;
    height: 100%;
}

.headerBottom .right button {
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 40px;
    width: 110px;
    height: 28px;
    background: none;
    position: relative;
    top: 32px;
    cursor: pointer;
    outline: none;
    background: #3481b4;
    opacity: 0.75;
}
.headerBottom .right button a{
    color: #fff;
}

.body {
    background: #f5f5f5;
    padding-top: 30px;
}

.body .container .rdyy {
    overflow: hidden;
    height: 300px;
}

.rdyy .banner {
    width: 500px;
    float: left;
}

.rdyy .banner img {
    height: 300px;
    width: 100%;
}

.rdyy .rdyyInner {
    float: right;
    width: 570px;
    border: 1px solid #e6e6e6;
}

.rdyyInner .rdyyHeader {
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.rdyyHeader i {
    background: url(rdyyHeader.png) no-repeat center;
    background-size: 100% 100%;
    width: 6px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.rdyyHeader span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.rdyyInner ul.bd-inner-ul{
    padding: 10px;
    padding-bottom: 0px;
    width: 100%;
}

.rdyyInner ul li.bd-inner-li{
    width: 100%;
    padding: 0;
}

.rdyyInner ul li {
    float: left;
    width: 112px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-left: 4px;
}

.rdyyInner ul li i {
    display: block;
    background: url(rdyyList01.png) no-repeat center;
    background-size: 100% 100%;
    width: 65px;
    height: 65px;
    margin-left: 23px;
    margin-bottom: 5px;
}

.rdyyInner ul li span {
    display: inline-block;
    height: 44px;
}

.container .fuwu {
    margin-top: 30px;
}

.fuwu .title {
    border-bottom: 1px solid #ccc;
}

.fuwu .title li {
    margin-left: 47px;
    font-size: 20px;
    height: 37px;
    width: 93px;
    text-align: center;
    cursor: pointer;
}

.fuwu .title li.active{
    font-weight: bold;
    border-bottom: 2px solid #db1c1a;
}

.fuwu .title li:nth-of-type(1){
    margin-left: 450px;
}

.fuwu .fuwuContent{
    margin-top: 20px;
    width: 1200px;
    height: 148px;
}

.banner{
    position: relative;
}

.banner .hd{
    /* position: absolute; */
    /* z-index: 1; */
    position: relative;
    bottom: 25px;
}

.banner .hd ul li:first-child{
    margin-left: 235px;
}

.banner .hd ul li{
    width: 12px;
    height: 12px;
    background: #333;
    margin-left: 10px;
    opacity: .5;
    border-radius: 50%;
    cursor: pointer;
}

.banner .hd ul li.on{
    opacity: .8;
}

.rdyyContent .hd{
    margin: 7px 0;
}

.rdyyContent .bd{
    height: 238px;;
}

.rdyyContent .hd ul li:first-child{
    margin-left: 233px;
}

.rdyyContent .hd ul li {
    width: 30px;
    height: 4px;
    background: #333;
    margin-left: 10px;
    opacity: .5;
    border-radius: 5px;
    cursor: pointer;
}

.rdyyContent .hd ul li.on {
    opacity: .8;
}

.fuwuContent .bd .bd-inner-ul .bd-inner-li img{
    margin-right: 25px;
}

.fuwuContent .hd{
    margin: 10px 0;
}

.fuwuContent .hd ul li {
    width: 40px;
    height: 4px;
    background: #333;
    margin-left: 10px;
    opacity: .5;
    border-radius: 5px;
    cursor: pointer;
}

.fuwuContent .hd ul li.on {
    opacity: .8;
}

.fuwuContent .hd ul li:first-child {
    margin-left: 520px;
}

.fuwuContent .zhfw .hd ul li:first-child {
    margin-left: 540px;
}