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: al;*/
/*    src: url('AlibabaPuHuiTi-2-45-Light.otf');*/
/*}*/

/*@font-face {*/
/*    font-family: ar;*/
/*    src: url('AlibabaPuHuiTi-2-55-Regular.otf');*/
/*}*/

/*@font-face {*/
/*    font-family: ab;*/
/*    src: url('AlibabaPuHuiTi-2-85-Bold.otf');*/
/*}*/

/*@font-face {*/
/*    font-family: ah;*/
/*    src: url('AlibabaPuHuiTi-2-105-Heavy.otf');*/
/*}*/

/*@font-face {*/
/*    font-family: hb;*/
/*    src: url('HarmonyOS_Sans_Bold.ttf');*/
/*}*/
body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    font-family: ar;
    overflow-x: hidden;
    background: #f2f4f7;
}

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 {
    width: 100%;
    line-height: 100px;
    box-shadow: 0px 0px 10px rgba(45, 55, 65, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
}

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

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

.header .l-h, .header .s-h {
    float: right;
    margin-left: 20px;
    position: relative;
    padding-top: 40px;
    box-sizing: border-box;
    background: #fff;
}

.header .l-h .btn, .header .s-h .btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
}

.header .l-h .btn img, .header .s-h .btn img {
    width: 100%;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.header .l-h .btn.show img {
    filter: drop-shadow(50px 50px #218be6);
    margin-top: -50px;
    margin-left: -50px;
}

.header .l-h .box {
    position: absolute;
    top: 110px;
    left: calc(50% - 55px);
    width: 120px;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(71, 71, 71, .3);
    padding: 10px 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;
    display: none;
}

.header .l-h .box a {
    width: 100%;
    display: block;
    line-height: 38px;
    padding-left: 15px;
    box-sizing: border-box;
}

.header .l-h .box a img {
    display: inline-block;
    margin-right: 5px;
}

.header .s-h form  {
    position: absolute;
    top: 0px;
    right: -1200px;
    width: 900px;
    height: 100px;
    background: #fff;
    padding-top: 35px;
    box-sizing: border-box;
    padding-left: 600px;
}

.header .s-h form.show {
    right: 0%;
}

.header .s-h form  input {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    border-radius: 4px;
}

.header .s-h form  button {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/s-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.header .nav {
    float: right;
}

.header .nav li {
    height: 100px;
    float: left;
    border-bottom: 4px solid transparent;
    padding: 0 20px;
    box-sizing: border-box;
}

.header .nav li a {
    color: #333;
    font-size: 20px;
    text-align: center;
    font-family: ar;
}

.header .nav li:nth-child(3) a.n {
    position: relative;
    box-sizing: border-box;
}

.header .nav li:nth-child(3) a.n:after {
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/chevron-up.png) ;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    filter: grayscale(100%) brightness(200%);
}

.header .nav li .nav-box {
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    padding: 40px 80px;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    text-align: left;
    display: none;
    opacity: 0;
    z-index: 9999;
    border: 1px solid #333333;
}

.header .nav li .nav-box .text {
    float: left;
    width: 270px;
}

.header .nav li .nav-box .text .d1 {
    font-size: 18px;
    font-weight: bold;
    color: #74022a;
    margin-bottom: 15px;
}

.header .nav li .nav-box .text .d2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
}

.header .nav li .nav-box .text .d3 {
    display: block;
    width: 160px;
    height: 38px;
    border: 1px solid #333333;
    box-sizing: border-box;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.header .nav li .nav-box .img-d {
    float: right;
    width: 57%;
}

.header .nav li .nav-box .img-d dd {
    float: left;
    width: 43%;
    text-align: center;
}

.header .nav li .nav-box .img-d p {
    color: #74022a;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 18px;
}

.header .nav li .nav-box .img-d dd:nth-child(2) {
    float: right;
}

.header .nav li .nav-box .img-d .l_img {
    padding-bottom: 56%;
}

.header .nav li:hover {
    border-bottom: 4px solid #007ae2;
}

.header .nav li.this {
    border-bottom: 4px solid #007ae2;
}

.header .nav li.this a.n {
    color: #007ae2;
}

.header .nav li:hover a.n {
    color: #007ae2;
}

.header .nav li:hover .nav-box {
    display: block;
    opacity: 1;
}


.rg {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    background: url(../images/nav-bg.png);
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.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 > * {
    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
}

.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 .n-box a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
}

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

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

.i-banner .swiper-slide {

}

.i-banner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.i-banner .text .d1 {
    padding-top: 18%;
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: bold;
    font-family: hb;
}

.i-banner .text .d2 {
    font-size: 22px;
}

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

.i-banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 8px;
}

.i-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
}

.section1 {
    width: 100%;
    background: url(../images/s1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.section1 .box {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.section1 .d1 {
    font-size: 44px;
    font-family: ab;
    margin-bottom: 25px;
}

.section1 .d2 {
    font-size: 20px;
    line-height: 40px;
    font-family: al;
    margin-bottom: 25px;
}

.section1 .d3 li {
    width: 25%;
    height: 80px;
    float: left;
    border-right: 1px solid #adadad;
    box-sizing: border-box;
}

.section1 .d3 li p {
    font-size: 60px;
    color: #007ae2;
    font-family: ab;
    margin-bottom: 6px;
    position: relative;
    top: -10px;
    line-height: 50px;
}

.section1 .d3 li p sup {
    font-size: 24px;
    position: relative;
    left: -10px;
    top: -10px;
}

.section1 .d3 li span {
    font-size: 18px;
}

.section1 .d3 li:last-child {
    border-right: 0;
}

.section2 .tab-t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #777777;
    text-align: center;

}

.section2 .tab-t span {
    display: inline-block;
    width: 9.7%;
    height: 60px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.section2 .tab-t span.this {
    background: #007ae2;

}

.section2 .tab-c {
    background: #e2e2e2;
    display: none;
}

.section2 .tab-c:nth-child(1) {
    display: block;
}

.section2 .tab-c li {
    width: 33.333%;
    float: left;
    position: relative;
}

.section2 .tab-c li .l_img {
    padding-bottom: 66%;
}
.section2 .tab-c li .l_img img{
    max-width: 90%;
    max-height: 90%;
}
.section2 .tab-c li .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.section2 .tab-c li .zz img {
    display: inline-block;
}

.section2 .tab-c li .zz span {
    cursor: pointer;
    margin: 0 35px;
}

.section2 .tab-c li:hover .zz {
    opacity: 1;
}

.section3 {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.section3 .img {
    width: 50%;
    float: left;
}

.section3 .img img {
    width: 100%;
}

.section3 .text {
    width: 50%;
    float: right;

}

.section3 .text .t-box {
    width: 70%;
    margin: 0 auto;
    padding-top: 17%;
    position: relative;
    z-index: 10;
}

.section3 .text .t-box .d1 {
    font-size: 44px;
    color: #007ae2;
    font-family: ab;
    margin-bottom: 20px;
}

.section3 .text .t-box .d2 {
    font-size: 30px;
    margin-bottom: 45px;
}

.section3 .text .t-box .d3 {
    font-size: 18px;
    line-height: 30px;
    font-family: al;
    margin-bottom: 30px;
    text-align: justify;
}

.section3 .text .t-box .d4 {
    width: 150px;
    height: 40px;
    background: #007ae2;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .text .d5 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 200px;
    color: #f6f6f6;
    font-family: hb;
    right: -20px;
    bottom: -20px;
}

.section4 {
    width: 100%;
    background: #f3f3f3;
    padding: 80px 0 70px;
}

.section4 .d1 {
    font-size: 44px;
    font-family: ab;
    text-align: center;
    margin-bottom: 30px;
}

.section4 .d2 {
    font-size: 18px;
    font-family: al;
    text-align: center;
    margin-bottom: 55px;
}

.section4 .d3 li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.section4 .d3 li .img {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
}

.section4 .d3 li .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
}

.section4 .d3 li .text {
    float: left;
    margin-left: 20px;
    width: calc(100% - 70px);
}

.section4 .d3 li .text p {
    font-size: 24px;
    font-family: ab;
    margin-bottom: 10px;
}

.section4 .d3 li .text span {
    font-size: 18px;
    line-height: 24px;
    font-family: al;
}

.section4 .d3 li:nth-child(-n+3) {
    margin-bottom: 45px;
}

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

.section5 {
    width: 100%;
    background: url(../images/s5-bg.jpg) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.section5 .d1 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-family: ab;
    margin-bottom: 30px;
}

.section5 .d2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: al;
    margin-bottom: 80px;
}

.section5 .swiper-container {
    padding: 40px 0;
}

.section5 .swiper-slide .l_img {
    padding-bottom: 66.5%;
}

.section5 .swiper-slide .l_img img {
    height: 100%;
}

.section5 .swiper-slide {
    opacity: .5;
}

.section5 .swiper-slide-active {
    transform: scale(1.25);
    opacity: 1;
    box-shadow: 0 0 50px rgba(48, 48, 48, .6);
    border: 2px solid #007ae2;
}

.section5 .container {
    position: relative;
}

.section5 .swiper-button-next {
    right: -60px;
}

.section5 .swiper-button-prev {
    left: -60px;
}

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

.section6 {
    padding: 90px 0;
    width: 100%;
    box-sizing: border-box;
    background: #f3f3f3;
    margin-bottom: -40px;
}

.section6 .n-l {
    float: left;
    width: 44%;
}

.section6 .n-l .s-t {
    margin-bottom: 40px;
    font-size: 36px;
    font-family: ab;
}

.section6 .n-l .s-t:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #007ae2;
    margin-top: 20px;
}

.section6 .n-l .l_img {
    padding-bottom: 49.6%;
    margin-bottom: 38px;
}
.section6 .n-l .l_img img{
    width: 100%;
}
.section6 .n-l .b {
    width: 100%;
    overflow: hidden;
}

.section6 .n-l .b .time {
    width: 98px;
    float: left;
    font-size: 24px;
    color: #777777;
    font-family: al;
}

.section6 .n-l .b .text {
    width: calc(100% - 98px);
    float: right;
}

.section6 .n-l .b .text p {
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section6 .n-l .b .text span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #919191;
    font-family: al;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section6 .n-r {
    width: 50%;
    float: right;
}

.section6 .n-r .tab-t {
    text-align: right;
    margin-bottom: 45px;
}

.section6 .n-r .tab-t span {
    display: inline-block;
    line-height: 40px;
    text-align: right;
    font-size: 20px;
    color: #333333;
    font-family: al;
    padding: 0 25px;
    cursor: pointer;
}

.section6 .n-r .tab-t span.this {
    background: #007ae2;
    color: #fff;
}

.section6 .n-r .tab-t a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    font-family: al;
    padding: 0 25px;
}

.section6 .n-r .tab-c {
    display: none;
}

.section6 .n-r .tab-c li {
    width: 100%;
    background: none;
    padding: 6.2% 5%;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.section6 .n-r .tab-c li .text {
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
}

.section6 .n-r .tab-c li .text p {
    font-size: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section6 .n-r .tab-c li .text span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: al;
    display: block;
    color: #ababab;
}

.section6 .n-r .tab-c li .time {
    float: right;
    width: 70px;
    color: #007ae2;
}

.section6 .n-r .tab-c li .time p {
    font-size: 24px;
    margin-bottom: 25px;
}

.section6 .n-r .tab-c li .time a {
    border-left: 1px solid #007ae2;
    display: block;
    padding-left: 20px;
    margin-left: 10px;
}

.section6 .n-r .tab-c li:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 10px 30px rgba(48, 48, 48, .2);
}
.section6 .n-r .tab-c li:hover .text {
    color: #007ae2;
}

.footer {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 37px;
}

.footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    background: #333;
    z-index: -1;
}

