html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

@font-face {
    font-family: 'fbt';
    src: url('tt0140m_.ttf');
}

@font-face {
    font-family: 'fbtl';
    src: url('tt0141m_.ttf');
}


body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    overflow-x: hidden;
    font-family: 'Arial';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/*头部*/

.header {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
}

.header .logo {
    width: 246px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.header .logo img {
    max-width: 100%;
}

.header .l-d {
    float: right;
    position: relative;
    width: 30px;
    margin-top: 25px;
    margin-left: 15px;
    padding-bottom: 25px;
}

.header .l-d .t {
    float: right;
    position: relative;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.header .l-d .t i.iconfont {
    font-size: 30px;
    color: #13499e;
}


.header .l-d img {
    float: left;
    margin-right: 18px;
    width: 25px;
}

.header .l-d .b {
    position: absolute;
    top: 55px;
    left: calc(50% - 42px);
    width: 84px;
    opacity: 0;
    padding-top: 8px;
    box-sizing: border-box;
    z-index: -1;
    display: none;
}

.header .l-d .b.show {
    display: block;
    opacity: 1;
    z-index: -1;
}

.header .l-d .b:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: 0px;

}

.header .l-d .b a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}

.header .l-d .b a:hover {
    background: #ddd;
}

.header .l-d .b a.this {
    background: #ddd;
}

.header .l-d:hover .b {
    opacity: 1;
    z-index: 9999;
    display: block;
}

.header .nav {
    float: right;
}

.header .nav li {
    margin-top: 31px;
    float: left;
    position: relative;
    padding-bottom: 31px;
}

.header .nav li .n {
    display: block;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-right: 1px solid #666;
    padding: 0 54px;
    color: #666666;
    text-transform: uppercase;
}

.header .nav li:last-child a.n {
    border-right: 0;
}

.header .nav li .n-d {
    position: absolute;
    left: calc(50% - 104px);
    top: 49px;
    width: 208px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    padding-top: 14px;
}

.header .nav li .n-d:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: 0px;

}

.header .nav li .n-d a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 18px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    background: #fff;
    padding: 7px 0;
}

.header .nav li .n-d a:first-child {
    border-radius: 10px 10px 0 0;
}

.header .nav li .n-d a:last-child {
    border-radius: 0 0 10px 10px;
}

.header .nav li .n-d a:hover {
    color: #13499e
}

.header .nav li:hover .n-d {
    display: block;
    opacity: 1;
    z-index: 9999;
}

.header .nav li.this .n {
    color: #13499e;
}

.rg {
    display: none;
    float: right;
    width: 45px;
    height: 60px;
    line-height: 60px;
    color: #999999;
    font-size: 30px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

.rg::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    background: #e2e2e2;
}

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 {
    position: absolute;
    left: 70%;
    top: 0%;
    z-index: 999999;
    width: 25%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 .iconfont {
    color: #fff;
    font-size: 40px;
}

.a_txt .div3 {
    position: absolute;
    width: 70%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -50%;
    padding: 30px 15px 0;
    overflow-y: auto;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
    box-sizing: border-box;
}

.a_txt .div3 .d1 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.a_txt .div3 .d1 img {
    float: left;
    width: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.a_txt .div3 ul {
    width: 100%;
    margin-bottom: 10px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.a_txt .div3 ul li:last-child {
    border-bottom: 0;
}


.a_txt .div3 ul li a.n {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.a_txt .div3 ul li a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.a_txt .div3 ul li .n-d a {
    margin-bottom: 12px;
    padding-left: 10px;
}


.i-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.i-banner img {
    width: 100%;
    position: relative;
}

.i-banner img.pc {}

.i-banner img.wap {
    display: none;
}

.i-banner .swiper-slide {
    overflow: hidden;
}

.i-banner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.i-banner .text .d1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    font-style: italic;
    font-family: 'fbtl';
}

.i-banner .text .d2 {
    font-size: 24px;
    /* font-family: 'fbtl'; */
    font-weight: lighter;
}

.i-banner .swiper-slide4 .text .d2 {
    width: 460px;
}

.i-banner .text .d2 p:nth-child(1) {
    margin-bottom: 24px;
}

.i-banner .next-b {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 42px;
    left: calc(50% - 672px);
    top: 62%;
}

.i-banner .prev-b {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 42px;
    left: calc(50% - 743px);
    top: 62%;
}

.i-banner .swiper-button-next:after,
.i-banner .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}

.sec-1 {
    width: 100%;
    padding: 75px 0;
    text-align: center;
    color: #666666;
}

.sec-1 .d1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 50px;
}

.sec-1 .d2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.sec-1 .d3 {
    display: block;
    width: 146px;
    height: 50px;
    text-align: center;
    border: 2px solid #999999;
    box-sizing: border-box;
    line-height: 46px;
    margin: 0 auto;
    font-size: 20px;
    color: #666666;
}

.sec-1 .d3:hover {
    background: #13499e;
    color: #fff;
    border: 2px solid #13499e;
}

.sec-2 {
    width: 100%;
    height: 565px;
    position: relative;
    overflow: hidden;
}

.sec-2 .bg {
    width: 100%;
    height: 100%;

    transition: 1s;
    animation-name: listbnbg;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sec-2 .bg1 {
    background: url(../images/s2-bg.jpg) center no-repeat;
    background-size: cover;
}

.sec-2 .bg2 {
    background: url(../images/s2-bg2.jpg) center no-repeat;
    background-size: cover;
}

.sec-2 .bg2 {
    display: none;
}

@keyframes listbnbg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.sec-2 .container {
    height: 565px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 10;
}

.sec-2 ul {
    background: #fff;
    width: 419px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .16);
    margin-right: 98px;
}

.sec-2 ul li {
    width: 50%;
    height: 180px;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-2 ul li a {
    color: #666666;
}

.sec-2 ul li .img {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 50px;
    margin-bottom: 10px;
}

.sec-2 ul li .img img {
    max-width: 100%;
    max-height: 100%;
}

.sec-2 ul li:hover {
    color: #13499e;
}

.sec-2 ul li:hover a {
    color: #13499e;
}

.sec-3 .t-d {
    width: 100%;

    color: #fff;
    background: #13499e;
    text-transform: uppercase;
}

.sec-3 .t-d .left {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
}

.sec-3 .t-d .left span {
    font-size: 30px;
    font-weight: bold;
    padding-right: 32px;
    position: relative;
    float: left;
}

.sec-3 .t-d .left span:after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
}

.sec-3 .t-d .right {
    position: relative;
    width: 116px;
}

.sec-3 .right .next-1,
.sec-3 .right .prev-1 {
    height: 80px;
    width: 38px;
    color: #fff !important;
    font-size: 40px;
    top: 0;
    margin-top: 0;
    left: 0;
}

.sec-3 .right .next-1 {
    left: auto;
    right: 0;
}

.sec-3 .swiper-button-next:after,
.sec-3 .swiper-button-prev:after {
    display: none;
}

.sec-3 .swiper-slide {
    padding: 82px 30px 98px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.sec-3 .swiper-slide .l_img {
    padding-bottom: 78%;
    margin-bottom: 32px;
}

.sec-3 .swiper-slide .d1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.sec-3 .swiper-slide .d2 {
    font-size: 30px;
    color: #babfc5;
}

.sec-3 .swiper-slide:hover .d2 {
    color: #13499e;
}

.sec-4 {
    padding: 90px 0 124px;
    width: 100%;
    background: #eee;
}

.sec-4 .t-d {
    width: 100%;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    margin-bottom: 45px;
}

.sec-4 .t-d .left {
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
}

.sec-4 .t-d .left span {
    font-size: 30px;
    font-weight: bold;
    padding-right: 32px;
    position: relative;
    float: left;
}

.sec-4 .t-d .left span:after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #333333;
}

.sec-4 .t-d .right {
    width: 128px;
    height: 38px;
    border-radius: 38px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #333;
    box-sizing: border-box;
    font-size: 16px;
}

.sec-4 .b-d {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .16);
}

.sec-4 .b-d .l_img {
    width: 50%;
    padding-bottom: 34.2%;
    float: left;
}

.sec-4 .b-d .text {
    width: 50%;
    float: right;
    padding: 6% 4.7% 0;
    box-sizing: border-box;
}

.sec-4 .b-d .text .d1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.sec-4 .b-d .text .d2 {
    font-size: 16px;
    color: #999999;
    margin-bottom: 55px;
}

.sec-4 .b-d .text .d3 {
    color: #999999;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sec-4 .b-d .pagination-2 {
    padding-left: 6.2%;
    bottom: 90px;
    z-index: 10;
}

