.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body {
    padding: 0;
    background: #f5f5f5;
}

.text-overflow {
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear,
.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.img-responsive {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding: 0;
}

*,
body {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #666;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

li,
ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

#header {
    background: #333;
    color: #afb5c1;
    /* height: 38px;
    line-height: 38px; */
    font-size: 16px;
}

#header div.container:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#header div.container div.company_name span.img {
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

div.company_name span.img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#header div.container div.company_name span {
    font-size: 15px;
}

#header div.container div.company_name span a {
    max-width: 160px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#header div.container div.company_name > span.identify_no {
    background: #a4a5a9;
    color: #33383e;
    font-size: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 5px;
}

#header div.container div.company_name > span.identify_yes {
    background: #f60;
    color: #fff;
    font-size: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 5px;
}

#header div.container div.company_name > i.no {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 999;
    top: 3px;
    right: -5px;
    background-size: 100% 100%;
}

#header div.container div.company_name > i.yes {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 999;
    top: 3px;
    right: -5px;
    background-size: 100% 100%;
}

#header div.container div.company_name > span.identify {
    background: #a4a5a9;
    color: #33383e;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 5px;
}

#header div.container div.fr a {
    color: #afb5c1;
}

#header div.container div.fr a:hover {
    text-decoration: none;
}

#header div.container div.fr a.message_alert:before {
    display: inline-block;
    position: relative;
    height: 30px;
    top: 3px;
    margin-right: 30px;
    content: url(/images/icep/message_alert.jpg);
}

#header div.container div.fr .user_name {
    float: right;
    text-align: center;
}

#header div.container div.fr .user_name:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#header div.container div.fr .user_name:hover {
    background: #1a1a1a;
}

#header div.container div.fr .user_name:hover ul.dropdown {
    display: block;
    z-index: 10;
    list-style: none;
}

#header div.container div.fr .user_name b {
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #73bf65;
    font-weight: 400;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

#header div.container div.fr .user_name > div {
    float: right;
    max-width: 188px;
    height: 38px;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}

#header div.container div.fr .user_name > div p {
    max-width: 188px;
    height: 38px;
    overflow: hidden;
}

#header div.container div.fr .user_name > div ul.dropdown {
    position: absolute;
    display: none;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
    top: 38px;
    right: 0;
    width: 106px;
    text-align: center;
}

#header div.container div.fr .user_name > div ul.dropdown a {
    display: block;
}

#header div.container div.fr .user_name > div ul.dropdown a:hover {
    background: #ddd;
    color: #f60;
}

#header div.container div.items {
    padding-left: 270px;
}

#header div.container div.items ul.flex {
    width: 616px;
    font-size: 16px;
}

#header div.container div.items ul.flex li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
    font-size: 16px;
}

#header div.container div.items ul.flex li a {
    color: #afb5c1;
    display: block;
    text-align: center;
    font-size: 16px;
}

#header div.container div.items ul.flex li:hover {
    background: #171a1d;
}

#header div.container div.items ul.flex li.active {
    background: #171a1d;
}

#header div.container div.items ul.flex li.active a {
    color: #f5f5f3;
}

#header div.container div.items ul.flex li.get_custom {
    position: relative;
    text-align: center;
    cursor: default;
    z-index: 10000;
}

#header div.container div.items ul.flex li.get_custom:hover {
    background: #171a1d;
}

#header div.container div.items ul.flex li.get_custom:hover ul {
    display: block;
}

#header div.container div.items ul.flex li.get_custom > ul {
    position: absolute;
    background: #fff;
    width: 102px;
    display: none;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#header div.container div.items ul.flex li.get_custom ul li {
    line-height: 30px;
    height: 30px;
}

#header div.container div.items ul.flex li.get_custom ul a {
    display: block;
}

#header div.container div.items ul.flex li.get_custom ul a:hover {
    background: #ddd;
    color: #f60;
}

#header div.container div.fr > div.drop {
    min-width: 90px;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
}

#header div.container div.fr > div.drop:hover .drop-down {
    display: block;
}

#header div.container div.fr > div.drop:hover a.news {
    color: #f60;
}

/* 新消息 */
#header div.container div.fr > div.drop .drop-down {
    position: absolute;
    display: none;
    width: 300px;
    z-index: 100;
    text-align: left;
    right: -104px;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#header div.container div.fr > div.drop .drop-down > ul.tab {
    position: relative;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

#header div.container div.fr > div.drop .drop-down > ul.tab:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#header div.container div.fr > div.drop .drop-down > ul.tab i.line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 50%;
    margin-top: 10px;
}

#header div.container div.fr > div.drop .drop-down > ul.tab li {
    float: left;
    width: 50%;
    height: 22px;
    cursor: pointer;
}

