@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #000;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    width: 100%;
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #e60012;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}


/*头部样式*/

.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 990;
    position: relative;
    background: #c70010;
    background: -webkit-linear-gradient(left, #e60012, #ae000e);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #e60012, #ae000e);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e60012, #ae000e);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #e60012, #ae000e);
    /* 标准的语法 */
}

.header:before {
    content: '';
    width: 100%;
    height: 30px;
    background-color: #000;
    opacity: 0.15;
    filter: alpha(opacity=15);
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0
}

.topHeader {
    height: 30px;
    line-height: 29px;
    position: relative;
    z-index: 2
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.topHeader .lf {
    width: auto;
    float: left;
}

.topHeader .rt {
    width: auto;
    float: right;
}

.topHeader a {
    color: #fff;
    margin-right: 15px;
}

.black_bg01 {
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    display: none;
    filter: alpha(opacity=70)
}

.top {
    height: 100px;
    /* position:relative; */
}

.logo {
    width: auto;
    transition: all 0.3s ease;
    padding: 22px 0;
    position: relative;
    z-index: 9000
}

.logo img {
    width: auto;
}

.topBg {
    width: 535px;
    height: 100px;
    background: url(../images/header_bg.png) no-repeat top center;
    position: absolute;
    right: 5%;
    top: 30px;
    z-index: 0;
}

.topHeader .searchBtn {
    background: url(../images/searchBtn.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 30px;
    vertical-align: top;
    margin-right: 0;
    position: relative;
    z-index: 90012
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff
}

.nav ul>li {
    float: left;
    height: 50px;
    position: relative;
    width: 9%;
}

.nav ul li>a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1e1e1e;
    display: block;
    text-align: center;
    padding: 0 6px;
}

.nav ul li.on>a,
.nav ul li:hover>a {
    color: #fff;
    background-color: #d20011;
    height: 50px;
    line-height: 50px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    width: 100%;
    background: url(../images/subNav_bg.png) repeat;
}

.subNav {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    width: 190px;
}

.subNav dd {}

.subNav a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    line-height: 19px;
    /*border-top:1px solid #395679;*/
}

.subNav a:hover {
    background-color: #d20011;
}

.header.currents {
    position: fixed;
    top: 0;
    left: 0;
}

.header.currents .topHeader,
.header.currents:before,
.header.currents .topBg,
.header.currents .topBg {
    display: none;
}

.header.currents .top {
    height: auto;
    position: relative;
}

.header.currents .logo {
    width: 175px;
    padding: 5px 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}

.header.currents .nav {
    height: 55px;
    line-height: 55px;
    width: 1100px;
    background: none;
    margin: 0 auto;
}

.header.currents .nav ul {
    margin-left: 210px;
}

.header.currents .nav li {
    background: none;
    width: auto;
    height: 50px;
    line-height: 55px;
}

.header.currents .subNav {
    top: 55px;
}

.header.currents .nav ul li>a {
    color: #fff;
    font-size: 14px;
}

.header.currents .nav ul li.on>a,
.header.currents .nav ul li:hover>a {
    color: #fff;
    height: 55px;
    line-height: 55px;
}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.ser {
    width: 140px;
    height: 20px;
    padding: 10px 0 10px 10px;
    line-height: 20px;
    z-index: 9600;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #88000b;
    display: none;
}

.search input {
    position: absolute;
    height: 20px;
    line-height: 20px;
    color: #999;
    border: none;
    top: 10px;
    padding-left: 0px;
}

.search input.notxt {
    color: #999;
    padding: 0 0 0 5px;
    width: 105px;
    background: #fff;
    left: 10px;
    font-size: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background: none;
    font-size: 12px;
    text-align: right;
    line-height: 18px;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/top_bg.png) no-repeat center #710811;
}

.goTop:hover {
    color: #fff;
    background-color: #000;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: none;
    top: 0;
    left: 0;
    z-index: 9001
}

