/*手机*/
@media screen and (max-width:1199px){
    .docW{
       padding:0 30px;
    }
    .marW{
        left:0;
        right:0;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

    }
    .banner-wrap .video{
        display:none;
    }
    .banner-wrap .img{
        object-fit:cover;
    }
    .banner-wrap .lay_info{
        height:74px;
        margin-top:-37px;
    }
    .banner-wrap .info1{
        font-size:24px;
        line-height:50px;
    }
    .banner-wrap .info2{
        font-size:14px;
        line-height:24px;
    }
    .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0 6px;
        width:6px;
        height:6px;
    }
    .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
        width:20px;
    }
    .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;
    }
    .header{
        padding:14px 0;
    }
    .header.opened,.header.active.opened,.header.header-newspage.opened{
        background:none;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .header-in{
        height:32px;
    }
    .header .lay_logo{
        position:relative;
        height:100%;
        z-index:200;
    }
    .nav_and_lang{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
        left: 0;
        top: 0;
        overflow:auto;
        -webkit-overflow-scrolling:touch;
        background: rgba(0, 0, 0, .9);
        display:none;
    }
    .nav{
        width: 80%;
        position: absolute;
        left: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .nav .chd{
        height: 40px;
        line-height: 40px;
        text-align: center;
        width:100%;
        padding:10px 0;
        margin: 0 auto;
        opacity: 0;
    }
    .nav .chd:nth-child(1){
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }
    .nav .chd:nth-child(2){
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
    }
    .nav .chd:nth-child(3){
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
    }
    .nav .chd:nth-child(4){
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
    }
    .nav .chd:nth-child(5){
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
    }
    .nav .chd:nth-child(6){
        -webkit-animation-delay: 1200ms;
        animation-delay: 1200ms;
    }
    .nav .chd:nth-child(7){
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
    }
    .nav .chd:nth-child(8){
        -webkit-animation-delay: 1600ms;
        animation-delay: 1600ms;
    }
    .nav .chd:nth-child(9){
        -webkit-animation-delay: 1800ms;
        animation-delay: 1800ms;
    }
    .nav .chd:nth-child(10){
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms;
    }
    .nav .chd .lnk {
        position:relative;
        z-index:1;
        display: block;
        color: #fff;
        font-size: 24px;
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }
    .nav .chd.hover .lnk{
        color: #ff671d;
    }
    .nav .chd .sub-chd-wrap{
        display:none;
    }
    .lang{
        position:absolute;
        bottom:20px;
        left:0%;
        width:100%;
        text-align:center;
        font-size:16px;
        line-height:32px;
        color:rgba(255,255,255,.5);
    }
    .lang b{
        margin:0 10px;
    }
    .m-header-nav{
        display:block;
        position: absolute;
        width: 30px;
        right: 20px;
        top: 50%;
        margin-top: -11px;
        cursor: pointer;
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        z-index:990;
    }
    .m-header-nav.active {
        width: 28px;
    }
    .m-header-nav span {
        width: 100%;
        height: 2px;
        background: #221815;
        display: block;
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }
    .m-header-nav span + span {
        margin-top: 8px;
    }
    .m-header-nav.active span:first-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 100% 50% 0;
        transform-origin: 100% 50% 0;
    }
    .m-header-nav.active span:nth-child(2){
        opacity:0;
    }
    .m-header-nav.active span:last-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 100% 50% 0;
        transform-origin: 100% 50% 0;
    }
    .m-header-nav.active span{
        background:#fff;
    }
    .main{
        padding-top:60px;
    }
    .indAbout{
        padding-top:45px;
        padding-bottom:45px;
    }
    .indAbout .img_wrap{
        display:none;
    }
    .indAbout .img_wrap .img{
        display:block;
        width:100%;
    }
    .indAbout .info_tit,.indNewsWrap .tit,.indCont .tit,.aboutId .tit,.newsL-tit{
        font-size:20px;
        line-height:30px;
        margin-bottom:15px;
        text-align:center;
        padding-left:30px;
        padding-right:30px;
    }
    .indAbout .info_con{
        font-size:14px;
        line-height:24px;
        text-align:justify;
        margin-bottom:24px;
    }
    .indAbout .btn-wrap{
        text-align:center;
    }
    .a-btn-lnk{
        font-size:15px;
        height:36px;
        line-height:36px;
        padding:0 28px;
        text-align:center;
    }
    .indNewsWrap{
        padding-top:40px;
        padding-bottom:40px;
    }
    .indNewsWrap .tit{
        margin-bottom:12px;
    }
    .indNews{
        padding-top:10px;
    }
    .swiper-container-ind-news{
        display:none;
    }
    .swiper-container-ind-news-wap{
        padding-bottom:38px;
    }
    .swiper-container-ind-news-wap .img_wrap{
        margin-bottom:20px;
    }
    .swiper-container-ind-news-wap .img{
        display:block;
        width:100%;
    }
    .swiper-container-ind-news-wap .info_tit{
        margin-bottom:16px;
        font-size:16px;
        line-height:26px;
        text-align:justify;
        color:#fff;
    }
    .swiper-container-ind-news-wap .info_con{
        padding-bottom:19px;
        font-size:14px;
        line-height:24px;
        text-align:justify;
        color:#fff;
        border-bottom:1px solid #20b8a7;
        margin-bottom:4px;
    }
    .swiper-container-ind-news-wap .info_laydate .date,.swiper-container-ind-news-wap .info_laydate .oth{
        font-size:13px;
        line-height:24px;
        color:#fff;
    }
    .swiper-container-ind-news-wap .info_laydate .arr{
        font-size:13px;
        margin-left:12px;
    }
    .swiper-container-ind-news-wap.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:5px;
    }
    .swiper-container-ind-news-wap.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0 6px;
        width:6px;
        height:6px;
        opacity:.6;
        background:#fff;
        -webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);
        -moz-transition:all .3s cubic-bezier(.645, .045, .355, 1);
        transition:all .3s cubic-bezier(.645, .045, .355, 1);
        border-radius:50px;
    }
    .swiper-container-ind-news-wap.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
        width:20px;
        opacity:1;
    }
    .indCont{
        padding-top:52px;
        padding-bottom:50px;
    }
    .indCont .tit{
        padding-bottom:18px;
        border-bottom:1px solid #f5f5f5;
    }
    .indCont .con{
        padding-top:5px;
    }
    .swiper-container-indCont{
        padding-bottom:50px;
    }
    .swiper-container-indCont .item-tit{
        padding-bottom:16px;
    }
    .swiper-container-indCont .item_tit{
        font-size:16px;
        line-height:30px;
    }
    .swiper-container-indCont .item_info{
        font-size:14px;
        line-height:24px;
    }
    .swiper-container-indCont .item-con{
        margin-bottom:24px;
        font-size:14px;
        line-height:24px;
        height:72px;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        text-overflow:ellipsis;
        overflow:hidden;
    }
    .btn{
        font-size:14px;
        line-height:30px;
        padding:0 1.2em;
    }
    .swiper-container-indCont .addr{
        float:right;
        font-size:14px;
        line-height:30px;
    }
    .swiper-container-indCont .addr .iconfont{
        margin-right:8px;
        font-size:16px;
    }
    .swiper-container-indCont .swiper-slide{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    .swiper-container-indCont.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:5px;
    }
    .swiper-container-indCont.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0 6px;
        width:6px;
        height:6px;
        opacity:.5;
        background:#b3b3b3;
        -webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);
        -moz-transition:all .3s cubic-bezier(.645, .045, .355, 1);
        transition:all .3s cubic-bezier(.645, .045, .355, 1);
        border-radius:50px;
    }
    .swiper-container-indCont.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
        width:20px;
        opacity:.9;
    }
    .indJoin .img{
        height:22vh;
        object-position:80% center;
        object-fit:cover;
    }
    .indJoin .inf{
        height:86px;
        width:100%;
        margin-left:-50%;
        margin-top:-43px;
    }
    .indJoin .inf .lay_icon{
        line-height:40px;
    }
    .indJoin .inf .iconfont{
        font-size:40px;
        margin-bottom:6px;
    }
    .indJoin .inf .lay_oth{
        font-size:13px;
        line-height:20px;
    }
    .footer_in{
        display:none;
    }

    .copyright-wrap .copyright-oth{
        float:right;
        width:130px;
        max-width:-webkit-calc(100% - 190px);
        max-width:calc(100% - 190px);
        text-align:center;
        padding-top:3px;
    }
    .copyright-wrap .copyright-oth .code{
        display:block;
        margin:0 auto;
        width:80px;
    }
    .copyright-wrap .copyright-oth .inf{
        padding-top:20px;
        font-size:12px;
        line-height:14px;
        color:#fff;
        text-align:center;
    }
    .copyright-wrap{
        padding-top:52px;
        padding-bottom:52px;
        padding-left:30px;
        padding-right:30px;
    }
    .copyright-wrap:after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .copyright-wrap::after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .copyright-wrap .docW{
        padding-left:0;
        padding-right:0;
    }
    .copyright{
        padding:0;
        float:left;
        width:190px;
    }
    .copyright .lBx{
        display:none;
    }
    .copyright .mid{
        font-size:13px;
        line-height:20px;
        text-align:left;
    }
    .copyright .rBx{
        padding-top:30px;
        text-align:left;
    }
    .copyright .bdsharebuttonbox a{
        display:inline-block;
        vertical-align:top;
        font-size:20px;
        line-height:30px;
        margin:0 16px 0 0;
    }
    .copyright .bdsharebuttonbox a.iconqq{
        font-size:20px;
    }
    .copyright .bdsharebuttonbox a.iconweibo{
        font-size:27px;
    }
    .copyright .bdsharebuttonbox a.iconweixin{
        font-size:26px;
    }
    .totop{
        right:10px;
        bottom:20px;
        height:36px;
        width:36px;
    }
    .totop .arr{
        width:14px;
        height:14px;
        margin-left:-8px;
        top:14px;
    }
    .banners-in{
        position:relative;
    }
    .banners .info_wrap{
        top:50%;
        margin-top:-10px;
    }
    .banners .info_wrap .tit{
        font-size:16px;
        line-height:20px;
    }
    .banners .infoWrap{
        top:50%;
        margin-top:-18px;
    }
    .banners .infoInner{
        padding:8px 10px;
    }
    .banners .infoInner .tit{
        font-size:16px;
        line-height:20px;
    }
    .banNav{
        position:relative;
        padding:0;
        background:#fff;
    }
    .banNav:after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .banNav::after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .banNav .lnk{
        float:left;
        font-size:13px;
        line-height:18px;
        height:18px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .banNav .lnk-about{
        width:20%;
    }
    .banNav .lnk-science{
        width:33.3333%;
    }
    .banNav .lnk-join{
        width:50%;
    }
    .aboutId{
        padding-top:38px;
    }
    .about-profile{
        padding-bottom:50px;
    }
    .about-profile .tit{
        margin-bottom:20px;
    }
    .about-profile .lBx{
        width:100%;
        margin-bottom:15px;
    }
    .about-profile .lBx .img{
        display:block;
        width:100%;
    }
    .about-profile .rBx{
        font-size:13px;
        line-height:26px;
    }
    .about-team,.about-adviser{
        padding-bottom:30px;
    }
    .about-team .tit,.about-adviser .tit{
        padding-bottom:18px;
        margin-bottom:20px;
    }
    .about-team .team-chd,.about-adviser .team-chd{
        margin-bottom:25px;
    }
    .about-team .team-avatar,.about-adviser .team-avatar{
        margin:0 auto 10px;
        width:200px;
        height:200px;
        border-radius:100%;
        overflow:hidden;
    }
    .about-team .team-avatar .img,.about-adviser .team-avatar .img{
        width:100%;
        margin:0 auto;
    }
    .about-team .info-tit,.about-adviser .info-tit{
        font-size:15px;
        line-height:22px;
        margin-bottom:4px;
    }
    .about-team .info-con,.about-adviser .info-con{
        font-size:13px;
        line-height:20px;
    }
    .about-team-lay-arr,.about-adviser-lay-arr{
        padding:20px 0;
    }
    .teamOverlay .inDiv-wrap{
        left:20px;
        right:20px;
        top:50%;
        height:94vh;
        margin-top:-47vh;
    }
    .teamOverlay .inDiv{
        overflow:auto;
        -webki-oveflow-scrolling:touch;
    }
    .teamOverlay .teamClose{
        top:5px;
        right:5px;
        width:26px;
        height:26px;
    }
    .teamOverlay .in-div{
        margin:38px 35px 18px;
        height:-webkit-calc(94vh - 56px);
        height:calc(94vh - 56px);
        overflow:auto;
        -webki-oveflow-scrolling:touch;
    }
    .teamOverlay .img_wrap.loading{
        padding-bottom:132%;
    }
    .teamOverlay .img{
        width:100%;
    }
    .teamOverlay .info_wrap{
        padding-top:10px;
    }
    .teamOverlay .en-tit{
        font-size:20px;
        line-height:28px;
    }
    .teamOverlay .zh-tit{
        font-size:18px;
        line-height:28px;
    }
    .teamOverlay .major{
        font-size:16px;
        line-height:24px;
        padding-bottom:16px;
        margin-bottom:20px;
    }
    .teamOverlay .content{
        font-size:14px;
        line-height:22px;
        text-align:justify;
    }
    .teamOverlay .indNews-arr{
        position:absolute;
        top:50%;
        width:15px;
        height:32px;
        margin-top:-16px;
    }
    .teamOverlay .indNews-arr-prev{
        left:8px;
    }
    .teamOverlay .indNews-arr-prev:before{
        content:'';
        position:absolute;
        top:50%;
        left:4px;
        margin-top:-10px;
        height:19px;
        width:19px;
        border-left:1px solid #999;
        border-top:1px solid #999;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
    .teamOverlay .indNews-arr-next:before{
        content:'';
        position:absolute;
        top:50%;
        right:4px;
        margin-top:-10px;
        height:19px;
        width:19px;
        border-right:1px solid #999;
        border-top:1px solid #999;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    .teamOverlay .indNews-arr-next{
        right:8px;
    }
    .about-culture{
        padding-bottom:38px;
    }
    .about-culture .tit{
        margin-bottom:20px;
    }
    .about-culture .chd{
        margin-bottom:25px;
    }
    .about-culture .chd .lay_img{
        width:180px;
        height:180px;
    }
    .about-culture .chd .lay_info{
        padding-top:8px;
    }
    .about-culture .chd .info_tit{
        font-size:16px;
        line-height:24px;
        margin-bottom:5px;
    }
    .about-culture .chd .info_con{
        font-size:12px;
        line-height:20px;
    }
    .about-culture .chd .iconfont{
        font-size:96px;
        height:120px;
        line-height:120px;
        margin-top:-60px;
    }
    .about-history{
        padding-bottom:40px;
    }
    .about-history .tit{
        position:relative;
        padding-bottom:18px;
        margin-bottom:20px;
    }
    .about-history .tit:before{
        content:'';
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        height:1px;
        background:#d9d9d9;
        -webkit-transform-origin:bottom;
        -moz-transform-origin:bottom;
        transform-origin:bottom;
        -webkit-transform:scaleY(.5);
        -moz-transform:scaleY(.5);
        transform:scaleY(.5);
    }
    .about-history-list-in:before{
        content:'';
        position:absolute;
        width:1px;
        height:100%;
        border-left:1px solid #bababb;
        left:55px;
        top:0;
    }
    .about-his-item .label-tit{
        width:110px;
        height:40px;
        line-height:38px;
        font-size:15px;
        margin-right:28px;
    }
    .about-his-item .label-info{
        line-height:20px;
        min-height:40px;
        padding:10px 15px;
        margin-bottom:14px;
    }
    .about-his-item .label-con{
        padding-bottom:10px;
    }
    .about-history-list-block:before,.about-history-list-none:before{
        height:24px;
        width:110px;

    }
    .swiper-container-about-history .lay_year{
        font-size:16px;
        line-height:20px;
        margin-bottom:36px;
    }
    .swiper-container-about-history .line{
        top:36px;
    }
    .swiper-container-about-history .circle{
        top:25px;
    }
    .swiper-container-about-history .lay_info{
        font-size:13px;
        line-height:24px;
        width:80%;
        margin:0 auto;
        text-align:justify;
    }
    .swiper-container-about-history .lay_info p{
        margin-bottom:4px;
    }
    .sciOne{
        padding-top:38px;
        padding-bottom:50px;
    }
    .sciOne .titWrap{
        font-size:14px;
        line-height:26px;
        margin-bottom:38px;
    }
    .sci-more{
        font-size:15px;
        line-height:40px;
        height:40px;
        padding:0 32px;
    }
    .sciOne .table-mobile{
        display:block;
        margin-bottom:40px;
    }
    @keyframes sci_data4{
        0%{
            height:0;
        }
        100%{
            height:163px;
        }
    }
    @keyframes sci_data3{
        0%{
            height:0;
        }
        100%{
            height:122px;
        }
    }
    @keyframes sci_data2{
        0%{
            height:0;
        }
        100%{
            height:81px;
        }
    }
    @keyframes sci_data1{
        0%{
            height:0;
        }
        100%{
            height:40px;
        }
    }
    .table-mobile .chd1 .chd-ta-data{
        background:#f8c346;
        height:163px;
    }
    .table-mobile .chd1.xgl .chd-ta-data{
        animation:sci_data4 2s linear 0s 1 both;
    }
    .table-mobile .chd-ext .chd-ta-data{
        background:#ee7926;
    }
    .table-mobile .chd2 .chd-ta-data{
        height:163px;
    }
    .table-mobile .chd2.xgl .chd-ta-data{
        animation:sci_data4 2s linear 0s 1 both;
    }
    .table-mobile .chd3 .chd-ta-data{
        height:122px;
    }
    .table-mobile .chd3.xgl .chd-ta-data{
        animation:sci_data3 1.5s linear 0s 1 both;
    }
    .table-mobile .chd4 .chd-ta-data{
        height:122px;
    }
    .table-mobile .chd4.xgl .chd-ta-data{
        animation:sci_data3 1.5s linear 0s 1 both;
    }
    .table-mobile .chd5 .chd-ta-data{
        height:81px;
    }
    .table-mobile .chd5.xgl .chd-ta-data{
        animation:sci_data2 1s linear 0s 1 both;
    }
    .table-mobile .chd6 .chd-ta-data{
        height:40px;
    }
    .table-mobile .chd6.xgl .chd-ta-data{
        animation:sci_data1 0.5s linear 0s 1 both;
    }
    .table-mobile .chd7 .chd-ta-data{
        background:#79c497;
        height:40px;
    }
    .table-mobile .chd7.xgl .chd-ta-data{
        animation:sci_data1 0.5s linear 0s 1 both;
    }
    .table-mobile .chd8 .chd-ta-data{
        background:#3bb9a7;
        height:122px;
    }
    .table-mobile .chd8.xgl .chd-ta-data{
        animation:sci_data3 1.5s linear 0s 1 both;
    }
    .table-mobile .chd-tit{
        font-size:0;
        letter-spacing:-5px;
        max-width:328px;
    }
    .table-mobile .chd-tit .span0{
        font-size:14px;
        line-height:28px;
        color:#3e3a39;
        letter-spacing:normal;
    }
    .table-mobile .chd-tit .span1{
        font-size:14px;
        display:inline-block;
        vertical-align:top;
        margin-left:4px;
        border-radius:16px 0 0 16px;
        height:28px;
        line-height:28px;
        padding-left:20px;
        padding-right:20px;
        color:#fff;
        background:#3e3a39;
        letter-spacing:normal;
    }
    .table-mobile .chd-tit .span2{
        font-size:14px;
        display:inline-block;
        vertical-align:top;
        border-radius:0 16px 16px 0;
        height:28px;
        line-height:28px;
        padding-left:20px;
        padding-right:20px;
        color:#fff;
        letter-spacing:normal;
    }
    .table-mobile .chd1 .chd-tit .span2{
        background:#f8c346;
    }
    .table-mobile .chd-ext .chd-tit .span2{
        background:#ee7926;
    }
    .table-mobile .chd7 .chd-tit .span2{
        background:#79c497;
    }
    .table-mobile .chd8 .chd-tit .span2{
        background:#3bb9a7;
    }
    .sciTwo{
        padding-top:35px;
        padding-bottom:40px;
    }
    .sciTwo .chd-L .img{
        width:auto;
        margin:0 auto;
        max-width:100%;
        min-width:160px;
    }
    .sciTwo .chd{
        padding:30px 0;
    }
    .sciTwo .chd-L{
        padding-bottom:15px;
    }
    .sciTwo .chd .tit{
        position:relative;
        text-align:center;
        font-size:18px;
        line-height:28px;
        min-height:28px;
        padding-bottom:8px;
        margin-bottom:12px;
    }
    .sciTwo .chd-con,.sciThr .chd-con{
        font-size:14px;
        line-height:26px;
    }
    .sciTwo .list{
        padding-bottom:12px;
    }
    .sciTwo .lay_arr{
        margin-top:30px;
    }
    .sciTwo-arr{
        width:72px;
        height:38px;
    }
    .sciTwo-arr i{
        margin-left:-25px;
        top:-22px;
        width:49px;
        height:49px;
    }
    .sciThr{
        padding-top:35px;
        padding-bottom:40px;
    }
    .sciThr .tit{
        position:relative;
        font-size:18px;
        line-height:28px;
        padding-bottom:20px;
    }
    .sciThr .tit:before{
        content:'';
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        height:1px;
        background:#e4e5e5;
        -webkit-transform-origin:bottom;
        -moz-transform-origin:bottom;
        transform-origin:bottom;
        -webkit-transform:scaleY(.5);
        -moz-transform:scaleY(.5);
        transform:scaleY(.5);
    }
    .sciThr .chd-tit{
        padding-bottom: 30px;
    }
    .sciThr .chd-con{
        font-size:14px;
        line-height:26px;
    }
    .newsL{
        padding-top:34px;
        padding-bottom:34px;
    }
    .newsL .newsL-tit{
        margin-bottom:28px;
    }
    .newsL-list{
        margin-bottom:18px;
    }
    .newsL-list .chd{
        padding-top:12px;
        padding-bottom:12px;
    }
    .newsL-list .chd .lay_date{
        padding-top:8px;
        margin-right:18px;
        width:58px;
    }
    .newsL-list .chd .date{
        margin-bottom:4px;
        font-size:20px;
        height:40px;
        line-height:40px;
        background:#ff671d;
        color:#fff;
    }
    .newsL-list .chd .year{
        font-size:12px;
        height:22px;
        line-height:22px;
        background:#ff671d;
        color:#fff;
    }
    .newsL-list .chd .lay_oth .arr{
        display:none;
    }
    .newsL-list .chd .tit{
        font-size:15px;
        line-height:30px;
        margin-bottom:6px;
    }
    .newsL-list .chd .con{
        font-size:13px;
        line-height:20px;
        height:40px;
    }
    .pages:after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .pages::after{
        content:'';
        display:block;
        height:0;
        overflow:hidden;
        clear:both;
    }
    .pages .lnk{
        display:none;
    }
    .pages .prev,.pages .next{
        position:relative;
        float:none;
        display:inline-block;
        vertical-align:top;
        font-size:15px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        height:42px;
        line-height:42px;
        width:78px;
        text-align:center;
        border:1px solid #ff671d;
        background:#ff671d;
        border-radius:3px;
        color:#fff;
    }
    .pages .prev.disable,.pages .next.disable{
        background:#fff;
        border:1px solid #c9caca;
        color:#c9caca;
    }
    .pages .prev{
        margin-right:2%;
    }
    .pages .next{
        margin-left:2%;
    }
    .pages .prev i,.pages .next i{
        position:absolute;
        top:50%;
        left:50%;
        width:0;
        height:0;
        margin-top:-8px;
        margin-left:-7px;
    }
    .pages .prev i{
        border-left:none;
        border-top:8px solid transparent;
        border-right:14px solid #fff;
        border-bottom:8px solid transparent;
    }
    .pages .prev.disable i{
        border-right-color:#c9caca;
    }
    .pages .next i{
        border-right:none;
        border-bottom:8px solid transparent;
        border-left:14px solid #fff;
        border-top:8px solid transparent;
    }
    .pages .next.disable i{
        border-left-color:#c9caca;
    }
    .newsD{
        padding-top:40px;
        padding-bottom:50px;
    }
    .newsA .titWrap{
        padding-bottom:20px;
        border-bottom:1px solid #e1e1e1;
        margin-bottom:22px;
    }
    .newsATit{
        font-size:18px;
        line-height:36px;
        margin-bottom:8px;
    }
    .newsA .titWrap .info{
        font-size:12px;
        line-height:18px;
    }
    .newsA .titWrap .info .span{
        margin:0 5px;
    }
    .newsA .conWrap{
        font-size:14px;
        line-height:30px;
        padding-bottom:30px;
        margin-bottom:30px;
        text-align:justify;
    }
    .art-tog .lBx{
        font-size:13px;
        line-height:28px;
    }
    .art-tog .rBx{
        margin-top:24px;
        font-size:13px;
        line-height:28px;
    }
    .art-tog .rBx .arr{
        font-size:.9em;
        margin-left:12px;
        margin-right:10px;
    }
    .partnerL{
        padding-top:32px;
        padding-bottom:45px;
    }
    .partnerL .newsL-tit{
        margin-bottom:28px;
    }
    .partnerL .list-in{
        margin-bottom:30px;
    }
    .part-list .chd{
        width:100%
        max-width:400px;
        margin-bottom:28px;
    }
    .part-list .chd .inf-wrap{
        font-size:14px;
        line-height:26px;
        padding-top:8px;
    }
    .joinL{
        padding-top:30px;
        padding-bottom:30px;
    }
    .joinL .newsL-tit{
        margin-bottom:20px;
    }
    .join-list{
        margin-bottom: 30px;
    }
    .join-list .chd{
        padding-top:20px;
        padding-bottom:20px;
    }
    .join-list .chdT{
        padding-right:40px;
    }
    .join-list .chdTit{
        font-size:16px;
        line-height:30px;
    }
    .join-list .chdSub{
        font-size:12px;
        line-height:20px;
    }
    .join-list .chdSub font{
        display:block;
    }
    .join-list .chdB{
        font-size:13px;
        line-height:26px;
        text-align:justify;
        padding-top:20px;
        padding-bottom:10px;
    }
    .join-list .join-arr{
        position:absolute;
        right:2px;
        top:10px;
        width:36px;
        height:26px;
    }
	.walfareL .chd{
		float:left;
		width:50%;
		padding-top:10px;
		margin-bottom:24px;
	}
	.walfareL .chd .lay_icon{
		height:32px;
		line-height:32px;
		margin-bottom:8px;
	}
	.walfareL .chd .iconfont{
		font-size:32px;		
	}
	.walfareL .chd .info-tit{
		font-size:18px;
		line-height:30px;
		height:30px;		
		margin-bottom:8px;
	}
	.walfareL .chd .info-con{
		font-size:13px;
		line-height:20px;
		height:40px;	
	}
    .contactL{
        padding-top:12px;
        padding-bottom:12px;
    }
    .contact-tit{
        font-size:16px;
        line-height:24px;
        margin-bottom:20px;
    }
    .contact-con .ch{
        font-size:13px;
        padding-left:38px;
        padding-bottom:6px;
        margin-bottom:18px;
        line-height:24px;
    }
    .contact-con .ch .iconfont{
        font-size:20px;
    }
    .contactL .lBx{
        margin-bottom:20px;
    }
    .contactL .rBx{
        height:400px;
        height:50vw;
    }





}<!--0.00019192695617676-->