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

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'albb-l';*/
/*    src: url('AlibabaPuHuiTi-2-45-Light.ttf'),*/
/*    url('AlibabaPuHuiTi-2-45-Light.eot');*/
    
    
/*}*/

/*@font-face {*/
/*    font-family: 'albb-r';*/
/*    src: url('AlibabaPuHuiTi-2-55-Regular.ttf'),*/
/*    url('AlibabaPuHuiTi-2-55-Regular.eot');*/
/*}*/

/*@font-face {*/
/*    font-family: 'albb-b';*/
/*    src: url('AlibabaPuHuiTi-2-85-Bold.ttf'),*/
/*    url('AlibabaPuHuiTi-2-85-Bold.eot');*/
/*}*/

/*@font-face {*/
/*    font-family: 'shf-b';*/
/*    src: url('SourceHanSerifCN-Bold.otf'),*/
/*    url('SourceHanSerifCN-Bold.eot');*/
/*}*/


body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    font-family: 'albb-r';
}

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: all .3s;
}


/* 加载 */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/*头部*/

.header {
    width: 100%;
    position: relative;
    z-index: 9999;
    box-sizing: border-box;
    transition: all .3s;
}

.header .t-d {
    background: #f2f4f7;
    width: 100%;
    color: #777;
    height: 40px;
    line-height: 40px;
}

.header .t-d .right a {
    color: #777;
}