.mobile-inner-header {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 30px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 30px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 16px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon-click span {
    top: calc((100% - 0px) / 2)
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: left;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.mobile-inner-header-icon-out span {
    width: 16px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    width: 18px
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-3px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(3px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(9px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: #bd000e;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 30px 0 5px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {
    opacity: 0.8;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    /*! text-indent: 15px; */
    color: #fff;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}
.mobile-inner-nav dd{ margin:10px 0;}
.mobile-inner-nav dd a {
    /*! height: 35px; */
    line-height: 20px;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #333;
    margin-left: 55px;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../images/searchBtn.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobileLinks {
    text-align: center;
    padding: 10px 35px;
}

.mobileLinks a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    width: auto;
}

.mobile-inner-nav .mobileLinks a {
    line-height: 1.5;
    padding: 1px 0;
    overflow: hidden;
    border-bottom: none;
}


/*footer*/

.body_bg {
    width: 100%;
    height: 100px;
    background: url(../images/content_bg2.png) repeat-x bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0
}

.footer {
    background: #9a000c;
    z-index: 200;
    position: relative;
    background: -webkit-linear-gradient(top, #9a000c, #9e0a16);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #9a000c, #9e0a16);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #9a000c, #9e0a16);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #9a000c, #9e0a16);
    /* 标准的语法 */
    ;
}

.footer>.container {
    padding-bottom: 40px;
    position: relative;
}

.footerNav {
    width: 30%;
    float: left;
    max-width: 270px;
    margin-left: 2%;
}

.footerNav li {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}

.footerNav li a {
    color: #fff;
}

.footerMd {
    width: 33.64%;
    position: absolute;
    left: 50%;
    margin-left: -16.82%;
    top: 0;
    border-left: 1px solid #a8232e;
    border-right: 1px solid #a8232e
}

.footer-logo {
    max-width: 215px;
    margin: 0 auto;
    border-bottom: 1px solid #a8232e;
    padding-bottom: 20px;
}

.weChat {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 0
}

.weChat span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}

.weChat img {
    width: auto;
    display: block;
    margin: 0 auto 12px;
}

.weChat p {
    color: #fff;
}

.weChat .code {
    position: absolute;
    width: 100px;
    height: 96px;
    left: 50%;
    top: -100px;
    display: none;
    margin-left: -50px;
}

.weChat .code img {
    float: left;
}

.footerLink {
    width: 30%;
    float: right;
}

.footerLink li {
    width: 100%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 12px;
}

.footerLink li a {
    color: #fff;
}

.copyRight {
    background-color: #8e0914;
    padding: 13px 0;
}

.copyRight>div {
    font-size: 0;
    text-align: center;
}

.copyRight span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
}

.copyRight i {
    color: #a8232e;
    font-style: normal;
    margin: 0 15px;
    font-size: 12px;
    line-height: 1.7;
}

.copyRight a {
    color: #fff;
}

@media screen and (max-width:1386px) {
    .container {
        width: 1000px;
    }
    .header.currents .logo {
        width: 145px;
        padding-top: 10px;
    }
    .nav ul li>a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1020px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topHeader {
        font-size: 12px;
    }
    .logo {
        text-align: center;
    }
    .topBg {
        width: 100%;
        right: 0
    }
    .header.currents .logo {
        left: 15px
    }
    .nav ul li>a {
        font-size: 14px;
    }
    .header.currents .nav li {
        width: 8.1%;
    }
}

@media screen and (max-width:992px) {
    .nav,
    .topHeader .lf,
    .topHeader .rt a {
        display: none;
    }
    .mobile {
        display: block;
    }
    .footerNav {
        margin-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .mobile-inner-nav ul,
    .mobileLinks {
        width: 80%;
        margin: 0 auto;
    }
    .mobile-inner-nav li {
        padding: 0;
    }
    .mobileLinks {
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .mobile-inner-header-icon-click {
        left: 10%;
        top: 30px;
    }
    .mobile-inner-nav {
        padding-top: 65px;
    }
}

@media screen and (max-width:767px) {
    .logo {
        padding: 10px 0;
    }
    .top {
        height: auto;
    }
    .footer-logo {
        display: none;
    }
    .footerMd {
        width: 120px;
        margin-left: -100px;
    }
    .weChat {
        padding: 0;
    }
    .footerLink {
        width: 40%;
    }
    .topHeader {
        position: static;
        z-index: auto;
    }
    .weChat img {
        margin-bottom: 0;
    }
}

@media screen and (max-width:640px) {
    .footerNav {
        width: 100%;
        float: none;
        max-width: none;
        overflow: hidden;
        border-top: 1px solid #a8232e;
        padding-top: 10px;
    }
    .footerNav li {
        width: 25%;
        text-align: left;
    }
    .footerMd {
        position: static;
        margin: 0 auto;
        border: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .weChat {
        padding-top: 0
    }
    .footerLink li {
        width: 25%;
    }
    .footerLink {
        width: 100%;
        float: none;
        border-top: 1px solid #a8232e;
        overflow: hidden;
        padding-top: 10px;
        margin-top: 10px;
    }
    .footer>.container {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .footerLink li {
        width: 33.3%
    }
}

@media screen and (max-width:400px) {
    .footerLink li {
        width: 50%;
        text-align: center;
    }
    .footerNav li {
        text-align: center;
        width: 50%
    }
}