@charset "utf-8";
/* CSS Document public*/
* {
    font-family: Arial, Helvetica,"Microsoft Yahei", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial,"Microsoft Yahei",Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch; /*安卓和 IOS html5 动画卡顿解决方案*/ /* overflow-x:hidden; */
    line-height: 1;
    font-size: 14px;
}

a {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
    ;
    outline: none;
}

a, input, img, :focus {
    mayfish: expression(this.onfocus=this.blur);
    cursor: handbblr:expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
}
/*去除a标签带来的虚框*/
ul {
    list-style: none;
}

img {
    border: 0px
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3, h4, h5 {
    font-weight: normal;
}

    h4 a:hover, h5 a:hover {
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -ms-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 3.25rem;
    margin-top: 2.5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
    display: block
}

video {
    object-fit: cover
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px
}

.container01, .container02, .container03, .container04, .container05, .container06, .container07, .container08, .n-container01, .n-container03, .n-container04 {
    margin: 0 auto;
}

.slow img:hover {
    transform: scale(1.05);
}
/*图片放大*/
.slow img {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*缓慢效果*/
h5 a, .more a {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
/*缓慢效果*/
slow01 {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/*缓慢效果*/
.slow02 {
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999'); /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px #999999; /* for firefox */
    -webkit-box-shadow: 1px 1px 10px #999999; /* for safari or chrome */
    box-shadow: 1px 1px 10px #999999; /* for opera or ie9 */
}

.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}
/*透明代码*/
.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
/*文本超出 小圆点显示*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/ /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/ /*透明背景*/



.a_body {
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #f1f1f1
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #333333
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.w100 {
    width: 100%
}

.w1300 {
    width: 1300px;
    margin: 0 auto
}

.fanhui {
    position: fixed;
    right: 30px;
    bottom: 220px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul li:hover h5 a {
    color: #ff0000
}

.more a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

ul li {
    vertical-align: top
}

img {
    vertical-align: middle
}

/*内容样式*/
.ar_article td,
.ar_article th {
    padding: 1rem 0.9375rem;
    border: 1px solid #c6c5c5;
    vertical-align: middle
}

    .ar_article td p,
    .ar_article th p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100% !important
}
    /*.ar_article table tr:not(:first-child) td{ background:none !important}*/
    .ar_article table td {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        width: auto !important;
    }

.ar_article {
    font-size: 0.875rem;
    color: #6d6e70;
    line-height: 1.875rem;
    margin-bottom: 1.75rem;
}

    .ar_article p {
        font-size: 16px !important;
        color: #000000;
        line-height: 34px;
        margin-bottom: 34px;
    }

    .ar_article strong {
        font-weight: bold;
    }

    .ar_article img {
        max-width: 100%;
    }

    .ar_article a {
        color: #717173;
    }

    .ar_article h1, .ar_article h2, .ar_article h3, .ar_article h4, .ar_article h5 {
        font-weight: bold;
    }

    .ar_article h1 {
        font-size: 2.25rem;
        margin-bottom: 1.25rem
    }

    .ar_article h2 {
        font-size: 1.875rem;
        margin-bottom: 0.875rem;
    }

    .ar_article h3 {
        font-size: 1.5rem;
        margin-bottom: 0.9375rem
    }

    .ar_article h4 {
        font-size: 1.125rem;
        margin-bottom: 0.875rem
    }

    .ar_article h5 {
        font-size: 0.875rem;
        margin-bottom: 0.75rem
    }

    .ar_article h6 {
        font-size: 0.75rem;
        margin-bottom: 0.75rem
    }

    .ar_article ul li,
    .ar_article ol li {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 2rem;
        list-style: inherit !important;
    }

        .ar_article ul li p,
        .ar_article ol li p {
            padding-bottom: 0;
            margin-bottom: 3px !important;
        }

    .ar_article ul,
    .ar_article ol {
        margin-bottom: 0.9375rem;
    }

    .ar_article sub {
        vertical-align: sub;
        font-size: smaller;
    }

    .ar_article sup {
        vertical-align: super;
        font-size: smaller;
    }

    .ar_article img {
        display: inline-block;
    }

/*百度播放器美化*/
#playercontainer_display_button, #video1_display_button, #video2_display_button {
    background: none !important;
    height: 40px;
    width: 40px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0 !important;
}

    #playercontainer_display_button #playercontainer_display_button_play, #video1_display_button #video1_display_button_play, #video2_display_button #video2_display_button_play {
        background-size: 25px;
    }

#playercontainer_display_button, #video1_display_button, #video2_display_button {
    height: 40px !important;
    margin-top: -20px !important;
}

#playercontainer_display .cbpreview, #video1_display .cbpreview, #video2_display .cbpreview {
    opacity: .75 !important;
}