#header div.container div.fr > div.drop .drop-down > ul.tab li.words {
    margin-top: 10px;
    background-position: 70px 0;

}

#header div.container div.fr > div.drop .drop-down > ul.tab li.envelope {
    margin-top: 12px;
}

#header div.container div.fr > div.drop .drop-down > ul.tab li.envelope:hover {
}

#header div.container div.fr > div.drop > .drop-down .tab-content ul {
    height: 275px;
    max-height: 275px;
    overflow-y: auto;
    margin: 0;
}

#header div.container div.fr > div.drop > .drop-down .tab-content .no-news {
    height: 320px;
    text-align: center;
    font-size: 14px;
    color: #999;
    display: none;
    vertical-align: middle;
}

#header div.container div.fr > div.drop > .drop-down .tab-content ul li {
    border-bottom: 1px solid #ddd;
}

#header div.container div.fr > div.drop > .drop-down .tab-content ul li a {
    color: #999;
    padding: 0 20px;
}

#header div.container div.fr > div.drop > .drop-down .tab-content ul li p {
    color: #999;
    padding: 0 20px;
    margin-top: -6px;
}

#header div.container div.fr > div.drop > .drop-down .tab-content .messages {
    display: none;
}

#header div.container div.fr > div.drop > .drop-down .tab-content .news-list a {
    color: #666;
}

#header div.container div.fr > div.drop > .drop-down .tab-content .news-list span.fr {
    display: inline-block;
    height: 16px;
    width: 16px;
    color: #fff;
    background: #f60;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0;

}

#header div.container div.fr > div.drop > .drop-down .tab-content .news-list a.look-all {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

#header div.container div.fr > div.drop > .drop-down .tab-content .messages > ul.new-information li:first-child a {
    color: #666;
}

#header div.container div.fr .messages > ul.new-information li:nth-child(2) a {
    color: #666;
}

#header div.container div.fr .messages > a.look-all {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

#header div.container div.fr > div ul a {
    display: block;
}

#header div.container div.fr > div ul a:hover {
    background: #ddd;
    color: #f90;
}

#header div.container div.fr > a {
    display: inline-block;
    padding-left: 15px;
}


#front_header {
    /*height: 30px;*/
    background: #f5f5f5;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

#front_header:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

/* 切换城市 */
#front_header > div.container {
    position: relative;
}

#front_header div.container > .site {
    margin-right: 20px;
}

#front_header div.container > .site .city {
    padding: 16px 20px 12px;
    font-size: 12px;
    width: 320px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 130;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
    display: none;
}

#front_header div.container > .site .nav_city {
    padding: 0 10px;
    cursor: pointer;
}

.site .nav_city span.select::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 16px;
    background-size: 100% 100%;

    position: relative;
    top: 3px;
    margin-right: 5px;
}

#front_header div.container > .site .hover {
    background: #cbcbcb;
}

#front_header div.container > .site .nav_city .select {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

#front_header div.container > .site .nav_city .cut {
    font-size: 12px;
}

#front_header div.container > .site .city .local-city-current {
    color: #888;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 14px;
}

.site .city .local-city-current .fl span.before {
    color: #f60;
    cursor: pointer;
}

.site .city .local-city-current i {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.site .city .local-city-current a:hover {
    color: #f60;
}

.site .city .local-city-current a:hover i {

}

.city_list ul {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    max-height: 188px;
    overflow-y: auto;
}

.city_list ul:after, .site .city .local-city-current:after {
    height: 0;
    content: '';
    display: block;
    clear: both;

}

.city_list ul li {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.city_list ul li:hover {
    color: #f60;
}

.site .city .link {
    text-align: left;
}

.site .city .link a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-right: 10px;
}


#front_header div.container > div.index:hover {
    background: #cbcbcb;
}

#front_header div.container > div.app:hover {
    background: #cbcbcb;
}

#front_header div.container > div.app:hover a {
    color: #f60;
}

#front_header div.container > div.app:hover a::before {

}

#front_header div.container > div.app a::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 18px;
    background: url(/images/index_icon/sj.png) no-repeat;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

#front_header div.container > div.index {
    width: 100px;
    left: 5px;
    text-align: center;
    position: relative;
}

#front_header div.container > div.app {
    width: 140px;
    left: 5px;
    text-align: center;
    position: relative;
}

#front_header div.container > div.index > a::after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 4px;
    position: relative;
    top: -4px;
    margin-left: 4px;
}

#front_header div.container > div.index a {
    width: 100px;
    /* left: 5px; */
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
}

#front_header div.container > div.app a {
    width: 140px;
    /* left: 5px; */
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
}

#front_header div.container > div.index:hover ul {
    display: block;
}

#front_header div.container > div.app:hover div.qr_code {
    display: block;
}