.footer .d1 {
    width: 150px;
    margin: 0 auto;
    position: relative;
}

.footer .d1 img {
    width: 100%;
}

.footer .d2 {
    margin: 40px auto;
    text-align: center;
}

.footer .d2 a {
    display: inline-block;
    margin: 0 4px;
}

.footer .d2 a img {
    display: inline-block;
}

.footer .bq {
    text-align: center;
    height: 70px;
    line-height: 70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
    border-top: 1px solid #5c5c5c;
    box-sizing: border-box;
}

.footer .bq span {
    display: inline-block;
}

.footer .bq span:nth-child(1) {
    /*opacity: .5;*/
}

.footer .bq span img {
    float: left;
    margin-top: 26px;
    margin-right: 10px;
}

.p-list {
    padding: 120px 0 70px;
}

.p-list .pl-l {
    width: 280px;
    float: left;
}

.pl-l li {
    width: 100%;
    margin-bottom: 20px;
}

.pl-l li .t {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.pl-l li .t:after {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/arr-d.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

.pl-l li .b {
    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;
}

.pl-l li .b a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    font-family: al;

}

.pl-l li .b a:hover {
    font-family: ar;
    color: #007ae2;
}

.pl-l li.this .t {
    border-bottom: 1px solid #007ae2;
    color: #007ae2;
}

.pl-l li.this .t:after {
    background: url(../images/arr-d2.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.p-list .pl-r {
    width: calc(100% - 340px);
    float: right;
}

.p-list .pl-r li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    cursor: pointer;
}

.p-list .pl-r li .l_img {
    padding-bottom: 75%;
    margin-bottom: 20px;
    background: #e1e2e6;
    position: relative;
}
.p-list .pl-r li .l_img span {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 50%);
}
.p-list .pl-r li .l_img span i {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;   
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #007ae2;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
}

.p-list .pl-r li .l_img img {
    max-width: 80%;
    max-height: 80%;
}

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

.p-list .pl-r li p {
    text-align: center;
    font-size: 18px;
}
.p-list .pl-r li:hover p {
    color: #007ae2;
}
.p-list .pl-r li:hover .l_img span {
    display: block;
}
.s-banner {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}
.s-banner img{
    width: 100%;
    /*position: relative;*/
    /*left: calc(50% - 960px);*/
}
.s-banner .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #f3f3f3;
    display:flex;
    align-items:center;
}
.g-banner .text .d1{
    font-size: 60px;
    text-shadow: 0px 6px 20px rgba(0,35,65,.3);
    margin-bottom: 30px;
}
.g-banner .text .d2{
    font-size: 30px;
}
.l-banner .text .d1{
    font-size: 60px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
.l-banner .text .d2{
    width: 80px;
    height: 2px;
    margin: 0 auto 18px;
    background: rgba(255,255,255,.5);
}

.l-banner .text .d3{
    font-size: 20px;
    text-align: center;
    color: #fff;
    opacity: .8;
    font-family: al;
    text-transform: uppercase;
}

.page {
    text-align: center;
}

.page a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 2px;
    color: rgba(90, 90, 90, 100);
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 16px;
    font-family: al;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.page a.this {
    background: #007ae2;
    color: #fff;
}

.page span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    color: rgba(90, 90, 90, 100);
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
}

.page a.this {
    background-color: rgba(42, 161, 198, 100);
    color: rgba(255, 255, 255, 100);
}

.p-show1 {
    padding: 120px 0 80px;
    overflow: hidden;
}

.p-show1 .left {
    width: 50%;
    position: relative;
    float: left;
}

.p-show1 .left .mySwiper2 {
    width: calc(100% - 140px);
    float: right;
    background: #e1e2e6;
}

.p-show1 .left .l_img {
    padding-bottom: 75%;
}
.p-show1 .left .l_img img{
    max-width: 90%;
    max-height: 90%;
}
.p-show1 .left .mySwiper {
    width: 80px;
    float: left;
    max-height: 440px;
}

.p-show1 .left .mySwiper .l_img {
    width: 100%;
    padding-bottom: 100%;
}

.p-show1 .left .mySwiper .l_img img {
    max-width: 90%;
    max-height: 90%;
}

.p-show1 .left .mySwiper .swiper-slide {
    background: #e1e2e6;
}

.p-show1 .left .mySwiper .swiper-slide-thumb-active {
    border: 2px solid #007ae2;
    width: 100%;
    box-sizing: border-box;
}

.p-show1 .left .swiper-button-next {
    width: 20px;
    height: 20px;
    top: auto;
    margin-top: 0;
    bottom: 0;
    left: 30px;
    transform: rotate(90deg);
}

.p-show1 .left .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: auto;
    margin-top: 0;
    bottom: 20px;
    left: 30px;
    transform: rotate(90deg);
}

