blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1 "Source Han Sans CN", PingFangSC-Regular, Arial,
        "Microsoft YaHei", "黑体", "宋体", KaiTi, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0;
}

button,
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
    display: block;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

* {
    font-size: 24px;
    outline: 0;
    --colorR1: #2ca3dd;
    --colorW: #fff;
    --padding: 150px;
    --padding2: 80px;
    --padding3: 180px;
}

@font-face {
    font-family: wbzt1;
    src: url(wbzt1.otf);
}

@font-face {
    font-family: wbzt2;
    src: url(wbzt2.otf);
}

sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -1.5rem;
}

p {
    font-size: 0.7rem;
    color: #666;
    line-height: 1.2rem;
}

.flex-row {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.auto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.p-x {
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
}

.p-y {
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.p-y2 {
    padding-top: 180px;
    padding-bottom: 180px;
    box-sizing: border-box;
}

.out {
    width: 100%;
}

.inner {
    width: 100%;
}

.row {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 30px;
}

.banner {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.banner-swiper .swiper-slide {
    padding-bottom: 39.27%;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    height: 60px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-swiper .swiper-button-next::after,
.banner-swiper .swiper-button-prev::after {
    font-size: 0.65rem;
    color: #fff;
}

.banner-swiper .swiper-button-next {
    right: 0;
}

.banner-swiper .swiper-button-prev {
    left: 0;
}

.banner-info {
    position: absolute;
    top: 30%;
    left: 300px;
    transform: translate(0, -32%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-info p {
    color: #ececec;
    font-size: 1rem;
    line-height: 2rem;
}

.title-bq {
    position: relative;
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 5px;
    padding-left: 50px;
    background-image: url(../images/b-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 2;
    line-height: 1.5rem;
    transition: 0.5s !important;
}

.title-bq:hover {
    color: #2ca3dd;
    background-image: url(../images/b-icon2.png);
    transition: 0.5s !important;
}

.banner-info a img {
    margin-right: 20px;
}

.banner-info h1 {
    font-size: 2rem;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.banner-btn {
    width: 150px;
    height: 35px;
    border-radius: 17.5px;
    border: 1px solid #fff;
    font-size: 0.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.5s !important;
}

.banner-btn:hover {
    color: #2ca3dd;
    border: 1px solid #2ca3dd;
}

.banner-btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background-image: url(../images/btn-jt.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    right: 30px;
    transition: 0.5s;
}

.banner-btn:hover::after {
    background-image: url(../images/btn-jt-r.png);
}

.head_box {
    width: calc(100%);
    /* height: 100px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    /* transform: translateX(-50%); */
}

.head {
    /*width:calc(100%);*/
    /* max-width: 1400px; */
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    z-index: 15;
    align-items: center;
    /* padding: 0; */
    box-sizing: border-box;
    transition: 0.5s;
}

.search_bj {
    background-color: #f7f7f7;
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    display: none;
    left: 0;
    z-index: 180;
    height: 70vh
}

.search_bj .sear_bj_t {
    position: relative;
    width: 77.247%;
    margin: auto
}

.search_bj .codext {
    position: absolute;
    top: 21px;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer
}

.search_bj .codext img {
    width: 100%
}

.search_list {
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%
}

.search_location {
    width: 36.45%
}

.search_bj .search_box {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    padding-right: 0;
    width: 700px;
    /* height: 68px; */
    margin: auto;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 29.4%;
    left: 0;
    right: 0;
    margin: auto
}

.seafrch {
    border: 1px solid #999;
    border-right: 0;
    position: relative;
    width: calc(100% - 108px);
    height: 68px;
    border-radius: 4px 0 0 4px
}

.sear_bj_t {
    height: 100%
}

.search_bj .search_box .search_ico {
    width: 108px;
    height: 70px;
    cursor: pointer;
    border: 0;
    background: #bf1623;
    color: #f6f6f6;
    font-size: 20px;
    float: right;
    border-radius: 0 4px 4px 0
}

.search_bj .search_box .inp_box {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    height: 66px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: #666;
    box-sizing: border-box;
}

.search_bj .search_box .inp_box::-webkit-input-placeholder {
    color: #666
}

.search_bj .search_box .inp_box::-moz-placeholder {
    color: #666
}

.search_bj .search_box .inp_box:-moz-placeholder {
    color: #666
}

.search_bj .search_box .inp_box:-ms-input-placeholder {
    color: #666
}

.logo {
    display: inline-block;
}

.logo img {
    height: 44px;
}

.head-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav {
    display: flex;
    margin-right: 30px;
    height: 100%;
}

.nav a {
    font-size: 0.8rem;
    color: #4c4c4c;
    margin: 0 30px;
    transition: 0.5s;
}

.nav a:hover {
    color: #366aa6;
}
/* .nav li:hover{
    background-color: #000;
} */
.nav .active a {
    color: #366aa6;
}

.search {
    position: relative;
}

.search input {
    width: 150px;
    height: 35px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 17.5px;
    position: relative;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 0.65rem;
    color: #fff;
    box-sizing: border-box;
}

.queryBtn {

    width: 16px;
    height: 16px;
    background-image: url(../images/search-s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search button {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/search-s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    background-color: transparent;
}

.en-cn {
    width: 19px;
    height: 18px;
    background-image: url(../images/en-cn-s.png);
    margin-left: 20px;
}

.nav li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav li .nav-more {
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    display: flex;
    flex-direction: column;
    display: none;
}

.nav-more-active {
    z-index: 2;
}

.nav li .nav-more a {
    white-space: nowrap;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 0.7rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
}

.nav li .nav-more a:hover {
    color: #2ca3dd;
}

.title {
    font-size: 1.5rem;
    /* color: #2ca3dd; */
    color: #000000;
    font-weight: 500;
    display: flex;
    flex-direction: column;    
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}
.subTitle p {
    font-size: 0.8rem;
    /* color: #2ca3dd; */
    color: #000000;
    font-weight: 200;   
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
   
}
.title p {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #333;
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
    
}
.title span {
    font-size: 1.6rem;
    color: #333;
    opacity: 0.1;
    text-transform: uppercase;
    margin-top: -20px;
    margin-left: 30px;
}

/* .title::before {
    width: 6px;
    height: 80%;
    position: absolute;
    content: "";
    background-color: #2ca3dd;
    left: 0;
    top: 0;
} */

.i50 {
    width: 50%;
}

.yj-img img {
    width: 100%;
    transition: 0.5s;
}

.yj-img img:hover {
    transform: scale(1.03);
}

.jjfa {
    margin-top: 60px;
    padding-top: 60px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    transform: translate(-100%, 0);
    top: 180px;
    opacity: 0;
}

.jjfa-active {
    position: static;
    transform: translate(0, 0);
    opacity: 1;
}

.b-title {
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.jjfa p {
    text-align: justify;
}

.btn {
    width: 150px;
    height: 35px;
    border-radius: 17.5px;
    font-size: 0.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    background-color: #2ca3dd;
}

.btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background-image: url(../images/btn-jt.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    right: 30px;
}

.btn-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.jjfa-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.jjfa-item-top {
    position: relative;
    width: 48.9%;
    padding-bottom: 27.43%;
}

.jjfa-item-bottom {
    position: relative;
    width: 23.42%;
    padding-bottom: 14.78%;
    margin-top: 30px;
}

.jjfa-item {
    margin-right: 2.1%;
    display: inline-block;
    position: relative;
    background-size: 100%;
    transition: 0.5s;
    border-radius: 15px;
}

.jjfa-item:hover {
    background-size: 110%;
}

.jjfa-item-top:nth-child(2),
.jjfa-item-bottom:nth-child(6) {
    margin-right: 0 !important;
}

.jjfa-item h1 {
    font-size: 0.9rem;
    left: 35px;
    bottom: 30px;
    color: #fff;
    position: absolute;
    transition: 0.5s;
}

.jjfa-item .jj-zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(41, 165, 219, 0.8);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 15px;
}

.jjfa-item span {
    width: 46px;
    height: 42px;
    transition: 0.5s;
}

.jjfa-item:hover .jj-zz {
    opacity: 1;
}

.jjfa-item h2 {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
}

.jjfa-item:hover h1 {
    opacity: 0;
}
/*jjfa-box2 开始*/
.jjfa-box2 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}
.jjfa-box2 .jjfa-box2-column{
    width: 33%;
    margin-right: 0.5%;
    display: flex;
    flex-direction: column;
}
.jjfa-box2 .jjfa-box2-column:nth-child(3){
    margin-right: 0 !important;
}
.jjfa-box2 .jjfa-item2 {
    margin-bottom: 1.5%;
    /* display: inline-block; */
    position: relative;
    background-size: 102%;
    transition: 0.5s;
    /* border-radius: 0px; */
}

.jjfa-box2 .jjfa-item2:hover {
    background-size: 110%;
}

.jjfa-box2 .jjfa-item2 h1 {
    font-size: 0.9rem;
    left: 35px;
    bottom: 30px;
    color: #fff;
    position: absolute;
    transition: 0.5s;
}
.jjfa-box2 .jjfa-item2:hover h1 {
    opacity: 0;
}
.jjfa-box2 .jjfa-item2-top{
    padding-bottom: 53%;
}
.jjfa-box2 .jjfa-item2-bottom{
    padding-bottom: 107.5%;
}
.jjfa-box2 .jjfa-item2-middle{
    position: relative;
    padding-bottom: 162%;
}
.jjfa-box2 .jjfa-item2 .jj-zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(41, 165, 219, 0.8);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    /* border-radius: 15px; */
}
.jjfa-box2 .jjfa-item2:hover .jj-zz {
    opacity: 1;
}
.jjfa-box2 .jjfa-item2 h2 {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
}
/*jjfa-box2 结束*/
.news-left {
    padding-bottom: 29%;
    flex-shrink: 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    transition: 0.5s !important;
}

.news-left-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.news-left:hover .news-left-img {
    transform: scale(1.05);
}

.news-list {
    padding-left: 60px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.news-out {
    align-items: center;
}

.news-list-out-item {
    width: 100%;
    display: flex;
}

.news-list a {
    padding: 30px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    transition: 0.5s !important;
}

.news-list a h1 {
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2rem;
}

.news-list a h1 span {
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap;
}

.news-list a p {
    width: 85%;
    display: flex;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 16px;
    height: 13px;
    background-image: url(../images/jt1.png);
    transition: 0.5s;
}

.news-list .news-list-out-item:hover a {
    background-color: #eee;
    transform: translate(50px, 0) !important;
}

.news-list a:hover::after {
    background-image: url(../images/jt1-1.png);
}

.news-bottom-info {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    align-items: center;
    bottom: 0;
}

.news-bottom-info h1 {
    color: #fff;
    font-size: 0.88rem;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.5s !important;
}

.news-bottom-info h1 span {
    font-size: 0.6rem;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.news-bottom-info:hover h1 {
    color: #2ca3dd;
}

.about-item {
    width: 65%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about-item img {
    width: 100%;
    margin-top: 15px;
    transition: 0.5s;
}

.about-item img:hover {
    transform: scale(1.05) translate(0, 2%);
}

.about-item .btn-p {
    position: absolute;
    bottom: 60px;
    right: 60px;
}

.about-item p {
    font-size: 0.7rem;
}

.title2 {
    font-size: 1.5rem;
    color: #2ca3dd;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.title2 img {
    margin-right: 15px;
}

.dj-item-img {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    height: calc(100% - 65px);
    background-size: 100%;
    transition: 0.5s;
}

.dj-item-img:hover {
    background-size: 105%;
}

.dj-item {
    width: 30%;
    position: relative;
}

.dj-info {
    position: absolute;
    bottom: 35px;
    padding: 0 35px;
    width: 100%;
    box-sizing: border-box;
}

.dj-info h1 {
    font-size: 0.82rem;
    color: #fff;
    padding-right: 35px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dj-info h1::after {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/jt2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 17px;
    height: 17px;
}

.dj-info span {
    font-size: 0.6rem;
    color: #fff;
}

.qywh-list {
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.qywh-list a {
    display: flex;
    width: 28%;
    margin-right: 8%;
    padding-bottom: 38%;
    position: relative;
    background-size: 100%;
    transition: 0.5s !important;
}

.qywh-list a:hover {
    background-size: 105%;
}

.qywh-list a:nth-child(3n) {
    margin-right: 0;
}

.qywh-info {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 20px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    flex-direction: column;
}

.qywh-info h1 {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.5s;
}

.qywh-info h1 img {
    margin-right: 10px;
}

.qywh-list a:hover .qywh-info {
    background-color: #2ca3dd;
}

.qywh-list a:hover .qywh-info h1 {
    color: #fff;
    font-weight: 500;
    font-size: 0.75rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.qywh-list a:hover .qywh-info h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, 0);
}

.qywh-list a:hover .qywh-info h1 img {
    opacity: 0;
}

.qywh-info p {
    width: 100%;
    position: relative;
    color: #fff;
    opacity: 0;
    max-height: 0;
    transition: 0.5s;
}

.qywh-info p::after {
    background-image: url(../images/jt2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 17px;
    height: 17px;
}

.qywh-info span {
    font-size: 0.6rem;
    color: #fff;
    display: inline-block;
    text-align: left;
    width: 100%;
    opacity: 0;
    max-height: 0;
    transition: 0.5s;
}

.qywh-list a:hover .qywh-info p,
.qywh-list a:hover .qywh-info span {
    opacity: 1;
    max-height: 30px;
}

.title-bottom {
    text-align: center;
}

.title-bottom::before {
    display: none;
    padding: 0;
}

.title-bottom span {
    margin-left: 0;
}

.link-swiper-out {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.link-swiper-pagination {
    width: 100%;
    justify-content: center;
    position: static;
    align-items: center;
}

.link-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    height: 5px;
    width: 5px;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.6;
}

.link-swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    transform: translate(0, 25%);
    opacity: 1;
}

.link-swiper .swiper-slide {
    display: flex;
    align-items: center;
    margin: auto 0;
}

.link-swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
}

.foot {
    /* background-color: #052e4e; */
    background-color: #1d1d1f;
    padding: 50px 150px;
    padding-bottom: 30px;
}

.logo-foot {
    display: flex;
    align-items: flex-end;
}

.logo-foot img {
    height: 44px;
}

.logo-foot h1 {
    font-size: 1.1rem;
    color: #fff;
    margin-left: 50px;
}

.foot-btn {
    width: 300px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #2ca3dd;
    font-size: 0.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.foot-btn::after {
    right: 5%;
    top: 50%;
    width: 40%;
    content: "";
    position: absolute;
    background-image: url(../images/foot-btn.png);
    height: 2px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.foot-btn::before {
    left: 5%;
    top: 50%;
    width: 40%;
    content: "";
    position: absolute;
    background-image: url(../images/foot-btn.png);
    height: 2px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.foot-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-center {
    width: 100%;
}

.foot-center ul {
    width: 65%;
    display: flex;
}

.foot-center ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.foot-center ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.6rem;
    margin: 8px 0;
    transition: 0.5s;
}

.foot-center ul li a:nth-child(1) {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    position: relative;
}

.foot-center ul li a:hover {
    color: #2ca3dd;
}

.foot-center ul li a:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    right: 30%;
    top: 0;
}

.foot-center ul li:nth-last-child(1) a:nth-child(1)::after {
    display: none;
}

.ewm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ewm img {
    width: 100px;
    height: 100px;
}

.ewm p {
    color: rgba(255, 255, 255, 0.3);
    margin: 10px auto;
}

.foot-more {
    background-color: #1d1d1f;
    padding: 15px;
    box-sizing: border-box;
}

.foot-more p {
    text-align: center;
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.25);
}

.head-scroll {
    width: 100%;
    left: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.page-top {
    position: relative;
    padding-bottom: 21%;
    margin-top: 100px;
    overflow: visible;
}

.page-top .page-cover {
    width: 30%;
    padding-bottom: 17%;
    position: absolute;
    right: calc(80px + 50px);
    top: 45%;
    transform: translate(0, -50%);
    filter: drop-shadow(5px 5px 10px black);
    border-radius: 15px;

}

.page-item a img {
    zoom: 0.75;
    margin-bottom: 10px;
}

.page-info {
    position: absolute;
    left: calc(80px + 50px);
    top: 45%;
    transform: translate(0, -50%);
    width: 40%;
}

.page-info h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #4b4b4b;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.page-info h2 {
    font-size: 1rem;
    color: #717171;
    line-height: 1.6rem;
}

.page-item {
    /* position: absolute;
    width: calc(100% - 150px * 2);
     left: 150px;
    bottom: 0; */
    margin-bottom: 80px;
    height: 60px;
    background-color: rgba(241, 241, 241, 1);

    display: flex;
}

.page-item a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    font-size: 0.7rem;
    transition: 0.5s;
}

.page-item a img {
    margin-bottom: 10px;
    opacity: 60%;
    transition: 0.5s;
}

.page-item a:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.page-item a:hover img {
    opacity: 1;
}

.page-item .active {
    background-color: #2ca3dd;
    color: #fff;
}

.page-item .active img {
    opacity: 1;
}

.title2::before {
    height: 100%;
}

.news-bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.news-bg p {
    width: 60%;
    margin-bottom: 15px;
}

.news-bg p:nth-last-child(1) {
    margin-bottom: 0;
}

.news-bg h2 {
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    margin-top: 80px;
}

.news-bg h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 5px;
    background-color: #2ca3dd;
}

.num-item {
    align-items: center;
    justify-content: center;
}

.num-item h1 {
    font-size: 0.7rem;
    color: #fff;
    margin: 0 50px;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
}

.num-item h1 span {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    margin: 0 5px;
}

.num-item h1 sup {
    font-weight: 600;
    font-size: 1.5rem;
    top: -2rem;
}

.num-item h1 span:nth-child(1) {
    font-family: wbzt1;
    font-size: 3.2rem;
    line-height: 2.8rem;
    font-weight: 600;
}

.zzjg-img {
    width: 80%;
    display: flex;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.title-w {
    color: #fff;
}

.title-w::before {
    background-color: #fff;
}

.fzlc-swiper-item-top i {
    display: flex;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: 0.5s;
}

.fzlc-swiper-item-top i::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border: 1px solid #2ca3dd;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top i {
    width: 160px;
    height: 160px;
    border: 1px solid #2ca3dd;
    background-color: #2ca3dd;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top i::after {
    opacity: 1;
}

.fzlc-swiper .swiper-slide {
    position: relative;
    padding: 300px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.fzlc-swiper .swiper-slide .fzlc-swiper-item-top {
    top: calc(50% - 130px);
    transform: translate(0, -50%);
    display: flex;
}

.fzlc-swiper .swiper-slide:nth-child(2n) .fzlc-swiper-item-top {
    top: calc(50% + 130px);
    transform: translate(0, -50%);
}

.fzlc-swiper-item-top {
    position: absolute;
}

.fzlc-swiper .swiper-slide span {
    width: 150px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    position: relative;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:hover span {
    background-color: #2ca3dd;
    color: #fff;
}

.fzlc-swiper .swiper-slide:hover span::after {
    background-color: #2ca3dd;
}

.fzlc-swiper .swiper-slide:hover span::before {
    background-color: #2ca3dd;
}

.fzlc-top-info {
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translate(0, -50%);
}

.fzlc-top-info p {
    color: #fff;
    white-space: nowrap;
}

.fzlc-top-info h1 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
}

.fzlc-swiper .swiper-slide span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    top: -50px;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:nth-child(2n) span::after {
    top: unset;
    bottom: -50px;
}

.fzlc-swiper .swiper-slide span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 1);
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:nth-child(2n) span::before {
    top: unset;
    bottom: -55px;
}

.fzlc-swiper-out {
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}

.fzlc-swiper {
    width: 100%;
}

.fzlc-swiper-out .swiper-button-fzlc-next,
.fzlc-swiper-out .swiper-button-fzlc-prev {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.fzlc-swiper-out .swiper-button-fzlc-next::after,
.fzlc-swiper-out .swiper-button-fzlc-prev::after {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.8);
}

.zlgh-list {
    margin-top: 80px;
}

.zlgh-item {
    width: 22%;
    margin-right: 4%;
    padding-bottom: 33%;
    position: relative;
    transition: 0.5s !important;
}

.zlgh-item:nth-child(4n) {
    margin-right: 0;
}

.zlgh-item h1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 3px;
    transition: 0.5s;
}

.zlgh-item:hover {
    transform: translate(0, -30px);
}

.zlgh-item:hover h1 {
    background-color: #2ca3dd;
}

.zz-swiper .swiper-slide {
    padding-bottom: 20%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.zz-swiper-out {
    margin-top: 60px;
}

.swiper-pagination-zz {
    width: 100%;
    justify-content: center;
    position: static;
    align-items: center;
    margin-top: 50px;
}

.swiper-pagination-zz .swiper-pagination-bullet {
    margin: 0 5px;
    height: 5px;
    width: 5px;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.6;
}

.swiper-pagination-zz .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    transform: translate(0, 25%);
    opacity: 1;
}

.gddh-info {
    width: 20%;
    margin-top: 80px;
    letter-spacing: 2px;
    font-size: 0.65rem;
}

.gddh-right {
    width: 70%;
}

.dsh-swiper .swiper-slide {
    height: auto;
    border: 1px solid #fff;
    padding: 60px 40px;
    box-sizing: border-box;
    transition: 0.5s;
}

.dsh-swiper .swiper-slide h1 {
    font-size: 0.9rem;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
    transition: 0.5s;
}

.dsh-swiper .swiper-slide h1::after {
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
    bottom: 0;
    transition: 0.5s;
}

.dsh-swiper .swiper-slide h1 span {
    font-size: 0.65rem;
    margin-left: 15px;
    letter-spacing: 1px;
}

.dsh-swiper .swiper-slide p {
    color: #fff;
    font-size: 0.6rem;
    transition: 0.5s;
}

.dsh-swiper-pagination {
    position: static;
    display: flex;
    width: 100%;
    display: flex;
}

.dsh-swiper-pagination span {
    flex: 1;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 0;
}

.gddh-info {
    position: relative;
}

.gddh-info .swiper-button-dsh-next,
.gddh-info .swiper-button-dsh-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}

.gddh-info .swiper-button-dsh-next::after,
.gddh-info .swiper-button-dsh-prev::after {
    font-size: 0.65rem;
    color: #fff;
}

.gddh-info .swiper-button-dsh-next {
    right: unset;
    left: 80px;
}

.gddh-info .swiper-button-dsh-prev {
    left: 0;
}

.dsh-swiper .swiper-slide-active {
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(0, -50px);
}

.dsh-swiper .swiper-slide-active h1 {
    color: #2ca3dd;
}

.dsh-swiper .swiper-slide-active h1::after {
    background-color: #2ca3dd;
}

.dsh-swiper .swiper-slide-active p {
    color: #333;
}

.dsh-swiper .swiper-wrapper {
    padding: 50px 0;
    box-sizing: border-box;
}

.jsh-swiper .swiper-slide {
    height: 400px;
    padding: 60px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.jsh-info {
    overflow: hidden;
    height: 80%;
}

.jsh-info p {
    font-size: 0.6rem;
}

.jsh-swiper .swiper-slide h1 {
    font-size: 0.9rem;
    margin-bottom: 40px;
}

.jsh-swiper .swiper-slide h1 span {
    margin-left: 15px;
    font-size: 0.65rem;
}

.gddh-info .swiper-button-jsh-next,
.gddh-info .swiper-button-jsh-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #2ca3dd;
}

.gddh-info .swiper-button-jsh-next::after,
.gddh-info .swiper-button-jsh-prev::after {
    font-size: 0.65rem;
    color: #2ca3dd;
}

.gddh-info .swiper-button-jsh-next {
    right: unset;
    left: 80px;
}

.gddh-info .swiper-button-jsh-prev {
    left: 0;
}

.jsh-swiper .swiper-slide-active {
    border-left: 8px solid #2ca3dd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #333;
}

.gjgl-swiper .swiper-slide {
    height: 450px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 90px 70px;
    box-sizing: border-box;
    padding-right: 150px;
}

.gddh-info .swiper-button-gjgl-next,
.gddh-info .swiper-button-gjgl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}

.gddh-info .swiper-button-gjgl-next::after,
.gddh-info .swiper-button-gjgl-prev::after {
    font-size: 0.65rem;
    color: #fff;
}

.gddh-info .swiper-button-gjgl-next {
    right: unset;
    left: 80px;
}

.gddh-info .swiper-button-gjgl-prev {
    left: 0;
}

.gjgl-swiper .swiper-slide h1 {
    font-size: 1.2rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gjgl-swiper .swiper-slide h1 span {
    font-size: 0.7rem;
    margin-left: 15px;
}

.gjgl-swiper .swiper-slide h1 p {
    font-size: 0.6rem;
    margin-left: 30px;
    line-height: 0.6rem;
}

.gjgl-swiper .swiper-slide h1::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 25px);
    width: 20px;
    height: 20px;
    background-color: #2ca3dd;
}

.gjgl-info p {
    line-height: 1.5rem;
    color: #333;
}

.gzzd-item-list {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
}

.gzzd-item {
    width: 48%;
    margin-right: 4%;
    height: 200px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    background-position: 20% center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #eee;
    justify-content: center;
    padding-left: 20%;
    box-sizing: border-box;
    transition: 0.5s;
}

.gzzd-item:nth-child(2n) {
    margin-right: 0;
}

.gzzd-item:nth-child(-n + 2) {
    margin-top: 0;
}

.gzzd-item h1 {
    font-size: 0.9rem;
    margin-bottom: 15px;
    transition: 0.5s;
}

.gzzd-item h2 {
    font-size: 0.7rem;
    width: 80%;
    line-height: 1rem;
    color: #aaa;
    transition: 0.5s;
}

.gzzd-item:hover {
    background-color: #2ca3dd;
}

.gzzd-item:hover h1 {
    color: #fff;
}

.gzzd-item:hover h2 {
    color: #fff;
}

.gzzd-item:nth-child(1):hover {
    background-image: url(../images/g1-1.png) !important;
}

.gzzd-item:nth-child(2):hover {
    background-image: url(../images/g2-2.png) !important;
}

.gzzd-item:nth-child(3):hover {
    background-image: url(../images/g3-3.png) !important;
}

.gzzd-item:nth-child(4):hover {
    background-image: url(../images/g4-4.png) !important;
}

.hxjzl-item-list {
    display: flex;
    margin-top: 60px;
}

.hxjzl-item {
    width: 18%;
    margin-right: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #eee;
    position: relative;
    background-image: url(../images/hx-bg1.jpg);
    transition: 0.5s !important;
}

.hxjzl-item:nth-child(5n) {
    margin-right: 0;
}

.hxjzl-item i {
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.hxjzl-item p {
    display: flex;
    text-align: center;
    line-height: 1rem;
    transition: 0.5s;
}

.hxjzl-item span {
    display: flex;
    height: 60px;
    width: 60px;
    background-color: #2ca3dd;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;
    font-family: wbzt1;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

.hxjzl-item:hover p {
    color: #fff;
}

.hxjzl-item:nth-child(1):hover i {
    background-image: url(../images/jz1-1.png) !important;
}

.hxjzl-item:nth-child(2):hover i {
    background-image: url(../images/jz2-1.png) !important;
}

.hxjzl-item:nth-child(3):hover i {
    background-image: url(../images/jz3-1.png) !important;
}

.hxjzl-item:nth-child(4):hover i {
    background-image: url(../images/jz4-1.png) !important;
}

.hxjzl-item:nth-child(5):hover i {
    background-image: url(../images/jz5-1.png) !important;
}

.hxjzl-bottom {
    margin-top: 50px;
}

.hxjzl-bottom-img {
    padding-bottom: 31.5%;
    width: 55%;
    position: relative;
}

.hxjzl-bottom-item {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hxjzl-item3 {
    height: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 100px;
    font-size: 1rem;
}

.hxjzl-item1 {
    width: 90%;
    margin-left: 10%;
    background-color: #eee;
    transition: 0.5s;
}

.hxjzl-item2 {
    width: 100%;
    background-color: #2ca3dd;
    color: #fff;
}

.hxjzl-item3 h1 {
    position: relative;
    padding-left: 35px;
}

.hxjzl-item3 h1 img {
    margin-right: 10px;
}

.hxjzl-item1 h1::after {
    position: absolute;
    left: 0;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    transition: 0.5s;
}

.hxjzl-item1:nth-child(1) h1::after {
    background-image: url(../images/h1.png);
}

.hxjzl-item1:nth-child(2) h1::after {
    background-image: url(../images/h2-2.png);
}

.hxjzl-item1:hover {
    background-color: #2ca3dd;
    color: #fff;
    width: 100%;
    margin-left: 0;
}

.hxjzl-item1 span {
    transition: 0.5s;
}

.hxjzl-item1:hover span {
    color: #fff;
}

.hxjzl-item1:nth-child(1):hover h1::after {
    background-image: url(../images/h1-2.png);
}

.hxjzl-item1:nth-child(2):hover h1::after {
    background-image: url(../images/h2.png);
}

.hxjzl-item3 span {
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin-right: 30px;
}

.hxjzl-item3 span:nth-last-child(1) {
    margin-right: 0;
}

.hxjzl-item3 p {
    margin-top: 30px;
}

.hxjzl-item2 p {
    color: #fff;
}

.hxjzl-swiper-out {
    position: absolute;
    height: 100%;
    width: 45%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

.hxjzl-swiper {
    width: 100%;
    height: 100%;
}

.hxjzl-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40%;
    padding-left: 80px;
    box-sizing: border-box;
}

.hxjzl-swiper .swiper-slide h1 {
    font-size: 1.5rem;
    color: #fff;
}

.hxjzl-swiper .swiper-slide h1 sup {
    font-size: 2rem;
    top: -3.5rem;
    font-weight: 600;
}

.hxjzl-swiper .swiper-slide h1 span {
    font-size: 6.5rem;
    font-family: wbzt1;
}

.hxjzl-swiper .swiper-slide p {
    color: #fff;
    margin-top: 30px;
    font-size: 1.2rem;
}

.hxjzl-swiper-out .swiper-button-hxjzl-next,
.hxjzl-swiper-out .swiper-button-hxjzl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: unset;
    right: unset;
    box-sizing: border-box;
    transition: 0.5s;
}

.hxjzl-swiper-out .swiper-button-hxjzl-next::after,
.hxjzl-swiper-out .swiper-button-hxjzl-prev::after {
    font-size: 0.5rem;
    color: #fff;
    transition: 0.5s;
}

.hxjzl-swiper-out .swiper-button-hxjzl-next {
    bottom: 20%;
    left: 150px;
}

.hxjzl-swiper-out .swiper-button-hxjzl-prev {
    bottom: 20%;
    left: 80px;
}

.p-btn:hover {
    background-color: #2ca3dd;
    border: none;
}

.info-jj {
    padding: 0 50px;
    box-sizing: border-box;
}

.info-jj h2 {
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
}

.info-jj h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #2ca3dd;
    bottom: 0;
}

.info-jj p {
    font-size: 0.69rem;
    margin-bottom: 20px;
    line-height: 1.2rem;
    letter-spacing: 2px;
}

.info-jj p:nth-last-child(1) {
    margin-bottom: 0;
}

.gzmk-item {
    width: 18%;
    margin-right: 2.5%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.gzmk-item i {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    transition: 0.5s;
}

.gzmk-item p {
    line-height: 0.8rem;
    text-align: center;
    transition: 0.5s;
}

.gzmk-item h1 {
    font-size: 1rem;
    margin-bottom: 15px;
    transition: 0.5s;
}

.gzmk-item:hover {
    background-color: #2ca3dd;
    transform: translate(0, -30px);
}

.gzmk-item:hover h1 {
    color: #fff;
}

.gzmk-item:hover p {
    color: rgba(255, 255, 255, 0.6);
}

.gzmk-item:nth-child(1):hover i {
    background-image: url(../images/gz1-1.png) !important;
}

.gzmk-item:nth-child(2):hover i {
    background-image: url(../images/gz2-1.png) !important;
}

.gzmk-item:nth-child(3):hover i {
    background-image: url(../images/gz3-1.png) !important;
}

.gzmk-item:nth-child(4):hover i {
    background-image: url(../images/gz4-1.png) !important;
}

.gzmk-item:nth-child(5):hover i {
    background-image: url(../images/gz5-1.png) !important;
}

.m-t {
    margin-top: 100px;
}

.gzcg-item {
    width: 100%;
    background-color: #f4f4f4;
    height: 33.33%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 80px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 10% center;
    transition: 0.5s;
}

.gzcg-item:nth-last-child(1) {
    border: none;
}

.gzcg-item:hover {
    border: none;
    background-color: #2ca3dd;
    transform: translate(-50px, 0);
}

.gzcg-item i {
    width: 80px;
    height: 80px;
}

.gzcg-item p {
    transition: 0.5s;
}

.gzcg-item:hover p {
    color: #fff;
}

.m-x {
    margin: 0 150px;
}

.rcln-left {
    width: 65%;
    padding: 50px 150px;
    box-sizing: border-box;
    padding-right: 300px;
}

.rcln-left p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.rcln-out {
    margin-top: 80px;
    position: relative;
}

.rcln-list {
    display: flex;
    margin-top: 50px;
}

.rcln-item {
    flex: 1;
    margin-right: 30px;
    height: 180px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    transition: 0.5s;
}

.rcln-item:nth-child(4n) {
    margin-right: 0;
}

.rc-img2 {
    position: absolute;
    right: 0;
    top: -50px;
    height: 100%;
}

.rcln-item i {
    width: 50px;
    height: 50px;
    max-height: 50px;
    transition: 0.5s;
}

.rcln-item p {
    color: #2ca3dd;
    margin-bottom: 0;
    transition: 0.5s;
}

.rcln-item:hover {
    background-color: #2ca3dd;
}

.rcln-item span {
    max-height: 0;
    opacity: 0;
    color: #fff;
    font-size: 0.6rem;
    transition: 0.5s;
}

.rcln-item:hover span {
    max-height: 100%;
    line-height: 0.8rem;
    opacity: 1;
}

.rcln-item:hover i {
    opacity: 0;
    max-height: 0;
}

.rcln-item:hover p {
    color: #fff;
    text-align: left;
    width: 100%;
    font-size: 0.65rem;
    margin-bottom: 10px;
}

.w80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.px-left {
    width: 70%;
    transition: 0.5s !important;
}

.px-left:hover {
    transform: scale(1.05) !important;
}

.px-left img {
    width: 100%;
}

.px-right {
    width: 30%;
    padding-left: 8%;
    box-sizing: border-box;
}

.px-right h1 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.px-right h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    background-color: #2ca3dd;
}

.px-right p {
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #888;
}

.ygfc-swiper .swiper-slide p {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.ygfc-swiper .swiper-slide .yg-img {
    padding-bottom: 60%;
}

.ygfc-swiper .swiper-slide-active {
    transform: scale(1.1) translate(0, -20px);
}

.ygfc-swiper .swiper-slide-active p {
    background-color: #2ca3dd;
    font-size: 0.6rem;
}

.ygfc-swiper {
    padding: 50px 0;
}

.ygfc-swiper-pagination {
    width: 100%;
    justify-content: center;
    position: static;
    align-items: center;
    margin-top: 30px;
}

.ygfc-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.6;
}

.ygfc-swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    transform: translate(0, 25%);
    opacity: 1;
}

.bghj {
    margin-top: 60px;
}

.img-box-bg {
    display: flex;
    flex-wrap: wrap;
}

.bghj img {
    margin-right: 30px;
}

.bghj img:nth-child(2n) {
    margin-right: 0;
}

.right-bghj {
    width: calc(50% - 40px);
    overflow: hidden;
    transition: 0.5s !important;
}

.right-bghj:hover {
    transform: scale(1.03) !important;
}

.img-box-bg img {
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    margin-top: 40px;
    transition: 0.5s !important;
}

.img-box-bg img:hover {
    transform: scale(1.03) !important;
}

.img-box-bg img:nth-child(-n + 2) {
    margin-top: 0;
}

.gw-item-list {
    width: 100%;
}

.gw-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    position: relative;
    transition: 0.5s;
}

.gw-item h1 {
    font-size: 1rem;
    margin-bottom: 30px;
    transition: 0.5s;
}

.gw-info span {
    font-size: 0.7rem;
    color: #999;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.gw-info span:nth-child(1) {
    padding-left: 0;
}

.gw-info span:nth-last-child(1) {
    border-right: none;
}

.gw-more-btn {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    content: "";
    right: 0;
    top: 80px;
    background-image: url(../images/jt-x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    transition: 0.5s;
}

.gw-more-btn-active {
    transform: rotate(180deg);
}

.gw-more {
    width: 100%;
    display: flex;
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px 40px;
    padding-right: 15%;
    position: relative;
    box-sizing: border-box;
}

.gw-more p {
    font-size: 0.6rem;
}

.btn-gw {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    width: 140px;
    height: 40px;
    background-color: #2ca3dd;
    font-size: 0.7rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gw-item-active h1 {
    color: #2ca3dd;
}

.gw-item-active {
    padding-bottom: 0;
}

.gw-more-out {
    display: none;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.pagination a {
    width: 35px;
    height: 35px;
    font-size: 0.7rem;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: 0.5s;
}

.pagination .active {
    background-color: #2ca3dd;
    color: #fff;
}

.pagination .next,
.pagination .prev {
    width: 80px;
}

.pagination a:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.zp-title {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 30px;
}

.a-box {
    display: flex;
    flex-wrap: wrap;
}

.a-box a {
    font-size: 0.7rem;
    color: #fff;
    display: flex;
    align-items: center;
    width: 50%;
}

.a-box a img {
    margin-right: 10px;
}

.a-box a:nth-last-child(1) {
    margin-bottom: 0;
}

.mail-btn {
    width: 100%;
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #666;
    margin-top: 60px;
    position: relative;
    padding-left: 0;
    transition: 0.5s !important;
}

.mail-btn::after {
    position: absolute;
    content: "";
    left: 30%;
    width: 25px;
    height: 19px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: 0.5s;
}

.mail-btn:hover::after {
    background-image: url(../images/mail2.png);
}

.mail-btn:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.ewm-list {
    display: flex;
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
    justify-content: space-between;
}

.ewm-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: 0.5s;
}

.ewm-item img {
    width: 200px;
    height: 200px;
}

.ewm-item p {
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 0.5s;
}

.ewm-item:hover {
    opacity: 1;
    transform: translate(0, -20px);
}

.ewm-item:hover p {
    background-color: #2ca3dd;
    width: 140%;
}

.map-box {
    width: 924px;
    height: 753px;
    margin-top: 60px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.map-box span {
    font-size: 12px;
}

.map-box ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-box ul li {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.map-box ul li i {
    width: 25px;
    height: 25px;
    background-image: url(../images/dw2.png);
}

.map-box ul li span {
    font-size: 0.6rem;
    margin-top: 5px;
    color: #666;
}

.map-box ul li:nth-child(1) {
    top: 76%;
    left: 43%;
}

.map-box ul li:nth-child(2) {
    top: 71%;
    left: 55%;
}

.map-box ul li:nth-child(3) {
    top: 78%;
    left: 59%;
}

.map-box ul li:nth-child(4) {
    top: 90%;
    left: 61%;
}

.map-box ul li:nth-child(5) {
    top: 81%;
    left: 65%;
}

.map-box ul li:nth-child(6) {
    top: 76%;
    left: 69%;
}

.map-box ul li:nth-child(7) {
    top: 70%;
    left: 79%;
}

.map-box ul li:nth-child(8) {
    top: 63%;
    left: 80%;
}

.map-box ul li:nth-child(9) {
    top: 60%;
    left: 68%;
}

.map-box ul li:nth-child(10) {
    top: 57%;
    left: 75%;
}

.map-box ul li:nth-child(11) {
    top: 51%;
    left: 67%;
}

.map-box ul li:nth-child(12) {
    top: 50%;
    left: 58%;
}

.map-box ul li:nth-child(13) {
    top: 40%;
    left: 68%;
}

.map-box ul li:nth-child(14) {
    top: 43%;
    left: 73%;
}

.map-box ul li:nth-child(15) {
    top: 53%;
    left: 79%;
}

.map-box ul li:nth-child(16) {
    top: 28%;
    left: 82%;
}

.map-box ul li:nth-child(17) {
    top: 34%;
    left: 80%;
}

.map-box ul li:nth-child(18) {
    top: 33%;
    left: 71%;
}

.map-box ul li:nth-child(19) {
    top: 40%;
    left: 79%;
}

.map-box ul li .active {
    background-image: url(../images/dw2.png);
}

.map-info {
    padding: 15px 30px;
    background-color: #2ca3dd;
    box-sizing: border-box;
    position: absolute;
    width: 300px;
    line-height: 1rem;
    display: none;
}

.map-info::after {
    width: 0;
    height: 0;
    border: 35px solid;
    border-color: transparent transparent #2ca3dd;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    transform: translate(-20px, 0);
}

.map-info h2 {
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 10px;
}

.map-info p {
    font-size: 0.6rem;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
}

.map-info-active {
    display: block;
    transform: translate(50px, -100%);
}

.select-gw {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 5;
}

.select-gw-box {
    position: relative;
    margin-left: 15px;
}

.select-gw-box ul {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100%;
    opacity: 1;
    z-index: 2;
}

.select-gw-box ul li {
    font-size: 0.7rem;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #f5f5f5;
    cursor: pointer;
}

.select-gw span {
    font-size: 0.65rem;
}

.select-gw-box p {
    font-size: 0.65rem;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: relative;
}

.select-gw-box p::after {
    right: 15px;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url(../images/select-jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    cursor: pointer;
    transition: 0.5s;
}

.select-gw-box .active::after {
    transform: translate(0, -50%) rotate(180deg);
}

.news-list-top {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.news-list-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
}

.news-list-item:nth-child(3n) {
    margin-right: 0;
}

.news-img {
    width: 100%;
    padding-bottom: 60%;
}

.news-list-item h1 {
    margin: 25px 0;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}

.news-list-item p {
    font-size: 0.65rem;
    color: #666;
    width: 90%;
}

.news-list-item h1::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 13px;
    background-image: url(../images/jt1.png);
    background-position: center;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    transition: 0.5s;
}

.news-list-item:hover h1 {
    color: #2ca3dd;
}

.news-list-item:hover h1::after {
    background-image: url(../images/jt1-1.png);
}

.news-list-item h2 {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #2ca3dd;
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
}

.news-list-item h2 span {
    font-size: 0.7rem;
    margin-top: 10px;
}

.news-list-item:hover h2 {
    opacity: 1;
}

.select-gw2 {
    margin: 60px 0;
}

.select-input {
    width: 300px;
    height: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 0.65rem;
    color: #666;
}

.search-news-box {
    position: relative;
    margin-left: 30px;
}

.search-news-box::after {
    position: absolute;
    left: 15px;
    top: 50%;
    background-image: url(../images/search2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 13px;
    height: 13px;
    content: "";
    transform: translate(0, -50%);
}

.select-gw2 button {
    width: 120px;
    height: 40px;
    background-color: #aaa;
    font-size: 0.7rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.5s;
    margin-left: 30px;
}

.select-gw2 button:hover {
    background-color: #2ca3dd;
}

.news-list-bottom,
.anli-list-bottom {
    display: flex;
    flex-wrap: wrap;
}

.news-bottom-item {
    width: 48%;
    margin-right: 4%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.news-bottom-item:nth-child(-n + 2) {
    margin-top: 0;
}

.news-bottom-item:nth-child(2n) {
    margin-right: 0;
}

.news-bottom-img {
    width: 40%;
    padding-bottom: 24%;
    flex-shrink: 0;
}

.news-item-info {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    width: 60%;
    justify-content: space-between;
    flex-shrink: 0;
}

.news-item-info h1 {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}

.news-item-info p {
    font-size: 0.65rem;
    color: #666;
}

.news-item-info h2 {
    font-size: 0.7rem;
    color: #888;
    position: relative;
}

.news-bottom-item:hover h1 {
    color: #2ca3dd;
}

.news-item-info h2::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 13px;
    background-image: url(../images/jt1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: translate(0, -50%);
    content: "";
    transition: 0.5s;
}

.news-bottom-item:hover h2::after {
    background-image: url(../images/jt1-1.png);
}

/*案例展示部分*/
.anli-bottom-item {
    position: relative;
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 80px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-radius: 15px;
}

.anli-bottom-item:nth-child(-n + 2) {
    margin-top: 0;
}

.anli-bottom-item:nth-child(2n) {
    margin-right: 0;
}

.anli-bottom-item .anli-bottom-img {
    position: relative;
    background-size: 110%;
    width: 100%;
    padding-bottom: 56%;
    flex-shrink: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s;
}

.anli-bottom-item:hover .anli-bottom-img {
    background-size: 120%;
}

.anli-bottom-item .anli-item-info {
    padding: 20px 10px;
    transition: all .5s;
}

.anli-bottom-item .anli-item-info p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.anli-bottom-item:hover .anli-item-info {
    background: rgba(41, 165, 219, 1)
}

.anli-bottom-item:hover .anli-item-info p {
    color: #fff;
}

/*技术文章部分*/

.doc-bottom-item {
    position: relative;
    width: calc((100% - 126px)/ 4);
    /* height: 375px; */
    margin-right: 42px;
    margin-bottom: 42px;
    box-shadow: 2px 2px 50px rgba(0, 0, 0, .06);
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
}

.doc-bottom-item:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.doc-bottom-item:hover .bp .btn {
    background-color: #fff;
}

.doc-bottom-item:nth-child(-n + 2) {
    margin-top: 0;
}

.doc-bottom-item:nth-child(4n) {
    margin-right: 0;
}

.doc-bottom-item .tp .htt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.doc-bottom-item .tp .tt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.doc-bottom-item:hover .tp .tt,
.doc-bottom-item:hover .tp .htt {
    color: white;
}

.doc-bottom-item .tp .stt {
    font-size: 15px;
    line-height: 1.666;
    color: rgba(0, 0, 0, .5);
    height: 125px;
    overflow: hidden;
}

.doc-bottom-item .bp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.doc-bottom-item .bp .btn.btn-gry {
    background-color: #ccc;
}

.doc-bottom-item .bp .btn.slim {
    height: 42px;
    /* padding: 0 20px; */
}

.doc-bottom-item .bp .btn {
    width: 110px;
    background-color: #000;
    padding: 0;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transition: background-color .4s;
}

.doc-bottom-item:hover .bp .btn {
    background-color: #fff;
}

.doc-bottom-item .bp .btn span {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.doc-bottom-item:hover .bp .btn span {
    color: rgba(0, 0, 0, .6);
}

.doc-bottom-item .bp .btn::after {
    content: none;
}

.doc-bottom-item .bp .data-w {
    overflow: hidden;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.doc-bottom-item .bp .data-w span {
    margin-left: 6px;
    font-size: 14px;
}

.doc-bottom-item .bp .data-w img {
    width: 12px;
    height: 12px;
    overflow: hidden;
    filter: drop-shadow(100px 0 rgb(2, 106, 255));
    /* filter: drop-shadow(rgb(240, 20, 20) 100px 0) grayscale(1) brightness(5); */
    transform: translateX(-100px);
}

.doc-bottom-item:hover .bp .data-w img {
    filter: drop-shadow(100px 0 rgb(255, 255, 255));
    //filter: grayscale(1) brightness(5);
}


.doc-bottom-item .doc-bottom-img {
    position: relative;
    background-size: 100%;
    width: 100%;
    padding-bottom: 56%;
    flex-shrink: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s;
}

.doc-bottom-item:hover .doc-bottom-img {
    background-size: 120%;
}

.doc-bottom-item .doc-item-info {
    padding: 20px 10px;
    transition: all .5s;
}

.doc-bottom-item .doc-item-info p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.doc-bottom-item:hover .doc-item-info {
    background: rgba(41, 165, 219, 1)
}

.doc-bottom-item:hover .doc-item-info p {
    color: #fff;
}

/*下载中心*/
.download-item {
    width: 25%;
    box-sizing: border-box;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    margin: 0;
    height: auto !important;
    box-shadow: none;
}

.download-item:hover {
    background-color: #f1f1f1;
}

.download-item:hover .tp .tt,
.download-item:hover .tp .htt {
    color: rgb(0, 0, 0);
}

.download-item:nth-child(4n) {
    border-right: 0;
}

.download-item .tp {
    margin-bottom: 10px;
}

.download-item .tp .fileicon {
    margin-bottom: 30px;
    overflow: hidden;
}

.download-item .tp .fileicon img {
    /* filter: drop-shadow(100px 0 rgb(2, 106, 255));
    transform: translateX(-100px); */
}

.download-item .tp .stt {
    height: 80px;
    margin-bottom: 10px;

}

.download-item .tp .fdate {
    color: #9e9e9e;
}

.download-item .bp {
    height: 42px;
}

.download-item .bp .btn {
    width: 200px;
    height: 48px;

    padding: 0;

    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;

    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: background-color .4s;
}

.download-item:hover .bp .btn {
    display: flex;
    background-color: #2ca3dd;
}

.download-item .bp .btn span {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.download-item:hover .bp .btn span {
    color: #fff;
}

.download-item .bp .btn img {
    margin-left: 10px;
}
/*产品列表部分*/
.pro-list{
    display: flex;
    flex-wrap: wrap;
}

.pro-item {
    position: relative;
    width: calc((100% - 126px)/ 4);
    /* height: 375px; */
    margin-right: 42px;
    margin-bottom: 42px;
    box-shadow: 2px 2px 50px rgba(0, 0, 0, .06);
    padding: 30px 28px;
    cursor: pointer;
    box-sizing: border-box;
}

.pro-item:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.pro-item:nth-child(-n + 2) {
    margin-top: 0;
}

.pro-item:nth-child(4n) {
    margin-right: 0;
}

.pro-item .tp .htt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pro-item .tp .tt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-item:hover .tp .tt,
.pro-item:hover .tp .htt {
    color: white;
}

.pro-item .tp .stt {
    font-size: 15px;
    line-height: 1.666;
    color: rgba(0, 0, 0, .5);   
    overflow: hidden;
}
.pro-item  .tp .stt .pro-img {   
    width: 100%;
    padding-bottom:100%;
    background-size: cover;

}


.i45 {
    width: 46%;
}

.dj-top-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dj-top-info p {
    margin-bottom: 15px;
}

.dj-top-info p:nth-last-child(1) {
    margin-bottom: 0;
}

.dj-info-img {
    width: 70%;
    display: flex;
    margin: 0 auto;
    margin-top: 100px;
}

.dj-item-list1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
}

.dj-item1 {
    width: 46%;
    margin-right: 8%;
}

.dj-item1:nth-child(2n) {
    margin-right: 0;
}

.dj-item1-img {
    width: 100%;
    padding-bottom: 60%;
}

.dj-item1 h1 {
    font-size: 0.9rem;
    margin: 20px 0;
}

.select-gw-box2 p {
    width: 180px;
}

.djdt-box {
    width: 100%;
}

.djdt-item {
    width: 100%;
    display: flex;
}

.djdt-item-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.djdt-item-info h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.djdt-item-info h1::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #2ca3dd;
    left: 0;
    bottom: 0;
}

.djdt-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.djdt-item:nth-child(2n) .djdt-item-info {
    padding-left: 0;
    padding-right: 50px;
}

.djdt-item-info p {
    font-size: 0.7rem;
    color: #888;
    line-height: 1.3rem;
}

.tab-box {
    margin: 0 auto;
    width: 85%;
    margin-top: 60px;
    display: flex;
}

.tab-box a,
.tab-box span {
    flex: 1;
    margin: 30px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #888;
    cursor: pointer;
    transition: 0.5s;
}

.tab-box a:hover,
.tab-box span:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.tab-box .active {
    background-color: #2ca3dd;
    color: #fff;
}

.tab-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    opacity: 0;
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    transition: 0.5s;
}

.tab-content-active {
    transform: translate(0);
    opacity: 1;
    position: static;
}

.tab-content ul {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-content ul li {
    padding: 40px 0;
    box-sizing: border-box;
    padding-left: 100px;
    transition: 0.5s;
}

.tab-content ul li:nth-child(1) {
    margin-top: 0;
}

.tab-content ul li h2 {
    position: absolute;
    left: 0;
    width: 60px;
    transform: translate(-148%, 0);
    display: inline-block !important;
    transition: 0.5s;
}

.xfgs-item {
    display: flex;
    position: relative;
}

.xfgs-item-out {
    margin-bottom: 30px;
}

.xfgs-item-out:nth-last-child(1) {
    margin-bottom: 0;
}

.xfgs-item-out i {
    display: flex;
}

.xfgs-item-img {
    width: 15%;
    padding-bottom: 15%;
    margin-right: 40px;
}

.xfgs-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

.xfgs-info a {
    font-size: 0.9rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s;
}

.xfgs-info span {
    font-size: 0.7rem;
    color: #999;
    margin: 25px 0;
}

.tab-content ul .active,
.tab-content ul li:hover {
    background-color: #f5f5f5;
}

.xfgs-item i {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/xf-jt.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
}

.xfgs-item .xz {
    transform: translate(0, -50%) rotate(90deg);
}

.xfgs-item:hover::after {
    background-image: url(../images/xf-jt2.png);
}

.xfgs-item:hover a {
    color: #2ca3dd;
}

.tab-content h2 {
    font-size: 1rem;
    color: #999;
}

.tab-content h2::after {
    width: 35px;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(130%, -50%);
    background-color: #aaa;
    transition: 0.5s;
}

.tab-content .active h2,
.tab-content li:hover h2 {
    color: #2ca3dd;
}

.tab-content .active h2::after {
    transform: translate(130%, -50%) rotate(90deg);
    background-color: #2ca3dd;
}

.bg-right {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}

.smyj-list {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: 150px 0;
}

.smyj-item {
    width: 50%;
    padding-left: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin-top: 60px;
}

.smyj-item:nth-child(-n + 2) {
    margin-top: 0;
}

.smyj-item h1 {
    color: #2ca3dd;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.smyj-item p {
    font-size: 0.9rem;
    color: #333;
}

.whdt-swiper-out {
    position: relative;
}

.whdt-img {
    width: 100%;
    padding-bottom: 60%;
}

.whdt-swiper-out .swiper-slide p {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    position: relative;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: 0.5s;
}

.whdt-swiper-out .swiper-slide p span {
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    right: 15px;
}

.whdt-swiper-out .swiper-wrapper {
    padding: 100px 0;
    box-sizing: border-box;
}

.whdt-swiper-out .swiper-slide {
    transition: 0.5s;
}

.whdt-swiper-out .swiper-slide:hover {
    transform: translate(0, -20px);
}

.whdt-swiper-out .swiper-slide:hover p {
    background-color: #2ca3dd;
}

.swiper-button-whdt-next,
.swiper-button-whdt-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    left: unset;
    right: unset;
    top: unset;
    bottom: 0;
    transition: 0.5s;
}

.swiper-button-whdt-next::after,
.swiper-button-whdt-prev::after {
    font-size: 0.65rem;
    color: #fff;
    transition: 0.5s;
}

.swiper-button-whdt-next {
    right: 0;
}

.swiper-button-whdt-prev {
    right: 60px;
}

.swiper-button-whdt-next:hover,
.swiper-button-whdt-prev:hover {
    background-color: #fff;
}

.swiper-button-whdt-next:hover::after,
.swiper-button-whdt-prev:hover::after {
    color: #0f43aa;
}

.qynk-img {
    width: 100%;
    padding-bottom: 150%;
    box-sizing: border-box;
    transition: 0.5s;
}

.qynk-swiper-out {
    position: relative;
}

.qynk-swiper {
    width: 80%;
    margin: 50px auto;
}

.qynk-swiper .swiper-slide h1 {
    font-size: 0.7rem;
    margin: 15px 0;
    margin-top: 30px;
    transition: 0.5s;
}

.qynk-swiper .swiper-slide:hover h1 {
    color: #2ca3dd;
}

.qynk-swiper .swiper-slide:hover .qynk-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.swiper-button-qynk-next,
.swiper-button-qynk-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #2ca3dd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}

.swiper-button-qynk-next::after,
.swiper-button-qynk-prev::after {
    font-size: 0.7rem;
    color: #2ca3dd;
    transition: 0.5s;
}

.swiper-button-qynk-next:hover,
.swiper-button-qynk-prev:hover {
    background-color: #2ca3dd;
}

.swiper-button-qynk-next:hover::after,
.swiper-button-qynk-prev:hover::after {
    color: #fff;
}

.qynk-swiper .swiper-slide p {
    line-height: 0.65rem;
}

.m-l {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: flex-start;
}

.tz-img {
    position: absolute;
    left: 150px;
    top: -20px;
    width: 45%;
    z-index: 5;
}

.tz-info {
    padding: 50px;
    display: flex;
    align-items: center;
    height: 51vh;
    background-color: #efefef;
    width: 80%;
    flex-direction: column;
    padding-left: 36%;
    padding-right: calc(2 * 150px);
    box-sizing: border-box;
    position: relative;
}

.tz-info .btn-box {
    position: absolute;
    bottom: 50px;
    right: calc(2 * 150px);
}

.tz-info h1 {
    text-align: left;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 35px;
}

.tz-info p {
    margin-bottom: 35px;
}

.btn-w {
    background-color: transparent;
}

.dqbg-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dqbg-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}

.dqbg-item:nth-child(-n + 3) {
    margin-top: 0;
}

.dqbg-item:nth-child(3n) {
    margin-right: 0;
}

.dqbg-item h1 {
    color: #fff;
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.dqbg-item h1::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 13px;
    background-image: url(../images/jt3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.dqbg-item p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.6rem;
    padding-right: 25%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dqbg-item span {
    position: absolute;
    font-size: 0.6rem;
    bottom: 30px;
    right: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.dqbg-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #fff;
}

.m-r {
    margin-right: 150px;
    position: relative;
    display: flex;
}

.tz-img-right {
    position: absolute;
    right: 0;
    top: -20px;
    width: 48%;
}

.tz-info2 h2 {
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.tz-info2 h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #2ca3dd;
    content: "";
}

.tz-info2 span {
    font-size: 0.75rem;
    padding-left: 50px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    color: #888;
    margin-bottom: 35px;
    line-height: 1rem;
}

.tz-info2 {
    padding-left: 150px;
    align-items: flex-start;
}

.tz-info2 span span {
    position: relative;
    margin-left: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.gjt-swiper-out {
    width: 55%;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    padding-right: 100px;
}

.gjt-swiper {
    height: 50vh;
}

.gjt-swiper img {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.gjt-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 30px solid rgba(255, 255, 255, 0.2);
}

.swiper-gjt-pagination {
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    bottom: unset;
}

.swiper-gjt-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.swiper-gjt-pagination .swiper-pagination-bullet span {
    margin-left: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 0.6rem;
}

.swiper-gjt-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    height: 16vh;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 1px;
    background-color: #fff;
    opacity: 1;
    z-index: 2;
}

.swiper-gjt-pagination .swiper-pagination-bullet:nth-last-child(1)::after {
    display: none;
}

.swiper-gjt-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "";
}

.swiper-gjt-pagination .swiper-pagination-bullet-active span {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.tab-content-box {
    position: relative;
}

.nav-btn {
    display: none;
}

.head-mc {
    display: none;
}

.head-mc .nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}

.box-btn-r {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.box-btn-r .btn {
    zoom: 1.2;
}

.info_box .title_div {
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.info_box .title_div h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 24px;
}

.info_box .title_div strong {
    font-weight: 400;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    border-right: 1px solid #999;
    padding-right: 20px;
    margin-right: 18px;
}

.info_box .title_div span {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    margin-right: 18px;
}

.info_box .title_div em {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    background: url(../images/tb16.png) no-repeat left center;
    padding-left: 20px;
    vertical-align: top;
}

.info_box .title_div em a {
    background-image: none;
    padding-left: 0;
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 18px;
    height: 18px;
}

.info_box .content_div p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin: 10px 0;
}

.info_box .content_div h2 {
    font-size: 22px;
    font-weight: bold;
    color: #232323;
    line-height: 40px;
    padding: 10px 0;
}

.info_box .content_div p img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.info_box .page_div {
    height: 50px;
    background: #f2f2f2;
    padding: 0 20px;
    line-height: 50px;
    position: relative;
    margin-top: 60px;
}

.info_box .page_div a {
    font-size: 16px;
    color: #999;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.info_box .page_div a.return_a {
    position: absolute;
    color: #265593;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.info_box .page_div a.previous_a {
    float: left;
    max-width: calc(50% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_box .page_div a.next_a {
    float: right;
    max-width: calc(50% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_box .page_div a:hover {
    color: #265593;
}

@media screen and (max-width: 750px) {
    .info_box {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .info_box .title_div h3 {
        font-size: 20px;
    }

    .info_box .title_div {
        margin-bottom: 20px;
    }

    .info_box .content_div p {
        font-size: 16px;
    }

    .info_box .page_div {
        margin-top: 30px;
    }

    .info_box .page_div a.next_a,
    .info_box .page_div a.previous_a {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .info_box .page_div {
        height: auto;
        line-height: 1.8;
        padding: 10px;
    }

    .info_box .page_div a.return_a {
        position: static;
        transform: none;
    }

    .info_box .title_div strong {
        display: block;
        border-right: none;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }

    .info_box .title_div h3 {
        margin-bottom: 15px;
    }
}

.page_div a,
.page_div span {
    font-size: 0.75rem;
}

.title_div span,
.title_div strong {
    font-size: 0.6rem;
}

.search-box {
    display: block !important;
}

.search .tit {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 45px;
}

.search ul {
    margin-bottom: 80px;
}

.search ul li a {
    display: block;
    width: 820px;
    transition: all 0.3s ease;
}

.search ul li .ti {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    line-height: 25px;
}

.search ul li .de {
    font-size: 18px;
    color: #666;
    line-height: 25px;
}

.search ul li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: left;
    padding-right: 30%;
    box-sizing: border-box;
    padding-left: 0;
}

.search ul li a:hover {
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    .search ul li {
        padding: 0;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .search ul {
        width: 100%;
    }

    .search ul li a {
        width: 100%;
    }
}

.ybyw-title-box {
    display: flex;
    align-items: center;
}

.ybyw-fbt {
    font-size: 1.1rem;
    color: #bbb;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
}

.ybyw-fbt::before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    transition: 0.5s;
}

.m-p {
    padding: 0 8%;
    box-sizing: border-box;
}

.yb-swiper1-out {
    width: 50%;
    z-index: 1;
}

.yb-swiper1 .swiper-slide .yb-swiper1-img {
    width: 100%;
    padding-bottom: 58%;
    position: relative;
    transition: 0.5s;
}

.yb-swiper1 .swiper-slide:hover .yb-swiper1-img {
    transform: scale(1.05);
}

.yb-swiper1 .swiper-slide p {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0.7rem;
    align-items: center;
    transition: 0.5s;
}

.yb-swiper1 .swiper-slide p:hover {
    background-color: #2ca3dd;
}

.yb-swiper1 .swiper-slide p::after {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 17px;
    background-image: url(../images/yb-jt.png);
    transition: 0.5s;
}

.swiper-button-yb1-next,
.swiper-button-yb1-prev,
.swiper-button-yb2-next,
.swiper-button-yb2-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: 0.5s;
    display: none;
}

.swiper-button-yb1-next::after,
.swiper-button-yb1-prev::after,
.swiper-button-yb2-next::after,
.swiper-button-yb2-prev::after {
    font-size: 0.65rem;
    color: #fff;
    transition: 0.5s;
    display: none;
}

.swiper-button-yb1-next:hover,
.swiper-button-yb1-prev:hover,
.swiper-button-yb2-next:hover,
.swiper-button-yb2-prev:hover {
    background-color: #2ca3dd;
    display: none;
}

.yb-swiper1-out {
    position: absolute;
    top: 100px;
    left: 8%;
    width: 43%;
}

.znsh-box {
    width: 70%;
    box-sizing: border-box;
    margin-top: 100px;
}

.znsh-box .yb-title2 {
    padding-left: 38%;
    box-sizing: border-box;
}

.yb-title2 {
    font-size: 1.1rem;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    color: #333;
}

.yb-title2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    background-color: #2ca3dd;
}

.znsh-box .yb-title2::after {
    left: 38%;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.znsh-bottom {
    background-color: #f4f4f4;
    padding: 50px 100px;
    padding-left: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.znsh-bottom h1 {
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
}

.znsh-bottom p {
    margin-bottom: 10px;
}

.yb-swiper2-out {
    right: 8%;
    left: unset;
    top: 0;
}

.znsh-box2 .znsh-bottom {
    padding: 50px 100px;
    padding-right: 36%;
    background-color: rgba(255, 255, 255, 0.1);
}

.znsh-box2 .znsh-bottom h1,
.znsh-box2 .znsh-bottom p {
    color: #fff;
}

.znsh-box2 .yb-title2 {
    padding-left: 0;
    color: #fff;
}

.znsh-box2 .yb-title2::after {
    left: 0;
    background-color: #fff;
}

.yb-box-inner1 h1,
.yb-box-inner2 h1 {
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
}

.yb-box2 {
    display: flex;
}

.yb-left-img {
    display: inline-block;
    flex: 0.8;
}

.yb-box-inner1 {
    flex: 1;
    background-color: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
}

.yb-box-inner2 {
    flex: 2;
    background-color: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}

.yb-box2 p {
    font-size: 0.68rem;
    margin-bottom: 15px;
    line-height: 1.5rem;
    color: #666;
    opacity: 0.8;
}

.yb-box-inner2::before {
    content: "";
    position: absolute;
    left: 0;
    height: calc(100% - 100px);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.yb-title2-w {
    color: #fff;
}

.yb-title2-w::after {
    background-color: #fff;
}

.xyyl-box {
    display: flex;
    justify-content: space-between;
}

.xygl-info-box {
    width: 49%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 40px;
    box-sizing: border-box;
}

.xygl-img {
    display: inline-block;
    width: 49%;
}

.xygl-info h1 {
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
    color: #fff;
}

.xygl-info {
    width: 50%;
}

.xygl-info p {
    color: #fff;
    margin-bottom: 5px;
}

.xygl-info:nth-child(2) {
    padding-left: 15%;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.yb-box3 {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.yb-box3-info-box {
    width: 70%;
    box-sizing: border-box;
    margin-top: 100px;
}

.yb-box3-info {
    background-color: #f4f4f4;
    padding: 50px 100px;
    padding-left: 40%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 380px;
    align-items: flex-start;
    padding-top: 8%;
    padding-bottom: 15%;
    box-sizing: border-box;
}

.yb-img3 {
    position: absolute;
    top: 100px;
    left: 8%;
    width: 43%;
}

.yb-box3-info h1 {
    width: 100%;
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
}

.yb-box3-info p {
    width: 50%;
}

.yb-box3-info-box .yb-title2 {
    padding-left: 40%;
}

.yb-box3-info-box .yb-title2::after {
    left: 40%;
}

.myd-box {
    width: 49%;
}

.myd-img {
    display: inline-block;
    width: 49%;
}

.myd-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myd-title-box h1 {
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
    color: #fff;
}

.myd-title-box p {
    font-size: 0.65rem;
    color: #fff;
    opacity: 0.9;
}

.myd-info {
    width: 100%;
}

.myd-info li {
    display: flex;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.myd-info li p {
    width: 100%;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
    box-sizing: border-box;
    padding: 10px 0;
}

.myd-info li h1 {
    color: #fff;
    font-size: 0.75rem;
    flex: 1;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
}

.myd-info li h1:nth-child(1) {
    flex: 0 0 310px;
    padding-left: 10%;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
}

.myd-info li h1:nth-child(2),
.myd-info li p:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.3);
}

.myd-info span {
    font-size: 0.75rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.myd-info span img {
    margin-right: 10px;
}

.myd-info li p:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 0 0 310px;
    align-items: flex-start;
    padding-left: 10%;
    box-sizing: border-box;
}

.myd-info li:nth-last-child(1) {
    margin-bottom: 0;
}

.all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn {
    font-size: 1rem;
    padding: 20px 40px;
    box-sizing: border-box;
    position: relative;
    padding-right: 60px;
}

.page-btn::after {
    position: absolute;
    content: "";
    right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/yb-jt2.png);
    width: 19px;
    height: 19px;
    top: 50%;
    transform: translate(0, -50%);
}

.page-btn::before {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: "";
}

.yb2-box1 {
    width: 50%;
}

.yb2-box1 p {
    color: #fff;
    font-size: 0.85rem;
    line-height: 2rem;
}

.m-p2 {
    padding: 100px 8%;
    padding-right: 15%;
    align-items: center;
}

.page-btn-box {
    position: relative;
}

.ywwd-swiper-out {
    height: 500px;
    width: 100%;
}

.ywwd-swiper {
    width: 100%;
    height: 100%;
}

.ywwd-swiper .swiper-slide {
    background-color: #eaeaea;
    height: calc(50% - 40px);
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    padding-left: 80px;
    transition: 0.5s;
}

.ywwd-swiper .swiper-slide img {
    margin-right: 80px;
    opacity: 0.8;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 0.5s;
}

.yb2-info1 h1 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    transition: 0.5s;
}

.yb2-info1 p {
    font-size: 0.68rem;
    color: #aaa;
    transition: 0.5s;
}

.ywwd-swiper .swiper-slide:hover {
    background-color: #2ca3dd;
}

.ywwd-swiper .swiper-slide:hover h1,
.ywwd-swiper .swiper-slide:hover p {
    color: #fff;
}

.ywwd-swiper .swiper-slide:hover img {
    opacity: 1;
}

.swiper-button-ywwd-next,
.swiper-button-ywwd-prev {
    position: static;
    width: 35px;
    height: 35px;
    border: 1px solid #2ca3dd;
    transform: translate(0);
    transition: 0.5s;
}

.swiper-button-ywwd-next::after,
.swiper-button-ywwd-prev::after {
    font-size: 0.65rem;
    color: #2ca3dd;
}

.page-btn-box {
    display: flex;
}

.swiper-button-ywwd-next {
    margin-left: 20px;
}

.swiper-button-ywwd-next:hover,
.swiper-button-ywwd-prev:hover {
    background-color: #2ca3dd;
}

.swiper-button-ywwd-next:hover::after,
.swiper-button-ywwd-prev:hover::after {
    color: #fff;
}

.i49 {
    width: 49%;
}

.fwjg-info p {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.yb2-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.yb2-item {
    width: 31%;
    height: 150px;
    margin-right: 3.5%;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yb2-item:nth-child(3n) {
    margin-right: 0;
}

.yb2-item:nth-child(-n + 3) {
    margin-top: 0;
}

.yb2-item p {
    color: #fff;
    margin-top: 10px;
}

.title-fwjg {
    font-size: 1rem;
    letter-spacing: 1px;
    background-color: #2ca3dd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 20px;
    margin-bottom: 15px;
}

.title2-fwjg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 0.68rem;
    margin-bottom: 15px;
}

.list-fwjg {
    width: 100%;
    display: flex;
}

.list-fwjg li {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.list-fwjg li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.4);
}

.list-fwjg li h1 {
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.list-fwjg li p {
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

.box-dsj {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yb-fw-item {
    width: 31%;
}

.yb-fw-item-img {
    width: 100%;
    padding-bottom: 60%;
    transition: 0.5s;
}

.yb-fw-item p {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #333;
    transition: 0.5s;
}

.yb-fw-item:hover .yb-fw-item-img {
    transform: scale(1.1);
}

.yb-fw-item:hover p {
    background-color: #2ca3dd;
    color: #fff;
    transform: scale(1.1);
}

.fwnr-swiper-out {
    width: 100%;
}

.fwnr-swiper {
    width: 100%;
}

.fwnr-swiper .swiper-slide {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}

.fwnr-swiper-out {
    padding-bottom: 80px;
}

.swiper-fwnr-pagination {
    position: static;
    margin-top: 80px;
    width: 100%;
    display: flex;
}

.swiper-fwnr-pagination span {
    flex: 1;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
}

.fwnr-info {
    position: absolute;
    display: flex;
    height: 120px;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    bottom: 0;
    align-items: center;
    transition: 0.5s;
}

.fwnr-r {
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
}

.fwnr-info h1 {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.5s;
}

.fwnr-info p {
    font-size: 0.68rem;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}

.fwnr-swiper .swiper-slide:hover .fwnr-info {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-p4 {
    padding: 0 30px;
    padding-right: 10%;
}

.jgfw-info p {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.yxzh-swiper-out1 {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

.yxzh-swiper {
    width: 100%;
}

.yxzh-swiper .swiper-slide {
    padding-bottom: 16%;
    position: relative;
    background-size: 100%;
    transition: 0.5s;
}

.yxzh-swiper .swiper-slide:hover {
    background-size: 105%;
}

.yxzh-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2ca3dd;
}

.yxzh-swiper .swiper-button-next::after {
    font-size: 0.68rem;
    color: #fff;
}

.yxzh-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2ca3dd;
}

.yxzh-swiper .swiper-button-prev::after {
    font-size: 0.68rem;
    color: #fff;
}

.yxzh-swiper-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: 0.5s;
}

.yxzh-swiper-info h1 {
    font-size: 0.8rem;
    color: #fff;
}

.yxzh-swiper-info p {
    font-size: 0.68rem;
    color: #fff;
    text-align: center;
    display: none;
}

.yxzh-swiper .swiper-slide:hover .yxzh-swiper-info {
    height: 100%;
}

.yxzh-swiper .swiper-slide:hover .yxzh-swiper-info h1 {
    display: none;
}

.yxzh-swiper .swiper-slide:hover .yxzh-swiper-info p {
    display: flex;
}

.m-p3 {
    padding: 0 30px;
}

.fwys-list {
    display: flex;
    justify-content: space-between;
}

.fwys-item {
    width: 31%;
}

.fwys-item-img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    background-size: 100%;
    transition: 0.5s;
}

.fwys-item-img:hover {
    background-size: 105%;
}

.fwys-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fwys-item p {
    font-size: 0.6rem;
    color: #fff;
    height: 60px;
    display: inline-block;
    line-height: 0.9rem;
    margin-top: 15px;
    transition: 0.5s;
}

.fwys-item:hover p {
    color: #2ca3dd;
}

.fajz-img {
    display: inline-block;
    width: 50%;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.fajz-img:hover {
    transform: translate(0, -20px) !important;
}

.fajz-info-box {
    width: 50%;
}

.fajz-info {
    background-color: #efefef;
    width: 100%;
    padding: 70px 0;
    padding-left: 42%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fajz-img {
    margin: 80px 0;
}

.fajz-info-box {
    position: absolute;
    top: calc(80px + 80px);
    right: 0;
    width: 70%;
    box-sizing: border-box;
}

.fajz-info p {
    margin-bottom: 70px;
    font-size: 0.75rem;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 100%;
}

.fajz-info p:nth-last-child(1) {
    margin-bottom: 0;
}

.fajz-info-box .yb-title2 {
    margin-left: 42%;
}

.fajz-info p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #666;
}

.fajz-info p:hover {
    color: #2ca3dd;
}

.fajz-info p:hover::after {
    background-color: #2ca3dd;
}

.fajz-info-box2 {
    right: unset;
    left: 0;
    width: 80%;
    top: calc(80px + 100px);
}

.fajz-info-box2 .yb-title2 {
    margin-left: calc(150px + 30px);
}

.fajz-info-box2 .fajz-info {
    padding-left: calc(150px + 30px);
}

.fajz-info-box2 .fajz-info p {
    width: 50%;
    margin-bottom: 80px;
}

.fajz-info-box2 .fajz-info {
    padding-right: 40%;
}

.fajz-info-box2 {
    background-color: #efefef;
}

.fajz-info-box2 .yb-title2 {
    margin-top: 100px;
    margin-bottom: 0;
}

.fajz-img2 {
    width: 42%;
}

.ylyw-box1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    position: relative;
}

.ylyw-img {
    position: absolute;
    width: 45%;
    left: 0;
    top: -50px;
    transition: 0.5s;
}

.ylyw-img:hover {
    transform: translate(0, -10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ylyw-box1-info {
    width: 65%;
    background-color: #f4f4f4;
    min-height: 500px;
    align-items: center;
    padding: 50px 15%;
    box-sizing: border-box;
}

.ylyw-box1-info p {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.fwnr-btn {
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yl-fw-swiper .swiper-slide {
    height: 250px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
}

.yl-fw-swiper .swiper-slide p {
    color: #333;
    margin-top: 30px;
    font-size: 0.95rem;
    font-weight: 500;
}

.yl-fw-swiper-out {
    padding: 0 8%;
    box-sizing: border-box;
    position: relative;
}

.yl-fw-swiper .swiper-slide i {
    width: 65px;
    height: 65px;
    display: inline-block;
}

.swiper-button-ylyw-next,
.swiper-button-ylyw-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    transition: 0.5s;
}

.swiper-button-ylyw-next::after,
.swiper-button-ylyw-prev::after {
    font-size: 0.8rem;
    color: #fff;
    transition: 0.5s;
}

.swiper-button-ylyw-next:hover,
.swiper-button-ylyw-prev:hover {
    background-color: #2ca3dd;
    border: 1px solid #2ca3dd;
}

.yl-fw-swiper .swiper-slide:hover {
    background-color: #2ca3dd;
    transform: translate(0, -20px);
}

.yl-fw-swiper .swiper-slide:hover p {
    color: #fff;
}

.yl-fw-swiper .swiper-slide i:nth-child(2) {
    display: none;
}

.yl-fw-swiper .swiper-slide:hover i:nth-child(2) {
    display: inline-block;
}

.yl-fw-swiper .swiper-slide:hover i:nth-child(1) {
    display: none;
}

.yl-fw-swiper {
    padding: 20px 0;
}

.yllc {
    width: 100%;
    display: inline-block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.fzjz-out {
    position: relative;
    min-height: 80vh;
}

.fajz-swiper-out {
    position: absolute;
    bottom: -50px;
    right: 22%;
    height: 80%;
    width: 20%;
    background-color: #2ca3dd;
    padding: 50px 80px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fajz-swiper .swiper-slide i {
    display: inline-block;
    width: 168px;
    height: 168px;
    border-radius: 50%;
}

.fajz-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fajz-swiper .swiper-slide p {
    font-size: 0.9rem;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    line-height: 1.8rem;
}

.fajz-swiper-btn-box {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    bottom: 30%;
}

.swiper-button-fajz-next,
.swiper-button-fajz-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.5s;
}

.swiper-button-fajz-next::after,
.swiper-button-fajz-prev::after {
    font-size: 0.8rem;
    color: #fff;
    transition: 0.5s;
}

.swiper-button-fajz-next:hover,
.swiper-button-fajz-prev:hover {
    background-color: #fff;
}

.swiper-button-fajz-next:hover::after,
.swiper-button-fajz-prev:hover::after {
    color: #2ca3dd;
}

.swiper-fajz-pagination {
    position: absolute;
    display: flex;
    width: 80%;
    left: 10%;
    bottom: 15%;
    justify-content: space-between;
}

.swiper-fajz-pagination span {
    background-color: #fff;
}

.cgal-img {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.hzhb-swiper-out {
    width: 100%;
    height: 55vh;
}

.hzhb-swiper {
    width: 100%;
    height: 100%;
}

.hzhb-swiper .swiper-slide {
    height: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
}

.hzhb-swiper .swiper-slide p {
    color: #bbb;
    margin-top: 10px;
}

.hzhb-swiper .swiper-slide img {
    display: inline-block;
    width: 130px;
    height: 130px;
}

.hzhb-swiper .swiper-slide:nth-child(2n) {
    border-bottom: none;
}

.hzhb-swiper .swiper-slide:nth-child(odd) {
    border-top: none;
}

.hzhb-swiper .swiper-slide:nth-child(1) {
    border-left: none;
}

.hzhb-swiper .swiper-slide:nth-child(2) {
    border-left: none;
}

.hzhb-swiper .swiper-slide:nth-child(7),
.hzhb-swiper .swiper-slide:nth-child(8),
.hzhb-swiper .swiper-slide:nth-last-child(1),
.hzhb-swiper .swiper-slide:nth-last-child(2) {
    border-right: none;
}

.hzhb-swiper .swiper-slide:hover {
    box-shadow: 0 0 20px rgba(111, 111, 111, 0.2);
    box-sizing: border-box;
}

.hzhb-swiper {
    padding: 20px 10px;
}

.swiper-hzhb-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    top: 55%;
    transform: translate(0, -50%);
    justify-content: space-between;
}

.swiper-hzhb-pagination span {
    background-color: #666;
    opacity: 1;
    margin: 15px 0;
    opacity: 0.6;
    transition: 0.5s;
}

.swiper-hzhb-pagination .swiper-pagination-bullet-active {
    zoom: 1.2;
    opacity: 1;
}

.cflz-item-box {
    width: 100%;
    display: flex;
    padding: 50px;
    padding-left: calc(150px + 8%);
    background-color: #eee;
    margin-top: 80px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.cflz-item-l {
    width: 26%;
}

.cflz-item-l p {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.cflz-item-btn {
    width: 170px;
    height: 50px;
    background-color: #2ca3dd;
    font-size: 0.7rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
}

.cflz-item-btn::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/cf-more.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.cflz-item-btn-box {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.cflz-item-r {
    width: 65%;
    display: flex;
    justify-content: flex-end;
}

.cflz-item-r img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.mb-l {
    width: 26%;
}

.mb-l p {
    color: #fff;
}

.mb-r {
    width: 65%;
    display: flex;
}

.mb-r-item {
    width: 31%;
    margin-right: 3.5%;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
}

.mb-r-item:nth-child(3n) {
    margin-right: 0;
}

.mb-r-item-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.mb-r-item-img span {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 10px;
}

.mb-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-r-item p {
    color: #fff;
    font-size: 0.7rem;
    position: absolute;
    top: calc(50% + 85px);
    transform: translate(0, -50%);
    letter-spacing: 1px;
}

.mb-r-item:hover {
    background-color: #2ca3dd;
    transform: translate(0, -20px);
}

.mb-l p {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.kslp-box {
    padding: 80px 0;
    padding-right: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kslp-l {
    width: 26%;
}

.kslp-r {
    width: 65%;
    display: flex;
    justify-content: flex-end;
}

.kslp-r img {
    max-width: 100%;
}

.kslp-l p {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.cpzh-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpzh-l {
    width: 26%;
}

.cpzh-r {
    display: flex;
    justify-content: flex-end;
    width: 65%;
}

.cpzh-r img {
    max-width: 100%;
}

.cpzh-l p {
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #fff;
}

.fzlc-swiper-item-top i {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.fzlc-swiper-item-top i::after {
    display: none;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top i {
    border: none;
    background-color: transparent;
    width: 160px;
    height: 66px;
}

.fzlc-top-info h1 {
    color: #333;
    transition: 0.5s;
}

.fzlc-top-info p {
    color: #888;
    position: relative;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top h1 {
    color: #2ca3dd;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top p {
    color: #2ca3dd;
}

.fzlc-swiper-item-top i {
    width: 160px;
    height: 66px;
}

.fzlc-swiper .swiper-slide span {
    background-color: transparent;
    color: #2ca3dd;
    border: 1px solid #2ca3dd;
}

.fzlc-swiper .swiper-slide span::after {
    background-color: #2ca3dd;
}

.fzlc-swiper .swiper-slide span::before {
    background-color: #2ca3dd;
}

.fzlc-top-info p:nth-last-child(1)::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #2ca3dd;
    transition: 0.5s;
}

.fzlc-swiper .swiper-slide:hover .fzlc-swiper-item-top p:nth-last-child(1)::after {
    width: 100%;
}

.fzlc-top-info {
    left: 100%;
}

.fzlc-swiper-out .swiper-button-fzlc-next,
.fzlc-swiper-out .swiper-button-fzlc-prev {
    border: 1px solid #2ca3dd;
    transition: 0.5s;
}

.fzlc-swiper-out .swiper-button-fzlc-next::after,
.fzlc-swiper-out .swiper-button-fzlc-prev::after {
    color: #2ca3dd;
    transition: 0.5s;
}

.fzlc-swiper-out .swiper-button-fzlc-next:hover,
.fzlc-swiper-out .swiper-button-fzlc-prev:hover {
    background-color: #2ca3dd;
    color: #fff;
}

.fzlc-swiper-out .swiper-button-fzlc-next:hover::after,
.fzlc-swiper-out .swiper-button-fzlc-prev:hover::after {
    color: #fff;
}

.fzlc-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: #2ca3dd;
    transform: translate(100%, -50%);
}

.fzlc-swiper .swiper-slide span {
    width: 100%;
    box-sizing: border-box;
}

.fzlc-swiper .swiper-slide:nth-last-child(1)::before,
.fzlc-swiper .swiper-slide:nth-last-child(2)::before {
    display: none;
}

.fzlc-top-info h1 {
    margin-bottom: 10px;
}

.fzlc-top-info p {
    font-size: 0.6rem;
}

.zlgh-list {
    padding: 0 10%;
    justify-content: center;
}

.zlgh-item {
    margin: 0;
    width: 23%;
    background-size: cover;
    padding-bottom: 42%;
}

.zlgh-item:hover {
    width: 31%;
    background-color: rgba(0, 0, 0, 0.6);
}

.zlgh-item h1 {
    flex-direction: column;
}

.zlgh-item:hover h1 {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
}

.zlgh-item h1 p {
    display: none;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 8px;
    padding-bottom: 30px;
    position: relative;
}

.zlgh-item h1 p::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    transform: translate(-50%, 0);
}

.zlgh-item:hover h1 p {
    display: inline-block;
}

.swiper-out-slide {
    padding-bottom: 26%;
    position: relative;
}

.hxjz-swiper2 {
    padding: 30px 0;
}

.hxjz-swiper-info {
    position: absolute;
    width: 35%;
    height: 90%;
    top: -30px;
    right: -30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 30px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.5s;
}

.hxjz-swiper-info h1 {
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    line-height: 1.2rem;
}

.hxjz-swiper-info h1::after {
    height: 4px;
    width: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: #fff;
}

.hxjz-swiper-info p {
    color: #fff;
}

.hxjz-swiper-inner1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #2ca3dd;
}

.hxjz-swiper-inner1 p {
    font-size: 0.68rem;
    color: #fff;
}

.hxjz-swiper-inner1 p span {
    font-size: 1.8rem;
    color: #fff;
    margin-right: 12px;
    font-weight: 500;
}

.hxjz-swiper-inner1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hxjz-swiper-inner1 .hxjz-swiper3 {
    width: 100%;
    height: 100%;
}

.swiper-button-hxjz-next,
.swiper-button-hxjz-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 65%;
    left: unset;
    right: unset;
}

.swiper-button-hxjz-next {
    right: 30px;
}

.swiper-button-hxjz-prev {
    left: 30px;
}

.swiper-button-hxjz-next::after,
.swiper-button-hxjz-prev::after {
    font-size: 0.5rem;
    color: #2ca3dd;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.hxjz-swiper2 .swiper-slide-active .hxjz-swiper-info {
    opacity: 1;
}

.zz-swiper .swiper-slide {
    position: relative;
}

.zz-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ry-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-out {
    display: flex;
}

.map-box {
    margin: 0;
}

.address-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 100px;
}

.address-item h1 {
    font-size: 1.3rem;
    color: #333;

    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.address-item hr {
    margin: 1rem 0;
}

/* .address-item h1::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/xx-address.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
} */

.address-item p {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    color: #666;
}

.address-item p:nth-last-child(1) {
    margin-bottom: 0;
}

.address-item {
    margin-bottom: 50px;
}

.address-item:nth-last-child(1) {
    margin-bottom: 0;
}

.gzmk-item {
    transition: 0.5s 0 !important;
    transition-delay: 0s !important;
}

.gzmk-item:hover {
    transform: translate(0, -20px) !important;
}

.nf-select {
    flex: 1;
    margin: 30px;
    height: 55px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    font-size: 0.8rem;
    color: #888;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.nf-select-more {
    display: none;
}

.nf-select p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #888;
    position: relative;
    padding-right: 35px;
}

.nf-select p::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    background-color: #eee;
    background-image: url(../images/se-jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: 0.5s;
}

.nf-select-more {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100%;
    opacity: 1;
    z-index: 2;
}

.nf-select-more li a {
    font-size: 0.7rem;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #f5f5f5;
}

.nf-select-more li a {
    width: 100%;
    flex: 0;
    margin: 0;
}

.tab-box {
    position: relative;
    z-index: 2;
}

.nf-select .active::after {
    transform: translate(0, -50%) rotate(180deg);
}

.about-item-title {
    font-size: 0.9rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.about-item-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/jt15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 22px;
    height: 19px;
    display: flex;
    transition: 0.5s;
}

.about-item-title:hover {
    color: #2ca3dd;
}

.about-item-title:hover::after {
    background-image: url(../images/jt15-r.png);
}

.about-item-title img {
    width: 22px;
}

.about-item p {
    font-size: 0.68rem;
}

.more-jt {
    background-image: url(../images/jt15.png);
    width: 22px;
    height: 19px;
    display: flex;
    transition: 0.5s;
}

.about-item-title:hover .more-jt {
    background-image: url(../images/jt15-r.png);
}

.dj-item {
    width: 32%;
}

.qywh-info {
    align-items: flex-start;
}

.qywh-list a:hover .qywh-info {
    align-items: center;
    padding-bottom: 40px;
}

.qywh-info p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 15px;
    height: 15px;
}

.news-list a {
    transition: 0.5s;
}

.news-list a:hover h1 {
    color: #2ca3dd;
}

.map-info {
    z-index: 2;
}

.map-box {
    z-index: 2;
}

.nav li .nav-more {
    width: 100%;
    display: none;
    flex-direction: row;
    background-color: #000000;
    color: #6e6e6e;
    left: 0;
    flex-wrap: wrap;
    padding: 50px 150px;
    box-sizing: border-box;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.nav li .nav-more a {
    width: 26%;
    margin: 0;
    margin-right:10%;
    box-sizing: border-box;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: transparent;
    color: #8b8b8b;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.7rem;
    justify-content: flex-start
}
.nav li .nav-more .nav-more-title{
    padding-bottom: 20px;
    color: #fbfbfb;
}
.nav li .nav-more .nav-more-inner {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

/*导航子菜单动画*/
/* .nav li .nav-more::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-color: #1c1c1c;
    transition: 0.5s 0.5s;
}

.nav li:hover .nav-more-active::after {
    width: 0;
} */

.nav li .nav-more .nav-more-inner dl {
    width: 25%;
    box-sizing: border-box;
    display: block;
    padding: 20px;
    border-right: solid 1px #313131;
    padding: 0 20px;
}

.nav li .nav-more .nav-more-inner dl:nth-child(4n) {
    border-right: 0;
}

.nav li .nav-more .nav-more-inner dl dt {
    display: block;
    color: white;
    line-height: 56px;
    font-size:0.8rem;
    padding: 20px;
    border-bottom: solid 1px #313131;
    text-align: left;
}

.nav li .nav-more .nav-more-inner dt img {
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.nav li .nav-more .nav-more-inner dl dd {
    display: block;
    text-align: left;
    border: 0;
}

.nav li .nav-more .nav-more-inner dl dd a {
    width: 100%;
    margin: 0;
    box-sizing: unset;
    padding: 0;
    position: relative;
    background-color: transparent;
    text-align: left;
    line-height: 50px;
    display: block;
    padding-left: 54px;
    box-sizing: border-box;
}


.nav li .nav-more a:nth-child(3n) {
    margin-right: 0;
}

.nav li .nav-more a img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.nav-info {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 0.68rem;
    position: relative;
}

.nav li .nav-more a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.nav li .nav-more .nav-info::before {
    content: "";
    position: absolute;
    right: 0;
    top: 35%;
    transform: translate(0, -50%);
    width: 6px;
    height: 11px;
    background-image: url(../images/jt18.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.5s;
}

.nav li .nav-more a:hover .nav-info::before {
    background-image: url(../images/jt19.png);
}

.nav li .nav-more a::before {
    width: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #2ca3dd;
    z-index: 2;
    height: 1px;
    transition: 0.5s;
}

.nav li .nav-more a:hover::before {
    width: 100%;
}

.head-scroll {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.head-scroll2 {
    width: calc(100% - 300px);
    left: 100px;
    padding: 0 50px;
    height: 100px;
    box-sizing: inherit;
}

.head-scroll a {
    color: #333;
}

.head-scroll .search input {
    background-color: rgba(0, 0, 0, 0.2);
}

.search button {
    transition: 0.5s;
}

.head-scroll .search button {
    background-image: url(../images/search-s.png);
}

.en-cn {
    transition: 0.5s;
}

.head-scroll .en-cn {
    background-image: url(../images/en-cn-s.png);
}

.nav-info p {
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    font-size: 0.8rem;
}

.nav li .nav-more a:hover .nav-info p {
    color: #2ca3dd;
}

.hxjz-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.hxjzl-item:hover .hxjz-bg {
    opacity: 1;
}

.hxjzl-item:hover {
    background-color: transparent;
}

.hxjzl-swiper1 .swiper-slide {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #eee;
    position: relative;
    cursor: pointer;
    transition: 0.5s !important;
}

.hxjzl-swiper1 .swiper-slide span {
    display: flex;
    height: 60px;
    width: 60px;
    background-color: #2ca3dd;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;
    font-family: wbzt1;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

.hxjzl-swiper1 .swiper-slide i {
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.hxjzl-swiper1 .swiper-slide p {
    display: flex;
    text-align: center;
    line-height: 1rem;
    transition: 0.5s;
}

.hxjzl-swiper1 .swiper-slide i:nth-child(3) {
    display: none;
}

.hxjzl-swiper1 .swiper-slide-thumb-active i:nth-child(2) {
    display: none;
}

.hxjzl-swiper1 .swiper-slide-thumb-active i:nth-child(3) {
    display: flex;
}

.hxjzl-swiper1 .swiper-slide-thumb-active p {
    color: #fff;
}

.hxjzl-swiper1 .swiper-slide-thumb-active .hxjz-bg {
    opacity: 1;
}

.hxjzl-swiper1 .swiper-slide-thumb-active {
    background-color: transparent;
    background-image: none;
}

.xygl-info h1,
.xygl-info p,
.yb-box-inner1 h1,
.yb-box-inner1 p,
.yb-box-inner2 h1,
.yb-box-inner2 p,
.yb-box3-info h1,
.yb-box3-info p,
.znsh-content h1,
.znsh-content p {
    transition: 0.5s;
}

.xygl-info:hover h1,
.yb-box-inner1:hover h1,
.yb-box-inner2:hover h1,
.yb-box3-info:hover h1,
.znsh-content:hover h1 {
    color: #2ca3dd;
}

.xygl-info:nth-child(1):hover h1,
.yb-box-inner1:hover h1,
.yb-box3-info:hover h1,
.znsh-content:nth-child(1):hover h1 {
    background-image: url(../images/zn1-r.png) !important;
}

.xygl-info:nth-child(2):hover h1,
.yb-box-inner2:hover h1,
.znsh-content:nth-child(2):hover h1 {
    background-image: url(../images/zn2-r.png) !important;
}

.yb-left-img {
    transition: 0.5s;
}

.yb-box2 {
    overflow: hidden;
}

.yb-left-img:hover {
    transform: scale(1.05);
}

.myd-img,
.xygl-img,
.yb-img3 {
    transition: 0.5s;
}

.myd-img:hover,
.xygl-img:hover,
.yb-img3:hover {
    transform: scale(1.03);
}

.input-hid {
    display: none;
}

.dqbg-list .pagination a {
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.dqbg-list .pagination .active {
    border: none;
}

.hxjz-swiper-inner1 .swiper-slide sup {
    top: -1rem;
    margin-left: 5px;
}

.hxjzl-swiper-out1 {
    margin-top: 60px;
}

.about-item-img {
    width: 100%;
    padding-bottom: 51%;
    margin-top: 15px;
    transition: 0.5s;
}

.about-item:hover .about-item-img {
    transform: scale(1.05) translate(0, 2%);
}

.bottom-page-btn {
    padding-top: 0;
}

.myd-info p img {
    width: auto !important;
    height: auto !important;
}

.banner .swiper-banner-pagination {
    display: flex;
    width: 100%;
    bottom: 3% !important;
    align-items: center;
    justify-content: center;
}

.banner .swiper-banner-pagination span {
    border-radius: 1px;
    width: 40px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0 5px !important;
}

.banner .swiper-banner-pagination .swiper-pagination-bullet-active::after {
    position: absolute;
    border-radius: 1px;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2ca3dd;
    opacity: 1;
}

.zzdh::after {
    animation: zjcd;
    animation-duration: 2.8s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

ul.whyselect {
    margin: 0;
    padding: 0;
    /* min-height: 540px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.whyselect li.ws-item {
    margin: 0;
    padding: 60px 0;
    width: 100%;
    display: flex;
    /* flex-direction: column-reverse; */
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

ul.whyselect li.ws-item:hover {
    background: linear-gradient(180deg, #f4f5fa 0, #fff 100%), url(../images/select_card@2x.png) bottom right;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, .1), -8px -8px 20px 0 rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* border-radius: 25px; */
}

ul.whyselect li.ws-item .ws-item-title {

    margin: 20px 0;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}

ul.whyselect li.ws-item .ws-item-content p {
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}
/*产品详情*/
.item-overview{
    padding-top: 200px;
}
.item-overview img{
    width: 47%;
    margin-right: 6%;
    border-radius: 25px;
   
}
.item-overview .item-overview-content{
    width: 47%;
}
.item-overview .item-overview-content h1{
   font-size: 1.6rem;
   line-height: 3rem;
   border-bottom: solid 1px #292929;
}
.item-overview .item-overview-content p{
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin: 20px 0;
}
.item-features{
    background-color: #f2f2f2;
}
.item-features ul.item-features-content{   
    display: flex;
    justify-content: space-between; 
    flex-wrap: nowrap;
}
.item-features ul.item-features-content li{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    width: 25%;
    box-sizing: border-box;
    
}

.item-features .item-features-content li img{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}
.item-features ul.item-features-content li h2{
    padding: 10px 0;
}
.item-features ul.item-features-content li p{
    margin: 10px 0;
}
.item-hf{
    width: 100%;
    height: 250px;
    background-color: #2ca3dd;
    position: relative;
    padding-left: 15%;
    padding-top: 70px;
    box-sizing: border-box;
}
.item-hf p{
    padding-left: 20%;
    color: white;
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.item-hf img{
    height: 203px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0,-50%);
}
@keyframes zjcd {
    0% {
        width: 0;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

.m-img p img {
    max-width: 100%;
    height: auto !important;
}

.go-top {
    position: fixed;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 10%;
    z-index: 999;
    cursor: pointer;
    transform: translate(100%, 0);
    transition: 0.5s;
    border-radius: 4px;
    overflow: hidden;

    border: 1px solid #eee;
}

.go-top-active {
    transform: translate(-10px, 0);
}

.go-top .icon {
    width: 28px;
    height: 28px;

}

.go-top .icon path {
    transform: scale(1.1);
}

.go-top:hover .icon {
    filter: invert(51%) sepia(94%) saturate(1681%) hue-rotate(189deg) brightness(100%) contrast(103%);
}

.go-top p {
    font-size: 0.5rem;
    color: #999;
    line-height: 0.5rem;
    margin-top: 10px;
}

.go-top:hover p {
    color: rgba(41, 165, 219, 1);
}

.link-swiper-pagination {
    display: flex;
    height: 20px;
}

.link-swiper-pagination .swiper-pagination-bullet-active {
    transform: translate(0, 0);
}

.link-swiper .swiper-slide img {
    opacity: 1;
    transition: 0.5s;
}

.link-swiper .swiper-slide img:hover {
    opacity: 0.9;
}

.btn {
    opacity: 1;
    transition: 0.5s;
}

.btn:hover {
    opacity: 0.9;
}

.title_div p {
    font-size: 0.6rem;
    color: #999;
    margin-top: 10px;
}

.title_div p span {
    cursor: pointer;
    transition: 0.5s;
}

.title_div p span:hover {
    color: #2ca3dd;
}

.cl {
    position: absolute;
    animation: cl 10s linear infinite;
    --zoomdata: 0.7;
}

.cl1 {
    top: -350px;
    right: 5%;
    opacity: 0.8;
}

/* 
.page-top {
    overflow: hidden;
    
} */
/*产品详情-产品功能*/
.profun {
    margin-top: 60px;
}

.profun .ruch_cont {
    width: 100%;
    background: #f6f6f6;
    transition: all .4s;
}

.profun .ruch_cont .rych_img {
    width: 42.8%;
    float: left;
    overflow: hidden;
}

.profun .ruch_cont .rych_img img {
    width: 100%;
    transition: all .4s;
    border-radius: 15px;
}

.profun .ruch_cont .ruch_title {
    width: 57.2%;
    float: left;
    padding: 38px 64px 0 40px;
    box-sizing: border-box;
}

.profun .ruch_cont .ruch_title h3 {
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: #000;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 14px;
}

.profun .ruch_cont .ruch_title .ryck_text {
    width: 100%;
}

.profun .ruch_cont .ruch_title .ryck_text p {
    color: #333;
    line-height: 30px;
    font-size: 16px;
}

.jgzy_swiper_but {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.next_icon1 {
    width: 50px;
    height: 50px;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    cursor: pointer;
    transition: all .4s;
    position: relative;
}

.jgzy_swiper_but .span_icon.swiper-pagination-clickable .swiper-pagination-bullet-active,
.jgzy_swiper_but .span_icon1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #d01515;
}

.jgzy_swiper_but .span_icon1.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #666;
    opacity: 1;
}

.cl2 {
    zoom: 0.4;
    right: 30%;
    bottom: -250px;
    opacity: 0.7;
    animation: cl2 10s linear infinite;
}

.cl3 {
    zoom: 0.8;
    right: 45%;
    bottom: -300px;
    opacity: 1;
}

.cl4 {
    zoom: 0.3;
    right: 40%;
    top: 0;
}

.cl5 {
    zoom: 0.1;
    opacity: 0.7;
    right: 40%;
    top: 50%;
}

.cl6 {
    zoom: 0.1;
    opacity: 0.7;
    right: 56%;
    top: 11%;
}

.cl7 {
    zoom: 0.1;
    opacity: 0.7;
    right: 68%;
    top: 25%;
}

@keyframes cl {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cl2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.cl-box {
    width: 1908px;
    height: 380px;
    position: absolute;
    left: 0;
    top: 0;
}

.cgal-box p img {
    width: 100% !important;
    height: auto !important;
    display: flex;
    margin-top: 80px;
}

.cgal-box {
    padding-bottom: 0;
}

.info_box p video {
    margin: 20px auto !important;
    max-width: 100%;
}

.foot-more a {
    text-align: center;
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.25);
}

p img {
    max-width: 100%;
    display: block;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .cl1 {
        top: -350px;
        right: 5%;
        opacity: 0.8;
    }

    .cl2 {
        zoom: 0.4;
        right: 14%;
        bottom: -500px;
        opacity: 0.7;
        animation: cl2 10s linear infinite;
    }

    .cl3 {
        zoom: 0.8;
        right: 45%;
        bottom: -300px;
        opacity: 1;
    }

    .cl4 {
        zoom: 0.3;
        right: 17%;
        top: 0;
    }

    .cl5 {
        zoom: 0.1;
        opacity: 0.7;
        right: 7%;
        top: 44%;
    }

    .cl6 {
        zoom: 0.1;
        opacity: 0.7;
        right: 22%;
        top: 11%;
    }

    .cl7 {
        zoom: 0.1;
        opacity: 0.7;
        right: 46%;
        top: 25%;
    }

    .page-item a img {
        margin-bottom: 5px;
    }

    .yb-swiper2-out {
        left: auto;
    }

    .fzlc-top-info {
        left: 140%;
    }

    .fzlc-swiper .swiper-slide span::before {
        left: 62.8%;
    }

    .yxzh-swiper .swiper-slide {
        padding-bottom: 14%;
    }

    @font-face {
        font-family: swiper-icons;
        src: url(swiper.woff);
        font-style: normal;
    }

    .jjfa-item {
        background-size: 150%;
    }

    .swiper-button-fzlc-next,
    .swiper-button-hxjz-next,
    .swiper-button-qynk-next,
    .swiper-button-ywwd-next {
        background-image: url(../images/btn-jt-r.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .swiper-button-fzlc-prev,
    .swiper-button-hxjz-prev,
    .swiper-button-qynk-prev,
    .swiper-button-ywwd-prev {
        background-image: url(../images/btn-jt-r.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        transform: rotate(180deg);
    }

    .swiper-button-fzlc-next:hover,
    .swiper-button-fzlc-prev:hover,
    .swiper-button-qynk-next:hover,
    .swiper-button-qynk-prev:hover,
    .swiper-button-ywwd-next:hover,
    .swiper-button-ywwd-prev:hover {
        background-color: transparent !important;
    }

    .swiper-button-hxjz-next,
    .swiper-button-hxjz-prev {
        top: 50% !important;
        transform: translate(0, -50%);
    }

    .swiper-button-hxjz-prev {
        transform: translate(0, -50%) rotate(180deg);
    }

    .swiper-button-fajz-next,
    .swiper-button-whdt-next,
    .swiper-button-ylyw-next,
    .yxzh-swiper .swiper-button-next {
        background-image: url(../images/btn-jt.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .swiper-button-fajz-prev,
    .swiper-button-whdt-prev,
    .swiper-button-ylyw-prev {
        background-image: url(../images/btn-jt.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        transform: rotate(180deg);
    }

    .swiper-button-fajz-next:hover,
    .swiper-button-fajz-prev:hover,
    .swiper-button-whdt-next:hover,
    .swiper-button-whdt-prev:hover {
        background-color: transparent !important;
    }

    .swiper-button-whdt-next,
    .swiper-button-whdt-prev {
        bottom: 0 !important;
        left: auto !important;
        top: auto !important;
    }

    .gjt-swiper .swiper-wrapper {
        flex-direction: column;
    }

    .ywwd-swiper .swiper-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .hzhb-swiper .swiper-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .fajz-swiper .swiper-slide {
        display: block;
    }

    .fajz-swiper .swiper-slide i {
        display: block;
        margin: 0 auto;
    }
}