.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}
.warpper_lg{
    width: 1400px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'hkjgh';
    src: url("../font/HuaKangJinGangHei.ttf");
}

@font-face {
    font-family: 'Roboto-light';
    src: url("../font/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Barlow';
    src: url("../font/Barlow.ttf");
}

@font-face {
    font-family: 'Abril Fatface';
    src: url("../font/AbrilFatface-Regular.otf");
}



.padding {
    padding: 3% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiperbody {
    width: 100%;
    height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
    display:flex;
    align-items: center;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.slider-inner{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.swiperbody .swiper-wrapper .swiper-slide.screen_foot {
    display: block;
    height: auto;
}
.swiper-banner{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide-fir{
    z-index: 900;
}
.allnav{
    width: 100%;
    position: fixed;
    left:0;
    top:0;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding:0 3%;
    z-index: 1000;
}
.allnav-inner{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.allnav-inner.suo{
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}
.navlogo{
    display: block;
    position: relative;
    height: 100%;
    width: 178px;
}
.navlogo img{
    max-width: 100%;
}
.navlogo .logoimg.img2{
    opacity: 0;
}

.navmenu{
    width: 50%;
}
.navmenu ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navmenu ul li span{
    display: inline-block;
}
.navmenu ul li span.s1{
    color:#fff;
    font-size:17px;
}
.navmenu ul li span.s2{
    width: 18px;
    height: 14px;
    position: relative;
    margin-left: 10px;
}
.navmenu ul li span.s2 .img2{
    opacity: 0;
}
.navmenu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navmenu ul .shuxian{
    width: 1px;
    height: 16px;
    background: #fff;
}
.navmenu ul .searbox{
    width: 24px;
    height: 80px;
    background: url("../img/sear.png") no-repeat center;
    cursor: pointer;
    background-size: contain;
}
.navmenu ul li span.s1:hover{
    color: #0c2f4a;
    font-weight: bold;
}
.navmenu ul li:hover span.s2{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.allnav.scroll {
    background: #fff;
    border-bottom:1px solid #e5e5e5;
}
.allnav.scroll .navlogo .logoimg.img1
,.allnav:hover .navlogo .logoimg.img1{
    opacity: 0;
}
.allnav.scroll .navlogo .logoimg.img2
,.allnav:hover .navlogo .logoimg.img2{
    opacity: 1;
}
.allnav.scroll .navmenu ul li span.s1
,.allnav:hover .navmenu ul li span.s1{
    color:#333;
}
.allnav.scroll .navmenu ul li span.s2 .img1
,.allnav:hover .navmenu ul li span.s2 .img1{
    opacity: 0;
}
.allnav.scroll .navmenu ul li span.s2 .img2
,.allnav:hover .navmenu ul li span.s2 .img2{
    opacity: 1;
}
.allnav.scroll .navmenu ul .searbox
,.allnav:hover .navmenu ul .searbox{
    background: url("../img/sear2.png") no-repeat center;
    background-size: contain;
}
.allnav.scroll .navmenu ul .shuxian
,.allnav:hover .navmenu ul .shuxian{
    background: #333;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    opacity: 1;
    border:1px solid #fff;
    background: none;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    width: 30px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius:5px;
}

.screen_com .about_con{
    position: absolute;
    width: 53%;
    height: calc(100% - 80px);
    left:0;
    bottom:0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 8%;
}
.screen_com .rightimg{
    position: absolute;
    width: 49%;
    height: calc(100% - 80px);
    right:0;
    bottom:0;
    z-index: 1;
}
.screen_com .about_con .t1{
    font-weight: bold;
    color:#0c2f4a;
    font-size:24px;
    margin:3% 0;
}
.jbcolor{
    background-image:-webkit-linear-gradient(221deg,#b2967a,#d7c2a7,#b2967a);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}
.jbcolorsec{
    background-image:-webkit-linear-gradient(-90deg,#153149 60%,#426583);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}
.bgliner1{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.bgliner2{
    background: linear-gradient(221deg,#b2967a,#d7c2a7,#b2967a);
}
.screen_com .about_con .t2{
    line-height: 30px;
    color:#6e6e6e;
    font-size:15px;
    text-align:justify;
}
.screen_com .about_con .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6%;
}
.screen_com .about_con .item .list{
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 5%;
}
.screen_com .about_con .item .list .icon{
    width: 86px;
    height: 86px;
    position: relative;
    margin-right: 20px;
}
.screen_com .about_con .item .list .icon .img1{
    z-index: 2;
}
.screen_com .about_con .item .list .icon .img2{
    z-index: 1;
}
.screen_com .about_con .item .list .text .fir{
    display: flex;
    justify-content: left;
    align-items: flex-end;
}
.screen_com .about_con .item .list .text .fir span{
    display: inline-block;
}
.screen_com .about_con .item .list .text .fir span.s1{
    font-size:48px;
    color:#0c2f4a;
    font-family: Barlow;
    margin-right: 10px;
}
.screen_com .about_con .item .list .text .fir span.s2{
    font-size:18px;
    color:#0c2f4a;
    font-weight: bold;
}
.screen_com .about_con .item .list .text .sec{
    font-size:16px;
    font-weight: lighter;
    color:#333;
}
.allabut{
    display: block;
    height: 40px;
    position: relative;
    border:1px solid #0c2f4a;
    border-radius: 40px;
    width: 150px;
    overflow: hidden;
}
.allabut .jian{
    position: absolute;
    z-index: 1;
    background: #0c2f4a;
    background: #693a1c;;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    left: -1px;
    top: -1px;
}
.allabut .jian img{
    position: absolute;
    top:14px;
    left:13px;
}
.allabut span{
    display: block;
    font-size:16px;
    color:#0c2f4a;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:17px;
    z-index: 2;
}
.allabut:hover .jian{
    width: 101%;
}
.allabut:hover span{
    color:#fff;
}
.allabut:hover .jian img{
    left: 20px;
}
.screen_com .allabut{
    margin-top: 5%;
}
.screen_com .about_con .item .list:hover .icon .img2{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.screen_com .rightimg .swiper-aboutimg{
    width: 100%;
    height: 100%;
}
.screen_com .rightimg .imgbox{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.screen_com .rightimg .imgbox img{
    position: absolute;
    height: 100%;
    max-width: 100%;
    right: 0;
    bottom: 0;
}
.swiperbody>.swiper-wrapper>.swiper-slide.screen_product{
    display: block;
}
.screen_product .item{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: calc(100% - 80px);
    padding:10px 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.screen_product .item .list{
    width: 33%;
    height: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.screen_product .item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.screen_product .item .list .pic{
    filter: brightness(50%);
}
.screen_product .item .list .text{
    position: absolute;
    left: 0;
    width: 100%;
    top: 14%;
    color: #fff;
    padding-left: 11%;
}
.screen_product .item .list .text .fir{
    font-size:30px;
}
.screen_product .item .list .text .m{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 5%;
}
.screen_product .item .list .text .m span{
    display: inline-block;
    color:#fff;
    font-size:15px;
    margin-right: 10px;
}
.screen_product .item .list:hover .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.screen_product .item .list .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(12,47,74,0.8);
    left:0;
    top:100%;
    opacity: 0;

}
.screen_product .item .list .meng .inner{
    width: 93%;
    height: 90%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    display: flex;
    align-items: center;
}
.screen_product .item .list .meng .inner-text{
    text-align:center;
    color:#fff;
    position: relative;
    width: 100%;
}
.screen_product .item .list .meng i{
    display: block;
    position: absolute;
    background: #ffffff7d;
    -webkit-transition: 0.8s 100ms all linear;
    -moz-transition: 0.8s 100ms all linear;
    -ms-transition: 0.8s 100ms all linear;
    -o-transition: 0.8s 100ms all linear;
    transition: 0.8s 100ms all linear;
}
.screen_product .item .list .meng i.xian1{
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.screen_product .item .list .meng i.xian2{
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.screen_product .item .list .meng i.xian3{
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.screen_product .item .list .meng i.xian4{
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}
.screen_product .item .list:hover .meng i.xian1{
    width: 100%;
}
.screen_product .item .list:hover .meng i.xian2{
    height: 100%;
}
.screen_product .item .list:hover .meng i.xian3{
    width: 100%;
}
.screen_product .item .list:hover .meng i.xian4{
    height: 100%;
}
.screen_product .item .list .meng .inner-text .icon{
    width: 100%;
    height: 55px;
    position: relative;
}
.screen_product .item .list .meng .inner-text  .title{
    color:#fff;
    font-size:30px;
    margin: 5% 0 3% 0;
}
.screen_product .item .list .meng .inner-text .m{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    width: 100px;
    margin: 0 auto;
}
.screen_product .item .list .meng .inner-text .m span{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.screen_product .item .list:hover .meng{
    opacity: 1;
    top:0;
}
.screen_product .item .list:hover .text{
    opacity: 0;
}
.screen_news .item{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
}
.screen_news .item .left{
    float: left;
    width: 23%;
    height: 100%;
    padding-left:4%;
    display: flex;
    align-items: center;
}
.screen_news .item .left .inner{
    width: 100%;
}
.screen_news .item .left .fir{
    font-size:32px;
    text-transform: uppercase;
    color:#0c2f4a;
    font-family: Abril Fatface;
    line-height: 38px;
}
.screen_news .item .left .sec{
    font-weight: bold;
    font-size:40px;
    margin:5% 0 20% 0;
}
.screen_news .item .left .more{
    display: flex;
    align-items: center;
    justify-content: left;
}
.screen_news .item .left .more span{
    display: inline-block;
    font-size:16px;
    color:#282828;
    margin-left: 10px;
}
.screen_news .item .right{
    float: left;
    width: 77%;
    height: 100%;
}
.screen_news .item .right .swiper-news{
    width: 100%;
    height: 100%;
}
.screen_news .right .swiper-slide .list{
    width: 100%;
    height: 100%;
}
.allnews{
    width: 100%;
    height: 100%;
    border-left:1px solid #f0f0f0;
    display: flex;
    align-items: center;
}
.allnews .inner{
    width: 100%;
    padding:0 10%;
}
.allnews .time{
    color:#282828;
    font-family: Abril Fatface;
    font-size:30px;
}
.allnews .title{
    color:#282828;
    font-size:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: bold;
    line-height: 41px;
}
.allnews .con{
    color:#6c6c6c;
    font-size:17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 8%;
    line-height: 31px;
}
.allnews .allabut{
    border:none;
    margin-top: 13%;
}
.allnews .allabut .jian{
    background: #f0f0f0;
}
.allnews .allabut span{
    color:#6c6c6c;
    right: 30px;
}
.allnews:hover{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.allnews .imgbox{
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.allnews .timesec{
    color:rgba(255,255,255,0.3);
    font-family: Abril Fatface;
    font-size:24px;
    height: 0;
    overflow: hidden;
}
.allnews .titlefir{
    color:#282828;
    font-size:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: bold;
    height: 0;
    line-height: 41px;
}
.allnews:hover .title{
    height: 0;
    overflow: hidden;
}
.allnews:hover .timefir{
    height: 0;
    overflow: hidden;
}
.allnews:hover .imgbox{
    height: 200px;
}
.allnews:hover .titlefir{
    height: auto;
}
.allnews:hover .timesec{
    margin:3% 0 5% 0;
}
.allnews:hover .con{
    color:#fff;
}
.allnews:hover .allabut .jian{
    background: #0c2f4a;
}
.allnews:hover .allabut .jian img{
    filter: brightness(200%);
}
.allnews:hover .allabut span{
    color:#fff;
}
.allnews:hover .timesec{
    height: auto;
}
.screen_news .item .left .but{
    width: 155px;
    position: relative;
    margin-top: 26%;
    height: 65px;
}
.allswiperbut{
    width: 65px;
    height: 65px;
    border:1px solid #a9a9a9;
    border-radius: 100%;
    background: #fff;
    z-index: 11!important;
}
.allswiperbut:after{
    display: none;
}
.swiper-hezuo{
    z-index: 0!important;
}
.swiper-hezuo .swiper-wrapper{
    z-index: 0!important;
}
.swiper-hezuo .swiper-wrapper .swiper-slide{
    z-index: 0!important;
}
.screen_news .item .left .but .swiper-button-next{
    right:0;
}
.screen_news .item .left .but .swiper-button-prev{
    left:0;
}
.allswiperbut:hover{
    background: #18354e;
}
.allswiperbut:hover img{
    filter: brightness(200%);
}
.screen_hezuo{
    background: url("../img/hezuobg.jpg") no-repeat center / cover;
}
.alltitle{
    text-align:center;
    margin-bottom: 5%;
}
.alltitle .fir{
    font-size:60px;
    font-family: Abril Fatface;
    color:rgba(12,47,74,0.1);
    text-transform: uppercase;
    line-height: 44px;
}
.alltitle .sec{
    font-size:40px;
    font-weight: bold;
    margin-top: -27px;
}

.screen_hezuo .swiper-hezuo .text{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1  !important;
    background: #ffffff;
}
.screen_hezuo .swiper-hezuo .text .bg{
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient( 45deg, #16334c 0%, #2e5372 100%);
    left:0;
    top:0;
    z-index: 1;
}
.screen_hezuo .swiper-hezuo .text .con{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 2;
    display: flex;
    align-items: center;
}
.screen_hezuo .swiper-hezuo .text .con-inner{
    width: 100%;
    padding:0 18%;
}
.screen_hezuo .swiper-hezuo .text .icon{
    position: relative;
    height: 65px;
    margin-bottom: 23%;
}
.screen_hezuo .swiper-hezuo .text .icon img{
    position: absolute;
    left:0;
    top:0;
    max-height: 100%;
}
.screen_hezuo .swiper-hezuo .text .icon .img2{
    opacity: 0;
}
.screen_hezuo .swiper-hezuo .text .en{
    text-transform: uppercase;
    font-size:14px;
    color:#343434;
    margin-bottom: 5%;
}
.screen_hezuo .swiper-hezuo .text .title{
    font-weight: bold;
    font-size:28px;
    color:#343434;
}
.screen_hezuo .swiper-hezuo .text .more{
    display: inline-block;
    font-size:14px;
    color:#3dabdf;
    margin-top: 35%;
    position: relative;
}
.screen_hezuo .swiper-hezuo .text .more:after{
    display: block;
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    height: 1px;
    background: #fff;
    width: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.screen_hezuo .swiper-hezuo .text:hover .bg{
    width: 100%;
}
.screen_hezuo .swiper-hezuo .text:hover .con .icon .img2{
    opacity: 1;
}
.screen_hezuo .swiper-hezuo .text:hover .con .icon .img1{
    opacity: 0;
}
.screen_hezuo .swiper-hezuo .text:hover .con .en{
    color:rgba(255,255,255,0.5);
}
.screen_hezuo .swiper-hezuo .text:hover .con .title{
    color:#fff;
}
.screen_hezuo .swiper-hezuo .text:hover .more{
    color:#fff;
}
.screen_hezuo .swiper-hezuo .text:hover .more:after{
    width: 100%;
}

.footerbox{
    background: #0c2f4a;
    padding:5% 0;
}
.footerbox .left{
    width: calc(100% - 400px);
    float: left;
}
.footerbox .f-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2%;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.footerbox .f-menu>a{
    font-size:18px;
    color:rgba(255,255,255,0.6);
    font-weight: bold;
    position: relative;
}
.footerbox .f-menu>a:hover{
    color:#fff;
}
.footerbox .f-menu .link{
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .f-menu .link span{
    font-size:18px;
    color:rgba(255,255,255,0.6);
    font-weight: bold;
}
.footerbox .f-menu .link a{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border:1px solid rgba(255,255,255,0.6);
    border-radius: 100%;
    margin:0 10px;
}
.footerbox .f-menu .link a img{
    opacity: 0.6;
}
.footerbox .f-menu .link a:hover{
    border:1px solid #fff;
}
.footerbox .f-menu .link a:hover img{
    opacity: 1;
}
.footerbox .f-menu span{
    display: inline-block;
    font-size:14px;
    color:rgba(255,255,255,0.6);
}
.footerbox .lxbox{
    display: flex;
    justify-content: left;
    margin-top: 3.5%;
}

.footerbox .lxbox .list{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 7%;
}
.footerbox .lxbox .list:last-child{
    margin-right: 0;
}
.footerbox .lxbox .list .imgbox{
    width: 49px;
    height: 49px;
    position: relative;
    margin-right: 10px;
}
.footerbox .lxbox .list .text .fir{
    font-size:16px;
    color:rgba(255,255,255,0.6);
}
.footerbox .lxbox .list .text .sec{
    font-size:20px;
    color:#cab296;
    font-weight: bold;
}
.footerbox .lxbox .list .text .sec a{
    color:#cab296;
}
.footerbox .right{
    float: right;
    width: 290px;
    display: flex;
    justify-content: space-between;
}
.footerbox .right .list{
    width: 46%;
    background: #fff;
}
.footerbox .right .list .imgbox{
    width: 100%;
    height: 130px;
    position: relative;
    padding:10px;
}
.footerbox .right .list p{
    text-align:center;
    font-size:15px;
    color:#757575;
    padding-bottom: 10px;
}
.copy{
    background: #0b2a42;
    line-height: 95px;
    font-size:16px;
    color:rgba(255,255,255,0.5);
}
.copy .l{
    float: left;
    line-height: initial;
    height: 95px;
    display: flex;
    align-items: center;
}
.copy .l a{
    display: inline-block;
    margin-top: 6px;
}
.copy .r{
    float: right;
}
.copy a{
    color:rgba(255,255,255,0.5);
}
.copy img{
    display: inline-block;
    width: 130px;
    opacity: 0.5;
    margin-right: 20px;
}
.sbanner{
    position: relative;
}
.sbanner .pic{
    width: 100%;
}
.sbanner .pic2{
    display: none;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    top: 44%;
    padding-left: 19%;
}
.sbanner .text .title{
    font-size:40px;
    line-height: 50px;
    font-weight: bold;
}
.sbanner .text .des{
    font-size:20px;
    margin-top: 0.8%;
}

.allcrumbs{
    line-height: 60px;
    height: 60px;
    font-size:14px;
    color:#858585;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.allcrumbs a{
    color:#858585;
    cursor: default;
    pointer-events: none;
}
.allcrumbs a span{
    color:#0c2f4a;
    font-weight: bold;
}

.inner-type{
    float: left;
    width: 110px;
}
.inner-type a{
    display: block;
    font-size:18px;
    color:#242424;
    position: relative;
    text-align:right;
    margin-bottom: 30px;
}
.inner-type a:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.inner-type a:hover
,.inner-type a.active{
    background-image: -webkit-linear-gradient(-90deg,#153149,#426583);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.inner-type a:hover:before
,.inner-type a.active:before{
    opacity: 1;
}
.inner-right-box{
    float: right;
    width: calc(100% - 200px);
}
.cominner-type{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}
.cominner-type a{
    display: flex;
    height: 80px;
    width: 19%;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    margin:0 0.5%;
}
.cominner-type a span{
    display: inline-block;
    font-size:20px;
    color:#444444;
    margin-left: 10px;
}
.cominner-type a:hover
,.cominner-type a.active{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.cominner-type a:hover span
,.cominner-type a.active span{
    color:#fff;
}
.cominner-type a:hover img
,.cominner-type a.active img{
    filter: brightness(500%);
}
.cominner-type.center{
    justify-content: center;
}
.cominner-type.center a{
    margin:0 0.5%;
}
.inner-com-fir .comdes .title{
    font-size:40px;
    color:#0c2f4a;
    margin-bottom: 1%;
    font-weight: bold;
}
.inner-com-fir .comdes .con{
    font-size:16px;
    color:#6e6e6e;
    line-height: 35px;
    text-align: justify;
}

.inner-com-sec .list{
    float: left;
    width: 25%;
    height: 200px;
    border:2px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.inner-com-sec .list .text{
    width: 100%;
    text-align:center;
}
.inner-com-sec .list .fir{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inner-com-sec .list .fir .s1{
    font-size:60px;
    color:#0c2f4a;
    font-family: Barlow;
    display: inline-block;
    margin-right: 10px;
    line-height: 41px;
}
.inner-com-sec .list .fir .s2{
    font-size: 18px;
    color: #0c2f4a;
    font-weight: bold;
}
.inner-com-sec .list .sec{
    font-size:20px;
    color:#333333;
    margin-top: 4%;
}
.inner-com-sec .list{
    border-right:none;
}
.inner-com-sec .list:last-child{
    border-right:2px solid #e5e5e5;
}

.inner-com-thr .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
}

.inner-com-thr .title{
    background: #fff;
    line-height: 80px;
    font-size:24px;
    color:#0c2f4a;
    text-align:center;
}
.inner-com-thr .swiper-slide:hover .title{
    background: #0c2f4a;
    color:#fff;
}

.inner-company{
    background: url("../img/cominnerbg.jpg") no-repeat center bottom;
}
.descontent img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.inner-title{
    text-align:center;
    margin-bottom: 5%;
}
.allfir{
    font-size:40px;
    color:#0c2f4a;
    margin-bottom: 1%;
    font-weight: bold;
}
.textbg{
    display: inline-block;
    line-height: 50px;
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
    border-radius: 50px;
    padding:0 4%;
    font-size:24px;
    color:rgba(255,255,255,0.6);
}
.textbg.mar-top{
    margin-top: 1%;
}
.inner-develop-fir .swiper-slide{
    padding:0 2%;
}
.inner-develop-fir .swiper-slide .icon{
    margin-bottom: 9%;
}
.inner-develop-fir .swiper-slide .icon .yuan{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    margin:0 auto;
}
.inner-develop-fir .swiper-slide .icon .yuan:after{
    content:"";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border:2px solid #c4c4c4;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
}
.inner-develop-fir .swiper-slide .icon .jian{
    width: 12px;
    height:8px;
    background: url("../img/d-jian.png") no-repeat center;
    margin:0.5% auto 0 auto;
}
.inner-develop-fir .swiper-slide .title{
    font-size:42px;
    color:#2e2e2e;
    text-align:center;
    font-weight: bold;
    margin-bottom: 7%;
}
.inner-develop-fir .swiper-slide .con{
    font-size:16px;
    color:#666666;
    line-height: 30px;
    text-align:center;
    min-height: 80px;
}
.inner-develop-fir .swiper-slide .imgbox{
    width: 100%;
    height: 198px;
    position: relative;
    overflow: hidden;
}
.inner-develop-fir .swiper-slide .icon .yuan i{
    display: block;
    position: absolute;
    top:50%;
    height: 2px;
    background: #cacaca;
    margin-top: -1px;
    width: 300px;
}
.inner-develop-fir .swiper-slide .icon .yuan i.i1{
    left:100%;
}
.inner-develop-fir .swiper-slide .icon .yuan i.i2{
    right:100%;
}
.inner-develop-fir .swiper-slide:hover .icon .yuan:after
,.inner-develop-fir .swiper-slide.swiper-slide-active .icon .yuan:after{
    border:5px solid #17344c;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.inner-develop-fir .swiper-slide:hover .icon .jian
,.inner-develop-fir .swiper-slide.swiper-slide-active .icon .jian{
    background: url("../img/d-jian2.png") no-repeat center;
}
.inner-develop-fir .swiper-slide:hover .title
,.inner-develop-fir .swiper-slide.swiper-slide-active .title{
    background-image: -webkit-linear-gradient(
            -90deg,#153149,#426583);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-develop-fir .swiper-container{
    padding-top: 30px;
}
.inner-develop-fir .swiper-button-next{
    right:20px;
}
.inner-develop-fir .swiper-button-prev{
    left:20px;
}
.bgbut{
    width: 92px;
    height: 80px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 3;
}
.bgbutright{
    right:0;
 }
.bgbutleft{
    left:0;
}
.bgbut .allswiperbut{
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 0;
}

.inner-develop{
    background: url("../img/innerdevebg.jpg") no-repeat center bottom;
}

.inner-xcsp-fir {
    width: 100%;
    height: 40vw;
    position: relative;
}
.inner-xcsp-fir .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    overflow: hidden;
}
.inner-xcsp-fir .meng .text{
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.inner-xcsp-fir .meng .text .fir{
    color:#fff;
    font-size:30px;
}
.inner-xcsp-fir .meng .text .sec{
    width: 217px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    color:#fff;
    border:1px solid #fff;
    margin:2% auto 0 auto;
    cursor: pointer;
}

@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.inner-xcsp-fir .meng img{
    animation: bannerimgAnimate 6s ease-in-out infinite alternate;
    filter: brightness(0.6);
}
.inner-xcsp-fir .meng.hiden{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.inner-xcsp {
    background: url(../img/cominnerbg.jpg) no-repeat center bottom;
}
.inner-ppgy-fir .imgbox{
    height: 457px;
    overflow: hidden;
    position: relative;
}
.inner-ppgy-fir .listone{
    margin-bottom: 3%;
}

.inner-ppgy-fir .listone .imgbox{
    float: left;
    width: 48%;
}
.inner-ppgy-fir .listone .imgbox img{
    object-position: top center;
}
.inner-ppgy-fir .text{
    background: #f8f8f8;
    padding:5%;
}
.inner-ppgy-fir .text .fir{
    font-size:30px;
    color:#282828;
    margin-bottom: 2%;
}
.inner-ppgy-fir .text .des{
    font-size:18px;
    color:#333333;
    line-height: 30px;
}
.inner-ppgy-fir .listone .text{
    float: left;
    width: 52%;
    height: 457px;
}
.inner-ppgy-fir .listone:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-ppgy-fir .listone:hover .text{
    background: linear-gradient(
            128deg, #16334c 40%, #2e5372 100%);
}
.inner-ppgy-fir .listone:hover .text .fir{
    color:#fff;
}
.inner-ppgy-fir .listone:hover .text .des{
    color:#fff;
}
.inner-ppgy-fir .listtwo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-ppgy-fir .listtwo .list{
    width: 48%;

}
.inner-ppgy-fir .listtwo .list:nth-child(-n+2){
    margin-bottom: 3%;
}
.inner-ppgy-fir .listtwo .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-ppgy-fir .listtwo .list:hover .text{
    background: linear-gradient(
            128deg, #16334c 40%, #2e5372 100%);
}
.inner-ppgy-fir .listtwo .list:hover .text .fir{
    color:#fff;
}
.inner-ppgy-fir .listtwo .list:hover .text .des{
    color:#fff;
}

.inner-qyry-item .inner-qyry-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.allzs .imgbox{
    width: 100%;
    height: 360px;
    border-bottom:2px solid #eeeeee;
    position: relative;
    overflow: hidden;
    background: linear-gradient( to bottom, #e4e4e6 0%, #f6f6f6 100%);
    cursor: pointer;
}
.allzs .title{
    height: 90px;
    font-size:20px;
    color:#333333;
    text-align:center;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 3%;
}
.allzs:hover .imgbox{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.allzs:hover .title{
    background: #fff;
    background-image: -webkit-linear-gradient(
            -90deg,#153149,#426583);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.allzs:hover .inner{
    box-shadow: 0 0 15px #0000002e;
}
.inner-mtbd-one{
    margin-bottom: 3%;
}
.inner-mtbd-one .list{
    float: left;
    width: 50%;
    padding:0 1.5%;
    height: 405px;
    position: relative;
    overflow: hidden;
}
.inner-mtbd-two .list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-mtbd-two .list .inner{
    border:4px solid #f6f6f6;
}
.inner-mtbd-two .list .inner .imgbox{
    width: 100%;
    height: 214px;
    position: relative;
}
.inner-mtbd-two .list .inner .title{
    line-height: 55px;
    background: #f6f6f6;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.inner-mtbd-two .list:hover .inner{
    box-shadow: 0 0 15px #00000038;
}
.inner-mtbd-two .list:hover .title{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
    color:#fff;
}

.inner-pointer-item .list{
    float: left;
    width: 20%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-pointer-item .list .imgbox{
    width: 100%;
    height: 175px;
    position: relative;
    background: #f8f8f8;
}
.inner-pointer-item .list .title{
    line-height: 70px;
    color:#333;
    font-size:18px;
    text-align:center;
    background: #f8f8f8;
    border-top:2px solid #fff;
}
.inner-pointer-item .list:hover .inner{
    box-shadow:0 0 15px #00000038;
}
.inner-pointer-item .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.inner-service-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-service-item .list{
    width:48.5%;
    position: relative;
    margin-bottom: 3%;
    overflow: hidden;
}
.inner-service-item .list .imgbox{
    width: 100%;
    height: 425px;
    position: relative;
}
.inner-service-item .list .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    z-index: 1;
}
.inner-service-item .list .text .iconfir{
    width: 76px;
    height: 76px;
    position: relative;
    margin:0 auto;
}
.inner-service-item .list .text .title{
    font-family: Impact;
    font-size: 35px;
    margin: 3% 0 1% 0;
}
.inner-service-item .list .text .des{
    font-size: 25px;
}
.inner-service-item .list .bg{
    background: linear-gradient(
            266deg, #16334c 0%, #2e5372 100%);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.inner-service-item .list .textsec{
    position: absolute;
    width: 100%;
    padding-left: 11%;
    left:0;
    top:80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition-delay: 0.35s;
}
.inner-service-item .list .textsec  .iconfir{
    width: 76px;
    height: 76px;
    position: relative;
}
.inner-service-item .list .textsec .title{
    font-size:36px;
    margin:7% 0 2% 0;
    font-family: Impact;
}
.inner-service-item .list .textsec .des{
    font-size:24px;
    color:#fff;
}
.inner-service-item .list:hover .bg{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.85;
}
.inner-service-item .list:hover .text{
    opacity: 0;
}
.inner-service-item .list:hover .textsec{
    top:50%;
    opacity: 1;
}
.inner-service-item .list .textsec .title p{
    display: inline;
}

.inner-fmzl-fir{
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    padding:0 5%;
    margin-bottom: 3%;
}
.inner-fmzl-fir .imgbox{
    width: 45%;
    height: 100%;
    position: relative;
    margin-right: 7%;
}
.inner-fmzl-fir .text .title{
    font-size:33px;
    color:#0c2f4a;
    margin-bottom: 1%;
}
.inner-fmzl-fir .text .title span{
    font-weight: bold;
}
.inner-fmzl-fir .text .des{
    font-size: 18px;
    color: #666666;
    line-height: 37px;
    margin-top: 6%;
}
.inner-fmzl-sec{
    display: flex;
    justify-content: space-between;
}
.inner-fmzl-sec .list{
    width: 48.5%;
    background: #f8f8f8;
    padding:3%;
}
.inner-fmzl-sec .list .imgbox{
    width: 100%;
    height: 430px;
    position: relative;
}
.inner-fmzl-sec .list .title{
    text-align:center;
    margin:5% 0;
}
.inner-fmzl-sec .list .title .fir{
    font-size:26px;
    color:#0c2f4a;
    font-weight: bold;
}
.inner-fmzl-sec .list .title .sec{
    display: inline-block;
    padding:0 20px;
    line-height: 40px;
    font-size:18px;
    color:#fff;
    border-radius: 0 18px 0 18px;
    background: linear-gradient( to right, #16334c 0%,#2e5372 50%, #16334c 100%);
    margin-top: 1.5%;
}
.inner-fmzl-sec .list .des{
    font-size: 18px;
    color: #666666;
    line-height: 31px;
}
.inner-fmzl-thr{
    margin-top: 3%;
}
.inner-fmzl-thr .allzs{
    padding:15px;
}
.inner-fmzl-thr .allzs .imgbox{
    height: 560px;
}
.inner-fmzl-thr .allzs .title{
    height: 90px;
    line-height: initial;
    padding:0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-fmzl-thr .swiper-pagination-progressbar{
    top: initial;
    bottom:0;
}
.inner-fmzl-thr .swiper-zl{
    padding-bottom: 5%;
}
.inner-fmzl-thr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0c2f4a;
}
.inner-jslx-item .list{
    height: 380px;
    margin-bottom: 4%;
}
.inner-jslx-item .list:last-child{
    margin-bottom: 0;
}
.inner-jslx-item .list .imgbox{
    width:50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.inner-jslx-item .list .text{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-jslx-item .list .text .inner{
    padding:0 8%;
}
.inner-jslx-item .list .text .title{
    font-size:32px;
    margin-bottom: 3%;
    font-weight: bold;
}
.inner-jslx-item .list .text .des{
    font-size:16px;
    line-height: 33px;
    color:#585858;
}
.inner-jslx-item .list:nth-child(odd) .imgbox{
    float: right;
}
.inner-jslx-item .list:nth-child(odd) .text{
    float:left;
}
.inner-jslx-item .list:nth-child(even) .imgbox{
    float: left;
}
.inner-jslx-item .list:nth-child(even) .text{
    float: right;
}
.inner-jslx-item .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-jslx-item .list:hover .text{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.inner-jslx-item .list:hover .text .title{
    background-image: -webkit-linear-gradient(
            221deg,#b2967a,#d7c2a7,#b2967a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-jslx-item .list:hover .text .des{
    color:#fff;
}
.inner-mscx{
    background: linear-gradient( to bottom, #fff 0%, #f3f7f8 100%);
}
.inner-mscx-item .list{
    width: 25%;
    float: left;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-mscx-item .list .inner{
    background: #fff;
    padding:17% 12%;
    height: 515px;
    box-shadow: 0 0 10px #0000001a;
    position: relative;
}
.inner-mscx-item .list .shu{
    font-family: 'Roboto-light';
    font-size:72px;
    color:#0c2f4a;
}
.inner-mscx-item .list .title{
    height: 68px;
    margin:10% 0 5% 0;
}
.inner-mscx-item .list .title span{
    display: block;
    font-size:24px;
    color:#0c2f4a;
    font-weight: bold;
}
.inner-mscx-item .list .des{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.inner-mscx-item .list .icon{
    height: 71px;
    position: relative;
}
.inner-mscx-item .list .icon img{
    max-height: 100%;
}
.inner-mscx-item .list:hover{
    transform: translateY(-10px);
}
.inner-mscx-item .list:hover .inner{
    background: linear-gradient( 233deg, #16334c 0%, #2e5372 100%);
}
.inner-mscx-item .list:hover .title span{
    color:#fff;
}
.inner-mscx-item .list:hover .des{
    color:rgba(255,255,255,0.6);
}
.inner-mscx-item .list:hover .shu{
    background-image: -webkit-linear-gradient(
            221deg,#b2967a,#d7c2a7,#b2967a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-mscx-item .list .inner .mscxicon{
    position: absolute;
    top:5%;
    right:14%;
    opacity: 0;
}
.inner-mscx-item .list:hover .inner .mscxicon{
    opacity: 1;
    top: 1%;
}
.inner-hzys-item .list .title{
    height: auto;
    margin: 16% 0 5% 0;
}
.inner-hzys-item .list .des{
    font-size:18px;
}
.inner-hzys-item .list:hover .icon img{
    filter:brightness(300%);
}
.inner-gongcheng-fir .text{
    float: left;
    width: 49%;
}
.inner-gongcheng-fir .text .title{
    margin-bottom: 8%;
    font-size:32px;
    font-weight: bold;
}
.inner-gongcheng-fir .text .item .list{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 5%;
}
.inner-gongcheng-fir .text .item .list .shu{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    line-height: 100px;
    text-align:center;
    background: linear-gradient( to bottom, #e3e4e6 0%, #f6f6f6 100%);
}
.inner-gongcheng-fir .text .item .list .shu span{
    font-size:80px;
    color:#d4d5d6;
    font-family: Barlow;
}
.inner-gongcheng-fir .text .item .list .wenzi{
    width: calc(100% - 110px);
    padding-left: 5%;
}
.inner-gongcheng-fir .text .item .list .wenzi .fir{
    font-size:22px;
    color:#0c2f4a;
    font-weight: bold;
    margin-bottom: 3%;
}
.inner-gongcheng-fir .text .item .list .wenzi .sec{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.inner-gongcheng-fir .text .item .list .wenzi .sec strong{
    color:#0c2f4a;
}
.inner-gongcheng-fir .text .item .list:last-child{
    margin-bottom: 0;
}
.inner-gongcheng-fir .text .item .list:hover .shu{
    background: linear-gradient( to bottom, #153149 0%, #2e5372 100%);

}
.inner-gongcheng-fir .text .item .list:hover .shu span{
    background-image: -webkit-linear-gradient(
            221deg,#b2967a,#d7c2a7,#b2967a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-gongcheng-fir .imgbox{
    float: right;
    width: 47%;
}
.inner-gongcheng-fir .imgbox img{
    max-width: 100%;
}
.inner-gongcheng-sec img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}

.inner-contact-fir .item .list{
    float: left;
    width: 20%;
    height: 330px;
    background: #fff;
}
.inner-contact-fir .item .list:nth-child(odd){
    background: #f5f5f5;
}
.inner-contact-fir .item .list .inner{
    padding: 0 14%;
    text-align: center;
    width: 100%;
    margin-top: 17%;
}
.smtitle{
    font-size:36px;
    margin-bottom: 35px;
    text-align:center;
}
.inner-contact-fir .item .list  .icon{
    width: 100%;
    height: 70px;
    position: relative;
}
.inner-contact-fir .item .list .title{
    font-size:48px;
    font-family: 'Roboto-light';
    margin:15% 0;
    opacity: 0.85;
}
.inner-contact-fir .item .list .des{
    font-size:18px;
    font-weight: bold;
    color:#0c2f4a;
    line-height: 25px;
}
.inner-contact-fir .item .list:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #00000030;
}
.inner-contact-fir .item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inner-contact-sec .item{
    display: flex;
    justify-content: space-between;
}
.inner-contact-sec .item .list{
    position: relative;
    width: 10%;
}
.inner-contact-sec .item .list .imgbox{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border:2px dashed #cfcfcf;
    position: relative;
}
.inner-contact-sec .item .list .imgbox .img2{
    opacity: 0;
}
.inner-contact-sec .item .list .title{
    font-size:18px;
    color:#666666;
    padding:0 6%;
    text-align:center;
    margin-top: 22%;
}
.inner-contact-sec .item .list .imgbox:after{
    position: absolute;
    content:"";
    width: 11px;
    height: 18px;
    background: url("../img/join-jian.png") no-repeat center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:-32%;
}
.inner-contact-sec .item .list:last-child .imgbox:after{
    display: none;
}
.inner-contact-sec .item .list:hover .imgbox{
    border:2px dashed #0c2f4a;
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.inner-contact-sec .item .list:hover .imgbox .img1{
    opacity: 0;
}
.inner-contact-sec .item .list:hover .imgbox .img2{
    opacity: 1;
}
.inner-contact-sec .item .list:hover .title{
    color:#0c2f4a;
}
.inner-contact-thr{
    position: relative;
    background: #f5f5f5;
}
.inner-contact-thr .biaodan{
    padding:5%;
    width: 68%;
}
.inner-contact-thr .biaodan .title{
    font-size:32px;
    color:#282828;
    margin-bottom: 3%;
}
.inner-contact-thr .biaodan textarea{
    width: 100%;
    height: 185px;
    border:1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    padding:25px;
}
.inner-contact-thr .biaodan textarea::placeholder{
    font-size:16px;
    color:#a0a0a0;
}
.inner-contact-thr .biaodan .inputbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contact-thr .biaodan .inputbox input{
    width: 48%;
    line-height: 60px;
    border:1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 25px;
    margin-top:30px;
}
.inner-contact-thr .biaodan .inputbox input::placeholder{
    font-size:16px;
    color:#a0a0a0;
}
.inner-contact-thr .biaodan .code{
    width: 48%;
    margin-top: 30px;
    position: relative;
}
.inner-contact-thr .biaodan .code input{
    width: 100%;
    margin-top: 0;
}
.inner-contact-thr .biaodan .code .verify{
    width: 135px;
    height: 98%;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
}
.inner-contact-thr .biaodan .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-thr .biaodan  .submit{
    display: block;
    width: 48%;
    color:#fff;
    font-size:18px;
    line-height: 60px;
    text-align:center;
    margin: 30px auto 0 auto;
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.inner-contact-sec{
    margin-top: 6%;
}
.inner-contact-thr .lxbox{
    position: absolute;
    width: 32%;
    height: 100%;
    top:0;
    right:0;
    background: url("../img/lxbg.jpg") no-repeat center / cover;
    display: flex;
    align-items: center;
}
.inner-contact-thr .lxbox .inner{
    width: 100%;
    padding:0 16%;
}
.inner-contact-thr .lxbox .title{
    font-size:32px;
    color:#cab296;
    font-weight: bold;
    margin-bottom: 11%;
}
.inner-contact-thr .lxbox .list{
    display: flex;
    align-items: center;
    justify-content: left;
    padding:8% 0;
    border-top:2px solid rgba(255,255,255,0.1);
}
.inner-contact-thr .lxbox .list:last-child{
    border-bottom:2px solid rgba(255,255,255,0.1);
}
.inner-contact-thr .lxbox .list .imgbox{
    position: relative;
    width: 65px;
    height: 65px;
}
.inner-contact-thr .lxbox .list .text{
    width: calc(100% - 65px);
    padding-left: 3%;
}
.inner-contact-thr .lxbox .list .text .fir{
    font-size: 24px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 3%;
}
.inner-contact-thr .lxbox .list .text .sec{
    font-size: 24px;
    color: #cab296;
    font-weight: bold;
}
.inner-contact-thr .lxbox .list .text .sec a{
    color: #cab296;
}
.sbanner .textpro{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:40px;
}
.inner-protype-item{
    display: flex;
}
.inner-protype-item.between{
    justify-content: space-between;
}
.inner-protype-item .list{
    width: 15.5%;
    position: relative;
    overflow: hidden;
}
.inner-protype-item .list .imgbox{
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.inner-protype-item .list .imgbox a{
    display: block;
    width: 100%;
    height: 100%;
}
.inner-protype-item .list:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-protype-item .list .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left:0;
    top:0;
}
.inner-protype-item .list .title{
    display: block;
    font-size:18px;
    color:#444;
    text-align:center;
    margin-top: 20px;
}
.inner-protype-item .list:hover .imgbox .meng
,.inner-protype-item .list[date=active] .imgbox .meng{
    background: rgba(12,47,74,0.8);
    background: rgba(105,58,28,0.8);
}
.inner-protype-item .list:hover .title
,.inner-protype-item .list[date=active] .title{
    color:#153149;
}

.inner-protype-listbox .item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}
.inner-protype-listbox .item .title .fir{
    font-weight: bold;
    font-size:35px;
}
.inner-protype-listbox .item .title a{
    display: block;
    line-height: 40px;
    width: 120px;
    text-align:center;
    border-radius: 40px;
    border:1px solid #aaaaaa;
    font-size:15px;
    color:#282828;
}
.inner-protype-listbox .item .title a:hover{
    background: #0c2f4a;
    background: #693a1c;
    border:1px solid #0c2f4a;
    border:1px solid #693a1c;
    color:#fff;
}
.inner-protype-listbox .item .listbox{

}
.inner-protype-listbox .item .listbox .list{
    width: 32.5%;
    background: linear-gradient( to bottom, #e3e4e6 0%, #f6f6f6 100%);
    text-align:center;
    padding:5% 0;
    position: relative;
    overflow: hidden;
    margin-right: 0.8%;
    float: left;
    margin-bottom: 1%;
    height: 655px;
}
.inner-protype-listbox .item .listbox .list:nth-child(n3){
    margin-right: 0;
}
.inner-protype-listbox .item .listbox .list .imgbox{
    width: 100%;
    height: 310px;
    position: relative;
}
.inner-protype-listbox .item .listbox .list  .tbox{
    margin-bottom: 7%;
    padding: 0 5%;
    margin-top: 8%;
}
.inner-protype-listbox .item .listbox .list  .tbox .t{
    font-size:20px;
    color:#757575;
}
.inner-protype-listbox .item .listbox .list  .tbox .tags{
    font-size:30px;
    color:#333333;
    margin-top: 1%;
}
.inner-protype-listbox .item .listbox .list .allabut{
    margin:0 auto;
    border: 2px solid #0c2f4a;
}
.inner-protype-listbox .item .listbox .list .allabut span{
    right: 27px;
}
.inner-protype-listbox .item .listbox .list:hover .allabut{
    border: 2px solid #b7a088;
}
.inner-protype-listbox .item .listbox .list:hover .allabut .jian{
    background: linear-gradient( to right, #d6bfa9 0%, #a58e75 100%);
    width: 101%;
}
.inner-protype-listbox .item .listbox .list:hover .allabut .jian img{
    filter:brightness(0%);
}
.inner-protype-listbox .item .listbox .list:hover .allabut  span{
    color:#0c2f4a;
}
.inner-protype-listbox .item .listbox .list:hover{
    background: linear-gradient(233deg, #16334c 0%, #2e5372 100%);
}
.inner-protype-listbox .item .listbox .list:hover .tbox .t{
    color:rgba(255,255,255,0.6);
}
.inner-protype-listbox .item .listbox .list:hover .tbox .tags{
    background-image: -webkit-linear-gradient(
            #d7c2a7,#b2967a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-protype-listbox .item .listbox .list .proicon{
    position: absolute;
    top:0;
    right:0;
    opacity: 0;
}
.inner-protype-listbox .item .listbox .list:hover .proicon{
    opacity: 1;
}
.inner-protype-listbox .item{
    margin-top: 5%;
}
.inner-pro-des{
    margin-top: 81px;
}
.inner-pro-des .allcrumbs{
    border-bottom:1px solid #e5e5e5;
}

.pc-des-top .text{
    float: left;
    width: 41%;
}
.pc-des-top .textsm{
    display: none;
}
.pc-des-top .text .tbox{
    margin-bottom: 5%;
}
.pc-des-top .text .tbox .title{
    display: inline-block;
    padding:8px 15px;
    border-radius: 50px;
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
    border-radius: 50px;
    font-size:18px;
    color:#fff;
}
.pc-des-top .text .tbox .tags{
    font-size:40px;
    color:#242424;
    margin-bottom: 2%;
}
.pc-des-top .text .item .list{
    display: flex;
    align-items: center;
    justify-content:left;
    margin-top:3%;
}
.pc-des-top .text .item .list .icon{
    position: relative;
    width: 60px;
    height: 60px;
    border:2px solid #0c2f4a;
    border-radius: 100%;
}
.pc-des-top .text .item .list .zi{
    width: calc(100% - 60px);
    padding-left: 4%;
}
.pc-des-top .text .item .list .zi .fir{
    font-size:20px;
    font-weight: bold;
    color:#0c2f4a;
}
.pc-des-top .text .item .list .zi .sec{
    font-size:14px;
    color:#656565;
    margin-top: 1.5%;
}
.pc-des-top .text .goumai{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 7%;
    padding-top: 6%;
    border-top:1px solid #e6eaed;
}
.pc-des-top .text .goumai span{
    font-size:14px;
    color:#656565;
}
.pc-des-top .text .goumai a{
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    margin-right:17px;
}
.pc-des-top .pic{
    width: 56%;
    height: 570px;
    float: right;
}
.pc-des-top .pic .cpimg{
    float: left;
    width: 600px;
    height: 600px;
    position: relative;
}
.pc-des-top .pic .cpimg .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #f6f6f6;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pc-des-top .pic .cpbut{
    width: 80px;
    height: 100%;
    float: right;
    position: relative;
    padding:100px 0;
}
.pc-des-top .pic .cpimg .swiper-container{
    width: 100%;
    height: 100%;
}
.pc-des-top .pic .cpimg .imgbox{
    width: 60%;
    height: 68%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.pc-des-top .pic .cpbut .swiper-container{
    width: 100%;
    height: 100%;
}
.pc-des-top .pic .cpbut .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    border:1px solid #e5e5e5;
    background: #f6f6f6;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}
.pc-des-top .pic .cpbut .imgbox img{
    max-width: 70%;
    max-height: 70%;
}
.pc-des-top .pic .cpbut .imgbut{
    width: 65px;
    height: 65px;
    border: 1px solid #a9a9a9;
    border-radius: 100%;
    background: #fff;
}
.pc-des-top .pic .cpbut .swiper-button-prev{
    top:0;
    margin-top: 0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pc-des-top .pic .cpbut .swiper-button-next{
    top:initial;
    margin-top: 0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
}
.pc-des-top .pic .cpbut .imgbut:after{
    display: none;
}
.pc-des-top .pic .cpbut .swiper-slide-thumb-active .imgbox{
    background: #fff;
    border: 1px solid #153149;
}
.pc-des-top .pic .cpbut .imgbut:hover{
    background: linear-gradient( to top, #16334c 0%, #2e5372 100%);
}
.pc-des-top .pic .cpbut .imgbut:hover img{
    filter:brightness(300%);
}
.pctypebut{
    padding:7% 0 0 0;
    background: #fff;
}
.pctypebut .cominner-type{
    margin-bottom: 3%;
}
.pctypebut .cominner-type a{
    width: 32.5%;
}


.maidian-item .list{
    height: 520px;
}
.maidian-item .list:last-child{
    margin-bottom: 0;
}
.maidian-item .list .imgbox{
    width:50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.maidian-item .list .text{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.maidian-item .list .text .inner{
    padding:0 8%;
}
.maidian-item .list .text .title{
    font-size:32px;
    margin-bottom: 3%;
    font-weight: bold;
}
.maidian-item .list .text .des{
    font-size:18px;
    line-height: 33px;
    color:#585858;
}
.maidian-item .list:nth-child(odd) .imgbox{
    float: left;
}
.maidian-item .list:nth-child(odd) .text{
    float:right;
}
.maidian-item .list:nth-child(even) .imgbox{
    float: right;
}
.maidian-item .list:nth-child(even) .text{
    float: left;
}
.maidian-item .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.maidian-item .list:hover .text{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.maidian-item .list:hover .text .title{
    background-image: -webkit-linear-gradient(
            221deg,#b2967a,#d7c2a7,#b2967a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.maidian-item .list:hover .text .des{
    color:#fff;
}

.pctypebut.fix{
    position: fixed;
    width: 100%;
    top:81px;
    left:0;
    z-index: 10;
    padding:20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.pctypebut.fix .cominner-type{
    margin-bottom: 0;
}
.pctypebut.fix .cominner-type a{
    height: 65px;
}
.proparem .tablebox{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.proparem .list{
    width: 49.5%;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    background: #f6f6f6;
    text-align:center;
}
.proparem .list .title{
    float: left;
    width: 30%;
    height: 65px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.proparem .list .val{
    float: left;
    width: 70%;
    height: 65px;
    background: #fbfbfb;
    display: flex;
    align-items: center;
}
.proparem .list .title .inner
,.proparem .list .val .inner{
    width: 100%;
    padding:0 5%;
}




.proparem .tablebox table{
    width: 100% !important;
    border-collapse: collapse;
}
.proparem .tablebox table tr td{
    font-size: 16px;
    color: #333;
    text-align: left;
    padding: 20px 15px;
}
.proparem .tablebox table tr:nth-child(odd){
    background: #f6f6f6;
}

.othermore{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4% auto 0 auto;
    height: 50px;
    width: 180px;
    border-radius: 50px;
    border: 1px solid #a9a9a9;
}
.othermore span{
    display: inline-block;
    margin-left: 10px;
    font-size:16px;
    color:#282828;
}
.othermore:hover{
    background: linear-gradient( to bottom, #16334c 0%, #2e5372 100%);
}
.othermore:hover span{
    color:#fff;
}
.othermore:hover img{
    filter:brightness(800%);
}

.screen_hezuo .slider-inner{
    height: calc(100% - 80px);
    top:initial;
    bottom:0;
}
.inner-news-item .list{
    float: left;
    width: 33.33%;
    height: 400px;
}
.inner-news-item .list .allnews{
    border-top: 1px solid #f0f0f0;
}
.inner-news-item .list:nth-child(n+3) .allnews{
    border-bottom: 1px solid #f0f0f0;
}
.inner-news-item .list .allnews .title{
    font-size: 22px;
    -webkit-line-clamp: 2;
}
.inner-news-item .list .allnews .timefir{
    font-size: 27px;
}
.inner-news-item .list .allnews .con{
    font-size: 15px;
    margin-top: 3%;
}
.inner-news-item .list .allnews .titlefir{
    font-size: 22px;
    -webkit-line-clamp: 1;
}
.inner-news-item .list .allnews .timesec{
    font-size: 20px;
}
.inner-news-item .list .allnews .allabut{
    margin-top: 7%;
}
.inner-news-item .list .allnews:hover .imgbox{
    height: 150px;
}
.inner-news-item .list .allnews:hover .timesec{
    margin: 0 0 3% 0;
}
.inner-news-item .list .allnews:hover .con{
    -webkit-line-clamp: 2;
}

.inner-news-des .tbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom:1px solid #f0f0f0;
}
.inner-news-des .tbox .left{
    width: 68%;
}
.inner-news-des .tbox .left .title{
    font-weight: bold;
    font-size:30px;
    color:#333;
}
.inner-news-des .tbox .left .time{
    font-family: Abril Fatface;
    font-size: 18px;
    color: #b1b1b1;
    margin-top: 15px;
}
.inner-news-des .tbox .right{
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 45deg, #16334c 0%, #2e5372 100%);
}
.inner-news-des .tbox .right span{
    font-size:16px;
    color:#fff;
    display: initial;
    margin-left: 10px;
}
.inner-news-des .tbox .right img{
    width: 27px;
}
.inner-news-des .tbox .right:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.alldescon{
    line-height: 30px;
    font-size:16px;
    color:#666;
}
.alldescon img{
    display: block;
    max-width: 65%;
    margin:1% auto;
}
.inner-news-des .alldescon{
    padding:0 10%;
}

.inner-case-item .list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-item .list .inner{
    width: 100%;
}
.inner-case-item .list .imgbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.inner-case-item .list .imgbox .title{
    display: initial;
    line-height: 40px;
    border-radius: 30px;
    padding:0 7%;
    font-size:14px;
    background: linear-gradient( 45deg, #16334c 0%, #2e5372 100%);
    position: absolute;
    right:5%;
    bottom:7%;
    color:#fff;

}
.inner-case-item .list:hover .imgbox .title{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.swiper-banner .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left:0;
    top:0;
    z-index: 2;
}
.moivebannertext{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:40%;
    z-index: 4;
}
.moivebannertext .fir{
    font-weight: bold;
    font-size:42px;
}
.moivebannertext .sec{
    font-size:24px;
    margin: 1% 0 2% 0;
}
.moivebannertext a{
    display: block;
    line-height: 40px;
    width: 145px;
    border:1px solid #fff;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin:0 auto;
    overflow: hidden;
}
.moivebannertext a:hover{
    border-radius: 40px;
}
.xiala{
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    padding:2% 0;
    background: #f3f5f7;
    display: none;
    visibility: hidden;
}

.xiala .left{
    width: 360px;
    height: 360px;
    overflow:hidden;
    border-radius: 10px;
}
.xiala .right{
    width:100%;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
}
.xiala .right.flexleft{
    justify-content: left;
}
.xiala .right.flexcenter{
    justify-content: center;
}
.xiala .right .list{
    display: inline-block;
    width: 15%;
    text-align:center;
}
.xiala .right .list .icon{
    width: 100%;
    height: 43px;
    position: relative;
}
.xiala .right .list .icon img{
    max-height: 100%;
}
.xiala .right .list .title{
    font-size: 15px;
    color: #201e29;
    margin-top: 9%;
}
.xiala .right .list:hover .title{
    color:#16334c;
    font-weight: bold;
}
.xiala .right.flexleft .list:nth-child(n+6){
    margin-top: 2.5%;
}
.xiala .right .list:hover .icon img{
    transform: rotateY(360deg);
}
.wenzixiala{
    width: 100%;
    position: absolute;
    top:100%;
    left:0;
    background: #f3f5f7;
    display: none;
    visibility: hidden;
}
.wenzixiala .item{
    display: flex;
    justify-content: center;
}
.wenzixiala .item .fira{
    width: 13%;
    position: relative;
}
.wenzixiala .item .fira>a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
}
.wenzixiala .item .fira>a .s1{
    font-size:18px;
    color:#201e29;
}
.wenzixiala .item .fira>a .s2{
    width: 14px;
    height: 9px;
    background: url("../img/wzxlicon.png") no-repeat center;
    display: inline-block;
    margin-left: 8px;
}
.wenzixiala .item .fira:hover>a .s1{
    color:#0c2f4a;
    font-weight: bold;
}
.wenzixiala .item .fira .erji{
    position: absolute;
    background: #f3f5f7;
    top:101%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding:0 10%;
    text-align:center;
    display: none;
}
.wenzixiala .item .fira .erji a{
    display: block;
    white-space: nowrap;
    line-height: 60px;
    font-size:16px;
    color:#464646;
    text-align:center;
}
.wenzixiala .item .fira .erji a:hover{
    color:#0c2f4a;
    font-weight: bold;
}
.wenzixiala .item .fira:hover .erji{
    display: block;
}
.xialashow{
    display: block;
    visibility: visible;
}

.inner-right-box.ysxy{
    width: 100%;
}

.inner-fmzl-thr .allswiperbut{
    background: transparent;
    top: 34%;
}
.inner-fmzl-thr .allswiperbut:hover{
    background: #18354e;
}

.seartoggle .warpper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.seartoggle{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
}
.seartoggle.show{
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: 1!important;
}
.seartoggle form{
    width: 512px;
}
.seartoggle input[type=text]{
    color: #333;
    width: 80%;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 36px;
    background: #f2f2f2;
}
.seartoggle input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 45px;
    background: #f2f2f2 url(../img/sear2.png) no-repeat center;
    background-size: 19px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background: url(../img/close1.png) no-repeat center;
    background-size: 20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 30px;
}
.seartoggle .close:hover{
    transform: rotate(90deg);
}

.sbanner .jy-text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbanner .jy-text .title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbanner .jy-text .title span{
    font-size:40px;
    text-shadow: 0 0 5px #00000045;
}
.sbanner .jy-text .title i{
    display: block;
    width: 10px;
    height: 11px;
    border-radius: 100%;
    background: #fff;
    margin:0 10px;
    box-shadow: 0 0 5px #00000045;
}
.sbanner .jy-text .des{
    font-size:20px;
    margin-top: 1%;
    text-shadow: 0 0 5px #00000045;
}

.sbanner .js-text{
    position: absolute;
    width: 100%;
    padding-left: 17%;
    color: #fff;
    left: 0;
    top: 44%;
}
.sbanner .js-text .title{
    font-size:40px;
    margin-bottom:1.5%;
    font-weight: bold;
}
.sbanner .js-text .des .d1{
    color:#fff;
    font-size:20px;
    padding-left:35px;
    background: url("../img/sbannericon.png") no-repeat left center;
    line-height: 35px;
}
.sbanner .js-text .des .d1 span{
    font-weight: bold;
}
.catdescon{
    font-size:18px;
    color:#333;
}

.sm-btn{
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.sm-btn>div{
    width: 21px;
    height: 29px;
    position: relative;
}
.sm-btn>div img.img2{
    opacity: 0;
}
.allnav.scroll .sm-btn>div img.img2
,.allnav:hover .sm-btn>div img.img2{
    opacity: 1;
}
.allnav.scroll .sm-btn>div img.img1
,.allnav:hover .sm-btn>div img.img1{
    opacity: 0;
}

.swiper-hezuo .allswiperbut{
    display: none;
    background: transparent;
}
.swiper-hezuo .allswiperbut:hover{
    background: #18354e;
}
.swiper-comimg .allswiperbut{
    display: none;
}

.sm_nav{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #f3f5f7;
    padding-top: 60px;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.sm_nav.act{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sm_nav_inner{
    width: 100%;
    height: 100%;
    padding: 6% 6%;
    overflow-y: auto;
}
.sm_nav_inner .list a.fir{
    display: block;
    font-size: 18px;
    line-height: 45px;
    color:#333;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.sm_nav_inner .list a.fir i{
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.sm_nav_inner .list a.fir i.i1{
    background: url("../img/nav_sm_jia.png") no-repeat center;
    background-size: 20px;
}
.sm_nav_inner .list .fir.act{
    background-image: -webkit-linear-gradient(
            -90deg,#153149 60%,#426583);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.sm_nav_inner .list .fir.act i.i1{
    background: url("../img/nav_sm_jian.png") no-repeat center;
    background-size: 20px;
}
.sm_nav_inner .list .abox{
    display:none;
}
.sm_nav_inner .list .abox a{
    display: flex;
    font-size: 16px;
    color: #666;
    height: 45px;
    position: relative;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #e9e9e9;
}
.sm_nav_inner .list .abox a:last-child{
    border-bottom:none;
}
.sm_nav_inner .list .abox a .icon{
    width: 23px;
    height: 23px;
    position: relative;
    margin-right: 10px;
}

.sm_search{
    position: fixed;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: #f3f5f7;
    padding-top: 60px;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.sm_search.act{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sm_search_inner{
    width: 100%;
    height: 100%;
    padding: 6% 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sm_search_inner .sm_searinput{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sm_search_inner .sm_searinput form{
    width: calc(100% - 62px);
}
.sm_search_inner .sm_searinput form input[type=text]{
    color: #333;
    width: 80%;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 13px;
    background: #ebebeb;
    border-radius:0;
    -webkit-appearance:none;
}
.sm_search_inner .sm_searinput form input[type=text]::placeholder{
    font-size:14px;
    color:#666;
}
.sm_search_inner .sm_searinput form input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 45px;
    background: #ebebeb url(../img/sear2.png) no-repeat center;
    background-size: 19px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius:0;
    -webkit-appearance:none;
}
.sm_search_inner .sm_searinput .close{
    width: 63px;
    height: 45px;
    background: url(../img/close1.png) no-repeat center;
    background-size: 20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.swiper-banner .swiper-slide img.img2{
    display: none;
}
.maskout{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left:0;
    top:0;
    z-index: 1001;
    display: none;
}
.mask{
    width: 80%;
    height: 170px;
    background:rgba(255,255,255,1);
    border-radius: 20px;
    box-shadow: 0 0 5px #00000087;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index:997;

}
.pop-container{
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pop-container .t1{
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.pop-container .t2{
    color: #666;
    text-align: center;
    margin:3% 0 5% 0;
    font-size: 16px;
}
.mask button {
    width: 118px;
    height: 34px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
    background: #0c2f4a;
    font-size: 15px;
}
.picsm{
    display: none;
}


/*miaoadd-coop*/
.cooplogo{
    width: 100%;
}
.swiper-loop{
    width: 100%;
    height:350px;
    position:relative;
    overflow:hidden;
}
.cooplogo .swiper-slide{
    display:flex;
    justify-content: center;
    align-items: center;
    height: calc(100% / 2);
}
.cooplogo b{
    width: 100px;
    height:100px;
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cooplogo b img{
    max-width: 80%;
    max-height: 80%;
}