.p-show1 .left .swiper-button-next:after, .p-show1 .left .swiper-button-prev:after {
    font-size: 20px;
    color: #747474;
}

.p-show1 .right {
    width: 46%;
    float: right;
}

.p-show1 .right .d1 {
    font-size: 30px;
    font-family: ab;
    margin-bottom: 20px;
}

.p-show1 .right .d2 {
    width: 50px;
    height: 5px;
    background: rgba(0,122,228,1);
    margin-bottom: 30px;
}

.p-show1 .right .d3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.p-show1 .right .d4 {
    font-size: 18px;
    line-height: 36px;
}

.p-show1 .right .d4 p span {
    font-family: ab;
}

.p-show1 .right .d5 {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #007ae2;
    color: #fff;
    font-size: 18px;
    font-family: ab;
    margin-top: 30px;

}

.p-show1 .right .d5 img {
    display: inline-block;
    position: relative;
    top: 5px;
}

.ps-t {
    border-bottom: 1px solid #007ae2;
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 24px;
    color: #007ae2;
    font-family: ab;
}

.p-show2 {
    margin-bottom: 80px;
}

.p-show2 img {
    max-width: 100%;
}

.p-show3 {
    margin-bottom: 100px;
}

.p-show3 li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
}

.p-show3 li:last-child {
    margin-right: 0;
}

.p-show3 li .l_img {
    background: #e1e2e6;
    padding-bottom: 75%;
    margin-bottom: 14px;
}

.p-show3 li .l_img img {
    max-width: 90%;
    max-height: 90%;
}

.p-show3 li .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
}

.p-show3 li p {
    font-size: 16px;
    text-align: center;
}

.p-show3 li:hover .zz {
    opacity: 1;
}

.p-show3 li:hover p {
    color: #007ae2;
}

.s-t1 {
    width: 420px;
    font-size: 50px;
    font-family: ah;
    text-align: center;
    margin: 0 auto 35px;
    background-image:-webkit-linear-gradient(right,#0064b8,#0c8fff,#0064b8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-transform: uppercase;
}

.n-list {
    padding: 120px 0 80px;
    width: 100%;
    box-sizing: border-box;

}

.n-list .type {
    text-align: center;
    margin-bottom: 40px;
}

.n-list .type a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #e1e2e6;
    margin: 0 8px;
    font-size: 18px;
}

.n-list .type a.this {
    background: #007ae2;
    color: #fff;
    font-family: ab;
}

.n-list ul {
    margin-bottom: 10px;
}

.n-list li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.n-list li .l_img {
    padding-bottom: 64%;
    margin-bottom: 30px;
}

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

