@charset "utf-8";

/* CSS Document */

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

body {
    font-size: 16px;
    font-size: 1.6rem;
    /* 14÷10=1.4 */
    color: #222;
    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;
    color: #282828;
    -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%;
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    text-decoration: none;
    color: #222;
}

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

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

address,
caption,
cite,
code,
dfn,
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
}

.fx12 {
    font-size: 12px
}

.fx15 {
    font-size: 15px
}

.fx14 {
    font-size: 14px
}

.fx16 {
    font-size: 16px
}

.fx17 {
    font-size: 17px
}

.fx18 {
    font-size: 18px
}

.fx20 {
    font-size: 20px
}

.fx22 {
    font-size: 22px
}

.fx24 {
    font-size: 24px
}

.fx26 {
    font-size: 26px
}

.fx28 {
    font-size: 28px
}

.fx30 {
    font-size: 30px
}

.fx32 {
    font-size: 32px
}

.fx34 {
    font-size: 34px
}


/*头部样式*/

.wrap_header {
    width: 100%;
    /*! height:192px; */
    background-color: #8f0114;
}

.topHeader {
    height: 32px;
    background-color: #950606;
}

.topHeader>div {
    width: 1150px;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
}

#datetimeNode {
    width: auto;
    float: left;
}

#datetimeNode span {
    color: #fff;
}

.header {
    width: 100%;
    /*! height:160px; */
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}

.top {
    /*! height:110px; */
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top_right {
    float: right;
    margin: 23px 0 0 0;
}

.top_nav {
    text-align: right;
}

.top_nav a {
    color: #fff;
    padding: 0 26px;
    position: relative;
    /* opacity: .7; */
}

.top_nav a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .16);
    right: 0px;
    top: 3px;
}

.top_nav a:last-child {
    padding-right: 0px
}

.logo {
    /*! width:600px; */
    /*! height:84px; */
    float: left;
    padding: 25px 0 10px 0;
    position: relative;
    z-index: 1003;
}

.logo a {
    display: inline-block;
}

.logo_01 {
    /*! width: 320px; */
}

.search {
    width: 200px;
    height: 26px;
    position: relative;
    overflow: hidden;
    z-index: 9998;
    float: right;
    background: #fff;
    margin-top: 20px;
}

.search input {
    position: absolute;
    height: 26px;
    line-height: 26px;
    color: #999999;
    top: 0;
    font-size: 14px;
}

.search input.notxt {
    left: 0;
    color: #999;
    width: 150px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 14px;
    border: none;
    background: none;
    /* opacity: .3; */
}

.search input.notxt1 {
    width: 42px;
    height: 26px;
    right: 0px;
    border: none;
    background: url(../images2022/search-btn.png) no-repeat center center;
    cursor: pointer;
}

.nav {
    width: 100%;
    /*! background-color:#fff; */
    height: 56px;
}

.nav ul {
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 56px;
    max-width: 1200px;
    margin: 0 auto;
    /* border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .1); */
}

.nav ul::after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav ul>li {
    height: 56px;
    line-height: 56px;
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
}

.nav ul li>a {
    font-size: 18px;
    display: block;
    position: relative;
    color: #fff;
    /* font-weight: bold; */
}

.nav ul li>a:hover::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.nav ul li>a:hover {
    color: #8f0114
}

.nav ul li.on>a,
.nav ul li:hover>a {}

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

.slider {
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -700px;
    bottom: 30px;
    color: #fff;
    text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.9);
}


/* .nav ul li:before{content:"";display: block;background: #fff;width: 1px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;} */

.nav ul li:first-child:before {
    display: none;
}

.subNav {
    background: rgba(143, 1, 20, .7);
    white-space: normal;
    left: 0px;
    position: absolute;
    top: 100%;
    display: none;
    /*! padding: 0 10px 10px; */
    width: calc(100% + 40px);
}

.nav ul li .subNav {
    left: -20px;
    /*padding: 0 20px;*/
}

.subNav dd {
    /*! border-top: 1px solid rgba(255, 255, 255, .1); */
}

.subNav dd:first-child {
    border: none;
}

.subNav a {
    color: #fff;
    padding: 8px 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    /*! white-space: nowrap; */
    /*! text-align: left; */
    border-radius: 3px;
    padding: 5px 0;
}

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

.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);
    }
}

header.current .search {
    display: none;
}

header.current .logo {
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    width: 200px;
    height: auto;
    padding: 5px 0 0 0;
}

