

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.ovh {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ovh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ovh5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

p {
    margin: 0;
}

i,
em {
    font-style: initial;
}

.imgH {
    overflow: hidden;
}

.imgH img {
    transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
}

.imgH:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexsta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexaro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}



/********************************* 首页 **********************************/

.main {
    margin-top: 0;
}


/*banner轮播*/

.index-banner {
    width: 100vw;
    position: relative;
    height: 100vh;
}

.index-banner .swiper-slide {
    overflow: hidden;
    height: 100vh;
}

.index-banner .img {
    width: 100%;
    display: block;
    height: 100%;
    background: none no-repeat center;
    background-size: cover;
    position: relative;
}

.index-banner .img .img-che {
    position: absolute;
    right: 87px;
    bottom: 117px;
    z-index: 1;
    width: 50vw;
}

.index-banner .img .img-text {
    position: absolute;
    left: 13vw;
    bottom: 335px;
    width: 50vw;
}

.index-banner .img-g {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49vw;
}

.index-banner .img .wrap {
    position: relative;
}

.index-banner .gridVideo {
    width: 100%;
    display: block;
    height: 46.875vw;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
}

.index-banner .gridVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: z-index 0s ease 0.7s, opacity 0.35s ease 0.7s;
    display: block;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
}

.index-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 50%;
    /* opacity: .5; */
    transition: width .8s;
}

.index-banner .swiper-container {
    --swiper-navigation-size: 0;
    width: 100vw;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/chevron-right.png");
    left: auto;
    right: 314px;
    z-index: 1;
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/chevron-right4.png");
    right: 260px;
    left: auto;
    z-index: 1;
}
.indexDiv3 .swiper-slide{
    /*width: 100% !important;*/
}

.al-menu{
    display: flex;
    font-size: 16px;
    /*width: 68%;*/
    justify-content: space-between;
    align-items: center;
    margin-left: 10vw;
}
.al-menu p {
    cursor: pointer;
    margin-left: 2vw;
}
.index-banner .swiper-button-next:hover {
    background-image: url("../img/chevron-right2.png");
}

.index-banner .swiper-button-prev:hover {
    background-image: url("../img/chevron-right3.png");
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    position: absolute;
    top: auto;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    background-size: auto;
    bottom: 42px;
}

.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
    background-color: #0052d9;
    transition: all .5s;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    position: relative;
    /* width: 50px; */
    background-color: #0052d9;
}

.indexTitle {
    position: relative;
}

.indexTitle.tc {
    text-align: center;
}

