* {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body {
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

/*********婢舵挳鍎撮柈銊ュ瀻**************/
.header {
    width: 100%;
    height: 90px;
/*     background: url(../../../apps/jy_common/images/headbg.png) no-repeat; */
    background:#005DB5;
    background-size: 100% 100%;
    position: fixed;
    z-index: 500;
}

.header_center {
    margin: 0 auto;
    width: 1018px;
    height: 90px;
}

.nav_logo {
    width: 365px;
    height: 90px;
    background: url(../../../apps/jy_common/images/logo-sz.png) no-repeat;
    margin-top: 15px;
    float: left;
    cursor:pointer;
}
.next_title {
    color: #fff;
    font-size: 26px;
    padding: 26px 8px 0;
    display: inline-block;
}
.nav_bar {
    float: left;
    width: 270px;
    height: 60px;
    margin-left: 80px;
    margin-top: 27px;
}

.nav_bar li {
    float: left;
    width: 127px;
    height: 70px;
    line-height: 53px;
    margin-right: 5px;
    padding-left: 47px;
    color: #eee;
    font-size: 13px;
    position: relative
}

.nav_bar li .nav_bar_child {
    position: absolute;
    width: 150px;
    background-color: #fff;
    border-top: 2px solid #3D65E4;
    top: 62px;
    left: -12px;
    display: none;
    opacity: 0.9;
}

.nav_bar li .nav_bar_child li {
    height: 35px;
    width: 150px;
    line-height: 35px;
    padding-left:0px;
    text-align:center;
    border-bottom: 1px dashed #aaa;
}
.nav_bar li .nav_bar_child li span{
    font-size:16px;
    color:#4B5C6C;
}

.nav_bar li .nav_bar_child li a {
    color: #555;
}

.nav_bar li .nav_bar_child li a:hover {
    color: #006BBE;
    text-decoration: none;
}

.nav_bar li:hover .nav_bar_child {
    display: block;
}

.nav_bar li .nav_bar_child1 {
    position: absolute;
    width: 150px;
    background-color: #fff;
    border-top: 2px solid #3D65E4;
    top: 62px;
    left: -10px;
    display: none;
    opacity: 0.9;
}

.nav_bar li .nav_bar_child1 li {
    height: 35px;
    width: 150px;
    line-height: 35px;
    padding-left:10px;
    text-align:left;
    border-bottom: 1px dashed #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav_bar li .nav_bar_child1 li span{
    font-size:16px;
    color:#4B5C6C;
}

.nav_bar li .nav_bar_child1 li a {
	padding-left:5px;
    color: #555;
}

.nav_bar li .nav_bar_child1 li a:hover {
    color: #006BBE;
    text-decoration: none;
}

.nav_bar li:hover .nav_bar_child1 {
    display: block;
}

.nav_bar li .nav_bar_child2 {
    position: absolute;
    width: 150px;
    background-color: #fff;
    border-top: 2px solid #3D65E4;
    top: 62px;
    left: 140px;
    display: none;
    opacity: 0.9;
}

.nav_bar li .nav_bar_child2 li {
    height: 35px;
    width: 150px;
    line-height: 35px;
    padding-left:10px;
    text-align:left;
    border-bottom: 1px dashed #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav_bar li .nav_bar_child2 li span{
    font-size:16px;
    color:#4B5C6C;
}

.nav_bar li .nav_bar_child2 li a {
	padding-left:5px;
    color: #555;
}

.nav_bar li .nav_bar_child2 li a:hover {
    color: #006BBE;
    text-decoration: none;
}

.nav_bar li:hover .nav_bar_child2 {
    display: block;
}

.nav_bar li .nav_bar_child3 {
    position: absolute;
    width: 150px;
    background-color: #fff;
    border-top: 2px solid #3D65E4;
    top: 62px;
    left: 290px;
    display: none;
    opacity: 0.9;
}

.nav_bar li .nav_bar_child3 li {
    height: 35px;
    width: 150px;
    line-height: 35px;
    padding-left:10px;
    text-align:left;
    border-bottom: 1px dashed #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav_bar li .nav_bar_child3 li span{
    font-size:16px;
    color:#4B5C6C;
}

.nav_bar li .nav_bar_child3 li a {
	padding-left:5px;
    color: #555;
}

.nav_bar li .nav_bar_child3 li a:hover {
    color: #006BBE;
    text-decoration: none;
}

.nav_bar li:hover .nav_bar_child3 {
    display: block;
}

.nav_bar_first {
    background: url(../../../apps/jy_common/images/nav_1.png) no-repeat 0px 8px;
}

.nav_bar_secound {
    background: url(../../../apps/jy_common/images/nav_2.png) no-repeat 0px 8px;
}

/* .nav_bar_third { */
/* 	display:none; */
/*     background: url(../../../apps/jy_common/images/nav_3.png) no-repeat 0px 8px; */
/* } */

/*******************閿熸枻鎷峰綍閿熸枻鎷烽挳************************/
.nav_login {
    float: right;
    width: 53px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #7995cc;
    font-size: 13px;
    color: #fff;
    margin-top: 39px;
    margin-left:20px;
    margin-right:20px;
    cursor: pointer;
    border-radius: 3px;
}

.nav_login:hover {
    background-color: #5190d2;
}
/*******************閿熸枻鎷峰綍閿熸枻鎷烽敓鏂ゆ嫹绀洪敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鍓跨鎷烽敓鏂ゆ嫹閽�************************/
.header_center .nav_yhxm,.header_center .nav_logout{
	color:#fff;
	float:right;
	margin-top:44px;
	max-width:100px;
	padding-left:5px;
	padding-right:10px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}


/**************************banner闁劌鍨庡紡***********************************/
#banner {
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 80px;
}

#banner img {
    width: 100%;
    height: 100%;
}

