.ml20 {
    margin-left: 20px;
}

.mr12 {
    margin-right: 12px;
}
.c666 {
    color: #666 !important;
}
.c999 {
    color: #999 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.fb{
	font-weight:bold;
}
.red {
    color: #e60012;
}

.red:hover {
    color: #85010b;
}

.blue {
    color: #007cdb;
}

.orange {
    color: orange !important;
}

.green {
    color: #090;
}

.Lmt5 {
    margin-top: 5px
}

.Lmr5 {
    margin-right: 5px
}

.Lmb5 {
    margin-bottom: 5px
}

.Lml5 {
    margin-left: 5px
}

.Lpt5 {
    padding-top: 5px
}

.Lpr5 {
    padding-right: 5px
}

.Lpb5 {
    padding-bottom: 5px
}

.Lpl5 {
    padding-left: 5px
}

.Lmt10 {
    margin-top: 10px
}


.Lmr16 {
    margin-right: 16px
}

.Lmb10 {
    margin-bottom: 10px
}

.Lml10 {
    margin-left: 10px
}

.Lpt10 {
    padding-top: 10px
}

.Lpr10 {
    padding-right: 10px
}

.Lpb10 {
    padding-bottom: 10px
}

.Lpl10 {
    padding-left: 10px
}

.Lmt20 {
    margin-top: 20px
}

.Lmr20 {
    margin-right: 20px
}

.Lmb20 {
    margin-bottom: 20px
}

.Lml20 {
    margin-left: 20px
}

.Lpt20 {
    padding-top: 20px
}

.Lpr20 {
    padding-right: 20px
}

.Lpb20 {
    padding-bottom: 20px
}

.Lpl20 {
    padding-left: 20px
}

.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f26 {
    font-size: 26px;
}

.f30 {
    font-size: 30px;
}

.w170 {
    width: 170px;
}

.w325 {
    width: 325px;
}

.w220 {
    width: 220px;
}

.w260 {
    width: 260px;
}