.n-list li .d1 {
    font-size: 22px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-list li .d2 {
    font-family: al;
    color: #919191;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-list li .d3 {
    overflow: hidden;
    border-top: 1px solid #c5c6ca;
    padding-top: 10px;
}

.n-list li .d3 .time {
    float: left;
    font-size: 16px;
    font-family: al;
    color: #919191;
}

.n-list li .d3 .arr {
    float: right;
    width: 20px;
    height: 10px;
    background: url(../images/arr-r2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.n-list li:hover .d1 {
    color: #007ae2;
}

.n-list li:hover .d3 {
    border-top: 1px solid #007ae2;
}

.n-list li:hover .d3 .time {
    color: #007ae2;
}

.n-list li:hover .d3 .arr {
    background: url(../images/arr-r.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.n-mtb {
    padding-top: 100px;
}

.n-show1 {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #fff;
}

.n-show1 .t {
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 20px;
}

.n-show1 .t p {
    font-size: 30px;
    font-family: ab;
    margin-bottom: 20px;
}

.n-show1 .t span {
    display: inline-block;
    color: #777777;
    font-family: al;
    margin: 0 8px;
}

.n-show1 .b img {
    max-width: 100%;
}

.np {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.np a {

    font-family: al;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.np a:hover {
    color: #007ae2;
}

.n-show2 {
    padding: 80px 0 115px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: -40px;
    margin-top: 85px;
}

.n-show2 .t {
    font-size: 24px;
    font-family: ab;
    margin-bottom: 30px;
}

.n-show2 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #f2f4f7;
}

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

.n-show2 li .img {
    width: 35%;
    height: 0;
    padding-bottom: 23.4%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    float: left;
}

.n-show2 li .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.n-show2 li .text {
    width: 65%;
    padding: 20px 18px 0;
    box-sizing: border-box;
    float: right;
}

.n-show2 li .text .d1 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.n-show2 li .text .d2 {
    color: #777777;
    font-family: al;
    margin-bottom: 8px;
}

.n-show2 li .text .d3 {
    font-size: 12px;
    line-height: 18px;
    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-show2 li:hover {
    background: #007ae2;
}

.n-show2 li:hover .d1 {
    color: #fff;
}

.n-show2 li:hover .d2 {
    color: #fff;
}

.n-show2 li:hover .d3 {
    color: #fff;
}

.why1-d {
    padding: 115px 0 95px;
    box-sizing: border-box;
    background: url(../images/w1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.why1-d .s-t2 {
    color: #007ae2;
    font-size: 30px;
    font-family: ab;
    text-align: center;
    margin-bottom: 50px;
}

.why1-d ul {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.why1-d ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #e1e2e6;
}

.why1-d ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.why1-d ul li .img {
    width: 45.5%;
    float: left;
}

.why1-d ul li .img .l_img {
    padding-bottom: 53.3%;
}

.why1-d ul li .text {
    width: 45.5%;
    height: 100%;
    position: absolute;
    right: 0%;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 40px;
    font-family: al;
    padding-left: 135px;
    box-sizing: border-box;
}
.why1-d ul li .text div{
    width: 100%;
}

.why1-d ul li .text p {
    position: relative;
    padding-left: 20px;
}

.why1-d ul li .text p:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #007ae2;
    position: absolute;
    left: 0;
    top: 16px;
}

.why1-d ul li .y {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 18px);
    font-size: 36px;
    font-family: ab;
    color: #007ae2;
    padding-left: 50px;
}

.why1-d ul li .y:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/w6.png) ;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.why1-d ul li:nth-child(2n) .img {
    float: right;
}

.why1-d ul li:nth-child(2n) .text {
    left: 0;
    padding-left: 32px;
}

.why1-d ul li:nth-child(2n) .y {
    left: auto;
    right: calc(50% - 10px);
    padding-right: 50px;

}

.why1-d ul li:nth-child(2n) .y:after {
    left: auto;
    right: 0;
}

.why1-d ul li:nth-child(2n) .text p{
    max-width: 80%;
}

.why1-d ul li.arr {
    margin: 40px auto 0;
    width: 50px;
    height: 50px;
}

.why1-d ul li.arr img {
    width: 50px;
}

.why2-d .tab-t{
    width: 100%;
    text-align: center;
    background: #fff;
}

.why2-d .tab-t span{
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin: 0 40px;
    font-size: 30px;
    font-family: ab;
    color: #ababab;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.why2-d .tab-t span.this{
    border-bottom: 4px solid #007ae2;
    background-image: -webkit-linear-gradient(right, #0063b8, #0c8ffe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.why2-d .tab-c{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgba(0,63,116,.1);
    margin: 65px auto;
    padding: 20px 50px;
    box-sizing: border-box;
    display: none;
    font-size: 16px;
    line-height: 36px;

}
.why2-d .tab-c .box{
    width: 100%;
    max-height: 750px;
    overflow-y: scroll;
}

.h-d1{
    padding: 115px 0 85px;
    background: #fff url(../images/h3-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.h-d1 li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    overflow: hidden;
}
.h-d1 li .l_img{
    float: left;
    width: 300px;
    padding-bottom: 200px;
}
.h-d1 li .text{
    float: left;
    width: calc(100% - 500px);
    line-height: 200px;
    margin-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.h-d1 li .time{
    float: right;
    width: 160px;
    position: relative;
    text-align: right;
}
.h-d1 li .time .d1{
    font-size: 36px;
    margin-bottom: 10px;
}
.h-d1 li .time .d2{
    font-size: 16px;
    color: #ababab;
    font-family: al;
    margin-bottom: 30px;
}
.h-d1 li .time .d3{
    width: 30px;
    height: 16px;
    background: url(../images/arr-r2.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}
.h-d1 li .time:after{
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 0;
}
.h-d1 li:hover .text{
    color: #007ae2;
}
.h-d1 li:hover .time .d1{
    color: #007ae2;
}
.h-d1 li:hover .time .d3{
    background: url(../images/arr-r.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.h-d2{
    background: #f2f4f7;
    padding: 80px 0 115px;
    background: url(../images/h2-bg.jpg) ;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-size: 100%;
    margin-bottom: -40px;
}
.h-d2 .l_img{
    padding-bottom: 133%;
    margin-bottom: 30px;
}
.h-d2 .l_img .zz{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    display:flex;
    justify-content:center;
    align-items:center;

}
.h-d2 .swiper-slide:hover .l_img{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.h-d2 .swiper-slide:hover .l_img .zz{
    opacity: 1;
}
.h-d2 p{
    text-align: center;
}
.h-d2 .swiper-container{
    padding-bottom: 45px;
}


.gy-d1{
    padding: 120px 0 90px;
    position: relative;
}

.gy-d1 .text{
    font-size: 20px;
    line-height: 36px;
}
.gy-d2{
    width: 100%;
    background: url(../images/a2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.gy-d2 .swiper-button-next, .gy-d2 .swiper-button-prev{
    z-index: 9999999;
}
.gy-d2 .swiper-button-next:after, .gy-d2 .swiper-button-prev:after{
    color: #fff;
    font-size: 30px;
}
.gy-d2 .t{
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-family: ah;
    z-index: 9999;
}
.gy-d2:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .5;
    z-index: 1000;
    position: absolute;
    left: 0;
    bottom: 69px;
}
.gy-d2 .swiper-slide{
    height: 800px;
    background: rgba(0,63,142,.6);
    color: #fff;
    text-align: center;
}
.gy-d2 .swiper-slide:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/a3.png) ;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: calc(50% - 6px);
    bottom: 64px;
    z-index: 1001;
}
.gy-d2 .swiper-slide:nth-child(2n){
    background: rgba(0,63,142,.8);
}
.gy-d2 .swiper-slide .d1{
    font-size: 180px;
    font-family: ab;
    opacity: .1;
    padding-top: 22px;
    margin-bottom: 17px;
}
.gy-d2 .swiper-slide .d2{
    width: 36px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: ab;
    margin: 0 auto;
    line-height: 1.2;
}

.gy-d2 .swiper-slide .d3{
    position: absolute;
    left: 0;
    bottom: 100px;
    text-align: center;
    font-size: 30px;
    font-family: ab;
    width: 100%;
}
.gy-d2 .swiper-slide .zz{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #007ae2;
    color: #fff;
    width: 140%;
    height: 100%;
    z-index: 1002;
}
.gy-d2 .swiper-slide .zz:after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border:4px solid #fff;
    box-sizing: border-box;
    background: #007ae2;
    position: absolute;
    left: calc(50% - 9px);
    bottom: 61px;
    border-radius: 18px;
    z-index: 1003;
}
.gy-d2 .swiper-slide .zz .l_img{
    padding-bottom: 87.5%;
    margin-bottom: 50px;
}
.gy-d2 .swiper-slide .zz .z1{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
}
.gy-d2 .swiper-slide .zz .z2{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    font-family: al;
    text-align: left;
}
.gy-d2 .swiper-slide .zz .z3{
    text-align: center;
    font-size: 40px;
    font-family: ab;
    position: absolute;
    left: 0;
    bottom:100px;
    width: 100%;
}
.gy-d2 .swiper-slide:hover .zz{
    opacity: 1;
    /*left: -38.3%;*/
    left: -27%;
}
.gy-d2 .swiper-slide:first-child:hover .zz {
    left: 0;
}
.gy-d2 .swiper-slide:last-child:hover .zz {
    left: auto;
    right: 0;
}
.gy-d3{
    width: 100%;
    background: url(../images/a4-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 80px;
    height: 450px;
    box-sizing: border-box;
}
.gy-d3 .s-t1{
    margin-bottom: 80px;
}
.gy-d3 li{
    width: 25%;
    float: left;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.gy-d3 li .img{
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative;
}
.gy-d3 li .img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}
.gy-d3 li .text{
    display: inline-block;
    margin-left: 15px;
}
.gy-d3 li .text p{
    font-size: 48px;
    color: #007ae2;
    font-family: ab;
    margin-bottom: 5px;
}
.gy-d3 li .text p sup{
    font-size: 24px;
    margin-left: -10px;
    margin-top: -10px;
}
.gy-d3 li .text span{
    font-size:18px;
    display: block;
    text-align: left;
}
.gy-d4{
    width: 100%;
    background: url(../images/a9-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.gy-d4 .left{
    width: 50%;
    float: left;
    position: relative;
    z-index: 10;
}
.gy-d4 .left img{
    width: 100%;
}
.gy-d4 .right{
    width: 45%;
    float: right;
    color: #fff;
    padding-top: 80px;
}
.gy-d4 .right .d1{
    font-size: 50px;
    font-family: ah;
    margin-bottom: 24px;
}
.gy-d4 .right .d2{
    font-size: 30px;
    font-family: ab;
    margin-bottom: 80px;
}
.gy-d4 .right .d3{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    position: relative;
}
.gy-d4 .right .d3:after{
    content: '';
    display: block;
    width: 150%;
    height: 134%;
    background: rgba(255,255,255,.2);
    position: absolute;
    left: -25%;
    top: -17%;
    z-index: 1;
}
.gy-d5{
    position: relative;
    padding: 80px 0;
}
.gy-d5 li{
    overflow: hidden;
}
.gy-d5 li .img{
    width: 47.5%;
    float: right;
}
.gy-d5 li .img img{
    width: 100%;
}

.gy-d5 li .text{
    width: 47.5%;
    float: left;

}
.gy-d5 li:nth-child(2) .img{
    float: left;
}
.gy-d5 li:nth-child(2) .text{
    float: right;
}
.gy-d5 li .text .d1{
    font-size: 50px;
    font-family: ah;
    background-image:-webkit-linear-gradient(right,#0064b8,#0c8fff,#0064b8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gy-d5 li .text .d1 span{
    font-size: 30px;
    font-family: ab;
}
.gy-d5 li .text .d2{
    font-size: 18px;
    line-height: 36px;
    font-family: al;
    text-indent: 2em;
}
.gy-d5 li:nth-child(1) .text{
    padding-top: 5%;
    box-sizing: border-box;
}
.gy-d5 li:nth-child(2) .text .d1{
    margin-bottom: 10px;
}
.gy-d5 li:nth-child(2) .text .d2:nth-child(2){
    margin-bottom: 15px;
}
.gy-d5 li:nth-child(2){
    margin-top: 80px;
}
.gy-d5 .en{
    position: absolute;
    left: 0;
    top: 80px;
    color: #e7e8ec;
    font-size: 170px;
    line-height: 130px;
    font-family: ab;
    text-transform: uppercase;
    writing-mode:tb-rl;
    z-index: 1;
}
.gy-d5 ul{
    position: relative;
    z-index: 10;
}
.gy-d6{
    width: 100%;
    background: url(../images/a14-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    box-sizing: border-box;
}
.gy-d6 .t {
    font-size: 50px;
    font-family: ah;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}
.gy-d6 img{
    max-width: 100%;
}
.gy-d7{
    padding:80px 0;
    width: 100%;
    box-sizing: border-box;
}
.gy-d7 .s-t1{
    text-align: left;
    float: left;
}
.gy-d7 .zz{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #fff;
    opacity: 0;
}
.gy-d7 .zz p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}
.gy-d7 .zz a{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #007ae2;
    color: #fff;
    text-align: center;
}
.gy-d7 .zz a i{
    display: inline-block;
    margin-left: 6px;
}
.gy-d7 .swiper-slide:hover .zz{
    opacity: 1;
}
.gy-d7 .swiper-container{
    padding-bottom: 50px;
}
.gy-d7 .swiper-pagination{
    bottom: 0;
}
.gy-d7 .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0 8px;
    border: 1px solid #007ae2;
    background: none;
    opacity: 1;
}
.gy-d7 .swiper-pagination .swiper-pagination-bullet-active{
    background: #007ae2;
}
.gy-d7 .swiper-button-prev,.gy-d7 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #c5c6ca;
}
.gy-d7 .swiper-button-next:after, .gy-d7 .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}
.gy-d7 .swiper-button-prev{
    left: auto;
    right: 80px;
}
.gy-d7 .swiper-button-prev:hover,.gy-d7 .swiper-button-next:hover{
    background: #007ae2;
}
.gy-d8{
    width: 100%;
    height: 500px;
    background: url(../images/gy8-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gy-d8 .text{
    float: right;
    width: 400px;
    height: 500px;
    display:flex;
    align-items:center;
}
.gy-d8 .text .d1{
    font-size: 22px;
    color: #777777;
    margin-bottom: 14px;
}
.gy-d8 .text .d2{
    font-size: 55px;
    color: #777777;
    font-family: ah;
    margin-bottom: 30px;
    background-image:-webkit-linear-gradient(right,#0064b8,#0c8fff,#0064b8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gy-d8 .text .d3{
    font-size: 38px;
    font-family: ab;
    margin-bottom: 20px;
}
.gy-d8 .text .d4{
    font-size: 22px;
}
.gy-d9{
    padding-top: 80px;
}
.gy-d9 .t2{
    text-align: center;
}
.gy-d9 .t2 span{
    display: inline-block;
    margin: 0 25px;
    font-size: 22px;
    color: #474747;
}
.gy-d9 .swiper3{
    padding: 60px 0;
}
.gy-d9 .swiper3 .swiper-slide {
    width: 1200px;
    height: 500px;
    opacity: .5;
}
.gy-d9 .swiper3 .swiper-slide img{
    width: 100%;
}
.gy-d9 .swiper3 .swiper-slide-active{
    opacity: 1;
    box-shadow: 0 20px 30px rgba(0,35,65,.4);
}
.gy-d9 .swiper-button-next ,.gy-d9 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0,0,0,0.2);
}
.gy-d9 .swiper-button-next:after, .gy-d9 .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}
.lx-d1{
    width: 100%;
    background: #fff;
    padding: 120px 0 100px;
    box-sizing: border-box;
    position: relative;
}
.lx-d1 .map{
    width: 50%;
    height: 450px;
}
.lx-d1 .map iframe{
    border: 0;
}
.lx-d1 .text {
    width: 44%;
    padding-top: 55px;
}
.lx-d1 .text .s-t1{
    text-align: left;
    margin-bottom: 50px;
    width: 100%;
}
.lx-d1 .text .t p{
    position: relative;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    box-sizing: border-box;
}
.lx-d1 .text .t p span{
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 12px;
}
.lx-d1 .text .t p span img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}
.lx-d1 .bg{
    position: absolute;
    right: -20px;
    bottom: 100px;
    font-size: 200px;
    line-height: 150px;
    color: #e6f3ff;
    opacity: .2;
    font-family: ah;
}

.lx-d2{
    padding: 80px 0;
}
.lx-d2 li{
    width: 32%;
    height: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0,35,65,.1);
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    padding: 40px ;
    position: relative;
}

.lx-d2 li:nth-child(-n+3){
    margin-bottom: 40px;
}
.lx-d2 li:nth-child(3n){
    margin-right: 0;
}
.lx-d2 li .d1{
    font-size: 30px;
    font-family: ab;
    margin-bottom: 15px;
    color: #007ae2;
}

.lx-d2 li .d2{
    font-size: 20px;
    line-height: 40px;
    color: #222222;
}
.lx-d2 li .ma{
    width: 30%;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.lx-d2 li .ma img{
    width: 100%;
}
.lx-d2 li:last-child .d2:nth-child(2){
    margin-bottom: 40px;
}
.lx-d3{
    width: 100%;
    height: auto;
    background: url(../images/lx6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.lx-d3 .img{
    width: 58%;
}
.lx-d3 .img img{
    width: 100%;
}
.lx-d3 .text{
    position: absolute;
    right: 0;
    top: 0;
    width: 52.5%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.lx-d3 .text .t1{
    font-size: 180px;
    font-family: ab;
    color: rgba(255,255,255,.2);
    text-transform: uppercase;
    padding-left: 90px;
    box-sizing: border-box;
    line-height: .74;
}
.lx-d3 .text .t1 span{
    color: rgba(255,255,255,1);
}
.lx-d3 .text .t2{
    position: relative;
    padding: 40px 120px  50px 95px;
}

.lx-d3 .text .t2:after{
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.lx-d3 .text .t2 .d1{
    position: relative;
    z-index: 10;
    font-size: 50px;
    font-family: ah;
    margin-bottom: 25px;
    background-image: -webkit-linear-gradient(right,#0064b8,#0c8fff,#0064b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.lx-d3 .text .t2 .d2{
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 36px;
}

.lx-d4{
    padding: 80px 0;
    background: #fff;
}
.lx-d4 .swiper-slide{
    overflow: hidden;
}

.lx-d4 .swiper-slide .left{
    width: 49.8%;
}
.lx-d4 .swiper-slide .right{
    width: 49.8%;
}
.lx-d4 .swiper-slide .right .img2{
    width: 49.6%;
    float: left;
}
.lx-d4 .swiper-slide .right .img3{
    width: 49.6%;
    float: right;
}
.lx-d4 .swiper-slide .right .img4{
    width: 100%;
    float: left;
    margin-top: 6px;
}
.lx-d4 .swiper-slide  img{
    width:100%;
}
.lx-d4 .swiper-button-next,.lx-d4 .swiper-button-prev{
    width: 40px;
    height: 40px;
    border: 2px solid #ababab;
    box-sizing: border-box;
    border-radius: 40px;
    box-sizing: border-box;
}
.lx-d4 .swiper-button-next:after,.lx-d4 .swiper-button-prev:after{
    color: #ababab;
    font-size: 20px;
}
.lx-d4 .swiper-button-next{
    right: -80px;
}
.lx-d4 .swiper-button-prev{
    left: -80px;
}
.lx-d5{
    position: relative;
    overflow: hidden;
}

.lx-d5 .text{
    width: 50%;
    height: 100%;
    background: url(../images/lx12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 8%;
    box-sizing: border-box;
    display:flex;
    align-items:center;
}
.lx-d5 .text>div{
    max-width: 100%;
}
.lx-d5 .text ul{
    width: 92%;
}
.lx-d5 .text .t{
    font-size: 50px;
    font-family: ah;
    color: #fff;
    margin-bottom: 60px;
}
.lx-d5 .text li{
    border-bottom: 1px solid #3379b5;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #fff;
    width: 750px;
    max-width: 100%;
}
.lx-d5 .text li:last-child{
    border-bottom: 0;
    margin-bottom: 10px;
}
.lx-d5 .text .d1{
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
    font-family: ab;
    margin-bottom: 12px;
    position: relative;
}
.lx-d5 .text .d1:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    background: #fff;
}
.lx-d5 .text .d1 img{
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}
.lx-d5 .text .d2{
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
}
.lx-d5 .img{
    width: 50%;
}
.lx-d5 .img img{
    width: 100%;
}
.lx-d5 .text a{
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #80acd1;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.lx-d6{
    padding: 80px 0 105px;
    margin-bottom: -40px;
}
.lx-d6 .s-t1{
    text-align: left;
    float: left;
}
.lx-d6 .swiper-button-prev,.lx-d6 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #c5c6ca;
}
.lx-d6 .swiper-button-next:after, .lx-d6 .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}
.lx-d6 .swiper-button-prev{
    left: auto;
    right: 80px;
}
.lx-d6 .swiper-button-prev:hover,.lx-d6 .swiper-button-next:hover{
    background: #007ae2;
}
.lx-d6 .swiper-slide{
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    height: 430px;
    box-sizing: border-box;
}
.lx-d6 .swiper-slide .d1{
    width: 54%;
    margin: 0 auto 20px;
}
.lx-d6 .swiper-slide .d1 img{
    width: 100%;
}
.lx-d6 .swiper-slide .d2{
    text-align: center;
    font-size: 20px;
    color: #007ae2;
    margin-bottom: 20px;
}
.lx-d6 .swiper-slide .d2 span{
    font-size: 24px;
    font-family: ab;
}
.lx-d6 .swiper-slide .d3{
    text-align: center;
    font-size: 16px;
    font-family: ab;
    margin-bottom: 5px;
}
.lx-d6 .swiper-slide .d4{
    font-size: 16px;
    line-height: 24px;
    font-family: al;
    width: 84%;
    margin: 0 auto;
}
.lx-d6 .swiper-slide:nth-child(2n){
    margin-top: 40px;
}
.lx-d6 .swiper-slide:hover{
    background: #007ae2;
}
.lx-d6 .swiper-slide:hover .d2{
    color: #fff;
}
.lx-d6 .swiper-slide:hover .d3{
    color: #fff;
}
.lx-d6 .swiper-slide:hover .d4{
    color: #fff;
}

.s-list .pl-r{
    width: 100%;
}


.rg {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    background: url(../images/nav-bg.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    filter: grayscale(100%) brightness(60%);
    margin-left: 15px;
}

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

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

@media screen and (max-width: 1620px) {
    .section2 .tab-t span {
        font-size: 18px;
    }
    .section6 .n-r .tab-t span,.section6 .n-r .tab-t a{
        font-size: 16px;
        padding: 0 15px;
    }
    .gy-d2 .swiper-slide .d3{
        font-size: 20px;
    }
    .gy-d2 .swiper-slide .d2 {
        width: 24px;
        font-size: 24px;
    }
    .gy-d2 .swiper-slide {
        height: 680px;
    }
    .gy-d2 .swiper-slide .zz {
        width: 150%;
    }
    .gy-d2 .swiper-slide .zz .z1 {
        padding: 0 20px;
        font-size: 24px;
    }
    .gy-d2 .swiper-slide .zz .z2 {
        font-size: 16px;
        line-height: 24px;
    }
    .gy-d2 .swiper-slide .zz .z3 {
        font-size: 20px;
    }
    .gy-d4 .right .d1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .gy-d4 .right .d2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .gy-d4 .right .d3 {
        font-size: 16px;
        line-height: 30px;
    }
    .gy-d4 .right {
        padding-top: 40px;
    }
    .gy-d5 li .text .d1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .gy-d5 li .text .d2 {
        font-size: 16px;
        line-height: 30px;
    }
    .gy-d5 li:nth-child(2) {
        margin-top: 50px;
    }
    .section5 .swiper-button-next {
        right: 10px;
    }

    .section5 .swiper-button-prev {
        left: 10px;
    }
    .lx-d5 .text .t {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .lx-d5 .text li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .lx-d5 .text {
        padding-left: 4%;
    }
}
@media screen and (max-width: 1420px) {
    .header .nav li {
        height: 100px;
        padding: 0 10px;
    }
    .header .nav li a {
        font-size: 18px;
    }
    .section1 {
        padding: 50px 0;
    }
    .section2 .tab-t span {
        font-size: 16px;
        width: 12%;
    }
    .section1 .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section1 .d2 {
        font-size:16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .section1 .d3 li p {
        font-size: 40px;
        line-height: 40px;
    }
    .section1 .d3 li p sup {
        font-size: 20px;
        top: -5px;
    }
    .section3 .text .t-box {
        width: 80%;
        padding-top: 10%;
    }
    .section3 .text .t-box .d1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section3 .text .t-box .d2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section3 .text .t-box .d3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .section3 .text .t-box .d4 {
        width: 120px;
        height:30px;
        font-size: 14px;
    }
    .section3 .text .d5 {
        font-size: 120px;
    }
    .section4 {
        padding: 50px 0;
    }
    .section4 .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section4 .d2 {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .section4 .d3 li .text p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section4 .d3 li .text span {
        font-size: 16px;
        line-height: 24px;
    }
    .section5 {
        padding: 50px 0;
    }
    .section5 .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section5 .d2 {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .section6 .n-l .s-t {
        margin-bottom:20px;
        font-size: 30px;
    }
    .section6 {
        padding: 50px 0;
        margin-bottom: -40px;
    }
    .i-banner .text .d1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .i-banner .text .d2 {
        font-size: 16px;
    }
    .gy-d1 {
        padding: 50px 0 ;
    }
    .s-t1 {
        width: 410px;
        font-size: 40px;
        margin: 0 auto 30px;
    }
    .why1-d .s-t2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .gy-d1 .text {
        font-size: 16px;
        line-height: 24px;
    }
    .gy-d2 .t {
        font-size: 30px;
    }
    .gy-d2 .swiper-slide .d1 {
        font-size: 100px;
        padding-top: 22px;
        margin-bottom: 17px;
    }
    .gy-d3 {
        padding-top: 50px;
        height: 350px;
    }
    .gy-d3 li .img {
        width: 50px;
        height: 50px;
    }
    .gy-d3 li .text p {
        font-size: 30px;
    }
    .gy-d3 li .text span {
        font-size: 14px;
    }
    .gy-d4 .right .d1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .gy-d4 .right .d2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .gy-d4 .right .d3 {
        font-size: 14px;
        line-height: 24px;
    }
    .gy-d4 .right {
        padding-top: 20px;
    }
    .gy-d4 {
        padding: 50px 0;
    }
    .gy-d7 .zz p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .gy-d7 .zz a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
    }
    .gy-d7 {
        padding:50px 0;
    }
    .gy-d7 .swiper-button-prev, .gy-d7 .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .gy-d9 {
        padding-top: 50px;
    }
    .gy-d9 .t2 span {
        margin: 0 16px;
        font-size: 16px;
    }
    .gy-d5 {
        padding: 50px 0;
    }
    .gy-d6 {
        padding: 50px 0;
    }
    .gy-d6 .t {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .gy-d5 .en {
        font-size: 100px;
    }
    .p-list {
        padding: 50px 0 ;
    }
    .p-show1 {
        padding: 50px 0;
    }
    .p-show1 .left .mySwiper {
        width: 60px;
        max-height: 340px;
    }
    .p-show1 .left .mySwiper .swiper-slide{
        height: 60px !important;

    }
    .p-show1 .left .mySwiper2 {
        width: calc(100% - 90px);
    }

    .p-show1 .left .swiper-button-next {
        left: 20px;
    }
    .p-show1 .left .swiper-button-prev {
        left: 20px;
    }
    .p-show1 .right .d1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .p-show1 .right .d2 {
        margin-bottom: 15px;
    }
    .p-show1 .right .d3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .p-show1 .right .d4 {
        font-size: 16px;
        line-height: 30px;
    }
    .p-show3 {
        margin-bottom: 50px;
    }
    .why1-d {
        padding: 50px 0;
    }
    .why1-d ul li .text {
        font-size: 18px;
        line-height: 30px;
        padding-left: 80px;
    }
    .why1-d ul li .y {
        font-size: 24px;
        padding-left: 50px;
    }
    .why1-d ul li .text p:after {
        top: 12px;
    }
    .why2-d .tab-t span {
        height: 60px;
        line-height: 60px;
        margin: 0 20px;
        font-size: 20px;
    }
    .h-d1 {
        padding: 50px 0;
    }
    .h-d2 {
        padding: 50px 0;
    }
    .n-list {
        padding: 50px 0;
    }
    .n-list li .l_img {
        margin-bottom: 20px;
    }
    .n-list li .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .n-list .type a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
        font-size: 16px;
    }
    .n-mtb {
        padding-top: 50px;
    }
    .n-show2 {
        padding: 50px 0 80px;
        margin-top: 50px;
    }
    .n-show2 li .text {
        padding: 10px 5px 0;
    }
    .n-show2 li .text .d1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .n-show2 li .text .d2 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .n-show2 li .text .d2 {
        font-size: 12px;
    }
    .lx-d1 {
        padding: 50px 0 ;
    }
    .lx-d1 .text {
        padding-top: 30px;
    }
    .lx-d1 .text .s-t1 {
        margin-bottom: 30px;
    }
    .lx-d1 .text .t p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .lx-d1 .bg {
        font-size: 120px;
        line-height: 90px;
    }
    .lx-d2 li .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .lx-d2 {
        padding: 50px 0;
    }
    .lx-d2 li .d2 {
        font-size: 16px;
        line-height: 30px;
    }
    .lx-d2 li {
        height: 220px;
    }
    .lx-d3 .text .t1 {
        font-size: 100px;
        padding-left: 90px;
    }
    .lx-d3 .text .t2 .d1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .lx-d3 .text .t2 .d2 {
        font-size: 16px;
        line-height: 24px;
    }
    .lx-d3 .text .t2 {
        position: relative;
        padding: 30px 100px 30px 95px;
    }
    .lx-d6 .swiper-slide {
        padding-top: 30px;
        height: 380px;
    }
    .l-banner .text .d1 {
        font-size: 40px;
    }
    .lx-d4 {
        padding: 50px 0;
        background: #fff;
    }
    .lx-d6 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1220px) {
    .section6 .n-r .tab-t span,.section6 .n-r .tab-t a{
        font-size: 14px;
        padding: 0 10px;
    }
    .header .nav li a {
        font-size: 16px;
    }
    .gy-d5 li:nth-child(1) .text .d1{
        font-size: 24px;
    }
    .gy-d5 li:nth-child(1) .text .d1 span {
        font-size: 18px;
    }
    .gy-d5 li .text .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gy-d5 li .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .gy-d5 li:nth-child(1) .text {
        padding-top: 4%;
    }
    .gy-d9 .swiper3 .swiper-slide {
        width: 1000px;
        height: 416px;
    }
    .g-banner .text .d1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .g-banner .text .d2 {
        font-size: 20px;
    }
    .p-list .pl-l {
        width: 200px;
    }
    .pl-l li .t {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pl-l li .b a {
        font-size: 14px;
        line-height: 24px;
    }
    .p-list .pl-r {
        width: calc(100% - 230px);
    }
    .p-list .pl-r li p {
        font-size: 14px;
    }
    .why1-d ul li .text {
        font-size: 18px;
        line-height: 30px;
        padding-left: 80px;
    }
    .why1-d ul li .y {
        font-size: 20px;
        padding-left: 30px;
    }
    .why1-d ul li:nth-child(2n) .y {
        padding-right: 30px;
    }
    .lx-d3 .text .t1 {
        font-size: 60px;
        padding-left: 90px;
    }
    .lx-d3 .text .t2 .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .lx-d3 .text .t2 .d2 {
        font-size: 14px;
    }
    .lx-d5 .text li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .lx-d5 .text .d1 {
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lx-d5 .text .d2 {
        padding-left: 20px;
        font-size: 12px;
    }
    .lx-d2 li {
        padding: 20px;
        height: 180px;
    }
    .lx-d2 li:last-child .d2:nth-child(2) {
        margin-bottom: 20px;
    }
    .s-t1 {
        font-size: 30px;
        margin: 0 auto 20px;
    }
    .lx-d1 .bg {
        bottom: 10px;
        font-size: 100px;
        line-height: 150px;
    }
}
@media screen and (max-width: 1020px) {
    .header .logo {
        width: 120px;
    }
    .header .nav li {
        height: 100px;
        padding: 0 5px;
    }
    .header .nav li a {
        font-size: 14px;
    }
    .header .s-h form {
        width: 600px;
        padding-left: 300px;
    }
    .gy-d9 .swiper3 .swiper-slide {
        width: 700px;
        height: 291px;
    }

}
@media screen and (max-width: 768px) {
    .header .nav{
        display: none;
    }
    .header {
        width: 100%;
        line-height: 50px;
    }
    .header .logo {
        width: 80px;
        height: 50px;
    }
    .header .l-h, .header .s-h {
        margin-left: 20px;
        padding-top: 15px;
    }
    .rg{
        display: block;
    }
    .header .l-h .box {
        top: 50px;
    }
    .header .s-h form {
        right: -1200px;
        width: 180px;
        height: 50px;
        padding-top: 10px;
        padding-left: 20px;
    }
    .i-banner{
        margin-top: 50px;
    }
    .i-banner .text .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-banner .text .d2 {
        font-size: 12px;
    }
    .i-banner .swiper-button-next:after, .i-banner .swiper-button-prev:after {
        font-size: 20px;
    }
    .section1 {
        padding: 30px 0;
    }
    .section1 .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .section1 .d2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .section1 .d3 li {
        width: 50%;
        height: 50px;
        border: 0;
    }
    .section1 .d3 li:nth-child(-n+2){
        margin-bottom: 20px;
    }
    .section1 .d3 li p {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .section1 .d3 li p sup {
        font-size: 20px;
        top: -5px;
        left: -5px;
    }
    .section1 .d3 li span {
        font-size: 12px;
    }
    .section2 .tab-t {
        width: 100%;
        height: auto;
        line-height: 40px;
        overflow: hidden;
    }
    .section2 .tab-t span {
        height: 40px;
        font-size: 13px;
        width: calc(100% / 2);
        float: left;
    }
    .section2 .tab-c li {
        width: 50%;
    }
    .section3 .img {
        width: 100%;
        float: none;
    }
    .section3 .text {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .section3 .text .t-box .d1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section3 .text .t-box .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section3 .text .t-box .d3 {
        font-size: 14px;
        line-height: 20px;
    }
    .section3 .text .d5 {
        font-size: 60px;
        bottom: -10px;
    }
    .section3 .text .t-box {
        width: 90%;
        padding-top: 10%;
    }
    .section4 {
        padding: 30px 0;
    }
    .section4 .d1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section4 .d2 {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 20px;
    }
    .section4 .d3 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .section4 .d3 li .img {
        width: 35px;
        height: 35px;
    }
    .section4 .d3 li .text {
        float: left;
        margin-left: 20px;
        width: calc(100% - 70px);
    }
    .section4 .d3 li:nth-child(-n+3) {
        margin-bottom: 15px;
    }
    .section4 .d3 li .text p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .section4 .d3 li .text span {
        font-size: 12px;
        line-height: 20px;
    }
    .section5 {
        padding: 30px 0;
    }
    .section5 .swiper-slide-active {
        transform: scale(1);
        border: 0px solid #007ae2;
    }
    .section5 .swiper-container {
        padding: 0;
    }
    .section6 .n-l .s-t:after {
        margin-top: 10px;
    }
    .section6 .n-l .s-t {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .section6 .n-l {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .section6 .n-l .l_img {
        padding-bottom: 49.6%;
        margin-bottom: 20px;
    }
    .section6 .n-l .b .time {
        width: 70px;
        font-size: 16px;
    }
    .section6 .n-l .b .text {
        width: calc(100% - 70px);
        float: right
    }
    .section6 .n-l .b .text p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section6 .n-r {
        float: none;
        width: 100%;
    }
    .section6 .n-r .tab-t {
        text-align: left;
        margin-bottom: 20px;
    }
    .section6 .n-r .tab-c li {
        padding: 4% 1.5%;
    }
    .section6 .n-r .tab-c li .text p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section6 .n-r .tab-c li .text span {
        font-size: 13px;
    }
    .section6 .n-r .tab-c li .time p {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: right;
    }
    .section6 .n-r .tab-c li .time a img{
        width: 16px;
    }
    .section6 .n-r .tab-c li .time a {
        padding-left: 10px;
        margin-left: 30px;
    }
    .footer .d1 {
        width: 100px;
    }
    .footer .d2 {
        margin: 20px auto;
        text-align: center;
    }
    .footer .bq {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }
    .footer .bq span{
        display: inline-block;
        width: 100%;
    }
    .footer .bq span img {
        float: none;
        width: 12px;
        display: inline-block;
        margin-top: 2px;
        margin-right: 10px;
    }

    .gy-d3 {
        padding: 50px 0;
        height: auto;
    }
    .gy-d3 .s-t1 {
        margin-bottom: 40px;
    }
    .gy-d3 li {
        width: 50%;
    }
    .gy-d3 li:nth-child(-n+2){
        margin-bottom: 30px;
    }
    .gy-d4{
        padding: 50px 0;
    }
    .gy-d9 .swiper3 .swiper-slide {
        width: 500px;
        height: 208px;
    }
    .gy-d9 .swiper-button-next:after, .gy-d9 .swiper-button-prev:after {
        font-size: 30px;
    }
    .gy-d9 .swiper3 .swiper-slide-active{
        opacity: 1;
        box-shadow: 0 10px 10px rgba(0,35,65,.4);
    }
    .gy-d9 .t2 span {
        margin: 0 10px;
        font-size: 12px;
    }
    .s-t1 {
        font-size: 20px;
        max-width: 100%;
    }
    .gy-d9 {
        padding-top: 30px;
    }
    .s-banner {
        width: 100%;
        margin-top: 50px;
        overflow: hidden;
        position: relative;
    }
    .g-banner img {
        width: 130%;
        left: -15%;
    }
    .s-banner img {
        width: 1000px;
        left: calc(50% - 500px);
    }
    .g-banner .text .d1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .g-banner .text .d2 {
        font-size: 12px;
    }
    .gy-d1 {
        padding: 30px 0;
    }
    .gy-d1 .text {
        font-size: 14px;
        line-height: 20px;
    }
    .gy-d2 .swiper-slide .zz {
        width: 110%;
    }
    .gy-d2 .swiper-slide:hover .zz {
        opacity: 1;
        left: -5%;
    }
    .gy-d2 .swiper-slide {
        height: 550px;
    }
    .gy-d3 li .img {
        width: 30px;
        height: 30px;
    }
    .gy-d3 li .text p {
        font-size: 20px;
    }
    .gy-d3 li .text p sup {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .gy-d3 li .text span {
        font-size: 12px;
    }
    .gy-d3 {
        padding: 30px 0;
    }
    .gy-d4 {
        width: 100%;
        background: url(../images/a10-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        padding: 30px 0;
    }
    .gy-d4 .left {
        width: 100%;
        float: none;
    }
    .gy-d4 .right {
        width: 100%;
        float: none;
    }
    .gy-d4 .right .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gy-d4 .right .d2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .gy-d4 .right .d3 {
        font-size: 12px;
        line-height: 20px;
    }
    .gy-d4 .right .d3:after {
        height: 110%;
        left: -25%;
        top: -5%;
    }
    .gy-d5 {
        padding: 30px 0;
    }
    .gy-d5 li .text {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .gy-d5 li .img {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .gy-d5 li:nth-child(2) {
        margin-top: 20px;
    }
    .gy-d6 {
        padding: 30px 0;
    }
    .gy-d6 .t {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gy-d7 {
        padding: 30px 0;
    }
    .gy-d7 .swiper-button-prev, .gy-d7 .swiper-button-next {
        width: 30px;
        height: 30px;
        border-radius: 40px;
    }
    .gy-d7 .swiper-button-next:after, .gy-d7 .swiper-button-prev:after {
        font-size: 12px;
    }
    .gy-d8 .text{
        width: 100%;
    }
    .gy-d8 {
        width: 100%;
        height: 300px;
        background: url(../images/gy8-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    .gy-d8 .text {
        height: 300px;
    }
    .gy-d8 .text .d1 {
        font-size:16px;
        margin-bottom: 10px;
    }
    .gy-d8 .text .d2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .gy-d8 .text .d3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .gy-d8 .text .d4 {
        font-size:14px;
    }
    .p-list .pl-l {
        width: 100%;
        margin-bottom: 30px;
    }

    .p-list .pl-r {
        width: 100%;
    }
    .p-list .pl-r li {
        width: 49%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .p-list .pl-r li:nth-child(2n){
        float: right;
    }
    .p-show1 {
        padding: 30px 0;
    }
    .p-show1 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-show1 .left .mySwiper {
        width: 50px;
        max-height:170px;
    }
    .p-show1 .left .mySwiper .swiper-slide {
        height: 50px !important;
    }
    .p-show1 .left .mySwiper2 {
        width: calc(100% - 60px);
    }
    .p-show1 .right {
        width: 100%;
    }
    .p-show1 .right .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .p-show1 .right .d4 {
        font-size: 14px;
        line-height: 24px;
    }
    .p-show1 .right .d5 {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }
    .ps-t {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .p-show2 {
        margin-bottom: 30px;
    }
    .p-show3 li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .p-show3 li:nth-child(2n){
        float: right;
    }
    .p-show3 {
        margin-bottom: 30px;
    }
    .why1-d ul:before {
       display: none;
    }
    .why1-d ul li{
        margin-bottom: 40px;
    }
    .why1-d ul li .img {
        width: 100%;
        float: none;
    }
    .why1-d ul li .text {
        width: 100%;
        height: auto;
        position: static;
        right: 0%;
        display: flex;
        align-items: center;
        font-size:14px;
        line-height: 30px;
        padding: 20px 0 0;
    }
    .why1-d ul li .y {
        position: static;
        left: 0;
        top: 0;
        font-size: 36px;
        padding-left: 50px;
    }
    .why1-d ul li .y:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/w6.png) ;
        
    background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 5px;
    }
    .why1-d ul li:nth-child(2n) .y:after {
        left: 0;
        right: auto;
    }
    .why1-d ul li:nth-child(2n) .text {
        left: 0;
        padding-left: 0px;
    }
    .why2-d .tab-t span {
        height: 50px;
        line-height: 50px;
        margin: 0 10px;
        font-size: 16px;
    }
    .why2-d .tab-c {
        margin: 30px auto;
        padding: 20px ;
        font-size: 14px;
        line-height: 24px;
    }
    .h-d1 li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .h-d1 li .time {
        display: none;
    }
    .h-d1 li .l_img {
        width: 120px;
        padding-bottom: 87px;
    }
    .h-d1 li .text {
        width: calc(100% - 130px);
        line-height: 87px;
        margin-left:10px;
        padding-right: 0px;
        font-size: 14px;
    }
    .h-d2 {
        padding: 30px 0;
    }
    .n-list {
        padding: 30px 0;
    }
    .n-list .type a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin: 0 5px 10px;
        font-size: 13px;
    }
    .n-list .type {
        margin-bottom: 20px;
    }
    .n-list li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .n-list li:nth-child(2n){
        float: right;
    }
    .n-show1 {
        padding: 20px;
    }
    .n-show1 .t p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .n-show1 .t span {
        margin: 0 3px;
        font-size: 12px;
    }
    .n-show2 {
        padding: 30px 0 50px;
        margin-top: 30px;
    }
    .np {

        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .n-show2 li {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .n-show2 .t {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .l-banner .text .d1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .l-banner .text .d2 {
        width: 40px;
        height: 1px;
        margin: 0 auto 10px;
    }
    .l-banner .text .d3 {
        font-size: 16px;
    }
    .lx-d1 {
        padding: 30px 0;
    }
    .lx-d1 .map {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .lx-d1 .text {
        width: 100%;
        padding-top: 30px;
    }
    .lx-d1 .text .t p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .lx-d1 .bg {
        font-size: 40px;
        line-height: 60px;
        right: -0px;
    }
    .lx-d2 li {
        width: 100%;
        padding: 12px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .lx-d2 li:nth-child(-n+3) {
        margin-bottom: 15px;
    }
    .lx-d3 {
        padding: 30px 0;
    }
    .lx-d3 .img {
        width: 100%;
    }
    .lx-d3 .img {
        width: 100%;
    }
    .lx-d3 .text {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .lx-d3 .text .t1 {
        font-size: 30px;
        padding-left: 5%;
    }
    .lx-d3 .text .t2 {
        position: relative;
        padding: 15px 5% ;
    }
    .lx-d4 {
        padding: 30px 0;
    }
    .lx-d5 .text {
        width: 100%;
        padding: 20px 5%;position: static;
    }
    .lx-d5 .img {
        padding-left: 4%;
        width: 100%;
    }
    .lx-d5 .text .t {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .lx-d6 {
        padding: 30px 0 50px;
    }
    .lx-d6 .swiper-button-prev, .lx-d6 .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .lx-d6 .swiper-button-next:after, .lx-d6 .swiper-button-prev:after {
        font-size: 14px;
    }
    .lx-d6 .swiper-button-prev {
         right: 50px;
     }
    .lx-d6 .swiper-slide .d2 span {
        font-size: 20px;
    }
    .lx-d6 .swiper-slide .d2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lx-d6 .swiper-slide .d3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .lx-d6 .swiper-slide .d4 {
        font-size: 12px;
        line-height: 20px;
    }
    .lx-d6 .swiper-slide {
        padding-top: 10px;
        height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .gy-d9 .swiper3 .swiper-slide {
        width: 300px;
        height: 125px;
    }
    .gy-d9 .swiper-button-next, .gy-d9 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .gy-d9 .swiper-button-next:after, .gy-d9 .swiper-button-prev:after {
        font-size: 20px;
    }
    .gy-d9 .swiper3 {
        padding: 30px 0;
    }

}