/* Slider */
.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .miso-list:focus {
        outline: none;
    }

.miso-loading .miso-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    overflow: hidden;
}

    .miso-track:before, .miso-track:after {
        content: "";
        display: table;
    }

    .miso-track:after {
        clear: both;
    }

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .miso-slide img {
        display: block;
    }

    .miso-slide.miso-loading img {
        display: none;
    }

    .miso-slide.dragging img {
        pointer-events: none;
    }

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Arrows */
.miso-prev, .miso-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    z-index: 1
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}
/* Dots */
.miso-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

    .miso-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
    }

        .miso-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .miso-dots li button:focus {
                outline: none;
            }

        .miso-dots li.miso-active a {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
        }


@font-face {
    font-family: hwxk;
    src: url(../font/hwxk.ttf);
}

@media (max-width:1920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 12px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px;
    }
}

/*==========================================公共 开始=============================================*/
.ar_wap {
    display: none
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.wai_header {
    height: 210px
}

header {
    /**
    background: url(../images/header_bg.jpg) center no-repeat;
    **/
    background: #fff;
    height: 210px;
    position: relative;
    z-index: 100;
    width: 100%;
}

    header .fl01 {
        height: 150px;
        line-height: 150px;
        overflow: hidden;
    }

        header .fl01 .logo {
            line-height: 120px;
        }

            header .fl01 .logo a {
                display: block;
                line-height: 120px;
            }

                header .fl01 .logo a img {
                    vertical-align: middle
                }

        header .fl01 .right ul {
            font-size: 0;
            display: inline-block;
            vertical-align: top;
        }

            header .fl01 .right ul li {
                display: inline-block;
                font-size: 16px;
                color: #fff;
                margin-right: 14px;
            }

                header .fl01 .right ul li a {
                    color: #a7acc3;
                }

        header .fl01 .right .ss {
            display: inline-block;
            cursor: pointer;
            line-height: 150px;
        }

.tc2 .tc-box form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 .tc-box input[type="text"] {
    border: none;
    width: 94%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

    .tc2 .tc-box input[type="text"]:focus {
        text-align: left;
    }

.tc2 .tc-box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/icon_search.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

    .tc2 .tc.act {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
    }

.tc2 .close:hover {
    transform: rotate(180deg);
}

.tc2 .close, .tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: block;
}

.tc2 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.nav {
    font-size: 0;
    width: 100%;
    transition: 0.36s;
}

    .nav li {
        display: inline-block;
        padding-left: 3.8%;
        padding-right: 1.0%;
        text-align: center;
        height: 60px;
        position: relative;
    }

    .nav a {
        display: block;
        position: relative;
        padding: 0 10px;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        perspective: 300px;
        transform-style: preserve-3d;
        text-align: center;
    }

        .nav a .bg {
            background-color: #a80e0e;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            display: block;
            height: 100%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg);
            z-index: -1;
            transform-origin: center bottom 0;
            -webkit-transform-origin: center bottom 0;
            left: 0;
            opacity: 0;
            bottom: 0;
            visibility: hidden;
        }

        .nav a .txt img {
            margin: -4px 10px 0 0;
        }

        .nav a .txt {
            position: relative;
            z-index: 2;
            font-size: 18px;
            color: #fff;
        }

    .nav .active a .bg, .nav .on a .bg {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .nav .active a .txt, .nav .on a .txt {
    }

.navBox .arrow {
    position: absolute;
    left: 0px;
    top: 75px;
    height: 4px;
    display: block;
    background-color: #e62129;
}

.subNavbox a:link, .subNavbox a:visited {
    color: #333;
}

.subNavbox a:active, .subNavbox a:hover {
    color: #2b68c3;
}

.subNavbox {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    background-color: #fcfcfc;
    box-shadow: 1px 2px 2px 0 rgba(88, 88, 88, 0.2);
    display: none;
    text-align: center;
    padding: 20px 0px;
}

    .subNavbox p {
        line-height: 1.2;
        padding-bottom: 12px;
    }

        .subNavbox p a {
            line-height: 1.2;
            height: auto;
            padding: 0 5px;
            font-size: 14px;
        }

header .fl02 {
    height: 60px;
    line-height: 60px;
    background-color: #a80e0e;
}

    header .fl02 .logo {
        width: 0;
        transition: 0.36s;
        overflow: hidden
    }

        header .fl02 .logo img {
            height: 34px;
        }

.a_body.fixed header .fl02 {
    position: fixed;
    width: 100%;
    top: 0;
    background: url(../images/header_bg.jpg) center bottom no-repeat;
}

    .a_body.fixed header .fl02 .logo {
        width: 270px;
    }

    .a_body.fixed header .fl02 .nav {
        width: 78%;
    }

        .a_body.fixed header .fl02 .nav a .txt {
            font-size: 14px
        }

.container01 {
    margin-bottom: 25px;
    height: 400px;
    overflow: hidden;
}

    .container01 ul li.miso-slide a {
        display: block;
        width: 100%;
        height: 400px;
        position: relative;
    }

        .container01 ul li.miso-slide a h5 {
            width: 100%;
            height: 52px;
            line-height: 52px;
            background: rgba(0,0,0,0.5);
            padding: 0 155px 0 25px;
            font-size: 16px;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -moz-transition: all 0.36s ease-in-out;
            -webkit-transition: all 0.36s ease-in-out;
            -o-transition: all 0.36s ease-in-out;
            -ms-transition: all 0.36s ease-in-out;
            transition: all 0.36s ease-in-out;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .container01 ul li.miso-slide:hover a h5 {
        color: #fff;
    }

    .container01 ul li.miso-slide a h5:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: transparent 60px solid;
        border-top: transparent 0 solid;
        border-left: #fff 32px solid;
        display: none;
    }

    .container01 ul li.miso-slide .img, .container01 ul li.miso-slide .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .container01 .miso-dots {
        bottom: 28px;
        width: 100%;
        right: 0;
        z-index: 10;
        text-align: center;
    }

        .container01 .miso-dots li {
            width: 14px;
            height: 14px;
            margin: 0 10px;
            background: none;
            border-radius: 50%;
            border: #fff 1px solid;
        }

            .container01 .miso-dots li.miso-active {
                border: #fff 1px solid;
                background: #fff;
                border-radius: 50%;
            }

    .container01 .miso-prev, .container01 .miso-next {
        width: 37px;
        height: 57px;
        margin-top: -30px;
    }

    .container01 .miso-prev {
        background: url(../images/left.png) center no-repeat;
        left: 20px
    }

    .container01 .miso-next {
        background: url(../images/right.png) center no-repeat;
        right: 20px
    }

.container00 .title {
    height: 52px;
    border-bottom: solid 1px #670f30;
    margin-bottom: 16px;
}

    .container00 .title h4 {
        display: inline-block;
        font-size: 30px;
        color: #a80e0e;
        line-height: 50px;
        float: left;
        position: relative;
        font-family: simsun;
        font-weight: bold
    }

    .container00 .title a {
        line-height: 50px;
        font-size: 14px;
        color: #a80e0e;
        float: right;
        text-transform: uppercase;
        transition: 0.2s;
    }

        .container00 .title a:hover {
            color: #172f79;
        }

.container02 {
    padding-bottom: 48px
}

    .container02 .left {
        width: 400px
    }

        .container02 .left ul li {
            height: 38px;
            line-height: 38px;
        }

            .container02 .left ul li a {
                display: block;
                position: relative
            }

                .container02 .left ul li a:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    width: 0;
                    right: 0;
                    height: 1px;
                    border-bottom: #1f499b 1px solid;
                    transition: 0.6s
                }

                .container02 .left ul li a font {
                    display: inline-block;
                    width: 80%;
                    font-size: 14px;
                    color: #323232;
                    position: relative;
                    padding-left: 12px;
                    transition: 0.36s;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                    .container02 .left ul li a font:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        background: url(../images/dot.png) left center no-repeat;
                        width: 10px;
                        height: 100%;
                    }

                .container02 .left ul li a span {
                    float: right;
                    font-size: 12px;
                    color: #999999
                }

    .container02 .right {
        /**
        width: 860px;
        **/
        width:1300px;
    }

        .container02 .right ul.miso_hd {
            /**
            width: 405px;
            **/
            width: 845px;
            float: left;
            position: relative
        }

            .container02 .right ul.miso_hd:before {
                content: "";
                position: absolute;
                left: 3.5px;
                top: 8px;
                bottom: 8px;
                width: 1px;
                background: #ebebeb;
            }

            .container02 .right ul.miso_hd li {
                height: 38px;
                line-height: 38px;
            }

                .container02 .right ul.miso_hd li a {
                    display: block;
                    position: relative
                }

                    .container02 .right ul.miso_hd li a font {
                        display: inline-block;
                        width: 80%;
                        font-size: 14px;
                        color: #323232;
                        position: relative;
                        padding-left: 16px;
                        transition: 0.36s;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                        .container02 .right ul.miso_hd li a font:before {
                            content: "";
                            position: absolute;
                            left: 0;
                            background: #c60b14;
                            width: 7px;
                            height: 7px;
                            top: 50%;
                            margin-top: -4.5px;
                            border-radius: 50%;
                            transition: 0.36s
                        }

                    .container02 .right ul.miso_hd li a span {
                        float: right;
                        font-size: 12px;
                        color: #999999
                    }

        .container02 .right ul.miso_bd {
            width: 435px;
            float: right;
            margin-top: 12px;
        }

        .container02 .right ul li.miso-slide a {
            display: block;
            width: 435px;
            height: 284px;
            position: relative;
        }

            .container02 .right ul li.miso-slide a h5 {
                width: 100%;
                height: 52px;
                line-height: 52px;
                background: #a80e0e;
                padding: 0 15px;
                font-size: 16px;
                color: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                -moz-transition: all 0.36s ease-in-out;
                -webkit-transition: all 0.36s ease-in-out;
                -o-transition: all 0.36s ease-in-out;
                -ms-transition: all 0.36s ease-in-out;
                transition: all 0.36s ease-in-out;
                position: absolute;
                left: 0;
                bottom: 0;
                text-align: center;
            }

        .container02 .right ul.miso_bd li.miso-slide:hover a h5 {
            color: #fff;
        }

        .container02 .right ul.miso_bd li.miso-slide a h5:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            border-bottom: transparent 60px solid;
            border-top: transparent 0 solid;
            border-left: #fff 32px solid;
            display: none;
        }

        .container02 .right ul.miso_bd li.miso-slide .img, .container02 .right ul.miso_bd li.miso-slide .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: 0.36s;
        }

        .container02 .right .miso-dots {
            bottom: 15px;
            width: 155px;
            right: 0;
            z-index: 10;
            text-align: right;
            padding-right: 20px;
        }

            .container02 .right .miso-dots li {
                width: 6px;
                height: 6px;
                margin: 0 4px;
                background: #93989c;
                border-radius: 50%;
            }

                .container02 .right .miso-dots li.miso-active {
                    border: #fff 1px solid;
                    background: #fff;
                    border-radius: 50%;
                }



        .container02 .right .miso-prev, .container02 .right .miso-next {
            width: 38px;
            height: 70px;
            margin-top: -40px;
        }

        .container02 .right .miso-prev {
            background: url(../images/left01.png) center no-repeat;
            left: 0
        }

        .container02 .right .miso-next {
            background: url(../images/right01.png) center no-repeat;
            right: 0
        }