/***************************娑撹缍嬮柈銊ュ瀻寮�********************************/
#section {
    width: 100%;
    position: relative;
    z-index: 300;
}

#section_top {
    width: 100%;
    height: 620px;
}

#section_bottom {
    width: 100%;
    height: 500px;
    background-color: #fff;
    opacity: 0.9;
}

#section_bottom_box {
    width: 1002px;
    height: 400px;
    margin: 0 auto;
}

#section_tzgg, #section_zpxx, #section_zprl {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: 300px;
    height: 300px;
    position: relative;
}

#section_tzgg_title, #section_zpxx_title, #section_zprl_title,#section_dxzph_title {
    width: 300px;
    height: 67px;
    padding-left: 70px;
}

#section_tzgg_title span, #section_zpxx_title span, #section_zprl_title span,#section_dxzph_title span {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 122px;
    text-align: center;
    font-size: 20px;
    color: #4b8bcc;
    border-bottom: 1px solid #4b8bcc;
}

/*****************閹锋稖浠掓穱鈩冧紖閸掑洦宕查幐澶愭尦闁劌鍨�***********************/
#section_zpxx_title_btn {
    float: right;
    width: 105px;
    height: 36px;
    background: url("../../../apps/jy_common/images/img_b.png") no-repeat;
    margin-top: 4px;
}

#section_zpxx_title_btn a {
    text-decoration: none;
    color: #4b8bcc;
}
#section_zpxx_title_btn .active{
    color: #ffffff;
}

#section_zpxx_title_btn a {
    display: inline-block;
    padding: 8px 10px 5px 12px;
}
#section_zpxx_title_jybtn:hover #section_zpxx_title_btn{
    background: url("../../../apps/jy_common/images/img_b.png") no-repeat;
}
#section_zpxx_title_sxbtn:hover #section_zpxx_title_btn{
    background: url("../../../apps/jy_common/images/img_a.png") no-repeat;
}
#section_zpxx_jynr, #section_zpxx_sxnr {
    position: absolute;
}

#section_zpxx_sxnr {
    display: none;
}


/**************閹锋稖浠掓穱鈩冧紖鐏忓彉绗熸禒銉ュ挤鐎圭偘绡勯崘鍛啇闁劌鍨�*******************/
#section_tzxw_title_btn {
    float: right;
    width: 105px;
    height: 36px;
    background: url("../../../apps/jy_common/images/img_b.png") no-repeat;
    margin-top: 4px;
}

#section_tzxw_title_btn a {
    text-decoration: none;
    color: #4b8bcc;
}
#section_tzxw_title_btn .active{
    color: #ffffff;
}

#section_tzxw_title_btn a {
    display: inline-block;
    padding: 8px 10px 5px 12px;
}
#section_xw_title_btn:hover #section_tzxw_title_btn{
    background: url("../../../apps/jy_common/images/img_b.png") no-repeat;
}
#section_tzgg_title_btn:hover #section_tzxw_title_btn{
    background: url("../../../apps/jy_common/images/img_a.png") no-repeat;
}
#section_xw_nr, #section_tzgg_nr {
    position: absolute;
}

