body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

caption,
th {
    text-align: left
}

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

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

em,
i {
    font-style: normal
}

del {
    text-decoration: line-through
}

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

img {
    border: 0;
    max-width: 100%
}

input,
img {
    vertical-align: middle
}

input:focus,
a:focus {
    outline: none
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active {
    opacity: .7
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f4f4f4;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.3;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 4.0rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: .1rem dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.bdr-btm,
.bdr-top {
    position: relative
}

.bdr-top::before {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-top: .1rem solid #ddd;
    color: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bdr-btm::after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: .1rem solid #ddd;
    color: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both;
    zoom: 1
}

html,
body {
    height: 100%
}

body {
    min-width: 120.0rem
}

body a:hover {
    cursor: pointer;
    text-decoration: none
}

.important {
    padding-top: 2.4rem;
    background: white
}

.important .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.important .left {
    width: 52.6rem;
    height: 35.0rem;
    float: left
}

.important .left .swiper-container .swiper-slide p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 4.0rem
}

.important .left .swiper-container .swiper-pagination-bullet {
    width: 1.2rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 0.5
}

.important .left .swiper-container .swiper-pagination-bullet-active {
    width: 2.1rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 1
}

.important .left .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 1.2rem;
    left: 40.0rem;
    width: 12.0rem;
    text-align: right
}

.important .left .swiperItem {
    width: 52.6rem;
    height: 35.0rem;
    position: relative
}

.important .left .swiperItem img {
    width: 100%;
    height: 100%
}

.important .left .swiperItem .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52.6rem;
    height: 4.0rem;
    background: url(/frontend/images/bar.png) repeat-x;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 2.0rem;
    color: #ffffff;
    line-height: 4.0rem;
    padding-left: 2.6rem;
    padding-right: 12.0rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mid {
    margin-left: .9rem;
    float: left;
    width: 25.4rem
}

.mid img {
    width: 25.4rem;
    height: 16.9rem
}

.mid .item {
    position: relative;
    margin-bottom: 1.2rem
}

.mid .text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.5rem;
    line-height: 3.5rem;
    background: url(/frontend/images/bar.png) repeat-x;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 1.8rem;
    color: #fff;
    padding-left: 1.3rem;
    padding-top: .1rem;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 2.0rem
}

.right {
    margin-left: 0.3rem;
    float: left
}

.right img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.right .tit {
    font-size: 2.0rem;
    letter-spacing: .0rem;
    color: #133984;
    margin-top: 2.0rem;
    width: 36.3rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.right .tit a {
    font-size: 2.0rem
}

.right .text {
    width: 36.3rem;
    height: 25.4rem;
    font-size: 1.5rem;
    text-indent: 3.0rem;
    color: #666666;
    line-height: 2.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.0rem
}

.right .text a {
    font-size: 1.4rem
}

.banner2 {
    padding-top: 1.2rem;
    background: white
}

.banner2 img {
    display: block;
    width: 120.0rem;
    margin: auto
}

.new {
    padding-top: 3.1rem;
    background: white;
    height: 52.0rem;
    overflow: hidden
}

.new .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.new .nLeft {
    width: 78.8rem;
    float: left
}

.new .nLeft>img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.new .nLeft a {
    text-decoration: none
}

.new .left {
    width: 79.0rem
}

.new .lNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.0rem
}

.new .lNav a {
    float: left;
    display: block;
    width: 8.8rem;
    height: 4.0rem;
    /* background-color: #f2f5fa; */
    font-size: 1.8rem;
    color: #333333;
    text-align: center;
    line-height: 4.0rem;
    position: relative;
    text-decoration: none
}

.new .lNav a.active {
    /* background-color: #133984; */
    color: #133984
}

.new .lNav a.active::after {
    content: '';
    width: 8.7rem;
    height: 1.2rem;
    /* border-top: .5rem solid #133984;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid transparent; */
    background: url(/frontend/images/Group9.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 4.0rem;
    left: .0rem
}

.new .page.page1 {
    display: block
}

.new .page {
    display: none;
    padding: 3.1rem 5.0rem 4.5rem 0;
    height: 33.0rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.new .page .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.9rem;
    width: 100%;
    margin-top: 2.1rem
}

.new .page .item:first-child {
    margin-top: 0
}

.new .page .yuan {
    width: .4rem;
    height: .4rem;
    margin-top: .8rem;
    background-color: #888888;
    float: left
}

.new .page .text {
    float: left;
    font-size: 1.6rem;
    color: #666666;
    margin-left: 2.3rem;
    width: 65.0rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 2.0rem
}

.new .page .time {
    float: right;
    margin-left: 1.5rem;
    font-size: 1.6rem;
    color: #666666;
    white-space: nowrap
}

.nRight {
    margin-left: 2.7rem;
    float: right;
    width: 38.0rem
}

.nRight>img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.nRight .item {
    margin-top: 1.2rem;
    position: relative
}

.nRight .item img {
    width: 38.0rem;
    height: 12.0rem
}

.nRight .item:nth-child(2) {
    margin-top: 3.0rem
}

.nRight .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38.0rem;
    height: 3.2rem;
    background-color: rgba(25, 47, 87, 0.5);
    /* text-align: center; */
    line-height: 3.2rem;
    font-size: 1.8rem;
    color: #ffffff
}

