@charset "utf-8";
/* CSS Document -- skyren */
body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    font-weight: normal;
    font-variant: normal;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, img, td, div, input {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline-style: none;
    color: #666;
    text-decoration: none;
    border: 0px;
}

a:hover {
    text-decoration: none;
    color: #a20000;
}

input, select, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    outline: none
}

input {
    border: 0
}

img {
    border: 0;
}

li {
    list-style-type: none;
    vertical-align: 0
}

.hidden {
    display: none;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.pr {
    position: relative;
}

.pa {
    position: absolute
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

textarea {
    resize: none;
}

.font_12 {
    font-size: 12px;
}

.fbold {
    font-weight: 700
}

.w1237 {
    width: 1237px;
    margin: 0 auto;
}

.z_type {
    font-family: "微软雅黑";
}

.nomargin {
    margin: 0;
}

body {
    background: url(../img/bg.jpg) top center no-repeat;
}

/*头部logo、搜索框区*/
.head {
    height: 87px;   /*2019-1-4*/
    padding: 15px 0 25px;
}

.logo {
    float: left;
}

.search {
    float: right;
}

.login_box {
    margin-left: 95px;
}

.login {
    background: url(../img/geren.png) left center no-repeat;
    padding-left: 20px;
    color: #000000; /*2019-1-4*/
    font-size: 14px;
    cursor: pointer;
}

.log_in_2 {
    margin-right: 10px;
    color: #000000; /*2019-1-4*/
    font-size: 14px;
    cursor: pointer;
    height: 19px;
}

.language {
    color: #000000; /*2019-1-4*/
    font-size: 14px;
}

.search_wrap {
    position: relative;
    margin: 16px 0;
}

.search_btn {
    position: absolute;
    right: 12px;
    top: 7px;
}

.search_box {
    width: 285px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #4984df;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 20px;
    behavior: url(ie_css3.htc);
}

.hot_search {
    margin-left: 10px;
}

.hot_search span {
    font-size: 14px;
    color: #fff000;
}

.hot_search a {
    font-size: 14px;
    color: #fff;
}

/*2016-2-29*/
.q_hg {
    color: #000000; /*2019-1-4*/
    font-size: 14px;
    margin-right: 10px;
}
.login_box span{
    color: #000000 !important; /*2019-1-4*/
}


/*头部导航区*/
/*.nav{ height:55px; background:url(../img/nav_bg.jpg) left top no-repeat;}*/
/*.nav ul li{ float:left; width:105px; padding:0 35px; text-align:center; background:url(../img/nav_tiao.png) right center no-repeat; }*/
/*.nav ul li a{ font-family:"微软雅黑"; font-size:18px; color:#fff; line-height:55px;}*/
/*头部导航区  2016-1-15 五 新加下拉 */
.nav {
    height: 55px;
    background: url(../img/nav_bg.jpg) left top no-repeat;
}

.nav ul li {
    float: left;
    width: 145px;
    padding: 0 15px;
    text-align: center;
    background: url(../img/nav_tiao.png) right center no-repeat;
    position: relative;
    height: 55px;
    z-index: 3;
}

.nobg {
    background: none !important;
}

.nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

.PC_xl {
    position: absolute;
    top: 55px;
    left: 15px;
    background: #ffffff;
    width: 145px;
    z-index: 7;
    display: none;
}

.nav ul li .PC_xl li {
    width: 100%;
    height: 40px;
    padding: 0;
    background: none;
    line-height: 40px;
    border-top: 1px solid #e6dfdf;
}

.nav ul li .PC_xl li a {
    width: 100%;
    height: 100%;
    color: #343434;
    line-height: 40px;
    font-size: 14px;
    line-height: 40px !important
}

.nav ul li .PC_xl li a:hover {
    background: #e6dfdf;
    color: #ae0201;
}

/*面包线*/
.break_link_area {
    margin: 20px auto;
    padding-left: 25px;
    background: url(../img/bread_btn.png) left center no-repeat;
    position: absolute;
    top: -12px;
    right: 0px;
    z-index: 1;
}

.break_link_area a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #525252;
    margin-right: 5px;
}

/*友情链接*/
.friendly_links {
    width: 100%;
    padding-top: 16px;
    margin-top: 60px;
    background: #e3e3e3;
}

.friendly_links img {
    width: 176px;
    height: 51px;
}

.friendly_links ul li {
    float: left;
    text-align: center;
    margin-left: 15px;
}

.friendly_links ul li p {
    font-size: 14px;
    color: #343434;
}

/*脚部*/
.foot {
    width: 100%;
    height: 254px;
    padding-top: 40px;
    background: #434343;
}

.left_links {
    float: left;
}

.links {
    float: left;
    height: 140px;
    margin-right: 38px;
    padding-right: 38px;
    border-right: 1px solid #5b5b5b;
}

.noborder {
    border: none;
}

.links h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.links ul li a {
    font-size: 13px;
    color: #c2c2c2;
    line-height: 26px;
}

.right_code {
    float: right;
}

.weixin {
    float: left;
    margin-right: 55px;
}
.weixin img{width: 80px; height: 80px;}

.shouji {
    float: left;
}
.shouji img{width: 80px; height: 80px;}

.code_text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.address {
    font-size: 14px;
    color: #c6c6c6;
    background: url(../img/foot_tiao.jpg) top left no-repeat;
    margin-top: 25px;
    padding-top: 20px;
}

/*左侧导航和右侧框（右侧框内具体内容看style.css）*/
.left_bar {
    float: left;
    width: 230px;
    margin-right: 57px;
}

.left_bar h3 {
    width: 230px;
    height: 49px;
    background: url(../img/bar_bg1.jpg) left center no-repeat;
    font-family: "微软雅黑";
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    line-height: 49px;
    text-align: center;
}

.bar_geren {
    margin-right: 8px;
    vertical-align: -2px;
}

.bar_2 {
    vertical-align: -5px;
}

.left_bar ul {
    background: #e8e8e8;
}

.left_bar ul li {
    width: 160px;
    padding-left: 70px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    background: url(../img/bar_tiao.png) left bottom no-repeat;
}

.bar_link {
    padding-left: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #393939;
    background: url(../img/bar_btn.png) left center no-repeat;
}

.bar_link:hover {
    color: #a20000;
    background: url(../img/bar_btn_hover.png) left center no-repeat;
}

.onred {
    color: #a20000;
    background: url(../img/bar_btn_hover.png) left center no-repeat;
}

.bar_bottom_bg {
    width: 230px;
    height: 150px;
    background: url(../img/bar_bg2.jpg) left center no-repeat;
}

.right_con {
    float: left;
    width: 950px;
    top: 22px;
    position: relative;
}

.con_title {
    width: 205px;
    padding: 8px 0 15px;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #a20000;
    font-weight: 500;
    border-bottom: 2px solid #a20000;
}

/*页面中  加载更多    按钮*/
.load_more {
    display: block;
    height: 45px;
    margin-top: 30px;
    background: #f3f5f9;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #7a7b7d;
}

/*左侧导航 新增 公共样式*/
.r_side {
    border: 1px solid #e8e8e8;
    margin-top: 30px;
}

.r_side h4 {
    width: 228px;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
    color: #000000;
    text-indent: 52px;
    font-weight: 500;
    margin-bottom: 18px;
    border-bottom: 1px solid #d73838;
    position: relative;
}

.r_side h4 span {
    z-index: 2;
    position: relative;
}

img.r_side_h4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.r_side a {
    display: inline-block;
    width: 60px;
    height: 28px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #232323;
    line-height: 28px;
    text-align: center;
    margin-left: 8px;
    margin-bottom: 11px;
}

.r_side a.r_side_a {
    background: #cd2323;
    color: #ffffff;
}

.r_side a.r_side_more {
    color: #cd2323;
    border: none;
}

/* 2016-3-3 新增分页器 公共 */
.paginga {
    width: 682px;
    font-size: 0;
    text-align: center;
    padding-top: 20px;
}

.paginga a.a_x, .paginga .p_prev, .paginga .p_next, .paginga .p_go {
    width: 24px;
    height: 24px;
    border: 1px solid #c8c8c8;
    display: inline-block;
    background: #ffffff;
    font-size: 13px;
    color: #646464;
    line-height: 24px;
    text-align: center;
    margin: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.paginga a.a_cut {
    border: 1px solid #cc1b1b;
    background: #cc1b1b;
    color: #ffffff;
}

.paginga .a_x:hover, .paginga .p_prev:hover, .paginga .p_next:hover, .paginga .p_first:hover, .paginga .p_last:hover {
    border: 1px solid #cc1b1b;
    background: #cc1b1b;
    color: #ffffff;
}

.paginga .p_prev, .paginga .p_next {
    width: 55px;
}

.paginga span {
    font-size: 14px;
    color: #6a6a6a;
    display: inline-block;
    margin: 0 12px 0 26px;
}

.paginga span input {
    width: 30px;
    height: 24px;
    border: 1px solid #c8c8c8;
    color: #646464;
    line-height: 24px;
    margin: 0 6px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.paginga span div {
    display: inline-block;
}

.paginga .p_go {
    width: 38px;
    height: 24px;
    border-color: #c8c8c8;
    display: inline-block;
    color: #6f6666;
}

.paginga a.p_first, .paginga a.p_last {
    width: 40px;
    height: 24px;
    border: 1px solid #c8c8c8;
    display: inline-block;
    background: #ffffff;
    font-size: 13px;
    color: #646464;
    line-height: 24px;
    text-align: center;
    margin: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.q_red{color: #a20000;}

.hot_search a {
    font-size: 14px;
    color: #131315;
}

.hot_search span {
    font-size: 14px;
    color: #ff001d;
}