#front_header div.container > div.index ul {

    position: absolute;
    display: none;
    min-width: 100px;
    width: 100%;
    z-index: 130;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#front_header div.container > div.app div.qr_code {
    position: absolute;
    display: none;
    min-width: 100px;
    width: 100%;
    z-index: 130;
    padding: 12px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#front_header div.container > div.app div.qr_code span {
    display: block;
    width: 100%;
    height: 120px;

}

#front_header div.container > div.app div.qr_code span img {
    width: 100%;
    height: 100%;
}

#front_header div.container > div.app div.qr_code p {
    font-size: 12px;
    color: #333;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 15px;
}

#front_header div.container > div.app div.qr_code p::before {
    display: inline-block;
    width: 21px;
    height: 23px;
    content: '';
    position: relative;
    top: 13px;
    left: -2px;
}

#front_header div.container > div.index ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#front_header div.container > div.index ul a:hover {
    background: #ddd;
    color: #f90;
}


/* 新消息 */
#front_header div.container div.fr > div {
    min-width: 90px;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
}

#front_header div.container div.fr > div.drop:after {
    display: inline-block;
    content: '>';
    height: 30px;
    width: 10px !important;
    -webkit-transform: scaleY(1) rotate(90deg);
    -moz-transform: scaleY(1) rotate(90deg);
    -ms-transform: scaleY(1) rotate(90deg);
}

#front_header div.container div.fr > div:hover {
    background: #cbcbcb;
}

#front_header div.container div.fr > div:hover ul {
    display: block;
}

#front_header div.container div.fr > div > ul {
    position: absolute;
    display: none;
    min-width: 90px;
    width: 100%;
    z-index: 100;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#front_header div.container div.fr > div.drop:hover .drop-down {
    display: block;
}

#front_header div.container div.fr > div.drop:hover a.news {
    color: #f60;
}

#front_header div.container div.fr > div.drop .drop-down {
    position: absolute;
    display: none;
    min-width: 300px;
    width: 100%;
    z-index: 100;
    text-align: left;
    left: -100px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    -moz-box-shadow: inset 0 0 5px #ddd;
    box-shadow: inset 0 0 5px #ddd;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab {
    position: relative;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab i.line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 50%;
    margin-top: 10px;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab li {
    float: left;
    width: 50%;
    height: 22px;
    cursor: pointer;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab li.words {
    margin-top: 10px;
    background-position: 70px 0;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab li.envelope {
    margin-top: 12px;
}

#front_header div.container div.fr > div.drop .drop-down > ul.tab li.envelope:hover {
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content ul {
    height: 275px;
    max-height: 275px;
    overflow-y: auto;
    text-align: left;
    margin: 0;
}

/* ::-webkit-scrollbar{
  width:6px;
  background: #c3c3c3;
}
::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb{
  border-radius: 3px;
} */
#front_header div.container div.fr > div.drop > .drop-down .tab-content .no-news {
    height: 275px;
    line-height: 275px;
    text-align: center;
    font-size: 14px;
    color: #999;
    /* display: none; */
    vertical-align: middle;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content ul li {
    border-bottom: 1px solid #ddd;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content ul li:hover {
    background: #ddd;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content ul li a {
    color: #666;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content ul li p {
    color: #999;
    padding: 0 20px;
    margin-top: -6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content .messages {
    display: none;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

#front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list span.fr {
    display: inline-block;
    height: 16px;
    width: 16px;
    color: #fff;
    background: #f60;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0;

}

#front_header div.container div.fr > div.drop > .drop-down .tab-content .news-list a.look-all {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    border-top: 1px solid #ddd;

}

#front_header div.container div.fr > div.drop > .drop-down .tab-content .messages > ul.new-information li:first-child a {
    color: #666;
}

#front_header div.container div.fr .messages > ul.new-information li:nth-child(2) a {
    color: #666;
}

#front_header div.container div.fr .messages > a.look-all {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    border-top: 1px solid #ddd;
}


#front_header div.container div.fr > div ul a {
    display: block;
}

#front_header div.container div.fr > div ul a:hover {
    background: #ddd;
    color: #f90;
}

#front_header div.container div.fr > a {
    display: inline-block;
    padding-left: 15px;
}

#front_header div.container div.fr > a.nav {
    color: #f60;
}

#front_header div.container div.fr > a.nav:before {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 6px;
    top: 1px;
}

#front_header div.container div.fr > a.new {
    position: relative;
}

#front_header div.container div.fr > a.new:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: -6px;
    font-size: 43px;
    color: #f60;
    top: -7px;
    line-height: 5px;
}

#msg-notice {
    display: none;
    position: absolute;
    background: #f60;
    font-size: 11px;
    border-radius: 4px;
    display: block;
    width: 20px;
    height: 15px;
    line-height: 14px;
    right: -23px;
    color: #fff;
    padding: 0;
    top: 1px;
    z-index: 1;
}


