@import url(http://static.0551seo.cn/base/bootstarp-icon.min.css);:root {
    --theme-color:#222;--theme-color-transparency_5:#fff;--theme-color-transparency_7:#fff}

body {
    font-family: MicrosoftYaHei-Bold;
    background-color: #f9f9f9
}

body .pickerBox {
    position: absolute;
    left: 50px;
    top: 100px;
    max-width: 1200px
}

body .pickerBox .picker {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 0;
    opacity: .4
}

body .pickerBox .picker:hover {
    opacity: 1;
    transition: all .2s ease
}

body a {
    text-decoration: none !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }

    .show-xs {
        display: block !important
    }

    .pc_banner {
        display: none !important
    }

    .m_banner {
        display: block !important
    }
}

@media (max-width: 992px) {
    .hiddex-lg {
        display:none
    }
}

@media (max-width: 1140px) {
    .hiddex-xl {
        display:none
    }
}

#advantage {
    position: relative;
    top: -27px;
    z-index: 1
}

#advantage .advan1 .line {
    width: 100%;
    height: 27px;
    background-color: var(--theme-color)
}

#advantage .advan1 .content {
    background-color: #f9f9f9
}

#advantage .advan1 .content .container {
    background-color: #fff;
    display: flex;
    justify-content: space-between
}

#advantage .advan1 .content .container .list {
    flex: 1;
    text-align: center;
    border-right: 2px solid #959494;
    padding: 77px 0
}

#advantage .advan1 .content .container .list .title {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 32px;
    padding-bottom: 20px
}

#advantage .advan1 .content .container .list .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202;
    line-height: 23px
}

#advantage .advan1 .content .container .list:last-child {
    border-right: none
}

#advantage .advan2 {
    background-color: #f9f9f9;
    padding-top: 30px
}

#advantage .advan2 .common-title {
    text-align: center
}

#advantage .advan2 .common-title .t-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0167af;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 34px
}

/*  #advantage .advan2 .common-title .t-title::after {
    content: " ";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0167af;
    position: absolute;
    top: 56px;
    right: 66px;
   
}  */

#advantage .advan2 .common-title .s-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px
}

#advantage .advan2 .common-title .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

@media (max-width: 768px) {
    #advantage .advan2 .common-title .t-title {
        font-size:22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #advantage .advan2 .common-title .t-title::after {
        width: 10px;
        height: 10px;
        border: 3px solid var(--theme-color);
        top: 2px;
        right: -15px
    }

    #advantage .advan2 .common-title .s-title {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #advantage .advan2 .common-title .desc {
        font-size: 16px
    }
}

#advantage .advan2 .container {
    background-color: #fff;
    padding: 0;
    padding-top: 64px
}

#advantage .advan2 .container .content {
    margin-top: 48px;
    position: relative
}

#advantage .advan2 .container .content .img-list .img {
    width: 100%;
    height: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

#advantage .advan2 .container .content .img-list .img img {
    max-width: 100%;
    height: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

#advantage .advan2 .container .content .img-list .img.active {
    height: auto
}

#advantage .advan2 .container .content .img-list .img.active img {
    height: auto
}

#advantage .advan2 .container .content .text-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    display: flex;
    justify-content: space-between
}

#advantage .advan2 .container .content .text-list .left {
    padding-left: 39px;
    max-height: 570px
}

#advantage .advan2 .container .content .text-list .left::-webkit-scrollbar {
    width: 4px;
    height: 1px
}

#advantage .advan2 .container .content .text-list .left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(97,184,179,0.1);
    background: #78b4b4
}

#advantage .advan2 .container .content .text-list .left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(87,175,187,0.1);
    border-radius: 10px;
    background: #ededed
}

#advantage .advan2 .container .content .text-list .left.scoll {
    overflow-y: scroll
}

#advantage .advan2 .container .content .text-list .left .icon {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 0;
    cursor: pointer
}

#advantage .advan2 .container .content .text-list .left .icon:hover div {
    border: 9px solid rgba(0,145,217,0.3)
}

#advantage .advan2 .container .content .text-list .left .icon:hover div .iconfont {
    background-color: #0191da;
}

#advantage .advan2 .container .content .text-list .left .icon:hover .ti {
    background-color: rgba(249,249,249,0.67);
    color: #020202
}

#advantage .advan2 .container .content .text-list .left .icon:hover .ti a {
    color: #020202
}

#advantage .advan2 .container .content .text-list .left .icon.active div {
    border: 9px solid rgba(0,145,217,0.3)
}