.header .c-d {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .c-d .logo {
    width: 120px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    width: 100%;
}

.header .c-d .text {
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-right: 60px;
}

.header .c-d .text p {
    font-family: 'shf-b';
    color: #009e9e;
    font-size: 30px;
    margin-bottom: 6px;
    letter-spacing: -2px;
}

.header .c-d .text span {
    font-family: 'albb-b';
    color: #777777;
    font-size: 12px;
    letter-spacing: 1px;
}

.header .c-d .img-d {
    float: left;
    width: 32%;
    padding-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.header .c-d .img-d p {
    text-align: center;
}

.header .c-d .img-d p:nth-child(1) {
    padding-top: 6px;
}

.header .c-d .img-d p img {
    margin: 0 auto 6px;
}

.header .c-d .tel {
    float: right;
    width: 235px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .c-d .tel>div {
    width: 100%;
}

.header .c-d .tel img {
    float: left;
    width: 34px;
    position: relative;
    top: 8px;
}

.header .c-d .tel .t {
    float: right;
    width: calc(100% - 40px);
}

.header .c-d .tel .t p {
    color: #777;
    padding-left: 2px;
    margin-bottom: 5px;
}

.header .c-d .tel .t span {
    color: #009e9e;
    font-size: 28px;
    font-family: 'albb-b';
}

.header .b-d {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #009e9e;
}

.header .b-d .nav {
    float: left;
    width: calc(100% - 180px);
}

.header .nav li {
    width: calc(100% / 8);
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: left;
    float: left;
    text-align: center;
}

.header .nav li .n {
    position: relative;
    display: block;
}

.header .nav li.this .n::after {
    content: '';
    display: block;
    width: 110%;
    height: 72px;
    background: url(../images/nav-bg3.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -5%;
    top: -7px;
    z-index: -1;
}

.header .nav li .n {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 10;

}

.header .nav li.this .n {
    color: #009e9e;
    font-family: 'albb-b';
}

.header .nav li .nav-box {
    position: absolute;
    /* left: -4px; */
    top: 50px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
    padding: 10px 0;
}

.header .nav li .nav-box a {
    display: block;
    width: 100%;
    line-height: 30px;
    transition: all .4s;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'albb-l';
}

.header .nav li .nav-box a:hover {
    color: #009e9e;
    font-family: 'albb-r';
}

.header .nav li:nth-child(3) {
    position: static;
}

.header .nav li .nav-box2 {
    width: 1920px;
    position: absolute;
    left: calc(50% - 960px);
    top: 50px;
    background: #fff;
    padding: 18px 0;
}

.header .nav li .nav-box2 a {
    float: left;
    width: calc(100% / 6);
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 36px;
    font-family: 'albb-l';
    transition: all .3s;
}

.header .nav li .nav-box2 a:hover {
    color: #009e9e;
    font-family: 'albb-r';
}

.header .s-d {
    float: right;
    width: 25px;
    position: relative;

}

.header .s-d .btn {
    width: 22px;
    height: 50px;
    background: url(../images/s.png) center no-repeat;
    cursor: pointer;
    float: right;
}

.header .s-d form {
    position: absolute;
    top: 55px;
    right: 0;
    border-radius: 5px;
    box-sizing: border-box;
    width: 300px;
    height: 40px;

    overflow: hidden;
    display: none;

}

.header .s-d form input {
    width: calc(100% - 40px);
    height: 40px;
    color: #333;
    float: left;
    padding-left: 8px;
    box-sizing: border-box;
    background: #fff;
}

.header .s-d form button {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #009e9e url(../images/s2.png) center no-repeat;
    background-size: 15px;
}


.i-banner {
    width: 100%;
    overflow: hidden;
}

.i-banner img {
    width: 100%;
}

.i-banner .swiper-container {
    width: 100%;
}

.i-banner .swiper-button-next:after,
.i-banner .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}

.i-banner .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 10px;
}

.i-banner .swiper-container .swiper-pagination-bullet-active {
    background: #fff;
}

/*手机端导航样式*/

.s-t {
    text-align: center;
    margin-bottom: 30px;
}

.s-t .d1 {
    font-size: 72px;
    font-family: 'albb-b';
    background: linear-gradient(to bottom, #ececec, #fbfbfb);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    line-height: 50px;
}

.s-t .d2 {
    font-family: 'shf-b';
    font-size: 40px;
    margin-top: -25px;
    margin-bottom: 8px;
}

.s-t .d2 i {
    color: #009e9e;
}

.s-t .d3 {
    margin: 0 auto;
}

.i-d1 {
    width: 100%;
    background: url(../images/i1-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}

.i-d1 .s-t .d1 {
    background-image: -webkit-linear-gradient(top, #fff, #f9f9f9, #ececec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i-d1 .text {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.i-d1 ul {
    margin-top: 50px;
}

.i-d1 ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.i-d1 ul li .d {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 20px rgba(0, 110, 110, 0.15);
    transition: all .3s;
}

.i-d1 ul li .d .d1 {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px;
}

.i-d1 ul li .d .d1 img {
    max-width: 100%;
    max-height: 100%;
}

.i-d1 ul li .d .d2 {
    font-size: 18px;
    font-family: 'albb-b';
}

.i-d1 ul li .d:hover {
    background: url(../images/i1-5.png) center no-repeat;
    background-size: cover;
}

.i-d1 ul li .d:hover .d1 img {
    filter: grayscale(100%) brightness(200%);
}

.i-d1 ul li .d:hover .d2 {
    color: #fff;
}

.i-d2 {
    width: 100%;
    background: url(../images/i2-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0 90px;
}

.i-d2 .box1 {
    width: 100%;
    overflow: hidden;
}

.i-d2 .box1 dt {
    float: left;
    width: 32.5%;
    height: 0;
    background: url(../images/i2-bg2.jpg) center no-repeat;
    margin-right: 1.25%;
    position: relative;
    padding-bottom: 47.8%;
}

.i-d2 .box1 dt .t {
    position: absolute;
    left: 9%;
    top: 0;
    width: 82%;
    height: 100%;
    color: #fff;
    padding-top: 15%;
    box-sizing: border-box;
}

.i-d2 .box1 dt .t .d1 {
    font-size: 30px;
    font-family: 'albb-b';
    margin-bottom: 20px;
}

.i-d2 .box1 dt .t .d2 {
    margin-bottom: 30px;
    width: 50px;
    height: 4px;
    background: #f0b411;
}

.i-d2 .box1 dt .t .d3 {
    font-size: 16px;
    line-height: 30px;
}

.i-d2 .box1 dt .t .d4 {
    position: absolute;
    left: 0;
    bottom: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i-d2 .box1 dt .t .d4 img {
    margin-left: 10px;
}

.i-d2 .box1 dd {
    float: left;
    width: 32.5%;
    position: relative;
}

.i-d2 .box1 dd p {
    width: 100%;
    height: 98px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: url(../images/i2-bg3.png) center bottom no-repeat;
    background-size: 100%;
    padding: 55px 20px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'albb-b';
}

.i-d2 .box1 dd:nth-child(n+4) {
    margin-top: 14px;
}

.i-d2 .box1 dd:nth-child(2n) {
    margin-right: 1.25%;
}

.i-d2 .box1 dd .l_img {
    padding-bottom: 72%;
}

.i-d2 .box1 dd .l_img img {
    width: 100%;
}

.i-d2 .box1 .l_img:hover img {
    transform: scale(1.1);
}

.i-d2 .box2 {
    margin-top: 14px;
}

.i-d2 .box2 dd {
    width: 24%;
    margin-right: calc(4% / 3);
}

.i-d2 .box2 dd:nth-child(n+4) {
    margin-top: 0;
}

.i-d2 .box2 dd:nth-child(n+5) {
    margin-top: 14px;
}

.i-d2 .box2 dd:nth-child(4n) {
    margin-right: 0;
}

.i-d2 .box2 dd .l_img {
    padding-bottom: 69.4%;
}

.i-d2 .box2 dd p {
    height: 70px;
    background-size: 100%;
    padding: 40px 20px 0;
    font-size: 18px;
}

.i-d3 {
    width: 100%;
    height: auto;
    background: url(../images/i3-bg.jpg) center bottom no-repeat;
}

.i-d3 .left {
    width: 50%;
}

.i-d3 .left img {
    float: right;
    margin-right: 7%;
    max-width: 80%;
}

.i-d3 .right {
    width: 50%;
}

.i-d3 .right .d1 {
    padding-top: 14%;
    margin-bottom: 20px;
    font-family: 'shf-b';
    font-size: 40px;
}

.i-d3 .right .d1 span {
    color: #009e9e;
}

.i-d3 .right .d2 {
    width: 50px;
    height: 2px;
    background: #f0b411;
    margin-bottom: 20px;
}

.i-d3 .right .d3 {
    /*font-family: 'simkai';*/
    font-size: 20px;
    line-height: 30px;
    /*font-weight: bold;*/
    margin-bottom: 15px;
}

.i-d3 .right .d4 {
    text-align: right;
    /*font-family: 'simkai';*/
    font-size: 20px;
    line-height: 30px;
    /*font-weight: bold;*/
}

.i-d3 .right .d4 span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #676768;
    position: relative;
    top: -5px;
}

.i-d4 {
    width: 100%;
    height: auto;
    background: #fff url(../images/i4-bg.jpg) center top no-repeat;
    padding: 60px 0 80px;
}

.i-d4 li {
    margin-bottom: 20px;
}

.i-d4 li::after {
    content: '';
    display: block;
    clear: both;
}

.i-d4 li .img {
    width: 50%;
    float: left;
}

.i-d4 li .img img {
    max-width: 110%;
}

.i-d4 li .text {
    width: 50%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 40px;
}

.i-d4 li:nth-child(1) .img img {
    margin-left: -10px;
}

.i-d4 li:nth-child(2n) .text {
    float: left;
    padding-left: 0px;
    padding-right: 50px;
}

.i-d4 li:nth-child(2n) .img {
    float: right;
}

.i-d4 li .text .d1 {
    font-size: 120px;
    color: #18469b;
    opacity: .1;
    font-family: 'albb-b';
    line-height: 80px;
}

.i-d4 li .text .d2 {
    font-size: 36px;
    color: #009e9e;
    font-family: 'albb-b';
    margin-top: -22px;
    margin-bottom: 18px;
}

.i-d4 li .text .d3 {
    font-size: 18px;
    color: #777777;
    margin-bottom: 30px;
    font-family: 'albb-l';
}

.i-d4 li .text .d4 {
    font-size: 18px;
    line-height: 36px;
}

.i-d5 {
    width: 100%;
    background: #f2f8f8;
    padding: 60px 0;
}

.i-d5 .text {
    text-align: center;
}

.i-d5 .box {
    position: relative;
}

.i-d5 .swiper-container {
    padding: 30px 0 50px;
}

.i-d5 .swiper-slide {
    text-align: center;
}

.i-d5 .swiper-slide .d1 {
    width: 100%;
    padding-top: 34%;
    padding-bottom: 45%;
    background: url(../images/i5-3.png) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i-d5 .swiper-slide .d1 img {
    /* margin-top: -30px; */
    max-width: 100%;
}

.i-d5 .swiper-slide .d2 {
    font-size: 16px;
}

.i-d5 .swiper-slide:hover .d1 {
    background: url(../images/i5-4.png) center top no-repeat;
    background-size: cover;
}

.i-d5 .swiper-slide:hover .d2 {
    color: #009e9e
}

.i-d5 .swiper-button-prev1 {
    left: -40px;
    top: 45%;
}

.i-d5 .swiper-button-next1 {
    right: -40px;
    top: 45%;
}

.i-d5 .swiper-button-next:after,
.i-d5 .swiper-button-prev:after {
    color: #b1b5b5;
    font-size: 24px;
}

.i-d5 .pagination2 {
    bottom: 0px;
}

.i-d5 .pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #009e9e;
    box-sizing: border-box;
    background: none;
    opacity: 1;
}

.i-d5 .pagination2 .swiper-pagination-bullet-active {
    background: #009e9e;
}

.footer {
    width: 100%;
    background: #009e9e;
    padding-top: 74px;
}

.footer .l-d {
    width: 308px;
    float: left;
    text-align: center;
    color: #fff;
}

.footer .l-d .d1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-family: 'shf-b';
    font-size: 36px;
    margin-bottom: 20px;
}

.footer .l-d .d2 {
    font-family: 'albb-b';
    font-size: 22px;
    margin-bottom: 20px;
}

.footer .l-d .d3 {
    width: 50px;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
}

.footer .l-d .d4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer .l-d .d4 a {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .c-d {
    margin-left: 8%;
    float: left;
    width: calc(68% - 308px);
}

.footer .c-d dl {
    float: left;
    width: 48%;
    color: #fff;
}

.footer .c-d dl:nth-child(2) {
    float: right;
}

.footer .c-d dl dt {
    font-family: 'albb-b';
    font-size: 20px;
    margin-bottom: 18px;
}

.footer .c-d dl dd {
    font-size: 14px;
    line-height: 24px;
}

.footer .r-d {
    float: right;
    width: 24%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer .r-d .ma {
    width: 42%;
    color: #fff;
    text-align: center;
    font-family: 'albb-l';
}

.footer .r-d .ma img {
    width: 100%;
    margin-bottom: 15px;
}

.footer .fk {
    width: 100%;
    float: left;
    margin-top: 50px;
    color: #fff;
    font-family: 'albb-l';
    padding-bottom: 15px;
    line-height: 20px;
}

.footer .fk a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.footer .bq {
    width: 100%;
    float: left;
    border-top: 1px solid #33b1b1;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.footer .bq a {
    color: #fff;
    display: inline;
}
.footer .bq a  img{
     display: inline;
}
.footer .bq a.tj{
    position: relative;
    top: 5px;
}
.footer2 .bq {
    margin-top: 50px;
}

.s-banner {
    position: relative;
    overflow: hidden;
}

.s-banner img {
    width: 100%;
}

.s-banner .text {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    color: #fff;
}

.s-banner .text .d1 {
    font-size: 50px;
    font-family: 'shf-b';
    margin-bottom: 10px;
}

.s-banner .text .d2 {
    font-size: 20px;
    text-transform: uppercase;
}

.position {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e2e2e2;
    color: #ababab;
}

.position .container img {
    float: left;
    margin-right: 5px;
    margin-top: 18px
}

.position .container a {
    display: inline-block;
    margin: 0 4px;
    color: #ababab;
}

.a-d1 {
    padding: 60px 0 65px;
    width: 100%;
    background: url(../images/a1-bg.jpg) center no-repeat;
    background-size: cover;
}

.a-d1 .left {
    width: 50%;
}

.a-d1 .left .text {
    font-size: 16px;
    line-height: 30px;
    color: #474747;
}

.a-d1 .s-t {
    text-align: left;
}

.a-d1 .right {
    width: 45%;
}

.a-d1 .right img {
    width: 100%;
    margin: 0 auto;
}

.a-d1 .right ul:after {
    display: none;
}

.a-d1 .right ul {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
}

.a-d1 .right ul li p {
    color: #009e9e;
    font-size: 18px;
    font-family: 'albb-b';
    margin-bottom: 4px;
}

.a-d1 .right ul li p i {
    font-size: 50px;
}

.a-d1 .right ul li span {
    font-size: 16px;
    font-family: 'albb-l';
}

.a-d2 {
    padding: 40px 0 60px;
    width: 100%;
    background: url(../images/a2-bg.jpg) center no-repeat;
    background-size: cover;
}

.a-d2 .d1 {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 200px;
    margin: 0 auto 10px;
    box-shadow: 0px 10px 20px rgba(0, 57, 57, 0.5);
}

.a-d2 .d1 img {
    width: 100%;
}

.a-d2 .d2 {
    width: 240px;
    height: 60px;
    background: #009e9e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-family: 'shf-b';
    font-size: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.a-d2 .d3 {
    width: 100%;
    background: url(../images/a2-bg2.png) center no-repeat;
    background-size: 100% 100%;
    padding: 55px 50px 30px;
    margin-top: -30px;
    box-sizing: border-box;
}

.a-d2 .d3 {
    font-size: 18px;
    line-height: 30px;
}

.a-d2 .d3 .r {
    margin-top: 10px;
    text-align: right;
}

.a-d2 .d3 .r span {
    display: inline-block;
    width: 50px;
    height: 1px;
    position: relative;
    top: -5px;
    background: #696969;
    margin-right: 5px;
}

.a-d3 {
    padding: 65px 0 85px;
}

.a-d3 dl {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.a-d3 dl dt {
    float: left;
    width: 49%;
    position: relative;
}

.a-d3 dl dt .l_img {
    padding-bottom: 78%;
}

.a-d3 dl dt .l_img img {
    width: 100%;
}

.a-d3 dl dd {
    float: right;
    width: 49%;
    position: relative;
}

.a-d3 dl dt .l_img {
    padding-bottom: 78%;
}

.a-d3 dl dd .l_img {
    padding-bottom: 37.4%;
}

.a-d3 dl .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.a-d3 dl .text>div {
    width: 100%;
}

.a-d3 dl .text .d1 {
    margin-bottom: 13px;
}

.a-d3 dl .text .d1 img {
    margin: 0 auto;
}

.a-d3 dl .text .d2 {
    text-align: center;
    font-size: 30px;
    font-family: 'albb-b';
    margin-bottom: 16px;
}

.a-d3 dl .text .d3 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}

.a-d3 dl dd:last-child .text .d3 {
    text-align: center;
}

.a-d3 dl dd:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.a-d4 {
    width: 100%;
    background: #ffffff url(../images/a4-bg.png) center top no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}

.a-d4 .s-t .d1 {
    font-family: 'albb-b';
    background: linear-gradient(to bottom, #e1e2e5, #f0f2f4);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.a-d4 .swiper-button-next:after,
.a-d4 .swiper-button-prev:after {
    color: #aaacad;
    font-size: 24px;
}

.a-d4 .swiper-slide img {
    width: 100%;
}

.certify {
    padding-bottom: 60px;
    max-width: 90%;
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}

.certify .swiper-slide {
    width: 300px;
    height: 410px;
    /* box-shadow: 0 8px 30px #ddd; */
}

.certify .swiper-slide img {
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 60, 60, 0.2);
}

.certify .swiper-slide p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    display: none;
}

.certify .swiper-slide-active p {
    display: block;
}

.certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowleft.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.certify .swiper-button-prev:hover {
    /* background-position: 0 -46px; */
    background-size: 100%
}

.certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowright.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}

.certify .swiper-button-next:hover {
    /* background-position: 0 -139px; */
    background-size: 100%
}

.a-d5 .box img {
    width: 100%;
}

.p-list {
    padding: 60px 0 80px;
}

.type {
    position: relative;
    margin-bottom: 60px;
}

.type .swiper-slide a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
}

.type .swiper-slide a.this {
    background: #009e9e;
    color: #fff;
}

.type .swiper-button-prev,
.type .swiper-button-next {
    background: #eeeeee;
    color: #080808;
    left: -50px;
    border-radius: 4px;
}

.type .swiper-button-next {
    left: auto;
    right: -50px;
}

.type .swiper-button-next:after,
.type .swiper-button-prev:after {
    font-size: 20px;
}

.p-list .box {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.p-list .box li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 45px;
}

.p-list .box li:nth-child(4n) {
    margin-right: 0;
}

.p-list .box li .l_img {
    border-radius: 6px;
}

.p-list .box li .l_img .t {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 158, 158, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all .3s;
}

.p-list .box li .l_img .t a {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.p-list .box li p {
    font-size: 18px;
    margin-top: 16px;
    text-align: center;
}

.p-list .box li:hover .l_img .t {
    opacity: 1;
}

.p-show {
    padding: 60px 0 100px;
}

.ps-1 {
    overflow: hidden;
    margin-bottom: 60px;
}

.ps-1 .left {
    width: 46.7%;
}

.ps-1 .left .mySwiper2 {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ps-1 .left .mySwiper2 .l_img {
    padding-bottom: 72%;
}

.ps-1 .left .l_img img {
    max-width: 90%;
    max-height: 90%;
}

.ps-1 .left .d {
    position: relative;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}

.ps-1 .left .d .swiper-button-next2 {
    width: 40px;
    height: 100%;
    background: #f2f4f7;
    border-radius: 6px;
    margin-top: 0;
    top: 0;
    right: 0;
}

.ps-1 .left .d .swiper-button-prev2 {
    width: 40px;
    height: 100%;
    background: #f2f4f7;
    border-radius: 6px;
    margin-top: 0;
    top: 0;
    left: 0;
}

.ps-1 .left .d .swiper-button-prev:after,
.ps-1 .left .d .swiper-button-next:after {
    color: #1c1d1d;
    font-size: 20px;
}

.ps-1 .left .d .mySwiper .swiper-slide {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    box-sizing: border-box;
}

.ps-1 .left .d .mySwiper .swiper-slide-thumb-active {
    border: 2px solid #009e9e;
}

.ps-1 .right {
    width: 46.7%;
}

.ps-1 .right .d1 {
    font-size: 40px;
    font-family: 'albb-b';
    margin-bottom: 30px;
}

.ps-1 .right .d2 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.ps-1 .right .d2 strong {
    font-family: 'albb-b';
    color: #009e9e;
}

.ps-1 .right .d3 {
    overflow: hidden;
}

.ps-1 .right .d3 .t {
    width: calc(100% - 135px);
    float: left;
}

.ps-1 .right .d3 .t p {
    font-size: 16px;
    line-height: 30px;
}

.ps-1 .right .d3 .ma {
    float: right;
    width: 105px;
    text-align: center;
    margin-right: 30px;
}

.ps-1 .right .d3 .ma img {
    width: 100%;
}

.ps-1 .right .d3 .ma p {
    font-family: 'albb-l';
}

.ps-1 .right .d4 {
    margin-top: 30px;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background: #009e9e;
    color: #fff;
    font-family: 'albb-b';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-t {
    border-bottom: 1px solid #009e9e;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ababab;
    font-size: 16px;
}

.ps-t span {
    color: #009e9e;
    font-size: 24px;
    font-family: 'albb-b';
}

.ps-2 {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}
.ps-2 img{
    max-width: 100%;
}
.ps-3 {
    margin-bottom: 60px;
}

.ps-3 img {
    max-width: 100%;
}

.ps-4 {
    margin-bottom: 65px;
}

.ps-4 li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
}

.ps-4 li:nth-child(5) {
    margin-right: 0;
}

.ps-4 li .l_img {
    border-radius: 6px;
}

.ps-4 li .l_img .t {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 158, 158, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all .3s;
}

.ps-4 li .l_img .t a {
    display: block;
    width: 100px;
    height: 36px;
    border-radius: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ps-4 li p {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

.ps-4 li:hover .l_img .t {
    opacity: 1;
}

.ps-5 {
    height: 80px;
    width: 100%;
    overflow: hidden;
    background: #f9f9fb;
}

.ps-5 .left,
.ps-5 .right {
    width: 50%;
}

.ps-5 .img {
    width: 150px;
    height: 80px;
    background: #e1e2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.ps-5 .img img {
    max-width: 50%;
    max-height: 50%;
}

.ps-5 .right .img {
    float: right;
}

.ps-5 .text {
    width: calc(100% - 200px);
    float: right;
    padding-top: 15px;
}

.ps-5 .right .text {
    text-align: right;
    float: left;
}

.ps-5 .text span {
    color: #ababab;
}

.ps-5 .text p {
    font-size: 18px;
    margin-top: 8px;
}

.ps-5 .left:hover .text p,
.ps-5 .right:hover .text p {
    color: #009e9e;
}

.c-list {
    padding: 60px 0 100px;
}

.c-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    transition: all .3s;
}

.c-list li:nth-child(3n) {
    margin-right: 0;
}

.c-list li .l_img {
    padding-bottom: 52.5%;
}

.c-list li .l_img img {
    width: 100%;
}

.c-list li .text {
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
}

.c-list li .text .d1 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.c-list li .text .d2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    font-family: 'albb-l';
    margin-bottom: 20px;
    transition: all .3s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-list li .text .d3 img {
    margin: 0 auto;
}

.c-list li:hover .d1 {
    color: #fff;
}

.c-list li:hover .d2 {
    color: #fff;
}

.c-list li:hover {
    background: #009e9e;
}

.zl-d1 {
    width: 100%;
    padding: 80px 0 0;
    overflow: hidden;
}

.zl-d1 li {
    width: 100%;
    margin-bottom: 100px;
}

.zl-d1 li:after {
    content: '';
    display: block;
    clear: both;
}

.zl-d1 li .text {
    width: 39%;
    float: left;
}

.zl-d1 li .text .d1 {
    background: linear-gradient(to bottom, #ececec, #fbfbfb);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    font-family: 'albb-b';
    font-size: 72px;

}

.zl-d1 li .text .d2 {
    font-size: 40px;
    font-family: 'shf-b';
    margin-top: -30px;
    margin-bottom: 30px;

}

.zl-d1 li .text .d2 span {
    color: #009e9e;
}

.zl-d1 li .text .d3 {
    font-size: 16px;
    line-height: 30px;
}

.zl-d1 li .img {
    width: 58.5%;
    float: right;
    position: relative;
}

.zl-d1 li .img:after {
    content: '';
    display: block;
    width: 1000px;
    height: 300px;
    background: #009e9e;
    position: absolute;
    left: 40px;
    bottom: -40px;
    z-index: -1;
}

.zl-d1 li .img img {
    width: 100%;
    border-radius: 30px;
}

.zl-d1 li .img P {
    position: absolute;
    bottom: 0;
    right: -240px;
    font-size: 150px;
    text-transform: uppercase;
    color: #fff;
    opacity: .2;
    line-height: 110px;
    font-family: 'albb-b';
}

.zl-d1 li:nth-child(2) .img {
    float: left;
}

.zl-d1 li:nth-child(2) .text {
    float: right;
}

.zl-d1 li:nth-child(2) .img:after {
    content: '';
    display: block;
    width: 1000px;
    height: 300px;
    background: #009e9e;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: -40px;
    z-index: -1;
}

.zl-d1 li:nth-child(2) .img P {
    left: -330px;
}

.zl-d2 {
    background: none;
    padding: 0 0 80px;
}

.zl-d2 .box1 dt {
    background: none;
}

.zl-d2 .box1 dt .l_img {
    padding-bottom: 148%;
}

.zl-d2 .box1 dt p {
    width: 100%;
    height: 98px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: url(../images/i2-bg3.png) center bottom no-repeat;
    background-size: 100%;
    padding: 55px 20px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'albb-b';
}

.pp-d1 {
    padding: 60px 0 90px;
    overflow: hidden;
}

.pp-d1 .box {
    width: 100%;
}

.pp-d1 .box::after {
    content: '';
    display: block;
    clear: both;
}

.pp-d1 .box .text {
    width: 47%;
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.pp-d1 .box .text p {
    margin-bottom: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/pp1-2.png) left 6px no-repeat;
}

.pp-d1 .box .img {
    width: 46%;
    float: right;
    margin-right: 2%;
    position: relative;
}

.pp-d1 .box .img::after {
    content: '';
    display: block;
    width: 102%;
    height: 102%;
    background: #b1e1e1;
    position: absolute;
    left: 10px;
    bottom: 0;
    transform: rotate(1deg);
    transform-origin: left bottom;
}

.pp-d1 .box .img::before {
    content: '';
    display: block;
    width: 102%;
    height: 102%;
    background: #fdf7e7;
    position: absolute;
    left: 20px;
    bottom: 0;
    transform: rotate(2deg);
    transform-origin: left bottom;
}

.pp-d1 .box .img img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.pp-d2 {
    background: url(../images/pp2-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}

.pp-d2 .s-t .d1 {
    opacity: .1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .2));
    -webkit-background-clip: text;
    color: transparent;
}

.pp-d2 .s-t .d2 {
    color: #fff;
}

.pp-d2 .text {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 35px;
}

.pp-d2 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pp-d2 ul::after {
    display: none;
}

.pp-d2 ul li {
    text-align: center;
}

.pp-d2 ul li .img {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.pp-d2 ul li .img::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/arr-r3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -32%;
    top: calc(50% - 10px);
}

.pp-d2 ul li .img img {
    width: 100%;
}

.pp-d2 ul li p {
    font-size: 24px;
    font-family: 'albb-b';
    color: #fff;
}

.pp-d2 ul li:last-child .img::after {
    display: none;
}

.pp-d3 {
    padding: 60px 0;
}

.pp-d3 .box1 li {
    float: left;
    width: 32%;
    height: 180px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px rgba(0, 100, 100, 0.15);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-d3 .box1 li .d1 {
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
}
.pp-d3 .box1 li .d1 img{
    width: 100%;
}
.pp-d3 .box1 li .d2 {
    font-size: 26px;
    color: #474747;
    font-family: 'albb-b';
}

.pp-d3 .box1 li:nth-child(2) {
    margin: 0 2%;
}

.pp-d3 .box2 {
    margin: 75px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #009e9e;
    font-family: 'albb-b';
}

.pp-d3 .box2 img {
    margin-right: 15px;
}

.pp-d3 .box3 .tab-t {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pp-d3 .box3 .tab-t span {
    display: block;
    width: 16.5%;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    color: #009e9e;
    border: 1px solid #009e9e;
    cursor: pointer;
    box-sizing: border-box;
}

.pp-d3 .box3 .tab-t span.this {
    background: #009e9e;
    color: #fff;
}

.pp-d3 .box3 .tab-c {
    display: none;
}
.pp-d3 .box3 .tab-c img{
    width: 100%;
}
.pp-d4 {
    margin-bottom: 75px;
}

.pp-d4 .box img {
    margin: 0 auto;
    max-width: 90%;
}

.type2 {
    margin-bottom: 70px;
    overflow: hidden;
}

.type2 a {
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
}

.type2 a.this {
    background: #009e9e;
    color: #fff;
}

.n-list {
    padding: 60px 0 90px;
    overflow: hidden;
}

.n-list li {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.n-list li::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 60, 60, 0.2);
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: -1;
    transition: all .3s;
    opacity: 0;
}

.n-list li::after {
    content: '';
    display: block;
    clear: both;
}

.n-list li .l_img {
    float: left;
    width: 28.3%;
    padding-bottom: 13.3%;
}

.n-list li .text {
    margin-left: 4%;
    width: 50%;
    float: left;
    padding-top: 20px;
}

.n-list li .text .d1 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    transition: all .3s;
}

.n-list li .text .d2 {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    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-list li .time {
    float: right;
    width: 70px;
    text-align: right;
    font-size: 24px;
    color: #ababab;
    padding-top: 18px;
}

.n-list li .time img {
    margin-top: 75px;
    display: inline-block;
}

.n-list li:hover .text .d1 {
    color: #009e9e;
}

.n-list li:hover::before {
    opacity: 1;
}

.n-show {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 90px;
}

.n-show .ns-l {
    width: calc(100% - 270px);
    float: left;
}

.n-show .ns-l .box1 {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.n-show .ns-l .box1 h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'albb-b';
}

.n-show .ns-l .box1 p {
    color: #ababab;
}

.n-show .ns-l .box1 p a {
    float: right;
    color: #ababab;
}

.n-show .ns-l .box2 img {
    max-width: 100% !important;
}
.n-show .ns-l .box2 video {
    max-width: 100% !important;
}
.n-show .ns-l .box2 table {
    max-width: 100% !important;
        width: 100% !important;;
}
.n-show .ns-l .box3 {
    padding-top: 20px;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin-top: 60px;
}

.n-show .ns-l .box3 a {
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-show .ns-l .box3 a.right {
    text-align: right;
}

.n-show .ns-r {
    width: 220px;
    float: right;
}

.n-show .ns-r li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
    margin-bottom: 25px;
    transition: all .3s;
}

.n-show .ns-r li .d1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.n-show .ns-r li .d2 {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'albb-l';
}

.n-show .ns-r li:hover {
    border-bottom: 1px solid #009e9e;
}

.n-show .ns-r li:hover .d1 {
    color: #009e9e;
}

.c-d1 {
    padding: 80px 0 80px;
}

.c-d1 .box {
    width: 100%;
    overflow: hidden;
}

.c-d1 .box .t {
    font-size: 30px;
    font-family: 'albb-b';
    margin-bottom: 25px;
}

.c-d1 .box .b {
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 24px;
    overflow: hidden;
}

.c-d1 .box .l-d {
    width: 48.3%;
    float: left;
}

.c-d1 .box .l-d .b:nth-child(2) {
    margin-bottom: 33px;
}

.c-d1 .box .l-d li {
    margin-top: 35px;
    width: 58%;
    float: left;
}

.c-d1 .box .l-d li:nth-child(-n+2) {
    margin-top: 0;
}

.c-d1 .box .l-d li:nth-child(2n) {
    float: right;
    width: 40%;
}

.c-d1 .box .l-d li .img {
    float: left;
    width: 32px;
}

.c-d1 .box .l-d li .text {
    float: right;
    width: calc(100% - 32px);
}

.c-d1 .box .l-d li .text p {
    font-family: 'albb-b';
    font-size: 22px;
    margin-bottom: 10px;
}

.c-d1 .box .l-d li .text span {
    font-size: 16px;
}

.c-d1 .box .r-d {
    width: 48.3%;
    float: right;
}

.c-d1 .box .r-d dt {
    width: 100%;
    float: left;
}

.c-d1 .box .r-d dd {
    width: 52%;
    float: left;
    margin-top: 40px;
}

.c-d1 .box .r-d p {
    font-size: 22px;
    font-family: 'albb-b';
}

.c-d1 .box .r-d span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.c-d1 .box .r-d dd:nth-child(3) {
    width: 48%;
}

.c-d1 .box .r-d dd:nth-child(5) {
    width: 48%;
}

.c-d1 .box .r-d dd:nth-child(7) {
    width: 48%;
}

.c-d1 .box2 {
    width: 100%;
    height: 500px;
    margin-top: 40px;
}

#allmap {
    width: 100%;
    height: 100%;
}

.c-d2 {
    width: 100%;
    height: 400px;
    background: url(../images/c2-bg.png) right center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-d2 .box {
    width: 750px;
    height: auto;
    max-width: 90%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 50px 45px;
    border-radius: 10px;
    box-shadow: 0px 20px 30px rgba(0, 57, 57, 0.2);
}

.c-d2 .box .t {
    font-size: 24px;
    font-family: 'albb-b';
    margin-bottom: 20px;
}

.c-d2 .box .b li {
    float: left;
    min-width: 280px;
    font-size: 16px;
    line-height: 30px;
}

.c-d2 .box .b li:nth-child(2n) {
    float: right;
    min-width: 240px;
}

.c-d2 .box .b li strong {
    color: #009e9e;
}

/* 手机 */
.rg {
    display: none;
    float: right;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: url(../images/nav-bg.png) right center no-repeat;
}


.page {
    text-align: center;
    margin-top: 30px;
}

.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #777777;
    margin: 0 4px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all .3s;
}

.page a:hover,
.page a.page-num-current {
    border: 1px solid #009e9e;
    background: #009e9e;
    color: #fff;
}


.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 999999;
    width: 6%;
    background: #f2f2f2;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

.a_txt .div2 img {
    width: 100%
}

.a_txt .div2 a {
    font-size: 50px;
    color: #000;
}

.a_txt .div3 {
    position: absolute;
    width: 65%;
    right: 0px;
    top: 0px;
    background: #f2f2f2;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding-top: 3%;
    overflow-y: auto;
}

.a_txt .div3 ul {
    padding-left: 20px;
    width: 86%;
    margin-bottom: 10px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1
}

.a_txt .div3 ul li:last-child {
    border-bottom: 0;
}

.a_txt .div3 ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.a_txt .div3 ul li a.n {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    font-weight: bold;

}

/*.a_txt .div3 ul li span {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    float: right;*/
/*    position: relative;*/
/*}*/

/*.a_txt .div3 ul li span:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 2px;*/
/*    background: #666;*/
/*    position: absolute;*/
/*    left: calc(50% - 5px);*/
/*    top: calc(50% - 1px);*/
/*}*/

/*.a_txt .div3 ul li span:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 2px;*/
/*    height: 10px;*/
/*    background: #666;*/
/*    position: absolute;*/
/*    left: calc(50% - 1px);*/
/*    top: calc(50% - 5px);*/
/*}*/



.a_txt .div3 ul li .n-box a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
}



.a_txt .div3 {
    padding-top: 0;
}

.a_txt .div3 .m-d {
    width: 86%;
    height: 46px;
    line-height: 46px;
    margin-left: 20px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;

}

.a_txt .div3 .m-d span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.a_txt .div3 .l-d {
    width: 86%;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 20px;

}

.a_txt .div3 .l-d .t {
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.a_txt .div3 .l-d .t span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.a_txt .div3 .l-d a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.a_txt .div3 .l-d a img {
    float: left;
}

.a_txt .div3 .l-d a:nth-child(3) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e1e1e1;
}



.a_txt .div3 .share-d {
    width: 86%;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 20px;

}

.a_txt .div3 .share-d .t {
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.a_txt .div3 .share-d .t span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.a_txt .div3 .share-d a {
    font-size: 30px;
    margin-right: 8px;
}

.search-d {
    margin: 30px 0;
}



/* 响应式 */


/* 公共 */

@media screen and (min-width: 300px) {
    .container {
        width: 96%;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1200px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1600px) {
    .zl-d1 li .img P {
        right: -120px;
    }
    .zl-d1 li:nth-child(2) .img P {
        left: -120px;
    }

}
@media screen and (max-width: 1600px) {
    .zl-d1 li .img P {
        right: 0px;
    }
    .zl-d1 li:nth-child(2) .img P {
        left: 0px;
    }
}
@media screen and (max-width: 1300px) {

    .header .b-d .nav {
        float: left;
        width: calc(100% - 100px);
    }

    .header .s-d form {
        height: 30px;
    }

    .header .s-d form input {
        height: 30px;
    }

    .header .s-d form button {
        height: 30px;
    }

    .header .c-d .img-d {
        display: none;
    }

    .header .nav li .n {
        font-size: 16px;
    }

    .s-t .d1 {
        font-size: 50px;
    }

    .s-t .d2 {
        font-size: 30px;
        margin-top: -25px;
        margin-bottom: 8px;
    }

    .i-d1 {
        padding: 60px 0;
    }

    .i-d1 .text {
        font-size: 14px;
        line-height: 24px;
    }

    .i-d1 ul {
        margin-top: 30px;
    }

    .i-d1 ul li .d .d1 {
        width: 40px;
        height: 40px;
        margin: 0 auto 6px;
    }

    .i-d1 ul li .d {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .i-d1 ul li .d .d2 {
        font-size: 15px;
        font-family: 'albb-b';
    }

    .i-d2 {
        padding: 60px 0;
    }

    .i-d2 .box1 dt .t {
        left: 5%;
        width: 90%;
        padding-top: 10%;
    }

    .i-d2 .box1 dt .t .d1 {
        font-size: 24px;
        font-family: 'albb-b';
        margin-bottom: 20px;
    }

    .i-d2 .box1 dt .t .d2 {
        margin-bottom: 20px;
        width: 30px;
        height: 2px;
    }

    .i-d2 .box1 dt .t .d3 {
        font-size: 14px;
        line-height: 24px;
    }

    .i-d2 .box1 dd p {
        height: 60px;
        padding: 30px 15px 0;
        font-size: 16px;
    }

    .i-d3 .right .d1 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .i-d3 .right .d2 {
        width: 30px;
        height: 2px;
        margin-bottom: 15px;
    }

    .i-d3 .right .d3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .i-d4 {
        padding: 60px 0;
    }

    .i-d4 li .text {
        width: 50%;
        padding-left: 30px;
        padding-top: 20px;
    }

    .i-d4 li .text .d1 {
        font-size: 80px;
        line-height: 60px;
    }

    .i-d4 li .text .d2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .i-d4 li .text .d3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .i-d4 li .text .d4 {
        font-size: 16px;
        line-height: 30px;
    }

    .i-d4 li .img img {
        max-width: 100%;
    }


    .i-d5 .swiper-button-next1 {
        right: 5px;
    }

    .i-d5 .swiper-button-prev1 {
        left: 5px;
    }

    .i-d5 .swiper-slide .d1 img {
        max-width: 90%;
    }

    .footer {
        padding-top: 35px;
    }

    .footer .r-d {
        width: 20%;
    }

    .footer .c-d {
        width: calc(68% - 260px);
    }

    .footer .fk {
        margin-top: 30px;
    }

    .footer2 .bq {
        margin-top: 30px;
    }

    .footer .l-d {
        width: 260px;
    }

    .footer .l-d .d1 img {
        width: 60px;
    }

    .footer .l-d .d1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .footer .l-d .d2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .footer .c-d dl dt {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer .c-d dl dd {
        font-size: 12px;
        line-height: 20px;
    }

    .footer .r-d .ma {
        font-size: 12px;
    }

    .s-banner .text .d1 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .s-banner .text .d2 {
        font-size: 16px;
    }

    .a-d1 .left .text {
        font-size: 14px;
        line-height: 24px;
    }

    .a-d1 .right img {
        width: 90%;
    }

    .a-d1 .right ul li p {
        font-size: 16px;
    }

    .a-d1 .right ul li span {
        font-size: 14px;
    }

    .a-d2 .d2 {
        width: 200px;
        height: 45px;
        font-family: 'shf-b';
        font-size: 24px;
    }

    .a-d2 .d3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: -20px;
        padding: 35px 20px 20px;
    }

    .a-d3 dl .text .d2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .a-d3 dl .text .d3 {
        font-size: 14px;
        line-height: 20px;
    }

    .certify .swiper-slide {
        width: 240px;
        height: 340px;
    }

    .a-d4 {
        padding: 60px 0;
    }

    .certify {
        padding-bottom: 32px;
    }

    .a-d1 .right ul li p i {
        font-size: 40px;
    }

    .type .swiper-button-prev {
        left: 0px;
    }

    .type .swiper-button-next {
        right: 0px;
    }
    .type .mySwiper1{
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
    }
    .type .swiper-slide a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .p-show {
        padding: 60px 0 ;
    }
    .ps-1 .right .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .ps-1 .right .d1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ps-1 .right .d2 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .ps-1 .right .d3 .t p {
        font-size: 14px;
        line-height: 24px;
    }
    .ps-1 .right .d4 {
        margin-top: 20px;
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
    .type {
        margin-bottom: 40px;
    }
    .ps-2 {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 24px;
    }
    .ps-t span {
        font-size: 20px;
    }
    .ps-t {
        padding-bottom: 5px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .zl-d1 li .text .d1 {
        font-size: 50px;
    }
    .zl-d1 li .text .d2 {
        font-size: 30px;
        margin-top: -25px;
        margin-bottom: 8px;
    }
    .zl-d1 li .img P {
        font-size: 100px;
        line-height: 80px;
    }
    .zl-d1 {
        padding: 60px 0 0;
    }
    .c-list {
        padding: 60px 0 ;
    }
    .c-list li .text {
        padding: 15px 20px;
    }
    .c-list li .text .d1 {
        font-size: 16px;
    }
    .pp-d1 {
        padding: 60px 0 ;
    }
    .pp-d2 ul li {
        width: 100px;
    }
    .pp-d3 .box1 li .d1 {
        width: 80px;
        height: 80px;
        margin: 0 auto 8px;
    }
    .pp-d3 .box2 {
        margin: 75px 0 60px;
        font-size: 50px;
    }
    .pp-d3 .box2 img {
       height: 55px;
    }
    .pp-d3 .box3 .tab-t span {
        width: 16.5%;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
    .pp-d2 ul li .img::after {
        right: -48%;
    }
    .pp-d2 ul li p {
        font-size: 24px;
        font-family: 'albb-b';
        color: #fff;
    }
    .pp-d2 {
        padding: 60px 0 ;
    }
    .pp-d2 ul li .img::after {
        right: -32%;
    }
    .n-list {
        padding: 60px 0 ;
    }
    .type2 a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .n-list li .time img {
        margin-top: 40px;
    }
    .type2 {
        margin-bottom: 40px;
    }
    .n-list li {
        margin-bottom: 30px;
    }
    .n-show .ns-r {
        width: 180px;
    }
    .n-show .ns-l {
        width: calc(100% - 220px);
    }
    .n-show .ns-l .box1 h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .n-show {
        padding: 60px 0 ;
    }
    .c-d1 {
        padding: 60px 0 ;
    }
    .c-d1 .box .l-d li .text p{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .c-d1 .box .l-d li .text span {
        font-size: 12px;
        line-height: 20px;
    }
    .c-d1 .box .r-d p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .c-d1 .box .r-d span {
        font-size: 12px;
        line-height: 20px;
    }
    .c-d1 .box .t {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .c-d2 .box {
        max-width: 94%;
        padding: 40px 30px 30px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    .header .t-d .left {
        display: none;
    }

    .header .t-d {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
.header .c-d .text {
    float: left;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.header .c-d .text p {
    font-size: 24px;
    margin-bottom: 4px;
    letter-spacing: 0px;
}
.header .c-d .text span {
   
    letter-spacing: 0px;
}
    .header .c-d .tel {
        display: none;
    }

    .header .c-d {
        height: 50px;
    }

    .header .c-d .logo {
        width: 80px;
        height: 50px;
    }

    .header .c-d .rg {
        display: block;
    }

    .header .b-d .nav {
        display: none;
    }

    .header .s-d {
        width: 100%;
    }

    .header .s-d .btn {
        display: none;
    }

    .header .s-d form {
        display: block;
        top: 5px;
        width: 100%;
    }

    .a-d3 dl .text .d3 {
        width: 92%;
    }

    .a-d1 .left .text {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .header .b-d{
        height: 40px;
    }
    .i-banner .swiper-button-next:after,
    .i-banner .swiper-button-prev:after {
        font-size: 20px;
    }

    .i-banner .swiper-button-next {
        right: 0px;
    }

    .i-banner .swiper-button-prev {
        left: 0px;
    }

    .s-t {
        margin-bottom: 20px;
    }

    .s-t .d1 {
        font-size: 30px;
        line-height: 30px;
    }

    .s-t .d2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: -10px;
    }

    .i-d1 {
        padding: 30px 0;
    }

    .i-d1 ul li .d {
        width: 80px;
        height: 80px;
    }

    .i-d1 ul li .d .d2 {
        font-size: 12px;
    }

    .i-d1 ul li .d .d1 {
        width: 30px;
        height: 30px;
        margin: 0 auto 4px;
    }

    .i-d1 ul {
        margin-top: 20px;
    }

    .i-d2 {
        padding: 60px 0;
    }

    .i-d2 .box1 dt {
        width: 100%;
        margin-right: 0%;
        padding-bottom: 70%;
        margin-bottom: 20px;
    }

    .i-d2 .box1 dd {
        width: 49%;
    }

    .i-d2 .box1 dd:nth-child(2n) {
        margin-right: 1%;
    }

    .i-d2 .box2 dd {
        width: 49%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .i-d2 .box1 dd:nth-child(2n) {
        float: right;
    }

    .i-d3 .left {
        display: none;
    }

    .i-d3 .right {
        display: block;
        width: 100%;
    }

    .i-d3 .right .d1 {
        padding-top: 6%;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .i-d3 .right .d2 {
        width: 30px;
        height: 2px;
        margin-bottom: 10px;
    }

    .i-d3 .right .d3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .i-d3 .right .d4 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .i-d4 li .img {
        width: 100%;
        float: none;
    }

    .i-d4 li .text {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-top: 20px;
    }

    .i-d4 li .text .d1 {
        font-size: 60px;
        line-height: 50px;
    }

    .i-d4 li .text .d2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .i-d4 li .text .d3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .i-d4 li .text .d4 {
        font-size: 14px;
        line-height: 24px;
    }

    .i-d4 li:nth-child(1) .img img {
        margin-left: 0px;
    }

    .i-d4 li:nth-child(2n) .text {
        padding-right: 0px;
    }

    .i-d4 {
        padding: 30px 0;
    }

    .i-d5 {
        padding: 30px 0;
    }

    .footer .l-d {
        width: 100%;
        float: none;
    }

    .footer .c-d {
        width: 100%;
        margin: 20px auto;
        float: none;
        overflow: hidden;
    }

    .footer .r-d {
        width: 60%;
        margin: 0 auto;
        float: none;
    }

    .footer .fk {
        margin-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 12px;
        float: none;
    }

    .footer .bq {
        width: 100%;
        float: none;
        height: auto;
        line-height: 20px;
        font-size: 12px;
    }

    .footer .l-d .d1 {
        text-align: center;
        display: block;
    }

    .footer .l-d .d1 img {
        display: inline-block;
        position: relative;
        top: 5px;
        left: -5px;
    }

    .footer .l-d .d1 img {}

    .footer .l-d .d2,
    .footer .l-d .d3,
    .footer .l-d .d4 {
        display: none;
    }

    .a-d1 {
        padding: 30px 0;
    }

    .a-d1 .left {
        width: 100%;
    }

    .a-d1 .right {
        width: 100%;
        margin-top: 20px;
    }

    .a-d1 .right img {
        width: 80%;
    }

    .a-d1 .right ul li p {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .a-d1 .right ul li span {
        font-size: 12px;
    }

    .a-d1 .right ul li p i {
        font-size: 30px;
    }

    .a-d2 {
        padding: 30px 0;
    }

    .a-d2 .d1 {
        width: 160px;
        height: 160px;
    }

    .a-d2 .d2 {
        width: 140px;
        height: 34px;
        font-size: 16px;
    }

    .a-d2 .d3 {
        font-size: 12px;
        line-height: 18px;
        padding: 25px 15px 15px;
    }

    .a-d2 .d3 .r {
        margin-top: 0px;
    }

    .a-d3 {
        padding: 30px 0;
    }

    .a-d3 dl dt {
        width: 100%;
        margin-bottom: 20px;
    }

    .a-d3 dl dd {
        width: 100%;
        margin-bottom: 20px;
    }

    .a-d3 dl dd:last-child {
        position: relative;
    }

    .a-d3 dl .text .d2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .a-d3 dl .text .d3 {
        font-size: 12px;
        line-height: 18px;
    }

    .a-d3 dl .text .d1 {
        margin-bottom: 5px;
    }

    .a-d3 dl .text .d1 img {
        height: 25px;
    }

    .a-d3 dl dt .l_img {
        padding-bottom: 58%;
    }

    .a-d4 {
        padding: 30px 0 10px;
    }

    .certify .swiper-slide {
        width: 180px;
        height: 260px;
    }

    .s-banner img {
        width: 130%;
        position: relative;
        left: -15%;
    }

    .s-banner .text {
        bottom: 10px;
    }

    .s-banner .text .d1 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .s-banner .text .d2 {
        font-size: 12px;
    }

    .p-list {
        padding: 30px 0;
    }

    .p-list .box li {
        width: 46%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .p-list .box li:nth-child(2n) {
        float: right;
    }

    .type .swiper-button-next,
    .type .swiper-button-prev {
        width: 16px;
    }

    .p-list .box li p {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
    }

    .p-list .box li .l_img .t a {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    .position {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .page a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 15px;
    }
    .position .container img {
        margin-top: 12px;
    }
    .type {
        margin-bottom: 20px;
    }
    .ps-1 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .ps-1 .right {
        width: 100%;
    }
    .ps-1 .right .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ps-1 .right .d2 {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ps-1 .right .d3 .t p {
        font-size: 12px;
        line-height: 20px;
    }
    .ps-1 .right .d3 .ma {
        width: 85px;
        margin-right: 00px;
    }
    .ps-1 {
        margin-bottom: 30px;
    }
    .ps-2 {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 20px;
    }
    .ps-4 li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .ps-4 li:nth-child(2n){
        float: right;
    }
    .ps-4 li:nth-child(5){
        display: none;
    }
    .ps-4 {
        margin-bottom: 30px;
    }
    .ps-5 {
        height: auto;
    }
    .ps-5 .left, .ps-5 .right {
        width: 100%;
        height: 50px;
        overflow: hidden;
    }
    .ps-5 .img {
        width: 60px;
        height: 50px;
    }
    .ps-5 .text {
        width: calc(100% - 80px);
        padding-top: 5px;
    }
    .ps-5 .text p {
        font-size: 15px;
        margin-top: 5px;
    }
    .p-show {
        padding: 30px 0;
    }
    .zl-d1 li .text {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .zl-d1 li .img {
        width: 100%;
        float: none;
    }
    .zl-d1 li .text .d1 {
        font-size: 30px;
        line-height: 30px;
    }
    .zl-d1 li .text .d2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: -10px;
    }
    .zl-d1 li .text .d3 {
        font-size: 14px;
        line-height: 24px;
    }
    .zl-d1 li .img P {
        font-size: 60px;
        line-height: 50px;
    }
    .i-d2 {
        padding: 0px 0 30px;
    }
    .i-d2 .box1 dt{
        height: auto;
        padding-bottom: 0;
    }
    .c-list li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .c-list li:nth-child(2n){
        float: right;
    }
    .c-list li .text {
        padding: 10px 15px;
    }
    .c-list li .text .d1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .c-list li .text .d2 {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 5px;
    }
    .c-list {
        padding: 30px 0;
    }
    .page {
        margin-top: 10px;
    }
    .pp-d1 {
        padding: 30px 0;
    }
    .pp-d1 .box .text {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .pp-d1 .box .img {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .pp-d2 {
        padding: 30px 0;
    }
    .pp-d2 .text {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .pp-d2 ul li .img::after{
        display: none;
    }
    .pp-d2 ul li {
        width: 100px;
        margin-bottom: 20px;
    }
    .pp-d2 ul li .img {
        margin: 0 auto 20px;
        width: 80px
    }
    .pp-d2 ul li p {
        font-size: 20px;
    }
    .pp-d3 {
        padding: 30px 0;
    }
    .pp-d3 .box1 li .d1 {
        width: 50px;
        height: 50px;
        margin: 0 auto 8px;
    }
    .pp-d3 .box1 li .d2 {
        font-size: 14px;
    }
    .pp-d3 .box1 li {
        width: 30%;
        height: 100px;
        border-radius: 10px;
    }
    .pp-d3 .box1 li:nth-child(2) {
        margin: 0 5%;
    }
    .pp-d3 .box2 {
        margin: 40px 0 ;
        font-size: 30px;
    }
    .pp-d3 .box3 .tab-t span {
        width: 30%;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        float: left;
        margin-right: 5%;
        margin-bottom: 10px;
    }
    .pp-d3 .box3 .tab-t span:nth-child(3n){
        margin-right: 0%;
    }
    .pp-d3 .box3 .tab-t {
        margin-bottom: 10px;
        display: block;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .n-list {
        padding: 30px 0 ;
    }
    .n-list li .time{
        display: none;
    }
    .type2 a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .type2 {
        margin-bottom: 20px;
    }
    .n-list li .l_img {
        width: 36%;
        padding-bottom: 17.3%;
    }
    .n-list li .text {
        margin-left: 4%;
        width: 60%;
        padding-top: 00px;
    }
    .n-list li .text .d1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .n-list li .text .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .n-list li::before {
        content: '';
        display: block;
        height: calc(100% + 20px);
        top: -10px;
    }
    .n-list li {
        margin-bottom: 18px;
    }
    .n-show {
        padding: 30px 0;
    }
    .n-show .ns-l {
        width: 100%;
        margin-bottom: 30px;
    }
    .n-show .ns-r {
        width: 100%;
    }
    .n-show .ns-l .box1 h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .n-show .ns-l .box1 {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .n-show .ns-l .box3 {
        padding-top: 10px;
        margin-top: 20px;
    }
    .n-show .ns-l .box3  a{
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    .n-show .ns-l .box3 a.right {
        text-align: left;
    }
    .n-show .ns-r li .d1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .n-show .ns-r li .d2 {
        font-size: 14px;
        line-height: 20px;
    }
    .n-show .ns-r li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .c-d1 {
        padding: 30px 0 ;
    }
    .c-d1 .box .l-d {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .c-d1 .box .r-d {
        width: 100%;
        float: none;
    }
    .c-d1 .box .t {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .c-d1 .box .b {
        padding: 15px 10px;
    }
    .c-d1 .box .r-d p {
        font-size: 14px;
    }
    .c-d1 .box .r-d dd {
        width: 52%;
        float: left;
        margin-top: 20px;
    }
    .c-d1 .box .l-d li {
        margin-top: 20px;
    }
    .c-d1 .box .l-d li .text p {
        font-size: 14px;
    }
    .c-d1 .box2 {
        height: 300px;
        margin-top: 30px;
    }
    .c-d2 .box {
        max-width: 94%;
        padding: 20px ;
        margin: 0 auto;
    }
    .c-d2 .box .b li{
        width: 100%;
        font-size: 14px;
        line-height:24px;
    }
    .c-d2 .box .b li:nth-child(2n) {
        float: none;
        min-width: 240px;
    }
    .c-d2 .box .t {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .header .c-d .logo {
        width: 65px;
        height: 50px;
    }
    .header .c-d .text {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 95px);
        text-align: center;
        justify-content: center;
    }
    .header .c-d .text p {
        font-size: 20px;
        margin-bottom: 0px;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .header .c-d .text span {
        display: none;
    }
    .zl-d1 li .img:after {
        width: 110%;
        height: 110%;
        left: -5%;
        bottom: -5%;
    }
    .zl-d1 li:nth-child(2) .img:after {
      width: 110%;
        height: 110%;
        left: -5%;
        bottom: -5%;
    }
    .zl-d1 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .zl-d1 {
        padding: 30px 0 0;
    }
    .n-show .ns-l table td span{
        font-size: 12px !important;
    }
    
}
@media screen and (max-width: 320px) {
    .header .c-d .text p {
    font-size: 16px;
        
    }
}
/* 中文 */