﻿@charset "utf-8";

/***公共样式****/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    font-family: Arial, Microsoft YaHei;
    color: #666666;
    *font-family: microsoft yahei;
}


/*a 链接*/

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link {
    color: #555555;
}

a:visited {
    color: #555555;
}

a:hover,
a:active,
a:focus {
    color: #b71b29;
}


/*图片居中*/

.jzimg {
    display: table-cell;
    *display: block;
    overflow: hidden;
    font: 0px/0px 'Arial';
    text-align: center;
    vertical-align: middle;
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}


/*浮动*/

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* IE < 8 */
}


/* HTML5 重置为较旧版本的浏览器 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

sup,
sub {
     
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 按钮样式 */

input,
button,
textarea,
select {
    font-size: 100%;
    outline: none;
    resize: none
}

input[type="button"] {
    cursor: pointer;
    border: 0
}

input[type="submit"] {
    cursor: pointer;
    border: 0
}

input[type="reset"] {
    cursor: pointer;
    border: 0
}


/*删除火狐下按钮默认样式*/

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}


/********************************    以下定义的样式可根据个人需要进行修改删减    *********************************************/

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.exit {
    text-align: right;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.exit a {
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
}

.logo_txt {
    font-size: 15px;
    color: #000;
    font-family: simhei, microsoft yahei;
    padding-top: 37px;
    padding-left: 5px;
}

.btn1 {
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: url(../images/search_btn.jpg) 0 0 no-repeat;
    border: 0 none;
}

.input1 {
    width: 129px;
    padding: 0 3px;
    border: solid 1px #adb5bc;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    border-right: none;
    margin-left: 5px;
}

.header_right {
    padding-top: 15px;
}

.header_right_top {
    text-align: right;
    color: #909090;
    line-height: 22px;
}

.header_right_top a {
    display: inline-block;
    margin: 0 10px;
    color: #909090;
}

.header_right_top a:hover {
    color: #b81c29;
}

.header_right_top i.header_tel {
    font-style: normal;
    color: #b81c29;
}

#nav {
    float: right;
    padding-right: 8px;
    margin-right: -8px;
    background: url(../images/nav_bg.jpg) right 3px no-repeat;
    margin-top: 23px;
    height: 31px;
}

.nav_list li {
    float: left;
    position: relative;
    z-index: 5;
    height: 26px;
    margin-left: 1px;
}

.nav_list li>a {
    display: block;
    width: 90px;
    height: 26px;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #b91b2a;
}

.nav_list li:first-child>a {
    margin-left: 0;
    width: 90px;
}

.nav_list li.current,
.nav_list li:hover {
    background: #525252;
}

.nav_list li.current>a,
.nav_list li:hover>a {
    background: url(../images/nav_hover.jpg) center 26px no-repeat;
    padding-bottom: 12px;
}

.subnav {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 118px;
    background: url(../images/subnav_bot.png) 0 bottom no-repeat;
    padding-bottom: 12px;
}

.subnav>dd {
    text-align: center;
    background: url(../images/subnav_center.png) 0 0 repeat-y;
}

.subnav>dd:first-child {
    background: url(../images/subnav_top.png) 0 0 no-repeat;
    padding-top: 7px;
}

.subnav>dd>a {
    display: block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    width: 112px;
    margin-left: 2px;
    overflow: hidden;
    color: #666;
}

.subnav>dd>a:hover {
    background: #ffffff;
    color: #b91b2a;
}

.subnav>dd.red>a {
    background: #f0f0f0;
    color: #b91b2a;
    font-weight: bold;
}

#main {
    background: url(../images/main_bg.jpg) 0 0 repeat-x;
    margin-top: 3px;
    width: 100%;
}

#main_left {
    width: 234px;
    background: #fff;
}

.main_left_tit {
    padding-left: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    background: #b81c29
}

.main_left_tit a.fr {
    background: url(../images/more.png) 0 0 no-repeat;
    width: 29px;
    height: 5px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 28px;
}

.main_left_list {
    border: solid 1px #e5e5e5;
    padding-bottom: 70px;
    border-top: none;
}

.main_left_list dt {
    border-bottom: solid 1px #f0f0f0;
    margin-top: 1px;
    height: 44px;
}