.container03 {
    background: #efefef url(../images/container03_bg.jpg) center bottom no-repeat;
    height: 340px;
    padding: 46px 0 0
}

    .container03 .fl00 .left {
        width: 350px;
        margin-right: 40px;
        padding: 10px 0 0;
    }

        .container03 .fl00 .left .title01 {
            line-height: 50px;
            background: #c60b14;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            .container03 .fl00 .left .title01 img {
                margin-right: 8px
            }

        .container03 .fl00 .left .box {
            width: 350px;
            height: 190px;
            background: #fff;
            text-align: center;
            padding: 18px 20px
        }

            .container03 .fl00 .left .box ul {
                font-size: 0;
                text-align: center;
                margin: 0 -5px
            }

                .container03 .fl00 .left .box ul li {
                    display: inline-block;
                    padding: 0 5px;
                    width: 50%;
                    margin-bottom: 10px
                }

                    .container03 .fl00 .left .box ul li a {
                        background: #f5f5f5;
                        height: 70px;
                        line-height: 70px;
                        display: block;
                        font-size: 18px;
                        color: #333333;
                        border: #e5e5e5 1px solid;
                        position: relative;
                        transition: 0.36s
                    }

                        .container03 .fl00 .left .box ul li a:before {
                            content: "";
                            position: absolute;
                            top: 4px;
                            right: 4px;
                            bottom: 4px;
                            left: 4px;
                            border: #e5e5e5 1px solid;
                            transition: 0.36s
                        }

    .container03 .fl00 .center {
        /**
        width: 435px;
        **/
        width: 610px;
    }

    .container03 .fl00 .right {
        width: 435px;
    }

    .container03 .fl00 ul.ul01 li {
        height: 38px;
        line-height: 38px;
    }

        .container03 .fl00 ul.ul01 li a {
            display: block;
            position: relative
        }

            .container03 .fl00 ul.ul01 li a:after {
                content: "";
                position: absolute;
                bottom: 0;
                width: 0;
                right: 0;
                height: 1px;
                border-bottom: #1f499b 1px solid;
                transition: 0.6s
            }

            .container03 .fl00 ul.ul01 li a font {
                display: inline-block;
                width: 80%;
                font-size: 14px;
                color: #323232;
                position: relative;
                transition: 0.36s;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .container03 .fl00 ul.ul01 li a span {
                float: right;
                font-size: 12px;
                color: #999999
            }

    .container03 .fl01 {
        margin-bottom: 35px
    }

    .container03 .fl02 .left .img {
        margin-top: 24px;
        width: 350px;
        background: #fff;
        height: 75px;
    }

        .container03 .fl02 .left .img img {
            width: 320px;
            height: 59px; /* border:#e5e5e5 1px solid; */
            object-fit: cover;
            margin-top: 7px;
            margin-left: 15px;
        }

    .container03 .fl02 .center .first {
        background: #fff;
        margin-bottom: 12px;
        transition: 0.36s
    }

        .container03 .fl02 .center .first .img {
            width: 240px;
            height: 160px;
            overflow: hidden;
            object-fit: cover
        }

        .container03 .fl02 .center .first .con {
            width: 195px;
            height: 160px;
            overflow: hidden;
            object-fit: cover;
            padding: 15px 22px;
        }

            .container03 .fl02 .center .first .con h6 {
                background: url(../images/bi.png) left center no-repeat;
                width: 100px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                font-size: 12px;
                color: #fff;
                margin-bottom: 20px;
                padding-right: 10px
            }

            .container03 .fl02 .center .first .con h4 {
                font-size: 16px;
                line-height: 26px;
                color: #333333;
                height: 78px;
                overflow: hidden
            }

    .container03 .fl02 .center.center01 ul li a font {
        display: inline-block;
        width: 80%;
        font-size: 14px;
        color: #323232;
        position: relative;
        padding-left: 12px;
        transition: 0.36s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .container03 .fl02 .center.center01 ul li a font:before {
            content: "";
            position: absolute;
            left: 0;
            background: url(../images/dot.png) left center no-repeat;
            width: 10px;
            height: 100%;
        }

.container04 {
    padding: 58px 0
}

    .container04 .title {
        text-align: center;
        margin-bottom: 38px
    }

    .container04 ul {
        margin: 0 -13px;
    }

        .container04 ul li {
            padding: 0 13px
        }

            .container04 ul li a {
                display: block;
                padding-bottom: 15px;
                position: relative;
                text-align: center;
                height: 249px;
            }

                .container04 ul li a .img, .container04 ul li a .img img {
                    width: 200px;
                    height: 220px;
                    overflow: hidden;
                    object-fit: cover
                }

                .container04 ul li a .top {
                    left: 50%;
                    margin-left: -67.5px;
                    right: 0;
                    background: url(../images/container04_bg.png) center no-repeat;
                    width: 135px;
                    height: 29px;
                    line-height: 29px;
                    font-size: 16px;
                    color: #333333;
                    position: absolute;
                    bottom: 0;
                    transition: 0.36s
                }

                .container04 ul li a:hover .top {
                    background: url(../images/container04_bg_on.png) center no-repeat;
                    color: #fff
                }

    .container04 .miso-prev, .container04 .miso-next {
        width: 20px;
        height: 37px;
        margin-top: -18px;
    }

    .container04 .miso-prev {
        background: url(../images/left02.png) center no-repeat;
        left: -40px
    }

    .container04 .miso-next {
        background: url(../images/right02.png) center no-repeat;
        right: -40px
    }
/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

footer {
    /**
    background: url(../images/footer_bg.png) center no-repeat;
    **/
    background: #a80e0e;
    height: 210px;
}

    footer .left {
        padding: 44px 0 0
    }

        footer .left h3 {
            margin-bottom: 10px
        }

        footer .left p {
            font-size: 14px;
            line-height: 26px;
            color: #fff
        }

    footer ul {
        font-size: 0;
        padding-top: 42px
    }

        footer ul li {
            display: inline-block;
            margin-left: 20px;
            text-align: center
        }

            footer ul li h3 img {
                width: 100px;
                height: 100px;
            }

            footer ul li h5 {
                font-size: 14px;
                color: #fff;
                margin-top: 15px
            }


/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.position {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    color: #999999;
    padding: 0 50px;
    background: #fff url(../images/position.png) 30px 10px no-repeat;
    margin-bottom: 6px;
}

    .position span, .position a, .position i {
        font-size: 14px;
        color: #999999;
        margin: 0 2px;
    }

    .position em {
        font-size: 14px;
        color: #172f79;
        font-style: normal;
    }

    .position a:hover {
        color: #1f499b;
    }

.n_left {
    width: 236px;
    position: relative
}

    .n_left:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 360px;
        /**
        background: #670f30;
        **/
    }

.n_box {
    padding: 0;
}

.n_left:after {
    content: "";
    width: 180px;
    /**
    background: #670f30;
    **/
    position: absolute;
    bottom: -7px;
    right: -3px;
    top: 10px;
    z-index: 1;
}

.n_left .erji {
    margin-left: 16px;
    position: relative;
    z-index: 10;
}

.erji {
    position: relative;
    background: #fff;
    width: 220px;
    min-height: 474px;
}

    .erji h1 {
        height: 70px;
        line-height: 70px;
        padding: 0 18px;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        background: #a80e0e;
    }

        .erji h1 img {
            margin: -3px 10px 0 0
        }

    .erji ul li {
        line-height: 60px;
        border-bottom: #d9d9d9 1px solid;
    }

        .erji ul li a {
            display: inline-block;
            width: 100%;
            height: 60px;
            padding: 0 0 0 30px;
            color: #333333;
            font-size: 16px;
            transition: 0.36s;
            position: relative
        }

            .erji ul li a:before {
                content: "";
                position: absolute;
                width: 0;
                height: 20px;
                top: 50%;
                margin-top: -10px;
                background: #a80e0e;
                transition: 0.36s;
                left: 30px
            }

            .erji ul li a:hover, .erji ul li.on a {
                color: #a80e0e;
                font-weight: bold;
                padding-left: 50px;
            }

                .erji ul li a:hover:before, .erji ul li.on a:before {
                    width: 6px;
                }

.n_right {
    width: 1020px;
    padding-bottom: 15px;
}

.n_news ul {
    margin-bottom: 45px;
}

    .n_news ul li {
        padding: 0;
        overflow: hidden;
        margin: 0 0 35px 0;
    }

        .n_news ul li a {
            display: block;
            overflow: hidden;
            transition: 0.36s;
            position: relative
        }

            .n_news ul li a:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border: #e5e5e5 1px solid
            }

        .n_news ul li:hover {
        }

        .n_news ul li .img, .n_news ul li .img img {
            float: left;
            width: 140px;
            height: 170px;
            overflow: hidden;
            object-fit: cover;
            position: relative
        }

        .n_news ul li .con {
            float: right;
            width: 790px;
            overflow: hidden;
            padding: 26px 25px 0 0;
            position: relative;
        }

            .n_news ul li .con .cc {
                position: relative;
                display: inline-block;
            }

                .n_news ul li .con .cc:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 100px;
                    height: 2px;
                    background: #004ba0;
                    transition: 0.6s;
                    bottom: -10px;
                }

            .n_news ul li .con h5 {
                font-size: 16px;
                color: #000000;
                display: inline-block;
                font-weight: bold;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 100%;
                height: 18px;
                line-height: 18px;
            }

            .n_news ul li .con p {
                font-size: 12px;
                line-height: 24px;
                height: 48px;
                color: #808080;
                margin: 24px 0 12px;
                overflow: hidden;
            }

            .n_news ul li .con h6 {
                font-size: 12px;
                color: #808080;
                height: 18px;
                line-height: 19px;
                padding: 0;
            }