#section_tzgg_nr {
    display: none;
}

 #section_zprl_title a ,#section_dxzph_title a{
    float: right;
    height: 25px;
    line-height: 25px;
    width: 50px;
    text-align: center;
    font-size: 13px;
    color: #7A9BD1;
    border: 1px solid #7A9BD1;
    border-radius: 3px;
    margin-top: 10px;
}

 #section_zprl_title a:hover,#section_dxzph_title a:hover {
    background-color: #7A9BD1;
    text-decoration: none;
    color: #fff;
}

#section_tzgg_title {
    background: url(../../../apps/jy_common/images/notice.png) no-repeat;
}

#section_zpxx_title {
    background: url(../../../apps/jy_common/images/chart.png) no-repeat;
}

#section_zprl_title {
    background: url(../../../apps/jy_common/images/date.png) no-repeat;
}
#section_dxzph_title {
    background: url(../../../apps/jy_common/images/bz.png) no-repeat;
}
#section_tzgg_nr,#section_xw_nr,#section_zpxx_jynr,#section_zpxx_sxnr{
    height:330px;
    overflow: hidden;
}
#section_dxzp_nr{
    height:65px;
    overflow: hidden;
}
#section_tzgg_nr li,#section_xw_nr li, #section_zpxx_jynr li, #section_zpxx_sxnr li, #section_dxzp_nr li {
    width: 300px;
    border-bottom: 1px dashed #9e9ea0;
    height: 32px;
    line-height: 32px;
}

#section_tzgg_nr li a,#section_xw_nr li a, #section_zpxx_jynr li a, #section_zpxx_sxnr li a, #section_dxzp_nr li a {
    float: left;
    width: 220px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #312f30;
}
#section_dxzp_nr li a{
    width: 222px;
}

#section_tzgg_nr li a:hover,#section_xw_nr li a:hover, #section_zpxx_jynr li a:hover, #section_zpxx_sxnr li a:hover, #section_dxzp_nr li a:hover {
    color: #4b8bcc;
}

#section_tzgg_nr li span,#section_xw_nr li span, #section_zpxx_jynr li span, #section_zpxx_sxnr li span, #section_dxzp_nr li span {
    float: right;
    font-size: 13px;
    color: #999;
    width:78px;
    height:30px;
    overflow:hidden;
}

/***************閹锋稖浠掗弮銉ュ坊闁劌鍨�***************/

#calendar {
    width: 280px;
    height: 270px;
}

#calendar .sign table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#calendar .sign th, .sign td {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
}

#calendar .sign td {
    cursor: pointer;
}

.side #calendar .sign td:hover {
    background: #f1f1f1;
}

#calendar .sign th {
    font-size: 14px;
    color: #525e6b;
}

#calendar .sign td {
    color: #404040;
    vertical-align: middle;
    font-size: 13px;
}

#calendar .sign .on {
    position: relative;
}

#calendar .sign .on:hover {
    background: none;
}

#calendar .sign .on:hover span {
    border: 2px solid #1ba75d;
    color: #1ba75d;
}

#calendar .sign .on span {
    border-radius: 50%;
    border: 2px solid #00c95f;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #00c95f;
}

#calendar .sign .today:hover {
    background: none;
}

#calendar .sign .today:hover span {
    border: 2px solid #63a8ed;
    color: #63a8ed;
}

#calendar .sign .today span {
    border-radius: 50%;
    border: 2px solid #FF9900;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #FF9900;
}

#calendar .sign .text {
    display: none;
    position: absolute;
    width: 255px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    padding: 15px 13px 20px 13px;
    z-index: 999;
    box-shadow: 3px 4px 4px rgb(223, 223, 223);
}

#calendar .sign .text a {
    color: #478acc;
    border-bottom: 1px solid #ddd;
    width: 229px;
    display: inline-block;
    text-align: left;
    font-size: 15px;
}

#calendar .sign .text a:hover {
    text-decoration: underline;
}

#calendar .sign .arrow {
    display: none;
    position: absolute;
    top: -25px;
    left: 10px;
    width: 60px;
    padding-right: 37px;
    z-index: 1000;
}

#calendar .calendar_month_next, .calendar_month_prev {
    width: 34px;
    cursor: pointer;
    line-height: 15px;
    font-size: 22px;
}

