@charset "utf-8";
/* CSS Document */

body { background:#fff; font-size:14px; font-family:'SourceHanSans-Regular'; color:#000; -webkit-tap-highlight-color:transparent; overflow-x:hidden; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], textarea, button { font-size:14px; font-family:'SourceHanSans-Regular'; -webkit-appearance: none; border-radius:0; }
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
ul, li, ol, dl, dt {list-style:none;}
img { border:0; vertical-align:top; max-width:100% !important;}
a { text-decoration:none; color:#000; cursor:pointer; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
a:hover { text-decoration:none; color:#379869; }
table{ border-collapse:collapse; border:0;}
*{ margin:0; padding:0; border:0; font-size:100%; outline:none; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.clearfix:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.clearfix { zoom: 1 }
.fl { float:left; }
.fr { float:right; }
.w{ width:1400px; margin:0 auto; }


/*阻止旋转屏幕时自动调整字体大小*/
textarea { resize: none; -webkit-appearance: listbox; -moz-appearance: listbox; }
/*取消按钮在iphone上的默认样式*/
input[type=button], input[type=number] { -webkit-appearance: none; outline: none; }
/*移除上下小箭头  chrome*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0;}
input[type=number], input[type=date], input[type=datetime], input[type=datetime-local] ,input[type=submit],input[type=button]{ -moz-appearance: textfield; -webkit-appearance: none !important; margin: 0; }
/*移除上下小箭头 Firefox*/
input::-webkit-input-placeholder { color:#666; }
textarea::-webkit-input-placeholder { color:#666; }
input::-webkit-input-speech-button { display: none; }

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2?t=1652104029778') format('woff2'),
       url('../fonts/iconfont.woff?t=1652104029778') format('woff'),
       url('../fonts/iconfont.ttf?t=1652104029778') format('truetype');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face { font-family:'SourceHanSans-Regular'; src:url('../fonts/SourceHanSans-Regular.otf'); }
@font-face { font-family:'SourceHanSans-Medium'; src: url('../fonts/SourceHanSans-Medium.otf'); }
@font-face { font-family:'SourceHanSans-Bold'; src:url('../fonts/SourceHanSans-Bold.otf'); }
@font-face { font-family:'YuWeiShuFaXingShuJianTi'; src:url('../fonts/YuWeiShuFaXingShuJianTi-1.ttf'); }
.font-b{ font-family:'SourceHanSans-Bold';}


/**index**/
.nkyHead { background:#fff; width:100%; position:relative; z-index:99; box-shadow:0 0 5px rgba(0,0,0,.1);}
.nkyHead.topFix{ position:fixed; left:0; top:0; }
.nkyHead .w{ align-items:center; display:flex; justify-content:space-between;}
.nkyHead-logo{ width:130px;}
.nkyHead-nav{ display:flex; }
.nkyHead-nav li { position:relative;}
.nkyHead-nav li a.far { font-size:18px; line-height:80px; display:block;  padding:0 25px;}
.nkyHead-nav li.active a.far, .nkyHead-nav li:hover a.far{ color:#30835a; }
.nkyHead-nav li .subnav { background-color:#30835a; width:100%; padding:5px 0; position:absolute; top:100%; left:0; pointer-events:none; opacity:0; transform:translateY(10px); backdrop-filter:blur(5px); transition:transform 0.5s ease-in-out, opacity 0.5s ease-in-out; }
.nkyHead-nav li .subnav a { display:block; padding:8px 0; font-size:14px; text-align:center; color:#fff;}
.nkyHead-nav li .subnav a:hover{ background:#379869; }
/*.nkyHead-nav li:hover .subnav{ opacity:1; pointer-events:auto; transform:none; }*/

.nkyHead-search{ width:180px; position:relative; display:flex; align-items:center; border:1px #30835a solid; border-radius:20px; overflow:hidden;}
.nkyHead-search .inpt{ background:none; width:calc(100% - 40px); height:30px; line-height:30px; padding-left:15px; color:#333;}
.nkyHead-search .sbtn{ background:#fff; width:40px; height:30px; text-align:center; color:#666; font-size:20px; cursor:pointer; }


.nkyBanner{ position:relative; overflow:hidden;}
.nkyBanner li{ position:relative; height:40vw;}
.nkyBanner li .pic{ background-position:center; background-size:cover; width:100%; height:100%; display:inline-block;}
.nkyBanner .swiper-pagination { bottom:20px !important;}
.nkyBanner .swiper-pagination-bullet { background:#fff; width:12px; height:12px;  margin:0 8px !important; opacity:1; opacity:.7}
.nkyBanner .swiper-pagination-bullet-active{ background:#379869; opacity:1;}
.nkyBanner-tgif{ width:1400px; position:absolute; left:50%; top:5vw; text-align:right; z-index:2; transform:translateX(-50%);}
.nkyBanner-fgif{ width:1400px; position:absolute; left:50%; bottom:7.3vw;  z-index:2; transform:translateX(-50%);}


.nkyNews-floor{ background:#fafafa; padding:60px 0;}
.nkyNews{ width:68%;}
.nkyNews-head{ display:flex; justify-content:space-between; align-items:center;}
.nkyNews-head .name{ font-size:28px; line-height:1; position:relative; padding-left:20px; }
.nkyNews-head .name:before{ content:''; background:#379869; width:4px; height:32px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.nkyNews-head .more{ font-size:16px; display:flex; align-items:center; }
.nkyNews-head .more .iconfont{ margin-left:8px; color:#d8d8d8;}
.nkyNews-head .more:hover{ color:#379869; }
.nkyNews-head .more:hover .iconfont{ color:#379869; }


.nkyNews-warp{ margin-top:35px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.nkyNews-thumb { background:#fff; width:48.5%;}
.nkyNews-thumb .figure{ overflow:hidden; }
.nkyNews-thumb .figure img{ width:100%; display:block; transition:all 0.4s;}
.nkyNews-thumb .word{ padding:20px;}
.nkyNews-thumb .word .t{ font-size:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.nkyNews-thumb .word .c{ line-height:24px; color:#999; max-height:48px; margin-top:15px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyNews-thumb .word .f{ font-size:16px; margin-top:45px; display:flex; justify-content:space-between;}
.nkyNews-thumb .word .f label{ color:#666;}
.nkyNews-thumb:hover .figure img{ transform:scale(1.05);}

.nkyNews-list{ width:48.5%; position:relative; margin-top:-24px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.nkyNews-list li{ background:#fff;  position:relative; margin-top:24px;}
.nkyNews-list li:before{ content:''; background:#379869; width:100%; height:5px; position:absolute; left:0; top:0; transition:all 0.4s;}
.nkyNews-list li a{ display:block; position:relative; overflow:hidden; z-index:2; padding:20px;}
.nkyNews-list li .date{ width:65px; font-size:12px; color:#379869; position:relative; padding-bottom:30px; border-bottom:1px #379869 solid;}
.nkyNews-list li .date .d{ font-size:20px; line-height:28px;}
.nkyNews-list li .word{ width:calc(100% - 65px); padding-left:30px;}
.nkyNews-list li .word .t{ font-size:18px; line-height:28px; height:56px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyNews-list li .word .c{ line-height:24px; color:#999; max-height:48px; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyNews-list li:nth-child(2):before{ background:#c89b4e;}
.nkyNews-list li:nth-child(2) .date{ color:#c89b4e; border-color:#c89b4e;}
.nkyNews-list li:hover:before{ height:100%;}
.nkyNews-list li:hover .date{ color:#fff; border-color:#fff;}
.nkyNews-list li:hover .word .t{ color:#fff;}
.nkyNews-list li:hover .word .c{ color:#fff;}


.nkyAbout{ width:29%;     padding-top: 30px;}
.nkyAbout .nkyNews-head .name{ font-size:22px;}
.nkyAbout-inner{ margin-top:35px;}
.nkyAbout-inner .thumb{ max-height:180px; overflow:hidden; display:none;}
.nkyAbout-inner .thumb img{ width:100%; display:block; transition:all 0.4s;}
.nkyAbout-inner .thumb:hover img{ transform:scale(1.05);}
.nkyAbout-inner .word{ background:#fff; padding:12px 20px;}
.nkyAbout-inner .word .c{ font-size:15px; line-height:26px; color:#666; text-align:justify; max-height:286px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:11; -webkit-box-orient:vertical;}


.nkyNotice{ margin-top:20px;}
.nkyNotice .nkyNews-head .name{ font-size:22px; padding-left:0;}
.nkyNotice .nkyNews-head .name:before{ display:none;}
.nkyNotice-list li{ margin-top:11px;}
.nkyNotice-list li a{ background:#fff; display:flex; align-items:center;}
.nkyNotice-list li .date{ background:#30a98e; width:74px; line-height:1; color:#fff; padding:15px 0 15px 12px;}
.nkyNotice-list li .date .d{ font-size:18px; font-weight:bold; padding-bottom:10px;}
.nkyNotice-list li .word{ width:calc(100% - 74px); padding:0 17px;}
.nkyNotice-list li .word .t{ font-size:18px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.nkyNotice-list li .word .c{ color:#666; margin-top:6px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }


.nkyResults-floor{ padding:60px 0;}
.nkyResults{ width:48.5%;}
.nkyResults-list-box{  position:relative; margin-top:40px;}
.nkyResults-list{ overflow:hidden;}
.nkyResults-list li{  height:340px; position:relative; overflow:hidden;}
.nkyResults-list li .pic{ width:100%; height:100%; object-fit: cover; display:block; transition:all 0.4s;}
.nkyResults-list li .tit{ background:rgba(0,0,0,.3); width:100%; line-height:48px; position:absolute; left:0; bottom:0; z-index:2; text-align:center; color:#fff; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all 0.4s; }
.nkyResults-list li:hover .pic{ transform:scale(1.05); }
.nkyResults-list li:hover .tit{ background:#379869;}
.nkyResults-list .swiper-button-next, .nkyResults-list .swiper-button-prev{ background:#379869; width:36px; height:100px; line-height:100px; margin-top:-50px; text-align:center; font-size:20px; color:#fff; border-radius:6px; transition:all 0.4s; display:none;} 
.nkyResults-list .swiper-button-next{ right:0;}
.nkyResults-list .swiper-button-prev{ left:0;}
.nkyResults-list:hover .swiper-button-next, .nkyResults-list:hover .swiper-button-prev{ display:block;}



.nkyConsult{ background:#fafafa; padding:60px 0;}
.nkyConsult-body{ margin-top:40px; display:flex; justify-content:space-between;}
.nkyConsult-figure{ width:33%; }
.nkyConsult-figure li .li-thumb{ overflow:hidden; height:304px;}
.nkyConsult-figure li .li-thumb img{ width:100%; height:100%; object-fit:cover; display:block; transition:all 0.4s;}
.nkyConsult-figure li .li-btm{ background:#fff; padding:20px;}
.nkyConsult-figure li .li-btm .t{ font-size:22px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nkyConsult-figure li .li-btm .c{ line-height:24px; color:#999; max-height:48px; margin-top:15px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyConsult-figure li .li-btm .f{ font-size:16px; margin-top:45px; display:flex; justify-content:space-between;}
.nkyConsult-figure li .li-btm .f > span{ max-width:50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nkyConsult-figure li .li-btm .f label{ color:#666;}
.nkyConsult-figure li:hover .li-thumb img{ transform:scale(1.05);}



.nkyConsult-list{ width:65%; position:relative; margin-top:-24px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.nkyConsult-list li{ background:#fff; width:calc(50% - 12px); position:relative; margin-top:24px;}
.nkyConsult-list li:before{ content:''; background:#379869; width:100%; height:5px; position:absolute; left:0; top:0; transition:all 0.4s;}
.nkyConsult-list li a{ display:block; position:relative; overflow:hidden; z-index:2; padding:20px;}
.nkyConsult-list li .date{ width:65px; font-size:12px; color:#379869; position:relative; padding-bottom:30px; border-bottom:1px #379869 solid;}
.nkyConsult-list li .date .d{ font-size:20px; line-height:28px;}
.nkyConsult-list li .word{ width:calc(100% - 65px); padding-left:30px;}
.nkyConsult-list li .word .t{ font-size:18px; line-height:28px; max-height:56px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyConsult-list li .word .c{ line-height:24px; color:#999; max-height:48px; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nkyConsult-list li:nth-child(3):before{ background:#c89b4e;}
.nkyConsult-list li:nth-child(3) .date{ color:#c89b4e; border-color:#c89b4e;}
.nkyConsult-list li:nth-child(4):before{ background:#c89b4e;}
.nkyConsult-list li:nth-child(4) .date{ color:#c89b4e; border-color:#c89b4e;}
.nkyConsult-list li:hover:before{ height:100%;}
.nkyConsult-list li:hover .date{ color:#fff; border-color:#fff;}
.nkyConsult-list li:hover .word .t{ color:#fff;}
.nkyConsult-list li:hover .word .c{ color:#fff;}


.nkyProject{  padding:60px 0;}
.nkyProject-list{ position:relative; overflow:hidden;  margin-top:45px;} 
.nkyProject-list li{ overflow:hidden;}
.nkyProject-list li img{ width:100%; display:block; transition:all 0.4s;}
.nkyProject-list li:hover img{ transform:scale(1.05);}
.nkyProject-list .swiper-button-next, .nkyProject-list .swiper-button-prev{ background:#e6e6e6; width:36px; height:100px; line-height:100px; margin-top:-50px; text-align:center; font-size:20px; color:#fff; border-radius:6px; transition:all 0.4s; display:none;}
.nkyProject-list .swiper-button-next{ right:0;}
.nkyProject-list .swiper-button-next:hover{ background:#379869;}
.nkyProject-list .swiper-button-prev{ left:0;}
.nkyProject-list .swiper-button-prev:hover{  background:#379869;}
.nkyProject-list:hover .swiper-button-next, .nkyProject-list:hover .swiper-button-prev{ display:block;}

.nkyFooter{ background-image:url(../images/nkyFooter-bg.jpg); background-position:center; background-size:cover; padding:35px 0 60px 0;}
.nkyFooter-links dt{ font-size:16px; font-weight:bold; float:left; color:#fff;}
.nkyFooter-links dd{ overflow:hidden; padding-left:20px;}
.nkyFooter-links dd a{ margin-bottom:20px; color:#fff; margin-right:45px; position:relative; display:inline-block;}
.nkyFooter-links dd a:before{ content:''; background:#fff; width:1px; height:12px; position:absolute; right:-24px; top:50%; transform:translateY(-50%);}
.nkyFooter-links dd a:hover{ opacity:.8;}
.nkyFooter-page{ display:flex; color:#fff; padding-top:25px; justify-content:space-between;}
.nkyFooter-page .text{ flex:2; line-height:26px; padding-left:25px;}
.nkyFooter-page .text a{ color:#fff;}
.nkyFooter-page .text .spac{ margin-right:20px;}
.nkyFooter-page .code{ text-align:center;}
.nkyFooter-page .code img{ width:80px; margin-bottom:6px;}



/**新闻报道**/
.pbanner{ background-position:center; background-size:cover; width:100%; height:500px; display:none;}
.plocation{ background:#ebf4f0; color:#666; line-height:48px; display:none;}
.plocation a{ color:#666;}

.pmain{ padding:65px 0;}
.pmain-page{ padding-top:70px; justify-content:center; display:flex; font-size:16px;}
.pmain-page a { line-height:46px; margin:0 4px; padding:0 19px; color:#999; border:1px #f3f3f3 solid;}
.pmain-page .nowpage { background:#379869; line-height:46px; margin:0 4px; padding:0 19px; color:#fff; border:1px #379869 solid; }
.pmain-page a:hover {background:#379869; color:#fff; border-color:#379869; }


.pleft{ width:240px;}
.pleft-title{ background:#379869; color:#fff; text-align:center; font-size:24px; line-height:80px;}
.pleft-menu a{ font-size:20px; display:block; text-align:center; padding:25px 0; position:relative; border-bottom:1px #e6e6e6 solid;}
.pleft-menu a:before{ content:''; background:#333; width:8px; height:1px; position:absolute; left:34px; top:50%; transition:all 0.4s;}
.pleft-menu a.active, .pleft-menu a:hover{ color:#379869;}
.pleft-menu a.active:before,.pleft-menu a:hover:before{ background:#379869;}


.pright{ width:calc(100% - 240px); padding-left:50px;}
.pright-title{ font-size:24px; position:relative; padding:25px 0 0 20px; border-top:1px #e6e6e6 solid;}
.pright-title:before{ content:''; background:#379869; width:8px; height:2px; position:absolute; left:0; top:38px;}


.pnews-list li{ background:#fafafa; margin-top:40px; position:relative;}
.pnews-list li a{ display:flex; align-items:center;}
.pnews-list li .thumb{ width:320px; height:200px; overflow:hidden;}
.pnews-list li .thumb img{ width:100%; height:100%; object-fit:cover; transition:all 0.4s;}
.pnews-list li .word{ width:calc(100% - 320px); padding:0 50px;}
.pnews-list li .word .t{ font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pnews-list li .word .c{ margin-top:12px; line-height:24px; max-height:48px; color:#999; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.pnews-list li .word .f{ margin-top:35px; font-size:16px; display:flex; align-items:center; justify-content:space-between;}
.pnews-list li .word .f .view{ font-size:30px; color:#999;}
.pnews-list li:hover{ background:#379869;}
.pnews-list li:hover .thumb img{ transform:scale(1.05);}
.pnews-list li:hover .word *{ color:#fff;}
.pnews-list li:hover .word .f .view{ color:#fff;}


.pnotice-list{ margin-top:50px; border-top:1px #e6e6e6 solid;}
.pnotice-list li{ font-size:18px; line-height:79px; padding:0 25px 0 40px; position:relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-bottom:1px #e6e6e6 solid; transition:all 0.4s;}
.pnotice-list li:before{ content:''; background:#ccc; width:6px; height:6px; position:absolute; left:16px; top:50%; transform:translateY(-50%); border-radius:50%;}
.pnotice-list li span{ float:right; color:#808080;}
.pnotice-list li:hover{ background:#379869;}
.pnotice-list li:hover:before{ background:#fff;}
.pnotice-list li:hover a{ color:#fff;}
.pnotice-list li:hover span{ color:#fff;}


.pnews-details-top{ text-align:center; padding-bottom:15px; border-bottom:1px #e6e6e6 solid;}
.pnews-details-top .t{ font-size:30px; line-height:1.75; padding-bottom:30px;}
.pnews-details-top .c span{ font-size:16px; color:#999; margin:0 10px;}
.pnews-details-article{    font-family: 宋体; font-size: 20px; margin-top:40px; line-height:32px; color:#666; }
.pnews-details-article > *{ line-height: inherit !important; }

/**科研活动与成果**/
.presults-list{ display:flex; flex-wrap:wrap; position:relative; margin-left:-24px; padding-top:15px;}
.presults-list li{ width:calc(33.33% - 24px); margin:40px 0 0 24px; position:relative; overflow:hidden;}
.presults-list li .pic{ width:100%; display:block; transition:all 0.4s;}
.presults-list li .tit{ background:rgba(0,0,0,.3); width:100%; line-height:48px; position:absolute; left:0; bottom:0; z-index:2; text-align:center; color:#fff; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all 0.4s; }
.presults-list li:hover .pic{ transform:scale(1.05); }
.presults-list li:hover .tit{ background:#379869;}


/**专题专栏**/
.pproject-list{ margin-top:50px; border-top:1px #e6e6e6 solid;}
.pproject-list li{ height:80px; overflow:hidden; padding:28px 40px; border-bottom:1px #e6e6e6 solid; cursor:pointer; transition:all 0.4s;}
.pproject-list li .litop{ font-size:18px; line-height:24px; position:relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pproject-list li .litop span{ float:right; color:#999;}
.pproject-list li .libtm{ color:#808080; font-size:16px; margin-top:15px; opacity:0; transition:all 0.4s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pproject-list li:hover{ height:auto; box-shadow:5px 0 24px rgba(144,144,144,.16);}
.pproject-list li:hover .litop span{ color:#333;}
.pproject-list li:hover .libtm{ opacity:1;}


/**院领导**/
.pmain-title{ text-align:center; font-size:28px; position:relative; line-height:1;}
.pschool-leader li{ background:#fafafa; margin-top:50px; padding:40px 50px; display:flex; align-items:center;}
.pschool-leader li .thumb{ width:19%; overflow:hidden;}
.pschool-leader li .thumb img{ width:100%; transition:all 0.4s;}
.pschool-leader li .word{ width:81%; padding-left:50px;}
.pschool-leader li .word .wt{ font-size:24px; line-height:1;}
.pschool-leader li .word .ws{ line-height:24px; font-size:16px; margin-top:20px;}
.pschool-leader li .word .wc{ font-size:16px; line-height:24px; color:#666; margin-top:50px;}
.pschool-leader li:hover .thumb img{ transform:scale(1.05);}



/**内设机构**/
.pagency-list{ display:flex; flex-wrap:wrap; padding-top:50px;}
.pagency-list li{ width:25%; padding:40px 24px 0 24px; text-align:center; transition:all 0.4s;}
.pagency-list li .thumb{ overflow:hidden;}
.pagency-list li .thumb img{ width:100%; display:block; transition:all 0.4s;}
.pagency-list li .title{ font-size:20px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pagency-list li .iconfont{ font-size:50px; display:inline-block; opacity:0; color:#379869; transition:all 0.4s;}
.pagency-list li:hover{ box-shadow:8px 0 35px rgba(24,30,24,.09);}
.pagency-list li:hover .thumb img{ transform:scale(1.05);}
.pagency-list li:hover .title{ color:#379869; }
.pagency-list li:hover .iconfont{ opacity:1;}


/**科技培训与咨询**/
.pconsult-first{ background:#fafafa; margin-top:60px; display:none;}
.pconsult-first a{ display:flex; align-items:center;}
.pconsult-first .thumb{ width:41%; overflow:hidden;}
.pconsult-first .thumb img{ width:100%; display:block; transition:all 0.4s;}
.pconsult-first .word{ width:59%; padding:0 35px;}
.pconsult-first .word .t{ font-size:30px; color:#379869; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pconsult-first .word .c{ font-size:16px; color:#999; line-height:24px; margin-top:25px; max-height:48px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.pconsult-first .word .m{ width:124px; line-height:38px; display:flex; align-items:center; justify-content:center; margin-top:45px; transition:all 0.4s; border:1px #ccc solid;}
.pconsult-first .word .m .iconfont{ margin-left:5px; color:#ccc;}
.pconsult-first:hover .thumb img{ transform:scale(1.05);}
.pconsult-first:hover .word .m{ background:#379869; color:#fff; border-color:#379869; }


.pconsult-list{ margin-top:40px;}
.pconsult-list li{ padding:32px 0; border-top:1px #e6e6e6 solid;}
.pconsult-list li a{ display:flex; align-items:center;}
.pconsult-list li .thumb{ width:320px; height:200px; overflow:hidden;}
.pconsult-list li .thumb img{ width:100%; height:100%; object-fit:cover; transition:all 0.4s;}
.pconsult-list li .word{ width:calc(100% - 320px); padding-left:55px;}
.pconsult-list li .word .t{ font-size:20px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pconsult-list li .word .t br{ display:none;}
.pconsult-list li .word .c{ margin-top:15px; line-height:24px; max-height:48px; color:#999; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.pconsult-list li .word .d{ display:block; font-size:16px; margin-top:30px; text-align: right;}
.pconsult-list li:hover .thumb img{ transform:scale(1.05);}



/**关于我们**/
.pabout-us{ padding:55px 0 65px 0;}
.pabout-us-inner{ margin-top:55px; display:flex; justify-content:space-between; flex-direction:row-reverse;}
.pabout-us-inner .thumb{ width:43%; }
.pabout-us-inner .thumb img{ width:100%; display:block; transition:all 0.4s;}
.pabout-us-inner .word{ width:51%; }
.pabout-us-inner .word .c{ line-height:28px; font-size:16px; }
.pabout-us-inner .word .f{ margin-top:50px; display:flex; justify-content:space-between;}
.pabout-us-inner .word .f dl{ text-align:center; color:#666;}
.pabout-us-inner .word .f dl dt{ font-size:32px; line-height:1; font-weight:bold; color:#379869; padding-bottom:15px;}
.pabout-us-inner .word .f dl dt .unit{ font-size:24px; font-style:normal; vertical-align:top; margin-left:5px;}

.pabout-history{ background-image:url(../images/pabout-history.jpg); background-position:center; background-size:cover; padding:60px 0 90px 0;}
.pabout-history-list{ position:relative; margin-top:50px; padding:0 100px;}
.pabout-history-list .his-scroll{ overflow:hidden; position:relative;}
.pabout-history-list .his-scroll:before{ content:''; background:#e6e6e6; width:100%; height:1px; position:absolute; left:0; top:134px;}
.pabout-history-list li{ padding:90px 0; text-align:center;}
.pabout-history-list li .year{ font-size:20px; line-height:1; padding-bottom:30px; position:relative;}
.pabout-history-list li .year:before{ content:''; background:#666; width:10px; height:10px; position:absolute; left:50%; bottom:0; transform:translateX(-50%); border:2px #666 solid; border-radius:50%; box-sizing:border-box;}
.pabout-history-list li .text{ font-size:16px; line-height:24px; color:#666; margin-top:30px; padding:0 40px;}
.pabout-history-list li:hover{ background:rgba(55,152,105,.05);}
.pabout-history-list li:hover .year{ color:#379869;}
.pabout-history-list li:hover .year:before{ background:none; border-color:#379869;}
.pabout-history-list li:hover .text{ color:#379869;}
.pabout-history-list .swiper-button-next, .pabout-history-list .swiper-button-prev{ background:#e6e6e6; width:56px; height:56px; line-height:56px; text-align:center; top:100px; margin-top:auto; font-size:20px; color:#fff; border-radius:50%; transition:all 0.4s;}
.pabout-history-list .swiper-button-prev{ left:0;}
.pabout-history-list .swiper-button-prev:hover{ background:#379869;}
.pabout-history-list .swiper-button-next{ right:0;}
.pabout-history-list .swiper-button-next:hover{ background:#379869;}


.pabout-honor{ background:#fafafa; padding:60px 0 100px 0;}
.pabout-honor-list{ position:relative; overflow:hidden; padding:25px 0 60px 0;}
.pabout-honor-list a{ padding:24px;}
.pabout-honor-list .thumb{ height:300px; display:flex; justify-content:center; align-items:center;}
.pabout-honor-list .thumb img{ max-height:100%;}
.pabout-honor-list .title{ text-align:center; margin-top:25px; font-size:16px;}
.pabout-honor-list a:hover{ background:#fff; box-shadow:8px 0 35px rgba(24,30,24,.09);}
.pabout-honor-list .swiper-pagination-bullet{ background:#ccc; width:12px; height:12px; opacity:1; margin:0 6px !important;}
.pabout-honor-list .swiper-pagination-bullet-active{ background:#379869;}


.pteam-list{ display:flex; flex-wrap:wrap; margin-left:-30px; position:relative;}
.pteam-list li{ width:calc(25% - 30px); margin:45px 0 0 30px; text-align:center;}
.pteam-list li .thumb{ max-height:337px; overflow:hidden; position:relative; padding-top:133%;}
.pteam-list li .thumb img{ width:100%; height:100%; object-fit: cover; position:absolute; left:0; top:0; display:block; transition:all 0.4s;}
.pteam-list li .name{ margin-top:15px; font-size:16px; font-weight:bold;}
.pteam-list li .tags{margin-top:6px; font-size:15px; color:#666; }
.pteam-list li .zhic{ color:#999; margin-top:2px;}
.pteam-list li:hover .thumb img{ transform:scale(1.05);}


/**菜单**/
.overlay-close{ background:rgba(0,0,0,.5); width:100%; height:100%; position:fixed; left:0; top:0; z-index:97; display:none;}
.overlay-close.open{ display:block;}
.Mobile-button{ background:#379869; width:55px; height:100%; position:absolute; top:0; right:0; display:flex; align-items:center; justify-content:center; flex-direction:column; display:none; cursor:pointer;}
.Mobile-button .solid{  background-color:#fff; width:28px; height:2px; transition:all 0.6s ease;}
.Mobile-button .solid2{ margin:8px 0; }
.Mobile-button.active .solid1{ transform:rotate(-45deg) translateY(14px); margin-right:19px !important;}
.Mobile-button.active .solid2{ transform:translateX(40px);}
.Mobile-button.active .solid3{ transform:rotate(45deg) translateY(-14px); margin-right:19px !important;}

.Mobile-menu{ background:#379869; width:70%; height:100%; position:fixed; z-index:98; top:0; left:-100%; overflow-y:auto; padding:70px 0 0 0; transition:left ease 0.35s;}
.Mobile-menu.onShow{ left:0; }
.Mobile-menu .eng-btn{ background:#1f3389; color:#fff; display:inline-block; margin-top:20px; line-height:30px; padding:0 15px; margin-left:10px;}
.Mobile-menu li ul{ display:none;}
.Mobile-menu li .lit{ display:flex; align-items:center; justify-content:space-between; padding:15px 10px; border-bottom:solid 1px rgba(255,255,255,.1);}
.Mobile-menu li .lit a{ flex:1; color:#fff; font-size:16px; }
.Mobile-menu li .lit .arrow{ background:url(../images/menu-arrow.png) no-repeat; width:16px; height:16px;  transition:all 0.4s ease; }
.Mobile-menu li .lit.on .arrow{ transform:rotate(90deg);}
.Mobile-menu li ul{ background:#0056c3; padding:5px 0 5px 20px; border-bottom:solid 1px rgba(255,255,255,.1); }
.Mobile-menu li ul li a{ display:block; color:#fff; padding:6px 0; font-size:15px;}