.n_banner {
    margin-bottom: 30px;
}

    .n_banner img {
        width: 1300px;
        height: 300px;
    }

.content_box {
    background: #f6f6f6
}

.n_right .content {
    background: #fff;
    padding: 30px 30px 50px;
    min-height: 410px;
}

.n_tulist ul {
    font-size: 0;
    margin: 0 auto;
    width: 922px;
}

    .n_tulist ul li {
        display: inline-block;
        text-align: center;
        width: 22%;
        text-align: center;
        background: #F9F9F9;
        BORDER: 1px solid #dfdfdf;
        margin: 13px;
    }

        .n_tulist ul li .img {
            width: 205px;
            height: 220px;
            overflow: hidden;
            line-height: 220px;
        }

            .n_tulist ul li .img img {
                width: 170px;
                height: 220px;
                overflow: hidden;
                object-fit: cover;
                margin-top: 10px;
            }

        .n_tulist ul li h5 {
            font-size: 16px;
            color: #000000;
            line-height: 50px;
            transition: 0.36s
        }

.n_lingdao ul {
    font-size: 0;
    margin: 0 -22px;
    margin-bottom: -45px;
    text-align: center;
}

    .n_lingdao ul li {
        display: inline-block;
        width: 33.333333%;
        padding: 0 22px;
        margin-bottom: 75px;
        text-align: center;
    }

        .n_lingdao ul li a {
            position: relative;
            display: block
        }

            .n_lingdao ul li a:before {
                content: "";
                position: absolute;
                width: 290px;
                height: 395px;
                border: #d9d9d9 1px solid;
                left: 50%;
                margin-left: -145px;
                bottom: -20px;
                transition: 0.6s
            }

        .n_lingdao ul li .img, .n_lingdao ul li .img img {
            width: 260px;
            height: 380px;
            object-fit: cover;
            overflow: hidden;
            display: inline-block;
            position: relative;
        }

        .n_lingdao ul li h5 {
            font-size: 28px;
            color: #000000;
            line-height: 50px;
            transition: 0.36s;
            font-family: hwxk;
            margin-top: 10px;
        }

        .n_lingdao ul li h6 {
            font-size: 14px;
            color: #666;
            transition: 0.36s
        }