#advantage .advan2 .container .content .text-list .left .icon.active div .iconfont {
    background-color: #0191da;
}

#advantage .advan2 .container .content .text-list .left .icon.active .ti {
    background-color: rgba(249,249,249,0.67);
    color: #020202
}

#advantage .advan2 .container .content .text-list .left .icon.active .ti a {
    color: #020202
}

#advantage .advan2 .container .content .text-list .left .icon div {
    display: inline-block;
    border: 9px solid transparent;
    margin-right: -15px;
    border-radius: 50%;
    position: relative
}

#advantage .advan2 .container .content .text-list .left .icon div .iconfont {
    font-size: 50px;
    display: inline-block;
    width: 77px;
    height: 77px;
    text-align: center;
    line-height: 77px;
    color: #fff;
    background-color: #0167af;
    border-radius: 50%
}

#advantage .advan2 .container .content .text-list .left .icon .ti {
    width: 292px;
    background-color: rgb(1, 103, 175,0.67);
    padding: 12px 0 12px 70px;
    
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fefefe;
    line-height: 18px;
    margin-left: -30px
}

#advantage .advan2 .container .content .text-list .left .icon .ti a {
    color: #fefefe
}

#advantage .advan2 .container .content .text-list .left .ellipsis {
    text-align: center;
    display: none
}

#advantage .advan2 .container .content .text-list .left .ellipsis.circle {
    display: block
}

#advantage .advan2 .container .content .text-list .left .ellipsis p {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 5px
}

#advantage .advan2 .container .content .text-list .right {
    width: 36%;
    padding-right: 80px;
    padding-top: 80px;
    text-align: right
}

#advantage .advan2 .container .content .text-list .right .list {
    display: none
}

#advantage .advan2 .container .content .text-list .right .list.active {
    display: block
}

#advantage .advan2 .container .content .text-list .right .list .title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #fefefe;
    line-height: 35px;
    margin-bottom: 50px;    text-shadow: 1px 0px #000;
}

#advantage .advan2 .container .content .text-list .right .list .descibetion {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fefefe;
    line-height: 35px;text-shadow: 1px 0px #000;
}

@media (max-width: 1600px) {
    #advantage .advan2 .container .content .text-list {
        top:10px
    }
}

@media (max-width: 1500px) {
    #advantage .advan2 .container .content .text-list {
        top:40px
    }

    #advantage .advan2 .container .content .text-list .left .icon div .iconfont {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 40px
    }

    #advantage .advan2 .container .content .text-list .left .icon .ti {
        width: 240px;
        padding-left: 50px
    }

    #advantage .advan2 .container .content .text-list .right .list .title {
        font-size: 30px;
        margin-bottom: 12px
    }
}

@media (max-width: 1200px) {
    #advantage .advan1 .content .container .list {
        padding:50px 15px
    }

    #advantage .advan1 .content .container .list .title {
        font-size: 22px
    }

    #advantage .advan1 .content .container .list .desc {
        font-size: 16px
    }

    #advantage .advan2 .container .content .text-list {
        top: 10px
    }

    #advantage .advan2 .container .content .text-list .left .icon {
        margin: 0
    }

    #advantage .advan2 .container .content .text-list .left .icon div .iconfont {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 32px
    }

    #advantage .advan2 .container .content .text-list .left .icon .ti {
        width: 240px;
        padding-left: 50px;
        font-size: 16px;
        padding: 7px 0 7px 50px
    }

    #advantage .advan2 .container .content .text-list .right .list .title {
        font-size: 24px;
        margin-bottom: 12px
    }

    #advantage .advan2 .container .content .text-list .right .list .descibetion {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width: 1000px) {
    #advantage .advan2 .container .content .text-list {
        position:relative;
        background-color: initial;
        padding: 0 15px;
        top: 10px;
        display: block
    }

    #advantage .advan2 .container .content .text-list .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        overflow: auto
    }

    #advantage .advan2 .container .content .text-list .left .icon {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: inline-flex;
        margin: 0
    }

    #advantage .advan2 .container .content .text-list .left .icon div .iconfont {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 32px
    }

    #advantage .advan2 .container .content .text-list .left .icon .ti {
        width: 240px;
        padding-left: 50px;
        font-size: 16px;
        padding: 7px 0 7px 50px
    }

    #advantage .advan2 .container .content .text-list .right {
        width: 100%;
        text-align: center;
        padding: 15px
    }

    #advantage .advan2 .container .content .text-list .right .list .title {
        font-size: 24px;
        margin-bottom: 12px;
        color: #020202
    }

    #advantage .advan2 .container .content .text-list .right .list .descibetion {
        font-size: 16px;
        line-height: 28px;
        color: #020202
    }
}