#calendar .calendar_month_next {
    float: right;
    margin-right: 10px;
}

#calendar .calendar_month_span {
    display: inline;
    line-height: 20px;
    font-size: 16px;
    color: #525e6b;
    letter-spacing: 2px;
}

#calendar .calendar_month_prev {
    float: left;
    margin-left: 10px;
}

#calendar .sign_succ_calendar_title {
    text-align: center;
    width: 280px;
    height: 31px;
}

#calendar .sign_main {
    width: 280px;
    font-family: "Microsoft YaHei", SimHei;
}

/**********************椤甸敓鑴氳鎷烽敓鏂ゆ嫹*****************************/
.footer {
    width: 100%;
    background-color: #312f30;
    height:99px;
    position: relative;
    bottom: 0px;
    z-index: 500;
    border-top: 3px solid #3D65E4;
}
.footer {
    z-index:0;
}

.footer_box {
    width: 1002px;
    margin: 0 auto;
}

.footer_left {
    width: 800px;
    float: left;
    margin-top: 6px;
}

.footer_right {
    width: 500px;
    float: right;
    margin-top: 10px;
    padding-left: 50px;
}

.footer_box a {
    color: #ccc;
    font-size: 13px;
    line-height: 11px;
}

.footer_box p {
    padding-top: 6px;
    line-height: 14px;
}

.footer_lj_f a {
    padding: 0px 10px;
    border-right: 1px solid #ccc;
}

.footer_wxwb_f {
    width: 300px;
    height: 30px;
    margin-top: 10px;
}

.footer_wx, .footer_wb {
    width: 150px;
    height: 30px;
    float: left;
    color: #ccc;
    padding-left: 45px;
    line-height: 25px;
    font-size: 12px;
    background: url(../../../apps/jy_common/images/footer_list.png) no-repeat 0px -195px;
}

.footer_wx {
    cursor: pointer;
    width: 120px;
    margin-right: 30px;
    background: url(../../../apps/jy_common/images/footer_list.png) no-repeat 0px -235px;
    position: relative;
}

.footer_wx:hover .footer_wx_ewm {
    display: block;
}

.footer_wx_ewm {
    position: absolute;
    width: 545px;
    height: 170px;
    top: -180px;
    left: -202px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: none;
}
.footer_wx_ewm span{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #666;
}
.footer_wx_ewm img{
    float: left;
    margin-top: 7px;
}
.footer_wx_ewm:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color:#ffffff transparent transparent transparent;
    position: absolute;
    top: 168px;
    right: 272px;
}
.footer_wx_ewm:before{
    content: "";
    width: 150px;
    height: 20px;
    position: absolute;
    top: 168px;
    right: 212px;
}

/*********閫氱煡閿熸枻鎷烽敓鏂ゆ嫹***************閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷疯仒閿熸枻鎷蜂綅閿熸枻鎷烽敓琛楋拷******************涓撻敓鏂ゆ嫹閿熸枻鎷疯仒閿熸枻鎷疯亴浣嶉敓鏂ゆ嫹閿熸枻鎷�*****************涓撻敓鏂ゆ嫹閿熸枻鎷疯仒閿熺粨鍗曚綅閿熸枻鎷烽敓锟�*************閿熸枻鎷疯仒閿熸枻鎷锋伅鑱屼綅閿熸枻鎷烽敓鏂ゆ嫹*******************閿熸枻鎷疯仒閿熸枻鎷锋伅閿熸枻鎷蜂綅閿熸枻鎷烽敓锟�*/
#tzgg_xq_section_nr table,#dxzph_xq_section_nr_chxz_nr table,#zczph_xq_section_nr_zwxq table,#zczph_xq_section_nr_dwjj table,#zpxx_xq_section_nr_zwxq table,#zpxx_xq_section_nr_dwjj table{
    width: 100%;
    border-spacing: 0;
    margin: 0 0 1em;
    border: 1px solid #333;
    table-layout:fixed;
}

#tzgg_xq_section_nr table td,#dxzph_xq_section_nr_chxz_nr table td,#zczph_xq_section_nr_zwxq table td,#zczph_xq_section_nr_dwjj table td,#zpxx_xq_section_nr_zwxq table td,#zpxx_xq_section_nr_dwjj table td{
	outline: 0;
	padding: .2em .3em;
    border: 1px solid #333;
    word-break:break-all;
    word-wrap:nowrap;
    height:30px;
}





