@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    _background-attachment: fixed;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, textarea, th, td, a {
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    color: #4c4c4c
}

:focus {
    outline: 0;
}

img {
   /*  max-width: 100%; */
    border: 0;
    outline: none;
  /*   vertical-align: top; */
}

ul, li, ol {
    list-style: none outside none;
}

input, button {
    border: 0;
    outline: none;
    background: none;
    filter: chroma(color=#000000);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em, b {
    font-style: normal;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #999;
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 12px;
}

a, a * {
    text-decoration: none;
    /*-webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s;*/
    outline: none;
    star: expression(this.onFocus=this.blur());
}

::selection {
    background: #f20e0e;
    color: #fff;
}

::-moz-selection {
    background: #f20e0e;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

input {
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 12px;
}

.both {
    clear: both;
    zoom: 1;
}

.both:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 0px;
}

/*头部顶部*/
.header_wrap {
    height: 32px;
    line-height: 32px;
    background: #F0F0F0;
}

.header_wrap .box {
    z-index: 9999;
}

.header_welcome {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.header_welcome a {
    padding-left: 15px;
    line-height: 32px;
    font-size: 12px;
    color: #999;
}

.header_welcome a.reglink {
    color: #eb0c1c;
}

.header_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.header_menu li {
    float: left;
    position: relative;
    line-height: 32px;
}

.header_menu i, .menu_wrap i, .head_wrap i {
    text-indent: -9999999px;
}

.header_menu li.header_tel {
    font-size: 12px;
    color: #999;
    margin-left: 18px;
    padding-right: 18px;
}

.header_menu li a {
    padding: 0 18px;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    white-space: nowrap;
}

.header_menu li.header_tel span {
    font-size: 14px;
}

.header_menu li i.header_icon_sc {
    display: inline-block;
    background: url(../images/common/header_car.png) no-repeat center center;
    width: 20px;
    height: 32px;
}

.header_menu .hmenu_hd i {
    display: inline-block;
    background: url(../images/common/pull_down.png) no-repeat center center;
    width: 9px;
    height: 32px;
    margin-left: 4px;
}

.header_menu .hmenu_hd a:hover {
    background: #fff;
}

.header_menu .hmenu_bd {
    display: none;
}

.header_menu .site_cont {
    position: absolute;
    right: 0;
    left: auto;
    top: 32px;
    background: #fff;
    padding: 25px 15px;
    width: 910px;
    border: 1px solid #f6f6f6;
    border-top: none;
    overflow: hidden;
}

.header_menu .site_cont .site_cont_list {
    float: left;
    padding: 0 2%;
    width: 29%;
}

.header_menu .wechat {
    width: 144px;
    position: absolute;
    right: 0;
    left: auto;
    top: 35px;
    background: #fff;
    padding: 5px 5px 10px;
    border: 1px solid #f6f6f6;
    border-top: none;
    text-align: center;
}

.header_menu .wechat p {
    font-size: 13px;
    line-height: 18px;
}

.header_menu .site_cont .cname_cont_list h3 {
    color: #f56a00;
}

.header_menu .site_cont .dname_cont_list h3 {
    color: #2263d4;
}

.header_menu .site_cont .dname_cont_list {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    height: 240px;
}

.header_menu .site_cont h3 {
    font-size: 16px;
    padding: 0 0 8px 15px;
}

.header_menu .site_cont i.header_icon_hot {
    background: url(../images/common/icon.png) no-repeat -70px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu .site_cont i.header_icon_new {
    background: url(../images/common/icon.png) no-repeat -140px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu li.mobile i {
    display: inline-block;
    background: url(../images/common/mobile_icon.png) no-repeat center center;
    width: 10px;
    height: 32px;
    margin-left: 4px;
    vertical-align: top;
}

.header_menu li.mobile a {
    padding-left: 30px;
    padding-right: 0;
}

/*头部中部*/
.header_mid_box {
    background: #fff;
}

.header_mid {
    width: 1200px;
    height: 118px;
    margin: 0 auto;
    position: relative;
}

.header_mid .logo {
    width: 300px;
    height: 70px; 
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.header_mid .logo_text {
    width: 142px;
    height: 77px;
    position: absolute;
    bottom: 20px;
    left: 195px;
}

.header_mid .search_box {
    width: 804px;
    height: 118px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.head_search {
    position: absolute;
    top: 35px;
}

.search_form .choose_item {
    width: 108px;
    height: 38px;
    position: relative;
}

.search_form .choose_item_hd {
    height: 42px;
    line-height: 38px;
    background: url(../images/common/arr_bt.png) no-repeat 86px 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid #6C6669;
    border-right: 0 solid #6C6669;
    *background-position: -277px -126px;
}

.search_form .choose_item_hd input {
    color: #4c4c4c;
}

.search_form .choose_item_hd .sel_con {
    width: 96px;
    padding-left: 10px;
    border: none;
    background: none;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    font-size: 14px;
    display: inline-block;
    *text-indent: 4px;
    cursor: pointer;
}

.search_form .border_r {
    width: 1px;
    height: 16px;
    border-right: 1px solid #BABABA;
    position: absolute;
    left: 107px;
    top: 11px;
}

.search_form .choose_item_bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 888;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.search_form .choose_item_bd li {
    width: 100%;
    clear: both;
}

.search_form .choose_item_bd li a {
    display: block;
    text-indent: 12px;
    line-height: 28px;
    font-size: 14px;
    color: #4c4c4c;
}

.search_form .choose_item_bd li a:hover {
    color: #EB0C1C;
}

.search_form .searchform input.inp {
    width: 380px;
    height: 37px;
    line-height: 38px;
    margin-top: 5px;
    background: #fff;
    text-indent: 12px;
    color: #999;
    font-size: 14px;
    border-radius:5px 0px 0px 5px; 
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.search_form .searchform input.btn {
    width: 73px;
    height: 38px;
/*     line-height: 38px; */
    margin-top: 5px;
    text-align: center;
    background: #1cb6e4;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/*新增css，搜索悬�?*/
.search_fixed {
    width: 100%;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}

.search_fixed .search_form .choose_item_bd {
    top: 36px;
}

.search_form {
    display: table;
/*     margin: 0 auto; */
    float: right;
    height: 38px;
    position: relative;
}

.search_fixed .sm_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -590px;
}

.sm_logo {
    display: none;
}

.sm_logo img {
    width: 85px;
}

.search_fixed .search_form, .search_fixed .search_form .choose_item {
    height: 36px;
}

.search_fixed .search_form .choose_item_bd {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search_fixed .search_form .choose_item_hd {
    border-bottom-left-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    -webkit-border-top-left-radius: 19px;
    border: 1px solid #6C6669;
    border-right: 0 solid #6C6669;
}

.search_fixed .search_form .searchform input.btn {
    border-bottom-right-radius: 19px;
    -webkit-border-bottom-right-radius: 19px;
    border-top-right-radius: 19px;
    -webkit-border-top-right-radius: 19px;
    height: 42px;
}

.search_fixed .search_form .searchform input.inp {
    width: 480px;
    border-top: 1px solid #6C6669;
    border-bottom: 1px solid #6C6669;
}

/*搜索框下方的li*/
.headerm {
    position: absolute;
    left: 0;
    bottom: 23px;
}

.headerm li:first-child {
    padding-left: 0;
}

.headerm li {
    float: left;
    padding: 0 8px;
    line-height: 20px;
}

.headerm li a {
    color: #9e9e9e;
    font-size: 12px;
}

.headerm li:hover a {
    color: #eb0c1c;
}

/*发布*/
.fabu {
    display: block;
    width: 206px;
    height: 38px;
    text-align: center;
    background: url("../images/common/fabu_btn.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.fabu span {
    display: inline-block;
    margin-left: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #1cb6e4;
}

/*==========头部导航================*/
.menu_wrap {
    height: 45px;
    background: #1cb6e4;
    position: relative;
    z-index: 9;
}

.menu_wrap ul li {
    float: left;
}

.menu_wrap ul.menu_li li {
    position: relative;
}

.menu_wrap ul li.first a.fir {
    text-align: center;
    width: 226px;
    background: #1cb6e4;
    padding-left: 0;
}

.menu_wrap ul li a {
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.menu_wrap ul li i {
    display: inline-block;
    width: 21px;
    height: 45px;
    vertical-align: top;
    margin-right: 5px;
}

.menu_wrap ul li.tall i {
    background: url("../images/common/tall_icon.png") no-repeat center center;
}

.menu_wrap ul li.jd i {
    background: url("../images/common/jd_icon.png") no-repeat center center;
}

.menu_wrap ul li.taobao i {
    background: url("../images/common/taobao_icon.png") no-repeat center center;
}

.menu_wrap ul li.store i {
    background: url("../images/common/store_icon.png") no-repeat center center;
}

.menu_wrap ul li.mgj i {
    background: url("../images/common/mgj_icon.png") no-repeat center center;
}

.menu_wrap .sty_sm_font {
    font-size: 15px;
    font-weight: normal;
}
							  
							  
							  
.menu_li li a .hot, .menu_li li a .new {
    background: url(../images/icon.png) no-repeat -196px -79px;
    display: inline-block;
    width: 23px;
    height: 16px;
    top: -4px;
    right: -12px;
    position: absolute;
    z-index: 99999;
    animation: bounce-down 2.5s linear infinite;
    -webkit-animation: bounce-down 2.5s linear infinite;
}

.menu_li li a .guohu {
    background: url(../images/icon_ghu.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 16px;
    top: -4px;
    right: -12px;
    position: absolute;
    z-index: 99999;
    animation: bounce-down 2.5s linear infinite;
    -webkit-animation: bounce-down 2.5s linear infinite;
}
.menu_li li a .new {
    background: url(../images/icon.png) no-repeat -140px -113px;
}

@-webkit-keyframes bounce-down {
    0%, 50%, 100% {
        top: -4px;
    }
    25%, 75% {
        top: -2px;
    }
}

@keyframes bounce-down {
    0%, 50%, 100% {
        top: -4px;
    }
    25%, 75% {
        top: -2px;
    }
}

/*==========分公�?================*/
/*.home_city {
    background: #F2F2F2;
}*/

.home_city .box {
    width: 1200px;
    overflow: hidden;
}

.home_city ul {
    width: 1220px;
}

.home_city ul li {
    width: 224px;
    float: left;
    margin-right: 20px;
    display: inline;
    padding: 45px 0;
}

.home_city ul li p {
    font-size: 12px;
}

.home_city ul li .tit {
    font-size: 14px;
    margin-bottom: 4px;
}

.home_city ul li i {
    width: 56px;
    height: 56px;
    background: url(../images/common/icon.png) no-repeat;
    float: left;
    margin-right: 8px;
    display: inline;
    text-indent: -999999px;
}

.home_city .home_city_icon01 {
    background-position: -71px -232px;
}

.home_city .home_city_icon02 {
    background-position: -131px -232px;
}

.home_city .home_city_icon03 {
    background-position: -191px -232px;
}

.home_city .home_city_icon04 {
    background-position: -251px -232px;
}

.home_city .home_city_icon05 {
    background-position: -311px -232px;
}


/*当前位置*/

@media(max-width :960px){
.list_top{
	display:none;
}
.online_positon{
	display:none;
}
}
.online_positon {
    background: #eee;
}

.online_positon span {
    color: #0d4c5f;
}

.online_positon, .online_positon a {
    font-size: 14px;
    color: #999999;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
}

/*翻页*/
.list-page {
    margin: 20px 0;
    text-align: center
}

.list-page a {
    padding: 8px 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #666666;
    font-size: 14px;
}

.list-page a:hover {
    background: #dd2727;
    border: 1px solid #dd2727;
    color: #fff
}

.list-page span {
    color: #666;
    font-size: 14px;
    padding: 0 10px
}

.list-page .active {
/*     background: #dd2727;
    border: 1px solid #dd2727; */
    color: #fff
}

.list-page-input {
    *vertical-align: middle;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 8px 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
}