@media (max-width: 768px) {
    #advantage {
        top:0
    }

    #advantage .advan1 .content .container {
        display: block
    }

    #advantage .advan1 .content .container .list {
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid #959494
    }

    #advantage .advan1 .content .container .list .title {
        font-size: 18px;
        padding-bottom: 0
    }

    #advantage .advan1 .content .container .list .desc {
        font-size: 16px;
        line-height: 20px
    }

    #advantage .advan1 .content .container .list:last-child {
        border-bottom: none
    }

    #advantage .advan2 {
        background-color: initial
    }

    #advantage .advan2 .container {
        padding-top: 0
    }

    #advantage .advan2 .container .content {
        margin-top: 20px
    }

    #advantage .advan2 .container .content .text-list {
        position: relative;
        background-color: initial;
        top: 0;
        display: block
    }

    #advantage .advan2 .container .content .text-list .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        overflow: auto
    }

    #advantage .advan2 .container .content .text-list .left .icon {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: inline-flex;
        margin: 0
    }

    #advantage .advan2 .container .content .text-list .left .icon div .iconfont {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 32px
    }

    #advantage .advan2 .container .content .text-list .left .icon .ti {
        width: 240px;
        padding-left: 50px;
        font-size: 16px;
        padding: 7px 0 7px 50px
    }

    #advantage .advan2 .container .content .text-list .right {
        width: 100%;
        text-align: center;
        padding: 0
    }

    #advantage .advan2 .container .content .text-list .right .list .title {
        font-size: 18px;
        margin-bottom: 12px;
        color: #020202
    }

    #advantage .advan2 .container .content .text-list .right .list .descibetion {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #020202
    }
}

@media (min-width: 1500px) {
    #advantage .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    #advantage .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    #advantage .container {
        max-width:1650px
    }
}

#about {
    background-color: #f9f9f9
}

#about .container {
    padding-top: 106px
}

#about .container .common-title {
    text-align: center
}

 #about .container .common-title .t-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0167af;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 23px
} 

/* #about .container .common-title .t-title::after {
      content: " ";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0167af;
    position: absolute;
    top: 56px;
    left:0px;
} */

#about .container .common-title .s-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px
}

#about .container .common-title .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

@media (max-width: 768px) {
    #about .container .common-title .t-title {
        font-size:22px;
        line-height: 20px;
        margin-bottom: 7px
    }

  /*   #about .container .common-title .t-title::after {
        width: 10px;
        height: 10px;
        border: 3px solid var(--theme-color);
        top: 2px;
        right: -15px
    } */

    #about .container .common-title .s-title {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #about .container .common-title .desc {
        font-size: 16px
    }
}

#about .container .left {
    padding-left: 80px;
    padding-right: 65px
}

#about .container .left .common-title {
    text-align: left;
    
}

#about .container .left .common-title .s-title {
    padding-bottom: 20px
}

#about .container .left .content {
    padding: 25px 0 25px;

}

#about .container .left .content .describetion {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #333;
    line-height: 53px
}

#about .container .left .content .describetion span {
    font-weight: 400
}

#about .container .left .content .circle {
       margin-top: 20px;
    border: 1px solid #0191da;
    width: 120px;
    text-align: center;
    padding: 10px;
}

#about .container .left .content .circle span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    margin: 0 5px;
    border-radius: 50%
}

#about .container .left .ab-list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px
}

#about .container .left .ab-list .li_1 .num {
    color: #50b3e3;
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    line-height: 50px
}

#about .container .left .ab-list .li_1 .text {
    font-size: 18px;
    color: #010101
}

#about .container .right {
    padding-right: 0;
    text-align: center
}