.w440 {
    float: left;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.lh40{
	line-height:40px;
}

.form_btn {
    height: 35px;
    line-height: 35px;
    border: 0px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: top;
}

.purple_btn {
    background: #2497ef;
    color: #ffffff;
}

.gray_btn {
    background: #929292;
    color: #ffffff;
}

.orange_btn {
    background: #fb8902;
    color: #ffffff;
}

a {
    text-decoration: none;
}

.clear_both {
    clear: both;
}

a.btn_border_orange {
    font-size: 12px;
    border: 1px solid #FE6E27;
    padding: 0px 14px;
    border-radius: 2px;
    background: white;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #FE6E27;
}

.btn_border_orange a {
    color: #FE6E27;
}

.f56 {
    color: #F56328;
}

button {
    cursor: pointer;
}

.nav .point ul li:hover {
    background-color: #FF8500;
}

.sanjiao1 {
    position: absolute;
    left: -1px;
    top: 13px;
}

.sanjiao2 {
    position: absolute;
    left: -1px;
    top: 67px;
}

.sanjiao3 {
    position: absolute;
    left: -1px;
    top: 121px;
}

.sanjiao4 {
    position: absolute;
    left: -1px;
    top: 175px;
}

.sanjiao5 {
    position: absolute;
    left: -1px;
    top: 229px;
}

.sanjiao6 {
    position: absolute;
    left: -1px;
    top: 283px;
}

.sanjiao7 {
    position: absolute;
    left: -1px;
    top: 337px;
}

.sanjiao8 {
    position: absolute;
    left: -1px;
    top: 391px;
}

.input_search {
    top: 44px;
    right: 60px;
    float: right;
    position: relative;
    width: 232px;
}

.input_search input {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200px;
    height: 32px;
    font-size: 12px;
    padding-left: 10px;
}

.input_search .search {
    position: absolute;
    top: 0;
    right: 0;
}

div.headtop {
    position: relative;
    height: 30px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.show {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.show .transaction {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #005BA9;
    position: absolute;
    background: #fff;
    right: 6px;
    z-index: 99999;
    display: none;
}

.show .transaction.active {
    display: block;
}

.show .transaction .l {
    width: 110px;
    float: left;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.show .transaction .l a {
    color: #005BA9;
}

.show .transaction .l a:hover {
    color: #FF8500;
}

.show .transaction img {
    position: absolute;
    top: -11px;
    left: 154px;
}

/* */
.show .map {
    border: 1px solid #005BA9;
    position: absolute;
    background: #fff;
    right: -175px;
    z-index: 99999;
    display: none;
    padding-bottom: 20px;
}

.show .map.active {
    display: block;
}

.show .map .l {
    width: 110px;
    float: left;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.show .map .l .b_title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 52px;
}

.show .map .l a {
    color: #005BA9;
}

.show .map .l a:hover {
    color: #FF8500;
}

.show .map img {
    position: absolute;
    top: -11px;
    left: 262px;
}

div.headtop .banner1 {
    margin: 0 auto;
    width: 1200px;
    line-height: 30px;
    font-size: 12px;
    color: #9096A2;
}

div.headtop .banner1 .left {
    float: left;
}

div.headtop .banner1 .left a {
    color: #9096A2;
    text-decoration: none;
    padding-left: 10px;
}

div.headtop .banner1 .left a:hover {
    color: #F56328;
}

div.headtop .banner1 .right {
    float: right;
}

div.headtop .banner1 .right ul li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

div.headtop .banner1 .right ul li a {
    color: #9096A2;
    text-decoration: none;
}

div.headtop .banner1 .right ul li a:hover {
    color: #F56328;
}

.head {
    height: 147px;
    position: relative;
}

.head .point {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head .point .left {
    float: left;
    line-height: 104px;
}

.dh .p1,.p2{
	font: 16px;
	font-family: MicrosoftYaHei;
	margin-right: 50px
}
.dh .select a{
	color: #046BB0;
    display: block;
    height: 70px;
    border-bottom:  solid #046BB0;
}

.head .point .left img {
    vertical-align: middle;
}

.head .point .right div.div_tel {
    float: right;
    line-height: 104px;
}

.head .point .right img.tel {
    vertical-align: middle;
}

.head .point .right img.search {
    margin-top: 0;
}

.foot {
   margin-top: 40px;
   background-color: #046BB0;
   color: #fff;
   height: 207px;
   font-size: 16px;
}

.foot p {
	color: #fff;
	font-size: 16px;
}

.foot p span{
	color: #fff;
	font-size: 16px;
}

.foot .foot_point {
    width: 1200px;
    margin: 0 auto;
}

.foot .foot_point .fleft {
    float: left;
}

.foot .foot_point .foot_china {
    width: 260px;
    padding-top: 24px;
}

.foot .foot_point .foot_china h2 {
    font-size: 26px;
    color: #666;
}

.foot .foot_point .foot_china .p_title {
    padding-top: 10px;
    font-size: 22px;
}

.foot .foot_point .foot_china .p_content {
    padding-top: 4px;
    font-size: 14px;
}

.foot .foot_point .foot_link {
    width: 100px;
}

.foot .foot_point .foot_tel {
    padding-left: 60px;
}

.foot .foot_point .foot_help {
    padding-left: 90px;
}

.foot .foot_point .foot_pub {
    padding-top: 32px;
    font-size: 12px;
    margin-left: 2px;
}

.foot .foot_point .foot_pub hr {
    padding-top: 2px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.foot .foot_point .foot_pub p {
    line-height: 30px;
    color: #666;
}

.foot .foot_point .foot_pub p.title {
    font-weight: bold;
    font-size: 16px;
    color: #0285ED;
}

.foot .foot_point .foot_pub p a.link_p {
    color: #666;
}

.foot .foot_point .foot_pub p a.link_p:hover {
    color: #0285ED;
}

.foot .foot_point .fright {
    float: right;
    padding-top: 40px;
}

.kefu_tel {
    font-size: 16px !important;
    color: #333 !important;
}

.ti_tel {
    font-size: 22px !important;
}

.ti_tel a {
    color: #0285ED;
}

.head .point .right div.div_tel .tel_con {
    float: right;
    padding-top: 30px;
}

.head .point .right div.div_tel .tel_con p {
    line-height: 20px;
    padding-left: 10px;
    line-height: 24px;
}

.head .point .right div.div_tel .tel_con p.tel_p {
    color: #FF8500;
    font-size: 14px;
}

.head .point .right div.div_tel .tel_con p.tel_num {
    color: #FF8500;
    font-size: 18px;
    font-weight: bold;
}

.f55 {
    position: fixed;
    left: 10px;
    bottom: 100px;
    width: 119px;
    height: 297px;
    z-index: 99998;
}

.f55 i {
    color: #666;
    position: absolute;
    right: 0px;
    top: -1px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

.kefu {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 119px;
    height: 297px;
    z-index: 99998;
}

.kefu i {
    color: #666;
    position: absolute;
    right: 0px;
    top: -1px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

.bule_line {
    height: 3px;
    background-color: #0667B4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pub_right_news {
    padding-top: 15px;
    width: 370px;
    float: right;
}

.pub_right_news .top {
    overflow: hidden;
}

.pub_right_news .top img {
    float: left;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.pub_right_news .top .h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.pub_right_news .list_guan {
    font-size: 14px;
    line-height: 30px;
}

.pub_right_news .list_guan a {
    color: #444;
}

.pub_right_news .list_guan .fleft {
    float: left;
}

.pub_right_news .list_guan .fleft li {
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.pub_right_news .list_guan .fleft li img {
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.pub_right_news .list_guan .fright {
    float: right;
}

/**/
.pub_right_news336 {
    padding-top: 15px;
    width: 336px;
    float: right;
}

.pub_right_news336 .top {
    overflow: hidden;
}

.pub_right_news336 .top img {
    float: left;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.pub_right_news336 .top .h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.pub_right_news336 .list_guan {
    font-size: 14px;
    line-height: 30px;
}

.pub_right_news336 .list_guan a {
    color: #444;
}

.pub_right_news336 .list_guan .fleft {
    float: left;
}

.pub_right_news336 .list_guan .fleft li {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.pub_right_news336 .list_guan .fleft li img {
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.pub_right_news336 .list_guan .fright {
    float: right;
}

.pub_bread {
    padding-top: 30px;
    color: #444444;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.pub_bread .address {
    color: #DB3535;
}

.pub_point {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.b {
    font-weight: bold;
}

.f14 {
    font-size: 14px;
}

.pub_table1 {
    width: 758px;
    border: 1px solid white;
    border-bottom: none;
}

.pub_table1 th {
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #F0F0F0;
    height: 42px;
    line-height: 42px;
}

.pub_table1 .th_tr {
    border: none;
}

.pub_table1 tr {
    text-align: center;
    color: #333;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    line-height: 65px;
}

a.for_hover {
    color: #666 !important;
}

a.h3_for_hover {
    color: #333 !important;
}

a.h3_for_hover:hover {
    color: #FC733D !important;
}

a.for_hover:hover {
    color: #FC733D !important;
}

a.h2_for_hover {
    color: #000 !important;
}

a.h2_for_hover:hover {
    color: #FC733D !important;
}

.t4 .t4_left .t4_left_content .t4_left_content_newitems ul li .pright {
    color: #666;
    float: right;
    height: 31px;
    font-size: 14px;
    width: 168px;
    text-align: right;
}

.t5 .t5_left .t5_left_content .t5_left_content_newitems ul li .pright {
    color: #666;
    float: right;
    height: 31px;
    font-size: 14px;
}

.t7 .t7_left .t7_left_content .t7_left_content_newitems ul li .pright {
    color: #666;
    float: right;
    height: 31px;
    font-size: 14px;
}

.page {
	/*
    padding-left: 18px;*/
    padding-top: 28px;
    min-height: 65px;
}

.page p {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    min-height: 30px;
    padding-right: 10px;
}

.page .btns {
    float: left;
}

.page .btns a.btn {
    font-size: 14px;
    text-decoration: none;
    color: #777;
    font-weight: bold;
    margin-right: -2px;
    background: #EAE7E2;
    padding: 8px 16px;
}

.page .btns a.btnnum {
    font-size: 14px;
    text-decoration: none;
    color: #777;
    font-weight: bold;
    margin-right: -2px;
    background: #EAE7E2;
    padding: 8px 16px;
}

.page .btns a.btnnum.active {
    background: orange;
    color: white;
}

.page .btnlast {
    float: left;
    padding-left: 10px;
}

a.span {
    color: #666;
}

a.span:hover {
    color: #DB3535;
}

.search1 {
    float: left;
    padding: 38px 110px;
}

.search .icon-fangdajing {
    color: #999;
    position: relative;
    top: 6px;
    left: 10px;
    font-size: 17px;
}

.search_box input.search_input {
    width: 316px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    left: 35px;
    outline: none;
}

.search_input {
    float: left;
}

.search_btn {
    position: absolute;
    top: -1px;
    left: 351px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: #0667B4 !important;
    background-image: none !important;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.copyright {
	height:40px;
	line-height:40px;
	background-color:#333;
    text-align: center;
    font-size: 12px;
}

.copyright span {
	color:#fff;
    padding-right: 20px;
}

.copyright img {
    position: relative;
    top: 5px;
}

.copyright a {
    color: #666;
}

.clearfix::before, .clearfix::after {
    content: '';
}

.clear, .clearfix::before, .clearfix::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.gundong {
    padding-top: 40px;
}

#gundong {
    padding-top: 15px;
    overflow: hidden;
    width: 1200px;
    height: 52px;
}

#gundongAreaMain1 {
    float: left;
    width: 800%;
}

#gundongAreaMain2, #gundongAreaMain3, #gundongAreaMain2 li, #gundongAreaMain3 li {
    float: left;
}

#gundongAreaMain2 li img, #gundongAreaMain3 li img {
    float: left;
    width: 208px;
    height: 52px;
    padding-right: 35px;
}

.info_point .t8 {
    padding-top: 40px;
}

#gundong_2 {
    padding-top: 15px;
    overflow: hidden;
    width: 1200px;
    height: 54px;
}

#gundongAreaMain1_2 {
    float: left;
    width: 800%;
}

#gundongAreaMain2_2, #gundongAreaMain3_2, #gundongAreaMain2_2 li, #gundongAreaMain3_2 li {
    float: left;
}

#gundongAreaMain2_2 li img, #gundongAreaMain3_2 li img {
    float: left;
    width: 152px;
    height: 54px;
    padding-right: 35px;
}

.hezuo {
    padding: 15px 0;
    overflow: hidden;
    width: 1200px;
}

.hezuo li {
    float: left;
    width: 208px;
    height: 52px;
    padding: 0 40px 20px 0;

}

.hezuo li img {
    float: left;
    width: 208px;
    height: 52px;

}

.hezuo li.mr_no {
    padding-right: 0px;
!important;
}

.menu {
    background-color: #0667B4;
    height: 50px;
    position: relative;
    z-index: 999;
}

.menu.active {
    background-color: #0667B4;
    height: 50px;
    position: relative;
    z-index: 999;
    display: none;
}

.menu li {
    float: left;
}

.menu li strong {
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.menu li strong a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.menu li strong a:hover, .menu li strong a.hover {
    color: #fff;
    background-color: #ff8500;
    display: block;
}

.menuA {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 30px;
    background: #f3f3f3;
    z-index: 99;
    display: none;
}

.menuA.active {
    display: block;
}

.menuA ul {
    float: left;
    height: 144px;
    border-right: 1px solid #d6d7dc;
}

.menuA li {
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-align: left;
}

.menuA li a {
    color: #646464;
    font-size: 14px;
}

.menuA li a:hover {
    color: #0667B4;
    text-decoration: underline;
}

.menuA em {
    display: block;
    float: left;
    padding-left: 40px;
}

.menuA em img {
    margin-right: 5px;
}

.menuA span {
    display: block;
    float: left;
    padding-left: 20px;
}

.menuA span img {
    margin-right: 20px;
}

.menuA p {
    float: left;
    width: 356px;
    padding-left: 25px;
    text-indent: 2em;
    color: #646464;
    line-height: 28px;
    font-size: 14px;
}

.pub_news {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pub_news_overfow {
    margin-top: 14px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.pub_news .pub_news_overfow {
    margin-top: 14px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

.pub_news .overfow_l {
    width: 230px;
    box-sizing: border-box;
    float: left;
    border-right: none;
    padding-top: 28px;
    padding-left: 14px;
}

.pub_news .overfow_l .title {
    padding-left: 4px;
}

.pub_news .overfow_l .title .h2 {
    font-weight: bold;
    font-size: 20px;
    color: #757472;
}

.pub_news .overfow_l .title .h2 .en {
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.pub_news .overfow_l .tabs {
    padding-top: 16px;
}

.pub_news .overfow_l .tabs ul li {
    line-height: 61px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.pub_news .overfow_l .tabs ul li:nth-child(1) {
    border-top: 1px solid #eee;
}

.pub_news .overfow_l .tabs ul li.active {
    background: url("../images/sid_bg.png");
    border: none;
}

.pub_news .overfow_l .tabs ul li.active i {
    color: #018FE5;
}

.pub_news .overfow_l .tabs ul li a {
    text-decoration: none;
    color: #666;
}

.pub_news .overfow_l .tabs ul li i {
    color: #ddd;
    font-size: 14px;
    padding-right: 4px;
}

.pub_news .overfow_r {
    width: 968px;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 26px;
    display: none;
}

.pub_news .overfow_r.active {
    display: block;
}

.pub_news .overfow_r .title {
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 18px;
    color: #666;
}

.pub_news .overfow_r .title p span.b {
    font-weight: bold;
    font-size: 22px;
}

.pub_news .overfow_r .title p i {
    color: #ddd;
    padding-right: 8px;
    font-size: 20px;
}

.pub_news .overfow_r .news_overfowr_item .btns {
    padding-top: 20px;
    float: left;
    text-align: center;
}

.pub_news .overfow_r .news_overfowr_item .btns .day {
    color: #222;
    background: #EAE7E2;
    font-size: 30px;
    height: 42px;
    width: 60px;
    line-height: 42px;
    border: none;
    display: block;
}

.pub_news .overfow_r .news_overfowr_item .btns .year {
    margin-top: 2px;
    color: #222;
    background: #EAE7E2;
    font-size: 12px;
    height: 18px;
    width: 60px;
    line-height: 18px;
    border: none;
    display: block;
}

.pub_news .overfow_r .news_overfowr_item .art {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 845px;
}

.pub_news .overfow_r .news_overfowr_item .art .h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.pub_news .overfow_r .news_overfowr_item .art p {
    padding-top: 12px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.pub_news .news_overfowr_item {
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 24px;
}

.dispaly-none {
    display: none;
}

/*.head {
    width: 100%;
    height: 50px;
    background-color: #0667B4;
    position: relative;
}*/

/*nav导航盒子*/
.top_nav {
    width: 100%;
    background-color: #046BB0;
}

.nav {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    z-index: 1000;
    margin: 0 auto;
}

/*nav-main*/
ul.nav-main {
    width: 100%;
    height: 100%;
    list-style-type: none
}

/*导航条设置*/
ul.nav-main > li {
    float: left;
    width: 200px;
    height: 100%;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer
}

ul.nav-main > li:hover {
    background: #ff9900;
    color: #fff;
}

ul.nav-main li.active {
    background: #ff9900;
}

ul.nav-main li a{
    display: block;
}

/*隐藏盒子设置*/
div.hidden-box {
    width: 120px;
    position: absolute;
    background: #fff no-repeat top center;
    display: none;
    top: 75px;
    z-index: 999999;
    border:1px solid #f2f2f2;
    text-align: center;
    margin-left: -230px; 
    border-radius:2px;
}

.hidden-box > ul {
    list-style-type: none;
    color: #fff;
    cursor: pointer;
}

.hidden-box > ul li {
    line-height: 40px;
    height: 40px;
    font-weight: 500;
}
.hidden-box > ul li a{
	color:#666;
}
.hidden-box > ul li:hover {
    background: #F2F2F2;
    color: #fff
}

/*隐藏盒子位置设置*/
.hidden-loc-index {
    left: 200px !important;
}

.hidden-loc-us {
    left: 400px;
}

.hidden-loc-info {
    left: 600px;
}

.box04 {
    left: 800px;
}

.dispaly-none {
    display: none;
}

.top_nav ul.nav-main li a {
    color: white;
}

.display-b {
    display: block;
}



/*---------- 系统通知 --------*/
.news_scoll{width:1200px; height:46px; background-color:#f2f2f2; margin:0 auto; margin-top:10px;}
.marquee_icon{ padding-left:30px; width:80px; background:url(../images/news.png) no-repeat 5px center; height:46px; line-height:46px; font-size:12px;}
.marquee_news{width:1085px; font-size:12px;}
#Marquee_x{ overflow:hidden; width:1095px;} 
#Marquee_x ul li ,#Marquee_x ul li div{ float:left; line-height:46px;} /* 横向滚动必须让所有li左浮动 */
#Marquee_x ul li div{ float:left; line-height:46px; height:46px; }
#Marquee_x ul li div a{width:173px; height:46px; line-height:46px; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; font-size:12px;}