.indexTitle span {
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.indexTitle>div {
    display: flex;
}

.indexTitle>div span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.indexTitle p {
    color: #666666;
    margin-top: 10px;
}

a.imoreBtn {
    width: 140px;
    line-height: 40px;
    background: #333333!important;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}

a.imoreBtn:hover {
    opacity: .8;
}

.indexDiv1 {
    padding: 90px 0;
    background-size: 100% 100%!important;
}

.indexDiv1 .wrap {
    max-width: 1386px;
}

.indexDiv1 .hdDiv .indexTitle {
    width: 20%;
}

.indexDiv1 .hdDiv .tabsDiv {
    margin-right: 242px;
    max-width: 63%;
    overflow-x: hidden;
    position: relative;
}

.indexDiv1 .hdDiv .tabsDiv>div {
    position: relative;
    left: 0;
    top: 0;
    transition: all 1s;
}

.indexDiv1 .hdDiv .tabsDiv a {
    flex: 1 1 auto;
    text-align: center;
    color: #333;
    position: relative;
    font-size: 16px;
    margin-left: 28px;
    white-space: nowrap;
}

.indexDiv1 .hdDiv .tabsDiv a:first-child {
    margin-left: 0;
}

.indexDiv1 .hdDiv .tabsDiv a.active,
.al-menu p.active{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0052d9;
    border-bottom: 4px solid #0052d9;
}

.indexDiv1 .hdDiv .tabsDiv a.active:after {
    display: none;
}

.indexDiv1 .bdDiv {
    margin-top: 49px;
}

.indexDiv1 .bdDiv .leftDiv {
    width: 280px;
    background: linear-gradient(to top, #e8eff6, #ffffff);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}

.indexDiv1 .bdDiv .leftDiv .hd {
    font-size: 26px;
}

.indexDiv1 .bdDiv .leftDiv .bd ul li {
    margin-top: 20px;
}

.indexDiv1 .bdDiv .leftDiv .bd ul li a {
    color: #738495;
}

.indexDiv1 .bdDiv .leftDiv .bd ul li.active {
    background: url(../img/more.png) no-repeat right center;
}

.indexDiv1 .bdDiv .leftDiv .bd ul li.active a,
.indexDiv1 .bdDiv .leftDiv .bd ul li a:hover {
    color: #0251c2;
}

.indexDiv1 .bdDiv .rightDiv {
    max-width: calc(100% - 300px);
    width: 75%;
    align-items: flex-start;
}

.indexDiv1 .bdDiv .rightDiv .imgDiv {
    width: 59.16%;
}

.indexDiv1 .bdDiv .rightDiv .textDiv {
    width: 31.4%;
}

.indexDiv1 .bdDiv .rightDiv .textDiv .title {
    font-size: 30px;
    text-align: center;
    margin-right: 4%;
}

.indexDiv1 .bdDiv .rightDiv .textDiv .p {
    color: #555555;
    margin-top: 20px;
    font-size: 23px;
}

.indexDiv2 {
    padding-bottom: 90px;
}

.indexDiv2 .hdDiv {
    padding: 0 0 40px;
}

.indexDiv2 .bdDiv ul li {
    height: 28.5vw;
    flex: 1 1 auto;
    width: 14.27%;
    color: #fff;
    transition: all .6s;
    position: relative;
}

.indexDiv2 .bdDiv ul li:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(51, 51, 51, 1), rgba(255, 255, 255, 0));
}

.indexDiv2 .bdDiv ul li .conDiv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1.5vw;
    z-index: 1;
    overflow: hidden;
}

.indexDiv2 .bdDiv ul li .conDiv img {
    width: 4.17vw;
    max-width: 80px;
}

.indexDiv2 .bdDiv ul li .conDiv .title {
    font-size: 1.4583vw;
    margin-top: 1vw;
}

.indexDiv2 .bdDiv ul li .conDiv .line {
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

.indexDiv2 .bdDiv ul li .conDiv .p1 {
    line-height: 1.2;
    font-size: 1.2vw;
}

.indexDiv2 .bdDiv ul li .conDiv .p2 {
    display: none;
    width: calc(100% - 13vw - 4.17vw);
    font-size: 1.4vw;
}

.indexDiv2 .bdDiv ul li:hover {
    width: 57.19%;
}

.indexDiv2 .bdDiv ul li:hover .conDiv {
    top: 0%;
    bottom: initial;
    display: flex;
    justify-content: flex-start;
    /*align-items: flex-start;*/
    flex-direction: row;
    text-align: left;
    flex: 0 0 auto;
    padding: 2.8vw;
    background: rgba(0, 0, 0, 0.4);
}

.indexDiv2 .bdDiv ul li:hover .conDiv>div {
    flex: 1 1 auto;
}

.indexDiv2 .bdDiv ul li:hover .conDiv .p2 {
    display: block;
}

.indexDiv2 .bdDiv ul li:hover .conDiv .title {
    display: none;
}

.indexDiv2 .bdDiv ul li:hover .conDiv .line {
    display: none;
}

.indexDiv2 .bdDiv ul li:hover .conDiv .p1 {
    font-size: 1.4583vw;
    margin: 0 15px;
    width: 13vw;
}

.indexDiv2 .bdDiv ul li:hover:before {
    display: none;
}

.indexDiv3 {
    margin: 136px 4vw 0 0;
    position: relative;
    padding-bottom: 90px;
    background: url('../img/al-bg.png') no-repeat left bottom;
}

.indexDiv3 .bdDiv {
    background: #e9eff7;
    padding: 4.6875vw 0 3.6458vw 4vw;
}

.indexDiv3 .lunboDiv {
    position: relative;
    margin-top: 50px;
    width: calc(100% - 34vw);
}
.indexDiv3 .lunboDiv>div{
    position: relative;
}

.indexDiv3 .lunboDiv .al-img {
    width: 100%;
    height: 500px;
}

.all-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv3 .lunboDiv .al-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.indexDiv3 .lunboDiv .p {
    font-size: 16px;
    color: #666;
}

.indexDiv3 .lunboDiv .conDiv .leftDiv {
    width: 54.2%;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv {
    width: 45.8%;
    padding: 0 5%;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv .cate {
    font-size: 1.1458vw;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv .title {
    font-size: 1.98vw;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv .tag {
    font-size: 0.73vw;
    color: #0052d9;
    border-top: 2px solid #0052d9;
    padding-top: 10px;
    margin-top: 10px;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv .p {
    font-size: 1.2vw;
    color: #666666;
    line-height: 1.8;
    margin: 2vw 0 4vw;
    text-indent: 2em;
}

.indexDiv3 .lunboDiv .conDiv .rightDiv a {
    width: 7.3vw;
    line-height: 2.2vw;
    font-size: 0.73vw;
}

.indexDiv3 .swiper-button-next {
    right: 0;
}

.indexDiv3 .swiper-button-prev {
    right: 56px;
    left: auto;
}

.indexDiv3 .swiper-button-disabled {
    display: none;
}

.indexDiv4 {
    position: relative;
}

.indexDiv4>img {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 0;
    width: 68.9vw;
}

.indexDiv4 .leftDiv {
    width: 61%;
    position: relative;
    z-index: 1;
}

.indexDiv4 .leftDiv .textDiv .p {
    color: #666;
    line-height: 2;
    margin: 35px 0;
    width: 90%;
    font-size: 1vw;
}

.indexDiv4 .flexbet {
    align-items: normal;
}

.indexDiv4 .home-about-box {
    flex: 1;
    padding: 90px 13vw 90px 60px;
    background-image: linear-gradient(30deg, #fefefe 37%, #c7dff3 100%);
}

.indexDiv4 .home-about-box .imoreBtn2 {
    width: 202px;
    height: 54px;
    background-color: #0052d9;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.indexDiv4 .home-about-box .imoreBtn2 img {
    margin-left: 10px;
}

.indexDiv4 .home-about-box .about-gs {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.indexDiv4 .home-about-box .p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.indexDiv4 .zz-box {
    width: 42.7vw;
    margin-top: 50px;
}

.indexDiv4 .zz-box .al-title {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.indexDiv4 .zz-box img {
    height: 10vw;
    object-fit: contain;
}

.indexDiv4 .leftDiv .dataDiv {
    margin-top: 116px;
    /* width: 880px; */
}

.indexDiv4 .leftDiv .dataDiv .row {
    margin: 0 -25px;
}

.indexDiv4 .leftDiv .dataDiv .row>div {
    padding: 0 25px;
}

.indexDiv4 .leftDiv .dataDiv .row>div .conDiv {
    position: relative;
    padding-top: 100%;
    /* height: 180px; */
}

.indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    flex-direction: column;
    border: 1px solid #0052d9;
}

.indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num {
    font-size: 46px;
    color: #0052d9;
    line-height: 1.2;
}

.indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num sub {
    font-size: 16px;
    color: #333333;
}

.indexDiv5 {
    padding: 90px 0;
    background: url('../img/new-bg.png') no-repeat;
    background-size: cover;
}

.indexDiv5 .hdDiv {
    margin-bottom: 47px;
}

.indexDiv5 .hdDiv .tabsDiv a {
    flex: 1 1 auto;
    text-align: center;
    color: #333;
    line-height: 40px;
    position: relative;
    margin-left: 50px;
}

.indexDiv5 .hdDiv .tabsDiv a.active {
    /* background: linear-gradient(to right, #0151c2, #326dfa); */
    color: #0052d9;
    border-bottom: 4px solid #0052d9;
}

.indexDiv5 .bdDiv .row {
    margin: 0 -20px;
}

.indexDiv5 .bdDiv .row>div {
    padding: 0 20px;
}

.indexDiv5 .bdDiv .row>div .conDiv {
    height: 100%;
}

.indexDiv5 .bdDiv .row>div .conDiv>a {
    display: block;
    background: #f2f7fe;
    height: 100%;
}

.indexDiv5 .bdDiv .row>div .conDiv>a .imgDiv {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.indexDiv5 .bdDiv .row>div .conDiv>a .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv5 .bdDiv .row>div .conDiv>a {
    height: auto;
}

.indexDiv5 .bdDiv .row>div .conDiv>a .textDiv {
    padding: 30px;
    background-color: #fff;
}

.indexDiv5 .bdDiv .row>div .conDiv>a .textDiv .title {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
}

.indexDiv5 .bdDiv .row>div .conDiv>a .textDiv .p {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}

.indexDiv5 .bdDiv .new-more {
    height: 58px;
    background-color: #0052d9;
    border-radius: 4px;
    width: 100%;
    margin-top: 22px;
}

.indexDiv5 .bdDiv .new-more:hover {
    background-color: #fff;
    transition: all .5s;
}

.indexDiv5 .bdDiv .new-more a {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    height: 100%;
}

.indexDiv5 .bdDiv .new-more:hover a {
    color: #333;
}


/* 
.indexDiv5 .bdDiv .row>div .conDiv>a .textDiv .date {
    color: #0068e9;
}

.indexDiv5 .bdDiv .row>div .conDiv>a:hover .textDiv .title {
    color: #0052d9;
} */

.indexDiv5 .bdDiv ul li {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
}

.indexDiv5 .bdDiv ul li a:after {
    /* border-bottom: 4px solid #0052d9; */
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    height: 4px;
    width: 100%;
    background-color: #0052d9;
    visibility: hidden;
    opacity: 0;
}

.indexDiv5 .bdDiv ul li:hover a:after {
    transition: all 1s;
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.indexDiv5 .bdDiv ul li:not(:last-child) {
    margin-bottom: 25px;
}

.indexDiv5 .bdDiv ul li .imgDiv {
    width: 123px;
    height: 78px;
    overflow: hidden;
}

.indexDiv5 .bdDiv ul li .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv5 .bdDiv ul li .textDiv {
    width: calc(100% - 143px);
}

.indexDiv5 .textDiv .date {
    color: #888888;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

.indexDiv5 .textDiv .time {
    font-size: 28px;
    margin-right: 10px;
    margin-bottom: -6px;
}

.indexDiv5 .bdDiv ul li .textDiv .title {
    color: #888;
    font-size: 14px;
}

.indexDiv5 .bdDiv ul li .textDiv .title2 {
    color: #333;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 15px;
}

.indexDiv5 .bdDiv ul li a:hover .textDiv .title2 {
    color: #0052d9;
}

.ny-banner {
    margin-top: 90px;
}

.ny-banner .wrap {
    width: 100%;
    position: relative;
    height: 26vw;
}

.ny-banner span {
    font-size: 46px;
    font-weight: bold;
}

.pro-ny .cfff {
    text-align: center;
    width: 100%;
}

.banner-cj {
    font-size: 36px;
}

.ny-banner small {
    font-size: 28px;
    text-transform: uppercase;
}

.ny-banner .cfff {
    color: #fff;
}

.nyTitle small {
    font-size: 40px;
    font-family: "fontK";
    line-height: 1;
}

.nyTitle span {
    font-size: 24px;
    display: block;
    line-height: 1;
}

.aboutDiv1 {
    padding: 80px 0;
    background: #e9eff7;
}

.aboutDiv1 .hdDiv {
    margin: 50px 0 30px;
}

.aboutDiv1 .hdDiv .imgDiv {
    width: 47.2%;
}

.aboutDiv1 .hdDiv .textDiv {
    width: 47.2%;
}

.aboutDiv1 .hdDiv .textDiv .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.aboutDiv1 .hdDiv .textDiv p {
    color: #666;
    line-height: 1.8;
}

.aboutDiv1 .dataDiv {
    margin-bottom: 10px;
    background: #f2f7fe;
    padding: 40px 0;
}

.aboutDiv1 .dataDiv .row {
    margin: 0 -25px;
}

.aboutDiv1 .dataDiv .row>div {
    padding: 0 25px;
}

.aboutDiv1 .dataDiv .row>div .conDiv .textDiv {
    text-align: center;
}

.aboutDiv1 .dataDiv .row>div .conDiv .textDiv .num {
    font-size: 46px;
    color: #0052d9;
    line-height: 1.2;
}

.aboutDiv1 .dataDiv .row>div .conDiv .textDiv .num sub {
    font-size: 16px;
    color: #333333;
}

.aboutDiv1 .bdDiv {
    padding: 30px;
    background: #f2f7fe;
}

.aboutDiv1 .bdDiv .title {
    font-size: 24px;
    color: #0251c2;
    margin-bottom: 15px;
}

.aboutDiv1 .bdDiv .imgDiv {
    flex-wrap: wrap;
    width: 100%;
}

.aboutDiv1 .bdDiv .imgDiv img {
    margin: 5px;
}

.aboutDiv1 .bdDiv .text p {
    color: #666666;
    line-height: 1.8;
}

.aboutDiv2 {
    padding: 80px 0 100px;
    background: #f2f7fe;
}

.aboutDiv2 .bdDiv {
    margin-top: 50px;
}

.aboutDiv2 .bdDiv .row {
    margin: 0 -15px;
}

.aboutDiv2 .bdDiv .row>div {
    padding: 0 15px
}

.aboutDiv2 .bdDiv .row>div .adv {
    height: 170px;
    overflow: hidden;
}

.aboutDiv2 .bdDiv .row>div a {
    background: #fff;
    padding: 40px;
    display: block;
    position: relative;
    height: 400px;
}

.aboutDiv2 .bdDiv .row>div span {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #333;
    display: block;
}

.aboutDiv2 .bdDiv .row>div p {
    color: #666666;
}

.aboutDiv2 .bdDiv .row>div .num {
    font-size: 36px;
    color: #0251c2;
    text-align: right;
    line-height: 1;
    margin-top: 20px;
}

.aboutDiv2 .bdDiv .row>div .bgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2, 81, 194, .9);
    transform: scale(0);
    transition: all .5s;
}

.aboutDiv2 .bdDiv .row>div .moreBtn {
    width: 96px;
    line-height: 46px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #0251c2;
    text-align: center;
}

.aboutDiv2 .bdDiv .row>div a:hover .bgDiv {
    transform: scale(1);
}

.aboutDiv3 {
    padding: 80px 0;
    background: #e9eff7;
}

.aboutDiv3 .bdDiv {
    margin-top: 45px;
}

.aboutDiv3 .bdDiv .row {
    margin: 0 -5px;
}

.aboutDiv3 .bdDiv .row>div {
    padding: 0 5px;
    margin-bottom: 10px;
}

.aboutDiv3 .bdDiv .row>div .conDiv {
    height: 100%;
    text-align: center;
    background: #f2f7fe;
}

.aboutDiv3 .bdDiv .row>div .conDiv .textDiv {
    padding: 40px;
    height: 100%;
    flex-direction: column;
}

.aboutDiv3 .bdDiv .row>div .conDiv>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutDiv3 .bdDiv .row>div .conDiv span {
    font-size: 20px;
    display: block;
    margin: 10px 0;
}

.aboutDiv3 .bdDiv .row>div .conDiv p {
    color: #666;
    font-size: 18px;
}

.aboutDiv4 {
    padding: 80px 0;
    background: #f2f7fe;
}

.aboutDiv4 .bdDiv {
    margin-top: 45px;
    padding-bottom: 120px;
    position: relative;
}

.aboutDiv4 .bdDiv a {
    background: #fff;
}

.aboutDiv4 .bdDiv .imgDiv {
    width: 180px;
    height: 239px;
    overflow: hidden;
}

.aboutDiv4 .bdDiv .textDiv {
    padding: 40px;
    width: calc(100% - 180px);
    color: #333;
}

.aboutDiv4 .bdDiv .textDiv .name {
    font-size: 26px;
}

.aboutDiv4 .bdDiv .textDiv .p1 {
    font-size: 14px;
}

.aboutDiv4 .bdDiv a:hover .textDiv .name {
    color: #0052d9;
}

.aboutDiv4 .bdDiv .textDiv .p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-top: 25px;
}

.aboutDiv4 .swiper-button-next,
.aboutDiv4 .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: initial;
    top: initial;
    bottom: 0;
}

.aboutDiv4 .swiper-button-next {
    background: url(../img/a-right.png) no-repeat center center/100%;
    right: 50%;
    margin-right: -70px;
}

.aboutDiv4 .swiper-button-prev {
    background: url(../img/a-left.png) no-repeat center center/100%;
    left: 50%;
    margin-left: -70px;
}

.aboutDiv4 .swiper-button-next:hover {
    background: url(../img/a-right_.png) no-repeat center center/100%;
}

.aboutDiv4 .swiper-button-prev:hover {
    background: url(../img/a-left_.png) no-repeat center center/100%;
}

.aboutDiv5 {
    padding: 80px 0;
    background: #e9eff7;
}

.aboutDiv5 .bdDiv {
    margin-top: 45px;
}


/* #marquee1 {width: 100%;overflow: hidden;height: 315px;}
#marquee1 ul li {display: inline-block;padding: 0 1px;}
#marquee1 ul li img {display: block;} */

#marquee1 {
    width: 100%;
    height: 315px;
    overflow: hidden;
    background: #333;
    border: 2px solid #333;
    margin: 20px auto 0;
}

#marquee1 ul li {
    float: left;
    padding: 0 1px;
}

#marquee1 ul li img {
    display: block;
}

.breadcrumbDiv {
    background: #f2f2f2;
    padding: 15px 0;
    font-size: 14px;
    color: #888888;
    margin-top: 90px;
}

.breadcrumbDiv .bdDiv {
    flex-wrap: wrap;
}

.breadcrumbDiv a {
    color: #888888;
    margin: 0 5px;
}

.breadcrumbDiv span {
    color: #333333;
}
.new-page {
    padding: 30px;
    margin-top: 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-button {
    display: inline-block;
    width: 80px;
    height: 32px;
    background-color: #0052d9;
    font-size: .875rem;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-right: 20px;
}
.new-page a {
    font-size: 15px;
    color: #333;
}
/*.breadcrumbDiv2{*/
/*    margin-top: 0;*/
/*}*/
.breadcrumbDiv2 .bdDiv {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.aboutFbDiv1 {
    padding: 80px 0;
}

.aboutFbDiv1 .titleDiv {
    text-align: center;
    font-size: 36px;
}

.aboutFbDiv1 .bdDiv {
    margin-top: 50px;
}

.aboutFbDiv1 .bdDiv .row {
    margin: 0 -8px;
}

.aboutFbDiv1 .bdDiv .row>div {
    padding: 0 8px;
    margin-bottom: 16px;
    text-align: center;
}

.aboutFbDiv1 .bdDiv .row>div .title {
    margin-top: 5px;
    font-size: 14px;
}

.aboutFbDiv2 {
    padding: 80px 0 0;
    background: #f2f2f2;
}

.aboutFbDiv2 ul li {
    padding-bottom: 80px;
}

.aboutFbDiv2 ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.aboutFbDiv2 ul li .imgDiv {
    width: 47.2%;
}

.aboutFbDiv2 ul li .textDiv {
    width: 47.2%;
}

.aboutFbDiv2 ul li .textDiv span {
    font-size: 24px;
}

.aboutFbDiv2 ul li .textDiv .line {
    width: 40px;
    height: 4px;
    background: #0251c2;
    margin: 10px 0 30px;
}

.aboutFbDiv2 ul li .textDiv .p {
    color: #666666;
    line-height: 1.8;
}

.aboutTeamDiv {
    padding: 80px 0;
}

.aboutTeamDiv .bdDiv {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.aboutTeamDiv .bdDiv .imgDiv {
    width: 300px;
}

.aboutTeamDiv .bdDiv .textDiv {
    width: calc(100% - 400px);
    max-width: 704px;
}

.aboutTeamDiv .bdDiv .textDiv .titleDiv {
    padding-bottom: 20px;
    border-bottom: 2px solid #0251c2;
    display: inline-block;
    position: relative;
}

.aboutTeamDiv .bdDiv .textDiv .titleDiv span {
    font-size: 50px;
    line-height: 1;
}

.aboutTeamDiv .bdDiv .textDiv .titleDiv small {
    font-size: 16px;
}

.aboutTeamDiv .bdDiv .textDiv .titleDiv:before {
    content: "";
    width: 60px;
    height: 6px;
    background: #0251c2;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.aboutTeamDiv .bdDiv .textDiv .intro {
    margin-top: 80px;
}

.aboutTeamDiv .bdDiv .textDiv .intro span {
    font-size: 26px;
    display: block;
    margin-bottom: 40px;
}

.aboutTeamDiv .bdDiv .textDiv .intro .p {
    color: #666666;
    line-height: 1.6;
}

.twoMenuDiv {
    background: #f2f7fe;
}

.twoMenuDiv.onFixed {
    top: 90px;
    left: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
}

.twoMenuDiv ul li {
    flex: 1 1 auto;
    /*max-width: 192px;*/
}

.twoMenuDiv ul li a {
    display: block;
    line-height: 60px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.twoMenuDiv ul li a.top_dh_in {
    background: #0251c2;
    color: #fff;
}

.caseDiv .itemDiv:nth-of-type(even) {
    background: #f2f2f2;
}

.caseDiv .itemDiv {
    padding: 80px 0;
}

.caseDiv .itemDiv .titleDiv {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.caseDiv .itemDiv .row {
    margin: 0 -12.5px;
}

.caseDiv .itemDiv .row>div {
    padding: 0 12.5px;
    margin-top: 30px;
}

.caseDiv .itemDiv .row>div a {
    display: block;
    height: 100%;
    background: #f2f2f2;
}

.caseDiv .itemDiv .row>div .imgDiv {
    position: relative;
    padding-top: 75.13%;
}

.caseDiv .itemDiv .row>div .imgDiv .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.caseDiv .itemDiv .row>div .imgDiv .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseDiv .itemDiv .row>div .textDiv {
    padding: 20px 20px 40px;
}

.caseDiv .itemDiv .row>div .textDiv .title {
    font-size: 20px;
    color: #333;
}

.caseDiv .itemDiv .row>div .textDiv .p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.caseDiv .itemDiv .row>div .textDiv span {
    display: block;
    width: 96px;
    line-height: 42px;
    border: 2px solid #333333;
    border-radius: 40px;
    text-align: center;
    color: #333;
}

.caseDiv .itemDiv .row>div a:hover .textDiv span {
    background: #0052d9;
    color: #fff;
    border-color: #0052d9;
}

.caseDiv .itemDiv:nth-of-type(even) .row>div a {
    background: #fff;
}

.detailDiv {
    background: #f2f2f2;
    padding-bottom: 80px;
}

.detailDiv .mtTitle {
    margin-top: 15px;
    color: #666666;
}

.detailDiv .mtTitle span {
    margin: 0 20px;
}

.detailDiv .bdDiv {
    padding: 80px 119px;
    background: #fff;
}

.detailDiv .bdDiv .textDiv {
    margin-top: 50px;
}


/*.detailDiv .bdDiv .textDiv img{display: block;}*/

.detailDiv .bdDiv .textDiv p {
    color: #666666;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
}

.pdTitle {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
}

.aboutTjDiv {
    padding: 80px 0;
}

.aboutTjDiv .bdDiv {
    margin-top: 50px;
    padding: 0 120px;
}

.aboutTjDiv .bdDiv a {
    display: block;
}

.aboutTjDiv .bdDiv a .imgDiv {
    overflow: hidden;
}

.aboutTjDiv .bdDiv a .title {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.aboutTjDiv .bdDiv a:hover .title {
    color: #0052d9;
}

.aboutTjDiv .swiper-button-next,
.aboutTjDiv .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.aboutTjDiv .swiper-button-next {
    background: url(../img/c-right.png) no-repeat center center/100%;
    right: 0;
}

.aboutTjDiv .swiper-button-prev {
    background: url(../img/c-left.png) no-repeat center center/100%;
    left: 0;
}

.aboutTjDiv .swiper-button-next:hover {
    background: url(../img/c-right_.png) no-repeat center center/100%;
}

.aboutTjDiv .swiper-button-prev:hover {
    background: url(../img/c-left_.png) no-repeat center center/100%;
}

.ryzzDiv {
    padding: 80px 0;
}

.ryzzDiv .hdDiv {
    margin-bottom: 80px;
}

.ryzzDiv .row {
    margin: 40px 0 0;
}

.ryzzDiv .row>div {
    margin-bottom: 60px;
    /* box-shadow: 0px 20px 10px rgba(0, 0, 0, .1); */
    border-bottom: 36px solid #f2f2f2;
    padding: 0;
    background: #fff;
}

.ryzzDiv .row>div::after {
    content: "";
    width: 100%;
    height: 76px;
    background: url(../img/yy.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: -1;
}

.ryzzDiv .row>div .conDiv {
    padding: 0 15px;
}

.pageDiv {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.pageDiv a {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    color: #777777;
    padding: 0 15px;
    font-size: 16px;
    /* background: #f4f4f4; */
    border-radius: 4px;
}

.pageDiv a.cur {
    color: #fff;
    background: #0251c2;
}

.ryzzDiv {
    padding: 40px 0;
}

.ryzzDiv .hdDiv {
    margin-bottom: 40px;
}

.ryzzDiv .row {
    margin-top: 20px;
}

.ryzzDiv .row>div {
    margin-bottom: 50px;
    border-bottom: 20px solid #f2f2f2;
}

.contactDiv {
    padding: 80px 0;
}

.contactDiv .hdDiv {
    margin-bottom: 45px;
    align-items: initial;
}

.contactDiv .hdDiv .leftDiv {
    width: 59%;
}

.contactDiv .hdDiv .rightDiv {
    width: 38.42%;
    background: #0052d9;
    color: #fff;
    padding: 50px 60px;
}

.contactDiv .hdDiv .rightDiv .title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.contactDiv .hdDiv .rightDiv .p p {
    margin-bottom: 20px;
}

.contactDiv .hdDiv .rightDiv .p p a {
    color: #fff;
}

.contactDiv .hdDiv .rightDiv .p p img {
    margin-right: 20px;
}

.contactDiv .hdDiv .rightDiv a.zxkf_a {
    display: block;
    width: 250px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    color: #0052d9;
    margin-top: 30px;
    max-width: 100%;
}

.contactDiv .bdDiv .row {
    margin: 0 -40px;
}

.contactDiv .bdDiv .row>div {
    padding: 0 40px;
}

.contactDiv .bdDiv .row>div .conDiv {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.contactDiv .bdDiv .row>div .conDiv span {
    font-size: 20px;
}

.contactDiv .bdDiv .row>div .conDiv p {
    color: #666666;
    margin-top: 10px;
}

.contactDiv .bdDiv .row>div:nth-last-child(-n+3) .conDiv {
    border: 0;
}

.newsDiv {
    position: relative;
    padding: 80px 0;
}

.newsDiv .hdDiv {
    margin-bottom: 60px;
}

.newsDiv .hdDiv a .imgDiv {
    width: 42.8%;
}

.newsDiv .hdDiv a .textDiv {
    width: 53%;
}

.newsDiv .hdDiv a .textDiv .title {
    font-size: 28px;
    color: #333;
}

.newsDiv .hdDiv a .textDiv .p {
    color: #666666;
    margin: 20px 0 30px;
    line-height: 1.6;
}

.newsDiv .hdDiv a .textDiv .date {
    color: #666666;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}

.newsDiv .hdDiv a .textDiv .date img {
    position: absolute;
    left: 40px;
    bottom: -4px;
}

.newsDiv .hdDiv a .textDiv .date span {
    font-size: 60px;
}

.newsDiv .hdDiv a .textDiv .date small {
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.newsDiv .nMoreBtn {
    width: 120px;
    line-height: 36px;
    background: #0052d9;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.newsDiv .hdDiv a:hover .nMoreBtn {
    opacity: .5;
}

.newsDiv .bdDiv .row>div {
    margin-bottom: 30px;
}

.newsDiv .bdDiv .row>div a {
    display: block;
    background: #f2f2f2;
    height: 100%;
    position: relative;
}

.newsDiv .bdDiv .row>div .imgDiv {
    position: relative;
    padding-top: 65.2%;
    overflow: hidden;
}

.newsDiv .bdDiv .row>div .imgDiv .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsDiv .bdDiv .row>div .textDiv {
    padding: 30px;
    color: #333;
}

.newsDiv .bdDiv .row>div .textDiv .time {
    color: #666666;
}

.newsDiv .bdDiv .row>div .textDiv .title {
    font-size: 24px;
    margin: 10px 0 0;
}

.newsDiv .bdDiv .row>div .textDiv .p {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
}

.newsDiv .bdDiv .row>div .bgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #f2f2f2;
}

.newsDiv .bdDiv .row>div .bgDiv .nMoreBtn {
    position: absolute;
    left: 30px;
    bottom: 4vw;
}

.newsDiv .bdDiv .row>div a:hover .bgDiv {
    display: block;
}

.productDiv {
    padding: 80px 0;
}

.productDiv .hdDiv {
    flex-wrap: wrap;
}

.productDiv .hdDiv .titleDiv {
    font-size: 36px;
    font-weight: bold;
}

.productDiv .hdDiv .titleDiv img {
    margin-right: 20px;
}

.productDiv .hdDiv .searchDiv {
    width: 372px;
    border-bottom: 1px solid #cccccc;
}

.productDiv .hdDiv .searchDiv form input {
    width: 340px;
    line-height: 40px;
    border: 0;
}

.productDiv .hdDiv .searchDiv form button {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #666666;
}

.category-box {
    margin: 50px 0 60px;
    border-top: 1px solid #e5e5e5;
}

.category-box dl {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    align-items: flex-start;
    font-size: 0;
}

.flex {
    display: flex;
    align-items: baseline;
}

.category-box dl a {
    color: #333333;
}

.category-box dl>dt {
    font-size: 18px;
    width: 130px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 30px;
    background: #f4f4f4;
    height: 100%;
    padding: 10px 20px;
    border-right: 1px solid #e5e5e5;
}

.category-box dl>.dd-list1 {
    font-size: 14px;
    overflow: hidden;
    width: calc(100% - 130px);
    padding: 10px 0;
}

.category-box dl dd {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 0 30px;
    text-transform: unset;
    line-height: 30px;
}

.category-box dl dd.active {
    color: #0251c2;
}


/* .category-box dl dd:hover{color: #0251c2;} */

.category-box dl>div>div.ofh {
    overflow-y: hidden;
    max-height: 30px;
    width: calc(100% - 100px);
}

.category-box dl>div>a {
    text-align: center;
    position: absolute;
    right: 0;
    top: 15px;
    height: 19px;
    font-size: 17px;
    color: #666;
    width: 50px;
    transition: transform .6s;
}

.category-box dl>div>a span:before {
    content: "更多";
}

.category-box dl>div>a i {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/zk.png) no-repeat center center;
    margin-left: 5px;
}

.category-box dl>div.open>div {
    max-height: initial;
}

.category-box dl>div.open>a span:before {
    color: #0052d9;
}

.category-box dl>div.open>a i {
    background: url(../img/zd.png) no-repeat center center;
}

.category-box dl .aDiv {
    cursor: pointer;
    margin-right: 60px;
    font-size: 14px;
    display: inline-block;
}

.category-box dl .aDiv dd {
    padding: 10px 30px;
    margin-left: 0;
    position: relative;
}

.category-box dl .aDiv i {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/zk.png) no-repeat center center;
    margin-left: 5px;
}

.category-box dl .aDiv:hover dd {
    color: #0052d9;
}

.category-box dl .aDiv:hover dd i {
    background: url(../img/zd.png) no-repeat center center;
}

.category-box dl>.dl1 {
    padding: 0;
}

.category-box .dl1 a {
    padding: 0 30px;
}

.category-box .dl1 .downDiv {
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    border: 1px solid #0052d9;
    padding: 15px 0;
    display: none;
    background: #fff;
    z-index: 11;
}

.category-box .dl1 .aDiv:hover .downDiv {
    display: flex;
    flex-wrap: wrap;
}

.category-box .dl1 .downDiv a {
    color: #666666;
}

.category-box .dl1 .aDiv:hover dd:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border: 1px solid #0052d9;
    top: 0;
    border-bottom: 0;
}

.category-box .dl1 .aDiv:hover dd::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -1px;
    z-index: 999;
}

.category-box .dl1 .downDiv a:hover {
    color: #0052d9;
}

.productDiv .bdDiv .row {
    margin: 0 -10px;
}

.productDiv .bdDiv .row>div {
    padding: 0 10px;
    margin-bottom: 20px;
}

.productDiv .bdDiv .conDiv {
    height: 100%;
    border-radius: 20px;
}

.productDiv .bdDiv .conDiv .imgDiv img {
    border-radius: 20px 20px 0px 0px;
}

.aboutTjDiv1 .swiper-pagination {
    width: 100%;
}

.aboutTjDiv1 .swiper-pagination-bullet {
    margin-right: 10px;
}

.productDiv .bdDiv .conDiv:hover {
    box-shadow: 0px 0px 24px rgba(2, 81, 164, .3);
    background: #fff;
    transition: all 1s;
}

.productDiv .bdDiv .textDiv {
    text-align: center;
    padding: 15px;
}

.productDiv .bdDiv .textDiv span {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.productDiv .bdDiv .textDiv .btnDiv {
    max-width: 80%;
    margin: 0 auto;
}

.productDiv .bdDiv .textDiv .btnDiv a {
    width: 100px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.productDiv .bdDiv .textDiv .btnDiv a:hover {
    background: #0052d9;
    color: #fff;
    border-color: #0052d9;
    transition: all .5s;
}

.productDetailDiv {
    /* padding: 80px 0; */
    background-color: #f4f4f4;
    padding-bottom: 20px;
}

.productDetailDiv .wrap {}

.productDetailDiv .hdDiv {
    margin-bottom: 60px;
    align-items: flex-start;
    padding: 60px;
    border-radius: 20px;
    background: #fff;
}

.productDetailDiv .leftDiv {
    width: 48.6%;
}

.productDetailDiv .leftDiv .hd {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productDetailDiv .leftDiv .smallDiv {
    padding: 30px 25px 0 25px;
    width: 100%;
    position: relative;
    margin-left: 0;
    /* height: 115px; */
}

.productDetailDiv .swiper-container {
    width: 100%;
    height: 450px;
    margin-left: 0;
    margin-right: auto;
}

.productDetailDiv .gallery-top {
    height: 100%;
    /* width: calc(100% - 103px); */
}

.productDetailDiv .gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productDetailDiv .gallery-top .swiper-slide .imgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    border: 1px solid #e5e5e5;
    width: 99%;
    padding: 10px 0;
}

.productDetailDiv .gallery-top .swiper-slide img {
    max-height: 100%;
    object-fit: contain;
}

.productDetailDiv .gallery-thumbs {
    height: auto;
    box-sizing: border-box;
}

.productDetailDiv .gallery-thumbs .swiper-slide {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a6a6a6;
}

.productDetailDiv .gallery-thumbs .swiper-slide img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active {
    /* border-color: #0052d9; */
    border: 2px solid #0251c2;
}

.productDetailDiv .swiper-button-next,
.productDetailDiv .swiper-button-prev {
    /* width: 34px;
    height: 20px;
    margin-top: 0;
    left: 50%;
    margin-left: -17px; */
    top: 60%;
}

.productDetailDiv .swiper-button-next:hover,
.productDetailDiv .swiper-button-prev:hover {
    opacity: 1;
}

.productDetailDiv .swiper-button-next {
    background: url(../img/show-pro-right.png) no-repeat center center;
    background-size: auto;
    right: -2px;
    /* right: auto;
    bottom: 0;
    top: auto; */
}

.productDetailDiv .swiper-button-prev {
    background: url(../img/show-pro-left.png) no-repeat center center;
    background-size: auto;
    /* top: 0; */
    left: -1px;
}

.productDetailDiv .gallery-top .swiper-button-next,
.productDetailDiv .gallery-top .swiper-button-prev {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    left: auto;
    bottom: auto;
    top: 50%;
    margin-left: initial;
}

.productDetailDiv .gallery-top .swiper-button-next {
    background: url(../img/a-right.png) no-repeat center center;
    background-size: 100%;
    right: 0;
}

.productDetailDiv .gallery-top .swiper-button-prev {
    background: url(../img/a-left.png) no-repeat center center;
    background-size: 100%;
    left: 0;
}

.swiper-button-next:after,
.swiper-button-pev:after {
    content: "";
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.productDetailDiv .rightDiv {
    width: 48.61%;
}

.productDetailDiv .rightDiv .title {
    font-size: 36px;
}

.productDetailDiv .rightDiv .p {
    font-size: 14px;
    margin: 10px 0 30px;
    line-height: 1.8;
    color: #888888;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
}

.productDetailDiv .rightDiv .xhDiv {
    margin-bottom: 60px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.productDetailDiv .rightDiv .xhDiv>div {
    margin-bottom: 20px;
}

.productDetailDiv .rightDiv .xhDiv .flexsta2 {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    grid-gap: 10px;
}

.productDetailDiv .rightDiv .xhDiv span {
    font-size: 14px;
    color: #333;
    margin-right: 2vw;
    white-space: nowrap;
}

.productDetailDiv .rightDiv .xhDiv .aDiv {
    flex-wrap: wrap;
    font-size: 14px;
}

.productDetailDiv .rightDiv .xhDiv .aDiv a {
    border: 1px solid #e6e6e6;
    color: #666666;
    padding: 8px 4px;
}

.productDetailDiv .rightDiv .xhDiv .aDiv a:hover {
    border: solid 1px #333333;
    color: #333;
}

.productDetailDiv .rightDiv .xhDiv .aDiv a.active {
    color: #0052d9;
    border-color: #0052d9;
}

.productDetailDiv .rightDiv .xhDiv .aDiv .img {
    width: 38px;
    height: 38px;
}

.productDetailDiv .rightDiv .xhDiv .aDiv .text {
    padding: 0 6px;
    font-size: 14px;
}

.productDetailDiv .rightDiv a.zxBtn {
    width: 180px;
    max-width: 100%;
    line-height: 46px;
    background: #0052d9;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
}

.productDetailDiv .rightDiv a.zxBtn2 {
    width: 237px;
    line-height: 46px;
    background-color: #d8e4f5;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-left: 10px;
}

.smallDiv .swiper-container-free-mode>.swiper-wrapper {
    height: auto;
}

.productDetailDiv .rightDiv a.zxBtn:hover {
    opacity: .8;
}

.productDetailDiv .bdDiv .cateDiv {
    width: 100%;
    background: #f2f2f2;
}

.productDetailDiv .bdDiv .cateDiv a {
    flex: 1 1 auto;
    max-width: 240px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    position: relative;
}

.productDetailDiv .bdDiv .cateDiv .active {
    background: #fff;
}

.productDetailDiv .bdDiv .cateDiv .active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0251c2;
    position: absolute;
    left: 0;
    top: 0;
}

.productDetailDiv .bdDiv .textDiv {
    width: 90%;
    margin: 0 auto;
}

.productDetailDiv .bdDiv .gsDiv {
    padding: 50px 0;
}

.productDetailDiv .bdDiv .gsDiv .p {
    margin-top: 15px;
}

.productDetailDiv .bdDiv .gsDiv .p .tit {
    font-size: 20px;
    color: #0251c2;
    margin-bottom: 10px;
}

.productDetailDiv .bdDiv .gsDiv .p p {
    font-size: 15px;
    color: #555555;
    line-height: 2;
}

.productDetailDiv .bdDiv .csDiv {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}

.productDetailDiv .bdDiv .csDiv .titleDiv {
    margin-bottom: 45px;
    text-align: center;
    font-size: 28px;
    text-align: center;
}

.productDetailDiv .bdDiv .csDiv .tableDiv img {
    width: 48%;
}

.aboutTjDiv1 {
    /* padding: 80px 0 60px; */
    background: #f4f4f4;
}

.aboutTjDiv1 .wrap {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px;
}

.aboutTjDiv1 .bdDiv {
    margin-top: 30px;
    /* padding: 0 120px; */
}

.aboutTjDiv1 .bdDiv .swiper-container {
    padding: 20px;
}

.news-content-box {
    margin-top: 50px;
}

.indexDiv1 .news-content-box>div {
    /* display: none; */
}

.news-content-box>div .imgDiv {
    width: 100%;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.news-content-box>div .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.news-content-box>div:first-child {
    display: block;
}

.news-content-box .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 90px;
}

.relative {
    position: relative;
}

.news-content-box .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*padding-right: 1vw;*/
    padding: 30px;
    background: #f5f5f5;
    border-radius: 20px;
}

.cp-jt {
    position: absolute;
    right: 60px;
    top: 20px;
    display: flex;
}

.cp-jt .cp-right,
.cp-jt .cp-left,
.indexDiv3 .swiper-button-next,
.indexDiv3 .swiper-button-prev {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: solid 1px #0052d9;
    border-radius: 50%;
}

.indexDiv3 .swiper-button-next,
.indexDiv3 .swiper-button-prev {
    top: 78%;
}

.cp-jt .cp-right,
.indexDiv3 .swiper-button-next {
    background: url(../img/blue-right.png) no-repeat center center;
    margin-left: 10px;
}

.cp-jt .cp-right:hover,
.indexDiv3 .swiper-button-next:hover {
    background: url(../img/chevron-right2.png) no-repeat center center;
    background-color: #0052d9;
    transition: all .5s;
}

.cp-jt .cp-left,
.indexDiv3 .swiper-button-prev {
    background: url(../img/blue-left.png) no-repeat center center;
    left: auto;
}

.cp-jt .cp-left:hover,
.indexDiv3 .swiper-button-prev:hover {
    background: url(../img/chevron-right3.png) no-repeat center center;
    background-color: #0052d9;
    transition: all .5s;
}
.news-content-box{
    padding-right: 3vw;
}
.news-content-box .pro-content {
    /*position: absolute;*/
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 142px;
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.news-content-box .pro-content p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.news-content-box .pro-content>div {
    font-size: 16px;
    color: #666;
}

.news-content-box .pro-content .pro-more {
    margin-top: 14px;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    color: #0052d9;
    font-size: 14px;
    /*display: none;*/
}

.news-content-box .pro-content .pro-more img {
    margin-left: 10px;
}

.news-content .swiper-slide:hover .pro-content {
    transition: all .5s;
}
.news-content .swiper-slide:hover{
    background: #0052d9;
    transition: all 1s;
    box-shadow: 0px 0px 20px 5px rgba(218, 226, 236, .8);
}

/*.news-content .swiper-slide:hover .pro-more {*/
/*    display: block;*/
/*}*/

.youshi-box {
    background: url('../img/ys11.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 90px 0;
}

.youshi-text {
    width: 600px;
    color: #fff;
}

.youshi-text .youshi-title {
    font-size: 36px;
    font-weight: bold;
}

.youshi-text .youshi-en {
    font-size: 20px;
    font-weight: bold;
    margin-top: -4px;
}

.youshi-text .youshi-num {
    border-radius: 23px;
    border: solid 2px rgba(255, 255, 255, .5);
    font-size: 36px;
    font-weight: bold;
    width: 96px;
    height: 46px;
    text-align: center;
    line-height: 42px;
}

.youshi-text .youshi-top {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.youshi-text .youshi-content {
    font-size: 16px;
    line-height: 28px;
}

.youshi-bottom-box {
    display: flex;
    position: absolute;
    bottom: -128px;
    right: 0;
    height: 320px;
}

.youshi-bottom-box>div {
    width: 29vw;
    background-size: cover;
}

.youshi-bottom-box .ys-img {
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(to right, #333, transparent);
    padding: 120px 0 50px 50px;
}

.youshi-bottom-box .ys-img p {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.youshi-bottom-box .ys-img div.jt {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youshi-bottom-box>div:nth-child(1) {
    background-image: url(../img/ys2.jpg);
}

.youshi-bottom-box>div:nth-child(2) {
    background-image: url(../img/ys3.jpg);
}

.youshi-bottom-box>div:nth-child(3) {
    background-image: url(../img/ys4.jpg);
}

.youshi-bottom-box>div:hover .ys-img div {
    background-color: #0052d9;
    transition: all .5s;
    width: 80px;
    height: 80px;
}
.youshi{
    align-items: center;
    margin: 85px 0 65px 0;
}
.youshi .youshi-sl{
    margin-left: 20px;
    font-size: 30px;
    font-weight: bold;
}
.hover2,
.youshi-bottom-box>div:hover .hover,
.ys-img-title,
.ys-img .p2,

.ys-img-num,
.new-more:hover .hover {
    display: none;
}

.youshi-bottom-box>div:hover .hover2,
.new-more:hover .hover2 {
    display: block;
}

.indexDiv3 .al-more {
    width: 96px;
    height: 46px;
    border-radius: 23px;
    border: solid 2px #cccccc;
}

.flexbet2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.indexDiv3 .al-more a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexDiv3 .al-right {
    text-align: center;
    margin-left: 2.1vw;
}
.al-right-img>div{
    display: none;
}
.al-right-img>div:first-child{
    display: block;
}
.indexDiv3 .al-right .al-right-img {
    width: 34vw;
    height: 21vw;
}

.indexDiv3 .al-right .al-right-img img {
    display: none;
    
}
.indexDiv3 .swiper{
    height: 703px;
}

.indexDiv3 .al-right .al-right-img img:nth-child(2) {
    display: block;
}

.indexDiv3 .al-right .al-right-down {
    height: 203px;
    padding-top: 40px;
}

.indexDiv3 .al-more:hover {
    background: #0052d9;
    transition: all 1s;
}

.indexDiv3 .al-more:hover a {
    color: #fff;
    transition: all 1s;
}

.pro-box {
    display: flex;
    justify-content: space-between;
}

.pro-box .pro-left {
    background-color: #f4f4f4;
    padding: 0px 20px 60px 13vw;
}

.pro-box .pro-right {
    flex: 1;
    background-color: #fff;
    padding: 60px 14vw 60px 14vw;
}

.pro-box .pro-right .pro-right-top,
.aboutTjDiv1 .nyTitle2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}

.pro-box .pro-right .pro-right-top .title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.aboutTjDiv1 .nyTitle2 {
    font-size: 36px;
    font-weight: bold;
}

.pro-right-top .title::after,
.aboutTjDiv1 .nyTitle2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 80px;
    height: 3px;
    background-color: #0052d9;
}

.aboutTjDiv1 .nyTitle2::after {
    bottom: -2px;
}

.aboutTjDiv1 .conDiv:hover .btnDiv a {
    background-color: #0052d9;
    color: #fff;
}

.pro-box .pro-left .pro-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.pro-search {
    width: 400px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #0052d9;
}

.pro-search input {
    border: none;
    color: #333;
    font-size: 16px;
    width: 275px;
}

.pro-search input::placeholder {
    color: #999;
    font-size: 16px;
}

.pro-search .search-icon {
    background-color: transparent;
    border: none;
    padding-left: 15px;
}

.pro-search .search-button {
    width: 70px;
    height: 40px;
    background-color: #0052d9;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    line-height: 38px;
}

@font-face {
    font-family: "MonR";
    /* Project id  */
    src: url('../fonts//GOTHIC.TTF');
}

.font-num {
    font-family: "MonR";
}

.pro-lefy-box {
    width: 300px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 38px 20px;
}

.pro-lefy-box>div {
    margin-bottom: 16px;
}

.pro-lefy-box>div .pro-menu {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.pro-lefy-box>div .pro-menu a {
    color: #333;
}

.pro-lefy-box>div .pro-menu img {
    margin-right: 20px;
}

.pro-lefy-box>div .pro-menu .qq {
    margin-left: 30px;
}

.pro-checked .qq {
    padding: 0 20px;
    padding-left: 25px;
}

.pro-lefy-box>div .pro-menu {
    margin-bottom: 16px;
}

.pro-lefy-box>div.pro-checked .pro-menu {
    height: 50px;
    background-color: #0052d9;
    border-radius: 25px;
    width: 260px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: flex;
}

.pro-lefy-box>div.pro-checked .pro-menu a {
    color: #fff;
    margin-left: -10px;
    line-height: 21px;
}

.pro-lefy-box>div.pro-checked .nocheck,
.pro-lefy-box>div .check {
    display: none;
}

.pro-lefy-box>div.pro-checked .check {
    display: block;
}

.pro-lefy-box .er-pro {
    display: none;
}

.pro-lefy-box .pro-checked .er-pro {
    display: block;
}

.er-pro a {
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    background: url('../img/pro-check2.png') no-repeat left center;
    padding-left: 30px;
    margin-left: 40px;
}

.pro-checked .er-pro a {
    display: flex;
    align-items: center;
    background: url('../img/pro-check2.png') no-repeat left center;
    padding-left: 30px;
    margin-left: 40px;
}

.er-pro li {
    margin-bottom: 34px;
}

.pro-checked .er-pro a.pro-check {
    color: #333;
    background: url('../img/pro-check.png') no-repeat left center;
}

.pro-checked .er-pro a.pro-check span {
    border-bottom: 1px solid #333;
}

.pro-checked .er-pro a div {}

.pro-right-pro {
    margin-top: 40px;
}

.pro-right-pro .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.pro-right-pro .row>div {
    width: auto;
    padding: 25px 20px;
}

.pro-right-pro .row .conDiv {
    border-radius: 20px;
}

.pro-right-pro .row .textDiv span {
    text-align: center;
    font-size: 18px;
    color: #333;
    display: block;
    margin-top: 20px;
    margin-bottom: 14px;
}

.pro-right-pro .row .btnDiv a {
    width: 48%;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 38px;
}

.pro-right-pro .row>div:hover {
    box-shadow: 0px 0px 20px 5px rgba(218, 226, 236, .8);
    transition: all .5s;
}

.pro-right-pro .row .btnDiv a:hover {
    background-color: #0052d9;
    color: #fff;
    transition: all .5s;
    border: 1px solid #0052d9;
}

.proshow-pro,
.pro-contanct {
    width: 300px;
    background-color: #ffffff;
    border-radius: 20px;
}

.proshow-pro {
    margin-bottom: 20px;
}

.proshow-pro p {
    background-color: #0052d9;
    border-radius: 20px 20px 0px 0px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
}

.proshow-pro ul {
    padding: 20px;
}

.proshow-pro ul li {
    background-color: #f4f4f4;
    border-radius: 25px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 47px;
}

.proshow-pro ul li a {
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
    width: 100%;
    display: inline-block;
    border-radius: 25px;
}

.proshow-pro ul li.pro-checked,
.proshow-pro ul li:hover {
    background-color: #333333;
    transition: all 1s;
}

.proshow-pro ul li.pro-checked a,
.proshow-pro ul li:hover a {
    color: #fff;
}

.pro-contanct {
    padding: 40px 20px;
}

.pro-contanct>p {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 16px;
}

.pro-contanct>p::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 3px;
    background-color: #0052d9;
}

.pro-contanct>div>img {
    margin-bottom: 20px;
}

.pro-contanct>div>div {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
}

.pro-contanct>div>div a {
    color: #666666;
}

.pro-contanct>div>div img {
    margin-right: 10px;
}

.pro-contanct>div>div a:hover {
    color: #333;
}

.pro-detaile {
    display: flex;
    justify-content: space-between;
}

.pro-detaile-box {
    background-color: #ffffff;
    border-radius: 20px;
    flex: 0.98;
    padding: 60px;
}

.pro-detaile-menu {
    background-color: #f4f4f4;
    border-radius: 23px;
    line-height: 50px;
}

.pro-detaile-menu a {
    font-size: 18px;
    color: #333;
    width: 33.33%;
    text-align: center;
    font-weight: bold;
}

.pro-detaile-menu a.active {
    background-color: #0052d9;
    border-radius: 23px;
    color: #fff;
}

.pro-detaile-div {
    margin-top: 50px;
}

.pro-detaile-title {
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.pro-detaile-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background-color: #0052d9;
}

.pro-detaile-div form input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.pro-detaile-div form input:last-child {
    margin-bottom: 0px;
}

.pro-detaile-div form textarea {
    height: 112px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-bottom: 20px;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
}

.pro-detaile-div form>div>div {
    width: 49%;
}

.pro-detaile-div form button {
    height: 46px;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 100%;
    display: block;
}

.pro-detaile-div table {
    width: 100%;
    color: #666666;
    font-size: 14px;
}

.pro-detaile-div table td {
    border: 1px solid #ccc !important;
}

.pro-detaile-div .gsDiv {
    color: #666666;
    font-size: 14px;
    line-height: 2;
}

.pro-detaile-div .tit {
    font-weight: bold;
}
.upup {
  position: relative;
  width: 100vw;
}
#gototop {
  width: 40px;
  object-fit: contain;
  position: absolute;
  top: -66px;
  right: 2vw;
  /*margin: auto;*/
  /*display: none;*/
  cursor: pointer;
}
.pro-ck {
    width: 202px;
    height: 54px;
    background-color: #0052d9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    margin: 0 auto;
}
.pro-ck a {
    color: #fff;
}

/* .aboutTjDiv1 .swiper-button-next, .aboutTjDiv1 .swiper-button-prev{width: 60px;height: 60px; }
.aboutTjDiv1 .swiper-button-next{background: url(../img/c-right.png) no-repeat center center/100%;right: 0;}
.aboutTjDiv1 .swiper-button-prev{background: url(../img/c-left.png) no-repeat center center/100%;left: 0;}
.aboutTjDiv1 .swiper-button-next:hover{background: url(../img/c-right_.png) no-repeat center center/100%;}
.aboutTjDiv1 .swiper-button-prev:hover{background: url(../img/c-left_.png) no-repeat center center/100%;} */


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1440px) {
    .wrap {
        padding: 0 30px;
    }
    .indexDiv4 .leftDiv {
        width: 50%;
    }
    .indexDiv4 .leftDiv .dataDiv .row {
        margin: 0 -10px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div {
        padding: 0 10px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num {
        font-size: 36px;
    }
    .aboutTjDiv1 .wrap {
        width: 95%;
    }
    .pro-box .pro-left {
        padding: 60px 20px 60px 5vw;
    }
    .pro-box .pro-right {
        padding: 60px 5vw 60px 30px;
    }
    .pro-search input {
        width: 275px;
    }
    .indexDiv1 .hdDiv .tabsDiv {
        /* margin-right: 300px; */
        /* max-width: 56%; */
    }
}

@media (min-width: 1366px) and (max-width: 1700px) {
    .index-banner .img .img-text{
        left: 7vw;
        width: 40vw;
    }
    .al-menu{
        margin-left: 4vw;
    }
    .cp-jt {
        right: 40px;
    }
    .indexDiv1 {
        background-size: 130% 100%!important;
    }
    .youshi-bottom-box>div {
        width: 440px;
    }
    .pro-search {
    width: 284px;
}
.pro-box .pro-right .pro-right-top .title {
    font-size: 33px;
}
.pro-search input {
    width: 159px;
}
.pro-box .pro-right {
    flex: 1;
    background-color: #fff;
    padding: 60px 4vw 60px 30px;
}
.pro-box .pro-left {
    padding: 60px 20px 60px 4vw;
}
.pro-box .pro-right .pro-right-top .title{
    font-size: 30px;
}

.proshow-pro p {
    font-size: 16px;
}
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .pro-box .pro-left {
    padding: 60px 20px 60px 30px;
}
.al-menu{
        margin-left: 0;
        font-size: 14px;
    }
    .indexDiv1 .hdDiv .tabsDiv a.active, .al-menu p.active{
        font-size: 17px;
    }
    .al-menu p {
        margin-left: 20px;
}
.proshow-pro p {
    font-size: 16px;
}
    .pro-search {
    width: 284px;
}

.pro-search input {
    width: 159px;
}
.pro-box .pro-right .pro-right-top .title{
    font-size: 30px;
}
.pro-box .pro-right {
    padding: 60px 30px 60px 30px;
}
    .aboutTjDiv1 .wrap {
        width: 95%;
    }
    .indexDiv5 .bdDiv .row>div .conDiv>a .imgDiv {
        height: 424px;
    }
    .indexDiv3 .lunboDiv .al-title{
        font-size: 26px;
    }
}

@media (max-width:1200px) {
    .aboutTjDiv1 .wrap {
        width: 95%;
    }
    .productDetailDiv .rightDiv .xhDiv .flexsta2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .indexDiv4 {
        background-size: 140%;
    }
    .indexDiv4 .leftDiv .dataDiv {
        margin-top: 100px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv {
        font-size: 14px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num {
        font-size: 26px;
    }
    .indexDiv2 .bdDiv ul li {
        height: 400px;
    }
    .indexDiv5 .bdDiv ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .newsDiv .hdDiv a .textDiv .title {
        font-size: 24px;
    }
    .newsDiv .bdDiv .row>div .textDiv .title {
        font-size: 20px;
    }
}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (max-width:991px) {
    .index-banner {
        height: 500px;
    }
    .new-page a{
        font-size: 11px;
    }
    .pc-block{
        display: none;
    }
    .phone-block{
        display: block;
    }
    .new-page>div:first-child{
        margin-bottom: 8px;
    }
    .new-page{
        padding: 10px 8px;
        flex-wrap: wrap;
    }
    .news-content-box{
    padding-right: 0;
}
    .index-banner .swiper-slide{
        height: auto;
    }
    .indexDiv1 .hdDiv .tabsDiv{
        width: 100%;
    }
    .index-banner .img .img-che {
        right: 12px;
        bottom: 12px;
        width: 52vw;
    }
    .index-banner .img .img-text {
        left: 20px;
        bottom: 100px;
        width: 50vw;
    }
    .index-banner .img-g {
        width: 60vw;
    }
    .menu {
        width: 100%
    }
    .menu ul {
        width: 100%;
        display: block;
    }
    .menu>ul>li>a {
        padding: 0 20px;
    }
    .menu.align-center>ul,
    .menu.align-right ul ul {
        text-align: left
    }
    .menu ul li,
    .menu ul ul li,
    .menu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(0, 0, 0, .2);
    }
    .menu ul li a,
    .menu ul ul li a {
        width: 100%
    }
    .menu>ul>li,
    .menu.align-center>ul>li,
    .menu.align-right>ul>li {
        float: none;
        display: block
    }
    .menu ul ul li a {
        padding: 0 20px 0;
        font-size: 12px;
        color: #333;
        background: 0 0
    }
    .menu ul ul li:hover>a,
    .menu ul ul li a:hover {
        color: #333
    }
    .on-fixed .indexHeader .menu ul ul li a {
        color: #333;
    }
    .on-fixed .indexHeader .menu ul ul li:hover>a,
    .indexHeader .menu ul ul li a:hover {
        color: #333
    }
    .menu ul ul ul li a {
        padding-left: 40px
    }
    .menu ul ul,
    .menu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }
    .menu>ul>li.has-sub>a::after,
    .menu ul ul li.has-sub>a::after {
        display: none
    }
    #menu-line {
        display: none
    }
    .menu #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }
    .menu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }
    .menu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #333;
        border-bottom: 2px solid #fff
    }
    .menu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(0, 0, 0, 0);
        height: 52px;
        width: 52px;
        cursor: pointer
    }
    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #333;
        z-index: 99
    }
    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #333;
        ;
        z-index: 99
    }

    .menu .submenu-button.submenu-opened:after {
        display: none
    }
    .menu ul ul {
        background: transparent;
        border-bottom: none;
        padding: 0;
    }
    .menu ul ul ul {
        top: 0;
    }
    .menu li:hover>ul {
        left: auto;
        margin-left: auto;
    }
    .menu ul ul .wrap {
        padding: 0 15px;
    }
    .menu ul ul .hd {
        display: none;
    }
    .menu ul ul .bd {
        padding: 0;
    }

    .menu ul ul {
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0px);
        transition: transform .6s;
        padding: 0;
        left: 0;
        display: block;
    }
    .menu ul ul .flexbet,
    .menu ul ul .flexend {
        padding: 0;
    }
    .menu ul ul .ulDiv {
        width: 100%;
        padding: 0 15px;
    }
    .menu ul ul .ulDiv .title,
    .menu ul ul .ulDiv .line {
        display: none;
    }
    .menu ul ul .ulDiv .liDiv.w20 li {
        width: 33.3%!important;
    }
    .menu ul ul .ulDiv .liDiv li {
        margin-top: 0;
        border: 0;
    }
    .menu ul ul .ulDiv .liDiv li a {
        padding: 0;
    }
    .menu ul ul .urDiv {
        display: none;
    }
    .main {
        position: relative;
        right: 0;
        transition: right 300ms !important;
    }
    .wrap {
        padding: 0 15px;
    }
    .indexDiv5 .bdDiv .row {
        margin: 0 -10px;
    }
    .indexDiv5 .bdDiv .row>div {
        padding: 0 10px;
    }
    .indexDiv5 .bdDiv ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .ny-banner {
        margin-top: 50px;
    }
    .aboutDiv1 .dataDiv .row>div .conDiv .textDiv .num {
        font-size: 30px;
    }
    .aboutDiv1 .dataDiv .row {
        margin: 0 -10px;
    }
    .aboutDiv1 .dataDiv .row>div {
        padding: 0 10px;
    }
    .breadcrumbDiv {
        margin-top: 50px;
    }
    .aboutFbDiv1 .titleDiv,
    .caseDiv .itemDiv .titleDiv,
    .pdTitle,
    .productDiv .hdDiv .titleDiv,
    .productDetailDiv .rightDiv .title {
        font-size: 30px;
    }
    .aboutTeamDiv .bdDiv .textDiv .titleDiv span {
        font-size: 40px;
    }
    .twoMenuDiv.onFixed {
        top: 50px;
    }
    .twoMenuDiv ul li a {
        font-size: 14px;
        line-height: 50px;
    }
    .contactDiv .hdDiv .rightDiv {
        padding: 20px;
    }
    .category-box dl .aDiv {
        margin-right: 20px;
    }
    .category-box dl .aDiv:last-child {
        margin-right: 0;
    }
}
.youshi{
    margin: 30px 0;
}
.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}
.phone-link {
    display: none !important;
}


/*手机*/

@media (max-width:767px) {
    html,
    body {
        min-width: initial;
        overflow-x: hidden;
        font-size: 14px;
    }
    .indexDiv3 .flexbet{
        flex-wrap: wrap;
    }
    .hidden-xs {
        display: none;
    }
    .indexDiv1 .hdDiv .tabsDiv a.active, .al-menu p.active{
        font-size: 16px;
    }
    .visible-xs {
        display: block;
    }
    .al-menu{
        width: 100%;
        overflow: scroll;
        margin-bottom: 4px;
        height: 50px;
        margin-left: 0;
    }
    .al-menu p {
        white-space: nowrap;
        margin-right: 20px;
    }
    .floatRightDiv {
        display: none;
    }
    .indexDiv1 .hdDiv .tabsDiv {
    margin-right: 0;
    max-width: 100%;
}
.news-content-box .pro-content {
    bottom: -74px;
    width: 100%;
    height: auto;
    padding: 16px;
}
.youshi-bottom-box>div:hover .ys-img div {
    width: 40px;
    height: 40px;
}
.youshi-text .youshi-title{
    font-size: 24px;
}
.youshi-text .youshi-en{
    font-size: 16px;
}
.pro-detaile-menu a {
    font-size: 16px;
}
.youshi-text .youshi-top {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}
.indexDiv4 .zz-box img {
    height: auto;
}
.productDetailDiv .rightDiv .xhDiv .aDiv .text {
  font-size: 12px;
}
.youshi-bottom-box>div {
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.youshi-bottom-box .ys-img p {
    font-size: 18px;
    margin-bottom: 20px;
}
.youshi-bottom-box .ys-img div.jt {
    width: 40px;
    height: 40px;
}
.indexDiv3 .lunboDiv{
    width: 100%;
    margin-top: 30px;
}
.indexDiv3 .al-right{
    display: none;
}
.indexDiv3 .lunboDiv .al-title {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pro-box .pro-right .pro-right-top .title {
    font-size: 24px;
}
.indexDiv5 .bdDiv ul li .textDiv,
.pro-box .pro-right .pro-right-top .title ,
.pro-search,
.indexDiv4 .home-about-box {
    width: 100%;
}
.pro-search{
    margin-top: 40px;
}
.indexDiv4 .zz-box {
    width: 100%;
    margin-top: 40px;
}
.pro-search input {
    width: 67%;
    /* height: 100%; */
}
.pro-right-pro .row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.pro-right-pro .row .textDiv span {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
}
.pro-lefy-box>div .pro-menu,
.er-pro li{
    margin-bottom: 8px;
}
.pc-link{
    display: none !important;
}
.phone-link{
    display: block !important;
}
.pro-detaile .pro-detaile-left{
    display: none;
}
.productDetailDiv .rightDiv .xhDiv .flexsta2 {
    grid-template-columns: 1fr 1fr;
}
.pro-detaile-box{
    width: 100%;
    flex: auto;
    padding: 20px;
}
.productDetailDiv .hdDiv {
    margin-bottom: 30px;
    padding: 20px;
}
.pro-right-pro .row .btnDiv a {
    width: 49%;
    border-radius: 24px;
    font-size: 12px;
}
.indexDiv3 {
    margin: 178px 0 0 0;
}
.indexDiv4 .flexbet,.pro-box,
.pro-right .flexbet,
.pro-detaile-div form .flexbet{
    flex-wrap: wrap;
}
.pro-detaile-div form input{
    margin-bottom: 10px;
}
.pro-detaile-div form>div>div {
    width: 100%;
}
.indexDiv5 .bdDiv .row>div .conDiv>a .imgDiv {
    height: auto;
    
}
.indexDiv4 .flexbet .hhh{
    width: 100%;
}
.indexDiv4 .home-about-box{
    padding: 20px;
}
.pro-box .pro-left,
.pro-lefy-box>div.pro-checked .pro-menu{
    width: 100%;
}
.youshi-bottom-box {
    bottom: -126px;
    height: 126px;
}
.youshi-bottom-box .ys-img{
    padding: 25px;
}
.pro-box .pro-right{
    padding: 20px;
}
.pro-search input {
    width: 64.2%;
}
.pro-box .pro-left {
    padding: 0 20px 20px 20px;
    width: 100%;
    display: none;
}
.pro-detaile-div form textarea{
    margin-top: 10px;
}
.pro-lefy-box {
    width: 100%;
    margin-top: 20px;
    padding: 20px 20px;
}
.pro-box .pro-left .pro-title{
    font-size: 20px;
}
.youshi-box {
    height: 520px;
    background-position: right;
    padding: 30px 0;
    background-size: cover;
    background-position-x: -545px;
}

.pro-ck{
    margin-top: 20px;
}
.youshi-text {
    width: 100%;
}
    .wrap {
        padding: 0 15px;
        width: 100%;
    }
    .menu ul ul .ulDiv .liDiv.w20 li,
    .menu ul ul .ulDiv .liDiv.w25 li {
        width: 50%!important;
    }
    .index-banner .img {
        height: 500px;
    }
    .index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
        left: 15px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .index-banner .swiper-pagination-bullet-active {
        width: 20px;
    }
    .indexTitle span {
        font-size: 24px;
    }
    a.imoreBtn {
        width: 100px;
        height: 36px;
    }
    .indexDiv1 {
        padding: 45px 0;
        background-size: cover !important;
    }
    .indexDiv1 .hdDiv {
        display: block;
    }
    .indexDiv1 .hdDiv .indexTitle {
        width: 100%;
    }
    .indexDiv1 .hdDiv .tabsDiv {
        width: 100%;
        margin-top: 20px;
    }
    .indexDiv1 .hdDiv .tabsDiv a {
        line-height: 40px;
    }
    .indexDiv1 .bdDiv {
        margin-top: 25px;
    }
    .indexDiv1 .bdDiv .rowDiv1 {
        display: block;
    }
    .indexDiv1 .bdDiv .leftDiv {
        width: 100%;
        padding: 10px;
    }
    .indexDiv1 .bdDiv .leftDiv .hd {
        font-size: 20px;
    }
    .indexDiv1 .bdDiv .rightDiv {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .indexDiv1 .bdDiv .rightDiv .rowDiv {
        display: block;
    }
    .indexDiv1 .bdDiv .rightDiv .imgDiv {
        width: 100%;
    }
    .indexDiv1 .bdDiv .rightDiv .textDiv {
        width: 100%;
    }
    .indexDiv1 .bdDiv .rightDiv .textDiv .title {
        font-size: 20px;
    }
    .indexDiv1 .bdDiv .rightDiv .textDiv .p {
        margin-top: 10px;
    }
    .indexDiv2 {
        padding: 40px 0;
    }
    .indexDiv2 .hdDiv {
        padding-bottom: 20px;
    }
    .indexDiv2 .bdDiv ul {
        flex-wrap: wrap;
    }
    .indexDiv2 .bdDiv ul li {
        height: initial;
        width: 50%!important;
    }
    .indexDiv2 .bdDiv ul li .conDiv {
        position: relative;
        padding: 20px;
    }
    .indexDiv2 .bdDiv ul li .conDiv img {
        width: 40px;
    }
    .indexDiv2 .bdDiv ul li .conDiv .title {
        font-size: 18px;
    }
    .indexDiv2 .bdDiv ul li .conDiv .p1 {
        font-size: 14px;
    }
    .indexDiv2 .bdDiv ul li .conDiv {
        display: block;
    }
    .indexDiv2 .bdDiv ul li:hover .conDiv {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .indexDiv2 .bdDiv ul li:hover .conDiv .p1 {
        font-size: 14px;
        width: initial;
    }
    .indexDiv2 .bdDiv ul li:hover .conDiv .p2 {
        display: none;
    }
    .indexDiv2 .bdDiv ul li:hover .conDiv .line,
    .indexDiv2 .bdDiv ul li:hover .conDiv .title {
        display: block;
    }
    .indexDiv3 .lunboDiv .conDiv {
        display: block;
    }
    .indexDiv3 .lunboDiv .conDiv .leftDiv {
        width: 100%;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv {
        width: 100%;
        padding: 20px;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv .cate {
        font-size: 14px;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv .title {
        font-size: 16px;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv .tag {
        font-size: 12px;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv .p {
        font-size: 14px;
    }
    .indexDiv3 .lunboDiv .conDiv .rightDiv a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .indexDiv3 .swiper-button-next,
    .indexDiv3 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .indexDiv3 .swiper-button-prev {
        right: 60px;
    }
    .indexDiv3 .lunboDiv::after {
        width: 5px;
        right: -5px;
    }
    .indexDiv4 .home-about-box .about-gs {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 14px;
}
.news-content-box .pro-content p {
    font-size: 18px;
}
.aboutTjDiv1 .wrap{
    padding: 20px;
}
.aboutTjDiv1 .nyTitle2 {
    font-size: 22px;
}
    .indexDiv4 {
        background-size: 200%;
        padding: 0;
    }
    .indexDiv4 .leftDiv {
        width: 100%;
    }
    .indexDiv4 .leftDiv .textDiv .p {
        margin: 20px 0;
        width: 100%;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div {
        padding: 0 5px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv {
        font-size: 12px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num {
        font-size: 20px;
    }
    .indexDiv4 .leftDiv .dataDiv .row>div .conDiv .textDiv .num sub {
        font-size: 12px;
    }
    .indexDiv5 {
        padding: 45px 0 30px;
    }
    .indexDiv5 .hdDiv {
        display: block;
        margin-bottom: 24px;
    }
    .indexDiv5 .hdDiv .tabsDiv {
        margin-top: 10px;
    }
    .indexDiv5 .hdDiv .tabsDiv a {
        padding: 0;
        line-height: 34px;
    }
    .indexDiv5 .bdDiv .row>div {
        margin-bottom: 20px;
    }
    .indexDiv5 .bdDiv .row>div .conDiv>a .textDiv {
        padding: 20px;
    }
    .indexDiv5 .bdDiv .row>div .conDiv>a .textDiv .title {
        font-size: 18px;
    }
    .footerDiv {
        padding: 30px 0 20px;
    }
    .footerDiv .hdDiv .navDiv {
        display: none;
    }
    .footerDiv .hdDiv {
        padding-bottom: 20px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .footerDiv .bhDiv {
        display: block;
        text-align: center;
    }
    .footerDiv .bdDiv .linkDiv {
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }
    .footerDiv .bdDiv .linkDiv .defaultDiv {
        width: 100%;
    }
    .footerDiv .bbDiv .blDiv {
        display: block;
    }
    .footerDiv .bbDiv .p {
        margin-right: 0;
    }
    .footerDiv .bbDiv {
        display: block;
        text-align: center;
    }
    .ny-banner .wrap {
        height: 45vw;
    }
    .ny-banner span {
        font-size: 20px;
    }
    .ny-banner p {
        font-size: 14px;
    }
    .aboutDiv1 {
        padding: 40px 0;
    }
    .nyTitle small {
        font-size: 36px;
    }
    .nyTitle span {
        font-size: 20px;
    }
    .aboutDiv1 .hdDiv {
        display: block;
    }
    .aboutDiv1 .hdDiv .imgDiv {
        width: 100%;
    }
    .aboutDiv1 .bdDiv .imgDiv img {
        max-width: 45%;
    }
    .aboutDiv1 .hdDiv .textDiv {
        width: 100%;
        margin-top: 20px;
    }
    .aboutDiv1 .hdDiv .textDiv .title {
        font-size: 20px;
    }
    .aboutDiv1 .dataDiv {
        padding: 20px 0;
    }
    .aboutDiv1 .dataDiv .row>div {
        padding: 0 5px;
    }
    .aboutDiv1 .dataDiv .row>div .conDiv .textDiv,
    .aboutDiv1 .dataDiv .row>div .conDiv .textDiv .num sub {
        font-size: 12px;
    }
    .aboutDiv1 .dataDiv .row>div .conDiv .textDiv .num {
        font-size: 20px;
    }
    .aboutDiv1 .bdDiv {
        padding: 20px;
    }
    .aboutDiv1 .bdDiv .title {
        font-size: 20px;
    }
    /* .aboutDiv1 .bdDiv .imgDiv img{width: 30%;margin: 0;} */
    .aboutDiv2 {
        padding: 40px 0;
    }
    .aboutDiv2 .row>div {
        margin-top: 10px;
    }
    .aboutDiv2 .bdDiv .row>div a {
        padding: 20px;
    }
    .aboutDiv2 .bdDiv .row>div .num {
        font-size: 30px;
    }
    .aboutDiv2 .bdDiv .row>div img {
        width: 40px;
    }
    .aboutDiv2 .bdDiv .row>div span {
        font-size: 18px;
        margin: 15px 0 5px;
    }
    .aboutDiv3 {
        padding: 40px 0;
    }
    .aboutDiv3 .bdDiv {
        margin-top: 25px;
    }
    .aboutDiv3 .bdDiv .row>div .conDiv .textDiv {
        padding: 20px;
    }
    .aboutDiv3 .bdDiv .row>div .conDiv .textDiv .iconDiv {
        width: 50px;
    }
    .aboutDiv3 .bdDiv .row>div .conDiv span {
        font-size: 18px;
        margin: 5px 0;
    }
    .aboutDiv4 {
        padding: 40px 0;
    }
    .aboutDiv4 .bdDiv a {
        display: block;
        padding-top: 20px;
    }
    .aboutDiv4 .bdDiv .imgDiv {
        margin: 0 auto;
    }
    .aboutDiv4 .bdDiv .textDiv {
        padding: 20px;
        width: 100%;
    }
    .aboutDiv4 .bdDiv {
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .aboutDiv4 .bdDiv .textDiv .name {
        font-size: 20px;
    }
    .aboutDiv4 .swiper-button-next,
    .aboutDiv4 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .aboutDiv5 {
        padding: 40px 0;
    }
    .aboutFbDiv1 {
        padding: 40px 0;
    }
    .aboutFbDiv1 .titleDiv,
    .caseDiv .itemDiv .titleDiv,
    .pdTitle,
    .productDiv .hdDiv .titleDiv,
    .productDetailDiv .rightDiv .title {
        font-size: 24px;
    }
    .aboutFbDiv1 .bdDiv {
        margin-top: 25px;
    }
    .aboutFbDiv2 {
        padding: 40px 0 0;
    }
    .aboutFbDiv2 ul li {
        padding-bottom: 40px;
        display: block;
    }
    .aboutFbDiv2 ul li .imgDiv {
        width: 100%;
    }
    .aboutFbDiv2 ul li .textDiv {
        width: 100%;
        margin-top: 20px;
    }
    .aboutFbDiv2 ul li .textDiv span {
        font-size: 20px;
    }
    .aboutFbDiv2 ul li .textDiv .line {
        margin: 10px 0;
    }
    .aboutTeamDiv {
        padding: 40px 0;
    }
    .aboutTeamDiv .bdDiv {
        display: block;
    }
    .aboutTeamDiv .bdDiv .imgDiv {
        width: 100%;
        text-align: center;
    }
    .aboutTeamDiv .bdDiv .textDiv {
        width: 100%;
        margin-top: 30px;
    }
    .aboutTeamDiv .bdDiv .textDiv .titleDiv span {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }
    .aboutTeamDiv .bdDiv .textDiv .intro {
        margin-top: 40px;
    }
    .aboutTeamDiv .bdDiv .textDiv .intro span {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .twoMenuDiv ul {
        overflow-x: auto;
    }
    .twoMenuDiv ul li {
        flex: 0 0 auto;
    }
    .twoMenuDiv ul li a {
        font-size: 14px;
        line-height: 36px;
        padding: 0 10px;
    }
    .caseDiv .itemDiv {
        padding: 40px 0;
    }
    .caseDiv .itemDiv .row {
        margin: 0 -7px;
    }
    .caseDiv .itemDiv .row>div {
        margin-top: 15px;
        padding: 0 7px;
    }
    .caseDiv .itemDiv .row>div .textDiv {
        padding: 10px 10px 20px;
    }
    .caseDiv .itemDiv .row>div .textDiv .title {
        font-size: 18px;
    }
    .caseDiv .itemDiv .row>div .textDiv .p {
        margin: 5px 0 10px;
    }
    .caseDiv .itemDiv .row>div .textDiv span {
        width: 70px;
        line-height: 26px;
        border-width: 1px;
    }
    .detailDiv {
        padding-bottom: 40px;
    }
    .detailDiv .bdDiv {
        padding: 40px 20px;
    }
    .detailDiv .bdDiv .textDiv {
        margin-top: 20px;
    }
    .aboutTjDiv {
        padding: 40px 0;
    }
    .aboutTjDiv .bdDiv {
        margin-top: 25px;
        padding: 0 50px;
    }
    .aboutTjDiv .swiper-button-next,
    .aboutTjDiv .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .aboutTjDiv .bdDiv a .title {
        font-size: 16px;
    }
    .contactDiv {
        padding: 40px 0;
    }
    .contactDiv .hdDiv {
        display: block;
        margin-bottom: 25px;
    }
    .contactDiv .hdDiv .leftDiv {
        width: 100%;
    }
    .contactDiv .hdDiv .leftDiv iframe {
        height: 260px;
    }
    .contactDiv .hdDiv .rightDiv {
        width: 100%;
        margin-top: 10px;
    }
    .contactDiv .bdDiv .row>div .conDiv {
        padding: 20px 0;
    }
    .newsDiv {
        padding: 40px 0;
    }
    .newsDiv .hdDiv {
        margin-bottom: 30px;
    }
    .newsDiv .hdDiv a {
        display: block;
    }
    .newsDiv .hdDiv a .imgDiv {
        width: 100%;
    }
    .newsDiv .hdDiv a .textDiv {
        width: 100%;
        margin-top: 20px;
    }
    .newsDiv .hdDiv a .textDiv .title {
        font-size: 20px;
    }
    .newsDiv .hdDiv a .textDiv .p {
        margin: 10px 0 15px;
    }
    .newsDiv .hdDiv a .textDiv .date {
        margin-bottom: 20px;
    }
    .newsDiv .hdDiv a .textDiv .date span {
        font-size: 40px;
    }
    .newsDiv .hdDiv a .textDiv .date small {
        font-size: 12px;
    }
    .newsDiv .hdDiv a .textDiv .date img {
        left: 24px;
    }
    .newsDiv .bdDiv .row>div .textDiv {
        padding: 15px;
    }
    .newsDiv .bdDiv .row>div .textDiv .title {
        font-size: 18px;
    }
    .productDiv {
        padding: 40px 0;
    }
    .productDiv .hdDiv .searchDiv {
        margin-top: 20px;
    }
    .category-box {
        margin: 20px 0 30px;
    }
    .category-box dl>dt {
        width: 100px;
        padding: 10px;
    }
    .category-box dl>.dd-list1 {
        width: calc(100% - 100px);
    }
    .category-box dl dd {
        margin-left: 10px;
    }
    .category-box dl .aDiv dd {
        padding: 10px;
    }
    .category-box dl .aDiv {
        margin-right: 0;
    }
    .category-box .dl1 a {
        padding: 0 10px;
    }
    .productDiv .bdDiv .row {
        margin: 0 -5px;
    }
    .productDiv .bdDiv .row>div {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .productDiv .bdDiv .textDiv {
        padding: 10px 5px;
    }
    .productDiv .bdDiv .textDiv span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .productDiv .bdDiv .textDiv .btnDiv {
        max-width: 100%;
    }
    .productDiv .bdDiv .textDiv .btnDiv a {
        font-size: 12px;
        line-height: 24px;
    }
    .productDetailDiv .hdDiv {
        display: block;
    }
    .productDetailDiv .leftDiv {
        width: 100%;
    }
    .productDetailDiv .rightDiv {
        width: 100%;
        margin-top: 20px;
    }
    .productDetailDiv .gallery-top {
        width: 100%;
    }
    .productDetailDiv .gallery-top .swiper-slide .imgDiv {
        height: 300px;
    }
    .productDetailDiv .rightDiv .p {
        margin-bottom: 30px;
    }
    .productDetailDiv .rightDiv .xhDiv {
        margin-bottom: 30px;
    }
    .productDetailDiv .rightDiv a.zxBtn {
        width: 150px;
        line-height: 44px;
    }
    .productDetailDiv .bdDiv .cateDiv a {
        font-size: 16px;
        line-height: 50px;
    }
    .productDetailDiv .bdDiv .csDiv {
        padding-top: 30px;
    }
    .productDetailDiv .bdDiv .csDiv .titleDiv {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .productDetailDiv .bdDiv .csDiv .tableDiv {
        display: block;
    }
    .productDetailDiv .bdDiv .csDiv .tableDiv img {
        width: 100%;
        margin-bottom: 20px;
    }
    @media (max-width:320px) {}
}

@media (max-width:320px) {}

@media (max-width:320px) {}

@media (max-width:320px) {}

@media (max-width:320px) {}

@media (max-width:320px) {}

@media (max-width:320px) {}