#about .container .right img {
    max-width: 100%;
    height: auto;animation: scale 25s infinite;
}
#about .container .right:hover img{
     opacity:1;animation:rotate .8s ease; -webkit-animation:rotate .8s ease;
}
.section_three{padding:100px 0 30px;}
.case_lt{float:left;width:50%;}
.case_rt{float:right;width:50%;}
.caLt_list{position: relative;}
.caLt_list img{max-width: 100%;max-height: 100%;width:100%;}
.caLt_list dd{position: absolute;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,.2);}
.caLt_list dd a{display: block;padding:0 10%;height:110px;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
.caLt_list dd a h3{font-size: 36px;color:#fff;font-weight: bold;line-height:40px;height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.caLt_list dd a b{display: block;width:85px;border-top:1px solid #fff;margin:20px 0 20px;}
.caLt_list dd a p{color:#fff;font-size:24px;height:30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.caRt_list {float: left;width: 32%;
    margin-left: 1%;text-align: center;position: relative;}
.caRt_list dd{position: absolute;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,.3);}
.caRt_list img{max-width: 100%;max-height: 100%;}
.caRt_list dd b{display: block;width:55px;border-top:1px solid #fff;margin:0 auto;}
.caRt_list dd h3{font-size: 16px;color:#fff;line-height:24px;height:24px;margin:0 0 30px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.caRt_list dd b.b_one{opacity: 0;}
.caRt_list dd img{opacity: 0;}
.caRt_list dd a{display: block; height:55px;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
 
@media (max-width: 767px) {

   .caRt_list {float: left;width: 100%;margin-bottom:10px;
    margin-left: 0;text-align: center;position: relative;}
    .section_three{padding:40px 0;}
    .case_lt{float:none;width:100%;}
    .case_rt{float:none;width:100%;}
    .caLt_list dd a{padding:0 5%;height:85px;}
    .caLt_list dd a h3{font-size: 22px;line-height: 30px;height:30px;}
    .caLt_list dd a b{margin:15px 0;}
    .caLt_list dd a p{font-size: 16px;line-height: 24px;height:24px;}
    .caRt_list dd h3{margin-bottom:15px;}
    .caRt_list dd b{width:45px;}
    .caRt_list dd a{height:40px;}

 


}


 

@media (min-width: 768px){

    .caRt_list:hover dd {background: rgba(0,106,201,.9);}
    .caRt_list:hover dd a{height:125px;}
    .caRt_list:hover dd b.b_one{opacity: 1;}
    .caRt_list:hover dd b.b_two{opacity: 0;}
    .caRt_list:hover dd img{opacity:1;}
    .caRt_list:hover dd h3{margin-top:30px;}

 

}


 

@media (max-width: 1300px) {
    #about .container .left {
        padding:0 15px
    }
	
}

@media (max-width: 768px) {
    #about .container {
        padding-top:25px
    }

    #about .container .left {
        padding: 0 15px
    }

    #about .container .left .common-title {
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 1px solid #959494
    }

    #about .container .left .common-title .s-title {
        padding-bottom: 8px
    }

    #about .container .left .content {
        padding: 15px 0;
        border-bottom: 1px solid #959494
    }

    #about .container .left .content .describetion {
        font-size: 16px;
        line-height: 24px
    }

    #about .container .left .content .circle {
        text-align: center;
        margin-top: 12px
    }

    #about .container .left .content .circle span {
        width: 10px;
        height: 10px
    }

    #about .container .left .ab-list {
        display: block;
        margin-top: 5px
    }

    #about .container .left .ab-list .li_1 {
        margin-top: 5px;
        text-align: center
    }

    #about .container .left .ab-list .li_1 .num {
        font-size: 24px;
        line-height: 35px
    }

    #about .container .left .ab-list .li_1 .text {
        font-size: 16px
    }

    #about .container .right {
        padding-right: 15px
    }
}

@media (min-width: 1500px) {
    #about .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    #about .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    #about .container {
        max-width:1650px
    }
}

#application {
    margin-top: 130px
}

#application .container {
   /*  background-image: url(../images/application-bg.jpg); */
   background:#fff;
    background-size: 100% 100%;
    padding: 89px 40px 56px
}
#application .conner {
    background-image: url(../images/application-bg.jpg); 
 
    background-size: 100% 100%;
    padding: 89px 40px 56px
}
#application .container .common-title {
    text-align: center
}

#application .container .common-title .t-title {
       font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0167af;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 43px;
}

/* #application .container .common-title .t-title::after {
      content: " ";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0167af;
    position: absolute;
    top: 56px;
    left: 30px;
} */

#application .container .common-title .s-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px
}

#application .container .common-title .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

@media (max-width: 768px) {
    #application .container .common-title .t-title {
        font-size:22px;
        line-height: 20px;
        margin-bottom: 7px
    }

   /*  #application .container .common-title .t-title::after {
        width: 10px;
        height: 10px;
        border: 3px solid var(--theme-color);
        top: 2px;
        right: -15px
    } */

    #application .container .common-title .s-title {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #application .container .common-title .desc {
        font-size: 16px
    }
}