.news .ar_article .nav01 {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.news .ar_article h3 {
    color: #000000;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}

.news .ar_article h6 {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 22px;
    vertical-align: top;
}

    .news .ar_article h6 span {
        margin: 0 10px
    }


#ar_fot .end {
    display: inline-block;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: -10px;
    text-align: center;
    font-size: 14px;
    color: #8d8e8f;
    text-transform: uppercase
}


#ar_fot {
    position: relative;
    margin-top: 65px;
    padding-top: 28px;
}

    #ar_fot h1 {
        display: block;
        font-size: 12px;
        color: #848484;
        width: 100%;
        float: left;
        background: #fff;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -ms-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
        position: relative;
    }

        #ar_fot h1.prev {
        }

        #ar_fot h1.next {
        }

        #ar_fot h1 a {
            font-size: 16px;
            color: #000000;
            line-height: 30px;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 4px 0;
            position: relative;
            z-index: 10;
        }

    #ar_fot .bnt_back {
        position: absolute;
        top: 28px;
        right: 0;
        color: #fff;
        background: #19427d;
        padding: 0 25px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

        #ar_fot .bnt_back:hover {
            border-radius: 3px;
        }

    #ar_fot h1 a span {
    }

    #ar_fot h1:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: transparent 2px solid;
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -ms-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
    }

    #ar_fot h1:hover:after {
    }

    #ar_fot h1:hover a {
        color: #1f499b;
    }

