*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#545454;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#D6D6D6;
}
:-moz-placeholder {
    color:#D6D6D6;
    opacity:1;
}
::-moz-placeholder {
    color:#D6D6D6;
    opacity:1;
}
:-ms-input-placeholder{
    color:#D6D6D6;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
/*.scroll-animate.animated,.scroll-animate:not(.father) {
    visibility: hidden;
}*/
@font-face {
    font-family:'Poppins-Medium.ttf';
    src: url('../fonts/Poppins-Medium.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf?v=4.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Poppins-Light.ttf';
    src: url('../fonts/Poppins-Light.ttf?v=4.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
html{
    width: 100%;
    /*font-size: 62.5%;
    font-size: 5.20833vw;*/
    font-size: calc(100vw/19.2);
}
@media (min-width: 1720px) {
    html {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: calc(100vw/7.5);
    }
}
body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#e6e9f0;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
body.active{
    overflow: hidden;
}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}
.f-12{
    font-size: 0.12rem;
}
.f-14{
    font-size: 0.14rem;
}
.f-15{
    font-size: 0.15rem;
}
.f-16{
    font-size: 0.16rem;
}
.f-18{
    font-size: 0.18rem;
}
.f-20{
    font-size: 0.20rem;
}
.f-22{
    font-size: 0.22rem;
}
.f-24{
    font-size: 0.24rem;
}
.f-25{
    font-size: 0.25rem;
}
.f-26{
    font-size: 0.26rem;
}
.f-28{
    font-size: 0.28rem;
}
.f-30{
    font-size: 0.3rem;
}
.f-32{
    font-size: 0.32rem;
}
.f-35{
    font-size: 0.35rem;
}
.f-36{
    font-size: 0.36rem;
}
.f-40{
    font-size: 0.40rem;
}
.f-50{
    font-size: 0.50rem;
}
.f-55{
    font-size: 0.55rem;
}
.f-70{
    font-size: 0.70rem;
}
.f-90{
    font-size: 0.90rem;
}
.f-100{
    font-size: 1rem;
}
.f-137{
    font-size: 1.37rem;
}
.f-204{
    font-size: 2.04rem;
}

.fl {
    float:left;
}
.fr {
    float:right;
}
.picture{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.picture:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.picture img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1720px;
    margin: 0 auto;
}

header {
    width:100%;
    margin:0 auto;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: .5s;
}
header.guding{
    background: rgba(255,255,255,.78);
    box-shadow: 0px 0px 56px 3px rgba(34,61,140,0.28);
     /*backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);*/
}
header.hover{
    background: rgba(255,255,255,.78);
    box-shadow: 0px 0px 56px 3px rgba(34,61,140,0.28);
     /*backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);*/
}
.daohang {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 109px;
    clear:both;
    position: relative;
    z-index: 9;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    transition: .5s;
}
.yx{
    position: relative;
}
.yx a {
    display: flex;
    align-items: center;
}
.yx a img {
    max-width:100%;
    height: 70px;
    transition: .5s;
}
.yx a .logo_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 14px;
}
.yx a .logo_txt p{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.yx a .logo_txt span{
    margin-top: 5px;
    font-family: "Roboto-regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
header.hover .yx a .logo_txt p{
    color: #222222;
}
header.hover .yx a .logo_txt span{
    color: #999999;
}
header.guding .yx a .logo_txt p{
    color: #222222;
}
header.guding .yx a .logo_txt span{
    color: #999999;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    z-index: 9;
    position: relative;
    margin: 0 0.45rem;
    line-height: 109px;
}
.menupc li:hover a:after{
    width: 0.32rem;
}
.menupc li a{
    display: block;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}
header.hover .menupc li a{
    color: #222222;
}
header.guding .menupc li a{
    color: #222222;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: .5s;
}
header.hover .menupc li a:after{
    background: #26548F;
}
header.guding .menupc li a:after{
    background: #26548F;
}
.menupc li a:hover:after{
    width: 0.32rem;
}
.menupc li .current:after{
    width: 0.32rem;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: rgba(255,255,255,.9);
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    top: 109px;
    width: 3.03rem;
    height: auto;
    line-height: 0;
    padding: 25px 0 15px 0;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(9,4,5,0.14);
    border-radius: 0 0 10px 10px;
}
.menupc .xiala li{
    margin: 0;
}
.menupc .xiala li a{
    display: block;
    font-weight: 400;
    color: #444444;
    line-height: 0.45rem;
    position: relative;
    padding: 0 0.25rem 0 0.35rem;
}
.menupc .xiala li a:after{
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    background: url("../images/jt.png") no-repeat center !important;
    background-size: 100% !important;
    position: absolute;
    right: 0.25rem;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
}
.menupc .xiala li a:hover{
    color: #26548F;
    background: #E6E9F0;
}
.menupc .xiala li a.current{
    color: #26548F !important;
    background: #E6E9F0 !important;
}
/*.menupc li:hover .xiala {
    display: block;
}*/
.link{
    display: flex;
    align-items: center;
    margin-left: 0.65rem;
}
.link a.htel{
    width: 0.25rem;
    height: 0.25rem;
    background: url("../images/tel.png") no-repeat center;
    background-size: 100% !important;
}
.link a.hmail{
    width: 0.26rem;
    height: 0.20rem;
    background: url("../images/mail.png") no-repeat center;
    background-size: 100% !important;
    margin-left: 0.38rem;
}
header.hover .link a.htel{
    background: url("../images/tel_h.png") no-repeat center;
}
header.hover .link a.hmail{
    background: url("../images/mail_h.png") no-repeat center;
}
header.guding .link a.htel{
    background: url("../images/tel_h.png") no-repeat center;
}
header.guding .link a.hmail{
    background: url("../images/mail_h.png") no-repeat center;
}

/*手机导航*/
.menubtn{
    display: none;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 60px;
    cursor: pointer;
    top: 15px;
}

/*手机导航*/
.formBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.formBox .inputText{
    width: 60%;
    font-size: 15px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #eee;
}
.formBox .btn{
    font-size: 0;
}
.iteamshow .menubtn span, .iproject .menubtn span{
    background: #25538F;
}
.menubtn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    margin: 6px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
header.guding .menubtn span{
    background: #25538F;
}
.menubtn.on span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}
.menubtn.on span:nth-child(2) {
    display: none;
}
.menubtn.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -7px;
}
.nav-nation{
    margin-top: 20px;
}
.nav-nation ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-nation ul li{
    margin: 0 5px;
}
.nav-nation ul li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    position: relative;
    transition: .5s;
    padding: 0 7px;
}
.nav-nation ul li a:hover{
    background: #FFD000;
}
.nav-nation ul li a.current{
    background: #FFD000;
}
.m-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    display: none;
    z-index: 999;
    overflow-y: scroll;
    border-top: 1px solid #eee;
}

.m-nav .nav-list {
    padding-left: 5%;
    padding-right: 5%;
}
.m-nav .nav-list>li{
    text-align: left;
    border-bottom: #e8e8e8 solid 1px;
    box-sizing: border-box;
}
.m-nav .nav-list .one-level{
    position: relative;
    padding-right: 40px;
}
.m-nav .nav-list .one-level i{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 50px;
    background: url(../images/img99.png) center no-repeat;
    background-size: 15px 18px;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
    font-size: 16px;
    color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on a, .m-nav .nav-list .one-level a:hover {
    color: #0C8BD4;
}
.m-nav .nav-list .lang{
    text-align: center;
    margin-top: 10%;
    border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
    padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
    display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
    margin: 0 30px;
}
.m-nav .nav-list .one-level a:hover span{
    color: #666666;
}
.m-nav .nav-list li a .tit {
    color: #222222;
}
.m-nav .nav-list li a:hover .tit {
    color: #19aeae;
}
.m-nav .m-subnav {
    display: none;
    border-top: #e8e8e8 solid 1px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.m-nav ul li .m-subnav>a, .m-nav ul li .m-subnav .two-level {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
}
.m-nav ul li .m-subnav a:hover {
    color: #0C8BD4;
}

#mmenu .language {
    width: 100%;
    display: flex;
    align-items: center;
}
#mmenu .language a {
    display: block;
    line-height: 40px;
    color: rgba(0,0,0,.7);
    text-decoration: none;
    text-align: center;
    height: 40px;
    padding: 0 0 0 20px;
}