#application .container .content {
    margin-top: 84px
}

#application .container .content .li {
    padding: 0 45px;
    margin-bottom: 65px
}

#application .container .content .li .list {
    position: relative;
    cursor: pointer
}

#application .container .content .li .list:hover .text {
    transform: scale(1)
}

#application .container .content .li .list .img img {
    max-width: 100%;
    height: auto
}

#application .container .content .li .list .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15,15,15,0.6);
    top: 0;
    left: 0;
    padding: 9px;
    transform: scale(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

#application .container .content .li .list .text>div {
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#application .container .content .li .list .text>div>div {
    text-align: center;
    color: #fff
}

#application .container .content .li .list .text>div>div .ch {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #f9f9f9;
    line-height: 32px
}

#application .container .content .li .list .text>div>div .en {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #f9f9f9;
    line-height: 32px
}

@media (max-width: 1300px) {
    #application .container .content {
        margin-top:20px
    }

    #application .container .content .li {
        padding: 0 30px;
        margin-bottom: 45px
    }
}

@media (max-width: 768px) {
    #application {
        margin-top:25px
    }

    #application .container {
        padding: 20px
    }

    #application .container .content .li {
        padding: 0 15px;
        margin-bottom: 15px
    }
}

@media (min-width: 1500px) {
    #application .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    #application .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    #application .container {
        max-width:1650px
    }
}

#cooperation {
    padding: 88px 15px 103px;background:#fff;
}

#cooperation .container {
    padding: 0 65px;
	background:#fff;
}

#cooperation .container .common-title {
    text-align: center
}

#cooperation .container .common-title .t-title {
   font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0167af;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 43px;
}
/* 
#cooperation .container .common-title .t-title::after {
      content: " ";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0167af;
    position: absolute;
    top: 56px;
    left: 30px;
}
 */
#cooperation .container .common-title .s-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px
}

#cooperation .container .common-title .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

@media (max-width: 768px) {
    #cooperation .container .common-title .t-title {
        font-size:22px;
        line-height: 20px;
        margin-bottom: 7px
    }

  /*   #cooperation .container .common-title .t-title::after {
        width: 10px;
        height: 10px;
        border: 3px solid var(--theme-color);
        top: 2px;
        right: -15px
    } */

    #cooperation .container .common-title .s-title {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #cooperation .container .common-title .desc {
        font-size: 16px
    }
}

#cooperation .container .content {
    margin-top: 74px
}

#cooperation .container .content .swiper-wrapper {
    padding: 20px 0
}

#cooperation .container .content .swiper-wrapper .swiper-slide {
    box-shadow: 0 4px 9px 0 rgba(14,5,10,0.16)
}

#cooperation .container .content .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: auto
}

@media (max-width: 768px) {
    #cooperation {
        padding:25px 15px
    }

    #cooperation .container {
        padding: 0 15px
    }

    #cooperation .container .content {
        margin-top: 8px
    }
}

@media (min-width: 1500px) {
    #cooperation .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    #cooperation .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    #cooperation .container {
        max-width:1650px
    }
}

#news {
   /*  padding-bottom: 117px */
}

#news .container {
    padding: 61px 65px;
   /*  background-color: #fff */
}

#news .container .common-title {
    text-align: center
}

#news .container .common-title .t-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0167af;
    line-height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 43px;
}

/* #news .container .common-title .t-title::after {
        content: " ";
    display: block;
    width: 83px;
    height: 3px;
    background-color: #0167af;
    position: absolute;
    top: 56px;
    left: 30px;

}
 */
#news .container .common-title .s-title {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #020202;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px
}

#news .container .common-title .desc {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

@media (max-width: 768px) {
    #news .container .common-title .t-title {
        font-size:22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    /* #news .container .common-title .t-title::after {
        width: 10px;
        height: 10px;
        border: 3px solid var(--theme-color);
        top: 2px;
        right: -15px
    }
 */
    #news .container .common-title .s-title {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 7px
    }

    #news .container .common-title .desc {
        font-size: 16px
    }
}

#news .container .content {
    margin-top: 84px
}

#news .container .content .list {
    padding: 15px;
	background:#fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
	box-shadow: 0 4px 9px 0 rgba(14,5,10,0.16)
}

#news .container .content .list:hover {
    box-shadow: 0 4px 9px 0 rgba(14,5,10,0.16)
}

#news .container .content .list:hover a .img img {
    transform: scale(1.05)
}

