html {
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
}

body {
    background: #fff;
    font-family: arial, "Microsoft Yahei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    outline: none;
    min-width: 1300px;
}
section{
    overflow-x: hidden;
}
body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button {
    outline: none;
}

a {
    color: #373737;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body,
div,
p,
span,
ul,
li,
a,
input,
textarea,
form {
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

p {
    margin: 0;
}

.boxShadow {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}
input:focus{
    border: 0 !important;
    box-shadow: 0 !important;
}

/* gShow */

.gShow {
    opacity: 0;
}

@keyframes mymove {
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

    {
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fontFadeIn {
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
}

@keyframes fontMove {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fontMove
/* Safari and Chrome */

    {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* scaleImg */

.scaleImg {
    overflow: hidden;
    display: block;
}

.scaleImg img {
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    display: block;
    width: 100%;
}

.scaleImg:hover img {
    transform: scale(1.1);
    /* filter: grayscale(0); */
}


/* banner */

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

.banner img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove;
    display: block;
    width: 100%;
}

@keyframes bannerMove {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes bannerMove
/*Safari and Chrome*/

    {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
    }
}


/* content */
.content {
    width: 100%;
    margin: 0 auto;
    width: 1200px;
    transition: .5s;
    -webkit-transition: .5s;
}
.btn{
    padding: 0;
}
/* header */
header{
    background-color: #fff;
    height: 210px;
    position: relative;
}
header .top{
    position: relative;
}
header .top .txt{
    color: #666666;
    line-height: 50px;
}
header .top .link{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background-color: #F0F0F0;
    border-radius: 0px 0px 0px 50px;
    padding-left: 36px;
    left: calc(50% - 90px);
}
header .top .link a{
    margin-right: 30px;
    font-size: 16px;
    float: left;
    transition: .5s;
    -webkit-transition: .5s;
}
header .top .link a.pro{
    display: none;
}
header .top .link a:hover,
header .top .link a.on{
    color:#1E47AE;
}
header .top .link a:first-child{
    display: none;
}
header .center .logo{
    line-height: 110px;
}
header .center .logo img{
    vertical-align: middle;
}
header .center .txt{
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 30px;
}
header .center .txt p:first-child{
    color: #666666;
    line-height: 16px;
    letter-spacing: 1.2px;
}
header .center .txt p:last-child{
    font-size: 24px;
    color: #1E47AE;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 34px;
}
header .center .txt p:last-child span{
    color: #333;
}
header .center .txt::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #CCCCCC;
}
header .center .tel{
    padding-top: 30px;
}
header .center .tel .icon{
    width: 48px;
    height: 48px;
    border: 2px solid #1E47AE;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 12px;
}
header .center .tel p:first-child{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}
header .center .tel p:last-child{
    font-size: 30px;
    line-height: 24px;
    color: #1E47AE;
}
header .bottom{
    background-color: #F0F0F0;
    transition: .5s;
    -webkit-transition: .5s;
}
header.on .bottom{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
}
header .nav{
    display: flex;
    justify-content: space-between;
}
header .nav li a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    padding: 0 28px;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav li.on a,
header .nav li:hover a{
    background-color: #1E47AE;
    color: #fff;
}
header .lgTab{
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 99;
    line-height: 22px;
}
header .link .lgTab a{
    float: none;
    margin: 0;
    font-size: 14px;
}
header .link .lgTab a:first-child{
    display: inline-block;
}
/* home */
.home_1 .swiper-slide img{
    width: 100%;
    height: 647px;
    display: block;
    object-fit: cover;
}
.home_1 .swiper-slide .btn{
    position: absolute;
    width: 180px;
    height: 54px;
    background: #0ACBFF;
    /* border: 1px solid #0ACBFF; */
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    bottom: 156px;
    left: 50%;
    margin-left: -640px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_1 .swiper-slide .btn:hover{
    color: #0ACBFF;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.home_1 .swiper-button-btn{
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    background-size: 8px 14px;
    border-radius: 50%;
    top: auto;
    margin-top: 0;
    bottom: 40px;
    transition: .5s;
    -webkit-transition: .5s;
}

.home_1 .swiper-button-prev {
    left: auto;
    right: 140px;
    background-image: url(../images/icon_02.png);
}

.home_1 .swiper-button-next {
    right: 35px;
    background-image: url(../images/icon_02_1.png);
}
.home_1 .swiper-pagination{
    color: #fff;
    font-size: 16px;
    text-align: right;
    bottom: 48px;
    padding-right: 90px;
}
.home_2{
    background: #F0F0F0;
    border-radius: 4px;
    height: 80px;
}
.home_2 .hotSearch{
    margin-top: 33px;
    line-height: 14px;
}
.home_2 .hotSearch span{
    float: left;
    font-weight: bold;
    padding-right: 10px;
    border-right: 1px solid #666666;
}
.home_2 .hotSearch a{
    float: left;
    margin-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_2 .hotSearch a:hover{
    color: #0ACBFF;
}
.home_2 form{
    margin-top: 18px;
    width: 370px;
    position: relative;
    padding-right: 63px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    height: 44px;
}
.home_2 form input{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
}
.home_2 form button{
    position: absolute;
    border: 0;
    padding: 0;
    background-color: #1E47AE;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 63px;
    height: 100%;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_2 form button:hover{
    background-color: #0ACBFF;
}
.home_3{
    padding-bottom: 70px;
}
.home_3 .rows{
    margin-top: 80px;
}
.home_3 .rows .info {
    width: 600px;
}
.home_3 .rows .info .lable{
    line-height: 30px;
    border: 1px solid #999999;
    border-radius: 16px;
    text-align: center;
    width: 100px;
    margin-bottom: 20px;
    color: #666666;
    transition: .5s;
    -webkit-transition: .5s;
}

.home_3 .rows .info .tit {
    font-size: 30px;
    color: #1E47AE;
    line-height: 30px;
    margin-bottom: 18px;
}

.home_3 .rows .info .type {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 55px;
}

.home_3 .rows .info .txt {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.home_3 .rows .info .txt p,
.home_3 .rows .info .txt div{
    font-size: 14px !important;
    line-height: 30px !important;
    color: #333333 !important;
    margin: 0 !important;
}
.home_3 .rows .info .btn {
    line-height: 30px;
    color: #1E47AE;
}
.home_3 .rows .mImg{
    line-height: 295px;
    display: block;
    width: 600px;
}
.home_3 .rows .mImg img{
    vertical-align: middle;
    max-width: 600px;
    max-height: 350px;
    padding: 0 100px;
}
.home_3 .rows:nth-of-type(2n) .info{
    float: right;
}
.home_3 .rows:hover .info .lable{
    background: #0ACBFF;
    border: 1px solid #0ACBFF;
    color: #fff;
}
.home_4{
    padding: 70px 0 60px 0;
    background-color: #F3F6F9;
}
.home_41{
    padding: 0 12px;
}
.home_41 span{
    margin: 0 8px;
    width: 180px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_41 span.on,
.home_41 span:hover{
    background-color: #1E47AE;
    border-color: #1E47AE;
    color: #fff;
}
.home_4 .list>div{
    display: none;
}
.home_4 .list>div.show{
    display: block;
}
.home_42 .fra{
    width: 340px;
    margin-right: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.13);
    border-radius: 8px;
    margin-top: 60px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
.home_42 .fra:nth-of-type(3n){
    margin-right: 0;
}
.home_42 .fra .mImg{
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.home_42 .fra .mImg img{
    max-width: 100%;
    max-height: 260px;
}
.home_42 .fra .tit{
    line-height: 66px;
    color: #666666;
    font-size: 16px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_42 .fra .zMode{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_42 .fra .zMode a{
    display: block;
    margin: 0 20px;
    text-align: center;
}
.home_42 .fra .zMode a .icon{
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_42 .fra .zMode a p{
    color: #fff;
    line-height: 14px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_42 .fra .zMode a:hover .icon{
    background-color: #0ACBFF;
    border-color: #0ACBFF;
}
.home_42 .fra .zMode a:hover p {
    color: #0ACBFF;
}
.home_42 .fra:hover .zMode {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.moreBtn{
    width: 250px;
    height: 40px;
    background: #1E47AE;
    border-radius: 20px;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 48px auto 0 auto;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
}
.moreBtn:hover {
    background-color: #0ACBFF;
    color: #fff;
}
.homeBanner_1{
    position: relative;
}
.homeBanner_1 .bg{
    width: 100%;
    height: 228px;
    object-fit: cover;
    display: block;
}
.homeBanner_1 .info{
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
    padding: 50px 50px 0 0;
    text-align: center;
}
.homeBanner_1 .info .btn{
    width: 161px;
    height: 48px;
    background: #1E47AE;
    border-radius: 24px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto 16px auto;
    transition: .5s;
    -webkit-transition: .5s;
}
.homeBanner_1 .info .btn:hover{
    background: #0ACBFF;
    color: #fff;
}
.homeBanner_1 .info .txt{
    line-height: 16px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 7px;
}
.homeBanner_1 .info .tel{
    color: #1E47AE;
    font-size: 30px;
    line-height: 24px;
}
.home_6{
    padding: 40px 0 60px 0;
}
.homeTitle{
    text-align: center;
    margin-bottom: 42px;
}
.homeTitle .titEn{
    position: relative;
    padding: 20px 0;
    width: 126px;
    margin: 0 auto 16px auto;
}
.homeTitle .titEn p:first-child{
    font-size: 72px;
    line-height: 54px;
    color: #1E47AE;
    font-weight: bold;
    margin-bottom: 10px;
}
.homeTitle .titEn p:last-child{
    font-size: 12px;
    color: #1E47AE;
    line-height: 12px;
}
.homeTitle .titEn::before{
    content: "";
    position: absolute;
    background-color: #1E47AE;
    right: 10px;
    top: -3px;
    width: 1px;
    height: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.homeTitle .titEn::after{
    content: "";
    position: absolute;
    background-color: #1E47AE;
    left: 10px;
    bottom: -3px;
    width: 1px;
    height: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.homeTitle .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
}
.homeTitle .txt{
    color: #666666;
}
.home_61{
    position: relative;
    height: 603px;
    background: url(../images/img_05.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 72px 110px 71px 60px;
}
.home_61 .hd{
    font-size: 16px;
    line-height: 38px;
    width: 270px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 50px;
}
.home_611{
    height: 460px;
    position: initial;
}
.home_611 .swiper-slide{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    transition: .5s;
    -webkit-transition: .5s;
}
.home_611 .swiper-button-prev{
    display: none;
}
.home_611 .swiper-button-next{
    background-image: url(../images/icon_06.png);
    background-size: 20px 21px;
    top: auto;
    margin-top: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -41px;
}
.home_61 .swiper{
    position: relative;
}
.home_611 .swiper-slide.on{
    border-bottom-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.home_611 .swiper-slide:hover{
    color: #fff;
}
.home_61 .center{
    width: calc(100% - 330px);
    padding-top: 22px;
}
.home_61 .center>div{
    display: none;
}
.home_61 .center>div.show{
    display: block;
}
.home_61 .center .tit{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
}
.home_61 .center .titEn{
    color: rgba(255, 255, 255, 0.4);
    line-height: 14px;
    margin-bottom: 40px;
}
.home_61 .center .info{
    width: 580px;
    padding: 40px 50px 40px 50px;
    color: #fff;
    line-height: 30px;
    background-color: #001873;
}
.home_61 .center .btn{
    position: absolute;
    right: 110px;
    bottom: 71px;
}
.home_61 .center .btn a{
    float: right;
    width: 140px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_61 .center .btn a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.home_7{
    background-color: #F5F7F9;
    padding: 40px 0 80px 0;
}
.home_7 .swiper{
    position: relative;
}
.home_71{
    position: initial;
}
.home_71 .mImg{
    border: 1px solid #B9B9B9;
    padding: 6px;
    margin-bottom: 16px;
}
.home_71 .mImg img{
    width: 100%;
    display: block;
    height: 213px;
    object-fit: cover;
}
.home_71 .tit{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_71 .txt{
    line-height: 26px;
    color: #878787;
}
.home_71 a:hover .tit{
    color: #1332AF;
}
.home_71 .swiper-button-btn{
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background-color: #B9B9B9;
    border-radius: 50%;
    background-size: 9px 15px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_71 .swiper-button-prev {
    left: -50px;
    background-image: url(../images/icon_07.png);
}
.home_71 .swiper-button-next {
    right: -50px;
    background-image: url(../images/icon_07_1.png);
}
.home_71 .swiper-button-btn:hover{
    background-color: #1E47AE;
}
.home_8{
    margin-top: 60px;
    width: 1120px;
}
.home_8 .rows{
    position: relative;
    margin-bottom: 100px;
}
.home_8 .rows .mImg{
    position: relative;
    z-index: 9;
    max-width: 650px;
    display: block;
}
.home_8 .rows .fra {
    position: absolute;
    height: 420px;
    right: 0;
    top: 50%;
    margin-top: -210px;
    border-right: 1px solid #C2C2C2;
    padding-right: 270px;
}
.home_8 .rows .fra .bg {
    width: 376px;
    height: 420px;
    background: #F7F7F7;
}
.home_8 .rows .info{
    position: absolute;
    top: 60px;
    right: 54px;
    width: 368px;
}
.home_8 .rows .info .tit{
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 24px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_8 .rows:hover .info .tit{
    color: #1E47AE;
}
.home_8 .rows .info .tit::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #747474;
    bottom: 0;
    left: 0;
}
.home_8 .rows .info .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}
.home_8 .rows .nums{
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -9px;
    color: #C2C2C2;
    font-size: 16px;
    width: 18px;
    line-height: 16px;
    padding-bottom: 12px;
}
.home_8 .rows:nth-of-type(2n) .mImg{
    float: right;
}
.home_8 .rows:nth-of-type(2n) .fra{
    left: 0;
    right: auto;
    border-right: 0;
    padding-right: 0;
    border-left: 1px solid #C2C2C2;
    padding-left: 270px;
}
.home_8 .rows:nth-of-type(2n) .info{
    left: 60px;
    right: auto;
}
.home_8 .rows:nth-of-type(2n) .nums{
    right: auto;
    left: -9px;
}
.homeBanner_2 {
    position: relative;
}

.homeBanner_2 .bg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.homeBanner_2 .info {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
    padding-top: 84px;
    text-align: right;
}
.homeBanner_2 .info .txt{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 16px;
}
.homeBanner_2 .info .tel{
    font-size: 36px;
    color: #1E47AE;
    line-height: 30px;
    margin-bottom: 16px;
    text-shadow: 1px 1px 0 white
}
.homeBanner_2 .info .btn{
    color: #1E47AE;
    font-size: 18px;
    text-align: center;
    width: 161px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 23px;
    line-height: 45px;
    display: block;
    margin-left: auto;
    transition: .5s;
    -webkit-transition: .5s;
}
.homeBanner_2 .info .btn:hover{
    background-color: #1E47AE;
    color: #fff;
}
.home_5{
    padding: 60px 0 80px 0;
}
.home_51{
    background-image: url(../images/img_09.jpg);
    padding: 50px 90px 30px 90px;
    position: relative;
    color: #fff;
}
.home_51 .rows{
    margin-bottom: 20px;
}
.home_51 .rows .hd{
    font-size: 24px;
    line-height: 24px;
    /*margin-bottom: 12px;*/
    margin: 30px 0;
    text-align: center;
}
.home_51 .rows .fra{
    width: 33.333%;
    text-align: center;
    margin-bottom: 30px;
}
.home_51 .rows .fra img{
    max-width: 100%;
}
.home_51 .rows .fra .tit{
    font-size: 16px;
    line-height: 16px;
    margin-top: 7px;
}
.home_9{
    padding: 80px 0;
    background: url(../images/img_13.jpg) no-repeat center;
    background-size: 1920px 500px;
}
.home_91{
    border: 3px solid #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.home_91 img{
    display: block;
    width: 467px;
    height: 334px;
    object-fit: cover;
}
.home_92{
    position: relative;
    padding: 25px 45px 0 45px;
    height: 340px;
    width: 672px;
}
.home_92 .a{
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}
.home_92 .a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}

.home_92 .a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}

.home_92 .b {
    position: absolute;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
}

.home_92 .b::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}

.home_92 .b::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 50px;
    background-color: #fff;
}
.home_92 .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}
.home_92 .tit span{
    font-size: 16px;
    color: #AAAAAA;
    margin-left: 7px;
}
.home_92 .txt{
    line-height: 30px;
    height: 180px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 16px;
}
.home_92 .txt p,
.home_92 .txt span{
    background-color: transparent !important;
}
.home_92 .btn a{
    float: left;
    width: 156px;
    height: 44px;
    border: 1px solid #1E47AE;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    color: #1E47AE;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_92 .btn a:first-child{
    background-color: #1E47AE;
    color: #fff;
    margin-right: 12px;
}
.home_92 .btn a:hover{
    background-color: #1E47AE;
    color: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.26);
}
.home_10{
    padding: 60px 0 80px 0;
    overflow: hidden;
}
.home_101{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.home_101 span{
    width: 156px;
    height: 42px;
    margin: 0 15px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_101 span.on {
    background-color: #1E47AE;
    border-color: #1E47AE;
    color: #fff;
}
.home_102>div{
    display: none;
}
.home_102>div.show{
    display: block;
}
.home_102 .fra{
    width: 750px;
    border-right: 1px solid #E7E7E7;
}
.home_102 .mImg img {
    width: 293px;
    display: block;
    height: 203px;
    object-fit: cover;
}
.home_102 .info{
    width: 360px;
    margin-left: 30px;
    padding-top: 9px;
}
.home_102 .info .tit{
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
    display: block;
}
.home_102 .info .txt{
    line-height: 28px;
    color: #888888;
    margin-bottom: 24px;
    overflow: hidden;      
    text-overflow: ellipsis;      
    display: -webkit-box;     
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical; 
}
.home_102 .info .btn{
    width: 156px;
    height: 40px;
    background: #0ACBFF;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_102 .list{
    margin-top: 20px;
}
.home_102 .list .mode{
    width: 50%;
    padding-right: 50px;
}
.home_102 .list .tit{
    font-size: 16px;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_102 .list .txt{
    margin-top: 18px;
    color: #878787;
    line-height: 28px;
    padding-left: 12px;
    overflow: hidden;      
    text-overflow: ellipsis;      
    display: -webkit-box;     
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical; 
}
.home_102 .rows{
    width: 450px;
    padding-left: 30px;
}
.home_102 .rows a{
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 36px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_102 .rows a .left{
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_102 .rows a:first-child{
    line-height: 16px;
    padding-bottom: 10px;
}
.home_102 .rows a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C1C1C1;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_102 .rows a:first-child::before{
    margin-top: -8px;
}
.home_102 .rows a:hover{
    color: #1E47AE;
}
.home_102 .rows a:hover::before {
    background-color: #1E47AE;
}
.home_10 .moreBtn{
    color: #1E47AE;
    border: 1px solid #1E47AE;
    background-color: transparent;
    line-height: 40px;
}
/* footer */
footer{
    padding:50px 0;
    background-color: #252831;
    color: #fff;
}
footer .title{
    border-bottom: 1px solid #7C7E83;
    padding-bottom: 22px;
    text-align: center;
    margin-bottom: 40px;
}
footer .title .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
footer .title .txt{
    line-height: 14px;
}
.ft_1 .name{
    font-size: 20px;
    line-height: 20px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.ft_1 .name::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #1E47AE;
}
.ft_1 .info{
    width: 340px;
}
.ft_1 .info>div{
    position: relative;
    padding-left: 28px;
    line-height: 36px;
}
.ft_1 .info>div .icon{
    position: absolute;
    left: 0;
    top: 0;
}
.ft_1 .info>div .icon img{
    vertical-align: middle;
}
.ft_1 .txt{
    margin-top: 42px;
    line-height: 30px;
    color: #CCCCCC;
}
.ft_1 .txt a {
    color: #CCCCCC;
}
.ft_2{
    width: 600px;
}
.ft_2 .tel {
    margin-top: 20px;
    line-height: 18px;
    font-size: 16px;
}
.ft_2 .tel span{
    font-size: 18px;
}
.ft_2 .link{
    width: calc(100% - 240px);
}
.ft_2 .link a{
    float: left;
    padding: 0 12px;
    color: #CCCCCC;
    margin-bottom: 12px;
    line-height: 14px;
    border-right: 1px solid #7C7E83;
}
.ft_2 .link a:nth-child(3),
.ft_2 .link a:last-child{
    border-right: 0;
}
.ft_2 form{
    margin-top: 34px;
}
.ft_2 form input{
    float: left;
    width: calc(50% - 12px);
    height: 45px;
    border: 1px solid #BEBFC2;
    background-color: transparent;
    padding: 0 14px;
    color: #fff;
    margin-right: 24px;
    margin-bottom: 15px;
}
.ft_2 form input:focus {
    border: 1px solid #BEBFC2 !important;
}
.ft_2 form input:nth-child(2){
    margin-right: 0;
}
.ft_2 form textarea {
    border: 1px solid #BEBFC2;
    background-color: transparent;
    padding: 15px 14px;
    color: #fff;
    font-family: "";
    resize: none;
    width: 100%;
    margin-bottom: 24px;
}
.ft_2 form button{
    width: 156px;
    height: 45px;
    background: #1E47AE;
    border-radius: 23px;
    color: #fff;
    line-height: 45px;
    float: left;
    border: 0;
    cursor: pointer;
}
.ft_3{
    margin-top: 42px;
}
.ft_3 a{
    color: #fff;
    margin-right: 15px;
}
/* floatWindow */
.floatWindow{
    position: fixed;
    z-index: 99;
    right: 16px;
    bottom: 20%;
}
.floatWindow a{
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-bottom: 7px;
    transition: .5s;
    -webkit-transition: .5s;
}
.floatWindow a>img{
    vertical-align: middle;
}
.floatWindow a>img:nth-child(2){
    display: none;
}
.floatWindow a .tel{
    position: absolute;
    border-radius: 4px;
    background-color: #1E47AE;
    top: 0;
    line-height: 36px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    right: calc(100% + 10px);
    display: none;
}
.floatWindow a .code {
    position: absolute;
    border-radius: 4px;
    background-color: #1E47AE;
    color: #fff;
    font-size: 16px;
    text-align: center;
    right: calc(100% + 10px);
    padding: 20px;
    top: 50%;
    margin-top: -91px;
    display: none;
}
.floatWindow a .code img{
    display: block;
    width: 120px;
    height: 120px;
}
.floatWindow a .code p{
    margin-top: 16px;
    line-height: 16px;
}
.floatWindow a:hover{
    border-color: #1E47AE;
    background-color: #1E47AE;
}
.floatWindow a:hover>img:first-child{
    display: none;
}
.floatWindow a:hover>img:nth-child(2){
    display: inline-block;
}
.floatWindow a:hover>div{
    display: block;
}
/* bannerHd */
.bannerHd{
    position: relative;
}
.bannerHd .bg{
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}
.bannerHd .title{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 114px;
    margin-left: -155px;
    margin-top: -57px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    text-align: center;
    color: #fff;
}
.bannerHd .title .tit{
    position: relative;
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding-bottom: 24px;
    width: calc(100% - 100px);
    left: 50px;
    margin-bottom: 20px;
}
.bannerHd .title .tit::before{
    content: "";
    position: absolute;
    width: 56px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    bottom: 0;
    left: 50%;
    margin-left: -28px;
}
.bannerHd .title .titEn{
    font-size: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.bannerHd .title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.bannerHd .title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
/* subNav */
.subNav{
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 44px;
}
.subNav .link a{
    margin-right: 10px;
    width: 140px;
    height: 44px;
    background: #F0F0F0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    float: left;
    transition: .5s;
    -webkit-transition: .5s;
}
.subNav .link a.on,
.subNav .link a:hover{
    color: #fff;
    background-color: #1E47AE;
}
.subNav .crumbs a{
    float: left;
    position: relative;
    margin-right: 30px;
    color: #999999;
}
.subNav .crumbs span{
    float: left;
}
.subNav .crumbs a::before{
    content: "";
    position: absolute;
    border: 4px solid;
    border-color: transparent transparent transparent #999999;
    top: 50%;
    margin-top: -4px;
    right: -19px;
}
.subNav .crumbs a:last-child{
    margin-right: 0;
}
.subNav .crumbs a:last-child::before{
    display: none;
}
/* about */
.about_1{
    padding-bottom: 80px;
}
.about_11{
    width: 910px;
    border-right: 1px solid #DCDCDC;
    padding-right: 45px;
}
.about_11 .tit{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}
.about_11 .txt p{
    line-height: 30px;
    color: #666666;
}
.about_11 .txt img{
    display: block;
    margin: 8px auto;
    max-width: 100%;
}
.about_11 .txt b{
    font-size: 18px;
    line-height: 30px;
}
.about_12{
    width: 263px;
}
.about_12 .fra{
    padding-top: 26px;
    margin-bottom: 40px;
}
.about_12 .fra .hd{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}
.about_12 .fra .rows{
    font-size: 44px;
    color: #1E47AE;
    margin-bottom: 30px;
    line-height: 44px;
}
.about_12 .fra .rows span{
    font-size: 16px;
    color: #333333;
}

.about_12 .fra:first-child {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 40px;
}

.about_12 .fra:first-child .rows {
    margin-bottom: -30px;
}
.about_12 .fra .btn{
    width: 164px;
    height: 46px;
    background: #1E47AE;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    display: block;
    font-size: 16px;
}
.about_2{
    background-color: #F3F6F9;
    padding: 80px 0 70px 0;
}
.about_2 .title{
    margin-bottom: 20px;
    text-align: center;
}
.about_2 .title .tit{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about_2 .title .txt{
    color: #999999;
}
.about_21{
    position: relative;
    padding: 0 50px;
}
.about_21 .swiper-container{
    position: initial;
}
.about_21 .home_42{
    padding: 20px 0;
}
.about_21 .home_42 .fra {
    margin-top: 0;
}
 .about_21 .swiper-button-btn{
    width: 25px;
    height: 39px;
    margin-top: -19.5px;
    background-size: 25px 39px;
 }
 .about_21 .swiper-button-prev{
    left: 0;
    background-image: url(../images/icon_25.png);
 }

 .about_21 .swiper-button-next {
     right: 0;
     background-image: url(../images/icon_25_1.png);
 }
 .about_21 .moreBtn{
     margin-top: 20px;
 }
 /* case */
 .case{
     padding-bottom: 60px;
 }
 .case .subNav{
     margin-bottom: 20px;
 }
 .case_1 .fra{
     width: 373px;
     height: 340px;
     margin-right: 40.5px;
     margin-bottom: 32px;
 }
.case_1 .fra:nth-of-type(3n){
    margin-right: 0;
}
.case_2{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 20px;
}
.case_2 a{
    margin: 0 10px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
    color: #1332AF;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
}
.case_2 a:first-child,
.case_2 a:last-child{
    width: 35px;
    height: 35px;
    background-color: #1332AF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
}
.case_2 a:hover,
.case_2 a.page-num-current{
    border-bottom-color: #1332AF;
}
.case_1 .part{
    float: left;
    width: 25%;
    text-align: center;
}
.case_1 .part img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 1240px){
    .case_1 .part{
        width: 33.333%;
    }
}
@media screen and (max-width: 1080px){
    .case_1 .part{
        width: 50%;
    }
    .case_1 .part .tit{
        margin-bottom: 0;
        font-size: 14px;
    }
}
/* caseDetail */
.caseDetail{
    padding-bottom: 90px;
}
.caseDetail_1{
    width: 770px;
}
.caseDetail_1 .title{
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 30px;
    border-bottom: 1px solid #DCDCDC;
}
.caseDetail_1 .txt{
    line-height: 28px;
    margin-top: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
}
.caseDetail_1 .txt p.red{
    font-weight: bold;
    color: #E60000;
    font-size: 16px;
    line-height: 30px;
    margin: 7px 0;
}
.caseDetail_1 .txt img{
    display: block;
    margin: 7px auto;
    max-width: 100%;
}
.casePages{
    margin-top: 20px;
}
.casePages .link a{
    line-height: 26px;
    color: #999999;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
}
.casePages .link a:hover{
    color: #1332AF;
}
.casePages .goBack{
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #1332AF;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}
.casePages .goBack img{
    vertical-align: middle;
    margin-right: 10px;
}
.caseDetail_2{
    width: 360px;
}
.caseDetail_2 .hd{
    background-color: #F2F1F1;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
}
.caseDetail_2 .rows{
    display: block;
    margin-top: 26px;
    border-bottom: 1px solid #DBDBDB;
    height: 60px;
    transition: .5s;
    -webkit-transition: .5s;
}
.caseDetail_2 .rows .times{
    width: 60px;
    height: 60px;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    text-align: center;
    padding-top: 12px;
    color: #999999;
    transition: .5s;
    -webkit-transition: .5s;
}
.caseDetail_2 .rows .times p:first-child{
    font-size: 24px;
    line-height: 18px;
}
.caseDetail_2 .rows .times p:last-child{
    font-size: 12px;
    line-height: 12px;
    margin-top: 7px;
}
.caseDetail_2 .rows .txt{
    width: calc(100% - 78px);
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.caseDetail_2 .rows:hover{
    color: #1332AF;
    border-bottom-color: #1332AF;
}
.caseDetail_2 .rows:hover .times {
    border-color: #1332AF;
    background-color: #1332AF;
    color: #fff;
}
/* contact */
.contact .subNav{
    margin-bottom: 60px;
}
.contactInfo{
    position: relative;
    padding-bottom: 50px;
}
.contact_1 {
    width: 519px;
    position: relative;
}
.contact .titles {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 15px;
}
.contact .titles::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #DCDCDC;
}
.contact .titles::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #1332AF;
}
.contact .tits {
    color: #999999;
    line-height: 14px;
    margin-top: 30px;
}
.contact_1 .txt{
    width: 350px;
    margin-top: 30px;
}
.contact_1 .txt>div{
    position: relative;
    padding-left: 40px;
    line-height: 48px;
}
.contact_1 .txt .icon{
    position: absolute;
    width: 28px;
    height: 28px;
    background: #1332AF;
    border-radius: 50%;
    top: 10px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_1 .qrCode{
    text-align: center;
    position: absolute;
    right: 0;
    top: 146px;
}
.contact_1 .qrCode img{
    width: 120px;
    height: 120px;
    display: block;
    border: 1px solid #DCDCDC;
}
.contact_1 .qrCode p{
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.contact_2{
    position: absolute;
    top: -40px;
    right: 0;
    width: 585px;
    padding: 42px 50px 50px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.13);
    border-radius: 12px;
}
.contact_2 .tits{
    margin-bottom: 50px;
}
.contact_2 .fGroup{
    position: relative;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 30px;
    padding: 0 10px 10px 80px;
}
.contact_2 .fGroup input{
    width: 100%;
    border: 0;
    height: 16px;
    padding: 0;
    font-size: 16px;
}
.contact_2 .fGroup label {
    position: absolute;
    top: 0;
    line-height: 16px;
    left: 0;
    font-size: 16px;
}
.contact_2 .fGroup span{
    position: absolute;
    color: #FF0000;
    font-size: 16px;
    line-height: 16px;
    right: 0;
    top: 0;
}
.contact_2 .fGroup.txt{
    padding-right: 0;
}
.contact_2 .fGroup textarea{
    width: 100%;
    border: 0;
    font-family: "";
    resize: none;
    padding: 0;
    font-size: 16px;
}
.contact_2 button{
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    height: 46px;
    font-size: 16px;
    background-color: #1E47AE;
    margin-top: 30px;
    border-radius: 4px;
}
.contact_3{
    width: 100%;
    display: block;
    height: 500px;
}
/* news */
.pro_1{
    padding-bottom: 40px;
}
.pro_1 form {
    width: 50%;
    min-width: 340px;
    border: 1px solid #DADCE0;
    border-radius: 25px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    padding: 0 70px 0 25px;
}
.pro_1 form input {
    width: 100%;
    height: 100%;
    border: 0;
}
.pro_1 form button {
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background-color: #CCCCCC;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}
.news .titles{
    text-align: center;
    margin-bottom: 40px;
}
.news .titles .tit{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.news .titles .txt{
    line-height: 14px;
    color: #999999;
}
.news_1{
    padding-bottom: 70px;
}
.news_1 .fra{
    width:calc(50% - 30px);
}
.news_1 .fra:nth-of-type(2n){
    float: right;
}
.news_1 .fra .mImg img{
    width: 100%;
    height: 378px;
    object-fit: cover;
}
.news_1 .fra .info{
    margin-top: 40px;
    padding: 0 15px;
}
.news_1 .fra .info .tit{
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    transition: .5s;
    -webkit-transition: .5s;
}

.news_1 .fra .info .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #666666;
    margin-bottom: 18px;
}
.news_1 .fra .info .des{
    line-height: 20px;
    color: #999999;
}
.news_1 .fra .info .des span:first-child{
    margin-right: 60px;
}
.news_1 .fra .info .des img{
    vertical-align: middle;
    margin-right: 5px;
}
.news_1 .fra:hover .info .tit{
    color: #1E47AE;
}
.news_1 .fra:hover .scaleImg img{
    transform: scale(1.1);
}
.news_2{
    background-color: #F3F6F9;
    padding: 80px 0;
}
.news_2 .fra{
    width: 370px;
    margin-right: 45px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.news_2 .fra:nth-of-type(3n){
    margin-right: 0;
}
.news_2 .fra .mImg img{
    height: 240px;
    object-fit: cover;
}
.news_2 .fra:nth-of-type(3n){
    margin-right: 0;
}
.news_2 .fra .info{
    padding: 15px 20px;
}
.news_2 .fra .info .tit{
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_2 .fra .info .txt{
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}
.news_2 .fra .info .des{
    line-height: 14px;
    color: #999999;
}
.news_2 .fra .info .des .right{
    transition: .5s;
    -webkit-transition: .5s;
}
.news_2 .fra:hover .mImg img{
    transform: scale(1.1);
    -webkit-transform:scale(1.1); 
}
.news_2 .fra:hover .info .tit,
.news_2 .fra:hover .info .des .right {
    color: #1E47AE;
}
/* newsDetail */
.newsDetail_1 .title{
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.newsDetail_1 .title .des{
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}
.newsDetail_1 .title .des span{
    margin-right: 20px;
}
.newsDetail_1 .title .des img{
    vertical-align: middle;
    margin-right: 5px;
}
/* product */
.product{
    padding-bottom: 60px;
}
.product .subNav{
    margin: 15px auto;
}
.product_1{
    width: 210px;
}
.product_1 .fra{
    margin-bottom: 60px;
}
.product_1 .fra:last-child{
    margin-bottom: 0;
}
.product_1 .fra .hd{
    position: relative;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.product_1 .fra .hd::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #DCDCDC;
}
.product_1 .fra .hd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #1332AF;
}
.product_1 .fra .list a{
    display: block;
    line-height: 60px;
    position: relative;
    padding-left: 38px;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
    -webkit-transition: .5s;
}
.product_1 .fra .list a::before{
    content: ">>";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.product_1 .fra .list a:hover,
.product_1 .fra .list a.on,
.product_1 .fra .list a:hover::before,
.product_1 .fra .list a.on::before{
    color: #1E47AE;
}
.product_1 .fra.hot .list a{
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
}
.product_1 .fra.hot .list a::before{
    display: none;
}
.product_2{
    width: 950px;
}
.product_2.home_42 .fra{
    width: 300px;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 26px;
}
.product_2.home_42 .fra:nth-of-type(3n){
    margin-right: 0;
}
.product_2.home_42 .fra .mImg {
    height: 246px;
}
.product_2.home_42 .fra .mImg img {
    max-height: 230px;
}
.product_2.home_42 .fra .tit {
    line-height: 54px;
}
/* productDetail */
.productDetail .subNav{
    margin-bottom: 15px;
}
.productDetail_1{
    margin-bottom: 40px;
}
.productDetail_11{
    width: 440px;
}
.productDetail_11 .swiper1 {
    margin-bottom: 10px;
}
.productDetail_11 .swiper1 .swiper-slide {
    background-color: #FFFFFF;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetail_11 .swiper1 .swiper-slide img{
    max-height: 440px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}
.productDetail_11 .swiper2 {
    padding: 0 28px;
    position: relative;
}

.productDetail_11 .swiper2 .swiper-container {
    position: initial;
}

.productDetail_11 .swiper2 .swiper-slide {
    border: 1px solid #DCDCDC;
    background-color: #FFFFFF;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetail_11 .swiper2 .swiper-slide::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    box-sizing: border-box;
    transition: .5s;
    -webkit-transition: .5s;
}
.productDetail_11 .swiper2 .swiper-slide img{
    max-width: 92%;
    max-height: 90px;
    object-fit: cover;
    display: block;
}
.productDetail_11 .swiper2 .swiper-slide-thumb-active::after {
    border-color: #1E47AE;
}

.productDetail_11 .swiper2 .swiper-button-btn {
    background-size: 13px 21px;
    height: 100%;
    width: 13px;
    margin-top: 0;
    top: 0;
}

.productDetail_11 .swiper2 .swiper-button-prev {
    background-image: url(../images/icon_25.png);
    left: 0;
}

.productDetail_11 .swiper2 .swiper-button-next {
    background-image: url(../images/icon_25_1.png);
    right: 0;
}
.productDetail_12{
    width: 700px;
    padding-top: 40px;
}
.productDetail_12 .tit{
    font-size: 30px;
    margin-bottom: 12px;
}
.productDetail_12 .type{
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}
.productDetail_12 .type::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #1E47AE;
}
.productDetail_12 .txt{
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 40px;
}  
.productDetail_12 .btn{
    width: 180px;
    height: 46px;
    background: #1E47AE;
    border-radius: 23px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    display: block;
}
.productDetail_2{
    padding-bottom: 60px;
}
.productDetail_2 .hd{
    background-color: #F0F0F0;
}
.productDetail_2 .hd span{
    line-height: 50px;
    font-size: 16px;
    width: 150px;
    float: left;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.productDetail_2 .hd span:hover,
.productDetail_2 .hd span.on{
    background-color: #1E47AE;
    color: #fff;
}
.productDetail_2 .center{
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    line-height: 36px;
}
.productDetail_2 .center .tit{
    font-size: 18px;
    font-weight: bold;
    color: #1E47AE;
}
.productDetail_2 .center>div{
    display: none;
}
.productDetail_2 .center>div.show{
    display: block;
}

.productDetail_2 .center table {
    border-spacing: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.productDetail_2 .center table td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 12px;
}
/* showdiv */
.moveLeft {
    transform: translateX(-160px);
    -webkit-transform: translateX(-160px);
    opacity: 0;
    transition: 1.6s;
    -webkit-transition: 1.6s;
}

.moveRight {
    transform: translateX(160px);
    -webkit-transform: translateX(160px);
    opacity: 0;
    transition: 1.6s;
    -webkit-transition: 1.6s;
}

.moveBottom {
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    opacity: 0;
    transition: 1.6s;
    -webkit-transition: 1.6s;
}

.moveTop {
    transform: translateY(-160px);
    -webkit-transform: translateY(-160px);
    opacity: 0;
    transition: 1.6s;
    -webkit-transition: 1.6s;
}

.showdiv.moveLeft,
.showdiv.moveRight,
.showdiv.moveBottom,
.showdiv.moveTop {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.search{
    padding-bottom: 40px;
}
.search.home_42 .fra{
    margin-top: 0;
    margin-bottom: 40px;
}

.downLoad_2{
    margin-bottom: 20px;
}
.downLoad_2 li{
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}
.downLoad_2 li>div p{
    text-indent: 0;
    line-height:initial;
}
.downLoad_2 li>div p:first-child{
    font-size: 1.2rem;
    color: #1E47AE;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}
.downLoad_2 li>div p:last-child{
    color: #aeaeae;
}
.downLoad_2 li>a{
    display: block;
    text-align: center;
    width: 120px;
    line-height: 33px;
    color: #fff;
    background-color: #1E47AE;
    margin-top: 10px;
    opacity: .7;
  	border-radius:17px;
  	transition-duration: 1000ms;
}
.downLoad_2 li>a:hover{
    opacity: 1;
}
div,
p,
input,
header,
img {
    transition: .5s;
    -webkit-transition: .5s;
}
@media screen and (max-width: 1400px) {
    body{
        min-width: 100%;
    }
    .content{
        width: 88%;
    }
    header{
        height: 180px;
    }
    header .top .txt{
        line-height: 40px;
    }
    header .top .link{
        line-height: 40px;
        height: 40px;
    }
    header .top .link a {
        margin-right: 24px;
        font-size: 14px;
    }
    header .center .logo {
        line-height: 96px;
    }
    header .center .txt {
        margin-left: 16px;
        padding-left: 16px;
        margin-top: 23px;
    }
    header .center .tel {
        padding-top: 23px;
    }
    header .nav li a {
        line-height: 44px;
        padding: 0 20px;
    }
    header .lgTab{
        top: 9px;
    }
    header .link .lgTab a{
        margin: 0;
        font-size: 12px;
    }
    .home_1 .swiper-slide img{
        height: auto;
    }
    .home_1 .swiper-slide .btn{
        width: 160px;
        height: 48px;
        line-height:48px;
        margin-left: 0;
        left: 17%;
        bottom: 20%;
    }
    .home_1 .swiper-button-btn{
        bottom: 30px;
    }
    .home_1 .swiper-pagination {
        bottom: 36px;
    }
    .home_2 {
        height: 64px;
    }
    .home_2 .hotSearch {
        margin-top: 25px;
    }
    .home_2 form {
        margin-top: 12px;
        height: 40px;
    }
    .home_3 .rows .info,
    .home_3 .rows .mImg{
        width: 50%;
    }
    .home_3 .rows {
        margin-top: 60px;
    }
    .home_3 {
        padding-bottom: 60px;
    }
    .home_4 {
        padding: 50px 0;
        background-color: #F3F6F9;
    }
    .home_41{
        display: flex;
        justify-content: center;
    }
    .home_42 .fra,
    .product_2.home_42 .fra,
    .case_1 .fra,
    .news_2 .fra {
        width: calc(33.333% - 28px);
        margin-right: 42px;
    }
    .home_7{
        padding: 40px 0;
    }
    .home_7 .swiper {
        padding: 0 50px;
    }
    .home_71 .swiper-button-prev{
        left: 0;
    }
    .home_71 .swiper-button-next {
        right: 0;
    }
    .home_71 .mImg {
        padding: 3px;
        margin-bottom: 12px;
    }
    .home_71 .mImg img {
        height: 190px;
    }
    .home_71 .tit{
        margin-bottom: 10px;
    }
    .moreBtn{
        width: 210px;
    }
    .home_92{
        width: calc(100% - 513px);
    }
    .home_102 .rows {
        width: calc(100% - 700px);
    }
    .home_102 .fra {
        width: 700px;
    }
    .home_102 .rows a .right{
        font-size: 14px;
    }
    .home_102 .rows a .left {
        width: calc(100% - 84px);
    }
    .ft_2{
        width: calc(100% - 500px);
        max-width: 600px;
    }
    .product_1 {
        width: 180px;
    }
    .product_2{
        width: calc(100% - 220px);
    }
    .product_1 .fra {
        margin-bottom: 40px;
    }
    .product_1 .fra .hd {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }
    .product_1 .fra .list a {
        line-height: 48px;
        padding-left: 26px;
        font-size: 14px;
    }
    .caseDetail_1{
        width: calc(100% - 360px);
    }
    .caseDetail_2{
        width: 320px;
    }
    .about_11 {
        width: calc(100% - 290px);
    }
    .productDetail_12 {
        width: calc(100% - 500px);
    }
}
@media screen and (max-width: 1240px){
    header .top .link a{
        font-size: 14px;
        margin-right: 16px;
    }
    header .link .lgTab a{
        margin: 0;
        font-size: 12px;
    }
    header .nav li a{
        font-size: 14px;
        padding: 0 16px;
    }
    .home_1 .swiper-slide .btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .home_3 .rows .mImg img {
        max-width: 100%;
    }
    .home_3 .rows .info .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .home_3 .rows .info .type {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 30px;
    }
    .home_42 .fra {
        margin-top: 30px;
        padding: 0 12px;
    }
    .home_42 .fra .mImg {
        height: 244px;
    }
    .home_42 .fra .mImg img {
        max-height: 240px;
    }
    .home_42 .fra .tit {
        line-height: 54px;
        font-size: 14px;
    }
    .homeTitle .titEn p:first-child {
        font-size: 54px;
        line-height: 42px;
    }
    .homeTitle .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .home_8 .rows{
        margin-bottom: 60px;
        min-height: 370px;
    }
    .home_8 .rows .mImg {
        max-width: 50%;
    }
    .home_8 .rows .fra{
        top: 30px;
        height: 340px;
        margin-top: 0;
    }
    .home_8 .rows .fra .bg{
        height: 100%;
    }
    .home_8 .rows .info {
        top: 40px;
    }
    .home_8 .rows .info .tit {
        position: relative;
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 18px;
    }
    .home_8 .rows .info .tit {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 14px;
    }
    .home_8 .rows .info .txt p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
    }
    .home_5 {
        padding: 40px 0;
    }
    .home_92 .tit {
        font-size: 30px;
        line-height: 30px;
    }
    .home_92 .tit span {
        font-size: 14px;
    }
    .home_92 .btn a {
        width: 140px;
        height: 38px;
        line-height: 38px;
    }
    .home_9 {
        padding: 40px 0;
    }
    .home_42 .fra,
    .product_2.home_42 .fra,
    .case_1 .fra,
    .news_2 .fra {
        width: calc(33.333% - 20px);
        margin-right: 30px;
    }
    .product_2.home_42 .fra .mImg {
        height: 210px;
    }
    .contact_2{
        width: calc(100% - 530px);
    }
}
@media screen and (max-width: 1080px){
    html,
    body{
        overflow-x: hidden;
    }
    header .top .txt,
    header .center .txt,
    header .center .tel,
    header .bottom {
        display: none;
    }
    header .top .link a:first-child{
        display: block;
    }
    header{
        position: fixed;
        height: 60px;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
        z-index: 999;
    }
    .content{
        width: 100%;
        padding: 0 15px;
    }
    section{
        margin-top: 60px;
    }
    header .center .logo {
        line-height: 60px;
    }
    header .center .logo img{
        height: 42px;
    }
    header .top .link {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, .15);
        border-radius: 0;
        height: auto;
        transform: translateX(105%);
        -webkit-transform: translateX(105%);
        -moz-transform: translateX(105%);
        transition: .5s;
        -webkit-transition: .5s;
        padding-bottom: 40px;
    }

    header .top .link.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    header .top .link a{
        display: block;
        float: none;
        padding: 0 15px;
        font-size: 16px;
        margin: 0;
    }
    header .hdBtn {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 32px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
        z-index: 3;
        margin-top: 14px;
    }

    header .hdBtn span {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 30px;
        background: #1E47AE;
        top: 50%;
        right: 8px;
        margin-top: -2px;
    }

    header .hdBtn span::before {
        content: " ";
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 30px;
        background: #1E47AE;
        top: 8px;
    }

    header .hdBtn span::after {
        content: " ";
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 30px;
        background: #1E47AE;
        top: -8px;
    }

    header .hdBtn.close span {
        height: 0;
    }

    header .hdBtn.close span::before {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        top: 0;
    }

    header .hdBtn.close span::after {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        top: 0;
    }
    header .lgTab{
        top: auto;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0 15px;
        line-height: 40px;
    }
    header .link .lgTab a{
        display: inline-block;
        padding: 0;
    }
    header .link .lgTab a:first-child {
        display: inline-block;
    }
    .home_1 .swiper-slide img{
        height: 190px;
    }
    .home_1 .swiper-slide .btn{
        left: 15px;
        bottom: 20px;
        width: 110px;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }
    .home_1 .swiper-button-btn,
    .home_2 .hotSearch {
        display: none;
    }
    .home_1 .swiper-pagination {
        bottom: 10px;
        padding-right: 15px;
        font-size: 14px;
    }
    .home_2 form{
        width: 100%;
    }
    .home_3 .rows {
        margin-top: 30px;
    }
    .home_3 .rows .info,
    .home_3 .rows .mImg {
        width: 100%;
    }
    .home_3 .rows .info .lable {
        line-height: 24px;
        border-radius: 12px;
        font-size: 12px;
        width: 84px;
        margin-bottom: 12px;
    }
    .home_3 .rows .info .tit {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .home_3 .rows .info .type {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 16px;
    }
    .home_3 .rows .info .txt{
        height: 78px;
    }
    .home_3 .rows .info .txt p,
    .home_3 .rows .info .txt div {
        line-height: 26px !important;
    }
    .home_3 .rows .info .btn {
        line-height: 26px;
        font-size: 14px;
    }
    .home_3 .rows .mImg{
        line-height: inherit;
        margin: 10px 0;
    }
    .home_41{
        display: block;
        padding: 0;
    }
    .home_41 span{
        width: calc(50% - 6px);
        margin-left: 0;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .home_41 span:nth-of-type(2n){
        margin-right: 0;
    }
    .home_4 {
        padding: 30px 0;
    }
    .home_42 .fra,
    .product_2.home_42 .fra,
    .case_1 .fra,
    .news_2 .fra {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .home_42 .fra:nth-of-type(3n) {
        margin-right: 12px;
    }

    .home_42 .fra:nth-of-type(2n) {
        margin-right: 0;
    }
    .home_42 .fra {
        margin-top: 16px;
        padding: 0 12px;
    }
    .home_42 .fra .mImg {
        height: 160px;
    }
    .home_42 .fra .mImg img {
        max-height: 150px;
    }
    .home_42 .fra .tit {
        line-height: 40px;
    }
    .home_42 .fra .zMode{
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .home_42 .fra .zMode a:first-child{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .home_42 .fra:hover .zMode{
        opacity: 0;
    }
    .moreBtn {
        width: 140px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 38px;
        height: 38px;
    }
    .homeBanner_1{
        display: none;
    }
    .home_6{
        padding: 30px 15px;
    }
    .homeTitle {
        margin-bottom: 20px;
    }
    .home_61 {
        height: auto;
        background-size: auto 100%;
        padding: 20px 15px;
    }
    .home_61 .hd {
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    .home_611 {
        height: 320px;
    }
    .home_61 .center {
        width: 100%;
        padding-top: 22px;
    }
    .home_61 .center {
        padding-top: 50px;
    }
    .home_61 .center .tit {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .home_61 .center .titEn {
        line-height: 12px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .home_61 .center .info {
        width: 100%;
        padding: 20px 12px;
        color: #fff;
        line-height: 26px;
    }
    .home_61 .center .btn {
        position: initial;
        width: 100%;
        margin-top: 20px;
    }
    .home_61 .center .btn a{
        width: calc(50% - 6px);
        margin-right: 12px;
        display: block;
        float: left;
        margin-left: 0;
    }
    .home_61 .center .btn a:last-child{
        margin-right: 0;
    }
    .home_7 {
        padding: 30px 0;
    }
    .home_7 .swiper {
        padding: 0;
    }
    .home_71 .swiper-button-btn{
        display: none;
    }
    .home_8 {
        margin-top: 30px;
    }
    .home_8 .rows .mImg {
        max-width: 100%;
        float: none;
    }
    .home_8 .rows .fra {
        top: 0;
        height: auto;
        margin-top: 15px;
        position: relative;
        width: 100%;
        padding-right: 22px;
    }
    .home_8 .rows .fra .bg {
        width: 0;
        height: 0;
        background: transparent;
    }
    .home_8 .rows .info {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .home_8 .rows .info .tit {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px;
    }
    .home_8 .rows .info .txt{
        margin-top: 15px;
    }
    .home_8 .rows .info .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 7px;
    }
    .home_8 .rows:nth-of-type(2n) .mImg {
        float: none;
    }
    .home_8 .rows:nth-of-type(2n) .fra {
        padding-left: 22px;
    }
    .home_8 .rows:nth-of-type(2n) .info {
        left: 0;
    }
    .homeBanner_2{
        display: none;
    }
    .home_8 .rows {
        margin-bottom: 30px;
        min-height: auto;
    }
    .home_51 {
        height: auto;
        padding: 30px 20px 0 20px;
        background-size: auto 100%;
        background-position: center;
    }
    .home_51 .swiper-slide{
        margin-top: 0 !important;
    }
    .home_51 .swiper-slide img{
        object-fit: contain;
    }
    .home_9 {
        padding: 30px 0;
        background-size: auto 100%;
        margin-top: 30px;
    }
    .home_91 img {
        width: 100%;
        height: auto;
    }
    .home_92 {
        width: 100%;
        margin-top: 20px;
        height: auto;
        padding: 15px 20px;
    }
    .home_92 .tit {
        font-size: 24px;
        line-height: 24px;
    }
    .home_92 .tit span {
        font-size: 12px;
    }
    .home_92 .btn{
        width: 100%;
    }
    .home_92 .btn a {
        width: calc(50% - 6px);
    }
    .home_10{
        padding: 30px 15px;
    }
    .home_101 span{
        width: calc(33.333% - 10px);
        margin: 0 5px;
        line-height: 38px;
        height: 38px;
    }
    .home_102 .fra {
        width: 100%;
        border-right:0;
    }
    .home_102 .mImg img {
        width: 100%;
        height:200px;
        display: block;
        object-fit: cover;
    }
    .home_102 .info {
        width: 100%;
        margin-left: 0;
        padding-top: 15px;
    }
    .home_102 .info .tit {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .home_102 .info .txt {
        line-height: 22px;
        margin-bottom: 15px;
    }
    .home_102 .info .btn {
        width: 110px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }
  .home_102 .list{
        display:none;
  }
    .home_102 .list .mode {
        width: 100%;
        padding-right: 0;
    }
    .home_102 .rows {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .home_102 .list .txt {
        margin-top: 5px;
        line-height: 22px;
        padding-left: 0;
    }
    .home_102 .rows a {
        padding-left: 10px;
        font-size: 14px;
        line-height: 28px;
    }
    .home_102 .rows a:first-child {
        line-height: 14px;
        padding-bottom: 7px;
    }
    .moreBtn {
        width: 110px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 34px;
        height: 34px;
    }
    .home_10 .moreBtn {
        line-height: 34px;
    }
    footer{
        padding: 30px 0 80px 0;
    }
    .ft_2{
        display: none;
    }
    footer .title .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    footer .title {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }
    .ft_1 .name {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .ft_1 .info {
        width: 100%;
    }
    .ft_1 .info>div {
        line-height: 30px;
        color: #FFFFFF;
    }
    .ft_1 .info div span,.ft_1 .info div a{color: #FFFFFF;}
    .ft_1 .txt {
        margin-top: 20px;
        line-height: 28px;
    }
    .ft_3 {
        margin-top: 20px;
    }
    .floatWindow{
        width: 100%;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        border-top: 1px solid #EBEBEB;
    }
    .floatWindow a{
        width: 25%;
        margin: 0;
        border-radius: 0;
        border: 0;
        border-right: 1px solid #EBEBEB;
    }
    .floatWindow a:last-child{
        border-right: 0;
    }
    .bannerHd .bg{
        height: 160px;
    }
    .case_1 .fra:nth-of-type(3n){
        margin-right: 12px;
    }

    .case_1 .fra:nth-of-type(2n) {
        margin-right: 0;
    }
    .home_71 .mImg img{
        height: 210px;
    }
    .case_1.home_71 .mImg img{
        height: 96px;
    }
    .case_1.home_71 .mImg {
        padding: 2px;
        margin-bottom: 10px;
    }
    .case_1.home_71 .tit {
        margin-bottom: 7px;
    }
    .case_1.home_71 .txt {
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .case .subNav,
    .subNav {
        margin: 0;
        margin-bottom: 10px;
    }
    .case_2 a:first-child,
    .case_2 a:last-child{
        width: 30px;
        height: 30px;
    }
    .case_2 a{
        margin: 0 5px;
    }
    .case {
        padding-bottom: 30px;
    }
    .bannerHd .title{
        border: 0;
        height: auto;
        margin-top: -29px;
    }
    .bannerHd .title::before,
    .bannerHd .title::after{
        display: none;
    }
    .bannerHd .title .tit {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .bannerHd .title .tit::before {
        width: 42px;
        height: 2px;
        margin-left: -21px;
    }
    .bannerHd .title .titEn {
        font-size: 14px;
        line-height: 14px;
    }
    .caseDetail_1 {
        width: 100%;
    }
    .caseDetail_1 .title {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 15px;
        line-height: initial;
    }
    .casePages .link{
        width: 100%;
    }
    .casePages .goBack{
        margin-top: 15px;
        width: 100%;
        line-height: 40px;
        height: 40px;
    }
    .caseDetail_2 {
        width: 100%;
        margin-top: 20px;
    }
    .caseDetail_2 .hd {
        line-height: 40px;
        font-size: 18px;
    }
    .caseDetail {
        padding-bottom: 30px;
    }
    .floatWindow a:hover .tel{
        display: none;
    }
    .floatWindow a:hover {
        border-color: #EBEBEB;
        background-color: #fff;
    }

    .floatWindow a:hover>img:first-child {
        display: inline-block;
    }

    .floatWindow a:hover>img:nth-child(2) {
        display: none;
    }
    .floatWindow a .code {
        right: auto;
        padding: 8px;
        top: auto;
        margin-top: 0;
        bottom: calc(100% + 10px);
        left: 50%;
        margin-left: -60px;
        width: 120px;
    }
    .floatWindow a .code img{
        width: 100%;
        height: auto;
        display: block;
    }
    .floatWindow a .code p{
        display: none;
    }
    .subNav .link{
        margin-top: 20px;
        width: 100%;
    }
    .subNav .link a{
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .subNav .link a:nth-of-type(2n){
        margin-right: 0;
    }
    .news .titles {
        margin-bottom: 30px;
    }
    .news .titles .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .news_1 .fra {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_1 .fra .mImg img {
        height: 200px;
    }
    .news_1 .fra .info {
        margin-top: 15px;
        padding: 0;
    }
    .news_1 .fra .info .tit {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 7px;
    }
    .news_1 .fra .info .txt {
        margin-bottom: 12px;
    }
    .news_1 .fra .info .des span{
        float: right;
        font-size: 12px;
    }
    .news_1 .fra .info .des span:first-child{
        float: left;
        margin-right: 0;
    }
    .news_2 {
        padding: 30px 0;
    }
    .news_2 .fra{
        margin-bottom: 15px;
    }
    .news_2 .fra:nth-of-type(3n){
        margin-right: 12px;
    }
    .news_2 .fra:nth-of-type(2n){
        margin-right: 0;
    }
    .news_2 .fra .mImg img{
        height: 130px;
    }
    .news_2 .fra .info {
        padding: 15px 12px;
    }
    .news_2 .fra .info .tit {
        font-size: 16px;
        line-height: 16px;
    }
    .news_2 .fra .info .txt{
        margin: 7px 0;
        min-height: 48px;
    }
    .news_2 .fra .info .des {
        font-size: 12px;
    }
    .about_11 {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .about_11 .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .about_12 {
        width: 100%;
    }
    .about_12 .fra .hd {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .about_12 .fra:first-child .rows {
        margin-bottom: -20px;
    }
    .about_12 .fra .rows {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 24px;
    }
    .about_12 .fra .rows span {
        font-size: 12px;
    }
    .about_12 .fra:first-child {
        padding-bottom: 20px;
    }
    .about_12 .fra {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .about_2 {
        padding: 30px 0;
    }
    .about_2 .title .tit {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .about_21 {
        padding: 0;
    }
    .about_21 .swiper-button-btn{
        display: none;
    }
    .about_21 .home_42 .fra{
        margin: 0;
        box-shadow: none;
    }
    .about_21 .home_42 {
        padding: 0;
    }
    header .top .link a.pro{
        display: block;
    }
    .product_1{
        display: none;
    }
    .product_2 {
        width: 100%;
    }
    .product_2.home_42 .fra{
        margin-bottom: 16px;
    }
    .product_2.home_42 .fra .mImg{
        height: 160px;
    }
    .product_2.home_42 .fra .tit{
        line-height: 40px;
    }
    .product_2.home_42 .fra:nth-of-type(3n){
        margin-right: 12px;
    }

    .product_2.home_42 .fra:nth-of-type(2n) {
        margin-right: 0;
    }
    .productDetail_11,
    .productDetail_12 {
        width: 100%;
    }
    .productDetail_11 .swiper1 .swiper-slide {
        height: 360px;
    }
    .productDetail_11 .swiper2 {
        padding: 0 20px;
    }
    .productDetail_11 .swiper2 .swiper-slide {
        height: 72px;
    }
    .productDetail_11 .swiper2 .swiper-slide::after{
        border-width: 3px;
    }
    .productDetail_12 {
        padding-top: 20px;
    }
    .productDetail_12 .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .productDetail_12 .type {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .productDetail_12 .txt {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .productDetail_12 .btn {
        width: 140px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
    }
    .productDetail_2 .hd span {
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .productDetail_2 .center{
        padding: 20px 0;
    }
    .productDetail_2{
        padding-bottom: 30px;
    }
    .contact_1{
        width: 100%;
    }
    .contact_2 {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 20px;
        padding: 20px 15px;
    }
    .contact .subNav {
        margin-bottom: 20px;
    }
    .contact .titles {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .contact .titles::before {
        width: 72px;
    }
    .contact .titles::after{
        width: 24px;
    }
    .contact .tits {
        margin-top: 12px;
    }
    .contact_1 .txt {
        margin-top: 40px;
    }
    .contact_1 .txt>div {
        line-height: 40px;
    }
    .contact_1 .qrCode {
        top: 72px;
    }
    .contact_1 .qrCode img {
        width: 80px;
        height: 80px;
    }
    .contact_1 .qrCode p{
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px;
    }
    .contactInfo{
        padding-bottom: 30px;
    }
    .contact_2 .tits {
        margin-bottom: 20px;
        line-height: inherit;
    }
    .contact_2 .fGroup{
        margin-top: 15px;
        padding-bottom: 5px;
    }
    .contact_2 .fGroup label{
        line-height: 14px;
        font-size: 14px;
    }
    .contact_2 button {
        height: 36px;
        font-size: 14px;
        margin-top: 20px;
    }
    .contact_3 {
        height: 260px;
    }
    .about_12 .fra .btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    
    .home_51 .rows .fra {
        width: 50%;
        margin-bottom: 20px;
    }
    .home_51 .rows .hd {
        font-size: 18px;
        line-height: 18px;
    }
    .downLoad_2 li>div p:first-child {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .downLoad_2 li {
        padding: 12px 0;
    }
    .downLoad_2 li:first-child{
        padding-top: 0;
    }
    .downLoad_2 li>div p:last-child {
        font-size: 12px;
    }
    .downLoad_2 li>a {
        margin-top: 15px;
        width: 96px;
        line-height: 30px;
    }

}