.culture {
    width: 100%;
    height: 34.8rem;
    background-color: #f2f5fa
}

.culture .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.culture .tit {
    display: block;
    margin: auto;
    padding-top: .6rem
}

.culture .cLeft {
    background: url("/frontend/images/qywh.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 79.0rem;
    height: 28.8rem;
    padding-left: 30.2rem;
    padding-top: 3.9rem;
    float: left
}

.culture .cLeft .name {
    font-size: 1.8rem;
    color: #333333
}

.culture .cLeft .cName {
    font-size: 1.8rem;
    color: #999999;
    margin-top: 1.1rem
}

.culture .cLeft .line {
    width: 44.0rem;
    height: .1rem;
    background-color: #e8e8e8;
    margin-top: 2.0rem
}

.culture .cLeft .text {
    width: 43.7rem;
    height: 7.6rem;
    font-size: 1.2rem;
    letter-spacing: .0rem;
    color: #666666;
    line-height: 2.0rem;
    margin-top: 1.8rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 2.4rem
}

.culture .cLeft .more {
    font-size: 1.2rem;
    color: #009aff;
    margin-top: 3.0rem;
    display: block
}

.culture .cRight {
    float: left;
    width: 38.0rem;
    height: 28.8rem;
    background-color: #ffffff;
    margin-left: 3.0rem
}

.culture .cRight .smly {
    background: url("/frontend/images/smly.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15.5rem;
    height: 13.5rem;
    display: block;
    float: left;
    margin-left: 1.5rem;
    margin-top: .5rem;
    padding-top: 9.9rem;
    padding-left: 5.9rem;
    color: white;
    font-size: 1.8rem
}

.culture .cRight .wldy {
    background: url("/frontend/images/wlly.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15.5rem;
    height: 13.5rem;
    display: block;
    float: left;
    margin-left: 1.5rem;
    margin-top: .5rem;
    padding-top: 10.0rem;
    padding-left: 6.1rem;
    color: white;
    font-size: 1.8rem
}

.culture .cRight .gjgd {
    background: url("/frontend/images/gjgd.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15.3rem;
    height: 12.3rem;
    display: block;
    float: left;
    margin-left: 1.5rem;
    margin-top: 1.0rem;
    padding-top: 8.9rem;
    padding-left: 6.2rem;
    color: white;
    font-size: 1.8rem
}

.culture .cRight .rczp {
    background: url("/frontend/images/rczp.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15.3rem;
    height: 12.3rem;
    display: block;
    float: left;
    margin-left: 1.5rem;
    margin-top: 1.0rem;
    padding-top: 8.8rem;
    padding-left: 6.4rem;
    color: white;
    font-size: 1.8rem
}

.jianshe {
    background: #f2f5fa;
    width: 100%;
    height: 36.6rem;
    padding-top: 2.9rem
}

.jianshe .content>img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.jianshe .jiansheSwiper {
    margin-top: 3.0rem;
    height: 23.2rem
}

.jianshe .jiansheSwiper .swiper-button-next,
.jianshe .jiansheSwiper .swiper-button-prev {
    top: 43%
}

.jianshe .jiansheSwiper .swiper-button-prev {
    background: url("/frontend/images/left.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 2.8rem;
    height: 4.0rem;
    left: 0
}

.jianshe .jiansheSwiper .swiper-button-next {
    background: url("/frontend/images/right.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 2.8rem;
    height: 4.0rem;
    right: 0
}

.jianshe .jiansheSwiper .swiper-slide img {
    height: 18.5rem
}

.jianshe .swiperText {
    font-size: 1.8rem;
    color: #333333;
    text-align: center;
    margin-top: 2.4rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.importSwiper {
    width: 60rem;
    height: 35.0rem
}

.importSwiper .importpagination {
    bottom: 1.2rem;
    left: 40.0rem;
    width: 12.0rem;
    text-align: right
}

.importSwiper .importpagination .swiper-pagination-switch {
    width: 1.2rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 0.5
}

.importSwiper .importpagination .swiper-active-switch {
    width: 2.1rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 1
}