#news .container .content .list a {
    display: inline-block;
    width: 100%;
    height: auto;
   /*  border-bottom: 1px solid #626262; */
    padding-bottom: 15px
}

#news .container .content .list a .title {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #0063ac;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#news .container .content .list a .img {
    overflow: hidden;
    margin: 33px 0 25px
}

#news .container .content .list a .img img {
    max-width: 100%;
    height: auto;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

#news .container .content .list a .text {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202;
    text-align: justify;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

#news .container .content .list a .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #020202;
    margin-top: 20px
}

#news .container .content .list a .time .iconfont {
    width: 26px;
    height: 26px;
    border: 1px solid #0f0f0f;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block
}

#news .container .content .list a .time span {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 300;color: #cac6c6;
  
}

#news .container .more {
    text-align: center;
    margin-top: 59px
}

#news .container .more a {
    text-align: center;
    display: inline-block;
    line-height: 46px;
    width: 237px;
    height: 46px;
    border: 1px solid #0f0f0f;
    border-radius: 23px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #020202
}

#news .container .more a:hover {
    color: var(--theme-color);
    border: 1px solid var(--theme-color)
}

@media (max-width: 768px) {
    #news {
        padding-bottom:30px
    }

    #news .container {
        padding: 25px 15px
    }

    #news .container .content {
        margin-top: 20px
    }

    #news .container .content .list {
        padding: 10px 15px
    }

    #news .container .content .list a .title {
        font-size: 18px
    }

    #news .container .content .list a .img {
        margin: 10px 0
    }

    #news .container .content .list a .text {
        font-size: 16px;
        line-height: 25px
    }

    #news .container .content .list a .time {
        margin-top: 10px
    }

    #news .container .content .list a .time .iconfont {
        width: 22px;
        height: 22px;
        line-height: 22px
    }

    #news .container .content .list a .time span {
        font-size: 16px
    }

    #news .container .more {
        margin-top: 20px
    }

    #news .container .more a {
        line-height: 35px;
        width: 150px;
        height: 35px;
        font-size: 16px
    }
}

@media (min-width: 1500px) {
    #news .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    #news .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    #news .container {
        max-width:1650px
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }

    .show-xs {
        display: block !important
    }

    .pc_banner {
        display: none !important
    }

    .m_banner {
        display: block !important
    }

    #product_1 {
        margin-top: 0
    }

    #product_1 .column_title .titel_con::after {
        top: .222rem;
        font-size: 2rem
    }

    #product_1 .parouct_main {
        margin-top: 1.5rem
    }

    #product_1 .parouct_main .content {
        margin-top: 1.778rem
    }

    #product_1 .parouct_main .content .prod_con .item {
        max-height: 220px;
        margin-bottom: 30px
    }

    #product_1 .parouct_main .prod_name li {
        width: 7.444rem
    }

    #product_1 .pro-content .swiper-button-next,#product_1 .pro-content .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    #product_1 .pro-content .swiper-button-next i,#product_1 .pro-content .swiper-button-prev i {
        color: #b5b5b5
    }

    #product_1 .pro-content .swiper-button-next,#product_1 .pro-content .swiper-container-rtl .swiper-button-prev {
        right: 18px
    }

    #product_1 .pro-content .swiper-button-prev,#product_1 .pro-content .swiper-container-rtl .swiper-button-next {
        left: 18px
    }

    #about_1 .ab-content {
        padding-top: 35px;
        padding-bottom: 65px
    }

    #about_1 .ab-content .right {
        padding-top: 30px;
        padding-left: 15px
    }

    #news_1 {
        padding: 75px 0
    }

    #news_1 .new-content .left {
        padding-right: 15px
    }

    #news_1 .new-content .left a .intor>div:last-child {
        width: 83%
    }

    #news_1 .new-content .right .list {
        padding: 20px 0
    }

    #news_1 .new-content .right .list a .int {
        width: 83%
    }

    #partner .content .left {
        padding-right: 15px
    }

    #partner .content .right {
        padding-top: 20px;
        padding-left: 15px
    }

    #partner .content .right>div {
        width: 48%
    }

    .h_con {
        display: none !important
    }
}

@media (max-width: 992px) {
    .hidden-lg {
        display:none
    }
	.caRt_list {float: left;width: 100%;
    margin-left: 0;margin-top:10px;;text-align: center;position: relative;}
}

@media (max-width: 1140px) {
    .hiddex-xl {
        display:none
    }
}

@keyframes bounce1 {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@media (min-width: 1600px) {
    .container {
        max-width:1400px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width:1460px
    }
}