.sec-4 .b-d .pagination-2 .swiper-pagination-bullet-active {
    background: #13499e;
}

.sec-4 .b-d .next-2 {
    top: auto;
    right: 5%;
    bottom: 85px;
    z-index: 99;
}

.sec-4 .b-d .prev-2 {
    top: auto;
    left: auto;
    right: calc(5% + 50px);
    bottom: 85px;
    z-index: 99;
}

.sec-4 .b-d .next-2::after,
.sec-4 .b-d .prev-2::after {
    color: #999;
    font-size: 24px;

}

.sec-4 .b-d .prev-2 {}


.footer {
    width: 100%;
    background: url(../images/f-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.footer .t-d {
    width: 100%;
    padding: 108px 0 80px;
    box-sizing: border-box;
}

.footer .t-d:after {
    content: '';
    display: block;
    clear: both;
}

.footer .f-logo {
    float: left;
    width: 21.8%;
}

.footer .f-logo img {
    max-width: 90%;
}

.f-nav {
    float: left;
    width: calc(78% - 150px);
}

.f-nav dl {
    float: left;
    width: 25%;
}

.f-nav dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
    color: #fff;
    text-transform: uppercase;
}

.f-nav dl dt a {
    color: #fff;
}

.f-nav dl dd {
    margin-bottom: 15px;
    color: #fff;
}

.f-nav dl dd a {
    color: #fff;
}

.f-ma {
    float: right;
    width: 55px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.f-ma i {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.f-ma img {
    width: 100%;
    margin-bottom: 10px;
}

.f-ma .box {
    width: 181px;
    height: 190px;
    position: absolute;
    left: calc(50% - 90px);
    bottom: 100%;
    opacity: 0;
    z-index: -1;
    padding: 22px 22px 0;
    background: url(../images/ma-bg.png) center top no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.f-ma:hover .box {
    opacity: 1;
    z-index: 99;
}


.footer .bq {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #69707b;
    color: #fff;
}

.footer .bq a {
    color: #fff;
    display: inline-block;
}

.footer .bq a img {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.s-banner {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.s-banner img {
    width: 1920px;
    left: calc(50% - 960px);
    position: relative;
}

.s-banner img.wap {
    display: none;
}

.s-banner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.s-banner .text .d1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.s-banner .text .d2 {
    font-size: 24px;
    text-transform: uppercase;
    display: none;
}

.position {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: right;
    color: #666;
    border-bottom: 1px solid #dddddd;
}

.position i {
    color: #ddd;
}

.position a {
    color: #666;
    margin: 0 3px;
    display: inline-block;
}

.position .type {
    float: left;
    /* width: 50%; */
    text-align: left;
}

.position .type a {
    width: auto;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 0 12px;
}

.position .type a.this {
    background: #13499e;
    color: #fff;
}

.p-d {
    padding: 90px 0 170px;
    background: #f1f1f1;
}

.p-d .p-l {
    width: 320px;
    background: #fff;
    border-top: 3px solid #13499e;
    box-sizing: border-box;
    padding: 0 20px;
}

.p-d .p-l a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 16px;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.p-d .p-l a i {
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    font-size: 14px;
}

.p-d .p-l a:last-child {
    border-bottom: 0;
}

.p-d .p-l a.this {
    color: #13499e;
    font-weight: bold;
}

.p-d .p-r {
    width: calc(100% - 360px);
}

.p-d .p-r .t-d {
    font-size: 36px;
    margin-bottom: 30px;
}

.p-d .p-r li {
    width: 100%;
    background: #ffff;
    overflow: hidden;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .16);
    margin-bottom: 40px;
}

.p-r li .l_img {
    width: 45.3%;
    padding-bottom: 30.2%;
    float: left;
}

.p-r li .l_img img {
    max-width: 90%;
    max-height: 90%;
}

.p-r li .text {
    float: right;
    width: 50%;
    padding-top: 6%;
    padding-right: 5%;
    box-sizing: border-box;
}

.p-r li .text .d1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

.p-r li .text .d2 {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
}

.p-r li .text .d3 {
    display: block;
    width: 132px;
    height: 40px;
    background: #13499e;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;

}

.p-d2 {
    width: 100%;
    padding: 105px 0;
}

.p-d2 .left {
    width: 50%;
}

.p-d2 .left img {
    max-width: 90%;
}

.p-d2 .right {
    width: 50%;
}

.p-d2 .right .d1 {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    margin-bottom: 15px;
}

.p-d2 .right .d1 span {
    float: left;
    width: calc(100% - 130px);
}

.p-d2 .right .d1 a {
    float: right;
    width: 110px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #333;
    margin-bottom: 30px;
}

.p-d2 .right .d2 {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    height: 270px;
    overflow-y: scroll;
    margin-bottom: 50px;
    padding-right: 50px;
    box-sizing: border-box;

    scrollbar-color: #13499e #dddddd;
    scrollbar-width: thin;
    text-align: justify;
    overflow-y: auto;

}
.p-d2 .right .d2 p{
    margin-bottom: 20px;
}
.p-d2 .right .d2::-webkit-scrollbar {
    background: #dddddd;
    width: 5px;
    border-radius: 10px;
}

.p-d2 .right .d2::-webkit-scrollbar-thumb {
    background: #13499e;
    border-radius: 10px;
}

.p-d2 .right .d3 {
    overflow: hidden;
}

.p-d2 .right .d3 a {
    float: left;
    width: 49%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #13499e;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-d2 .right .d3 a:nth-child(2) {
    float: right;
}

.p-d2 .right .d3 a i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.p-d2 .right .d4 {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    height: 270px;
    margin-bottom: 50px;
}

.p-d2 .right .d4 a {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    padding: 0 22px;
    box-sizing: border-box;
}

.p-d2 .right .d4 a i {
    color: #999999;
}

.p-d2 .right .d4 a:nth-child(2n) {
    background: #eeeeee;
}

.p-d2 .right .d4 a i {
    float: right;
}

.p-d2 .right .d4 a:hover {
    background: #13499e;
    color: #fff;
}

.p-d2 .right .d4 a:hover i {
    color: #fff;
}


.p-t {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 48px;
    padding-bottom: 28px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
}

.p-t::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #13499e;
    position: absolute;
    left: 0;
    top: 8px;
}

.p-d3 {
    width: 100%;
    padding: 70px 0 20px;
    background: #f1f1f1;
}

.p-d3 p {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* height: 32px; */
    line-height: 30px;
}

.p-d3 p::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #13499e;

}


.p-d4 {
    padding: 68px 0 0;
}

.p-d4 .p-t {
    border-bottom: 0;
    padding-bottom: 0;
}

.p-d4 .box {
    border-top: 3px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    box-sizing: border-box;
    overflow: hidden;
}

.p-d4 .box p {
    width: 100%;
    height: 68px;
    line-height: 68px;
    float: left;
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;

}

.p-d4 .box p:nth-child(2n) {
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
}

.p-d4 .box p strong {
    float: left;
    margin-right: 50px;
    font-weight: bold;
    font-size: 18px;
}

.p-d4 .box p:nth-child(2n) {
    border-left: 0px solid #dddddd;
    box-sizing: border-box;
}

.p-d4 table {
    width: 100%;
}

.p-d4 tr td {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border-left: 1px solid #dddddd;
}

.p-d4 tr td:nth-child(1) {
    font-weight: bold;
}

.p-d4 tr td:nth-child(3) {
    /* font-weight: bold; */
}

.p-d4 tr td:first-child {
    border-left: 0;
}

.p-d4 tr:last-child td {
    border-bottom: 0;
}


.p-d5 {
    width: 100%;
    background: #f1f1f1;
    padding: 80px 0;
}

.p-d5 .p-t {
    border-bottom: 0;
    padding-bottom: 0;
}

.p-d5 .swiper-slide {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.p-d5 .swiper-slide .l_img {
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
    margin-bottom: 24px;
}

.p-d5 .next-3,
.p-d5 .prev-3 {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #13499e;
    box-sizing: border-box;
    margin-top: 0;

}

.p-d5 .prev-3 {
    left: auto;
    right: 60px;

}

.p-d5 .next-3::after,
.p-d5 .prev-3::after {
    color: #13499e;
    font-size: 22px;
}

.p-d5 .next-3:hover,
.p-d5 .prev-3:hover {
    background: #13499e;
}

.p-d5 .next-3:hover::after,
.p-d5 .prev-3:hover::after {
    color: #fff;
}
.p-d7 {
    width: 100%;
    padding: 80px 0  0;
}
.p-d7 .box {
    font-size: 16px;
    line-height: 32px;
}
.p-d7 .box img{
    display: inline-block;
    max-width: 100%;
}
.p-d8 {
    width: 100%;
    padding: 80px 0 ;
}

.p-d8 table{
    border-top: 3px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.p-d8 tr td{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid   #dddddd;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px; 
    border-left: 1px solid #dddddd;
}
.p-d8 tr td:nth-child(1){
    font-weight: bold;
}

.p-d8 tr td:first-child{
    border-left: 0;
}
.p-d8 tr:last-child td{
    border-bottom: 0;
}


.s-t {
    text-align: center;
    margin-bottom: 50px;
}

.s-t p {
    font-size: 36px;
    margin-bottom: 10px;
}

.s-t span {
    font-size: 18px;
    display: none;
}

.a-d1 {
    width: 100%;
    padding: 68px 0 98px;
}

.a-d1 .box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    padding: 50px 0;
    box-sizing: border-box;
}

.a-d1 .left {
    width: 47%;
}

.a-d1 .left .l_img {
    padding-bottom: 75%;
}

.a-d1 .left .l_img img {
    max-height: 100%;
}

.a-d1 .left .prev-4,
.a-d1 .left .next-4 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    left: 70px;
}

.a-d1 .left .next-4 {
    left: auto;
    right: 70px;
}

.a-d1 .left .prev-4:after,
.a-d1 .left .next-4:after {
    color: #13499e;
    font-size: 24px;
}

.a-d1 .left .prev-4:hover,
.a-d1 .left .next-4:hover {
    background: #13499e;
}

.a-d1 .left .prev-4:hover:after,
.a-d1 .left .next-4:hover:after {
    color: #fff;
}

.a-d1 .right {
    width: 53%;
    height: 525px;
    overflow-y: scroll;
    padding-right: 5px;
    box-sizing: border-box;
}
.a-d1 .right::-webkit-scrollbar {
    background: #dddddd;
    width: 5px;
    border-radius: 10px;
}

.a-d1 .right::-webkit-scrollbar-thumb {
    background: #13499e;
    border-radius: 10px;
}
.a-d1 .right p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}

.a-d1 .right p strong {
    display: block;
    width: 4px;
    height: 4px;
    line-height: 4px;
    color: #13499e;
    position: absolute;
    left: 0;
    top: 12px;
}

.a-d2 {
    width: 100%;
    padding: 80px 0 120px;
    background: #f1f1f1;
}

.a-d2 .d1 {
    text-align: center;
    margin-bottom: 42px;
}

.a-d2 .d1 li {
    display: inline-block;
    width: 22%;
    height: 170px;
    background: #fff;
    border-top: 3px solid #13499e;
    padding-top: 45px;
    box-sizing: border-box;
    margin: 0 6px;
}

.a-d2 .d1 li p {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color: #13499e;
    margin-bottom: 10px;
}

.a-d2 .d1 li span {
    font-size: 16px;
}

.a-d2 .d2 .swiper-container {
    padding-bottom: 80px;
}

.a-d2 .d2 .l_img {
    width: 100%;
    padding-bottom: 142%;
}

.a-d2 .d2 .prev-5,
.a-d2 .d2 .next-5 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    left: calc(50% - 62px);
    top: auto;
    margin-top: 0;
    bottom: 0;
}

.a-d2 .d2 .next-5 {
    left: auto;
    right: calc(50% - 62px);
}

.a-d2 .d2 .prev-5::after,
.a-d2 .d2 .next-5::after {
    font-size: 22px;
    color: #13499e;
}

.a-d3 {
    padding: 65px 0 125px;
    background: #f1f1f1;
}

.a-d3 .box1 {
    margin-bottom: 90px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.a-d3 .box1 p {
    padding-bottom: 12px;
}

.a-d3 .box2 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 90px;
}

.a-d3 .box2 li {
    width: 25%;
    float: left;
    text-align: center;
}

.a-d3 .box2 li p {
    height: 78px;
    line-height: 78px;
    background: #4e78ba;
    color: #fff;
    position: relative;
    font-size: 30px;
    font-family: 'fbt';
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-d3 .box2 li p::after {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.a-d3 .box2 li p sup {
    font-size: 24px;
    position: relative;
    top: -8px;
    left: 4px;
}

.a-d3 .box2 li p em {
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: 4px
}

.a-d3 .box2 li span {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #13499e;
    border-right: 2px solid #4e78ba;
    box-sizing: border-box;
}

.a-d3 .box2 li:last-child p::after {
    display: none;
}

.a-d3 .box2 li:last-child span {
    border: 0;
}

.a-d3 .box3 li {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.a-d3 .box3 li:nth-child(1) {
    margin-bottom: 36px;
}

.a-d3 .box3 li .img {
    width: 50%;
    float: right;
    overflow: hidden;
}

.a-d3 .box3 li .img img {
    width: 100%;
}

.a-d3 .box3 li .text {
    width: 50%;
    float: left;
    padding: 2% 5% 0;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.a-d3 .box3 li:nth-child(2) .img {
    float: left;
}

.a-d3 .box3 li:nth-child(2) .text {
    float: right;
}

.a-d3 .box3 li .img:hover img {
    transform: scale(1.1);
}

.a-d4 {
    padding: 100px 0 65px;
    display: none;
}

.a-d4 .box img {
    max-width: 100%;
    margin: 0 auto;
}

.a-d5 {
    padding: 65px 0 105px;
    width: 100%;
}

.a-d5 li {
    width: 100%;
    height: 487px;
    background: url(../images/a4.jpg) center no-repeat;
    position: relative;
}

.a-d5 li:nth-child(2) {
    width: 100%;
    height: 487px;
    background: url(../images/a5.jpg) center no-repeat;
    margin-top: 30px;
}

.a-d5 li .text {
    width: 492px;
    height: 210px;
    position: absolute;
    left: 110px;
    top: calc(50% - 105px);
    background: rgba(19, 73, 158, .75);
    color: #fff;
    padding: 62px 58px 0;
    box-sizing: border-box;
}

.a-d5 li:nth-child(2) .text {
    left: auto;
    right: 110px;
}

.a-d5 li .text p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 24px;
}

.a-d5 li .text span {
    font-size: 24px;
}

.a-d6 {
    background: #f1f1f1;
    padding: 95px 0 130px;
}

.a-d6 .box {
    width: 100%;
    background: #fff;
    padding: 5.4% 6.6% 4%;
    box-sizing: border-box;
}

.a-d6 .box li {
    float: left;
    width: 20%;
    text-align: center;
    margin-right: 6.6%;
}

.a-d6 .box li .img {
    width: 92px;
    height: 92px;
    margin: 0 auto 25px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 92px;
}

.a-d6 .box li .img .iconfont {
    font-size: 46px;
    color: #13499e;
    text-align: center;
}

.a-d6 .box li .d1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.a-d6 .box li .d2 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
}

.a-d6 .box li:nth-child(4n) {
    margin-right: 0;
}

.a-d6 .box li:nth-child(-n+4) {
    margin-bottom: 50px;
}

.a-d6 .box li:nth-child(2) .iconfont {
    position: relative;
    left: 4px;
}

.a-d6 .box li:hover .img {
    background: #13499e;
}

.a-d6 .box li:hover .img .iconfont {
    color: #fff;
}

.a-d7 {
    padding: 65px 0 130px;
    background: #f1f1f1;
}

.a-d7 li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 3px solid #d5d5d5;
    padding: 60px 0;
    margin-bottom: 30px;
}

.a-d7 li .img {
    width: 436px;
    height: 170px;
    float: left;
    border-right: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.a-d7 li .img img {
    max-width: 90%;
}

.a-d7 li .text {
    width: calc(100% - 436px);
    float: right;
    padding: 0px 60px;
    box-sizing: border-box;
    padding-top: 6px;
}

.a-d7 li .text .d1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.a-d7 li .text .d2 {
    line-height: 28px;
   
}
.a-d7 li .text .d2 p{
    margin-bottom:20px
}
.a-d7 li:hover {
    border-bottom: 3px solid #13499e;
}

.a-d7 .m {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #13499e;
    cursor: pointer;
}

.a-d8 {
    padding: 65px 0 100px;
    box-sizing: border-box;
    background: url(../images/d-bg.jpg) center no-repeat;
    background-size: cover;
}

.a-d8 .box {
    margin: 0 auto;
    position: relative;
}

/* 
.a-d8  .mySwiper-6{
    width: 1000px;
    height: 710px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
    box-sizing: border-box;
}
.a-d8  .mySwiper-6::after{
    content: '';
    display: block;
    width: 9px;
    height: 100%;
    background: #d4d4d4;
    position: absolute;
    top: 0;
    left: 114px;
}
.a-d8  .swiper-slide::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 109px;
    top: 5px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #13499e;
    box-sizing: border-box;
}
.a-d8  .swiper-slide.swiper-slide-active::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 104px;
    top: 5px;
    background: #fff;
    border-radius: 20px;
    border: 8px solid #13499e;
    box-sizing: border-box;
}

.a-d8  .swiper-slide .time{
    width: 115px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #13499e;
}



.a-d8  .swiper-slide .text{
    width: calc(100% - 178px);
    float: right;
    font-size: 16px;
    line-height: 20px;
}
.a-d8  .swiper-slide .text p{
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}
.a-d8  .swiper-slide .text p:last-child{
    margin-bottom: 0;
}
.a-d8  .swiper-slide .text p::after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius:7px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 6px;
}
.a-d8 .swiper-slide{
    height: auto;
}
.a-d8  .box .prev-6,.a-d8  .box .next-6{
    width: 50px;
    height: 50px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    left: 80px;
    top: 65px;
    transform: rotate(90deg);
}
.a-d8  .box .next-6{
    left: 80px;
    top: 130px;
}
.a-d8  .box .prev-6::after,.a-d8  .box .next-6::after{
    color: #13499e;
    font-size: 30px;
    font-weight: bold;
} */

.a-d9 {
    width: 100%;
    height: auto;
    padding: 70px 0 155px;
}

.a-d9 li {
    margin-bottom: 90px;
    padding-bottom: 90px;
    position: relative;
}

.a-d9 li::after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/a13.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.a-d9 li .img {
    width: 100%;
    margin-bottom: 50px;
}

.a-d9 li .img img {
    width: 100%;
}

.a-d9 li .d1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.a-d9 li .d2 {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.a-d9 li .d2 p {
    margin-bottom: 20px;
}

.a-d9 li .d2 img {
    width: 100%;
}

.a-d9 li .d2 p:last-child {
    margin-bottom: 0px;
}

.a-d9 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.a-d9 li:last-child::after {
    display: none;
}

.a-d9 li:last-child .d1 {
    margin-bottom: 40px;
}

.a-d9 li:last-child .d2 p {
    width: 100%;
    /*min-height: 138px;*/
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .07);
    background: #fff;
    box-sizing: border-box;
    padding: 30px 50px 30px;
    text-indent: 0;
}

.a-d9 li:last-child .d2 p:last-child {
    background: #f1f1f1;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.c-d {
    overflow: hidden;
    padding: 95px 0 155px;
    background: #f1f1f1;
}

.c-d .left {
    width: 56%;
}

.c-d .left .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 45px;
}

.c-d .left .t2 {
    margin-bottom: 8px;
    font-size: 16px;
}

.c-d .left .t2 span {
    color: #ff0000;
}

.c-d .left input {
    width: 100%;
    height: 65px;
    line-height: 63px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 24px;
}

.c-d .left textarea {
    width: 100%;
    height: 240px;
    line-height: 60px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 24px;
}

.c-d .left button {
    float: left;
    width: 132px;
    height: 50px;
    background: #13499e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.c-d .left button:last-child {
    background: #9c9c9c;
    margin-left: 18px;
}

.c-d .right {
    width: 41.6%;
    background: #fff;
    border-radius: 5px;
    padding: 55px 70px;
    box-sizing: border-box;
}

.c-d .right li {
    margin-bottom: 65px;
}

.c-d .right li:last-child {
    margin-bottom: 0;
}

.c-d .right li .img {
    color: #13499e;
    font-size: 38px;
    margin-bottom: 18px;
}

.c-d .right li .d1 {
    font-size: 22px;
    margin-bottom: 15px;
}

.c-d .right li .d2 {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;

}

.c-d .right li .d3 {
    font-size: 30px;
    font-family: 'fbt';
}

.c-d .right li:last-child {
    margin-bottom: 0;
}

.j-d {
    width: 100%;
    padding: 75px 0 140px;
    background: #f1f1f1;
}

.j-d .box {
    width: 100%;
    background: #fff;
}

.j-d .box .t-d {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #666666;
    color: #fff;
    overflow: hidden;
    padding: 0 70px;
    box-sizing: border-box;
}

.j-d .box .t-d span {
    float: left;
    width: 22%;
    text-align: left;
    font-size: 16px;
}

.j-d .box .t-d span:nth-child(2) {
    width: 28%;
    float: left;
    text-align: center;
}

.j-d .box .t-d span:nth-child(3) {
    width: 28%;
    text-align: center;
}

.j-d .box .t-d span:nth-child(4) {
    width: 22%;
    text-align: center;
}

.j-d .box ul {
    width: 100%;
    padding: 0 70px 78px;
    box-sizing: border-box;
}

.j-d .box li .t {
    width: 100%;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.j-d .box li .t span {
    float: left;
    width: 22%;
    text-align: left;
    font-size: 18px;
    position: relative;
}

.j-d .box li .t span i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #999999;
    cursor: pointer;
}

.j-d .box li.show .t span i {
    transform: rotate(180deg);
}

.j-d .box li .t span:nth-child(2) {
    width: 28%;
    float: left;
    text-align: center;
    font-size: 16px;
}

.j-d .box li .t span:nth-child(3) {
    width: 28%;
    text-align: center;
    font-size: 16px;
}

.j-d .box li .t span:nth-child(4) {
    width: 22%;
    text-align: center;
    font-size: 16px;
}

.j-d .box li .b {
    background: #f1f1f1;
    padding: 2.6% 3.4%;
    box-sizing: border-box;
    width: 100%;
    line-height: 36px;
    display: none;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
    border-bottom: 1px solid #eee;
}

.j-d .box li .b .d1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.j-d .box li .b .d2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
}

.j-d .box li .b .d3 {
    display: block;
    width: 108px;
    height: 40px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    color: #13499e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.j-d .box li .b .d3:hover {
    background: #13499e;
    color: #fff;
}

.d-d {
    background: #f1f1f1;
    padding: 80px 0 130px;
}

.d-d li {
    float: left;
    width: 19.5%;
    margin-right: 7.3%;
    text-align: center;
}

.d-d li .l_img {
    padding-bottom: 136%;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.d-d li .l_img img {
    width: 100%;
}

.d-d li:nth-child(4n) {
    margin-right: 0;
}

.d-d li:nth-child(-n+4) {
    margin-bottom: 55px;
}

.d-d li .d1,
.d-d li .d2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.d-d li .d3 {
    width: 108px;
    height: 40px;
    border: 1px solid #13499e;
    color: #13499e;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
}

.d-d li .d3:hover {
    background: #13499e;
    color: #fff;
}

.n-d1 {
    background: #f1f1f1;
    padding: 88px 0 120px;
    box-sizing: border-box;
}

.n-d1 li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0px 9px 18px rgba(3, 9, 16, .15);
}

.n-d1 li .l_img {
    width: 434px;
    float: left;
    padding-bottom: 297px;
}

.n-d1 li .l_img img {
    width: 100%;
}

.n-d1 li .text {
    width: calc(100% - 434px);
    height: 297px;
    float: right;
    padding: 56px 70px 0;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 4px solid #13499e;
}

.n-d1 li .text .d1 {
    font-size: 24px;
    font-weight: bold;

    line-height: 30px;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;



}

.n-d1 li .text .d2 {
    margin-bottom: 55px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-d1 li .text .d3 .time {
    float: left;
    color: #999999;
    font-size: 16px;
}

.n-d1 li .text .d3 .time i {
    float: left;
    font-size: 20px;
    color: #333;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.n-d1 li .text .d3 .m {
    float: right;
    font-size: 16px;
}

.n-d1 li .text .d3 .m i {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-left: 15px;
}

.n-d1 li:hover .l_img img {
    transform: scale(1.1);
}

.n-d1 li:hover .d1 {
    color: #13499e;
}

.page {
    text-align: center;
}

.page a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 0 2px;
    font-size: 16px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

.page a.page-num-current {
    background: #13499e;
    color: #fff;
    border: 1px solid #13499e;
}

.n-bg {
    padding: 65px 0 105px;
    background: #f3f3f3;
}

.n-d2 {
    width: 100%;
    background: #fff;
    padding: 4.4% 6%;
    box-sizing: border-box;
}

.n-d2 .d1 {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.n-d2 .d1 p {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.n-d2 .d1 span {
    font-size: 16px;
    color: #999999;
}

.n-d2 .d1 span i {
    color: #393939;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.n-d2 .d2 img {
    max-width: 100%;
    display: inline-block;
}

.n-d2 .d2 {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.n-d2 .d2 p{
    margin-bottom: 20px;
}

.n-d3 {
    width: 100%;
    margin-top: 36px;
    padding-right: 180px;
    position: relative;
    box-sizing: border-box;
}

.n-d3 a {
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.n-d3 a:nth-child(1) {
    margin-bottom: 16px;
}

.n-d3 .b {
    display: block;
    width: 175px;
    height: 65px;
    border: 1px solid #13499e;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #13499e;
    font-size: 16px;
    z-index: 99;
}

/**/

.f-nav-w {
    width: 100%;
    display: none;
}


.a-d8 .box .mySwiper-6 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, .1);
    margin-bottom: 115px;
}

.a-d8 .box .mySwiper-6 .text {
    float: left;
    width: 55%;
    padding: 50px 80px 0;
    box-sizing: border-box;
}

.a-d8 .box .mySwiper-6 .text .d1 {
    font-size: 128px;
    color: #13499e;
    font-weight: bold;
    text-shadow: 0px 16px 16px rgba(19, 73, 158, .2);
    margin-bottom: 35px;
}

.a-d8 .box .mySwiper-6 .text .d2 p {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    line-height: 30px;
}

.a-d8 .box .mySwiper-6 .text .d2 p:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #00448b;
    position: absolute;
    left: 0;
    top: 14px;
}

.a-d8 .box .mySwiper-6 .l_img {
    float: right;
    width: 44.4%;
    padding-bottom: 29.6%;
}

.a-d8 .box .mySwiper::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 0;
}

.a-d8 .box2 {
    position: relative;
}

.a-d8 .box2 .swiper-button-prev,
.a-d8 .box2 .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #cdcdcd;
    top: 15px;
    margin-top: 0;
    left: 0;
}

.a-d8 .box2 .swiper-button-next {
    left: auto;
    right: 0;
}

.a-d8 .box .swiper-button-next:after,
.a-d8 .box .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.a-d8 .box .swiper-button-disabled {
    opacity: 1;
}

.a-d8 .box2 .swiper-button-prev:hover,
.a-d8 .box2 .swiper-button-next:hover {
    background: #00448b;
}

.a-d8 .box .mySwiper .swiper-slide {
    text-align: center;
    padding-bottom: 20px;
    color: #cdcdcd;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.a-d8 .box .mySwiper .swiper-slide:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 0;
    background: #cdcdcd;
    border-radius: 10px;
    z-index: 10;
}

.a-d8 .box .mySwiper .swiper-slide-thumb-active {
    color: #00448b;
}

.a-d8 .box .mySwiper .swiper-slide-thumb-active:after {
    background: #00448b;
}

@media screen and (min-width: 300px) {
    .container {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 18px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1280px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }
}


@media screen and (min-width: 1500px) {
    .container {
        width: 1486px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 1500px) {
    .header .nav li .n {
        padding: 0 30px;
    }

    .i-banner .text .d1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .i-banner .text .d2 {
        font-size: 20px;
    }

    .i-banner .prev-b {
        left: calc(50% - 640px);
        top: 64%;
    }

    .i-banner .next-b {
        left: calc(50% - 572px);
        top: 64%;
    }

    .sec-1 {
        padding: 50px 0;
    }

    .sec-1 .d1 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .sec-1 .d2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .sec-1 .d3 {
        display: block;
        width: 120px;
        height: 40px;
        border: 1px solid #999999;
        line-height: 38px;
        font-size: 16px;
    }

    .sec-2 ul {
        margin-right: 0px;
    }

    .sec-3 .t-d .left {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }

    .sec-3 .t-d .left span {
        font-size: 24px;
    }

    .sec-3 .t-d .right {
        position: relative;
        width: 116px;
        height: 60px;
    }

    .sec-3 .right .next-1,
    .sec-3 .right .prev-1 {
        height: 60px;
        font-size: 30px;
    }

    .sec-3 .swiper-slide {
        padding: 50px 20px;
    }

    .sec-3 .swiper-slide .d1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sec-3 .swiper-slide .l_img {
        margin-bottom: 20px;
    }

    .sec-4 {
        padding: 50px 0 80px;
        width: 100%;
        background: #eee;
    }

    .sec-4 .t-d .left {
        font-size: 20px;
    }

    .sec-4 .t-d .left span {
        font-size: 24px;
    }

    .sec-4 .t-d .right {
        width: 110px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-top: 4px;
    }

    .sec-4 .b-d .text .d2 {
        margin-bottom: 30px;
    }

    .sec-4 .b-d .text .d3 {
        line-height: 28px;
    }

    .footer .t-d {
        padding: 50px 0;
    }

    .f-nav dl {
        width: 22%;
    }

    .f-nav dl:last-child {
        width: 34%;
    }

    .f-ma {
        margin-right: 20px;
    }

    .s-banner .text .d1 {
        font-size: 38px;
    }

    .s-banner .text .d2 {
        font-size: 18px;
    }

    .position .type a {
        padding: 0 8px;
        height: 50px;
        font-size: 14px;
    }

    .a-d3 {
        padding: 50px 0 80px;
    }

    .s-t {
        margin-bottom: 30px;
    }

    .s-t p {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .s-t span {
        font-size: 15px;
    }

    .a-d3 .box1 {
        margin-bottom: 60px;
        font-size: 14px;
        line-height: 24px;
    }

    .a-d3 .box2 {
        margin-bottom: 60px;
    }

    .a-d3 .box2 li p {
        font-size: 24px;
    }

    .a-d3 .box2 li p em {
        font-size: 12px;
        margin-left: 6px;
        top: 2px;
    }

    .a-d3 .box2 li p sup {
        font-size: 16px;
        position: relative;
        top: -7px;
        left: 4px;
    }

    .a-d3 .box3 li .text {
        padding: 5% 3% 0;
        font-size: 15px;
        line-height: 26px;
    }

    .a-d4 {
        padding: 60px 0;
    }

    .a-d5 {
        padding: 50px 0 60px;
        width: 100%;
    }

    .a-d5 li .text {
        width: 400px;
        height: 160px;
        position: absolute;
        left: 110px;
        top: calc(50% - 80px);
        padding: 40px 50px 0;
    }

    .a-d5 li .text p {
        font-size: 24px;
    }

    .a-d5 li .text span {
        font-size: 18px;
    }

    .a-d6 {
        background: #f1f1f1;
        padding: 60px 0 80px;
    }

    .a-d6 .box li .d1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .a-d6 .box li .d2 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .a-d6 .box li .img {
        width: 75px;
        height: 75px;
        margin: 0 auto 20px;
    }

    .a-d6 .box li .img .iconfont {
        font-size: 35px;
    }

    .a-d8 {
        padding: 60px 0;
    }

    /* .a-d8 .box .prev-6, .a-d8 .box .next-6 {
        left: 0px;
    }
    .a-d8 .swiper-slide .text {
        font-size: 15px;
    }
    .a-d8 .swiper-slide .text p {
        margin-bottom: 15px;
    }
    .a-d8 .swiper-slide .time {
        font-size: 24px;
        margin-top: 4px;
    } */
    .a-d1 {
        width: 100%;
        padding: 50px 0 80px;
    }

    .a-d1 .right {
        height: 420px;
    }

    .a-d1 .right p {
        font-size: 14px;

    }

    .a-d2 .d1 li {
        width: 22%;
        height: 120px;
        padding-top: 25px;
    }

    .a-d2 .d1 li p {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .a-d2 .d1 li span {
        font-size: 14px;
    }

    .a-d1 .box {
        padding: 40px 0;
    }

    .a-d2 {
        padding: 50px 0 60px;
    }

    .a-d9 {
        padding: 50px 0 80px;
    }

    .a-d9 li .img {
        margin-bottom: 30px;
    }

    .a-d9 li .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .a-d9 li .d2 {
        font-size: 14px;
        line-height: 24px;
    }

    .a-d9 li {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .a-d9 li:last-child .d2 p {
        padding: 20px 30px;
    }

    .a-d9 li:last-child .d1 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .a-d7 {
        padding: 50px 0 80px;
    }

    .a-d7 li {
        padding: 40px 0;
        margin-bottom: 20px;
    }

    .a-d7 li .img {
        width: 360px;
    }

    .a-d7 li .text {
        width: calc(100% - 360px);
        padding: 10px 40px 0;
    }

    .p-d .p-l {
        width: 260px;
        border-top: 2px solid #13499e;
        padding: 0 15px;
    }

    .p-d .p-l a {
        width: 100%;
        font-size: 12px;
    }

    .p-d .p-r {
        width: calc(100% - 300px);
    }

    .p-d .p-r .t-d {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .p-r li .text {
        width: 50%;
        padding-top: 3%;
        padding-right: 2%;
    }

    .p-r li .text .d1 {
        font-size: 20px;
    }

    .p-r li .text .d2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .p-r li .text .d3 {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .p-d {
        padding: 50px 0 100px;
    }

    .p-d2 {
        padding: 60px 0;
    }

    .p-d2 .right .d1 {
        font-size: 30px;
    }

    .p-d2 .right .d1 a {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .p-d2 .right .d4 a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
    }

    .p-d2 .right .d4 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .p-d2 .right .d3 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .p-d2 .right .d2 {
        font-size: 14px;
        line-height: 26px;
        height: 240px;
        margin-bottom: 20px;
        padding-right: 15px;
    }

    .p-d3 {
        padding: 50px 0 20px;
    }

    .p-t {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 24px;
        padding-left: 20px;
    }

    .p-t::after {
        width: 8px;
        height: 8px;
        top: 8px;
    }

    .p-d3 p {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .p-d4 {
        padding: 50px 0 0;
    }
    .p-d7 {
        width: 100%;
        padding: 50px 0 0;
    }
    
    .p-d8 {
        width: 100%;
        padding: 50px 0 ;
    }
    
    .p-d4 .box p {
        width: 50%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .p-d4 .box p strong {
        margin-right: 30px;
        font-size: 16px;
    }

    .p-d5 {
        padding: 60px 0;
    }

    .p-d5 .next-3,
    .p-d5 .prev-3 {
        width: 30px;
        height: 30px;
        right: 12px;
    }

    .p-d5 .prev-3 {
        left: auto;
        right: 60px;
    }

    .p-d5 .swiper-slide .l_img {
        margin-bottom: 20px;
    }

    .p-d5 .swiper-slide {
        font-size: 16px;
    }

    .n-d1 {
        padding: 60px 0 80px;
    }

    .n-d1 li .l_img {
        width: 360px;
        padding-bottom: 247px;
    }

    .n-d1 li .text {
        width: calc(100% - 360px);
        height: 247px;
        padding: 30px 50px 0;
    }

    .n-d1 li .text .d1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .n-d1 li {
        margin-bottom: 40px;
    }

    .n-bg {
        padding: 60px 0 80px;
    }

    .n-d2 {
        padding: 4%;
    }

    .n-d2 .d1 {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .n-d2 .d1 p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .n-d3 {
        margin-top: 30px;
    }

    .n-d3 a {
        width: 100%;
        font-size: 14px;
    }

    .n-d3 a:nth-child(1) {
        margin-bottom: 10px;
    }

    .n-d3 .b {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .c-d {
        padding: 60px 0 80px;
    }

    .c-d .left .t1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .c-d .left input {
        height: 45px;
        line-height: 43px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .c-d .left textarea {
        height: 200px;
        line-height: 50px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .c-d .right {
        padding: 30px 40px;
    }

    .c-d .right li {
        margin-bottom: 45px;
    }

    .c-d .right li .img {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .c-d .right li .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .c-d .right li .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .c-d .right li .d3 {
        font-size: 24px;
    }

    .d-d {
        padding: 60px 0 80px;
    }

    .d-d li .d1,
    .d-d li .d2 {
        font-size: 14px;
        line-height: 20px;
    }

    .d-d li .d3 {
        width: 80px;
        height: 30px;
        margin: 10px auto 0;
    }

    .d-d li {
        width: 22%;
        margin-right: 4%;
    }

    .j-d {
        padding: 60px 0 80px;
    }

    .j-d .box .t-d {
        padding: 0 50px;
    }

    .j-d .box ul {
        width: 100%;
        padding: 0 40px 45px;
        box-sizing: border-box;
    }

    .j-d .box li .t span {
        font-size: 16px;
    }

    .j-d .box li .t span:nth-child(2) {
        font-size: 14px;
    }

    .j-d .box li .t span:nth-child(3) {
        font-size: 14px;
    }

    .j-d .box li .t span:nth-child(4) {
        font-size: 14px;
    }

    .j-d .box li .t span i {
        font-size: 24px;
    }

    .j-d .box li .b .d1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .j-d .box li .b .d2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .j-d .box li .b .d3 {
        width: 90px;
        height: 30px;
        font-size: 12px;
    }

    .a-d8 .box .mySwiper-6 .text .d1 {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .a-d8 .box .mySwiper-6 .text .d2 p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .a-d8 .box .mySwiper-6 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .i-banner .prev-b {
        left: 3%;
        width: 30px;
        height: 30px;
        top: 68%;
    }

    .i-banner .next-b {
        left: calc(3% + 50px);
        width: 30px;
        height: 30px;
        top: 68%;
    }

    .i-banner .swiper-button-next:after,
    .i-banner .swiper-button-prev:after {
        font-size: 14px;
    }

    .header .nav li .n {
        padding: 0 25px;
        font-size: 14px;
    }

    .header .logo {
        width: 180px;
    }

    .sec-4 .b-d .text .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sec-4 .b-d .text .d2 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .sec-4 .b-d .pagination-2 {
        bottom: 50px;
    }

    .sec-4 .b-d .next-2 {
        bottom: 50px;
    }

    .sec-4 .b-d .prev-2 {
        bottom: 50px;
    }

    .f-nav dl dt {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .f-nav dl dd a {
        font-size: 12px;
    }

    .position .type a {

        height: 50px;
        font-size: 12px;
    }

    /* .a-d8 .box .prev-6, .a-d8 .box .next-6 {
        display: none;
    } */
    .a-d1 .right {
        height: 350px;
    }

    .a-d8 .box .mySwiper-6 .text {
        padding: 30px 50px 0;
    }

}

@media screen and (max-width: 1000px) {
    .header .nav li .n {
        padding: 0 15px;
    }

    .sec-4 .b-d .text .d3 {
        font-size: 14px;
        line-height: 24px;
    }

    .a-d3 .box3 li .img {
        width: 100%;
        float: none;
    }

    .a-d3 .box3 li .text {
        width: 100%;
        float: none;
    }

    .a-d3 .box3 li .text {
        padding: 3%;
        font-size: 14px;
        line-height: 24px;
    }

    .p-d .p-l {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .p-d .p-r {
        width: 100%;
    }

    .p-d .p-r .t-d {
        display: none;
    }

    .p-d3 p {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .p-d4 .box p {
        width: 100%;
        padding-left: 15px;
    }

    .p-d4 .box p:nth-child(2n) {
        border-left: 0;
    }

    .d-d li .d1,
    .d-d li .d2 {
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .position .type {
        display: none;
    }

    .position .container {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .rg {
        display: block;

    }

    .header .logo {
        width: 190px;
        height: 60px;
    }

    .header .nav {
        display: none;
    }

    .header .l-d {
        width: 30px;
        margin-top: 15px;
        margin-left: 15px;
        padding-bottom: 15px;
    }

    .i-banner {
        margin-top: 60px;
    }

    .i-banner img.pc {
        display: none;
    }

    .i-banner img.wap {
        display: block;
    }

    .header .l-d .t i.iconfont {
        font-size: 30px;
        color: #999;
    }

    .i-banner .text {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .i-banner .text .d1 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .i-banner .text .d2 {
        font-size: 15px;
        line-height: 18px;
    }

    .i-banner .prev-b {
        left: 32px;
        width: 34px;
        height: 34px;
        top: auto;
        bottom: 40px;
    }

    .i-banner .next-b {
        left: 87px;
        width: 34px;
        height: 34px;
        top: auto;
        bottom: 40px;
    }

    .i-banner .swiper-slide2 .text .d1 {
        width: 130px;
        line-height: 32px;
    }

    .i-banner .swiper-slide3 .text .d1 {
        width: 130px;
        line-height: 32px;
    }

    .i-banner .swiper-slide3 .text .d2 {
        width: 150px;
    }

    .i-banner .swiper-slide4 .text .d1 {
        width: 220px;
        line-height: 32px;
    }

    .i-banner .swiper-slide4 .text .d2 {
        width: 280px;
    }

    .sec-1 {
        padding: 30px 0 40px;
    }

    .sec-1 .d1 {
        width: 80%;
        font-size: 22px;
        line-height: 34px;
        margin: 0 auto 30px;
    }

    .sec-1 .d3 {
        width: 105px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
    }

    .sec-2 {
        width: 100%;
        height: 618px;

    }

    .sec-2 .container {
        height: 618px;
    }

    .sec-2 ul {
        width: calc(100% - 28px);
        margin: 0 auto;
        background: rgba(255, 255, 255, .8);
        position: absolute;
        left: 14px;
        bottom: 30px;
    }

    .sec-2 ul li {
        width: 50%;
        height: 120px;
        font-size: 15px;
    }

    .sec-3 .t-d .left {
        font-size: 12px;
        height: 70px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec-3 .t-d .left span {
        font-size: 16px;
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    .sec-3 .t-d .left span:after {
        display: none;
    }

    .sec-3 .right .next-1,
    .sec-3 .right .prev-1 {
        height: 70px;
        font-size: 30px;
    }

    .sec-3 .swiper-slide {
        padding: 35px 12px 30px;
    }

    .sec-3 .swiper-slide .l_img {
        margin-bottom: 13px;
    }

    .sec-3 .swiper-slide .d1 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sec-3 .swiper-slide .d2 {
        font-size: 24px;
        color: #13499e;
    }

    .sec-4 {
        padding: 30px 0 35px;
    }

    .sec-4 .t-d {
        height: auto;
        line-height: 1;
        margin-bottom: 20px;
    }

    .sec-4 .t-d .left {
        font-size: 12px;
        height: auto;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec-4 .t-d .left span:after {
        display: none;
    }

    .sec-4 .t-d .left span {
        font-size: 16px;
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    .sec-4 .t-d .right {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-top: 0px;
    }

    .sec-4 .b-d .l_img {
        width: 100%;
        padding-bottom: 68.4%;
        float: none;
    }

    .sec-4 .b-d .text {
        width: 100%;
        float: none;
        padding: 6% 4.7% 18%;
        box-sizing: border-box;
    }

    .sec-4 .b-d .text .d1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec-4 .b-d .text .d2 {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .sec-4 .b-d .text .d3 {
        display: none;
    }

    .sec-4 .b-d .pagination-2 {
        padding-left: 4.7%;
        bottom: 25px;
        text-align: left;
    }

    .sec-4 .b-d .next-2 {
        bottom: 10px;
    }

    .sec-4 .b-d .prev-2 {
        bottom: 10px;
    }

    .sec-4 .b-d .next-2::after,
    .sec-4 .b-d .prev-2::after {
        font-size: 20px;
        z-index: 99;
    }

    .footer {
        background: url(../images/f-bg2.jpg) center no-repeat;
        background-size: cover;
    }

    .footer .t-d {
        padding: 50px 0 40px;
    }

    .footer .f-logo {
        float: none;
        width: 100%;
    }

    .footer .f-logo img {
        max-width: 50%;
        margin: 0 auto;
    }

    .f-nav-w {
        display: block;
        margin: 25px auto 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-nav-w a {
        display: inline-block;
        height: 15px;
        line-height: 15px;
        font-size: 15px;
        color: #fff;
        padding: 0 10px;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }

    .f-nav-w a:last-child {
        border: 0;
    }

    .f-nav {
        float: none;
        width: 100%;
    }

    .f-nav dl {
        display: none;
        float: none;
    }

    .f-nav dl:last-child {
        width: 100%;
        display: block;
    }

    .f-ma {
        float: none;
        position: absolute;
        bottom: 100px;
        right: 10px;
    }

    .f-ma .box {
        width: 130px;
        height: 130px;
        position: absolute;
        left: calc(50% - 65px);
        bottom: 100%;
        opacity: 0;
        z-index: -1;
        padding: 16px 16px 0;
        background: url(../images/ma-bg.png) center top no-repeat;
        background-size: 100%;
        box-sizing: border-box;
    }

    .footer .bq {
        height: auto;
        line-height: 24px;
    }

    .footer .bq .left {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .footer .bq .right {
        display: none;
    }

    .s-banner {
        margin-top: 60px;
    }

    .s-banner img.pc {
        display: none;
    }

    .s-banner img.wap {
        display: block;
    }

    .s-banner img {
        width: 100%;
        left: 0;
        position: relative;
    }

    .s-banner .text {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .s-banner .text .d1 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .s-banner .text .d2 {
        font-size: 15px;
    }

    .a-d3 {
        padding: 40px 0;
    }

    .a-d3 .box1 {
        margin-bottom: 30px;
    }

    .a-d3 .box2 li {
        width: 50%;
    }

    .a-d3 .box2 li:nth-child(2) p::after {
        display: none;

    }

    .a-d3 .box2 li:nth-child(2) span {
        border: 0;
    }

    .a-d4 {
        padding: 40px 0;
    }

    .a-d5 {
        padding: 40px 0;
    }

    .a-d5 li .text {
        width: calc(100% - 50px);
        height: 105px;
        position: absolute;
        left: 25px;
        top: auto;
        bottom: 30px;
        padding: 30px 0px 0;
        text-align: center;
    }

    .a-d5 li {
        height: 350px;
        background: url(../images/a4w.jpg) center no-repeat;
        background-size: cover;
    }

    .a-d5 li:nth-child(2) {
        height: 350px;
        background: url(../images/a5w.jpg) center no-repeat;
        background-size: cover;
        margin-top: 20px;
    }

    .a-d5 li .text p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .a-d5 li .text span {
        font-size: 15px;
    }

    .a-d5 li:nth-child(2) .text {
        left: auto;
        right: 25px;
    }

    .a-d6 {
        background: #f1f1f1;
        padding: 40px 0;
    }

    .a-d6 .box {
        padding: 5.4% 6.6% 5%;
    }

    .a-d6 .box li {
        float: left;
        width: 42%;
        text-align: center;
        margin-right: 0%;
    }

    .a-d6 .box li:nth-child(2n) {
        float: right;
    }

    .a-d6 .box li .img {
        width: 65px;
        height: 65px;
        margin: 0 auto 15px;
    }

    .a-d6 .box li .d1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .a-d6 .box li .d2 {
        font-size: 12px;
        line-height: 20px;
        height: 80px;
    }

    .a-d6 .box li:nth-child(-n+6) {
        margin-bottom: 30px;
    }

    .s-t {
        margin-bottom: 25px;
    }

    .s-t p {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .s-t span {
        font-size: 13px;
    }

    .a-d8 {
        padding: 40px 0;
        background: url(../images/d-bg2.jpg) center bottom no-repeat;
        background-size: 100%;
    }

    /* .a-d8 .mySwiper-6 {
        height: 460px;
        padding: 10px 0 0;
    }
    .a-d8 .mySwiper-6::after {
        width: 4px;
        left: 60px;
    }
    .a-d8 .swiper-slide::after {
        width: 12px;
        height: 12px;
        left: 56px;
        top: 5px;
        border: 2px solid #13499e;
    }
    .a-d8 .swiper-slide.swiper-slide-active::after {
        width: 16px;
        height: 16px;
        left: 54px;
        top: 5px;
        border: 4px solid #13499e;
    }
    .a-d8 .swiper-slide .time {
        width: 60px;
        font-size: 18px;
    }

    .a-d8 .swiper-slide .text {
        width: calc(100% - 80px);
        font-size: 12px;
        line-height: 20px;
    }
    .a-d8 .swiper-slide .text p {
        padding-left: 10px;
        margin-bottom: 6px;
    }
    .a-d8 .swiper-slide .text p::after {
        width: 4px;
        height: 4px;
        top: 8px;
    } */
    .a-d1 {
        padding: 40px 0;
    }

    .a-d1 .box {
        padding: 30px 0;
    }

    .a-d1 .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .a-d1 .right {
        width: 92%;
        height: 340px;
        overflow-y: scroll;
        float: none;
        margin: 0 auto;
    }

    .a-d1 .left .prev-4,
    .a-d1 .left .next-4 {
        width: 30px;
        height: 30px;
        left: 10px;
    }

    .a-d1 .left .prev-4:after,
    .a-d1 .left .next-4:after {
        font-size: 14px;
    }

    .a-d1 .left .next-4 {
        left: auto;
        right: 10px;
    }

    .a-d1 .right p {
        font-size: 12px;

        position: relative;
    }

    .a-d2 {
        padding: 40px 0;
    }

    .a-d2 .d1 {
        margin-bottom: 20px;
    }

    .a-d2 .d1 li {
        width: 30%;
        height: auto;
        padding: 12px 0;
        margin: 0;
        border-top: 2px solid #13499e;
    }

    .a-d2 .d1 li p {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .a-d2 .d1 li span {
        font-size: 12px;
        display: block;
        height: 36px;
        line-height: 18px;
        width: 90%;
        margin: 0 auto;
    }

    .a-d2 .d1 li:nth-child(2n) {
        margin: 0 2%;
    }

    .a-d2 .d2 .prev-5,
    .a-d2 .d2 .next-5 {
        width: 30px;
        height: 30px;
        left: calc(50% - 50px);
    }

    .a-d2 .d2 .next-5 {
        left: auto;
        right: calc(50% - 50px);
    }

    .a-d2 .d2 .swiper-container {
        padding-bottom: 50px;
    }

    .a-d2 .d2 .prev-5::after,
    .a-d2 .d2 .next-5::after {
        font-size: 14px;
    }

    .a-d9 {
        padding: 40px 0;
    }

    .a-d9 li .img {
        margin-bottom: 20px;
    }

    .a-d9 li .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .a-d9 li .d2 {
        font-size: 12px;
        line-height: 20px;
    }

    .a-d9 li {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .a-d9 li::after {
        height: 30px;
        background: url(../images/a13.png) center no-repeat;
        background-size: auto 100%;
        bottom: -15px;
    }

    .a-d9 li:last-child .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .a-d9 li:last-child .d2 p {
        padding: 15px 20px;
    }

    .a-d7 {
        padding: 40px 0;
    }

    .a-d7 li {
        padding: 10px 0 20px;
    }

    .a-d7 li .img {
        width: 100%;
        height: 170px;
        float: none;
        border-right: 0;
    }

    .a-d7 li .img {
        width: 100%;
        height: 150px;
        float: none;
        border-right: 0;
    }

    .a-d7 li .text {
        width: 100%;
        padding: 10px 20px 0;
    }

    .a-d7 li .text .d1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .a-d7 li .text .d2 {
        font-size: 12px;
        line-height: 24px;
    }

    .a-d7 .m {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .p-d {
        padding: 40px 0;
    }

    .p-r li .l_img {
        width: 100%;
        padding-bottom: 67%;
        float: none;
    }

    .p-r li .text {
        width: 100%;
        padding: 15px;
    }

    .p-r li .text .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .p-r li .text .d2 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .p-r li .text .d3 {
        width: 90px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .p-d2 .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .p-d2 .right {
        width: 100%;
    }

    .p-d2 .right .d1 {
        font-size: 20px;
    }

    .p-d2 .right .d1 a {
        width: 65px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .p-d2 .right .d2 {
        font-size: 13px;
        line-height: 24px;
        height: 240px;
        margin-bottom: 15px;
    }

    .p-d2 .right .d3 a {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .p-d2 .right .d3 a i {
        font-size: 16px;
        margin-right: 6px;
    }

    .p-t {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        padding-left: 15px;
    }

    .p-t::after {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .p-d3 {
        padding: 30px 0 10px;
    }

    .p-d3 p {
        margin-bottom: 20px;
        padding-left: 10px;
        font-size: 12px;
    }

    .p-d3 p::after {
        top: 12px;
    }

    .p-d4 {
        padding: 30px 0 0;
    }
    .p-d7 {
        width: 100%;
        padding: 30px   0 0;
    }
    
    .p-d8 {
        width: 100%;
        padding: 30px 0 ;
    }
    
    .p-d4 .box p {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 1;
        padding: 10px 0;
        line-height: 15px;
    }

    .p-d4 .box p strong {
        margin-right: 0px;
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    .p-d5 {
        padding: 30px 0;
    }

    .p-d5 .swiper-slide .l_img {
        margin-bottom: 10px;
    }

    .p-d5 .next-3,
    .p-d5 .prev-3 {
        width: 20px;
        height: 20px;
        right: 12px;
    }

    .p-d5 .prev-3 {
        left: auto;
        right: 40px;
    }

    .p-d5 .next-3::after,
    .p-d5 .prev-3::after {
        font-size: 14px;
    }

    .p-d5 .swiper-slide {
        font-size: 12px;
    }

    .n-d1 {
        padding: 40px 0;
    }

    .n-d1 li {
        margin-bottom: 20px;
    }

    .n-d1 li .l_img {
        width: 100%;
        padding-bottom: 68%;
    }

    .n-d1 li .text {
        width: 100%;
        height: auto;
        padding: 20px 15px 15px;
    }

    .n-d1 li .text .d1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .n-d1 li .text .d2 {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .n-d1 li .text .d3 .m {
        float: right;
        font-size: 12px;
        margin-top: -2px;
    }

    .n-d1 li .text .d3 .m i {
        font-size: 20px;
        position: relative;
        top: 3px;
        margin-left: 5px;
    }

    .page a {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }

    .n-bg {
        padding: 40px 0;
    }

    .n-d2 .d1 p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .n-d2 .d1 span {
        font-size: 14px;
    }

    .n-d2 .d1 span i {
        font-size: 16px;
        top: 1px;
    }

    .n-d2 .d2 {
        font-size: 14px;
        line-height: 24px;
    }

    .n-d3 {
        width: 100%;
        margin-top: 20px;
        padding-right: 0px;
        position: relative;
        box-sizing: border-box;
    }

    .n-d3 a {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .n-d3 a:nth-child(1) {
        margin-bottom: 2px;
    }

    .n-d3 .b {
        width: 120px;
        height: 40px;
        position: static;
        font-size: 12px;
        margin: 10px auto 0;
    }

    .c-d {
        padding: 40px 0;
    }

    .c-d .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .c-d .left .t1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .c-d .left .t2 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .c-d .left input {
        height: 34px;
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .c-d .left textarea {
        height: 120px;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .c-d .left button {
        width: 80px;
        height: 34px;
        font-size: 14px;
    }

    .c-d .right {
        width: 100%;
        padding: 20px;
    }

    .c-d .right li {
        margin-bottom: 30px;
    }

    .c-d .right li .img {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .c-d .right li .d1 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .c-d .right li .d2 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .c-d .right li .d3 {
        font-size: 18px;
    }

    .d-d {
        padding: 40px 0;
    }

    .d-d li {
        width: 48%;
        margin-right: 0%;
    }

    .d-d li .l_img {
        margin-bottom: 10px;
    }

    .d-d li:nth-child(2n) {
        float: right;
    }

    .d-d li .d3 {
        width: 70px;
        height: 24px;
        margin: 8px auto 0;
    }

    .d-d li:nth-child(-n+6) {
        margin-bottom: 30px;
    }

    .j-d {
        padding: 40px 0;
    }

    .j-d .box .t-d {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .j-d .box .t-d span {
        font-size: 12px !important;
        width: calc(100% / 3) !important;
    }

    .j-d .box .t-d span:nth-child(2) {
        display: none;
    }

    .j-d .box .t-d span:nth-child(4) {
        text-align: right;
    }

    .j-d .box ul {
        padding: 0 15px 20px;
    }

    .j-d .box li .t {
        height: 45px;
        line-height: 45px;
    }

    .j-d .box li .t span {
        font-size: 12px !important;
        width: calc(100% / 3) !important;
    }

    .j-d .box li .t span:nth-child(2) {
        display: none;
    }

    .j-d .box li .t span:nth-child(4) {
        text-align: right;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .j-d .box li .t span i {
        font-size: 20px;
        right: -3px;
    }

    .j-d .box li .b .d1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .j-d .box li .b .d2 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .p-d4 tr td {
        font-size: 12px;
        height: auto;
        line-height: 40px;
    }

    .a-d1 .right p {
        margin-bottom: 10px;
    }

    .sec-2 .bg1 {
        display: none;
    }

    .sec-2 .bg2 {
        display: block;
    }

    .a-d8 .box .mySwiper-6 .text {
        width: 100%;
        padding: 20px 15px 10px;
    }

    .a-d8 .box .mySwiper-6 .text .d1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .a-d8 .box .mySwiper-6 .text .d2 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .a-d8 .box .mySwiper-6 .l_img {
        width: 100%;
        padding-bottom: 66.4%;
    }

    .a-d8 .box .mySwiper-6 .text .d2 p {
        line-height: 24px;
    }

    .a-d8 .box .mySwiper-6 .text .d2 p:after {
        top: 12px;
    }

    .a-d8 .box .mySwiper-6 {
        margin-bottom: 30px;
    }

    .a-d8 .box .mySwiper .swiper-slide {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 16px;
    }

    .a-d8 .box2 .swiper-button-prev,
    .a-d8 .box2 .swiper-button-next {
        width: 28px;
        height: 28px;
        top: 16px;
    }

    .a-d8 .box2 .swiper-button-next:after,
    .a-d8 .box2 .swiper-button-prev:after {
        font-size: 12px;
    }
    .a-d1 .right p strong {
        top: 13px;
    }
    .a-d7 li .text .d2 p{
        margin-bottom:10px
    }
    .p-d2 .right .d2 p{
        margin-bottom: 10px;
    }
    .n-d2 .d2 p{
        margin-bottom: 10px;
    }

    
}