#ar_fot {
    position: relative;
    height: 54px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.n_list ul {
    position: relative;
    margin-bottom: 45px;
    margin-top: -15px
}

    .n_list ul li {
        height: 52px;
        line-height: 52px;
        border-bottom: #cccccc 1px solid
    }

        .n_list ul li a {
            display: block;
            position: relative;
            height: 52px
        }

            .n_list ul li a font {
                display: inline-block;
                width: 80%;
                font-size: 16px;
                color: #000;
                position: relative;
                padding-left: 20px;
                transition: 0.36s;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .n_list ul li a font:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    background: #a80e0e;
                    width: 5px;
                    height: 5px;
                    top: 50%;
                    margin-top: -4.5px;
                    transition: 0.36s
                }

            .n_list ul li a span {
                float: right;
                font-size: 14px;
                color: #999999
            }


/*==========================================内页 结束=============================================*/

@media(min-width: 768px) {
    .container02 .left ul li:hover a font {
        padding-left: 15px;
        color: #172f79;
    }

    .container02 .right ul.miso_hd li:hover a font {
        padding-left: 18px;
        color: #172f79;
    }

        .container02 .right ul.miso_hd li:hover a font:before {
            background: #172f79
        }

    .container03 .fl00 .left .box ul li a:hover {
        background: #c60b14;
        color: #fff
    }

    .container03 .fl00 .left.left01 .box ul li a:hover {
        background: #2a5398;
        color: #fff
    }

    .container03 .fl00 .left .box ul li a:hover:before {
    }

    .container03 .fl00 ul.ul01 li a:hover font {
        padding-left: 4px;
        color: #172f79;
    }

    .container03 .fl02 .center .first a:hover .con h4 {
        color: #fff;
    }

    .container03 .fl02 .center .first:hover {
        background: #172f79
    }

    .container03 .fl02 .center.center01 ul li a:hover font {
        padding-left: 18px;
        color: #172f79;
    }

    .container03 .fl02 .center .first:hover .con h6 {
        background: url(../images/bi_on.png) left center no-repeat;
        color: #323232
    }

    .n_news ul li:hover .con .cc:before {
        width: 100%
    }

    .n_news ul li:hover .con h5 {
        color: #172f79;
    }

    .n_tulist ul li a:hover h5 {
        color: #172f79;
    }

    .n_lingdao ul li a:hover:before {
        border: #172f79 1px solid
    }

    .n_list ul li a:hover font {
        padding-left: 26px;
        color: #172f79;
    }

    header .fl01 .right ul li a:hover {
        color: #fff
    }

    .container02 .right ul.miso_bd li.miso-slide:hover .img img {
        transform: scale(1.06)
    }
}


@media(min-width: 992px) and (max-width: 1300px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1450px) {
}

@media(max-width: 1400px) {
}

@media(max-width: 1330px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 1060px) {
}

@media(max-width: 992px) {
}

@media(max-width: 768px) {
}

@media(max-width: 456px) {
}