header.current {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0858b1;
    z-index: 99999;
    box-shadow: 0 4px 4px rgba(8, 88, 177, .5);
}

header.current .nav {
    height: 60px;
    line-height: 60px;
    margin-left: 200px;
    width: 950px;
    background: none;
}

header.current .nav>ul {
    background: none;
    height: 60px;
    width: 950px;
}

header.current .nav li {
    background: none;
    font-size: 0.9em;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

header.current .nav li a {
    color: #fff;
    border-left: none;
    padding: 0 17px;
}

header.current .nav li a:hover {
    font-weight: normal;
    background-color: #ffad6a;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

header.current .nav li .subNav {
    display: none;
    top: 60px;
}

header.current .top {
    height: 60px;
    width: 200px;
    float: left;
}

header.current .topHeader {
    display: none;
}

header.current .subNav {
    display: none !important;
}

header.current .header {
    height: 60px;
    max-width: 1150px;
}


/*导航*/

.Banner {
    overflow: hidden;
}


/*footer*/

.goTop {
    position: fixed;
    bottom: 20px;
    right: 50%;
    margin-right: -650px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: url(../images2022/icon_goTop.png) no-repeat center center #ffad6a;
}

.goTop:hover {
    background: url(../images2022/icon_goTop.png) no-repeat center center #ffad6a;
}


/*手机端导航*/

.snav {
    display: none;
    height: 50px;
    right: 0px;
    top: 30px;
    z-index: 1002;
    width: 100%;
}

.mbtn {
    display: block;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 0;
    z-index: 1002;
    cursor: pointer;
    background-color: #ffad6a;
}

#Index_mbtn {
    margin: 0 auto;
    width: 16px;
    height: 18px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

.mbtn .m {
    font-size: 12px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    hegiht: 20px;
}

.navm {
    width: 100%;
    z-index: 9999;
    line-height: 30px;
    background-color: #ba1414;
    overflow: hidden;
    text-align: left;
    display: none;
    top: 80px;
    left: 0;
}

.navm ul {}

.navm li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d44343;
}

.navm li a {
    font-size: 15px;
    font-size: 1.5rem;
    width: 120px;
    float: left;
    line-height: 18px;
    padding: 10px 0px;
    color: #fff;
    padding-left: 13px;
    display: block;
}

.navm li a:hover {
    color: #fff;
}

.navm li span {
    padding: 10px 10px 0 0;
    float: right;
    color: #fff;
    cursor: pointer;
}

.navm dl {
    background-color: #fff;
    color: #004489;
    padding-left: 20px;
}

.navm dl dd {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.navm li.on dl dd a {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    height: 30px;
}

.navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    color: #ee931d;
}

.subNavs {
    width: 100%;
    overflow: hidden;
    display: none;
}

.ser {
    display: none;
    width: 210px;
    ;
    height: 35px;
    right: 158px;
    top: 82px;
    line-height: 30px;
    background-color: #fff;
    z-index: 9999994;
}

.nser {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 32px;
}

.nser .search {
    width: 100%;
    margin: 0;
    display: block;
    background: none;
}

.nser .search input.notxt {
    width: 92%;
    left: 0;
    padding-left: 13px;
    padding-right: 0;
}

.nser .search input.notxt1 {
    background: url(../images2022/search-btn1.png) no-repeat center center #ffad6a;
    right: 0px;
}

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

.nlinks span {
    float: left;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.nlinks span a {
    color: #fff;
}

.articleTitle {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #8f0114;
    position: relative;
}

.articleTitle h2 {
    /*! font-size:20px; */
    color: #b60101;
    font-weight: normal;
    padding: 0 30px;
    background: #8f0114;
    width: auto;
    float: left;
    color: #fff;
    height: 52px;
    line-height: 52px;
}

.articleTitle h2 strong {
    font-style: normal;
    margin: 0 10px;
    color: #5e6165;
}

.articleTitle .more {
    /*! font-size:14px; */
    float: right;
    /*! background:url(../images2022/more-bg.png) no-repeat right center; */
}

.articleTitle .more a {
    /*! padding-right:18px; */
    color: #999;
}

.articleTitle .more a:hover {
    /*! color: #ee931d; */
}


/*footer*/

.footerWrap {
    width: 100%;
    overflow: hidden;
    background: #b60101;
}

.footer {
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
}

.copyRight {
    width: 100%;
    overflow: hidden;
    background-color: #8f0114;
    line-height: 20px;
    text-align: center;
    padding: 38px 0 45px 0;
    color: #fff;
    font-size: 12px;
    /*! font-size: 1.2rem; */
}

.copyRight i {
    display: block;
}

.copyRight span {
    margin: 0 8px;
    color: #fff;
}

.copyRight strong {
    color: #fff;
}

@media screen and (max-width:1350px) {
    .goTop {
        margin: 0;
        right: 20px;
    }
}

@media screen and (max-width:1220px) {
    .nav ul {
        margin: 0 10px
    }
    .top,
    .footer,
    .topHeader>div {
        width: auto;
        padding: 0 10px;
    }
    .Banner,
    .nav ul {
        /*! width: 96%; */
    }
    .nav ul li {
        text-align: center
    }
    .nav ul li a {
        padding: 0;
    }
    .footer-nav {
        width: 11%;
    }
    .footer-navWrap .last {
        width: 8%;
    }
    .footer {
        width: auto;
        margin: 0 15px;
        clear: both;
    }
    .copyRight {
        padding: 13px 20px;
        width: auto;
    }
    .copyRight i {
        display: inline;
    }
    .copyRight strong {
        display: inline-block;
        color: #fff;
    }
}

@media screen and (max-width:1023px) {
    .logo {
        width: 50%;
    }
    .logo a.logo_01 {
        width: 50%;
    }
    .logo a.logo_02 {
        width: 48%;
    }
    .search,
    .nav,
    .topHeader {
        display: none;
    }
    .wrap_header,
    .header {
        height: auto;
    }
    .snav {
        display: block;
    }
    .top_nav {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .footer-navWrap {
        display: none;
    }
    .logo {
        width: 420px;
        padding-top: 20px;
    }
    .logo .logo_01 {
        width: 240px;
    }
    .logo .logo_02 {
        width: 170px;
    }
}

@media screen and (max-width:800px) {
    .fx15 {
        font-size: 13px
    }
    .fx14 {
        font-size: 12px
    }
    .fx16 {
        font-size: 14px
    }
    .fx17 {
        font-size: 15px
    }
    .fx18 {
        font-size: 16px
    }
    .fx20 {
        font-size: 18px
    }
    .fx22 {
        font-size: 20px
    }
    .fx24 {
        font-size: 22px
    }
    .fx26 {
        font-size: 24px
    }
    .fx28 {
        font-size: 26px
    }
    .fx30 {
        font-size: 28px
    }
    .fx32 {
        font-size: 30px
    }
    .fx34 {
        font-size: 32px
    }
}

@media screen and (max-width:768px) {
    .copyRight span {
        display: none;
    }
    .copyRight strong {
        margin: 0 10px;
    }
}

@media screen and (max-width:640px) {
    .fx16 {
        font-size: 12px
    }
    .fx17 {
        font-size: 13px
    }
    .fx18 {
        font-size: 14px
    }
    .fx20 {
        font-size: 16px
    }
    .fx22 {
        font-size: 18px
    }
    .fx24 {
        font-size: 20px
    }
    .fx26 {
        font-size: 22px
    }
    .fx28 {
        font-size: 24px
    }
    .fx30 {
        font-size: 26px
    }
    .fx32 {
        font-size: 28px
    }
    .fx34 {
        font-size: 30px
    }
    .footer_bottom strong {
        display: block;
    }
    .footerLogo {
        width: 240px;
        padding-top: 24px;
        float: none;
        margin: 0 auto;
    }
    .message {
        padding-top: 10px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .message a:first-child {
        margin-left: 0;
    }
    .top {
        height: 80px;
    }
    .logo {
        width: 320px;
        height: auto;
        padding-top: 10px;
    }
    .snav {
        top: 15px;
    }
    .navm {
        top: 65px;
    }
    .logo .logo_01 {
        width: 180px;
        padding-top: 10px;
    }
    .logo .logo_02 {
        width: 130px;
    }
}

@media screen and (max-width:480px) {
    .fx18 {
        font-size: 12px
    }
    .fx20 {
        font-size: 14px
    }
    .fx22 {
        font-size: 16px
    }
    .fx24 {
        font-size: 18px
    }
    .fx26 {
        font-size: 20px
    }
    .fx28 {
        font-size: 22px
    }
    .fx30 {
        font-size: 24px
    }
    .fx32 {
        font-size: 26px
    }
    .fx34 {
        font-size: 28px
    }
    .logo {
        width: 260px;
        padding-top: 18px;
    }
    .logo .logo_01 {
        width: 140px;
    }
    .logo .logo_02 {
        width: 100px;
    }
}