*
{
    margin: 0;
    padding: 0;
}
ul, li
{
    list-style: none;
}
a
{
    text-decoration: none;
}


body
{
    font-family: "微软雅黑";
}


/*****************首页************************/
.head
{
    width: 100%;
    height: 973px;
}
.head .headTop
{
    width: 1275px;
    height: 35px;
    margin: 0 auto;
}
.head .headTop h2
{
    height: 35px;
    font-size: 14px;
    color: #333333;
    float: left;
    font-weight: normal;
    line-height: 35px;
}
.head .headTop span
{
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333333;
    margin-right: 27px;
    position: relative;
    cursor: pointer;
}
.head .headTop span img
{
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.head .headTop span ul
{
    display: none;
    width: 95px;
    height: 80px;
    background: url(../img/dlBorder.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    z-index: 111;
    top: 30px;
}
.head .headTop span ul li
{
    width: 85px;
    height: 19px;
    margin: 0 auto 10px auto;
}
.head .headTop span ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.head .headTop span ul li img
{
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    margin-top: 0;
}
.head .headTop span ul li b
{
    display: block;
    width: 60px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    float: left;
    line-height: 19px;
}
.headBot
{
    width: 100%;
    height: 938px;
    background: url(../img/banner.jpg) no-repeat center;
    position: relative;
}
.headBot ul
{
    width: 1350px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -675px;
    bottom: 0;
}
.headBot ul li
{
    height: 60px;
    float: left;
    padding: 0 35px;
}
.headBot ul li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.headBot ul li a.search
{
    width: 50px;
    height: 60px;
    background: url(../img/search.png) no-repeat right top;
    padding: 0;
}
.headBot ul li:last-of-type
{
    float: right;
}
.indexTop
{
    width: 100%;
    height: 480px;
}
.indexTop .indexTopBox
{
    width: 1350px;
    height: 480px;
    margin: 0 auto;
}
.indexTop .indexTopBox .indexTopLeft
{
    width: 720px;
    height: 480px;
    float: left;
}
.indexTop .indexTopBox .indexTopLeft .banner
{
    width: 720px;
    height: 480px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin: 0 auto;
}
.indexTop .indexTopBox .indexTopLeft .b-img
{
    height: 480px;
    position: absolute;
    left: 0;
    top: 0;
}
.indexTop .indexTopBox .indexTopLeft .b-img a
{
    width: 720px;
    display: block;
    height: 480px;
    float: left;
    position: relative;
}
.indexTop .indexTopBox .indexTopLeft .b-img a img
{
    display: block;
    width: 100%;
    height: 100%;
}
.indexTop .indexTopBox .indexTopLeft .b-img a span
{
    display: block;
    width: 96%;
    height: 55px;
    line-height: 55px;
    background: rgba(0,0,0,0.6);
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 4%;
}
.indexTop .indexTopBox .indexTopLeft .b-list
{
    height: 50px;
    padding-top: 446px;
    position: absolute;
    z-index: 1;
    right: 0;
}
.indexTop .indexTopBox .indexTopLeft .b-list span
{
    display: block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ededed;
    float: left;
    margin: 0 5px;
}
.indexTop .indexTopBox .indexTopLeft .b-list .spcss
{
    background: #c29443;
}
.indexTop .indexTopBox .indexTopLeft .bar-left
{
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0;
    background: 0 0;
    top: 0;
}
.indexTop .indexTopBox .indexTopLeft .bar-right
{
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
}
.indexTop .indexTopBox .indexTopLeft .bar-left em
{
    display: block;
    width: 50px;
    height: 100%;
    background: url(../img/bannerleft.png) no-repeat center;
    margin: 0 auto;
}
.indexTop .indexTopBox .indexTopLeft .bar-right em
{
    display: block;
    width: 50px;
    height: 100%;
    background: url(../img/bannerright.png) no-repeat center;
    margin: 0 auto;
}
.indexTop .indexTopBox .indexTopRight
{
    width: 600px;
    height: 480px;
    float: right;
}
.indexTop .indexTopBox .indexTopRight h2
{
    width: 100%;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-top: 8px;
}
.indexTop .indexTopBox .indexTopRight span
{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    margin-top: 11px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 20px;
}
.indexTop .indexTopBox .indexTopRight ul
{
    width: 100%;
    margin-top: 5px;
}
.indexTop .indexTopBox .indexTopRight ul li
{
    width: 100%;
    height: 46px;
}
.indexTop .indexTopBox .indexTopRight ul li h3
{
    width: 570px;
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    padding-left: 20px;
    background: url(../img/border.png) no-repeat left center;
}
.indexBot
{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.indexBot .indexZt
{
    display: block;
    width: 1350px;
    height: 100px;
    margin-top: 30px;
}
.indexBot .indexBotTab
{
    width: 100%;
    height: 35px;
    background: #efefef;
    margin-top: 38px;
    position: relative;
    margin-left: 25px;
}
.indexBot .indexBotTab a
{
    display: block;
    width: 125px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #d23232;
}
.indexBot .indexBotTab a:first-of-type
{
    width: 159px;
    height: 41px;
    background: url(../img/indexBotTabBg.png) no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 41px;
    margin-left: -25px;
    margin-top: -15px;
}
.indexBot .indexBotTab a.gd
{
    float: right !important;
    background: url(../img/gd.png) no-repeat center;
    margin-right: 43px;
    width: 61px;
}
.indexBot ul
{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.indexBot ul li
{
    width: 300px;
    height: 290px;
    float: left;
    margin-right: 50px;
}
.indexBot ul li:last-of-type
{
    margin-right: 0;
}
.indexBot ul li img
{
    display: block;
    width: 300px;
    height: 199px;
}
.indexBot ul li span
{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 8px;
}
.indexCent
{
    width: 1350px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
.indexCent .indexCentLeft
{
    width: 900px;
    float: left;
    overflow: hidden;
}
.indexCent .indexCentLeft .indexCentLeftTab
{
    width: 100%;
    height: 35px;
    background: #efefef;
    margin-top: 15px;
    position: relative;
    margin-left: 25px;
}
.indexCent .indexCentLeft .indexCentLeftTab a
{
    display: block;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #d23232;
    padding-left: 25px;
}
.indexCent .indexCentLeft .indexCentLeftTab a:first-of-type
{
    width: 281px;
    height: 41px;
    background: url(../img/border1.png) no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 41px;
    margin-left: -37px;
    margin-top: -15px;
}
.indexCent .indexCentLeft .indexCentLeftTab a.gd
{
    float: right !important;
    background: url(../img/gd.png) no-repeat center;
    margin-right: 28px;
    width: 61px;
}
.indexCent .indexCentLeft ul
{
    width: 898px;
    border: 1px solid #ebebeb;
    margin-top: 12px;
}
.indexCent .indexCentLeft ul li
{
    width: 835px;
    height: 206px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}
.indexCent .indexCentLeft ul li:last-of-type
{
    border-bottom: none;
}
.indexCent .indexCentLeft ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.indexCent .indexCentLeft ul li img
{
    display: block;
    width: 260px;
    height: 140px;
    float: left;
    margin-top: 33px;
    margin-right: 25px;
}
.indexCent .indexCentLeft ul li h2
{
    width: 545px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 37px;
    margin-top: 26px;
    float: right;
}
.indexCent .indexCentLeft ul li span
{
    display: block;
    width: 545px;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #e4b374;
    margin-top: 48px;
}
.indexCent .indexCentRight
{
    width: 420px;
    float: right;
}
.indexCent .indexCentRight .indexWmssp
{
    width: 100%;
}
.indexCent .indexCentRight .indexWmssp .indexWmsspTab
{
    width: 100%;
    height: 35px;
    background: #efefef;
    margin-top: 15px;
    position: relative;
    margin-left: 25px;
}
.indexCent .indexCentRight .indexWmssp .indexWmsspTab a
{
    display: block;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #d23232;
    padding-left: 25px;
}
.indexCent .indexCentRight .indexWmssp .indexWmsspTab a:first-of-type
{
    width: 183px;
    height: 41px;
    background: url(../img/border2.png) no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 41px;
    margin-left: -37px;
    margin-top: -15px;
}
.indexCent .indexCentRight .indexWmssp .indexWmsspTab a.gd
{
    float: right !important;
    background: url(../img/gd.png) no-repeat center;
    margin-right: 28px;
    width: 61px;
}
.indexCent .indexCentRight .indexWmssp ul
{
    width: 418px;
    border: 1px solid #EBEBEB;
    margin-top: 13px;
}
.indexCent .indexCentRight .indexWmssp ul li
{
    width: 380px;
    height: 99px;
    margin: 0 auto;
    border-bottom: 1px solid #EBEBEB;
}
.indexCent .indexCentRight .indexWmssp ul li:last-of-type
{
    border-bottom: none;
    overflow: hidden;
}
.indexCent .indexCentRight .indexWmssp ul li img
{
    display: block;
    float: left;
    width: 127px;
    height: 69px;
    margin-top: 15px;
}
.indexCent .indexCentRight .indexWmssp ul li h2
{
    width: 232px;
    float: right;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
}
.indexCent .indexCentRight .indexWmssp ul li span
{
    display: block;
    width: 232px;
    float: right;
    font-size: 14px;
    color: #e4b374;
    margin-top: 7px;
}
.indexCent .indexCentRight .indexWmssp ul li span b
{
    font-weight: normal;
    color: #aaaaaa;
    float: right;
}
.indexCent .indexCentRight .indexZhyzdph
{
    width: 100%;
    margin-top: 30px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTab
{
    width: 100%;
    height: 35px;
    background: #efefef;
    margin-top: 15px;
    position: relative;
    margin-left: 25px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTab a
{
    display: block;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #d23232;
    padding-left: 25px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTab a:first-of-type
{
    width: 231px;
    height: 41px;
    background: url(../img/border3.png) no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 41px;
    margin-left: -37px;
    margin-top: -15px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTab a.gd
{
    float: right !important;
    background: url(../img/gd.png) no-repeat center;
    margin-right: 28px;
    width: 61px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphBox
{
    width: 418px;
    margin: 15px auto 0 auto;
    border: 1px solid #ebebeb;
    padding-bottom: 2px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop
{
    width: 378px;
    height: 140px;
    margin: 19px auto 0 auto;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a
{
    display: block;
    width: 183px;
    height: 140px;
    float: left;
    position: relative;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a:last-of-type
{
    float: right;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a img
{
    display: block;
    width: 183px;
    height: 99px;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a b
{
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a b.dym
{
    background: url(../img/dym.png) no-repeat center;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a b.dem
{
    background: url(../img/dem.png) no-repeat center;
}
.indexCent .indexCentRight .indexZhyzdph .indexZhyzdphTop a span
{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #111111;
    text-align: center;
    margin-top: 7px;
}
.indexCent .indexCentRight .indexZhyzdph ul
{
    width: 378px;
    margin: 10px auto 0 auto;
}
.indexCent .indexCentRight .indexZhyzdph ul li
{
    width: 100%;
    height: 21px;
    margin-bottom: 27px;
}
.indexCent .indexCentRight .indexZhyzdph ul li b
{
    width: 28px;
    height: 21px;
    float: left;
    background: #dbdfeb;
    display: block;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.indexCent .indexCentRight .indexZhyzdph ul li span
{
    display: block;
    width: 320px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
    float: left;
    margin-left: 11px;
}
.indexCent .indexCentRight .indexZhyzdph ul li:nth-child(1) b
{
    background: #d71918;
}
.indexCent .indexCentRight .indexZhyzdph ul li:nth-child(2) b
{
    background: #ff9666;
}
.indexCent .indexCentRight .indexZhyzdph ul li:nth-child(3) b
{
    background: #fbd898;
}
.indexYqlj
{
    width: 1350px;
    overflow: hidden;
    margin: 30px auto 0 auto;
    padding-bottom: 55px;
}
.indexYqlj h2
{
    width: 100%;
    height: 39px;
    background: url(../img/yqlj.png) no-repeat left center;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 39px;
    padding-left: 46px;
}
.indexYqlj ul
{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.indexYqlj ul li
{
    border: 1px solid #ebebeb;
    float: left;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.indexYqlj ul li a
{
    font-size: 14px;
    color: #333333;
}
.foot
{
    width: 100%;
    height: 187px;
    background: #f5f5f5;
}
.foot .footer
{
    width: 1350px;
    height: 187px;
    margin: 0 auto;
}
.foot .footer .foot1
{
    width: 375px;
    height: 187px;
    float: left;
}
.foot .footer .foot1 img
{
    display: block;
    float: left;
    margin-top: 68px;
    width: 51px;
    height: 51px;
    margin-right: 25px;
}
.foot .footer .foot1 h2
{
    width: 280px;
    font-size: 14px;
    color: #333333;
    margin-top: 65px;
    float: left;
}
.foot .footer .foot1 span
{
    width: 280px;
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
    float: left;
}
.foot .footer .foot2
{
    width: 300px;
    height: 122px;
    float: left;
    padding-top: 65px;
}
.foot .footer .foot2 span
{
    display: block;
    width: 300px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 17px;
}
.foot .footer .foot3
{
    width: 305px;
    height: 122px;
    float: left;
    padding-top: 65px;
}
.foot .footer .foot3 span
{
    display: block;
    width: 300px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 17px;
}
.foot .footer .foot4
{
    width: 295px;
    height: 187px;
    float: left;
}
.foot .footer .foot4 span
{
    display: block;
    width: 180px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-bottom: 17px;
}
.foot .footer .foot4 span:first-of-type
{
    margin-top: 65px;
}
.foot .footer .foot4 img
{
    display: block;
    width: 94px;
    height: 94px;
    float: left;
    margin-top: 45px;
    margin-right: 15px;
}
.foot .footer .foot5
{
    width: 75px;
    height: 187px;
    float: left;
    background: url(../img/dz.png) no-repeat left center;
}
.window
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.dlTc
{
    width: 505px;
    height: 460px;
    background: #ffffff;
    border-radius: 15px;
    margin: 150px auto;
    position: relative;
}
.dlTc b
{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../img/close.png) no-repeat center;
    cursor: pointer;
}
.dlTc h2
{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: normal;
    padding-top: 55px;
}
.dlTc img
{
    display: block;
    width: 244px;
    height: 244px;
    margin: 20px auto 0 auto;
}
.dlTc span
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #aaaaaa;
    margin-top: 10px;
}
/*********************党群服务**************/
.headCent
{
    width: 100%;
    height: 90px;
}
.headCent img
{
    display: block;
    width: 324px;
    height: 50px;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
}
.headCent ul
{
    float: left;
    overflow: hidden;
    margin-left: 70px;
}
.headCent ul li
{
    display: block;
    float: left;
    width: auto;
    height: 90px;
    line-height: 90px;
    margin-right: 45px;
}
.headCent ul li.headCentSel
{
    background: url(../img/border4.png) no-repeat center 75px;
}
.headCent ul li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333333;
}
.headCent .search1
{
    display: block;
    width: 100px;
    height: 90px;
    float: right;
    background: url(../img/search1.png) no-repeat center;
}
.dqfwBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/dqfubanner.png) no-repeat center;
}
.nyNav
{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}
.nyNav span
{
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-right: 3px;
    margin-top: 20px;
}
.nyNav span a
{
    display: block;
    font-size: 16px;
    color: #333333;
}
.dqfwBox
{
    width: 1200px;
    margin: 0 auto 90px auto;
    border: 1px solid #EBEBEB;
}
.dqfwBox .dqfwTab
{
    width: 602px;
    height: 80px;
    margin: 28px auto 0 auto;
}
.dqfwBox .dqfwTab a
{
    display: block;
    width: 273px;
    height: 78px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    text-align: center;
    line-height: 78px;
    font-size: 24px;
    color: #333333;
    float: left;
}
.dqfwBox .dqfwTab a:last-of-type
{
    float: right;
}
.dqfwBox .dqfwTab a.dqfwTabSel
{
    background: #d23232;
    color: #FFFFFF;
}
.dqfwCen
{
    width: 100%;
    overflow: hidden;
    margin-top: 37px;
}
.dqfwCen .dqfwLeft
{
    width: 223px;
    float: left;
    margin-left: 40px;
}
.dqfwCen .dqfwLeft li
{
    width: 223px;
    height: 54px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 54px;
    margin-bottom: 20px;
}
.dqfwCen .dqfwLeft li a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.dqfwCen .dqfwLeft li.dqfwLeftSel
{
    background: url(../img/dqfwBg.png) no-repeat center;
}
.dqfwCen .dqfwLeft li.dqfwLeftSel a
{
    color: #FFFFFF;
}
.dqfwCen .dqfwRight
{
    width: 835px;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #EBEBEB;
    margin-right: 30px;
}
.dqfwCen .dqfwRight ul
{
    width: 835px;
}
.dqfwCen .dqfwRight ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.dqfwCen .dqfwRight ul li.dqfwList1
{
    width: 100%;
    height: 210px;
    border-bottom: 1px solid #EBEBEB;
}
.dqfwCen .dqfwRight ul li.dqfwList1 h2
{
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
}
.dqfwCen .dqfwRight ul li.dqfwList1 b
{
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    margin-top: 15px;
}
.dqfwCen .dqfwRight ul li.dqfwList1 span
{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #e4b374;
    margin-top: 20px;
}
.dqfwCen .dqfwRight ul li.dqfwList2
{
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ebebeb;
}
.dqfwCen .dqfwRight ul li.dqfwList2 img
{
    display: block;
    width: 260px;
    height: 140px;
    float: left;
    margin-top: 33px;
    margin-right: 25px;
}
.dqfwCen .dqfwRight ul li.dqfwList2 h2
{
    width: 545px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 37px;
    margin-top: 26px;
    float: right;
}
.dqfwCen .dqfwRight ul li.dqfwList2 span
{
    display: block;
    width: 545px;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #e4b374;
    margin-top: 48px;
}
.dqfwCen .dqfwRight ul li.dqfwList3
{
    width: 100%;
    height: 339px;
    border-bottom: 1px solid #ebebeb;
}
.dqfwCen .dqfwRight ul li.dqfwList3 h2
{
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
    margin-top: 20px;
}
.dqfwCen .dqfwRight ul li.dqfwList3 div
{
    width: 100%;
    height: 140px;
    margin-top: 23px;
}
.dqfwCen .dqfwRight ul li.dqfwList3 div img
{
    display: block;
    width: 260px;
    height: 140px;
    float: left;
    margin-right: 27px;
}
.dqfwCen .dqfwRight ul li.dqfwList3 div img:last-of-type
{
    margin-right: 0;
}
.dqfwCen .dqfwRight ul li.dqfwList3 span
{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    color: #e4b374;
    margin-top: 30px;
}
.dqfwCen .dqfwRight .dqfwBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 25px auto 45px auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
/**********************红色账户-场地预约详情*********************/
.hszhBanner
{
    width: 100%;
    height: 226px;
    background: url(../img/hszhBanner.png) no-repeat center;
}
.hszhBox
{
    width: 1200px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.hszhBox .hszhLeft
{
    width: 280px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: left;
}
.hszhBox .hszhLeft .hszhLeftTop
{
    width: 100%;
}
.hszhBox .hszhLeft .hszhLeftTop img
{
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 95px;
    margin: 58px auto 0 auto;
}
.hszhBox .hszhLeft .hszhLeftTop h2
{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin-top: 15px;
}
.hszhBox .hszhLeft .hszhLeftTop span
{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.hszhBox .hszhLeft .hszhLeftTop span b
{
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    color: #fa8507;
    padding: 3px 0 3px 33px;
    background: url(../img/jf.png) no-repeat left center;
}
.hszhBox .hszhLeft .hszhLeftTop a
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
    margin-top: 10px;
}
.hszhBox .hszhLeft ul
{
    width: 203px;
    margin: 40px auto 100px auto;
}
.hszhBox .hszhLeft ul li
{
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .hszhLeft ul li.hszhLeftSel h2
{
    color: #FF4467;
}
.hszhBox .hszhLeft ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.hszhBox .hszhLeft ul li img
{
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 30px;
}
.hszhBox .hszhLeft ul li h2
{
    height: 85px;
    line-height: 85px;
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}
.hszhBox .hszhLeft ul li b
{
    float: right;
    display: block;
    height: 85px;
    line-height: 85px;
    font-size: 14px;
    color: #ff4467;
}
.hszhBox .hszhLeft ul li span
{
    float: left;
    display: block;
    height: 85px;
    line-height: 85px;
    font-size: 14px;
    color: #ff4467;
    margin-left: 18px;
}
.hszhBox .cdyyxqRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
    padding-bottom: 223px;
}
.hszhBox .cdyyxqRight h6
{
    width: 820px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .cdyyxqRight h6 a
{
    display: block;
    width: 67px;
    height: 73px;
    background: url(../img/back.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.hszhBox .cdyyxqRight i
{
    display: block;
    width: 535px;
    height: 315px;
    border-radius: 15px;
    border: 1px dashed #c1c1c1;
    margin: 45px auto 0 auto;
}
.hszhBox .cdyyxqRight i img
{
    display: block;
    width: 505px;
    height: 285px;
    border-radius: 8px;
    margin: 15px;
}
.hszhBox .cdyyxqRight h2
{
    width: 820px;
    height: 58px;
    background: #ff4467;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #FFFFFF;
    margin: 37px auto 45px auto;
    font-weight: normal;
}
.hszhBox .cdyyxqRight h3
{
    width: 820px;
    font-size: 24px;
    color: #000000;
    margin: 0 auto;
    border-top: 1px dashed #c1c1c1;
    font-weight: normal;
    padding-top: 25px;
}
.hszhBox .cdyyxqRight span
{
    display: block;
    width: 820px;
    margin: 28px auto 0 auto;
    font-size: 14px;
    color: #000000;
}
.hszhBox .cdyyxqRight span b
{
    font-weight: normal;
    color: #888888;
}
/*********************红色账户-活动报名记录************************/
.hszhBox .hdbmjlRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
}
.hszhBox .hdbmjlRight h6
{
    width: 820px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .hdbmjlRight ul
{
    width: 820px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .hdbmjlRight ul li
{
    width: 820px;
    height: 190px;
    overflow: hidden;
}
.hszhBox .hdbmjlRight ul li h2
{
    width: 800px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    background: #f3f3f3;
}
.hszhBox .hdbmjlRight ul li span
{
    display: block;
    width: 820px;
    height: 105px;
    overflow: hidden;
    margin-top: 15px;
}
.hszhBox .hdbmjlRight ul li span img
{
    display: block;
    width: 186px;
    height: 105px;
    float: left;
}
.hszhBox .hdbmjlRight ul li span h3
{
    width: 400px;
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 40px;
}
.hszhBox .hdbmjlRight ul li span b
{
    display: block;
    float: right;
    width: 97px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #cacaca;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 50px;
    background: #cacaca;
    border-radius: 5px;
    font-weight: normal;
}
.hszhBox .hdbmjlRight ul li span b.hdbmjlDqd
{
    background: #ff4467;
}
.hszhBox .hdbmjlRight .hdbmjlBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
/****************************红色账户-活动报名记录详情************************/
.hszhBox .hdbmjlxqRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
    padding-bottom: 90px;
}
.hszhBox .hdbmjlxqRight h6
{
    width: 820px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .hdbmjlxqRight h6 a
{
    display: block;
    width: 67px;
    height: 73px;
    background: url(../img/back.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.hszhBox .hdbmjlxqRight h2
{
    width: 820px;
    height: 58px;
    background: #ff4467;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #FFFFFF;
    margin: 17px auto 0 auto;
    font-weight: normal;
}
.hszhBox .hdbmjlxqRight h3
{
    width: 820px;
    font-size: 24px;
    color: #000000;
    margin: 35px auto 0 auto;
    border-top: 1px dashed #c1c1c1;
    font-weight: normal;
    padding-top: 25px;
}
.hszhBox .hdbmjlxqRight span
{
    display: block;
    width: 820px;
    margin: 28px auto 0 auto;
    font-size: 14px;
    color: #000000;
}
.hszhBox .hdbmjlxqRight span b
{
    font-weight: normal;
    color: #888888;
}
.hdbmjlxqRight h5
{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-top: 35px;
}
.hdbmjlxqRight .hdbmjlxqSyff
{
    width: 818px;
    border: 1px dashed #c1c1c1;
    margin: 22px auto 0 auto;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 13px 0;
    line-height: 30px;
}
.hdbmjlxqRight .hdbmjlxqEwm
{
    width: 190px;
    height: 198px;
    position: relative;
    margin: 42px auto 0 auto;
}
.hdbmjlxqRight .hdbmjlxqEwm img
{
    display: block;
    width: 190px;
    height: 198px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #C1C1C1;
    z-index: -111;
}
.hdbmjlxqRight .hdbmjlxqEwm em
{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
}
.hdbmjlxqRight .hdbmjlxqEwm i
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-style: normal;
    height: 198px;
    line-height: 198px;
}
.hdbmjlxqRight h4
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #ff4467;
    margin-top: 20px;
    font-weight: normal;
}
/************************红色账户-积分兑换**********************/
.hszhBox .jfdhRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
    padding-bottom: 90px;
}
.hszhBox .jfdhRight .jfdhTab
{
    width: 820px;
    height: 73px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 auto;
}
.hszhBox .jfdhRight .jfdhTab div
{
    width: 525px;
    height: 73px;
    margin: 0 auto;
}
.hszhBox .jfdhRight .jfdhTab a
{
    display: block;
    width: 175px;
    height: 73px;
    line-height: 73px;
    font-size: 22px;
    color: #333333;
    background: url(../img/border5.png) no-repeat right center;
    float: left;
    text-align: center;
}
.hszhBox .jfdhRight .jfdhTab a:last-of-type
{
    background: none;
}
.hszhBox .jfdhRight .jfdhTab a.jfdhTabSel
{
    color: #ff4467;
}
.hszhBox .jfdhRight .jfdhList
{
    width: 820px;
    overflow: hidden;
    margin: 0 auto;
}
.hszhBox .jfdhRight .jfdhList li
{
    width: 248px;
    height: 253px;
    float: left;
    margin-right: 35px;
    border: 1px solid #EBEBEB;
    margin-top: 27px;
}
.hszhBox .jfdhRight .jfdhList li.jfdhLast
{
    margin-right: 0;
}
.hszhBox .jfdhRight .jfdhList li img
{
    display: block;
    width: 248px;
    height: 160px;
}
.hszhBox .jfdhRight .jfdhList li h2
{
    width: 233px;
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 17px;
}
.hszhBox .jfdhRight .jfdhList li span
{
    display: block;
    width: 233px;
    margin-left: 15px;
    overflow: hidden;
    margin-top: 12px;
}
.hszhBox .jfdhRight .jfdhList li span b
{
    font-size: 14px;
    color: #4c4c4c;
    float: left;
    font-weight: normal;
}
.hszhBox .jfdhRight .jfdhList li span i
{
    font-size: 20px;
    color: #ff4467;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
}
.hszhBox .jfdhRight .jfdhList li span a
{
    display: block;
    width: 85px;
    height: 25px;
    float: right;
    margin-right: 13px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    background: #ff4467;
    border-radius: 25px;
}
/**************************红色账户-积分兑换详情**************/
.hszhBox .jfdhRight .jfdhxqTop
{
    width: 820px;
    height: 123px;
    margin: 0 auto;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}
.hszhBox .jfdhRight .jfdhxqTop h2
{
    width: 100%;
    font-size: 24px;
    color: #2e2d2d;
    font-weight: normal;
    padding-top: 35px;
}
.hszhBox .jfdhRight .jfdhxqTop h3
{
    width: 100%;
    font-size: 16px;
    color: #888888;
    font-weight: normal;
    margin-top: 13px;
}
.hszhBox .jfdhRight .jfdhxqTop h3 b
{
    font-weight: normal;
    color: #ff4467;
}
.hszhBox .jfdhRight .jfdhxqTop span
{
    display: block;
    width: 283px;
    height: 50px;
    background: url(../img/jfBg.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.hszhBox .jfdhRight .jfdhxqTop span h4
{
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}
.hszhBox .jfdhRight .jfdhxqTop span h4 b
{
    font-size: 24px;
    margin-right: 5px;
}
.hszhBox .jfdhRight .jfdhxqTop span a
{
    display: block;
    width: 100px;
    height: 35px;
    float: right;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    margin-top: 7px;
}
.hszhBox .jfdhRight .jfdhxqTxt
{
    width: 820px;
    margin: 0 auto;
    font-size: 16px;
    color: #555555;
    line-height: 35px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 25px;
}
.hszhBox .jfdhRight .jfdhDhsm
{
    width: 805px;
    height: 80px;
    line-height: 80px;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin: 0 auto;
    padding-left: 15px;
    background: url(../img/border6.png) no-repeat left center;
    border-bottom: 1px solid #EBEBEB;
}
/**********************红色账户-积分获取**********************/
.hszhBox .jfdhRight .jfhqBox
{
    width: 820px;
    margin: 0 auto 0 auto;
}
.hszhBox .jfdhRight .jfhqBox h2
{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FF4467;
    padding-top: 28px;
}
.hszhBox .jfdhRight .jfhqBox span
{
    display: block;
    width: 100%;
    margin-top: 3px;
    text-align: center;
}
.hszhBox .jfdhRight .jfhqBox span b
{
    font-size: 54px;
    color: #ff4467;
    font-weight: normal;
    padding-left: 50px;
    background: url(../img/jfBig.png) no-repeat left center;
}
.hszhBox .jfdhRight .jfhqBox span b i
{
    font-size: 21px;
    font-style: normal;
}

.hszhBox .jfdhRight .jfhqBox ul
{
    width: 100%;
    margin-top: 20px;
}
.hszhBox .jfdhRight .jfhqBox ul li
{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .jfdhRight .jfhqBox ul li h3
{
    width: 300px;
    height: 48px;
    font-weight: normal;
    float: left;
    margin-left: 40px;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
}
.hszhBox .jfdhRight .jfhqBox ul li h4
{
    width: 300px;
    height: 48px;
    font-weight: normal;
    float: left;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
}
.hszhBox .jfdhRight .jfhqBox ul li h5
{
    width: 100px;
    height: 48px;
    font-weight: normal;
    float: left;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.hszhBox .jfdhRight .jfhqBox ul li h5 b
{
    color: #e85a5a;
}
.hszhBox .jfdhRight .jfhqBox ul li h5 strong
{
    color: #7c7c7c;
}
.hszhBox .jfdhRight .jfhqBox .jfhqBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto 45px auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
/*********************红色账户-浏览记录*******************/
.hszhBox .jljlRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
    padding-bottom: 150px;
}
.hszhBox .jljlRight h6
{
    width: 820px;
    height: 73px;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .jljlRight ul
{
    width: 820px;
    margin: 0 auto 0 auto;
}
.hszhBox .jljlRight ul li
{
    width: 100%;
    height: 98px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}
.hszhBox .jljlRight ul li h2
{
    width: 770px;
    font-size: 18px;
    color: #333333;
    padding-top: 25px;
    font-weight: normal;
}
.hszhBox .jljlRight ul li span
{
    display: block;
    width: 770px;
    font-size: 14px;
    color: #666666;
    padding-top: 13px;
}
.hszhBox .jljlRight ul li b
{
    display: block;
    height: 98px;
    width: 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/jiantou.png) no-repeat center;
}
.hszhBox .jljlRight .jljlBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto 0 auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
/*************************红色账户-我的点单********************/
.hszhBox .wdddRight
{
    width: 895px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    float: right;
    padding-bottom: 110px;
}
.hszhBox .wdddRight .wdddTab
{
    width: 820px;
    height: 73px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 auto;
}
.hszhBox .wdddRight .wdddTab div
{
    width: 560px;
    margin: 0 auto;
}
.hszhBox .wdddRight .wdddTab a
{
    display: block;
    width: 280px;
    height: 73px;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 73px;
    background: url(../img/border5.png) no-repeat right center;
}
.hszhBox .wdddRight .wdddTab a.wdddTabSel
{
    color: #FF4467;
}
.hszhBox .wdddRight .wdddTab a:last-of-type
{
    background: none;
}
.hszhBox .wdddRight ul
{
    width: 820px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #EBEBEB;
}
.hszhBox .wdddRight ul li
{
    width: 100%;
    height: 200px;
}
.hszhBox .wdddRight ul li h2
{
    width: 800px;
    padding-left: 20px;
    height: 49px;
    background: #f3f3f3;
    line-height: 49px;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
}
.hszhBox .wdddRight ul li h2 a
{
    display: block;
    height: 100%;
    float: right;
    font-size: 16px;
    margin-right: 22px;
    color: #ff4467;
}
.hszhBox .wdddRight ul li div
{
    width: 820px;
    height: 106px;
    margin-top: 15px;
    position: relative;
}
.hszhBox .wdddRight ul li div img
{
    display: block;
    width: 185px;
    height: 106px;
    float: left;
}
.hszhBox .wdddRight ul li div h3
{
    width: 490px;
    float: left;
    margin-left: 20px;
    font-size: 22px;
    color: #333333;
    margin-top: 13px;
}
.hszhBox .wdddRight ul li div span
{
    display: block;
    width: 490px;
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #f19b59;
    margin-top: 20px;
}
.hszhBox .wdddRight ul li div a
{
    display: block;
    width: 97px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #feaf4d;
    border-radius: 5px;
    margin-top: 10px;
}
.hszhBox .wdddRight ul li div a.wdddDpj
{
    background: #FF4467;
    color: #FFFFFF;
}
.hszhBox .wdddRight .wdddRightBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto 0 auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
/*************************红色账户-我的兑换********************/
.wddhList
{
    width: 820px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #EBEBEB;
}
.wddhList li
{
    width: 100%;
    height: 190px;
}
.wddhList li h2
{
    width: 800px;
    padding-left: 20px;
    height: 49px;
    background: #f3f3f3;
    line-height: 49px;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
}
.wddhList li div
{
    width: 820px;
    height: 106px;
    margin-top: 15px;
    position: relative;
}
.wddhList li div img
{
    display: block;
    width: 185px;
    height: 106px;
    float: left;
    margin-right: 22px;
}
.wddhList li div h3
{
    width: 450px;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    font-weight: normal;
    float: left;
}
.wddhList li div b
{
    width: 425px;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 10px;
    font-weight: normal;
    float: left;
    padding-left: 23px;
    background: url(../img/jfH.png) no-repeat left center;
}
.wddhList li div i
{
    width: 425px;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 10px;
    font-style: normal;
    float: left;
    padding-left: 23px;
    background: url(../img/dhm.png) no-repeat left center;
}
.wddhList li div b span, .wddhList li div i span
{
    color: #d94848;
}
.wddhBtn
{
    display: block;
    width: 222px;
    height: 44px;
    margin: 30px auto 0 auto;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #333333;
}
.wddhList li div a
{
    display: block;
    float: right;
    width: 128px;
    height: 40px;
    background: #ff4467;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}
/************************场地预约**************/
.qzfwBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/qzfwBanner.png) no-repeat center;
}

.qzfwBox
{
    width: 1200px;
    margin: 0 auto 45px auto;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}
.qzfwBox .qzfwTab
{
    width: 618px;
    height: 80px;
    margin: 45px auto 0 auto;
}
.qzfwBox .qzfwTab a
{
    display: block;
    width: 186px;
    height: 80px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    float: left;
    margin-right: 27px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
}
.qzfwBox .qzfwTab a.qzfwTabSel
{
    background: #d23232;
    color: #FFFFFF;
}
.qzfwBox .qzfwTab a:last-of-type
{
    margin-right: 0;
}
.cdyyList
{
    width: 100%;
    position: relative;
    margin-top: 35px;
}
.cdyyList .cdyyListS
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListS.png) no-repeat center;
    position: absolute;
    left: 10px;
    top: 335px;
}
.cdyyList .cdyyListX
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListX.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 335px;
}
.cdyyList ul
{
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 25px;
}
.cdyyList ul li
{
    width: 340px;
    height: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 28px;
    background: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
}
.cdyyList ul li.cdyyListLast
{
    margin-right: 0;
}
.cdyyList ul li img
{
    display: block;
    width: 340px;
    height: 191px;
    border-radius: 5px;
}
.cdyyList ul li h2
{
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 8px;
}
.cdyyList ul li span
{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 6px;
    padding-left: 18px;
    background: url(../img/map.png) no-repeat left center;
}
/******************活动报名****************/
.hdbmTab
{
    width: 1035px;
    height: 87px;
    margin: 37px auto 0 auto;
}
.hdbmTab a
{
    display: block;
    width: 129px;
    height: 85px;
    margin-right: 19px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #333333;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    line-height: 38px;
}
.hdbmTab a:last-of-type
{
    margin-right: 0;
}
.hdbmTab a.hdbmTabSel
{
    color: #FF4467;
    border: 1px solid #FF4467;
}
.hdbmTop
{
    width: 1080px;
    height: 455px;
    margin: 35px auto 0 auto;
}
.hdbmTop .hdbmTopLeft
{
    width: 528px;
    height: 453px;
    border: 1px solid #EBEBEB;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.hdbmTop .hdbmTopLeft img
{
    display: block;
    width: 528px;
    height: 300px;
}
.hdbmTop .hdbmTopLeft b
{
    display: block;
    width: 107px;
    height: 90px;
    background: url(../img/zzjx.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.hdbmTop .hdbmTopLeft h2
{
    width: 490px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 25px;
}
.hdbmTop .hdbmTopLeft a
{
    display: block;
    width: 106px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: #FF4467;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 30px;
}
.hdbmTop ul
{
    width: 527px;
    height: 453px;
    overflow: hidden;
    float: right;
}
.hdbmTop ul li
{
    width: 250px;
    height: 215px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 23px;
    margin-bottom: 19px;
    border-radius: 5px;
    overflow: hidden;
}
.hdbmTop ul li:nth-child(2), .hdbmTop ul li:nth-child(4)
{
    margin-right: 0;
}
.hdbmTop ul li img
{
    display: block;
    width: 250px;
    height: 147px;
}
.hdbmTop ul li b
{
    display: block;
    width: 69px;
    height: 58px;
    background: url(../img/wqhd.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.hdbmTop ul li h2
{
    width: 235px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin-left: 7px;
    margin-top: 6px;
}
.hdbmTop ul li a
{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #cccccc;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 7px;
    margin-top: 8px;
}
.hdbmList
{
    width: 100%;
    margin: 40px auto 0 auto;
    padding-bottom: 40px;
    position: relative;
}
.hdbmList .hdbmQthd
{
    display: block;
    width: 175px;
    height: 65px;
    margin: 0 auto 0 auto;
}
.hdbmList .hdbmListS
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListS.png) no-repeat center;
    position: absolute;
    left: 14px;
    top: 300px;
}
.hdbmList .hdbmListX
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListX.png) no-repeat center;
    position: absolute;
    right: 14px;
    top: 300px;
}
.hdbmList .jrxqq
{
    width: 173px;
    height: 173px;
    background: url(../img/jrxqq.png) no-repeat center;
    position: absolute;
    right: -195px;
    top: -80px;
}
.hdbmList ul
{
    width: 1080px;
    overflow: hidden;
    margin: 35px auto 0 auto;
}
.hdbmList ul li
{
    width: 250px;
    height: 215px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 24px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.hdbmList ul li img
{
    display: block;
    width: 250px;
    height: 147px;
}
.hdbmList ul li b
{
    display: block;
    width: 69px;
    height: 58px;
    background: url(../img/wqhd.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.hdbmList ul li h2
{
    width: 235px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin-left: 7px;
    margin-top: 6px;
}
.hdbmList ul li a
{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #cccccc;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 7px;
    margin-top: 8px;
}
.hdbmList ul li a.hdbmListHs
{
    background: #FF4467;
}
.hdbmList ul li.hdbmListLast
{
    margin-right: 0;
}
.jrxqqTc
{
    width: 735px;
    height: 533px;
    margin: 100px auto 0 auto;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}
.jrxqqTc b
{
    display: block;
    background: url(../img/close.png) no-repeat center;
    width: 38px;
    height: 38px;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
}
.jrxqqTc .jrxqqTcTop
{
    width: 660px;
    height: 181px;
    margin-left: 50px;
    padding-top: 38px;
}
.jrxqqTc .jrxqqTcTop .jrxqqImg
{
    display: block;
    width: 88px;
    height: 88px;
    float: left;
    border-radius: 88px;
}
.jrxqqTc .jrxqqTcTop div
{
    display: block;
    width: 183px;
    height: 181px;
    background: url(../img/border7.png) no-repeat center;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}
.jrxqqTc .jrxqqTcTop div span
{
    display: block;
    width: 150px;
    height: 160px;
    margin-left: 24px;
    margin-top: 15px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}
.jrxqqTc .jrxqqTcTop i
{
    display: block;
    width: 171px;
    height: 179px;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    float: left;
    margin-left: 17px;
    margin-top: 8px;
}
.jrxqqTc .jrxqqTcTop i img
{
    display: block;
    width: 157px;
    height: 157px;
    margin: 10px auto 0 auto;
}
.jrxqqTc ul
{
    width: 680px;
    overflow: hidden;
    margin-left: 47px;
    margin-top: 38px;
}
.jrxqqTc ul li
{
    width: 340px;
    height: 100px;
    float: left;
    margin-bottom: 28px;
}
.jrxqqTc ul li img
{
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 5px;
    margin-right: 20px;
}
.jrxqqTc ul li h2
{
    width: 210px;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    float: left;
    margin-top: 10px;
}
.jrxqqTc ul li span
{
    display: block;
    width: 210px;
    font-size: 22px;
    color: #999999;
    float: left;
    margin-top: 20px;
}
/******************活动报名详情****************/
.hdbmxqTop
{
    width: 1200px;
    height: 429px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 auto 0 auto;
}
.hdbmxqTop .hdbmxqLeft
{
    display: block;
    width: 545px;
    height: 350px;
    float: left;
}
.hdbmxqTop .hdbmxqTopRight
{
    width: 608px;
    height: 429px;
    float: right;
}
.hdbmxqTop .hdbmxqTopRight h2
{
    width: 100%;
    font-size: 30px;
    color: #222222;
    margin-top: 20px;
}
.hdbmxqTop .hdbmxqTopRight ul
{
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin-top: 25px;
}
.hdbmxqTop .hdbmxqTopRight ul li
{
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #EBEBEB;
}
.hdbmxqTop .hdbmxqTopRight ul li:last-of-type
{
    border-bottom: none;
}
.hdbmxqTop .hdbmxqTopRight ul li img
{
    display: block;
    width: 4px;
    height: 22px;
    float: left;
    margin-top: 28px;
}
.hdbmxqTop .hdbmxqTopRight ul li h3
{
    height: 79px;
    line-height: 79px;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.hdbmxqTop .hdbmxqTopRight ul li span
{
    height: 79px;
    line-height: 79px;
    float: left;
    margin-left: 2px;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}
.hdbmxqTopBtn
{
    width: 350px;
    height: 50px;
    margin-top: 20px;
    margin-left: 20px;
}
.hdbmxqTopBtn a:first-of-type
{
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ff4467;
    font-size: 18px;
    color: #ffffff;
    float: left;
}
.hdbmxqTopBtn a:last-of-type
{
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5bf46;
    font-size: 18px;
    color: #ffffff;
    float: left;
}
.hdbmxqBox
{
    width: 1200px;
    margin: 43px auto;
}
.hdbmxqBox .hdbmxqHdsm
{
    display: block;
    width: 175px;
    height: 65px;
    margin: 0 auto;
}
.hdbmxqBox .hdbmxqTxt
{
    width: 1200px;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    padding: 25px 0 45px 0;
}
.fxd
{
    width: 230px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
}
.fxd span
{
    display: block;
    float: left;
    margin-right: 15px;
}
.fxd a
{
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
}
.bmTc
{
    display: none;
    width: 514px;
    height: 388px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 200px auto;
    position: relative;
}
.bmTc b
{
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/close.png) no-repeat center;
    position: absolute;
    top: 23px;
    right: 32px;
    cursor: pointer;
}
.bmTc h2
{
    width: 453px;
    height: 79px;
    margin: 0 auto 10px auto;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #EBEBEB;
}
.bmTc span
{
    display: block;
    width: 453px;
    height: 70px;
    margin: 0 auto;
    border-bottom: 1px solid #EBEBEB;
}
.bmTc span h4
{
    height: 70px;
    float: left;
    line-height: 70px;
    font-size: 18px;
    color: #59616a;
    font-weight: normal;
}
.bmTc span input
{
    display: block;
    width: 350px;
    height: 70px;
    line-height: 70px;
    float: right;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #333333;
    text-align: right;
    border: none;
    outline: none;
}
.bmTc a
{
    display: block;
    width: 200px;
    height: 50px;
    margin: 35px auto 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    background: #FF4467;
    border-radius: 5px;
}
.bmTc h3
{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FF4467;
    margin-top: 20px;
    font-weight: normal;
}
.bmcgTc
{
    width: 514px;
    height: 357px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 200px auto;
    position: relative;
}
.bmcgTc b
{
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/close.png) no-repeat center;
    position: absolute;
    top: 23px;
    right: 32px;
    cursor: pointer;
}
.bmcgTc h2
{
    width: 453px;
    height: 79px;
    margin: 0 auto 10px auto;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #EBEBEB;
}
.bmcgTc img
{
    display: block;
    width: 91px;
    height: 91px;
    margin: 60px auto 0 auto;
}
.bmcgTc span
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-top: 12px;
}
.bmcgTc i
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ff2f6a;
    font-style: normal;
    margin-top: 25px;
}
/*********************活动点单********************/
.qzddBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/qzddBanner.png) no-repeat center;
}
.hdddList
{
    width: 1120px;
    margin: 30px auto 0 auto;
    position: relative;
}
.hdddList .hdddListS
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListS.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 275px;
}
.hdddList .hdddListX
{
    display: block;
    width: 34px;
    height: 48px;
    background: url(../img/cdyyListX.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 275px;
}
.hdddList ul
{
    width: 995px;
    overflow: hidden;
    margin: 0 auto;
}
.hdddList ul li
{
    width: 290px;
    height: 255px;
    float: left;
    margin-right: 62px;
}
.hdddList ul li.hdddListLast
{
    margin-right: 0;
}
.hdddList ul li div
{
    width: 290px;
    height: 163px;
    background: url(../img/hdddBg.png) no-repeat center;
    text-align: center;
    line-height: 163px;
    border-radius: 5px;
    font-size: 30px;
    color: #000000;
}
.hdddList ul li span
{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 30px;
    color: #cc3333;
    border: 4px solid #cc3333;
    font-weight: bold;
    margin: 21px auto 0 auto;
}
.hdddList .hdddListBtn
{
    display: block;
    width: 260px;
    height: 59px;
    margin: 35px auto 45px auto;
    text-align: center;
    line-height: 59px;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 5px;
    background: #FF4467;
}
.hdddxq
{
    width: 1080px;
    height: 618px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 100px auto;
    position: relative;
}
.hdddxq b
{
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/close.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
}
.hdddxq h2
{
    width: 940px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 0 40px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 auto;
}
.hdddxqTxt
{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #555555;
    line-height: 35px;
}
/********************确认下单*******************/
.qrxd
{
    display: block;
    width: 1200px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin: 0 auto 45px auto;
}
.qrxd .qrxdBox
{
    width: 1020px;
    margin: 0 auto;
}
.qrxd .qrxdBox h2
{
    width: 1000px;
    padding-left: 20px;
    font-size: 28px;
    color: #333333;
    background: url(../img/border8.png) no-repeat left center;
    margin-top: 30px;
}
.qrxd .qrxdBox ul
{
    width: 1020px;
    height: 300px;
    background: #fffaed;
    margin-top: 25px;
    padding-top: 10px;
}
.qrxd .qrxdBox ul li
{
    width: 875px;
    height: 70px;
    border-bottom: 1px solid #f3e2b7;
    margin: 0 auto;
}
.qrxd .qrxdBox ul li:last-of-type
{
    border-bottom: none;
}
.qrxd .qrxdBox ul li span
{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #e9a747;
    background: #FFFFFF;
    border: 1px solid #e9a747;
    float: left;
    margin-top: 24px;
}
.qrxd .qrxdBox ul li h4
{
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    float: left;
    margin-left: 17px;
}
.qrxd .qrxdBox ul li b
{
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    background: url(../img/gang.png) no-repeat center;
    margin-top: 19px;
}
.qrxd .qrxdBox h3
{
    width: 100%;
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    margin-top: 25px;
}
.qrxd .qrxdBox .fwzdList
{
    width: 100%;
    height: 60px;
    margin-top: 18px;
}
.qrxd .qrxdBox .fwzdList span
{
    display: block;
    width: 240px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #333333;
    background: #f4f4f4;
    border-radius: 5px;
}
.qrxd .qrxdBox .fwzdList select
{
    display: block;
    width: 240px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #333333;
    border-radius: 5px;
    font-family: "微软雅黑";
    margin-left: 19px;
    padding-left: 40px;
    outline: none;
    border: 1px solid #dddddd;
}
.qrxd .qrxdBox .qrxdList
{
    width: 100%;
    margin-top: 27px;
}
.qrxd .qrxdBox .qrxdList span
{
    display: block;
    width: 100%;
    font-size: 28px;
    color: #333333;
}
.qrxd .qrxdBox .qrxdList input
{
    display: block;
    width: 738px;
    height: 58px;
    outline: none;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #999999;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding-left: 20px;
    margin-top: 18px;
}
.qrxd .qrxdBox .qrxdList textarea
{
    display: block;
    width: 728px;
    height: 215px;
    outline: none;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #999999;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 10px 10px 10px 20px;
    resize: none;
    margin-top: 18px;
}
.qrxd .qrxdBtn
{
    display: block;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #FF4467;
    font-size: 18px;
    color: #fffefe;
    margin: 40px auto 100px auto;
    border-radius: 5px;
}
/******************搜索********************/
.ptjsBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/ptjs.png) no-repeat center;
}
.ssBox
{
    width: 1200px;
    border: 1px solid #EBEBEB;
    margin: 0 auto 80px auto;
    border-radius: 10px;
    overflow: hidden;
}
.ssBox .ssTop
{
    width: 1200px;
    height: 115px;
    background: #f6f6f6;
    padding-top: 35px;
}
.ssBox .ssTop div
{
    width: 1076px;
    height: 56px;
    border: 4px solid #d23232;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}
.ssBox .ssTop div input
{
    width: 800px;
    height: 56px;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #333333;
    float: left;
    border: none;
    outline: none;
    background: none;
    padding-left: 35px;
}
.ssBox .ssTop div a
{
    display: block;
    width: 80px;
    height: 56px;
    float: right;
    background: #d23232 url(../img/search.png) no-repeat center;
}
.ssBox .ssTop span
{
    display: block;
    width: 1076px;
    margin: 10px auto 0 auto;
}
.ssBox .ssTop span b
{
    font-weight: normal;
    font-size: 16px;
    color: #d23232;
    margin-right: 15px;
}
.ssBox .ssTop span b:first-of-type
{
    margin-left: 30px;
    margin-right: 5px;
}
.ssBox .ssTab
{
    width: 395px;
    height: 55px;
    margin: 40px auto 0 auto;
}
.ssBox .ssTab a
{
    display: block;
    width: 183px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: #333333;
    float: left;
    background: #d5d5d5;
}
.ssBox .ssTab a:last-of-type
{
    float: right;
}
.ssBox .ssTab a.ssTabSel
{
    background: url(../img/ssTabSel.png) no-repeat top left;
    color: #FFFFFF;
    height: 66px;
}

.ssList
{
    width: 1076px;
    margin: 40px auto 0 auto;
}
.ssList ul
{
    width: 100%;
}
.ssListul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.ssList ul li.dqfwList1
{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}
.ssList ul li.dqfwList1 h2
{
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
}
.ssList ul li.dqfwList1 b
{
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    margin-top: 15px;
}
.ssList ul li.dqfwList1 span
{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #e4b374;
    margin-top: 20px;
}
.ssList ul li.dqfwList2
{
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ebebeb;
}
.ssList ul li.dqfwList2 img
{
    display: block;
    width: 260px;
    height: 140px;
    float: left;
    margin-top: 33px;
    margin-right: 25px;
}
.ssList ul li.dqfwList2 h2
{
    width: 785px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 37px;
    margin-top: 26px;
    float: right;
}
.ssList ul li.dqfwList2 span
{
    display: block;
    width: 545px;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #e4b374;
    margin-top: 48px;
}
.ssList ul li.dqfwList3
{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.ssList ul li.dqfwList3 h2
{
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
    margin-top: 20px;
}
.ssList ul li.dqfwList3 div
{
    width: 100%;
    height: 140px;
    margin-top: 23px;
}
.ssList ul li.dqfwList3 div img
{
    display: block;
    width: 260px;
    height: 140px;
    float: left;
    margin-right: 27px;
}
.ssList ul li.dqfwList3 div img:last-of-type
{
    margin-right: 0;
}
.ssList ul li.dqfwList3 span
{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    color: #e4b374;
    margin-top: 30px;
}
.ssList h3
{
    width: 100%;
    height: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 80px;
}
.zwsj
{
    display: block;
    width: 197px;
    height: 221px;
    margin: 150px auto;
}
/**********************文明随手拍******************/
.wmsspBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/wmsspBanner.png) no-repeat center;
}
.wmsspBox
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wmsspBox .wmsspTab
{
    width: 440px;
    height: 55px;
    margin: 0 auto 0 auto;
}
.wmsspBox .wmsspTab a
{
    display: block;
    width: 205px;
    height: 53px;
    border: 1px solid #bbbbbb;
    text-align: center;
    line-height: 53px;
    font-size: 22px;
    color: #333333;
    border-radius: 10px;
    float: left;
}
.wmsspBox .wmsspTab a:last-of-type
{
    float: right;
}
.wmsspBox .wmsspTab a.wmsspTabSel
{
    background: #ff4467;
    border: 1px solid #ff4467;
    color: #FFFFFF;
}
.wmsspBox ul
{
    width: 1200px;
    margin-top: 60px;
    overflow: hidden;
}
.wmsspBox ul li
{
    width: 277px;
    height: 507px;
    float: left;
    margin-right: 30px;
    position: relative;
}
.wmsspBox ul li img
{
    display: block;
    width: 277px;
    height: 411px;
}
.wmsspBox ul li.wmsspLast
{
    margin-right: 0;
}
.wmsspBox ul li div
{
    width: 277px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 312px;
    background: url(../img/wmsspBg.png) no-repeat center;
    z-index: 11;
}
.wmsspBox ul li div span
{
    width: 50%;
    height: 99px;
    float: left;
    overflow: hidden;
}
.wmsspBox ul li div span img
{
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    border-radius: 42px;
    margin-left: 13px;
    margin-top: 45px;
}
.wmsspBox ul li div span b
{
    height: 99px;
    font-weight: normal;
    line-height: 135px;
    float: left;
    margin-left: 10px;
    font-size: 18px;
    color: #ffffff;
}
.wmsspBox ul li div i
{
    display: block;
    float: right;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    padding-left: 27px;
    background: url(../img/xin.png) no-repeat left center;
    margin-right: 10px;
    margin-top: 55px;
}
.wmsspBox ul li h2
{
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 32px;
    margin-top: 12px;
}
.wmsspBox .wmsspBtn
{
    display: block;
    width: 223px;
    height: 43px;
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #404040;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
}
.wmsspBox .wyp
{
    display: block;
    width: 152px;
    height: 153px;
    background: url(../img/wyp.png) no-repeat center;
    position: absolute;
    right: -135px;
    top: 700px;
}
/**********************我要拍********************/
.wypBox
{
    width: 1200px;
    margin: 0 auto 0 auto;
}
.wypBox .wypTop
{
    width: 1200px;
    border-bottom: 1px solid #EBEBEB;
}
.wypBox .wypTop h2
{
    width: 100%;
    height: 53px;
    background: url(../img/wyp1.png) no-repeat center;
}
.wypBox .wypTop span
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 30px;
}
.wypCent
{
    width: 1200px;
    height: 595px;
}
.wypCent .wypLeft
{
    width: 280px;
    height: 595px;
    float: left;
    margin-left: 60px;
}
.wypCent .wypLeft img
{
    display: block;
    width: 280px;
    height: 410px;
    margin-top: 65px;
}
.wypCent .wypLeft a
{
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    margin: 25px auto 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #ff4467;
    border: 1px solid #FF4467;
    border-radius: 5px;
}
.wypCent .wypRight
{
    width: 732px;
    height: 595px;
    float: left;
    margin-left: 75px;
}
.wypCent .wypRight span
{
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
    margin-top: 95px;
}
.wypCent .wypRight span img
{
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    float: left;
}
.wypCent .wypRight span b
{
    height: 43px;
    line-height: 43px;
    float: left;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-left: 15px;
}
.wypCent .wypRight textarea
{
    width: 705px;
    height: 145px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333333;
    margin-top: 25px;
    resize: none;
    outline: none;
    padding-left: 25px;
    padding-top: 20px;
}
.wypCent .wypRight h2
{
    width: 100%;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-top: 8px;
}
.wypCent .wypRight a
{
    display: block;
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: right;
    background: #FF4467;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 15px;
}
.wypSm
{
    width: 910px;
    height: 183px;
    background: url(../img/wypBg.png) no-repeat center;
    margin: 0 auto;
    padding-top: 50px;
}
.wypSm .wypSmBox
{
    width: 520px;
    height: 145px;
    margin-left: 350px;
}
.wypSm .wypSmBox img
{
    display: block;
    width: 145px;
    height: 145px;
    float: left;
}
.wypSm .wypSmBox h2
{
    width: 260px;
    float: left;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-top: 35px;
    margin-left: 30px;
}
.wypSm .wypSmBox span
{
    display: block;
    width: 260px;
    float: left;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-top: 8px;
    margin-left: 30px;
}
/****************咨询列表*****************/
.dqfwBox .dqfwCen ul h3
{
    width: 100%;
    font-size: 30px;
    color: #d23232;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}
.rmtzxBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/rmtzxBanner.png) no-repeat center;
}
/**********************详情***********************/
.xqBox
{
    width: 1200px;
    margin: 0 auto 0 auto;
}
.xqBox .xqTop
{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}
.xqBox .xqTop h2
{
    font-size: 48px;
    color: #222222;
    line-height: 73px;
}
.xqBox .xqTop span
{
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 15px 0;
}
.xqBox .xqTop span h3
{
    float: left;
    font-size: 24px;
    color: #aaaaaa;
    font-weight: normal;
}
.xqBox .xqTop span i
{
    display: block;
    float: right;
    font-style: normal;
    padding-left: 40px;
    font-size: 24px;
    color: #aaaaaa;
    background: url(../img/yan.png) no-repeat left center;
}
.xqBox .xqTop span b
{
    display: block;
    float: right;
    font-style: normal;
    padding-left: 32px;
    font-size: 24px;
    color: #aaaaaa;
    background: url(../img/zan.png) no-repeat left center;
    margin-left: 30px;
}
.xqBox .xqCent
{
    width: 100%;
}
.xqBox .xqCent .xqTxt
{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding: 60px 0;
    border-bottom: 1px solid #EBEBEB;
}
.xqBox .xqCent .xqFy
{
    width: 365px;
    height: 50px;
    margin: 70px auto;
}
.xqBox .xqCent .xqFy a
{
    display: block;
    width: 163px;
    height: 48px;
    border: 1px solid #aaaaaa;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #333333;
}
.xqBox .xqCent .xqFy a:last-of-type
{
    float: right;
}
/*********************云舞台*****************/
.ywtBanner
{
    width: 100%;
    height: 227px;
    background: url(../img/ywtBanner.png) no-repeat center;
}
.ywtBox
{
    width: 100%;
    margin: 0 auto;
}
.ywtBox h2
{
    width: 1200px;
    font-size: 36px;
    color: #222222;
    margin: 0 auto;
}
.ywtBox h2 span
{
    float: right;
    padding-left: 40px;
    font-size: 24px;
    color: #d03737;
    background: url(../img/xin1.png) no-repeat left center;
    font-weight: normal;
}
.ywtBox .ywtVideoBox
{
    width: 100%;
    height: 710px;
    background: url(../img/ywtBg.png) no-repeat center;
    margin-top: 40px;
    padding-top: 81px;
}
.ywtBox .ywtVideoBox .ywtVideoCent
{
    width: 1200px;
    height: 620px;
    margin: 0 auto;
    background: red;
}
.ywtBox .ywtTxt
{
    width: 1200px;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    padding: 25px 0 70px 0;
    margin: 0 auto;
}
/*************************实践中心组织结构*****************/
.sjzxBanner
{
    display: block;
    width: 100%;
    height: 227px;
    background: url(../img/sjzxBanner.png) no-repeat center;
}
.sjzxBox
{
    width: 1200px;
    margin: 0 auto 75px auto;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
}
.sjzxBox .sjzxTab
{
    width: 1050px;
    height: 80px;
    margin: 45px auto 0 auto;
}
.sjzxBox .sjzxTab a
{
    display: block;
    width: 186px;
    height: 80px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    float: left;
    margin-right: 27px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
}
.sjzxBox .sjzxTab a.sjzxTabSel
{
    background: #d23232;
    color: #FFFFFF;
}
.sjzxBox .sjzxTab a:last-of-type
{
    margin-right: 0;
}
.sjzxBox .zzjgBox
{
    width: 1075px;
    margin: 55px auto 0 auto;
}
.sjzxBox .zzjgBox h2
{
    width: 900px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding-left: 20px;
    background: url(../img/border6.png) no-repeat left center;
}
.sjzxBox .zzjgBox .zzjgTop
{
    width: 1075px;
    overflow: hidden;
    margin-top: 38px;
}
.sjzxBox .zzjgBox .zzjgTop span
{
    display: block;
    width: 60px;
    float: left;
}
.sjzxBox .zzjgBox .zzjgTop ul
{
    width: 1015px;
    float: left;
}
.sjzxBox .zzjgBox .zzjgTop ul li
{
    float: left;
    margin-bottom: 19px;
}
.sjzxBox .zzjgBox .zzjgTop ul li a
{
    font-size: 16px;
    color: #333333;
    margin-right: 25px;
}
.sjzxBox .zzjgList
{
    width: 1075px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
.sjzxBox .zzjgList li
{
    width: 249px;
    height: 255px;
    float: left;
    margin-right: 26px;
}
.sjzxBox .zzjgList li.zzjgLast
{
    margin-right: 0;
}
.sjzxBox .zzjgList li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.sjzxBox .zzjgList li img
{
    display: block;
    width: 249px;
    height: 159px;
}
.sjzxBox .zzjgList li span
{
    display: block;
    width: 180px;
    text-align: center;
    margin: 18px auto 0 auto;
    font-size: 18px;
    color: #333333;
}
.sjzxBox .zzjgBtn
{
    display: block;
    width: 223px;
    height: 43px;
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #404040;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
}
/*************************实践中心组织结构详情*****************/
.zzjgxqBox
{
    width: 1200px;
    margin: 0 auto 0 auto;
}
.zzjgxqBox .zzjgxqTop
{
    width: 1200px;
    height: 399px;
    border-bottom: 1px solid #EBEBEB;
}
.zzjgxqBox .zzjgxqTop .zzjgxqTopImg
{
    display: block;
    width: 545px;
    height: 350px;
    float: left;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight
{
    width: 608px;
    height: 429px;
    float: right;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight h2
{
    width: 100%;
    font-size: 30px;
    color: #222222;
    margin-top: 20px;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul
{
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin-top: 25px;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul li
{
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #EBEBEB;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul li:last-of-type
{
    border-bottom: none;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul li img
{
    display: block;
    width: 4px;
    height: 22px;
    float: left;
    margin-top: 28px;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul li h3
{
    height: 79px;
    line-height: 79px;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.zzjgxqBox .zzjgxqTop .hdbmxqTopRight ul li span
{
    height: 79px;
    line-height: 79px;
    float: left;
    margin-left: 2px;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}
.zzjgxqBox .zzjgxqBot
{
    width: 100%;
    margin-top: 55px;
}
.zzjgxqBox .zzjgxqBot img
{
    display: block;
    width: 175px;
    height: 65px;
    margin: 0 auto;
}
.zzjgxqBox .zzjgxqBot .zzjgxqTxt
{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    margin: 30px auto 100px auto;
}
/*************************实践中心自愿者风采*****************/
.zyzfcList
{
    width: 1140px;
    margin: 0 auto 0 auto;
}
.zyzfcList ul
{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.zyzfcList ul li
{
    width: 570px;
    height: 283px;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
.zyzfcList ul li:nth-child(even)
{
    float: right;
}
.zyzfcList ul li img
{
    display: block;
    width: 200px;
    height: 283px;
    float: left;
    margin-right: 22px;
}
.zyzfcList ul li h2
{
    width: 325px;
    font-size: 26px;
    color: #333333;
    float: left;
    line-height: 39px;
    margin-top: 8px;
}
.zyzfcList ul li span
{
    display: block;
    width: 325px;
    font-size: 16px;
    color: #999999;
    float: left;
    line-height: 30px;
    margin-top: 15px;
}
.zyzfcList ul li a
{
    display: block;
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FF2F6A;
    border-radius: 40px;
    border: 1px solid #FF2F6A;
    position: absolute;
    left: 225px;
    bottom: 11px;
}
/***********************自愿者招募********************/
.zyzzm
{
    width: 1080px;
    margin: 40px auto 0 auto;
}
.zyzzm .zyzzmTop h2
{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333;
    padding: 20px 0;
}
.zyzzm .zyzzmTop h2 b
{
    padding-left: 87px;
    background: url(../img/zyzzm.png) no-repeat left center;
    padding: 20px 0 20px 87px;
}
.zyzzm .zyzzmTop span
{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 37px;
    margin-top: 15px;
}
.zyzzm .zyzzmTop h3
{
    width: 100%;
    height: 85px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 85px;
    font-weight: normal;
    margin-top: 25px;
}
.zyzzm .zyzzmTop h3 i
{
    font-style: normal;
    color: #f5b120;
    margin: 0 7px;
}
.zyzzm .zyzzmBot
{
    width: 100%;
}
.zyzzm .zyzzmBot h2
{
    width: 100%;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding-top: 30px;
}
.zyzzm .zyzzmBot .zyzzmTab
{
    width: 285px;
    overflow: hidden;
    margin: 45px auto 90px auto;
}
.zyzzm .zyzzmBot .zyzzmTab a
{
    display: block;
    height: 30px;
    float: left;
    padding-right: 48px;
    background: url(../img/zyzzmTab.png) no-repeat right center;
    line-height: 30px;
    font-size: 22px;
    color: #333333;
}
.zyzzm .zyzzmBot .zyzzmTab a:last-of-type
{
    float: right;
}
.zyzzm .zyzzmBot .zyzzmTab a.zyzzmTabSel
{
    background: url(../img/zyzzmTabSel.png) no-repeat right center;
}
.zyzzm .zyzzmBot .zyzzmList
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.zyzzm .zyzzmBot .zyzzmList h3
{
    width: 322px;
    float: left;
    font-size: 22px;
    color: #333333;
    text-align: right;
    font-weight: normal;
    line-height: 50px;
}
.zyzzm .zyzzmBot .zyzzmList input[type="text"]
{
    display: block;
    float: left;
    width: 685px;
    height: 50px;
    border: 1px solid #9e9e9e;
    outline: none;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #333333;
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 15px;
}
.zyzzm .zyzzmBot .zyzzmList span
{
    display: block;
    float: left;
    width: 685px;
    height: 50px;
    font-size: 20px;
    color: #333333;
    margin-left: 20px;
    line-height: 50px;
}
.zyzzm .zyzzmBot .zyzzmList span b
{
    display: block;
    float: left;
    font-weight: normal;
    margin-right: 40px;
}
.zyzzm .zyzzmBot .zyzzmList span input
{
    display: inline-block;
    float: left;
    width: 27px;
    height: 27px;
    margin-top: 12px;
    margin-right: 13px;
}
.zyzzm .zyzzmBot .zyzzmList textarea
{
    display: block;
    float: left;
    width: 685px;
    height: 35px;
    border: 1px solid #9e9e9e;
    outline: none;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #333333;
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
    height: 100px;
}
.zyzzm .zyzzmBot .zyzzmList a
{
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    border: 1px solid #9e9e9e;
    font-size: 40px;
    color: #8e8e8e;
    border-radius: 5px;
    margin-left: 20px;
    line-height: 140px;
    text-align: center;
    background: #f2f2f2;
}
.zyzzm .zyzzmBot h4
{
    display: block;
    float: left;
    width: 685px;
    height: 50px;
    font-size: 20px;
    color: #ee3131;
    margin-left: 20px;
    font-weight: normal;
}
.zyzzm .zyzzmBot .zyzzmBtn
{
    display: block;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #FF4467;
    font-size: 18px;
    color: #fffefe;
    margin: 40px auto 100px auto;
    border-radius: 5px;
}








/********************************场地预约*********************************/
.xwList
{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 23px;
}
.xwList .xwListZk
{
    display: block;
    width: 68px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    background: #5891fb;
    color: #FFFFFF;
    cursor: pointer;
}
.xwList .whzbTabOne
{
    display: block;
    height: 38px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    line-height: 38px;
    margin-bottom: 12px;
    width: 100px;
    border: none;
    margin-right: 0;
}
.xwList ul
{
    width: 1000px;
    height: 50px;
    overflow: hidden;
    margin-left: 100px;
}
.xwList ul li
{
    padding: 0 20px;
    height: 38px;
    float: left;
    text-align: center;
    line-height: 38px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    margin-right: 11px;
    margin-bottom: 12px;
}
.xwList li.whzbTabTwo
{
    background: #d23232;
    border: 1px solid #d23232;
}
.xwList li.whzbTabTwo a
{
    color: #FFFFFF;
}
.xwList li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000000;
}
.xwList li a span
{
    color: #e82222;
}




.xwListTWO
{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 23px;
}
.xwListTWO .xwListZk
{
    display: block;
    width: 68px;
    height: 40px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 20px;
    text-align: center;
    line-height: 40px;
    background: #5891fb;
    color: #FFFFFF;
    cursor: pointer;
}
.xwListTWO .whzbTabOne
{
    display: block;
    height: 38px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    line-height: 38px;
    margin-bottom: 12px;
    width: 100px;
    border: none;
    margin-right: 0;
}
.xwListTWO ul
{
    width: 1000px;
    height: 50px;
    overflow: hidden;
    margin-left: 100px;
}
.xwListTWO ul li
{
    padding: 0 20px;
    height: 38px;
    float: left;
    text-align: center;
    line-height: 38px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    margin-right: 11px;
    margin-bottom: 12px;
}
.xwListTWO li.whzbTabTwo
{
    background: #d23232;
    border: 1px solid #d23232;
}
.xwListTWO li.whzbTabTwo a
{
    color: #FFFFFF;
}
.xwListTWO li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000000;
}
.xwListTWO li a span
{
    color: #e82222;
}
