*{margin: 0;padding: 0;list-style: none;box-sizing: border-box;/*transition: all .3s;*/text-decoration: none;font-family: 'Noto Sans SC';}
.img{display: flex;align-items: center;justify-content: center;font-size: 0;overflow: hidden;user-select:none}
.img img{max-width: 100%;max-height: 100%;object-fit: contain;}
/* *::-webkit-scrollbar {height: 5px;width: 5px;}
*::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 5px;background: rgba(0,0,0,0.2);}
*::-webkit-scrollbar-thumb {height: 10px;border-radius: 5px;background: #8D2E3B;} */

/* html{background: #000;font-size: calc(100vw / 192)} */


.container{width: 1200px;margin: 0 auto;height: 100%;}

.shadow{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9990;background: rgba(0, 0, 0, 0.5);display: none;}
.searchBox{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;background: #fff;width: 800px;height: 200px;margin: auto;display: none;}
.searchBox .close{position: absolute;right: 10px;top: 10px;width: 25px;cursor: pointer;z-index: 999;}
.searchBox .box{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.searchBox .inputBox{width: 547px;height: 42px;border: 1px solid #00A3F0;display: flex;align-items: center;padding: 0 5px;}
.searchBox .inputBox input{width: 100%;height: 100%;border: none;outline: none;font-size: 16px;}
.searchBox .searchBtn{width: 72px;height: 42px;display: flex;align-items: center;justify-content: center;color: #fff;background: #00A3F0;font-size: 16px;cursor: pointer;}


.mbSearchBox {margin: 30px 0;}
.mbSearchBox .container{display: flex;align-items: center;justify-content: center;}
.mbSearchBox .inputBox{width: 547px;height: 42px;border: 1px solid #00A3F0;display: flex;align-items: center;padding: 0 5px;}
.mbSearchBox .inputBox input{width: 100%;height: 100%;border: none;outline: none;font-size: 16px;}
.mbSearchBox .searchBtn{width: 72px;height: 42px;display: flex;align-items: center;justify-content: center;color: #fff;background: #00A3F0;font-size: 16px;cursor: pointer;}
.searchText span{color: #f00;}
.searchText{margin-bottom: 30px;}


.header{height: 80px;background: #fff;box-shadow: 0 0 10px rgba(26,86,157, 0.1);}
.header .container{display: flex;align-items: center;justify-content: space-between;}
.header .logo{width: 143px;}
.header .right{display: flex;align-items: center;height: 100%;}
.header .right .menu{display: flex;align-items: center;height: 100%;}
.header .right .menu .one{width: 120px;height: 100%;display: flex;align-items: center;justify-content: center;color: #434343;font-size: 18px;}
.header .right .menu .one:hover{color: rgb(26, 86, 157);font-weight: bold;}

.header .right .search{width: 40px;height: 40px;margin: 0 20px 0 40px;cursor: pointer;}

.header .right .language{position: relative;font-size: 12px;color: #666;line-height: 22px;}
.header .right .language .block{width: 100px;height: 24px;display: flex;align-items: center;cursor: pointer;}
.header .right .language .block .text{height: 100%;width: 73px;padding: 0 5px;background: url(../img/wp-link-input-bg.png) no-repeat;}
.header .right .language .box{display: none;position: absolute;top: 25px;left: 0;right: 3px;border-radius: 5px;z-index: 999;background: #fff;}
.header .right .language .box .one{line-height: 24px;height: 24px;background: #fff;font-size: 12px;color: #666;border-radius: 5px;padding: 0 5px;cursor: pointer;}
.header .right .language .box .one:hover{background: #6D93AB;color: #fff;}




.footer{height: 300px;background: #1A569D;}
.footer .container{display: flex;align-items: flex-start;justify-content: space-between;padding-top: 60px;}
.footer .logo{width: 307px;}
.footer .menu{display: flex;align-items: center;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #fff;}
.footer .menu .one{font-size: 18px;color: #fff;margin-right: 39px;}
.footer .email{color: #fff;font-size: 16px;}
.footer .email a{color: #fff;font-size: 16px;}
.footer .icp{margin-top: 65px;font-size: 14px;color: #fff;opacity: 0.7;}

.toTop{position: fixed;right: 38px;top: 835px;width: 40px;height: 40px;z-index: 9980;opacity: 0.9;cursor: pointer;display: none;}
.toTop .nor{opacity: 1;display: block;}
.toTop .hov{opacity: 0;display: none;}
.toTop:hover{opacity: 1;}
.toTop:hover .nor{opacity: 0;display: none;}
.toTop:hover .hov{opacity: 1;display: block;}


.index .swiper .swiper-button-prev,.index .swiper .swiper-button-next{width: 32px;height: 32px;background: none;margin-top: -16px;}
.index .swiper .swiper-button-prev{left: 25px;}
.index .swiper .swiper-button-next{right: 25px;}
.index .swiper .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;margin: 0 8px;}


.index .aboutBox{height: 600px;background: #fff;}
.index .aboutBox .container{display: flex;align-items: center;justify-content: space-between;}
.index .aboutBox .left{position: relative;}
.index .aboutBox .left .text{position: absolute;top: 70px;left: 60px;line-height: 1;}
.index .aboutBox .left .text .cn{color: rgb(67, 67, 67);font-size: 20px;}
.index .aboutBox .left .text .en{color: rgb(26, 86, 157);font-size: 86px;line-height: 1.2;}
.index .aboutBox .left .text .less{color: #1a569d;font-size: 24px;line-height: 1.4;}
.index .aboutBox .left .add{position: absolute;top: 320px;left:420px;height: 50px;width: 50px;cursor: pointer;transition: all 0.3s;}
.index .aboutBox .left .add .nor{opacity: 1;display: block;}
.index .aboutBox .left .add .hov{opacity: 0;display: none;}
.index .aboutBox .left .add:hover{background: #1A569D;}
.index .aboutBox .left .add:hover .nor{opacity: 0;display: none;}
.index .aboutBox .left .add:hover .hov{opacity: 1;display: block;}
.index .aboutBox .right{width: 620px;font-size: 16px;line-height: 2;color: rgb(67, 67, 67);}


.index .newsBox{height: 700px;background: url(../img/bg.jpg) center center;}
.index .newsBox .top{display: flex;align-items: flex-end;justify-content: space-between;padding-top: 75px;margin-bottom: 20px;}
.index .newsBox .left{color: #fff;}
.index .newsBox .left .cn{font-size: 20px;}
.index .newsBox .left .en{font-size: 48px;}
.index .newsBox .right{font-size: 16px;color: #fff;padding: 8px;border-bottom: 1px solid #fff;transition: all 0.3s;margin-bottom: 12px;}
.index .newsBox .right:hover{color: rgba(0,163,240,1);}
.index .newsBox .list{display: flex;align-items: center;justify-content: space-between;}
.index .newsBox .list .one{width: 375px;}
.index .newsBox .list .one .img{width: 100%;height: 250px;overflow: hidden;}
.index .newsBox .list .one .img img{transition: all 0.3s;}
.index .newsBox .list .one .img:hover img{transform: scale(1.05);}
.index .newsBox .list .one .text{color: #fff;padding: 0 3px 0 6px;margin-top: 10px;}
.index .newsBox .list .one .title{font-size: 18px;margin-bottom: 10px;}
.index .newsBox .list .one .time{color: #d9d9d9;font-size: 14px;margin-bottom: 10px;}
.index .newsBox .list .one .content{font-size: 14px;line-height: 24px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}


.index .memberBox{height: 600px;background: #fff;}
.index .memberBox .container{display: flex;align-items: center;justify-content: space-between;}
.index .memberBox .right{position: relative;}
.index .memberBox .right .text{position: absolute;top: 70px;left: 60px;line-height: 1;}
.index .memberBox .right .text .cn{color: rgb(67, 67, 67);font-size: 20px;}
.index .memberBox .right .text .en{color: rgb(26, 86, 157);font-size: 86px;line-height: 1.2;}
.index .memberBox .right .add{position: absolute;top: 320px;left:420px;height: 50px;width: 50px;cursor: pointer;transition: all 0.3s;}
.index .memberBox .right .add .nor{opacity: 1;display: block;}
.index .memberBox .right .add .hov{opacity: 0;display: none;}
.index .memberBox .right .add:hover{background: #1A569D;}
.index .memberBox .right .add:hover .nor{opacity: 0;display: none;}
.index .memberBox .right .add:hover .hov{opacity: 1;display: block;}
.index .memberBox .left{width: 620px;font-size: 16px;line-height: 2;color: rgb(67, 67, 67);}
.index .memberBox .left .list{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.index .memberBox .left .list .one{width: 175px;display: flex;align-items: center;flex-direction: column;margin-bottom: 20px;}
.index .memberBox .left .list .one .img{width: 110px;height: 110px;background: #fff;box-shadow:rgb(26 86 157 / 12%) 0px 5px 30px 0px;border-radius: 50%;}
.index .memberBox .left .list .one .img img{width: 60px;transition: all 0.3s;}
.index .memberBox .left .list .one .img img:hover{transform: scale(1.05);}
.index .memberBox .left .list .one .text{color: rgba(67,67,67,1);font-size: 18px;transition: all 0.3s;margin-top: 10px;}
.index .memberBox .left .list .one:hover .text{color:rgba(0,163,240,1);}
.index .memberBox .left .list .one:nth-child(n+3){margin-bottom: 0;}


.index .workBox{height: 600px;background: #fff;}
.index .workBox .container{display: flex;align-items: center;justify-content: space-between;}
.index .workBox .left{position: relative;}
.index .workBox .left .text{position: absolute;top: 70px;left: 60px;line-height: 1;}
.index .workBox .left .text .cn{color: rgb(67, 67, 67);font-size: 20px;}
.index .workBox .left .text .en{color: rgb(26, 86, 157);font-size: 86px;line-height: 1.2;}
.index .workBox .left .add{position: absolute;top: 320px;left:420px;height: 50px;width: 50px;cursor: pointer;transition: all 0.3s;}
.index .workBox .left .add .nor{opacity: 1;display: block;}
.index .workBox .left .add .hov{opacity: 0;display: none;}
.index .workBox .left .add:hover{background: #1A569D;}
.index .workBox .left .add:hover .nor{opacity: 0;display: none;}
.index .workBox .left .add:hover .hov{opacity: 1;display: block;}
.index .workBox .right{width: 620px;font-size: 16px;line-height: 2;color: rgb(67, 67, 67);}



.inBanner{height: 200px;}
.inBanner .container{display: flex;flex-direction: column;justify-content: space-between;padding: 20px 0;}
.inBanner .mid{font-size: 36px;color: #fff;}
.inBanner .bot{font-size: 14px;color: #fff;}
.inBanner .bot a{color: #fff;}
.inBanner .bot a:hover{text-decoration: underline;}
.inBanner .bot span{margin: 0 10px;}


.detailBread{height: 70px;border-bottom: 1px solid #eee;}
.detailBread .container{display: flex;align-items: center;height:100%;}
.detailBread a{color: rgb(102, 102, 102);font-size: 14px;}
.detailBread a:hover{text-decoration: underline;}
.detailBread span{margin: 0 10px;}


.inTitle{height: 60px;border-bottom: 1px solid #eee;position: sticky;top: 0;background: #fff;}
.inTitle .container{display: flex;align-items: center;}
.inTitle .one{flex: 1;padding: 0 30px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #434343;cursor: pointer;position: relative;height: 100%;}
.inTitle .one.active,.inTitle .one:hover{font-weight: bold;color: #1a569d;}
.inTitle .one.active::after,.inTitle .one:hover::after{position: absolute;bottom: 0;left: 0;margin: auto;right: 0;content:"";width: 40px;height: 2px;background: #1a569d;}


.inDetail{margin: 50px 0;}
.inDetail .block{display: none;}
.inDetail .block.active{display: block;}



.inTitleClass{height: 60px;border-bottom: 1px solid #eee;position: sticky;top: 0;background: #fff;}
.inTitleClass .container{display: flex;align-items: center;}
.inTitleClass .one{flex: 1;padding: 0 30px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #434343;cursor: pointer;position: relative;height: 100%;}
.inTitleClass .one.active,.inTitleClass .one:hover{font-weight: bold;color: #1a569d;}
.inTitleClass .one.active::after,.inTitleClass .one:hover::after{position: absolute;bottom: 0;left: 0;margin: auto;right: 0;content:"";width: 40px;height: 2px;background: #1a569d;}


.inList{margin-top: 50px;}
.inList .container{display: flex;align-items: center;flex-wrap: wrap;}
.inList .one{width: 380px;margin-right: 30px;margin-bottom: 30px;border: 1px solid #d9d9d9;padding: 15px;}
.inList .one:nth-child(3n){margin-right: 0;}
.inList .one:hover{border-color: #00a3f0;}
.inList .one .img{width: 100%;height: 233px;margin-bottom: 8px;}
.inList .one .img img{transition: all 0.3s;}
.inList .one .title{font-size: 18px;margin-bottom: 10px;color:#434343;}
.inList .one .time{color: #666666;font-size: 14px;margin-bottom: 10px;}
.inList .one .content{font-size: 14px;line-height: 24px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;color: #999999;}
.inList .one:hover .title{color: #00a3f0;}
.inList .one:hover .img img{transform: scale(1.05);}


.inPage{margin-bottom: 50px;}
.inPage .container{display: flex;align-items: center;justify-content: center;}
.inPage .box{display: flex;align-items: center;justify-content: center;margin-left: 20px;}
.inPage .box div{height: 30px;padding: 0 10px;border: 1px solid #999;border-radius: 5px;margin: 0 10px;cursor: pointer;display: flex;align-items: center;}
.inPage .box div:hover,.inPage .box div.active{background: #1A569D;color: #fff;}
.inPage span{margin: 0 5px;color: #d00;}



.member{padding-top: 50px;}
.member>.container{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 50px;}
.member .left{width: 270px;padding: 15px;border-radius: 10px;background: #F2FAFE;flex-shrink: 0;}
.member .left .one{height: 50px;background-color: transparent;border-bottom: 1px dashed #d0d0d0;display: flex;align-items: center;padding: 0 13px;color: #434343;font-size: 17px;background-repeat: no-repeat;background-position: right center;background-image: url(../img/arr-bg28.png);cursor: pointer;}
.member .left .one:last-child{border-bottom: 0;}
.member .left .one:hover,.member .left .one.active{background-color: #00A3F0;color: #fff;background-image: url(../img/arr-bg28-bai.png);}


.member .right{width: 900px;}
.member .right .list .one{height: 230px;border-bottom: 1px dashed #d9d9d9;display: flex;padding-bottom: 30px;margin-bottom: 30px;}
.member .right .list .one .img{width: 300px;height: 200px;margin-right: 30px;flex-shrink: 0;}
.member .right .list .one .title{font-size: 20px;color: #222222;margin-bottom: 10px;}
.member .right .list .one .content{font-size: 15px;color: #666;}
.member .right .list .one:hover .title{color: #00a3f0;}

.member .right .container{width: 100%;}

/* .member .right .page{margin-bottom: 50px;display: flex;align-items: center;justify-content: center;}
.member .right .page .box{display: flex;align-items: center;justify-content: center;margin-left: 20px;}
.member .right .page .box div{height: 30px;padding: 0 10px;border: 1px solid #999;border-radius: 5px;margin: 0 10px;cursor: pointer;display: flex;align-items: center;}
.member .right .page .box div:hover,.member .right .page .box div.active{background: #1A569D;color: #fff;}
.member .right .page span{margin: 0 5px;color: #d00;} */

.member .right .list:nth-child(2n){flex-wrap: wrap;}
.member .right .list:nth-child(2n) .one{width: 277px;height: 347px;padding: 15px;border: 1px solid rgb(238, 238, 238);margin-right: 30px;margin-bottom: 30px;flex-direction: column;}
.member .right .list:nth-child(2n) .one:nth-child(3n){margin-right: 0;}
.member .right .list:nth-child(2n) .one .img{width: 245px;height: 245px;}
.member .right .list:nth-child(2n) .one .text{margin-top: 15px;text-align: center;}
.member .right .list:nth-child(2n) .one .title{font-size: 18px;}
.member .right .list:nth-child(2n) .one:hover{box-shadow: rgb(0 163 240 / 20%) 0px 0px 20px 0px;}



.contact {margin-bottom: 100px;}
.contact .one{width: 100%;height: 450px;margin-top: 200px;display: flex;background: #F2FAFE;padding: 45px;position: relative;}
.contact .one .img{margin-top: -140px;width: 500px;height: 500px;margin-left: 60px;position: relative;}
.contact .one .img::after{content:"";background: rgba(255, 255, 255, 0.3);opacity: 0;transition: all 0.3s;position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
.contact .one .img:hover::after{opacity: 1;}
.contact .one .other{transform: rotate(270deg);height: 24px;width: auto;font-size: 16px;color: #5a5a5a;letter-spacing:10px;position: absolute;left: -65px;bottom: 160px;}
.contact .one .text{margin-left: 80px;padding-top: 30px;}
.contact .one .text .cn{color: rgb(17, 17, 17);font-size: 20px;}
.contact .one .text .en{color: #1a569d;font-size: 60px;line-height: 1;}
.contact .one .text .btn{width: 207px;height: 50px;border-radius: 50px;background: #1A569D;color: #fff;cursor: pointer;transition: all 0.3s;display: flex;align-items: center;justify-content: center;margin-top: 70px;}
.contact .one .text .btn:hover{background: #00A3F0;}

.contact .one:nth-child(2n){flex-direction: row-reverse;}
.contact .one:nth-child(2n) .other{left: auto;right: -65px;}
.contact .one:nth-child(2n) .img{margin-right: 60px;}
.contact .one:nth-child(2n) .text{margin-left: 0px;margin-right: 80px;}
.contact .one:nth-child(2n) .text .less{color: #434343;font-size: 16px;margin-top: 70px;}
.contact .one:nth-child(2n) .text .less a{color: #434343;}


.detail{margin: 50px 0;}
.detail .title{font-size: 30px;color: #111111;font-weight: bold;margin-bottom: 15px;text-align: center;}
.detail .less{display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.detail .less div{font-size: 14px;color: #5A5A5A;margin-right: 30px;}
.detail .less div:last-child{margin-right: 0;}
.detail .other{margin-top: 30px;}
.detail .other div{font-size: 14px;line-height: 25px;color: #434343;}
.detail .content img{max-width: 100%;height: auto !important;}



.pc{display: block;}
.mb{display: none;}

.mbShadow{display: none;}



.proList{padding: 50px 0;}
.proList .title{font-size: 32px;color: rgb(26, 86, 157);font-weight: bold;text-align: center;position: relative;margin-bottom: 40px;}
.proList .title::before{position: absolute;top: 0;bottom: 0;margin: auto;width: 280px;height: 1px;background: #ddd;content: "";left: 30%;transform: translateX(-50%);}
.proList .title::after{position: absolute;top: 0;bottom: 0;margin: auto;width: 280px;height: 1px;background: #ddd;content: "";right: 30%;transform: translateX(50%);}

.proList .list{display: flex;flex-wrap: wrap;}
.proList .list .one{width: 180px;margin-right: 75px;margin-bottom: 50px;}
.proList .list .one:nth-child(5n){margin-right: 0;}
.proList .list .one .img{width: 180px;/*height: 300px;*/margin-bottom: 10px;}
.proList .list .one .img img{/*object-fit: cover;height: 100%;*/transition: all 0.3s;width: 100%;}
.proList .list .one .name{font-size: 18px;color: #333;transition: all 0.3s;text-align: center;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/}
.proList .list .one:hover .name{color: rgb(26, 86, 157);}
.proList .list .one:hover .img img{transform: scale(1.1);}


.proDetail{padding: 50px 0;}
.proDetail .textBox{display: flex;align-items: center;}
.proDetail .textBox .big{width: 320px;/*height: 500px;*/background: rgba(26, 86, 157, 0.05);flex-shrink: 0;}
.proDetail .textBox .list{flex: 1;margin-left: 50px;}
.proDetail .textBox .list .one{display: flex;margin-bottom: 10px;font-size: 18px;color: #333;}
.proDetail .textBox .list .one:last-child{margin-bottom: 0;}
.proDetail .textBox .list .one .name{font-weight: bold;white-space: nowrap;margin-right: 0.5rem;}
.proDetail .textBox .list .one a.desc{color: rgb(26, 86, 157);}

.proDetail .content{margin-top: 40px;font-size: 16px;color: #333;line-height: 1.5;}























@media(max-width:750px){
    .pc{display: none;}
    .mb{display: block;}

    /* html{font-size: calc(100vw / 75)} */
    html{font-size: calc(100vw / 64)}
    .container{width: 100%;padding: 0 2rem;}

    .footer{height: auto;padding: 5rem 0;}
    .footer .menu{width: 100%;display: flex;align-items: center;white-space: nowrap;overflow: auto;padding: 0 3rem 3rem;margin-bottom: 0;border-color: #eee;}
    .footer .menu .one{font-size: 2.4rem;margin-right: 4rem;}
    .footer .menu .one:last-child{margin-right: 0;}
    .footer .email{padding: 4rem 0;border-bottom: 1px dashed #eee;font-size: 2.4rem;text-align: center;margin-bottom: 2rem;}
    .footer .email a{font-size: 2.4rem;}
    .footer .icp{font-size: 2.4rem;text-align: center;padding: 0;margin: 0;}



    .header{height: 10rem;}
    .header .logo{width: 18.2rem;}
    .header .language{display: flex;align-items: center;}
    .header .language .one{width: 4.4rem;height: 4.4rem;margin: 0 1rem;}
    .header .menuBtn{width: 7.2rem;height: 7.2rem;}
    .header .right .search{width: 7.2rem;height: 7.2rem;margin: 0 2rem 0 2rem;}


    .mbShadow{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;display: none;}
    .mbShadow .bg{background: rgba(51, 51, 51, 0.3);z-index: 9990;width: 100%;height: 100%;position: absolute;}
    .mbMenu{position: relative;top: 0;right: 0;bottom: 0;left: 0;z-index: 9990;}
    .mbMenu .close{position: absolute;top: 0.8rem;right: 0.8rem;z-index: 9991;width: 8rem;height: 8rem;border-radius: 2px;background: #fff;}
    .mbMenu .block{position: absolute;top: 9.6rem;width: 100%;background: #fff;z-index: 9999;}
    .mbMenu .block .one{width: 100%;border-bottom: 1px solid #eee;height: 10rem;padding: 0 3.4rem;font-size: 3rem;color: #434343;display: flex;align-items: center;}


    .index .swiper{height: 32rem;}
    .index .swiper .swiper-container{height: 100%;}
    .index .swiper .swiper-wrapper{height: 100%;}
    .index .swiper .swiper-slide{height: 100%;}
    .index .swiper .swiper-slide .img{height: 100%;}
    .index .swiper img{height: 100%;object-fit: cover;}
    .index .swiper .swiper-button-prev,.index .swiper .swiper-button-next{display: none;}
    .index .swiper .swiper-pagination{display: flex;justify-content: flex-end;bottom: 4rem;padding-right: 4rem;align-items: center;}
    .index .swiper .swiper-pagination .swiper-pagination-bullet{width: 1.8rem;height: 1.8rem;background: #000000;border-radius: 50%;opacity: 1;box-sizing:content-box;}
    .index .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;border: 0.6rem solid #000;}



    .index .aboutBox{height: auto;padding: 10rem 0;}
    .index .aboutBox .container{flex-direction: column;}
    .index .aboutBox .left .text{left: 4rem;top: 6rem;}
    .index .aboutBox .left .text .cn{font-size: 2.8rem;}
    .index .aboutBox .left .text .en{font-size: 12rem;}
    .index .aboutBox .left .text .less{font-size: 3.2rem;}
    .index .aboutBox .left .add{left: auto;top: auto;right: 6rem;bottom: 4rem;width: 8rem;height: 8rem;}
    .index .aboutBox .right{font-size: 2.4rem;line-height: 2;width: 100%;margin-top: 5rem;text-align: justify;}


    .index .newsBox{height: auto;padding: 6rem 0;}
    .index .newsBox .top{padding-top: 0rem;margin-bottom: 4rem;border-bottom: 1px solid #fff;padding-bottom: 3rem;}
    .index .newsBox .left .cn{font-size: 2.8rem;line-height: 1.5;}
    .index .newsBox .left .en{font-size: 4.8rem;line-height: 1;}
    .index .newsBox .right{font-size: 2.4rem;margin-bottom: 0;padding: 0;border: none;}
    .index .newsBox .list{flex-direction: column;}
    .index .newsBox .list .one{width: 100%;display: flex;align-items: flex-start;padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px dashed #eee;}
    .index .newsBox .list .one .content{display: none;}
    .index .newsBox .list .one .img{width: 24rem;height: 16rem;flex-shrink: 0;}
    .index .newsBox .list .one .text{margin-top: 0;padding: 0 0 0 2rem;}
    .index .newsBox .list .one .title{font-size: 2.6rem;margin-bottom: 2rem;}
    .index .newsBox .list .one .time{font-size: 2.2rem;}



    .index .memberBox{height: auto;padding: 10rem 0;}
    .index .memberBox .container{flex-direction: column-reverse;}
    .index .memberBox .right .text{left: 4rem;top: 6rem;}
    .index .memberBox .right .text .cn{font-size: 2.8rem;}
    .index .memberBox .right .text .en{font-size: 10rem;}
    .index .memberBox .right .add{left: auto;top: auto;right: 6rem;bottom: 4rem;width: 8rem;height: 8rem;}
    .index .memberBox .left{width: 100%;margin-top: 5rem;}
    .index .memberBox .left .list{align-items: flex-start;}
    .index .memberBox .left .list .one{width: 33.333%;margin-bottom: 0;justify-content: flex-start;}
    .index .memberBox .left .list .one .img{width: 16rem;height: 16rem;}
    .index .memberBox .left .list .one .text{font-size: 2.4rem;}


    .index .workBox{height: auto;padding: 10rem 0;}
    .index .workBox .container{flex-direction: column;}
    .index .workBox .left .text{left: 4rem;top: 6rem;}
    .index .workBox .left .text .cn{font-size: 2.8rem;}
    .index .workBox .left .text .en{font-size: 12rem;}
    .index .workBox .left .text .less{font-size: 3.2rem;}
    .index .workBox .left .add{left: auto;top: auto;right: 6rem;bottom: 4rem;width: 8rem;height: 8rem;}
    .index .workBox .right{font-size: 2.4rem;line-height: 2;width: 100%;margin-top: 5rem;text-align: justify;}



    .inBanner .top{display: none;}
    .inBanner .bot{display: none;}
    .inBanner .container{justify-content: center;align-items: center;}
    .inBanner .mid{font-size: 4rem;}
    .inBanner{height: 24rem;}


    .inTitle{height: 10rem;}
    .inTitle .container{white-space: nowrap;overflow: auto;}
    .inTitle .one{padding: 0.4rem 1.6rem;margin-right: 1.4rem;border-radius: 5px;font-size: 2.4rem;color: #434343;height: 60%;flex: none;}
    .inTitle .one:hover,.inTitle .one.active{background: #1A569D;color: #fff;font-weight: normal;}

    .inDetail{margin: 6rem 0;}

    .inTitleClass{height: 10rem;}
    .inTitleClass .container{white-space: nowrap;overflow: auto;}
    .inTitleClass .one{padding: 0.4rem 1.6rem;margin-right: 1.4rem;border-radius: 5px;font-size: 2.4rem;color: #434343;height: 60%;flex: none;}
    .inTitleClass .one:hover,.inTitleClass .one.active{background: #1A569D;color: #fff;font-weight: normal;}


    .inList{margin: 6rem 0;}
    .inList .container{flex-direction: column;}
    .inList .one{width: 100%;display: flex;align-items: flex-start;padding-bottom: 2rem;margin-bottom: 2rem;border: none;border-bottom: 1px dashed #eee;margin-right: 0;padding: 0;}
    .inList .one .content{display: none;}
    .inList .one .img{width: 24rem;height: 16rem;flex-shrink: 0;}
    .inList .one .text{margin-top: 0;padding: 0 0 0 2rem;}
    .inList .one .title{font-size: 2.6rem;margin-bottom: 2rem;}
    .inList .one .time{font-size: 2.2rem;color: #929292;}


    .inPage{margin: 6rem 0;}
    .inPage .container{flex-direction: column;}
    .inPage .container .box{margin-top: 2rem;flex-wrap: wrap;margin-left: 0;}
    .inPage .container .box div{height: 6rem;padding: 0 2rem;margin: 0 2rem;font-size: 2.8rem;}


    .member{margin: 6rem 0;padding: 0;}
    .member>.container{flex-direction: column;margin-bottom: 0;}
    .member .left{width: 100%;background: none;padding: 0;margin-bottom: 6rem;}
    .member .left .classBox{display: flex;align-items: center;flex-wrap: wrap;margin-top: -1.6rem;margin-left: -1.6rem;}
    .member .left .classBox .one{background: #00a3f0;color: #fff;font-size: 2.4rem;height: 5.6rem;padding: 0 1.6rem;border-radius: 3px;margin-left: 1.6rem;margin-top: 1.6rem;border: none;display: flex;align-items: center;}
    .member .right{width: 100%;}
    .member .right .list .one{width: 100%;height: auto;padding: 3rem;margin-bottom: 4rem;border: 1px solid #eee;}
    .member .right .list .one:hover{border-color: #1a569d;}
    .member .right .list .one .img{width: 20rem;height: 20rem;margin-right: 3rem;}
    .member .right .list .one .title{font-size: 2.6rem;margin-bottom: 2rem;}
    .member .right .list .one .content{font-size: 2.4rem;color: #666;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-align: justify;}

    /* .member .right .page{flex-direction: column;margin: 6rem 0;}
    .member .right .page .box{margin-top: 2rem;flex-wrap: wrap;margin-left: 0;}
    .member .right .page .box div{height: 6rem;padding: 0 2rem;margin: 0 2rem;font-size: 2.8rem;} */

    .member .right .list:nth-child(2n){justify-content: space-between;}
    .member .right .list:nth-child(2n) .one{margin-right: 0;width: 29rem;height: auto;padding: 2rem;margin-bottom: 2rem;}
    .member .right .list:nth-child(2n) .one:nth-child(2n){margin-right: 0;}
    .member .right .list:nth-child(2n) .one:nth-child(3n){margin-right: 0;}
    .member .right .list:nth-child(2n) .one .img{width: 25rem;height: 25rem;}


    .detailBread{display: none;}
    .detail .title{font-size: 3.4rem;}
    .detail .less{flex-wrap: wrap;}
    .detail .less div{font-size: 2.2rem;margin-right: 1.4rem;color: #5A5A5A;}
    .detail .other div{font-size: 2.4rem;color: #666;}


    .contact{margin-bottom: 10rem;}
    .contact .container{padding: 0;}
    .contact .one .other{display: none;}
    .contact .one{margin-top: 25rem;height: 25rem;width: 90%;padding: 0;margin-left: 10%;}
    .contact .one .img{width: 30rem;height: 30rem;flex-shrink: 0;margin-top: -16rem;margin-left: -7%;}
    .contact .one .text{margin-left: 5rem;margin-top: -15rem;}
    .contact .one .text .cn{font-size: 2.8rem;}
    .contact .one .text .en{font-size: 4.8rem;}
    .contact .one .text .btn{width: 22rem;height: 6.8rem;margin-top: 6rem;}


    .contact .one:nth-child(2n){width: 90%;padding: 0;margin-left: 0%;margin-right: 10%;}
    .contact .one:nth-child(2n) .img{margin-right: -7%;}
    .contact .one:nth-child(2n) .text{margin-right: 0;margin-left: 3%;}
    .contact .one:nth-child(2n) .text .less{margin-top: 6rem;font-size: 2.4rem;line-height: 2;color: rgb(67, 67, 67);}


    .mbSearchBox{margin-top: 6rem;margin-bottom: 0;}
    .mbSearchBox .container{display: flex;align-items: center;justify-content: center;}
    .mbSearchBox .inputBox{flex:1;height: 7.2rem;border: 1px solid #00A3F0;display: flex;align-items: center;padding: 0 1rem;}
    .mbSearchBox .inputBox input{width: 100%;height: 100%;border: none;outline: none;font-size: 2.6rem;}
    .mbSearchBox .searchBtn{width: 12rem;height: 7.2rem;display: flex;align-items: center;justify-content: center;color: #fff;background: #00A3F0;font-size: 2.4rem;border: none;}

    .searchText{margin: 6rem 0;font-size: 2.4rem;}
    .searchText span{color: #f00;}
}





