.main_left_list dt:first-child {
    margin-top: 0;
}

.main_left_list dt span {
    display: block;
    padding-left: 12px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    background: #f0f0f0;
    font-size: 15px;
    font-weight: bold;
    color: #b71b29;
}

.main_left_list dd>p {
    border-bottom: solid 1px #f0f0f0;
    padding: 14px 10px;
}

.main_left_list dd>p>a {
    color: #565555;
    font-size: 13px;
    line-height: 20px;
    display: block;
    max-height: 40px;
    overflow: hidden;
}

.main_left_list dd>p>a:hover {
    color: #b81c29;
}

#main_right {
    width: 743px;
}

#footer {
    position: relative;
}

.footer_txt {
    margin-top: 64px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #ba2e37;
    color: #fff;
    text-align: right;
    font-size: 19px;
}

.footer_txt .w1000 span.span1 {
    display: inline-block;
    background: url(../images/365.jpg) 0 6px no-repeat;
    padding-left: 34px;
    width: 320px;
    text-align: left;
}

.footer_txt .w1000 span.span2 {
    display: inline-block;
    background: url(../images/car.jpg) 0 6px no-repeat;
    padding-left: 34px;
    width: 415px;
    text-align: left;
}

.footer_nav {
    background: #d3d3d3;
    padding: 20px 0;
}

.footer_nav_list {
    float: left;
    padding-left: 35px;
    width: 97px;
    border-left: solid 1px #e0e0e0;
    height: 130px;
}

.footer_nav_list:first-child {
    border-left: none;
    padding-left: 69px;
}

.footer_nav_list dd {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.footer_nav_list dd a {
    color: #999999;
}

.footer_nav_list dd a:hover {
    color: #b81c29;
}

.footer_logo {
    height: 130px;
    border-left: solid 1px #e0e0e0;
    padding-left: 22px;
    width: 269px;
}

.footer_logo .p1 {
    padding-top: 28px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c6c6c6;
}

.share {
    padding-top: 48px;
}

.share .jiathis_style_24x24 .aa1 .jtico_qzone {
    background: url(../images/share_bg.jpg) 0 0 no-repeat;
}

.share .jiathis_style_24x24 .aa2 .jtico_tsina {
    background: url(../images/share_bg.jpg) -28px 0 no-repeat;
}

.share .jiathis_style_24x24 .aa3 .jtico_tqq {
    background: url(../images/share_bg.jpg) -56px 0 no-repeat;
}

.share .jiathis_style_24x24 .aa4 .jtico_weixin {
    background: url(../images/share_bg.jpg) -84px 0 no-repeat;
}

.share .jiathis_style_24x24 .aa5 .jtico_renren {
    background: url(../images/share_bg.jpg) -112px 0 no-repeat;
}

.share .jiathis_style_24x24 .aa6 .jtico_kaixin001 {
    background: url(../images/share_bg.jpg) -140px 0 no-repeat;
}

.share .jiathis_style_24x24 .aa7 .jtico_baidu {
    background: url(../images/share_bg.jpg) -168px 0 no-repeat;
}

.footer_copy {
    padding: 10px 0;
    background: #515151;
    line-height: 18px;
    color: #a8a8a8;
    text-align: center;
}

.footer_copy a {
    color: #a8a8a8;
}

.right_video {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}

.right_video .video_close {
    text-align: right;
    background: #f0f0f0;
    padding: 3px 0;
}

.right_video .video_close a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
}

.right_video .video_close a:hover {
    background: #ca0000;
    color: #fff;
}

.video_layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/touming.png) 0 0 repeat;
    z-index: 9;
}

.video_layer_main {
    background: url(../images/touming2.png) 0 0 repeat;
    border: solid 1px #000;
    padding: 8px;
    width: 480px;
    height: 398px;
}

.video_layer_main .title {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: #cfd7dd;
    padding: 0 10px;
    font-family: microsoft yahei;
}

.video_layer_main .title span {
    color: #000;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}

.video_layer_main .title a {
    float: right;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px;
}

.video_layer_main .title a:hover {
    background: #ca0000;
    color: #fff;
}

.video_layer_con {
    height: 345px;
    overflow: hidden;
    width: 456px;
    padding: 12px;
    background: #fff;
}