.indexBox{
    width: 100%;
    background: url(../images/indexBg.png) no-repeat left top;
}
.indexTopBox{
    width: 100%;
    padding-top: 70px;
    margin-bottom: 40px;
}
.indexTopBox .indexLogo{
    width: 520px;
    height: 52px;
}
.indexTopBox .indexLogo img{
    width: 520px;
    /*height: 60px;*/
    vertical-align: middle;
}
.indexTopBox .indexButs{
    margin-top: 8px;
    width: 122px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.indexTopBox .indexLoBut{
    background: #308bd8;
}
.indexTopBox .indexRegBut{
    background: #fd7500;
}
.indexMainBox{
    padding: 16px 16px 20px 15px;
    background: #fff;
    box-sizing: border-box;
}
.modular_top{
    background: #f4f9fe;
    border:1px solid #e4f1fb;
    height: 60px;
    /* height: 78px; */
}
.modular-tab-moreM {
    top: 13px;
    color: #969696;
    right: 6px;
    font-size: 13px;
    z-index: 1;
}
.noticeList ul li{
    float: left;
    margin-left: 60px;
    cursor: pointer;
    width: 100%;
}
.noticeTitle{
    font-size: 20px;
    font-weight: bold;
    color: #366893;
    height: 60px;
    line-height: 60px;
    /* height: 50px;
    line-height: 50px; */
    float: left;
    width: 100%;
}
.noticeTitle span.title{max-width: 800px;}
.noticeTitle .noticeTime{
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #fa8936;
    font-size: 14px;
    background: #ffe7d8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}
.noticeDesc{
    color:#366893;
    font-size: 14px;
    float: left;
    width: 1000px;
}
.bannerTitileBg{
    width: 60px;
    height: 60px;
}
.bannerTitileBg img{
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.modular_left{
    height: 300px;
    width: 600px;
    margin-right: 20px;
}
.modular_left img{
    vertical-align: middle;
    height: 300px;
    width: 600px;
}
.modular_right{
    height: 300px;
    width: 548px;
}
.modular_right .rightItem{
    width: 175px;
    height: 84px;
    padding-top:37px;
    padding-bottom: 24px;
    float: left;
    text-align: center;
}
.modular_right .rightItem:hover{
    filter: Alpha(Opacity=0);
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.modular_right .rightItem a{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.item_09a8f2{background: #09a8f2;}
.item_23d6df{background: #23d6df;}
.item_11d8a9{background: #11d8a9;}
.item_ffaa7c{background: #ffaa7c;}
.item_f5b230{background: #f5b230;}
.item_5e8eea{background: #5e8eea;}
/* .procedure{
    height: 110px;
    width: 1200px;
    background: url(../images/index_lc.png) no-repeat center center;
}
 */
.slideCon{
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.lcDiv{
    width: 100%;
    height: 110px;
    background: white;
}
.lcContent{
    padding: 20px 15px 15px 15px;
    float: left;
    width: 1170px;
    height: 75px;
}
.w260{width: 260px;}
.lcContent ul li{
    float: left;

}
.lcContent ul li a:hover{
    filter: Alpha(Opacity=0);
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.liRight{
    width: 100px;
    float: left;
    text-align: center;
    height: 75px;
    line-height: 75px;
}
.liLeft{
    width: 89px;
    padding-left:10px;
    padding-right: 10px;
    float: left;
    height: 75px;
    text-align: center;
}
.liLeftTop{
    width: 100%;
    float: left;
}
.liLeftBottom{
    font-size: 15px;
    color: #222222;
    font-weight: bold;
    padding-left: 29px;
}

.toolBar{
	position: fixed;
	right: 15px;
	top:252px;
	z-index: 1000;
    background: #fff;
    width: 60px;
    height: 290px;
    /* height: 360px; */
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(137, 137, 137, 0.39);
}
.toolBar ul{
    margin-top: 5px;
}
.toolBar ul li{
    background: url(../images/toolBarLiBg.png) no-repeat bottom center;
    background-size: 10px 3px;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    position: relative;
}
.toolBar ul li:last-child{
    background:none;
}
.toolBar ul li a{
    width: 100%;
    height: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 34px;
}
.toolBar ul li a:hover{
    color: #308bd8;
}
.toolBar ul li a.tli01{
    background: url(../images/toolBar_icon1.png) no-repeat center 14px;
}
.toolBar ul li a.tli01:hover{
    background: url(../images/toolBar_icon1_on.png) no-repeat center 14px;
}
.toolBar ul li a.tli02{
    background: url(../images/toolBar_icon2.png) no-repeat center 14px;
}
.toolBar ul li a.tli02:hover{
    background: url(../images/toolBar_icon2_on.png) no-repeat center 14px;
}
.toolBar ul li a.tli03{
    background: url(../images/toolBar_icon3.png) no-repeat center 14px;
}
.toolBar ul li a.tli03:hover{
    background: url(../images/toolBar_icon3_on.png) no-repeat center 14px;
}
.toolBar ul li a.tli04{
    background: url(../images/toolBar_icon4.png) no-repeat center 14px;
}
.toolBar ul li a.tli04:hover{
    background: url(../images/toolBar_icon4_on.png) no-repeat center 14px;
}
.toolBar ul li a.tli05{
    background: url(../images/toolBar_icon5.png) no-repeat center 14px;
}
.toolBar ul li a.tli05:hover{
    background: url(../images/toolBar_icon5_on.png) no-repeat center 14px;
}
.toolBar .LIalertBoxPr{
    width: 225px;
    height: 150px;
    background: #fff;
    border-radius: 5px;
    right: 98px;
    top: -60px;
    z-index: 1;
    padding: 12px 9px 0px 9px;
    box-sizing: border-box;
}
.toolBar .LIalertBoxPr .imbox{
    width: 100px;
    height: 139px;
}
.toolBar .LIalertBoxPr .imbox img{
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.toolBar .LIalertBoxPr .imbox .imboxTitle{
    width: 100px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.memberCentre {
    width: 122px;
    height: 44px;
	line-height: 44px;
	background-color: #1c84eb;
	font-size: 16px;
	color: #fff;
}
.exitBtn {
	width: 122px;
    height: 44px;
	line-height: 44px;
	background-color: #fd7500;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}

.toolBar_help {
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 10;
}
.toolBar_help ul{
    width: 150px;
    float: left;
}
.toolBar_help ul li {
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 15px 15px 15px;
}
.toolBar_help ul .li011>a.transi,
.toolBar_help ul .li022>a.transi,
.toolBar_help ul .li033>a.transi,
.toolBar_help ul .li044>a.transi,
.toolBar_help ul .li055>a.transi,
.toolBar_help ul .li066>a.transi {
    height: 15px;
}
.toolBar_help ul .li011{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.toolBar_help ul .li033{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.toolBar_help ul .li011 a.a01{
    background:url(../images/index_right_01.png) no-repeat center;
}
.toolBar_help ul .li022 a.a02{
    background:url(../images/index_right_02.png) no-repeat center;
}
.toolBar_help ul .li033 a.a03{
    background:url(../images/index_right_03.png) no-repeat center;
}
.toolBarP{
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    width: 116px;
    text-align: center;
}
.butDiv{
    width: 116px;
    float: left;
}
.aspan{
    width: 85px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border:1px solid #EDEDED;
    border-radius: 5px;
    float: left;
    font-size: 13px;
    color:#333;
    text-align: center;
    margin-top: 5px;
    margin-left: 15px;
}
/* start 信息提示弹窗*/
.zh_popUpcon{
    width: 702px;
    height: 465px;
    background: url(../images/tipsBg.png) no-repeat left top;
    background-size: 702px 465px;
    border-radius: 5px;
    padding: 0px 30px 30px 30px ;
    box-sizing: border-box;
    z-index:1001;
}
p.tipsTItle{
    border-bottom: 2px solid #ededed;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    background: url(../images/lbBg.png) no-repeat left center;
    padding-left: 60px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
p.tcDesc_title{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}
.mt7{margin-top: 7px;}
p.tcDesc{
    line-height: 35px;
    font-size: 16px;
    color: #333;
}
p.tcDesc1{
    font-size: 16px;
    color: #333;
}
.c_fc1818{
    color: #fc1818;
}
.tcBut{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #308bd8;
    margin: 0 auto;
}
.tsActBox{
    right: 0px;
    top: 0px;
    height: 35px;
}
.tipsChk{
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.notTopsLabel{
    font-size: 14px;
    color: #666;
    line-height: 35px;
}
.dialogCont{
    height: 303px;
    overflow-y: auto;
}
/*滚动条轨道背景(默认在PC端设置)*/
.dialogCont::-webkit-scrollbar-track{
	background-color: transparent;
}
/*滚动条轨道宽度 (默认在PC端设置)*/
.dialogCont::-webkit-scrollbar{
	width: 6px;
}
/*滚动条游标 (默认在PC端设置)*/
.dialogCont::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #ccc;
}
/*滚动条游标鼠标经过的颜色变化 (默认在PC端设置)*/
.dialogCont::-webkit-scrollbar-thumb:hover{
	background-color: #aaa;
}
/* end 信息提示弹窗*/
.collectivePay{
    position: fixed;
    left: 30px;
    bottom: 50%;
    z-index: 100001;
}
.H5PNG{
    position: fixed;
    left: 30px;
    bottom: 20%;
    z-index: 100001;
}
.applet{
    position: fixed;
    left: 30px;
    bottom: 20%;
    z-index: 100001;
}