div#nav_top {
    background: #fff;
    height: 90px;
}

div#nav_top:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

div#nav_top > div.container > div.fl {
    width: 330px;
    margin-top: 23.5px;
}

div#nav_top > div.container > div.fl:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

div#nav_top > div.container > div.fl > div.logo {
    float: left;
}

div#nav_top > div.container > div.fl > div.web_name {
    font-size: 22px;
    color: #585858;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    line-height: 22px;
    float: left;
    margin-top: 11.5px;
}

div#nav_top > div.container > div.fr {
    width: 788px;
}

div#nav_top > div.container > div.fr:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

div#nav_top > div.container > div.fr > img {
    margin-top: 22px;
}

div#nav_top > div.container > div.fr a.publish {
    float: right;
    margin-top: 38px;
    margin-right: 7.36040609%;
    height: 36px;
    width: 14.97461929%;
    border: 2px solid #f60;
    text-align: center;
    color: #f60;
    line-height: 34px;
    font-size: 14px;
}

div#nav_top > div.container > div.fr a.publish:before {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 8px;
    line-height: 16px;
}

#header_form {
    float: left;
    width: 69.79695431%;
    margin-top: 18px;
}

#header_form:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

#header_form input {
    width: 83.24242424%;
    height: 36px;
    float: left;
    padding: 0 10px;
    border: 2px solid #f60;
    border-right: none;
    outline: 0;
}

#header_form button {
    float: left;
    width: 15.75757576%;
    height: 36px;
    background: #f60;
    border: 1px solid #f60;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

#header_form ul.choose li {
    float: left;
    width: 50px;
    height: 20px;
    font-size: 14px;
    color: #fe7e3f;
    text-align: center;
    cursor: pointer;
}

#header_form ul.choose li:hover {
    background-color: #f60;
    color: #fff;
}

#header_form ul.choose li.visited {
    background-color: #f60;
    color: #fff;
}

#footer {
    background: #383d41;
    font-size: 14px;
    clear: both;
}

#footer .footer_main {
    width: 1200px;
    margin: 0 auto;
}

#footer .footer_main .ykx_intro {
    padding: 36px 0 20px 0;
    border-bottom: 1px solid #62676b;
}

#footer .footer_main .ykx_intro:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

#footer .footer_main .ykx_intro dl {
    float: left;
    margin-right: 50px;
    text-align: left;
}

#footer .footer_main .ykx_intro dl dt {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

#footer .footer_main .ykx_intro dl dd {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

#footer .footer_main .ykx_intro dl dd a {
    color: #999;
}

#footer .footer_main .ykx_intro dl dd a:hover {
    color: #fe954c;
}

#footer .footer_main .ykx_intro h1 {
    font-size: 26px;
    color: #999;
    font-weight: normal;
    height: 35px;
    line-height: 30px;
    padding-top: 0;
    letter-spacing: 0;
    display: block;
    white-space: nowrap;
}

#footer .footer_main .ykx_intro span.kefu {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: url(/img/css/asidebar.png) 0 -90px no-repeat;
    margin: 35px 15px 0 0;
}

#footer .footer_main .ykx_intro div.phone {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    height: 80px;
    width: 240px;
    font-weight: normal;
    font-size: 26px;
    color: #999;
}

#footer .footer_main .ykx_intro div.phone span {
    font-size: 14px;
    color: #999;
}

#footer .footer_main .ykx_intro:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

#footer .footer_main .blogroll {
    color: #b3b3b3;
    padding-top: 20px;
}

#footer .footer_main .blogroll:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

#footer .footer_main .blogroll span.fl {
    display: block;
    width: 8.83%;
}

#footer .footer_main .blogroll a {
    margin-right: 20px;
}

#footer .footer_main .blogroll #links {
    width: 90.33%;
}

#footer .footer_main .blogroll #links a {
    color: #999;
    float: left;
    font-size: 14px;
    margin-bottom: 6px;
}

#footer .footer_main .blogroll #links a:hover {
    color: #fe954c;
}

#footer .footer_main .icp_no {
    line-height: 64px;
    color: #999;
    position: relative;
    text-align: center;
}

#footer .footer_main .icp_no .Trust_Website_Seal {
    width: 95px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 20px;
}

#footer .footer_main .icp_no .Trust_Website_Seal img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: -4px;
}

#msg-notice {
    display: none;
    position: absolute;
    right: -16px;
    top: -4px;
    color: #fff;
    font-size: 12px;
    background-color: #f60;
    width: 15px;
    height: 15px;
    line-height: 15px;
    letter-spacing: -1px;
    border-radius: 50%;
    text-align: center;
}

.beian {
    color: #999999;
}
