﻿@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;
}

/*头部顶部*/
.header_wrap {
    width:100%;
    height: 34px;
    line-height: 34px;
    background: #F0F0F0;
	min-width:1200px;
width: expression(document.body.clientWidth < 1200? "1200px": "100%" );
}

.header_wrap .box {
    z-index: 9999;
}

.header_welcome {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.header_welcome .userlevel{padding:2px;width:20px;color:#FFF;background-color:#FF0000;border-radius:3px;text-align:center;font-size:11px;}

.header_welcome a {
    /*padding-left: 15px;*/
    line-height: 34px;
    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: 14px;
    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 {

    position: absolute;
    bottom: 30px;
    left: 10px;
}

.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;
    bottom: 45px;
}

.search_form .choose_item {
    width: 108px;
    height: 38px;
    position: relative;
}

.search_form .choose_item_hd {
    height: 34px;
    line-height: 34px;
    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: 34px;
    line-height: 34px;
    background: #fff;
    text-indent: 12px;
    color: #999;
    font-size: 14px;
    border-left: 0 solid #6C6669;
    border-top: 2px solid #6C6669;
    border-bottom: 2px solid #6C6669;
}

.search_form .searchform input.btn {
    outline:0px; -webkit-appearance: none;
    width: 73px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #EB0C1C;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/*搜索框下方的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;
}



/*==========头部导航================*/
.menu_wrap {
    width:100%;
    height: 50px;
    background: #000000;
    position: relative;
    z-index: 9;
	min-width:1200px;
    width: expression(document.body.clientWidth < 1200? "1200px": "100%" );
}

.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: #DD0010;
    padding-left: 0;
}

.menu_wrap ul li a {
    padding-left: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.menu_wrap ul li .submenu a{
    padding-left: 28px;
    font-size: 14px;
    color: #333333;
    height: 32px;
    line-height: 32px;
	text-align:left;
    display: inline-block;
	text-indent:-18px;
}



.menu_wrap .sty_sm_font {
    font-size: 15px;
    font-weight: normal;
}




/*当前位置*/
.online_positon {background: #fff; clear:both; }
.online_positon span { color: #eb0c1c;}
.online_positon,.online_positon a { font-size: 14px; color: #999999; line-height: 32px;height:65px;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; -webkit-transition: all .4s linear;  transition: all .4s linear; }
.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; }