/*swiper的banner*/
.home-banner {
    width:100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner_picture{
    position: relative;
    z-index: 1; /* 最底层背景图 */
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_picture .banimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease-in-out, transform 8s ease-out;
    will-change: opacity, transform;
}
.banner_picture .banimg.active{
    opacity: 1;
    transform: scale(1);
}
.banner_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/* 全局唯一画布，放在图片上层、文字下层 */
#water {
    position: absolute;
    width: 27vw;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2; /* 核心：画布层级低于文字 */
    opacity: 0.8;
    pointer-events: none; /* 不遮挡文字按钮点击 */
}
.ban_txt{
    position: absolute;
    width: 100%;
    height: 100%;
}
.ban_txt .container1{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.ban_txt1{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: left;
    text-shadow: 0px 6px 0px rgba(8,49,103,0.14);
}
.ban_txt2{
    margin-top: 0.6rem;
    text-align: left;
    display: flex;
    align-items: center;
}
.ban_txt2_1{
    color: #FFFFFF;
}
.ban_txt2_2{
    color: #97DEF9;
}
.ban_txt2 span{
    font-weight: 300;
    line-height: 1;
}
.ban_txt2 img{
    height: 0.2rem;
    margin: 0 0.28rem 0 0.18rem;
}
.ban_txt3 a{
    margin-top: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 2px solid #9ADFF9;
    padding: 0 0.48rem;
    height: 0.48rem;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    transition: .5s;
}
.home-banner .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: calc((100vw - 1720px) / 2);
    width: 13px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
}
.home-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    border: 1px solid #EDECEC;
    opacity: 1;
    margin: 11px 0px !important;
}
.home-banner .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.bangu_txt{
    position: absolute;
    right: 0;
    bottom: 1rem;
    width: 100%;
    z-index: 4;
}
.bangu_txt .container1{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.bangu_txts{
    display: flex;
    align-items: center;
}
.bangu_txts p{
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 0.3rem;
}
.bangu_txts span{
    width: 0.92rem;
    height: 0.92rem;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bangu_txts span img{
    height: 0.43rem;
    animation: turn 20s infinite linear;
}
@keyframes turn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.phone{
    display: none;
}



@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .navdaohang{
        display: none;
    }
    .yx a img{
        height: 36px;
    }
    .nation{
        display: none;
    }
    .menubtn{
        display: block;
    }
}


footer{
    width: 100%;
    margin: 0 auto;
    background: url("https://img.vcc.company/static/cn/web/images/footerbg.jpg") no-repeat center;
    background-size: cover;
}
.footer1{
    padding: 0.62rem 0 0.95rem 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_fl{
    width: 28%;
}
.footer1_fl_t a{
    display: flex;
    align-items: center;
}
.footer1_fl_t a img{
    height: 90px;
}
.footer1_fl_t a .flogo_txt{
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}
.footer1_fl_t a .flogo_txt p{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.footer1_fl_t a .flogo_txt span{
    margin-top: 15px;
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #999999;
    line-height: 1;
}
.footer1_fl_b{
    margin-top: 0.9rem;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
}
.footer1_fc{
    width: 15%;
    display: flex;
    justify-content: space-between;
}
.footer1_fc dl{
    display: flex;
    flex-direction: column;
}
.footer1_fc dl dt{
    font-weight: bold;
    color: #999999;
    line-height: 25px;
    margin-bottom: 0.25rem;
}
.footer1_fc dl dd a{
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
}
.footer1_fc dl dd a:hover{
    color: #26548F;
    text-decoration: underline;
}
.footer1_fr{
    width: 15.5%;
}
.footer1_fr dl{
    display: flex;
    flex-direction: column;
    margin-bottom: 0.4rem;
}
.footer1_fr dl:last-child{
    margin-bottom: 0;
}
.footer1_fr dl dt{
    font-weight: bold;
    color: #999999;
    line-height: 25px;
    margin-bottom: 0.25rem;
    padding-left: 0.28rem;
}
.footer1_fr dl dt.flx{
    background: url("../images/flx.png") no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.footer1_fr dl dt.fdz{
    background: url("../images/fdz.png") no-repeat left center;
    background-size: 0.19rem 0.19rem;
}
.footer1_fr dl dd{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    word-break: break-all;
}
.footer2{
    border-top: 1px solid rgba(153,153,153,.2);
    padding: 0.5rem 0 0.25rem 0;
}
.footer2 .bd .tempWrap{
    width:100% !important;
}
.footer2 .bd ul{
    overflow:hidden;
    zoom:1;
    height: 1.65rem;
}
.footer2 .bd ul li{
    font-family: "Poppins-ExtraBold";
    float: left;
    text-align:left;
    _display:inline;
    width:auto !important;
    color: rgba(153, 153, 153, .2);
    line-height: 0.8;
}
.footer3{
    padding: 0.15rem 0;
    border-top: 1px solid rgba(153,153,153,.2);
}
.footer3 p{
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
.footer3 p a{
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.footer3 p a:hover{
    color: #275490;
}


.home-ap{
    width: 100%;
    margin: 0 auto;
    background: url("../images/apbg.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.home-search{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -0.42rem;
}
.ssform{
    width: 69.5%;
    margin: 0 auto;
    position: relative;
}
.ssform input{
    background: #FFFFFF url("../images/search.png") no-repeat 0.3rem center;
    background-size: 0.29rem 0.29rem;
    border-radius: 41px;
    border: none;
    width: 100%;
    height: 0.83rem;
    font-weight: 400;
    color: #999999;
    padding: 0 2rem 0 0.8rem;
}
.ssform button{
    width: 1.74rem;
    height: 0.63rem;
    background: #25538F;
    border: none;
    border-radius: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.13rem;
    cursor: pointer;
    font-weight: 400;
    color: #FFFFFF;

}
.home-about{
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 2.35rem 0;
}
.home-about .container1{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about_fl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_title p{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #9EB2C7;
    line-height: 1;
    text-transform: uppercase;
}
.index_title h3{
    margin-top: 12px;
    font-weight: 400;
    color: #25538F;
    line-height: 1;
}
.about_fl2{
    position: absolute;
    bottom: -0.85rem;
    left: 0;
}
.index_more{
    width: 1.17rem;
    height: 1.17rem;
    position: relative;
}
.index_more .more{
    width: 100%;
    height: 100%;
    animation: turn 20s infinite linear;
}
@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    border: 1px solid #25538F;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.index_more a span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.79rem;
    height: 0.79rem;
    border-radius: 50%;
    background: #25538F;
    font-weight: 400;
    color: #FFFFFF;
}
.about_fc{
    width: 49%;
    margin-top: 0.7rem;
    margin-left: 2.15rem;
}
.idx_title{
    position: relative;
    z-index: 1;
}
.idx_title .title {
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    white-space: nowrap;
    position: relative;
    visibility: visible !important;
}
.idx_title .title .word {
    color: #B5C3D8;
    display: flex;
    align-items: center;
}
.idx_title .title .word i{
    margin: 0 22px;
    font-style: normal;
}
.idx_title .title .last {
    color: #2E2E2E;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.idx_title .title .last span {
    width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.idx_title .title.active .first {
    transition: all .1s 2s linear;
    opacity: 0;
}
.idx_title .title.active .last span {
    width: 100%;
    transition: width 1.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.idx_title .title:first-child ~ .title {
    margin-top: 10px;
}
.about_fc_b{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #555555;
    line-height: 36px;
    height: 252px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_fr{
    width: 21%;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 50px 0px rgba(160,175,193,0.35);
    border-radius: 20px;
    padding: 0.15rem 0.15rem 0.15rem 0.3rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about_fr .swiper-slide{
    display: initial;
}
.abouts a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: left;
}
.about_fr_txt{
    width: 48%;
    margin-top: 0.13rem;
}
.about_fr_txt1 img{
    height: 0.31rem;
}
.about_fr_txt2{
    margin-top: 14px;
    font-weight: 400;
    color: #25538F;
    line-height: 1;
}
.about_fr_txt3{
    margin-top: 8px;
    font-weight: 400;
    color: #7D9DC8;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Poppins-Regular";
}
.about_fr_img{
    width: 48%;
    position: relative;
    border-radius: 10px;
}
.about_fr_img img{
    border-radius: 10px;
}
.about_fr_img span{
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 0.3rem;
    height: 0.3rem;
    background: #FFFFFF url("../images/ajt.png") no-repeat center;
    background-size: 0.11rem 0.11rem !important;
    border-radius: 15px;
    transition: .5s;
}
.abouts a:hover .about_fr_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.abouts a:hover .about_fr_img span{
    background: #25538F url("../images/ajt_h.png") no-repeat center;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_fr .swiper-pagination1{
    justify-content: center;
    align-items: center;
    left: 0.3rem;
    bottom: 0.15rem;
}
.about_fr .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #92DCF9;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 5px 0 0 !important;
}
.about_fr  .swiper-pagination-bullet-active{
    background: #25538F;
}
.home-project{
    width: 100%;
    margin: 0 auto;
}
.project_t .index_title{
    text-align: right;
}
.project_b{
    position: relative;
}
.project_b .swiper-slide{
    display: initial;
}
.projects .projectss{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(160,175,193,0.35);
    border-radius: 30px;
    padding: 0.58rem 0.61rem;
    margin-top: 0.45rem;
    opacity: 0.5;
}
.projects.swiper-slide-active .projectss{
    opacity: 1;
}
.project_b_img{
    width: 50%;
}
.project_b_img.pic:after{
    padding-bottom: 100%;
}
.project_b_txt{
    width: 45%;
}
.project_b_txt1{
    font-weight: bold;
    color: #111111;
    line-height: 0.72rem;
    height: 0.72rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project_b_txt2{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #555555;
    line-height: 36px;
    height: 252px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project_b_txt3{
    margin-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
}
.home-tt{
    width: 100%;
    margin: 0 auto;
    background: url("https://img.vcc.company/static/cn/web/images/ttbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 1.5rem 0 2.35rem 0;
}
.home-txt{
    width: 100%;
    margin: 0 auto;
}
.txtwz{
    margin: 0 auto;
}
.txtwz img{
    transform-origin: center center;/* 从中心缩放 */
}
.home-team{
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}
.team_t .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.team_b{
    position: relative;
    padding-left: 16.71875%;
    padding-top: 0.85rem;
}
.team_b .swiper-container{
    -webkit-mask: linear-gradient(-90deg, transparent 0.5%, #000 10%, #000 100%, transparent 100%);
    mask: linear-gradient(-90deg, transparent 0.5%, #000 10%, #000 100%, transparent 100%);
}
.team_b .swiper-slide{
    display: initial;
}
.teams a{
    display: block;
    width: 100%;
    text-align: left;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0.35rem 0.37rem 0.25rem 0.37rem;
}
.team_b_txt1{
    font-weight: 400;
    color: #222222;
    background: url("../images/people.png") no-repeat left center;
    background-size: 0.24rem 0.25rem !important;
    padding-left: 0.35rem;
    transition: .5s;
}
.team_b_img{
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team_b_img_fl{
    position: relative;
    width: 0.89rem;
    height: 0.89rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_b_img_fl img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.team_b_img_fl .border-in-one {
    width: 0.89rem;
    height: 0.89rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-one 2s ease infinite 1s;
}
.team_b_img_fl .border-in-two {
    width: 0.89rem;
    height: 0.89rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-two 2s ease infinite 1s;
}
.team_b_img_fl .border-in-three {
    width: 0.89rem;
    height: 0.89rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    animation: myani-three 2s ease infinite 1s;
}
@keyframes myani-one {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10% {
        opacity: 0.4;
        transform: scale(1.2);
    }
    30% {
        opacity: 0;
        transform: scale(1.4);
    }
}
@keyframes myani-two {
    0% {
        opacity: 0;
        transform: scale(1.4);
    }
    20% {
        opacity: 0.3;
        transform: scale(1.6);
    }
    40% {
        opacity: 0;
        transform: scale(1.8);
    }
}
@keyframes myani-three {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    30% {
        opacity: 0.2;
        transform: scale(2);
    }
    60% {
        opacity: 0;
        transform: scale(2.2);
    }
}
.team_b_img_fr{
    width: calc(100% - 1.4rem);
    display: flex;
    flex-direction: column;
}
.team_b_img_fr p{
    font-weight: bold;
    color: #222222;
    line-height: 1;
    transition: .5s;
}
.team_b_img_fr span{
    margin-top: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    transition: .5s;
}
.team_b_txt2{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #555555;
    line-height: 25px;
    height: 75px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .5s;
}
.team_b_txt3{
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team_b_txt3_fl{
    width: 0.5rem;
    height: 0.5rem;
    background: #26548F url("../images/tjt.png") no-repeat center;
    border-radius: 50%;
    background-size: 0.2rem 0.21rem !important;
    transition: .5s;
}
.team_b_txt3_fr{
    font-weight: 400;
    color: rgba(255,255,255,.7);
    text-decoration-line: underline;
    transition: .5s;
    opacity: 0;
}
.teams a:hover{
    background: url("../images/teambg.jpg") no-repeat center;
    background-size: cover;
}
.teams a:hover .team_b_txt1{
    color: #FFFFFF;
    background: url("../images/people_h.png") no-repeat left center;
}
.teams a:hover .team_b_img_fr p{
    color: #FFFFFF;
}
.teams a:hover .team_b_img_fr span{
    color: #FFFFFF;
}
.teams a:hover .team_b_txt2{
    color: rgba(255,255,255,.7);
}
.teams a:hover .team_b_txt3_fl{
    background: #FFFFFF url("../images/tjt_h.png") no-repeat center;
}
.teams a:hover .team_b_txt3_fr{
    opacity: 1;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_b .swiper-pagination3{
    justify-content: center;
    align-items: center;
    right: calc((100% - 1720px) / 2);
    top: 0.22rem;
}
.team_b .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: rgba(38,84,143,0);
    border-radius: 50%;
    border: 1px solid #999999;
    opacity: 1;
    outline: none;
    margin: 0px 0 0 10px !important;
}
.team_b .swiper-pagination-bullet-active{
    background: #26548F;
    border: 1px solid #26548F;
}
.home-pf{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -100px;
}
.home-pf:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://img.vcc.company/static/cn/web/images/pfbg.jpg") no-repeat top center;
    background-size: cover;
    z-index: 1;
    border-radius: 100px;
}
.home-partner{
    width: 100%;
    margin: 0 auto;
    margin-top: -1.82rem;
    display: none;
}
.partners{
    position: relative;
    border-radius: 20px;
    background: #FFFFFF url("../images/partnerbg1.jpg") no-repeat left bottom;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.98rem 0 0.82rem 0;
}
.partners:before{
    content: '';
    display: block;
    background: url("../images/partnerbg2.jpg") no-repeat top right;
    width: 7.78rem;
    height: 2.88rem;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
}
.partner_title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 1.3rem;
    left: 29%;
}
.partner_title h3{
    font-family: "Poppins-ExtraBold";
    color: #26548F;
    line-height: 1;
}
.partner_title p{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #B5C3D8;
}
.partner_title p i{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem;
    margin-left: 0.2rem;
}
.partner_fl{
    width: 33%;
    position: relative;
}
.partner_fr{
    width: 67%;
    padding: 0 1.5rem;
    margin-top: 1.75rem;
    position: relative;
}
.partner_fr1{
    font-weight: bold;
    color: #222222;
}
.partner_fr2{
    margin-top: 0.2rem;
    font-weight: 400;
    color: #555555;
    line-height: 40px;
}
.home-future{
    width: 100%;
    margin: 0 auto;
    padding: 1.15rem 0 2.6rem 0;
    position: relative;
    z-index: 2;
}
.future_c{
    padding: 0.5rem 0.95rem 0 0.95rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.future_c_fl{
    width: 39%;
}
.future_c_fl2{
    margin-top: 0.9rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}
.future_c_fr{
    width: 40%;
}
.future_c_fr1{
    position: relative;
    width: 5.73rem;
    height: 5.73rem;
    overflow: visible;
}
.future_c_fr1 .circle{
    width: 100%;
    height: 100%;
    animation: turn 20s infinite linear;
}
.future_c_fr1 .future{
    width: 4.07rem;
    height: 4.07rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.future_c_fr1 p{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    position: absolute;
    top: 28%;
    right: -15%;
}
.future_c_fr2{
    margin-top: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.home-news{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.18rem;
    margin-top: -1.4rem;
    position: relative;
    z-index: 2;
}
.newss{
    background: #FFFFFF;
    box-shadow: 0px 13px 84px 0px rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 0.95rem 1rem;
}
.news_t{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 0.95rem;
}
.news_t_fl{
    position: relative;
    z-index: 2;
}
.news_t_fl h3{
    /*font-family: "Poppins-ExtraBold";*/
    font-weight: bold;
    color: #26548F;
    line-height: 1;
}
.news_t_fl p{
    margin-top: 0.8rem;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}
.news_t_fc{
    width: 40.5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 1;
}
.news_t_fr{
    width: 25.6%;
    position: relative;
    z-index: 2;
}
.news_t_fr1{
    font-weight: 400;
    color: #555555;
    line-height: 2.22;
}
.news_t_fr2{
    margin-top: 1.1rem;
}
.news_b{
    margin-top: 1.28rem;
}
.news_b ul{
    display: flex;
    flex-wrap: wrap;
}
.news_b ul li{
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}
.news_b ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
}
.news_b_fl{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #555555;
    display: flex;
    align-items: flex-start;
    line-height: 1;
}
.news_b_fl span{
    font-family: "Poppins-Light";
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-left: 0.15rem;
}
.news_b_fr{
    position: relative;
    padding-right: 1.1rem;
    font-weight: 400;
    color: #555555;
    width: 80%;
    transition: .5s;
}
.news_b_fr:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: #E4E7EE url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem !important;
    border-radius: 50%;
    transition: .5s;
}
.news_b ul li a:hover .news_b_fr{
    color: #26548F;
}
.news_b ul li a:hover .news_b_fr:after{
    background: #26548F url("../images/tjt.png") no-repeat center;
}






/*about us*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 0px 0px 100px 100px;
}
.iban_wz{
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
}
.iabout .iban_wz, .iteam .iban_wz, .iequipment .iban_wz{
    bottom: 17%;
}
.iban_wz .container1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.iban_wz_fl{
    font-family: "Poppins-ExtraBold";
    color: #FFFFFF;
    line-height: 0.8;
    text-transform: uppercase;
}
.iban_wz_fr{
    margin-top: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iban_wz_fr p{
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.iban_wz_fr span{
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.61rem;
    height: 0.61rem;
    background: rgba(85,85,85,0);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
.iban_wz_fr span img{
    border-radius: 0px;
    width: 0.15rem;
    animation: upmove 1.5s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner_nav{
    position: absolute;
    top: -1.02rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 100%;
}
.inner_navs{
    background: #FFFFFF;
    box-shadow: 0px 0px 56px 3px rgba(34,61,140,0.09);
    border-radius: 30px;
    padding: 0.71rem 0;
}
.inner_navs ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.inner_navs ul li a{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #555555;
    line-height: 31px;
}
.inner_navs ul li a:hover{
    font-weight: bold;
    color: #222222;
}
.inner_navs ul li a.current{
    font-weight: bold;
    color: #222222;
}

.iabout1{
    padding: 1.95rem 0 2.15rem 0;
    background: url("../images/iabout1bg.jpg") no-repeat right bottom;
}
.iabout1_title{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.iabout .idx_title .title{
    font-weight: 400;
}
.iabout1_title_fr{
    font-weight: 400;
    color: #555555;
}
.iabout1_con{
    margin-top: 0.45rem;
}
.iabout1_con_t{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.6rem;
    height: 0.6rem;
    background: #26548F;
    border-radius: 10px;
}
.iabout1_con_t img{
    height: 0.18rem;
    animation: upmove 1.5s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.iabout1_con_b{
    margin-top: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.3rem;
}
.iabout1_con_b_img{
    width: 35%;
    position: relative;
}
.iabout1_con_b_img img{
    border-radius: 20px;
}
.iabout1_con_b_img img.iabout1-1{
    width: 90%;
}
.iabout1_con_b_img img.iabout1-2{
    position: absolute;
    right: 0;
    bottom: -1.2rem;
    width: 37%;
}
.iabout1_con_b_txt{
    width: 61.7%;
}
.iabout1_con_b_txt1 .idx_title .title{
    font-weight: 400;
}
.iabout1_con_b_txt1 .idx_title .title .word{
    color: #555555;
}
.iabout1_con_b_txt1 .idx_title .title .last{
    color: #111111;
}
.iabout1_con_b_txt2{
    margin-top: 0.35rem;
    font-weight: 400;
    color: #555555;
    line-height: 36px;
}
.iabout2{
    position: relative;
}
.iabout2_show{
    position: relative;
}
.iabout2_show .iabout2_info {
    display: none;
}
.iabout2_info{
    overflow: hidden;
    position: relative;
}
.iabout2_info_txt{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding: 1.25rem 0 0.55rem 0;
    height: 100%;
    width: 100%;
}
.iabout2_info_txt .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.iabout2_info_txt1 h3{
    /*font-family: "Poppins-Regular";*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8;
    text-transform: capitalize;
}
.iabout2_info_txt1 p{
    margin-top: 0.35rem;
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.iabout2_info_txt2{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    width: 31%;
    margin: 0 0 0 auto;
}
.iabout2_title{
    position: absolute;
    bottom: 0.95rem;
    left: 0;
    width: 100%;
    z-index: 2;
}
.iabout2_title .container1{
    position: relative;
}
.iabout2_title ul{
    display: flex;
    align-items: center;
}
.iabout2_title ul li{
    margin-left: 1.3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: rgba(255,255,255,.8);
}
.iabout2_title ul li i{
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    margin-right: 0.21rem;
}
.iabout2_title ul li.on{
    color: #FFFFFF;
}
.iabout2_title ul li.on i{
    background: #05A4F6;
}
.iabout3{
    background: url("../images/iabout3bg.jpg") no-repeat left top;
    padding: 1.3rem 0;
}
.iabout3_titles{
    background: url("../images/atitle.png") no-repeat center;
    background-size: 100%;
}
.iabout3_titles .idx_title{
    background: #e7eaf1;
    display: inline-flex;
    margin-left: 0.6rem;
    padding: 0 0.35rem;
    top: -0.45rem;
}
.iabout3_con{
    margin-top: 1.2rem;
}
.iabout3_con ul li:first-child{
    border-top: 1px solid #dddddd;
}
.iabout3_con ul li{
    border-bottom: 1px solid #dddddd;
}
.iabout3_con ul li a{
    display: block;
    background: #FFFFFF;
    padding: 0.2rem 0;
    transition: .5s;
}
.iabout3_cons{
    padding: 0 1.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout3_con_fl{
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iabout3_con_fl_img{
    width: 50%;
    display: flex;
    align-items: center;
}
.iabout3_con_fl_img img{
    width: 1.15rem;
    height: 0.86rem;
    background: #E6E9F0;
    border-radius: 20px;
    object-fit: contain;
}
.iabout3_con_fl_img h3{
    font-weight: bold;
    color: #222222;
    line-height: 24px;
    padding-left: 0.35rem;
}
.iabout3_con_fl_txt{
    width: 35%;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
}
.iabout3_con_fr{
    width: 57%;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    position: relative;
    padding-right: 2.25rem;
}
.iabout3_con_fr:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: #26548F url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem !important;
    border-radius: 50%;
    transition: .5s;
}
.iabout3_con ul li a:hover{
    background: #26548F;
}
.iabout3_con ul li a:hover .iabout3_con_fl_img h3{
    color: #FFFFFF;
}
.iabout3_con ul li a:hover .iabout3_con_fl_txt{
    color: #FFFFFF;
}
.iabout3_con ul li a:hover .iabout3_con_fr{
    color: #FFFFFF;
}
.iabout3_con ul li a:hover .iabout3_con_fr:after {
    background: #FFFFFF url("../images/tjt_h.png") no-repeat center;
}
.iabout3_more{
    margin-top: 0.6rem;
}
.iabout_more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.82rem;
    margin: 0 auto;
    height: 0.99rem;
    background: #275490;
    border-radius: 50px;
    padding: 0 0.43rem 0 0.77rem;
    font-weight: bold;
    color: #FFFFFF;
}
.iabout_more a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem;
    border-radius: 50%;
    transition: .5s;
}
.iabout_more a:hover i{
    transform: rotate(-45deg);
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat bottom right;
    padding-bottom: 1.3rem;
}
.iabout4_con{
    margin-top: 0.7rem;
    padding: 0 1.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout4_con_fl{
    width: 34%;
}
.iabout4_con_fl1{
    font-weight: 400;
    color: #111111;
}
.iabout4_con_fl1 span{
    color: #05A4F6;
}
.iabout4_con_fl2{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #555555;
    line-height: 36px;
}
.iabout4_con_fl3{
    margin-top: 1.5rem;
}
.iabout4_con_fl3 a{
    margin: 0 auto 0 0;
}
.iabout4_con_fr{
    width: 60.5%;
}
.iabout4_con_fr img{
    border-radius: 10px;
}

/*专家团队*/
.iteams{
    padding: 1.55rem 0 0.85rem;
}
.iteams .iabout3_con{
    margin-top: 0;
}
.iteams .pagination{
    margin-top: 0.7rem;
}
/*分页*/
.pagination{
    clear:both;
    margin: 0;
}
.pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination li{
    display:block ;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 0.27rem;
    line-height: 0.63rem;
    margin: 0px 9px 10px 9px;
    background: #F4F4F6;
    border-radius: 50%;
    cursor: pointer;
}
.pagination li:first-child{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination li:last-child{
    background: transparent url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination li:hover{
    color: #ffffff;
    background: #26548F;
}
.pagination li.active {
    color: #ffffff;
    background: #26548F;
}
.pagination li:first-child:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #26548F;
}
.pagination li:last-child:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #26548F;
}
.icommon{
    position: relative;
    padding-bottom: 1.57rem;
}
.icommon_title{
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.icommon_con{
    margin-top: 0.7rem;
}
.waves{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5rem;
}
.icommon_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icommon_con ul li{
    width: 48.7%;
}
.icommon_con ul li a{
    display: block;
    position: relative;
}
.icommon_con_img{
    border-radius: 20px;
}
.icommon_con_img img{
    border-radius: 20px;
}
.icommon_con_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem 0.25rem 0.4rem 0.6rem;
}
.icommon_con_txt h3{
    font-weight: bold;
    color: #FFFFFF;
}
.icommon_con_txt p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.57rem;
    height: 0.99rem;
    margin: 0 0 0 auto;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 0 0.43rem 0 0.59rem;
}
.icommon_con_txt p i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background: #223D8C url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem;
    border-radius: 50%;
    transition: .5s;
}
.icommon_con ul li a:hover .icommon_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icommon_con ul li a:hover .icommon_con_txt p i{
    transform: rotate(-45deg);
}

/*设施与环境*/
.iequipment1{
    padding: 1.6rem 0 0.8rem 0;
}
.iequipment1s{
    padding: 0 1.3rem;
}
.iequipment1_t img{
    border-radius: 60px;
}
.iequipment1_b{
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iequipment1_b_fl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.37rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 5px;
}
.iequipment1_b_fl i{
    width: 6px;
    height: 6px;
    background: #26548F;
    margin-right: 9px;
}
.iequipment1_b_fr{
    width: 75%;
    font-weight: 400;
    color: #222222;
    line-height: 2;
}
.iequipment1_b_fr span{
    color: #05A4F6;
}
.iequipment2{
    margin-bottom: 0.7rem;
}
.iequipment2s{
    background: url("../images/atitle.png") no-repeat top center;
    background-size: 100%;
    padding-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iequipment2_fl{
    width: 33.8%;
}
.iequipment2_fl img{
    border-radius: 20px;
}
.iequipment2_fr{
    width: 58.7%;
    font-weight: 400;
    color: #555555;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iequipment2_frs{
    width: 45%;
}
.iequipment3s{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0.8rem;
    padding: 0.99rem 0 0.55rem 0;
}
.iequipment3_title{
    display: flex;
}
.iequipment3_title span{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.iequipment3_title p{
    font-weight: bold;
    color: #B5C3D8;
    line-height: 1;
    margin-left: 0.56rem;
}
.iequipment3_con{
    margin-top: 0.65rem;
}
.iequipment3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iequipment3_con ul li{
    width: 32.3%;
    margin-right: 1.55%;
    margin-bottom: 0.36rem;
}
.iequipment3_con ul li:nth-child(3n){
    margin-right: 0;
}
.iequipment3_con ul li a{
    display: block;
}
.iequipment3_con_img{
    border-radius: 20px;
}
.iequipment3_con_img img{
    border-radius: 20px;
}
.iequipment3_con_txt{
    margin-top: 0.25rem;
}
.iequipment3_con_txt1{
    font-weight: 400;
    color: #222222;
}
.iequipment3_con_txt2{
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #222222;
}
.iequipment3_con_txt2 i{
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/magnify.png") no-repeat center;
    background-size: 0.26rem 0.28rem;
    border-radius: 50%;
    margin-left: 0.19rem;
}
.iequipment3_con ul li a:hover .iequipment3_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iequipment3_con ul li a:hover .iequipment3_con_txt1{
    color: #223D8C;
}

/*专家详情*/
.iteamshow header, .iproject header{
    background: rgba(255, 255, 255, .78);
}
.iteamshow header .yx a .logo_txt p,  .iproject header .yx a .logo_txt p{
    color: #222222;
}
.iteamshow header .yx a .logo_txt span, .iproject header .yx a .logo_txt span{
    color: #999999;
}
.iteamshow header .menupc li a, .iproject header .menupc li a{
    color: #222222;
}
.iteamshow header .menupc li a:after, .iproject header .menupc li a:after{
    background: #26548F;
}
.iteamshow header .link a.htel, .iproject header .link a.htel{
    background: url("../images/tel_h.png") no-repeat center;
}
.iteamshow header .link a.hmail, .iproject header .link a.hmail{
    background: url("../images/mail_h.png") no-repeat center;
}
.inner-location{
    background: url("../images/locationbg.jpg") no-repeat center;
    background-size: cover;
    height: auto;
    padding: 0.45rem 0;
    margin-top: 109px;
}
.iteamshow .inner-location p{
    font-weight: 400;
    color: #222222;
    padding: 0 1.3rem;
}
.iteamshow .inner-location p a{
    font-weight: 400;
    color: #222222;
}
.iteamshow .inner-main{
    background: #ffffff;
    padding-top: 0.45rem;
}
.iteamshows{
    padding: 0 1.3rem;
}
.iteamshow1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.iteamshow1_fl{
    display: flex;
    align-items: flex-end;
    width: 75%;
}
.iteamshow1_fl h3{
    font-weight: bold;
    color: #222222;
    line-height: 1.2;
}
.iteamshow1_fl p{
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-left: 0.23rem;
}
.iteamshow1_fr a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.57rem;
    height: 0.99rem;
    margin: 0 0 0 auto;
    background: #E6E9F0;
    border-radius: 50px;
    padding: 0 0.43rem 0 0.59rem;
}
.iteamshow1_fr a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background: #26548F url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem;
    border-radius: 50%;
    transition: .5s;
}
.iteamshow1_fr a:hover i{
    transform: rotate(-45deg);
}
.iteamshow2{
    margin: 0.4rem 0 0.95rem 0;
    border-bottom: 1px dashed #B4B4B4;
    border-top: 1px dashed #B4B4B4;
    padding: 0.8rem 0 0.55rem 0;
}
.iteamshow2_1{
    color: #222222;
    line-height: 25px;
}
.iteamshow2_1 span{
    font-weight: bold;
}
.iteamshow2_1 table {
    border: 1px solid #DDDDDD;
    border-collapse:collapse;
}
.iteamshow2_1 tr,.iteamshow2_1 td,.iteamshow2_1 th{
    border: 1px solid #DDDDDD;
    padding: 0.25rem 0.35rem;
}
.iteamshow2_1 tr:nth-child(odd){
    background: #E6E9F0;
}
.iteamshow2_2{
    margin-top: 0.45rem;
    color: #666;
    line-height: 30px;
}

/*新闻动态*/
.inewss{
    margin: 0.9rem 0 0.8rem 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 0.56rem;
}
.inews_con ul li:nth-child(3n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 13px 84px 0px rgba(0,0,0,0.07);
}
.inews_con_img{
    border-radius: 20px 20px 0px 0px;
    height: 2.81rem;
}
.inews_con_img img{
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inews_con_txt{
    padding: 0.39rem 0.33rem 0.52rem 0.33rem;
}
.inews_con_txt1{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    background: url("../images/date.png") no-repeat left center;
    background-size: 0.2rem 0.21rem;
    padding-left: 0.35rem;
}
.inews_con_txt2{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #222222;
    line-height: 0.45rem;
    height: 0.9rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt3{
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #999999;
}
.inews_con_txt3 i{
    width: 0.5rem;
    height: 0.5rem;
    background: #CCCCCC url("../images/tjt.png") no-repeat center;
    border-radius: 50%;
    background-size: 0.2rem 0.21rem !important;
    margin-right: 0.14rem;
    transition: .5s;
}
.inews_con ul li a:hover .inews_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con ul li a:hover .inews_con_txt2{
    color: #05A4F6;
}
.inews_con ul li a:hover .inews_con_txt3 i{
    background: #223D8C url("../images/tjt.png") no-repeat center;
}

/*FAQ*/
.ifaqs{
    margin: 0.83rem 0 0.8rem 0;
}
.ifaq_nav{
    display: flex;
    padding: 0 1.3rem;
}
.ifaq_nav_fl{
    width: 80px;
    margin-right: 0.3rem;
}
.ifaq_nav_fl a{
    font-weight: bold;
    color: #999999;
    line-height: 0.99rem;
    background: url("../images/all.png") no-repeat left center;
    background-size: 0.24rem 0.26rem;
    padding-left: 0.34rem;
}
.ifaq_nav_fl a:hover{
    color: #26548F;
}
.ifaq_nav_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.ifaq_nav_fr ul li{
    margin: 0 12px 12px 0;
}
.ifaq_nav_fr ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.57rem;
    height: 0.99rem;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #555555;
    padding: 0 0.45rem;
    transition: .5s;
}
.ifaq_nav_fr ul li a span{
    position: relative;
    z-index: 2;
}
.ifaq_nav_fr ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #26548F;
    border-radius: 50px;
    transition: .5s;
}
.ifaq_nav_fr ul li a:hover{
    border: 1px solid #26548F;
    color: #FFFFFF;
}
.ifaq_nav_fr ul li a:hover:after{
    width: 100%;
}
.ifaq_nav_fr ul li a.current{
    border: 1px solid #26548F;
    color: #FFFFFF;
}
.ifaq_nav_fr ul li a.current:after{
    width: 100%;
}
.ifaq2{
    margin: 0.5rem 1.3rem 0.73rem 1.3rem;
    position: relative;
}
.ifaq2 .ifaq2s {
    position: relative;
}
.ifaq2 .ifaq2s{
    border-top: 1px dashed #222222;
}
.ifaq2 .ifaq2s:last-child{
    border-bottom: 1px dashed #222222;
}
.ifaq2 .ifaq2s .ifaq2s_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.23rem 0.13rem;
    position: relative;
    cursor: pointer;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fl{
    width: 85%;
    display: flex;
    flex-direction: column;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fl .cn1 {
    font-weight: 400;
    color: #222222;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fl .cn2 {
    font-family: "Poppins-Regular";
    color: #555555;
}
.ifaq2 .ifaq2s .ifaq2s_t .cn3 {
    transform: translateY(8px);
    width: 18px;
    height: 18px;
    position: relative;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fr .cn3 em {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    background-color: #241916;
    transition: all 0.4s;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fr .cn3 em:nth-child(1) {
    width: 18px;
    height: 2px;
}
.ifaq2 .ifaq2s .ifaq2s_t .ifaq2s_t_fr .cn3 em:nth-child(2) {
    width: 2px;
    height: 18px;
}
.ifaq2 .ifaq2s .ifaq2s_b {
    display: none;
    padding: 0.4rem 0;
    font-weight: 400;
    color: #555555;
    line-height: 2.22;
    border-top: 1px dashed #222222;
}
.ifaq2 .ifaq2s .ifaq2s_b .box3a {
    width: 100%;
}
.ifaq2 .ifaq2s .ifaq2s_b .box3b{
    font-weight: 400;
    color: #555555;
    line-height: 2.22;
    display: flex;
    align-items: center;
}
.ifaq2 .ifaq2s .ifaq2s_b .box3b a{
    display: flex;
    align-items: center;
}
.ifaq2 .ifaq2s .ifaq2s_b .box3b a i{
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem !important;
    border-radius: 50%;
    transition: .5s;
    margin-left: 0.2rem;
}
.ifaq2 .ifaq2s .ifaq2s_b .box3b a:hover i{
    transform: rotate(-45deg);
}
.ifaq2 .ifaq2s.on .ifaq2s_t .ifaq2s_t_fl .cn1{
    color: #26548F;
}
.ifaq2 .ifaq2s.on .ifaq2s_t .ifaq2s_t_fr .cn3 em:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

/*新闻详情*/
.show_content{
    margin-top: 0.4rem;
    padding: 0.3rem 0 0.5rem 0;
    border-top: 1px dashed #B4B4B4;
    font-weight: 400;
    color: #666;
    line-height: 30px;
}
.show_article{
    position: relative;
    background: #E6E9F0;
    padding: 0.9rem 0 1.3rem 0;
}
.show_article ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.3rem;
    position: relative;
}
.show_article ul li{
    width: 40%;
}
.show_article ul li a{
    display: flex;
    flex-direction: column;
}
.show_article ul li a p{
    font-weight: 400;
    color: #222222;
    line-height: 1.67;
}
.show_article ul li a i{
    display: block;
    margin-top: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    border-radius: 50%;
    background-size: 0.2rem 0.21rem !important;
    transition: .5s;
}
.show_article ul li a:hover i{
    background: #223D8C url("../images/tjt.png") no-repeat center;
}

/*合作伙伴*/
.ipartner1{
    padding: 1.2rem 0 1rem 0;
    display: none;
}
.ipartner1s{
    padding: 0 1.1rem;
}
.ipartner1_title{
    position: relative;
}
.ipartner1_title .ip1-1{
    width: 31%
}
.ipartner1_title .ip1-2{
    position: absolute;
    bottom: -2rem;
    right: 0;
    width: 65%;
}
.ipartner1_con{
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.ipartner1_con_fl{
    width: 41.5%;
}
.ipartner1_con_fr{
    width: 57%;
    padding-bottom: 0.5rem;
}
.ipartner1_con_fr1{
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.ipartner1_con_fr2{
    margin-top: 0.45rem;
    font-weight: 400;
    color: #555555;
    line-height: 36px;
}
.ipartner2{
    padding-top: 1.1rem;
    margin-bottom: 1.3rem;
}
.ipartner2_con{
    margin-top: 0.75rem;
}
.ipartner2_con ul{
    display: flex;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0.54rem;
}
.ipartner2_con ul li{
    border-right: 1px dashed #B4B4B4;
    width: 33.3%;
    padding: 0 0.5rem;
}
.ipartner2_con ul li:last-child{
    border-right: none;
}
.ipartner2_con ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
        height: 100%;
}
.ipartner2_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*特色项目*/
.iproject1{
    margin-top: 1.09rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.iproject1_fl{
    width: 50%;
    padding: 0 0.45rem 0 calc((100% - 1720px) / 2);
}
.iproject1_fl1{

}
.iproject1_fl1 .idx_title .title{
    font-weight: 400;
}
.iproject1_fl2{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.25rem;
    margin-top: 0.4rem;
}
.iproject1_fl2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iproject1_fl2 ul li{
    margin-bottom: 0.15rem;
    margin-right: 0.15rem;
    border-radius: 5px;
    padding: 0 0.11rem 0 0.28rem;
    line-height: 0.55rem;
    background: #FFFFFF url("../images/dian.png") no-repeat 0.12rem center;
}
.iproject1_fl3{
    margin-top: 0.75rem;
    font-weight: 400;
    color: #111111;
}
.iproject1_fl4{
    font-weight: 400;
    color: #555555;
}
.iproject1_fl5{
    margin-top: 0.4rem;
    font-weight: 400;
    color: #555555;
    line-height: 2;
}
.iproject1_fr{
    width: 50%;
}
.iproject1_fl6{
    margin-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
}
.iproject1_fl6 a{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem !important;
    border-radius: 50%;
    transition: .5s;
}
.iproject1_fl6 a:hover{
    background: #26548F url("../images/tjt.png") no-repeat center;
}
.iproject2{
    margin-top: 1.15rem;
}
.iproject2s{
    margin-bottom: 1.7rem;
}
.iproject2_b1{
    margin-top: 0.45rem;
}
.iproject2_b1 a{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem !important;
    border-radius: 50%;
    transition: .5s;
}
.iproject2_b1 a:hover{
    background: #26548F url("../images/tjt.png") no-repeat center;
}
.iproject2_b2{
    margin-top: 0.38rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.67rem;
}
.iproject2_b2_fl{
    width: 33%;
}
.iproject2_b2_fl img{
    border-radius: 20px;
}
.iproject2_b2_fr{
    width: 60%;
}
.iproject2_b2_fr1{
    font-weight: 400;
    color: #222222;
}
.iproject2_b2_fr2{
    margin-top: 0.45rem;
    font-weight: 400;
    color: #555555;
    line-height: 2;
}

/*咨询交流*/
.icontact1{
    background: linear-gradient(202deg, #E6E9F0, #E6E9F0, #9ADFF9);
    padding: 1.1rem 0 1.23rem 0;
}
.icontact1s{
    padding: 0 1.3rem;
}
.icontact1s ul{
    display: flex;
    flex-wrap: wrap;
}
.icontact1s ul li{
    width: 32.3%;
    margin-right: 1.55%;
    height: 3.98rem;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0.6rem 0.15rem 0.3rem 0.15rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icontact1s ul li:nth-child(3n){
    margin-right: 0;
}
.icontact1s ul li img{
    height: 0.93rem;
}
.icontact1s ul li p{
    margin-top: 0.8rem;
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.icontact1s ul li span{
    margin-top: 0.15rem;
    color: #26548F;
}
.icontact2{
    background: url("../images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.25rem 0 1.05rem 0;
    height: 8.05rem;
}
.icontact2 .container1{
    height: 100%;
}
.icontact2s{
    position: relative;
    height: 100%;
}
.icontact2_txt1 h3{
    font-family: "Poppins-Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.icontact2_txt1 p{
    margin-top: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.icontact2_txt2{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
}
.icontact3{
    padding-top: 1.35rem;
}
.icontact3_con{
    margin-top: 0.7rem;
    position: relative;
    -webkit-mask: linear-gradient(-90deg, transparent 1%, #000 14%, #000 84%, transparent 100%);
    mask: linear-gradient(-90deg, transparent 1%, #000 14%, #000 84%, transparent 100%);
}
.icontact3_con .swiper-slide{
    display: initial;
    width: auto !important;
    flex-shrink: 0;
}
.icontact3s a{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 3.71rem;
}
.icontact3s a img{
    border-radius: 10px;
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
}
.icontact4{
    background: url("../images/icontact4bg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.05rem 0;
}
.icontact4 .container1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact4_fl{
    width: 50%;
}
.icontact4_fls{
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    padding: 0.45rem 0.73rem;
    backdrop-filter: blur(5px);
}
.icontact4_fl1{
    width: 85%;
    margin-bottom: 0.88rem;
}
.icontact4_fl2{
    width: 100%;
}
.icontact4_1{
    font-weight: 400;
    color: #222222;
}
.icontact4_2{
    margin-top: 0.25rem;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}
.icontact4_fr{
    margin-top: 1.2rem;
    width: 42.5%;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    padding: 0.45rem 0.73rem;
    backdrop-filter: blur(5px);
}

/*信息提交*/
.ifeedback_con{
    /*background: url("../images/ifeedbackbg.jpg") no-repeat center;
    background-size: cover;*/
    padding: 0.9rem 0;
}
.icontact2_title{
    text-align: center;
    font-weight: 400;
    color: #333333;
}
.icontact2_con{
    margin-top: 0.4rem;
    padding: 0 1.3rem;
}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 47%;
    margin-bottom: 0.4rem;
}
.lx1 label{
    display: block;
    color: #525252;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.lx1 label b{
    color: #FF0505;
}
.lx1 input{
    width: 100%;
    height: 0.66rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0 15px;
    color: #525252;
}
.lx1 textarea{
    width: 100%;
    height: 1.83rem;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 15px;
    resize: none;
    color: #525252;
}
.lx2{
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
}
.lx2 input{
    width: 0.28rem;
    height: 0.28rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-appearance: auto;
}
.lx2 span{
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-left: 0.18rem;
}
.lx3{
    margin-top: 0.49rem;
}
.lx3 button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.82rem;
    margin: 0 auto;
    height: 0.99rem;
    background: #275490;
    border-radius: 50px;
    padding: 0 0.43rem 0 0.77rem;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.lx3 button i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    background: #9ADFF9 url("../images/tjt.png") no-repeat center;
    background-size: 0.2rem 0.21rem;
    border-radius: 50%;
    transition: .5s;
}
.lx3 button:hover i{
    transform: rotate(-45deg);
}


/*诚聘英才*/
.ijob .ifaq2{
    margin-top: 0.7rem;
}
.ijob2{
    position: relative;
    padding-bottom: 1.57rem;
}
.ijob_con{
    margin-top: 0.7rem;
    background: url("../images/ijob2bg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 20px;
    padding: 1.15rem 0.35rem;
    position: relative;
}
.ijob_con h3{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}


@media (min-width:1720px) and (max-width:1800px) {
    .container1{
        width: 92%;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .about_fr{
        width: 23%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .footer1_fr{
        width: 16.5%;
    }
    .iabout3_con_fl{
        width: 35%;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject1_fl6{
        margin-top: 0.5rem;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: -0.6rem;
    }
}

@media (min-width:1601px) and (max-width:1719px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.14rem;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.20rem;
    }
    .f-20{
        font-size: 0.22rem;
    }
    .f-22{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.26rem;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .about_fr{
        width: 24%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .partner_fr{
        padding: 0 1.15rem;
    }
    .footer1_fc{
        width: 17%;
    }
    .footer1_fr{
        width: 18%;
    }


    .iabout1_con_b{
        padding: 0 1.15rem;
    }
    .iabout2_title ul li{
        margin-left: 1.1rem;
    }
    .iabout3_cons{
        padding: 0 1.15rem;
    }
    .iabout3_con_fl{
        width: 33%;
    }
    .iabout4_con{
        padding: 0 1.15rem;
    }
    .iequipment1s{
        padding: 0 1.15rem;
    }
    .iequipment1_b_fl{
        width: 1.58rem;
        height: 0.35rem;
    }
    .iteamshow .inner-location p{
        padding: 0 1.15rem;
    }
    .iteamshows{
        padding: 0 1.15rem;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject2_b2{
        padding: 0 1.15rem;
    }
    .iproject2_b2_fl{
        width: 34%;
    }
    .iproject2_b2_fr{
        width: 59%;
    }
    .ifaq2{
        margin: 0.5rem 1.15rem 0.73rem 1.15rem;
    }
    .show_article ul{
        padding: 0 1.15rem;
    }
    .ipartner1s{
        padding: 0 1.15rem;
    }
    .ipartner2_con ul li{
        padding: 0 1rem;
    }
    .icontact1s{
        padding: 0 1.15rem;
    }
    .icontact2_con{
        padding: 0 1.15rem;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: -0.6rem;
    }

}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.14rem;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.20rem;
    }
    .f-20{
        font-size: 0.22rem;
    }
    .f-22{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.26rem;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .about_fr{
        width: 25%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .partner_fr{
        padding: 0 1.05rem;
    }
    .footer1_fc{
        width: 18%;
    }
    .footer1_fr{
        width: 19.5%;
    }


    .iabout1_con_b{
        padding: 0 0.95rem;
    }
    .iabout2_title ul li{
        margin-left: 1rem;
    }
    .iabout3_cons{
        padding: 0 0.95rem;
    }
    .iabout3_con_fl{
        width: 35%;
    }
    .iabout4_con{
        padding: 0 0.95rem;
    }
    .iequipment1s{
        padding: 0 0.95rem;
    }
    .iequipment1_b_fl{
        width: 1.58rem;
        height: 0.35rem;
    }
    .iteamshow .inner-location p{
        padding: 0 0.95rem;
    }
    .iteamshows{
        padding: 0 0.95rem;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject2_b2{
        padding: 0 0.95rem;
    }
    .iproject2_b2_fl{
        width: 35%;
    }
    .iproject2_b2_fr{
        width: 58%;
    }
    .ifaq2{
        margin: 0.5rem 0.95rem 0.73rem 0.95rem;
    }
    .show_article ul{
        padding: 0 0.95rem;
    }
    .ipartner1s{
        padding: 0 0.95rem;
    }
    .ipartner2_con ul li{
        padding: 0 1rem;
    }
    .icontact1s{
        padding: 0 0.95rem;
    }
    .icontact2_con{
        padding: 0 0.95rem;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: -0.5rem;
    }
}


@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.15rem;
    }
    .f-14{
        font-size: 0.17rem;
    }
    .f-15{
        font-size: 0.18rem;
    }
    .f-16{
        font-size: 0.19rem;
    }
    .f-18{
        font-size: 0.21rem;
    }
    .f-20{
        font-size: 0.23rem;
    }
    .f-22{
        font-size: 0.24rem;
    }
    .f-24{
        font-size: 0.26rem;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .index_more{
        width: 1.37rem;
        height: 1.37rem;
    }
    .index_more a{
        width: 1.08rem;
        height: 1.08rem;
    }
    .index_more a span{
        width: 0.99rem;
        height: 0.99rem;
    }
    .about_fr{
        width: 25%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .partner_fr{
        padding: 0 0.85rem;
    }
    .footer1_fc{
        width: 19%;
    }
    .footer1_fr{
        width: 20.5%;
    }


    .iabout1_con_b{
        padding: 0 0.65rem;
    }
    .iabout2_title ul li{
        margin-left: 1rem;
    }
    .iabout3_cons{
        padding: 0 0.65rem;
    }
    .iabout3_con_fl{
        width: 35%;
    }
    .iabout4_con{
        padding: 0 0.65rem;
    }
    .iequipment1s{
        padding: 0 0.65rem;
    }
    .iequipment1_b_fl{
        width: 1.58rem;
        height: 0.35rem;
    }
    .iteamshow .inner-location p{
        padding: 0 0.65rem;
    }
    .iteamshows{
        padding: 0 0.65rem;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject2_b2{
        padding: 0 0.65rem;
    }
    .iproject2_b2_fl{
        width: 38%;
    }
    .iproject2_b2_fr{
        width: 55%;
    }
    .ifaq2{
        margin: 0.5rem 0.65rem 0.73rem 0.65rem;
    }
    .show_article ul{
        padding: 0 0.65rem;
    }
    .ipartner1s{
        padding: 0 0.65rem;
    }
    .ipartner2_con ul li{
        padding: 0 1rem;
    }
    .icontact1s{
        padding: 0 0.65rem;
    }
    .icontact2_con{
        padding: 0 0.65rem;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: -0.4rem;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.17rem;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.20rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-20{
        font-size: 0.25rem;
    }
    .f-22{
        font-size: 0.26rem;
    }
    .f-24{
        font-size: 0.28rem;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .index_more{
        width: 1.37rem;
        height: 1.37rem;
    }
    .index_more a{
        width: 1.08rem;
        height: 1.08rem;
    }
    .index_more a span{
        width: 0.99rem;
        height: 0.99rem;
    }
    .about_fr{
        width: 27%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .partner_title{
        top: 1rem;
    }
    .partner_fr{
        padding: 0 0.75rem;
        margin-top: 2rem;
    }
    .footer1_fl{
        width: 30%;
    }
    .footer1_fc{
        width: 19%;
    }
    .footer1_fr{
        width: 23.5%;
    }

    .iabout1_con_b{
        padding: 0;
    }
    .iabout2_title ul li{
        margin-left: 1rem;
    }
    .iabout3_cons{
        padding: 0;
    }
    .iabout3_con_fl{
        width: 35%;
    }
    .iabout4_con{
        padding: 0;
    }
    .iequipment1s{
        padding: 0;
    }
    .iequipment1_b_fl{
        width: 1.87rem;
        height: 0.4rem;
    }
    .iteamshow .inner-location p{
        padding: 0;
    }
    .iteamshows{
        padding: 0;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject1_fl6{
        margin-top: 0.5rem;
    }
    .iproject2_b2{
        padding: 0;
    }
    .iproject2_b2_fl{
        width: 38%;
    }
    .iproject2_b2_fr{
        width: 55%;
    }
    .ifaq2{
        margin: 0.5rem 0 0.73rem 0;
    }
    .show_article ul{
        padding: 0;
    }
    .ipartner1s{
        padding: 0;
    }
    .ipartner2_con ul li{
        padding: 0 1rem;
    }
    .icontact1s{
        padding: 0;
    }
    .icontact2_con{
        padding: 0;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: -0.3rem;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .f-12{
        font-size: 0.17rem;
    }
    .f-14{
        font-size: 0.19rem;
    }
    .f-15{
        font-size: 0.20rem;
    }
    .f-16{
        font-size: 0.21rem;
    }
    .f-18{
        font-size: 0.23rem;
    }
    .f-20{
        font-size: 0.25rem;
    }
    .f-22{
        font-size: 0.26rem;
    }
    .f-24{
        font-size: 0.28rem;
    }
    .home-banner .swiper-pagination{
        right: 4%;
    }
    .index_more{
        width: 1.37rem;
        height: 1.37rem;
    }
    .index_more a{
        width: 1.08rem;
        height: 1.08rem;
    }
    .index_more a span{
        width: 0.99rem;
        height: 0.99rem;
    }
    .about_fr{
        width: 27%;
    }
    .team_b .swiper-pagination3{
        right: 4%;
    }
    .partner_title{
        top: 1rem;
    }
    .partner_fr{
        padding: 0 0.75rem;
        margin-top: 2rem;
    }
    .footer1_fl{
        width: 30%;
    }
    .footer1_fc{
        width: 19%;
    }
    .footer1_fr{
        width: 23.5%;
    }

    .iabout1_con_b{
        padding: 0;
    }
    .iabout2_title ul li{
        margin-left: 1rem;
    }
    .iabout3_cons{
        padding: 0;
    }
    .iabout3_con_fl{
        width: 35%;
    }
    .iabout4_con{
        padding: 0;
    }
    .iequipment1s{
        padding: 0;
    }
    .iequipment1_b_fl{
        width: 1.87rem;
        height: 0.4rem;
    }
    .iteamshow .inner-location p{
        padding: 0;
    }
    .iteamshows{
        padding: 0;
    }
    .iproject1_fl{
        padding: 0 0.45rem 0 4%;
    }
    .iproject1_fl6{
        margin-top: 0.5rem;
    }
    .iproject2_b2{
        padding: 0;
    }
    .iproject2_b2_fl{
        width: 38%;
    }
    .iproject2_b2_fr{
        width: 55%;
    }
    .ifaq2{
        margin: 0.5rem 0 0.73rem 0;
    }
    .show_article ul{
        padding: 0;
    }
    .ipartner1s{
        padding: 0;
    }
    .ipartner2_con ul li{
        padding: 0 1rem;
    }
    .icontact1s{
        padding: 0;
    }
    .icontact2_con{
        padding: 0;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: 0;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .f-14{
        font-size: 0.16rem;
    }
    .f-15{
        font-size: 0.17rem;
    }
    .f-16{
        font-size: 0.18rem;
    }
    .f-18{
        font-size: 0.2rem;
    }
    .f-40{
        font-size: 0.3rem;
    }
    .f-55{
        font-size: 0.45rem;
    }
    .f-60{
        font-size: 0.5rem;
    }
    .f-65{
        font-size: 0.55rem;
    }
    .f-70{
        font-size: 0.6rem;
    }
    .f-72{
        font-size: 0.62rem;
    }
    .f-90{
        font-size: 0.75rem;
    }
    .f-100{
        font-size: 0.8rem;
    }
    .f-137{
        font-size: 1.07rem;
    }
    .f-204{
        font-size: 1.64rem;
    }
    .nav-fr{
        margin-right: 45px;
    }
    .home-banner .swiper-pagination{
        right: 15px;
    }
    .about_fl2{
        left: 15px;
    }
    .about_fc{
        width: 45%;
        margin-left: 1.15rem;
    }
    .about_fr{
        width: 31%;
        right: 15px;
    }
    .project_b_txt3{
        margin-top: 0.45rem;
    }
    .home-team .team_b .swiper-pagination3{
        right: 15px;
    }
    .partner_title{
        top: 0.65rem;
    }
    .partner_fl{
        width: 40%;
    }
    .partner_fr{
        width: 60%;
        padding: 0 0.55rem;
    }
    .partner_fr2{
        line-height: 30px;
    }
    .future_c{
        padding: 0.5rem 0.55rem 0 0.55rem;
    }
    .future_c_fl{
        width: 44%;
    }
    .future_c_fr{
        width: 45%;
    }
    .future_c_fr1{
        width: 4.73rem;
        height: 4.73rem;
    }
    .future_c_fr1 .future{
        width: 3.07rem;
        height: 3.07rem;
    }
    .newss{
        padding: 0.6rem 0.55rem;
    }
    .news_t_fr2{
        margin-top: 0.55rem;
    }
    .news_b{
        margin-top: 0.64rem;
    }
    .footer1_fl{
        width: 37%;
    }
    .footer1_fc{
        width: 21%;
    }
    .footer1_fr{
        width: 25%;
    }
    .footer2 .bd ul{
        height: 1.25rem;
    }


    .iabout .iban_wz, .iteam .iban_wz, .iequipment .iban_wz{
        bottom: 25%;
    }
    .iban_wz_fr{
        margin-top: 0.35rem;
    }
    .iabout1_con_b{
        padding: 0;
    }
    .iabout1_con_b_img{
        width: 40%;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: 25%;
    }
    .iabout1_con_b_txt{
        width: 56.7%;
    }
    .iabout2_title ul li{
        margin-left: 0.5rem;
    }
    .iabout2_info_txt2{
        width: 35%;
    }
    .iabout2_show{
        height: 7rem;
    }
    .iabout2_info{
        height: 100%;
    }
    .iabout2_info_img{
        height: 100%;
    }
    .iabout2_info_img img{
        height: 100%;
        object-fit: cover;
    }
    .iabout3_cons{
        padding: 0;
    }
    .iabout3_con_fl{
        width: 40%;
    }
    .iabout3_con_fr{
        width: 52%;
        padding-right: 1.25rem;
    }
    .iabout4_con{
        padding: 0;
    }
    .iequipment1s{
        padding: 0;
    }
    .inner-location{
        margin-top: 60px;
    }
    .iteamshow .inner-location p{
        padding: 0;
    }
    .iteamshows{
        padding: 0;
    }
    .inner-banner img{
        border-radius: 0 0 50px 50px;
    }
    .icontact1s{
        padding: 0;
    }
    .icontact4_fl{
        width: 100%;
    }
    .icontact4_fl1{
        width: 100%;
        margin-bottom: 0.58rem;
    }
    .icontact4_fr{
        width: 100%;
        margin-top: 0.58rem;
    }
    .icontact2_con{
        padding: 0;
    }
    .ifaq2{
        margin: 0.5rem 0 0.73rem 0;
    }
    .ipartner1s{
        padding: 0;
    }
    .ipartner1_title .ip1-2{
        position: inherit;
        bottom: 0;
        margin-left: 0.25rem;
    }
    .ipartner1_con{
        align-items: flex-start;
    }
    .ipartner1_con_fr{
        padding-bottom: 0;
    }
    .ipartner2_con ul{
        padding: 0.54rem 0;
    }
    .show_article ul{
        padding: 0;
    }
    .iproject1_fl{
        padding: 0.45rem 0.45rem 0 15px;
    }
    .iproject1{
        margin-top: 60px;
        align-items: center;
    }
    .iproject1_fl3{
        margin-top: 0.55rem;
    }
    .iproject1_fl6{
        margin-top: 0.7rem;
    }
    .iproject2{
        margin-top: 1rem;
    }
    .iproject2s{
        margin-bottom: 1rem;
    }
    .iproject2_b2{
        padding: 0;
    }
    .iproject2_b2_fl{
        width: 40%;
    }
    .iproject2_b2_fr{
        width: 53%;
    }
    .ifaq_nav{
        padding: 0;
    }

}

@media(max-width:820px) {
    .f-24{
        font-size: 0.2rem;
    }
    .f-40{
        font-size: 0.3rem;
    }
    .f-55{
        font-size: 0.4rem;
    }

    .f-90 {
        font-size: 0.65rem;
    }
    .f-100{
        font-size: 0.7rem;
    }
    .f-137{
        font-size: 0.87rem;
    }
    .future_c_fr1 p{
        display: none;
    }
    .home-about{
        padding: 1rem 0;
    }
    .about_fc{
        width: 100%;
        margin-left: 0;
    }
    .about_fr{
        width: 50%;
        margin: 0 auto;
        right: 0;
        position: relative;
        margin-top: 0.5rem;
    }
    .about_fl2{
        right: 15px;
        left: auto;
        top: 0;
        bottom: auto;
    }
    .team_b{
        padding-left: 0;
    }
    .future_c{
        padding: 0.5rem 0 0 0;
    }
    .future_c_fr1{
        width: 4.03rem;
        height: 4.03rem;
    }
    .future_c_fr1 .future{
        width: 2.37rem;
        height: 2.37rem;
    }
    .news_t{
        padding-top: 0.55rem;
    }
    .news_t_fc{
        width: 50.5%;
    }

    .iabout .iban_wz, .iteam .iban_wz, .iequipment .iban_wz{
        bottom: 28%;
    }
    .iban_wz_fr{
        margin-top: 0;
    }
    .iabout1{
        padding: 1.45rem 0 1.65rem 0;
    }
    .iabout2_title{
        top: 0.55rem;
        bottom: auto;
    }
    .iabout2_title ul li{
        margin-left: 0;
        margin-right: 0.5rem;
    }
    .iabout2_info_txt{
        padding: 1.35rem 0 0.55rem 0;
    }
    .iabout2_info_txt2{
        width: 100%;
    }
    .iabout3_titles .idx_title{
        top: -0.25rem;
    }
    .iabout3_con{
        margin-top: 0.8rem;
    }
    .iabout3_con_fl{
        width: 45%;
    }
    .iabout3_con_fl_img{
        width: 52%;
    }
    .iabout3_con_fr{
        width: 47%;
    }
    /*.iabout4_con{
        align-items: flex-start;
    }*/
    .iabout4_con_fl{
        width: 38%;
    }
    .iabout4_con_fl3{
        margin-top: 0.75rem;
    }
    .iabout4_con_fr {
        width: 56.5%;
    }
    .icommon_con_txt{
        padding: 0.4rem 0.25rem;
    }
    .iequipment1_t img{
        border-radius: 40px;
    }
    .iequipment2_fl{
        width: 100%;
    }
    .iequipment2_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .iequipment3_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iequipment3_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iequipment3_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iteamshow1_fl{
        width: 65%;
    }
    .iteams{
        padding: 0.75rem 0 0.85rem;
    }
    .iequipment1{
        padding: 0.75rem 0 0.8rem 0;
    }
    .iequipment1_t img{
        border-radius: 20px;
    }
    .iequipment1_b_fl{
        width: 2.07rem;
        height: 0.39rem;
    }
    .iequipment1_b_fr{
        width: 60%;
    }
    .iequipment2_frs{
        width: 100%;
        margin-top: 0.5rem;
    }
    .iequipment3_con_img{
        border-radius: 10px;
    }
    .iequipment3_con_img img{
        border-radius: 10px;
    }

    .iteamshow1_fl{
        width: 100%;
    }
    .iteamshow1_fr{
        width: 100%;
        margin-top: 0.35rem;
    }
    .iteamshow1_fr a{
        width: 2.97rem;
        height: 1.14rem;
    }
    .icontact2{
        height: 6.05rem;
        padding: 0.85rem 0 0.65rem 0;
    }
    .icontact3{
        padding-top: 1.05rem;
    }
    .icontact4{
        padding: 0.75rem 0;
    }
    .icontact4_fls{
        padding: 0.45rem 0.53rem;
    }
    .icontact4_fl1{
        padding: 0.45rem 0.53rem;
    }
    .icontact4_fr{
        padding: 0.45rem 0.53rem;
    }
    .partners:before{
        width: 100%;
    }
}

@media(max-width:768px) {
    .f-100{
        font-size: 0.6rem;
    }
    .iproject1_fl{
        width: 100%;
    }
    .iproject1_fr{
        width: calc(100% - 30px);
        margin: 0.5rem auto 0 auto;
    }
    .iproject1_fr img{
        border-radius: 20px;
    }
    .iproject2_b2{
        flex-flow: column-reverse;
    }
    .iproject2_b2_fl{
        width: 100%;
        margin-top: 0.5rem;
    }
    .iproject2_b2_fr{
        width: 100%;
    }
}

@media(max-width:600px) {
    .f-14{
        font-size: 0.24rem;
    }
    .f-15{
        font-size: 0.25rem;
    }
    .f-16{
        font-size: 0.26rem;
    }
    .f-18{
        font-size: 0.28rem;
    }
    .f-20{
        font-size: 0.28rem;
    }
    .f-22{
        font-size: 0.28rem;
    }
    .f-24{
        font-size: 0.3rem;
    }
    .f-70{
        font-size: 0.5rem;
    }
    .f-90 {
        font-size: 0.5rem;
    }
    .f-137 {
        font-size: 0.67rem;
    }
    .ban_txt3 a{
        height: 0.58rem;
    }
    .home-banner{
        height: 68vh;
    }
    .ssform{
        width: calc(100% - 30px);
    }
    .about_fr_img span{
        width: 0.5rem;
        height: 0.5rem;
        background-size: 0.21rem 0.21rem !important;
    }
    .index_more{
        width: 1.57rem;
        height: 1.57rem;
    }
    .index_more a{
        width: 1.28rem;
        height: 1.28rem;
    }
    .index_more a span{
        width: 1.19rem;
        height: 1.19rem;
    }
    .about_fr{
        width: 100%;
    }
    .about_fr_txt1 img{
        height: 0.51rem;
    }
    .projects .projectss{
        padding: 0.38rem 0.41rem;
    }
    .project_b_img{
        width: 100%;
    }
    .project_b_txt{
        width: 100%;
        margin-top: 0.35rem;
    }
    .project_b_txt1{
        line-height: 0.52rem;
        height: 1.04rem;
    }
    .project_b_txt2{
        height: 144px;
        -webkit-line-clamp: 6;
    }
    .team_t2{
        text-align: right;
        width: 100%;
        margin-top: 0.35rem;
    }
    .home-pf:after{
        border-radius: 50px;
    }
    .partner_title{
        position: relative;
        left: 15px;
        top: 0;
    }
    .partner_fl{
        width: 100%;
        position: relative;
        margin-top: 0.35rem;
    }
    .partner_fr{
        width: 100%;
        margin-top: 0.5rem;
        padding: 0 15px;
    }
    .future_c_fl{
        width: 100%;
    }
    .future_c_fl2{
        margin-top: 0.35rem;
    }
    .future_c_fr{
        width: 100%;
        margin-top: 0.35rem;
    }
    .future_c_fr1{
        width: 5.73rem;
        margin: 0 auto;
        height: 5.73rem;
    }
    .future_c_fr1 .future{
        width: 4.07rem;
        height: 4.07rem;
    }
    .news_t{
        flex-wrap: wrap;
    }
    .news_t_fl{
        width: 100%;
    }
    .news_t_fl p{
        margin-top: 0.35rem;
    }
    .news_t_fl p br{
        display: none;
    }
    .news_t_fc{
        width: 100%;
        position: relative;
        margin-top: 0.5rem;
    }
    .news_t_fr{
        width: 100%;
    }
    .news_b ul li a{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .news_b_fr{
        width: 100%;
        padding-right: 0.8rem;
    }
    .footer1_fl{
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .footer1_fl_b{
        margin-top: 0.35rem;
    }
    .footer1_fc{
        width: 50%;
    }
    .footer1_fr{
        width: 40%;
    }
    .footer1_fr dl dt{
        padding-left: 0.38rem;
    }
    .footer1_fr dl dt.flx{
        background-size: 0.28rem 0.28rem;
    }
    .footer1_fr dl dt.fdz{
        background-size: 0.29rem 0.29rem;
    }

    .iabout .iban_wz, .iteam .iban_wz, .iequipment .iban_wz{
        bottom: 15px;
    }
    .iban_wz{
        bottom: 15px;
    }
    .inner-banner img{
        border-radius: 0px 0px 25px 25px;
    }
    .inner_nav{
        position: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        margin-top: 0.35rem;
    }
    .inner_navs{
        padding: 0.41rem 0;
        border-radius: 20px;
    }
    .iabout1{
        padding: 0.75rem 0 1.15rem 0;
    }
    .iabout1_con_t img{
        height: 0.25rem;
    }
    @keyframes upmove
    {
        0%   {transform:translateY(0px);}
        50%  {transform:translateY(5px);}
        100% {transform:translateY(0px);}
    }
    .iabout1_con_b{
        margin-top: 0.55rem;
    }
    .iabout1_con_b_img{
        width: 100%;
        padding-bottom: 10%;
    }
    .iabout1_con_b_img img.iabout1-2{
        bottom: 0;
    }
    .iabout1_con_b_txt{
        width: 100%;
        margin-top: 0.5rem;
    }
    .iabout1_title{
        flex-direction: column;
        align-items: flex-start;
    }
    .iabout1_title_fr{
        margin-top: 0.35rem;
    }
    .iabout2_title ul{
        justify-content: space-around;
    }
    .iabout2_title ul li{
        margin-right: 0;
    }
    .iabout2_show{
        height: 9rem;
    }
    .iabout2_info_txt{
        padding: 1.45rem 0 0.55rem 0;
    }
    .iabout2_info_txt2{
        margin-top: 0.55rem;
        line-height: 30px;
    }
    .iabout3_titles .idx_title{
        top: -0.15rem;
    }
    .iabout3_con_fl{
        width: 100%;
    }
    .iabout3_con_fr{
        width: 100%;
        margin-top: 0.5rem;
    }
    .iabout4_con_fl{
        width: 100%;
    }
    .iabout4_con_fl3{
        margin-top: 0.5rem;
    }
    .iequipment1_b_fr{
        width: 100%;
        margin-top: 0.35rem;
    }
    .iabout4_con_fr{
        width: 100%;
        margin-top: 0.7rem;
    }
    .icommon_con ul li{
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .icommon_con_txt p{
        width: 2.97rem;
        height: 1.14rem;
    }
    .icontact1{
        padding: 0.75rem 0 0.93rem 0;
    }
    .icontact1s ul li{
        width: 100%;
        margin-bottom: 0.35rem;
        height: auto;
        padding: 0.5rem 0.15rem;
    }
    .icontact1s ul li:nth-child(3n){
        margin-bottom: 0;
    }
    .icontact2{
        height: auto;
    }
    .icontact2_txt2{
        left: 0;
        right: auto;
        position: inherit;
        margin-top: 0.5rem;
    }
    .ifeedback_con{
        padding: 0.75rem 0;
    }
    .lx1s{
        width: 100%;
    }
    .ipartner1{
        padding: 0.75rem 0;
    }
    .ipartner1_title .ip1-1{
        width: 50%;
    }
    .ipartner1_title .ip1-2{
        width: 100%;
        margin-left: 0;
    }
    .ipartner1_con_fl{
        width: 100%;
    }
    .ipartner1_con_fr{
        width: 100%;
    }
    .ipartner1_con_fr2{
        line-height: 30px;
    }
    .ipartner2{
        margin-bottom: 0.9rem;
    }
    .ipartner2_con{
        margin-top: 0.5rem;
    }
    .ipartner2_con ul li{
        padding: 0 0.25rem;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .iproject1_fl6{
        margin-top: 0.5rem;
    }
    .iproject2{
        margin-top: 0.7rem;
    }
    .iproject2s{
        margin-bottom: 0.7rem;
    }
    .iproject1_fl2 ul li{
        padding: 0 0.11rem 0 0.38rem;
    }
    .show_article{
        padding: 0.7rem 0;
    }
    .show_article ul li{
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .ijob_con h3 br{
        display: none;
    }
    .ifaq_nav{
        flex-wrap: wrap;
    }
    .ifaq_nav_fl{
        width: 100%;
        margin-right: 0;
    }
    .ifaq_nav_fr{
        width: 100%;
    }
    .ifaq_nav_fr ul li a{
        width: auto;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {
    .iabout2_show{
        height: 9.5rem;
    }
}

@media(max-width:320px) {

}














