@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:center; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
/*css3扩展*/
::-webkit-input-placeholder { color:#999; font-size:16px;}
:-moz-placeholder {color:#999; font-size:16px;}
::-moz-placeholder {color:#999; font-size:16px;}
:-ms-input-placeholder {color:#999; font-size:16px;}
/**布局开始**/
*{ box-sizing:border-box;}
html{font-size:62.5%;}
body {background: #fff;line-height:1.2;font-size:16px;font-size:1.6rem ; font-weight:400;font-family: Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover {color: #009760;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text2 { overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}　
.hide-text3 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
/*flex布局*/
.midcenter{display: flex;display: -webkit-flex;justify-content: center; -webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_around{display: flex; display: -webkit-flex;justify-content: space-around;-webkit-justify-content: space-around;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.inner {width: 1440px;margin:0 auto;} /**页面全局宽度**/
.mod { padding:0;}
.ml{ float:left;}
.mr{ float:right;}
/*head开始*/
@font-face {font-family: 'shuhei';src: url(AlimamaShuHeiTi-Bold.ttf);}
#header { position:relative; overflow:hidden}
#header .top{ position:absolute; z-index:1000;top:0px;left:0;right:0; margin:0 auto; width:100%;}
#header .topbg{ position:absolute; z-index:1;top:0px;left:0;right:0;width:100%; height:360px;background: linear-gradient(to top, rgba(1, 88, 69, 0) 0%, rgba(1, 23, 18, 0.45) 100%);}
#header .daohang{position:relative; z-index:2; height:80px;}
.header .head-left{ width:268px;}
.header .sitelogo{width:100%;}
.header .sitelogo img{ width:100%;}
.header .sitetitle {font-weight:bold;color:#fff;} /**站点名称**/
.header .head-right{ width:calc(100% - 280px);}
.top_links{ display:block; background:rgba(1, 88, 69, 0.6); padding:0 18px;height:32px; line-height:32px;border-radius: 16px; font-size:14px;font-size: 1.4rem; color:#fff; margin-left:50px;}
.top_links:hover{ color:#fff;}
/*自定义输入框*/
.searchbox{ margin-top:16px;width:300px; height:40px;}
.wp-search {position: relative; border:0;background:#49733b; box-sizing:border-box;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 40px;color: #fff; padding:1px;}
.wp-search .search-input input.search-title { display:block;width: 100%;height: 38px;line-height: 38px;background:#fff;color: #49733b;font-size: 14px;border:0;outline: 0;font-family: "Microsoft YaHei";text-indent: 12px;}
.wp-search .search-btn {width:40px;height: 40px;position: absolute;right:0px;top:0px;}
.wp-search .search-btn input.search-submit {width:40px;height:40px;border:0;outline: 0;background: url(../images/search.png) center center no-repeat;cursor: pointer;}
.wp-search input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;  -webkit-text-fill-color: #49733b;}
/*默认主导航样式*/

#nav{ width:100%;}
#nav .inner .wp-panel,#nav .inner .wp-window{ height:40px;}
#nav .inner{position:relative; width:100%;}

/*导航样式：后台绑定时也可以定义配置*/
#nav .wp-menu {margin:0 auto}
#nav .wp-menu .menu-item {display: inline-block; position: relative;}
#nav .wp-menu .menu-item a.menu-link {display: inline-block;padding:0 26px;line-height: 40px;color:rgba(255,255,255,0.6);font-size:16px;font-size:1.6rem;position:relative; text-align:center;}
#nav .wp-menu .menu-item.hover a.menu-link,.wp-menu .menu-item:hover a.menu-link,
#nav .wp-menu .menu-item a.hover{color:rgba(255,255,255,1);}
#nav .wp-menu .menu-item.hover a.menu-link:before,#nav .wp-menu .menu-item:hover a.menu-link:before{ position:absolute; content:'';left:0;right:0;bottom:0; height:2px; background:#fff; display:none}
#nav .sub-menu {display: none;position: absolute;left: 0;top: 40px;min-width: 100%;z-index: 100;background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%); border-radius:8px; padding:10px 0px;}
#nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
#nav .sub-menu .sub-item a {display: block;color:#222;line-height: 24px;padding:5px 20px;font-size:14px;font-size: 1.4rem; text-align:center;}
#nav .sub-menu .sub-item.hover> a,
#nav .sub-menu .sub-item a:hover{ color: #009760;display: block; }
#nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; }

#header.headfix .top{ position:fixed;background:#196453; height:80px;}
#header.headfix .topbg{ height:0;}


/**副导航**/
.daobar{ position:absolute; z-index:20; bottom:40px; left:0;right:0; margin:0 auto; width:1440px;}
.daobar ul{ position:relative; margin:0 -7px;}
.daobar ul li{ padding:0 6px; width:16.6%;}
.daobar ul li .btn{ width:100%; height: 86px;background: #196453;border-radius: 4px;font-size:20px; font-size:2rem; color:#fff }
.daobar ul li .btn .icon{ width:24px; height:24px; margin-right:8px;}
.daobar ul li:nth-child(1) .btn{background: #196453  url(../images/m1.png) center bottom no-repeat; background-size:100% auto}
.daobar ul li:nth-child(2) .btn{background: #196453  url(../images/m2.png) center bottom no-repeat; background-size:100% auto}
.daobar ul li:nth-child(3) .btn{background: #196453  url(../images/m3.png) center bottom no-repeat; background-size:100% auto}
.daobar ul li:nth-child(4) .btn{background: #196453  url(../images/m4.png) center bottom no-repeat; background-size:100% auto}
.daobar ul li:nth-child(5) .btn{background: #196453  url(../images/m5.png) center bottom no-repeat; background-size:100% auto}
.daobar ul li:nth-child(6) .btn{background: #196453  url(../images/m6.png) center bottom no-repeat; background-size:100% auto}

/**banner**/
.min-h{ min-height:80px;}
.min-h2{ min-height:200px;}
.mbanner{ position:relative;z-index:2;}
.mbanner .swiper-box{ position:absolute; bottom:150px;right:0;left:0;margin:0 auto; width:1440px; height:50px; padding:0 40px;}
.mbanner .swiper-pagination{ bottom:0px; left:auto;right:40px; width:auto; line-height:40px; font-size:1.8rem;  color:#4d4f51;}
.mbanner .swiper-pagination-current{ font-size:2.6rem; color:#cccdce;}
.mbanner .swiper-pagination-bullet{ background:rgba(255,255,255);}
.mbanner .swiper-pagination-bullet-active{ width:20px; border-radius:8px;}
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { top:50%;margin-top:-12px; display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 24px; height: 24px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.swiper-button-next:after,.swiper-button-prev:after{ display:none;}
.mbanner .swiper-button-prev { background: url(../images/prev.png) center no-repeat; background-size:cover;right:100px;left:auto; }
.mbanner .swiper-button-next { background: url(../images/next.png) center no-repeat;background-size:cover;right:0px; left: auto; }
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%);max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.mbanner .swiper-slide .side_bot{ z-index:10; position:absolute; left:0;right:0; margin:0 auto; bottom:150px; width:1440px;color:#fff;}
.mbanner .swiper-slide .side_bt{ width:60%;line-height:1.4; font-size:56px; font-size:5.6rem; font-family:'shuhei';overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
.mbanner .swiper-slide .side_wz{width:60%;line-height:1.4; font-size:20px; font-size:2rem; color:#fff; margin-top:20px;overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}


/**首页布局**/
.main2{ background:url(../images/bg2.png) center no-repeat; background-size:cover; padding:77px 0 64px; }
.main3{ background:url(../images/bg3new.png) center top no-repeat; background-size:cover; padding:80px 0 74px; margin-bottom:78px; position:relative}
.main3 .bglogo{ position:absolute; z-index:1; left:0;right:0; bottom:0; text-align:center}
.main3 .bglogo img{ max-width:100%}
.main3 .inner{ position:relative; z-index:2;}
.main4{ background:url(../images/bg4.png) center top no-repeat; background-size:cover; padding:0px 0 74px;}
.main5{ background:url(../images/bg5.png) center no-repeat; background-size:cover; padding:79px 0 80px;}
.main6{ background:url(../images/bg6.png) center no-repeat; background-size:cover; padding:72px 0 67px;}


.index_title{ position:relative; margin-bottom:40px;}
.index_title .bt1{position:relative; z-index:2;font-size:32px;font-size:3.2rem;font-weight:bold;  line-height:1.2;color: #000;}
.index_title .bt2{ position:absolute; z-index:1;top:20px;font-size:18px;font-size:1.8rem; font-weight:bold;text-transform: uppercase; line-height:24px;  color:rgba(169,176,188,0.3)}
.main3 .index_title .bt1{ color:#fff}
.main4 .index_title{ margin-bottom:70px; }
.main5 .index_title .bt1{ color:rgba(255,234,182,1)}
.main5 .index_title .bt2{color:rgba(255,234,182,0.3)}
.main6 .index_title{ margin-bottom:70px;}
.main6 .btimg{ width:211px;}
.more-btn{ margin:0 auto; margin-top:34px;width: 140px;height: 40px;background: #FFFFFF;border-radius: 20px;border: 1px solid #CCCCCC;}
.more-btn .wz{color:#222; padding-right:21px; background:url(../images/more1.png) right no-repeat; background-size:12px 12px;}
.more-btn:hover{border: 1px solid #459080;}
.more-btn:hover .wz{color: #015845;background:url(../images/more2.png) right no-repeat; background-size:12px 12px;}
.main6 .more-btn{ display:none}

.main1_bk{box-shadow: 10px 0px 60px 0px rgba(25,84,58,0.1);background:#fff;border-radius: 16px; padding:18px 0; position:relative}
.main1_bk:before{ position:absolute; content:'';right:10px; bottom:2px; width:140px; height:54px;background:url(../images/build.png) right no-repeat}
.main1_bk ul{ position:relative; margin:0 -12px;}
.main1_bk ul li{padding:12px; width:33.3%}
.main1_bk .card{ padding:23px 38px 23px 24px}
.main1_bk .date{ width:80px; height:80px; border-right:1px solid rgba(204, 204, 204, 0.4)}
.main1_bk .date .month{font-weight: bold;font-size: 40px;font-size: 4rem;color: #333333;}
.main1_bk .date .year{font-weight: bold;color: #CCCCCC;}
.main1_bk .info{ width:calc(100% - 104px)}
.main1_bk .info .bt{line-height:1.6;font-size:16px;font-size:1.6rem; font-weight:600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.main1_bk .info .wz{ margin-top:10px; background:rgba(24, 134, 74, 0.15); display:inline-block;border-radius: 2px 2px 2px 2px; min-width:60px;max-width: 100%; padding:0 8px; height:20px;font-size: 13px;font-size: 1.3rem; text-align:center;color: #18864A; line-height:20px;overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}

.main2_bk{border-radius: 24px; overflow:hidden}
.main2_bk li{ width:20%; overflow:hidden;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;}
.main2_bk li:first-child{border-left:0}
.main2_bk li.active,.main2_bk li:hover{width:40%;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;}
.main2_bk .card{ display:block;width:576px;}
.main2_bk .card .img_con{ width:100%; padding-top:98%;position: relative;overflow: hidden;}
.main2_bk .card .img_con img {position: absolute;z-index:1;left: 0; right: 0;top: 0; bottom: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;}
.main2_bk .card .img_con:before{ position:absolute; z-index:2; content:'';left:0;right:0;top:0;bottom:0;background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.4) 100%); opacity:0.1}
.main2_bk li.active .img_con:before,.main2_bk li:hover .img_con:before{background: linear-gradient(to bottom, rgba(4, 45, 36, 0.3) 0%, rgba(4, 45, 36, 1) 100%); opacity:0.6;}
.main2_bk .box1{ position:absolute; z-index:3;bottom:0;left:33px; padding-bottom:26px; display:block;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;}
.main2_bk .box2{ position:absolute; z-index:3;bottom:-100%;left:33px; right:40px; padding-bottom:26px;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;height:0}
.main2_bk .title{ font-size:24px;font-size:2.4rem; color:#fff}
.main2_bk .more{ display:inline-block; line-height:18px; margin-top:10px;font-size:14px;font-size:1.4rem; color:rgba(255,255,255,0.4); padding-right:18px;background:url(../images/more3.png) right no-repeat; background-size:12px 12px;}
.main2_bk .news{ margin-top:17px;}
.main2_bk .news a{ display:block; padding-left:14px; margin-bottom:8px; position:relative;}
.main2_bk .news a:before{ position:absolute;content:'';left:0;top:8px; width:6px; height:6px; border-radius:50%; background:#fff;}
.main2_bk .news aLlast-child{ margin-bottom:0;}
.main2_bk .bt{font-size:16px;font-size:1.6rem; color:#fff; line-height:24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.main2_bk .time{font-size:14px;font-size:1.4rem; color:rgba(255,255,255,0.6);line-height:18px; }
.main2_bk li.active .box1{display:none;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;}
.main2_bk li.active .box2{bottom:0;-webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease; height:auto}
.main2_bk .box2 .more{ margin-top:0}

.main3_bk{ position:relative}
.main3_bk:before{ position:absolute; content:'';left:20px; top:-86px; width:195px; height:100px;background:url(../images/ren.png) right no-repeat; background-size:cover }
.major_box{ position:absolute;top:10px;right:0; width:calc(100% - 560px);}
.major_box .major_bt{font-size: 24px; font-size: 2.4rem; font-weight:600;color: #000000;}
.major_box .major_wz{font-size: 16px; font-size: 1.6rem;color:rgba(0, 0, 0, 0.8); margin-top:14px; line-height:24px;}

.main3_bk .swiper-wrapper{ margin-right:0px;}
.main3_bk .swiper-slide{width:220px; height:414px; padding-right:10px;transition: all 0.4s ease-in-out;}
.main3_bk .swiper-slide.swiper-slide-active{ width:560px!important;padding-right:20px;transition: none;}
.main3_bk .swiper-slide .img_con{ width:100%;padding-top:140px;position: relative; border-radius:16px;overflow: hidden; }
.main3_bk .swiper-slide.swiper-slide-active .img_con{ padding-top:368px}
.main3_bk .swiper-slide .img_con img{ position:absolute;z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%;height: 100%;object-fit: cover;}
.main3_bk .swiper-slide .img_con:before{ position:absolute; content:''; z-index:2;left:20px; bottom:20px; width:40px; height:40px;background:url(../images/play.png) center no-repeat; background-size:cover; display:none}
.main3_bk .swiper-slide.swiper-slide-active .img_con{ border:1px solid #15be80; border-radius:20px;}
.main3_bk .swiper-slide.swiper-slide-active .img_con:before{width:60px; height:60px; display:block}
.main3_bk .swiper-slide .side_bt{ margin-top:14px; font-size:16px;color:rgba(0, 0, 0, 0.8); text-align:center}
.main3_bk .swiper-slide.swiper-slide-active .side_bt{font-weight:600;color: #000000;}

.main3_bk .swiper-box{ position:absolute; z-index:10;right:0; bottom:200px; width:110px; height:40px;}
.main3_bk .swiper-button-next, .main3_bk .swiper-button-prev { top:50%;margin-top:-20px; display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 40px; height: 40px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.main3_bk .swiper-button-prev { background: url(../images/left.png) center no-repeat;transform:rotate(0deg); background-size:cover;left:0px;right:auto; }
.main3_bk .swiper-button-next { background: url(../images/left.png) center no-repeat;transform:rotate(-180deg);background-size:cover;right:0px; left: auto; }
.main3_bk .swiper-button-prev:hover { background: url(../images/right.png) center no-repeat; transform:rotate(-180deg); background-size:cover;left:0px;right:auto; }
.main3_bk .swiper-button-next:hover { background: url(../images/right.png) center no-repeat;transform:rotate(0deg);background-size:cover;right:0px; left: auto; }

.main4_bk{background: linear-gradient(to left, rgba(1, 88, 69, 1) 0%, rgba(1, 88, 69, 0.3) 100%); border-radius:16px; padding:3px; position:relative}
.main4_bk:before{ position:absolute; content:'';left:0px; top:-44px; width:304px; height:350px;background:url(../images/build2.png) left top no-repeat; background-size:100% auto; }
.main4_con{background:url(../images/people.png) center top no-repeat; height:326px;border-radius:16px; position:relative; padding:1px 60px;}
.main4_con .img{ position:absolute; z-index:1; right:0;bottom:0; width:614px;border-radius:0px 0px 16px 0px;}
.main4_con ul{ width:760px; position:relative; z-index:2;}
.main4_con ul li{ width:25%; margin-top:66px;}
.main4_con ul li .bt1{ height:44px;color:rgba(255, 255, 255, 0.3);font-size:14px; font-size:1.4rem;}
.main4_con ul li .bt1 .num{ font-size:44px;font-size:4.4rem; background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(232, 204, 136, 1));-webkit-background-clip: text;color: transparent; }
.main4_con ul li .bt2{ margin-top:8px; line-height:24px; color:rgba(255, 241, 206, 0.8); font-size:16px; font-size:1.6rem;}

.main5_bk{ position:relative}
.main5_bk:before{ position:absolute; content:''; z-index:100;right:calc(100% + 24px); left:auto; width:10000px; top:0; bottom:0;border-radius:23px; background:linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 100%)}
.main5_bk:after{ position:absolute; content:''; z-index:100;left:calc(100% + 24px); right:auto; width:10000px; top:0; bottom:0;border-radius:23px;background:linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 100%)}
.main5_bk .swiper{overflow: visible ;width:100%;}
.main5_bk .swiper-slide{ width:464px;}
.main5_bk .swiper-slide .img_con{ width:100%;padding-top:138%;position: relative; border-radius:24px;overflow: hidden; }
.main5_bk .swiper-slide .img_con img{ position:absolute;z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%;height: 100%;object-fit: cover;transition: all 0.4s ease-in-out;}
.main5_bk .swiper-slide:hover .img_con img{transform: scale(1.1);transition: all 0.4s ease-in-out;}
.main5_bk .swiper-slide .img_con:before{ position:absolute;  z-index:3;content:''; z-index:2;left:0px; bottom:0px;right:0;top:0;background:linear-gradient(to bottom, rgba(4, 45, 36, 0) 0%, rgb(0,6,4,0.6) 100%)}
.main5_bk .side_tip{ z-index:4; background:rgba(6, 43, 27, 0.6);border-radius: 16px; position:absolute;left:16px; top:16px; min-width:96px; height:32px; text-align:center; line-height:32px; padding:0 14px; font-size:14px;font-size:1.4rem; color:rgba(255,255,255,0.8) }
.main5_bk .info{ position:absolute; z-index:4; left:32px;right:20px; bottom:0; height:130px;}
.main5_bk .info .bt{ font-size:24px;font-size:2.4rem; color:#ffffff;}
.main5_bk .info .wz{line-height:18px; margin-top:10px;font-size:16px;font-size:1.6rem; color:rgba(255,255,255,0.4);}
.main5_bk .info .time{line-height:18px; margin-top:20px;font-size:14px;font-size:1.4rem; color:rgba(255,255,255,0.2);}
.main5_bk .view{ position:absolute; z-index:4; right:30px;bottom:30px; width:55px; height:55px;background:url(../images/play.png) center no-repeat; background-size:cover; }
.main6 .index_title{ position:relative}
.main6_bk{position:relative;}
.main6_left{ width:48%;}
.main6_right{ width:52%;}
.main6_bk .item{ display:block; margin-bottom:26px;}
.main6_bk .spbox{border-radius:20px;overflow:hidden; position:relative}
.main6_bk .spbox:before{ position:absolute; content:''; z-index:2; right:12px; bottom:12px; width:40px; height:40px;background:url(../images/play2.png) center no-repeat; background-size:cover;  }
.main6_bk .spbox img{ position:absolute;position:absolute;z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%;height: 100%;object-fit: cover;transition: all 0.4s ease-in-out;}
.main6_bk .item:hover .spbox img{transform: scale(1.1);transition: all 0.4s ease-in-out;}
.main6_bk .spbt{ margin-top:20px;font-size: 18px;color: #000000;line-height: 20px; padding:0 18px;}
.main6_right li{ width:50%; padding-left:38px;}
.main6_left .spbox{height:460px;}
.main6_right .spbox{height:186px;}
.customBtn{ position:absolute;right:0;top:0; width:112px; height:48px; padding-top:4px;}
#customPrev{background: url(../images/left.png) center no-repeat;transform:rotate(0deg); background-size:cover;width: 40px; height: 40px; cursor:pointer}
#customNext{ background: url(../images/left.png) center no-repeat;transform:rotate(-180deg);background-size:cover;width: 40px; height: 40px; cursor:pointer}
#customPrev:hover{ background: url(../images/right.png) center no-repeat; transform:rotate(-180deg); background-size:cover;}
#customNext:hover{ background: url(../images/right.png) center no-repeat;transform:rotate(0deg);background-size:cover;}
.main6_bk .swiper-button-next, .main6_bk .swiper-button-prev{ display:none}



/**页脚开始**/
#footer { background:linear-gradient(rgba(28, 88, 68, 1) 0%,rgba(36, 99, 78, 1) 100%); position:relative; min-height:353px; padding:40px 0 70px; position:relative}
#footer .bg{ position:absolute; z-index:1;left:0;right:0; bottom:0; height:139px; background:url(../images/footer2.png) center bottom no-repeat; background-size:cover;}
#footer .inner{ position:relative; z-index:2;}
#footer .sitelogo{ width:265px; height:48px;}
#footer .sitelogo img{ display:block; width:100%;}
#footer .sitelink{ width:calc(100% - 400px);display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
#footer .sitelink a{ margin-right:40px; position:relative;font-size:16px;font-size:1.6rem; color:#fff; line-height:18px;}
#footer .sitelink a:last-child{ margin-right:0;}
#footer .sitelink a:before{ position:absolute;top:50%; margin-top:-8px; right:-20px; content:''; width:1px; height:16px; background:#fff}
#footer .sitelink a:last-child:before{ display:none}
#footer .bottom{ margin-top:27px; position:relative}
.copyright{ font-size: 16px;font-size:1.6rem; color:rgba(255, 255, 255, 0.6); text-align:left;position:absolute; left:0;bottom:0;}
.copyright p{ margin-bottom:8px;line-height:24px;}
.copyright p.beian{font-size: 14px;font-size:1.4rem; color:rgba(255, 255, 255, 0.4); }
.erweima ul{ position:relative;}
.erweima li{ width:110px; margin-right:48px;background: #134836;border-radius: 12px; padding:13px;}
.erweima li img{display:block; width:100%;}
.erweima li:last-child{ margin-right:0;}
.erweima li .wz{font-size: 14px;font-size: 1.4rem;color: #FFFFFF;line-height: 20px;text-align: center; margin-top:6px;}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 62px;width: 60px;background:url(../images/slickarrow2.png) no-repeat;top: 50%;margin-top:-30px;border:0px solid #d4d8d9;border-radius:50%;outline: none;}
.slick-prev {left: -95px;background-position: 0px 0px;}
.slick-prev:hover {background-position: 0px 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next {right: -95px;background-position: right 0px;}
.slick-next:hover { background-position: right 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}


.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(../images/li.gif) no-repeat center; }

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.list .topbg{ opacity:0.18}
.column-banner{ position:relative}
.l-banner{ height:28vw;background-position:center top;background-repeat:no-repeat; background-size:cover;text-align:center; overflow:hidden;}
.l-banner img{ display:none;vertical-align:top;height:100%;}
.place_name{ position:absolute; left:0;right:0;bottom:40%;}
.place_bt{ font-size:48px;font-size:4.8rem; font-weight:600; line-height:1.2; color:#fff}
.place_wz{font-size:18px;font-size:1.8rem; line-height:1.8; color:#fff}

.col_path {height:68px;color: #666;font-size:16px; font-size:1.6rem; background:#fff;box-shadow: 0px 1px 0px 0px #E0E0E0; position:relative; padding-right:50px;} /**当前位置**/
.col_path a{color: #666; padding-right:20px; margin-right:8px; position:relative}
.col_path a:before{ position:absolute;right:0; content:'/'; color:#E0E0E0 }
.col_path a:hover,.col_path a:last-child{ color:#015845 }
.col_path a:last-child{ margin-right:0; padding-right:0;}
.col_path a:last-child:before{ display:none}

/**主体列表页开始**/
#l-container {background: #F3F5F8;}
#l-container .inner {padding:60px 0;box-sizing: border-box;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 270px;float:left;margin-right:-270px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{ border-radius:8px; background:#fff; overflow:hidden; display:block}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a { display:block;color:#222;font-size: 16px;font-size: 1.6rem;font-weight:600;background:none; position:relative}
.col_list .wp_listcolumn .wp_column a.col_item_link i{position:absolute;right:20px;top:50%; transform:translateY(-50%); width:16px; height:16px; background:url(../images/more4.png) no-repeat; background-size:cover; display:none}
.col_list .wp_listcolumn .wp_column a .column-name{ display:block;padding-left:48px;line-height:68px;}
.col_list .wp_listcolumn .wp_column a.col_item_link:hover,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected { color:#fff; background: #015845;font-size: 18px;font-size: 1.8rem; } 
.col_list .wp_listcolumn .wp_column a.col_item_link.selected span.column-name{color:#fff;}
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i{ display:block}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333; background:#fff;font-size: 14px;font-size: 1.4rem;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:block;line-height: 48px;padding-left:48px;cursor:pointer;}
.col_list .wp_listcolumn .wp_column a.sub-item-link.selected {font-weight:600;background: #EBF9F4;color: #009760; position:relative} 
.col_list .wp_listcolumn .wp_column a.sub-item-link.selected:before{ position:absolute; content:'';right:20px;top:50%; transform:translateY(-50%); width:16px; height:16px; background:url(../images/more5.png) no-repeat; background-size:cover}

/**栏目新闻**/
.col_news {width: 100%;min-height:200px;float:right;} 
.col_news .col_news_box{margin-left: 290px;background: #FFFFFF;border-radius: 8px; box-sizing:border-box; padding:20px 40px;}
.col_news .col_news_box2{margin-left: 290px;box-sizing:border-box; padding:0px 0px;}
.col_news_head {border-bottom: 1px solid #e0e0e0; margin-bottom:40px;}
.col_metas .col_title { float:left;height: 48px; line-height: 48px;font-size: 20px;font-size: 2rem; color:#999; margin-right:34px; cursor:pointer }
.col_metas .col_title.active {font-weight: 600;color: #009760;border-bottom: 3px solid #009760;border-radius: 2px; position:relative;height: 49px; margin-bottom:-1px;}
.col_metas .col_title2{ float:left;height: 48px; line-height: 48px;font-size: 30px;font-size: 3rem; color:#222;font-weight: 600;}

.col_news_con { padding:0px}
.col_news_list {}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); } /**列表页文章图片大小限制**/


/**视频文章列表**/ 
.viewnews_list li{ margin-bottom:40px;}
.viewnews_list li .news_pho{width:388px; display:block}
.viewnews_list li .news_pho .tupic{ width:100%; padding-top:55%; border-radius:8px; position:relative; overflow:hidden}
.viewnews_list li .news_pho .tupic img{position: absolute; z-index: 1; top: 0; left: 0;right:0;bottom:0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;-webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.viewnews_list li .news_pho:hover .tupic img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.viewnews_list li .news_pho .tupic:before{ position:absolute; z-index:2;content:''; z-index:2;left:50%;top:50%; transform:translate(-50%,-50%); width:50px; height:50px;background:url(../images/play2.png) center no-repeat; background-size:cover; border-radius:50%;box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.5); }
.viewnews_list li .news_pho .tip{position:absolute; z-index:3;border-radius: 8px 0px 16px 0px; padding-left:26px; font-size:14px; color:#fff; line-height:28px;}
.viewnews_list li .tip.live{ width:76px; height:28px;background: #00B673 url(../images/view1.png) 8px center no-repeat; background-size:12px 12px;}
.viewnews_list li .tip.wait{ width:76px; height:28px; background:rgba(0, 0, 0, 0.6)  url(../images/view2.png) 8px center no-repeat; background-size:12px 12px;}
.viewnews_list li .tip.over{ width:66px; height:28px;background:rgba(0, 0, 0, 0.6)  url(../images/view3.png) 8px center no-repeat; background-size:12px 12px;}
.viewnews_list li .news_info{ width:calc(100% - 428px);}
.viewnews_list li .news_info .bt{margin:10px 0;line-height: 24px;font-size: 20px;font-size: 2rem; font-weight:600; color: #222;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.viewnews_list li .news_info:hover .bt{color: #009760;}
.viewnews_list li .news_info .wz{line-height: 24px;font-size: 16px;font-size: 1.6rem; color: #666;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.viewnews_list li .news_info .time{margin-top:20px;line-height: 30px;font-size: 14px;font-size: 1.4rem;color: #888;}
.viewnews_list li .news_info .btn{ margin-top:12px;width: 120px;height: 40px;background: #FFFFFF;border-radius: 4px;border: 1px solid #A1A1A1;}
.viewnews_list li .news_info .btn .more{font-size: 16px;font-size: 1.6rem;color: #333; padding-right: 21px;background: url(../images/more1.png) right no-repeat; background-size: 12px 12px;}
.viewnews_list li .news_info .btn:hover{border: 1px solid rgba(14, 124, 66, 1);}
.viewnews_list li .news_info .btn:hover .more{color:rgba(14, 124, 66, 1);background: url(../images/more2.png) right no-repeat; background-size: 12px 12px;}


/**招生动态新列表**/ 
.xuezi_list li{ margin-bottom:40px;}
.xuezi_list li a{padding-right:190px;position:relative}
.xuezi_list li a:before{ position:absolute; content:'';right:40px;top:50%; transform:translateY(-50%); width:48px; height:48px;background: url(../images/detail1.png)  no-repeat; background-size:cover;} 
.xuezi_list li a:hover:before{background: url(../images/detail2.png)  no-repeat; background-size:cover;}
.xuezi_list li .news_pho{width:260px;}
.xuezi_list li .news_pho .tupic{ width:100%;height:150px; position:relative; overflow:hidden}
.xuezi_list li .news_pho .tupic img{position: absolute; z-index: 1; top: 0; left: 0;right:0;bottom:0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;}
.xuezi_list li .news_info{ width:calc(100% - 280px)}
.xuezi_list li .news_info .bt{line-height: 32px;font-size: 22px;font-size:2.2rem; font-weight:600;}
.xuezi_list li .news_info .wz{line-height: 24px;font-size: 16px;font-size:1.6rem; color: #666; margin-top:12px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.xuezi_list li .news_info .bot{line-height: 18px;font-size: 14px;font-size:1.4rem;color: #999;margin-top: 10px}
.xuezi_list li .news_info .date{ color:#888}
.tab_con .result_con{ display:none}
.tab_con .result_con:first-child{ display:block}
.tab_con.biaodan .result_con{ display:block}
.col_news_list .article{ border-radius:0;padding:0;}
.col_news_list .article h1.arti_title{ font-size:24px; font-weight: normal;}
.col_news_list .article .entry .read img{ max-width:100%}
.col_news_list .tuijian{padding:0;}
.col_news_list .tuijian .shijue_list{ margin-top:0;}
.xuezi_list li a.nopic{}
.xuezi_list li a.nopic .news_pho{ display:none}
.xuezi_list li a.nopic .news_info{ width:100%}


 
/**文章列表**/  
.article_list li{ margin-bottom:20px;background: #FFFFFF;border-radius: 8px; padding:32px 0px;}
.article_list li a{ padding-right:190px; position:relative} 
.article_list li a:before{ position:absolute; content:'';right:40px;top:50%; transform:translateY(-50%); width:48px; height:48px;background: url(../images/detail1.png)  no-repeat; background-size:cover;} 
.article_list li a:hover:before{background: url(../images/detail2.png)  no-repeat; background-size:cover;}
.article_list .date{ width:136px; height:100px; border-right:1px solid #DEDEDE;}
.article_list .date .month{font-weight: bold;font-size: 54px;font-size: 5.4rem;color: #333333;}
.article_list .date .year{font-weight: bold;font-size: 18px;font-size: 1.8rem;color: #888;}
.article_list .info{ width:calc(100% - 178px);}
.article_list .info .bt{line-height:28px;font-size:20px;font-size:2rem; font-weight:600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.article_list .info .wz{ margin-top:10px;font-size: 16px;font-size: 1.6rem;color: #666; line-height:24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break:break-all}

/**院系列表**/  
.major_list li{ margin-bottom:30px;}
.major_list li a{ padding-right:130px; position:relative; display:block;} 
.major_list li a:before{ position:absolute; content:'';right:0px;top:50%; transform:translateY(-50%); width:48px; height:48px;background: url(../images/detail1.png)  no-repeat; background-size:cover;} 
.major_list li a:hover:before{background: url(../images/detail2.png)  no-repeat; background-size:cover;}
.major_list li .bt{margin-bottom:10px;line-height: 24px;font-size: 20px;font-size: 2rem; font-weight:600; color: #222;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.major_list li .wz{font-size: 16px;font-size: 1.6rem;color: #666666;line-height: 24px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.major_list li .time{margin-top:16px;line-height: 24px;font-size: 14px;font-size: 1.4rem;color: #888;}
.major_list li .bt .tip{background: #21946A;border-radius: 4px; padding:4px 8px;font-size: 16px;font-size: 1.6rem;color: #FFFFFF; margin-right:10px;display: inline-block;}
.major_list li a:hover .bt{color: #009760;}


/**宣传片列表**/  
.xuanchuan_list{ position:relative; margin:0 -20px;} 
.xuanchuan_list li{ width:50%; padding:0 20px; margin-bottom:40px;}
.xuanchuan_list li .news_pho{width:100%; display:block}
.xuanchuan_list li .news_pho .tupic{ width:100%; padding-top:56.25%; border-radius:8px; position:relative; overflow:hidden}
.xuanchuan_list li .news_pho .tupic img{position: absolute; z-index: 1; top: 0; left: 0;right:0;bottom:0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;-webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.xuanchuan_list li .news_pho:hover .tupic img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.xuanchuan_list li .news_pho .tupic:before{ position:absolute; z-index:2;content:''; z-index:2;left:50%;top:50%; transform:translate(-50%,-50%); width:64px; height:64px;background:url(../images/play2.png) center no-repeat; background-size:cover; border-radius:50%;box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.5); }
.xuanchuan_list li .info{ padding:0 12px; margin-top:20px; display:block;}
.xuanchuan_list li .news_bt{line-height: 24px;font-size: 18px;font-size: 1.8rem; font-weight:600; color: #222;}
.xuanchuan_list li .time{margin-top:10px;line-height:16px;font-size: 14px;font-size: 1.4rem;color: #888;}
.xuanchuan_list li a:hover .news_bt{color: #009760;}
.xuanchuan_list.removebtn  li .news_pho .tupic:before{ display:none!important} 
/**视频号列表**/  
.xuanchuan_list.viewList01 { position:relative; margin:0 -16px;} 
.xuanchuan_list.viewList01 li{ width:33.3%; padding:0 16px;} 
.xuanchuan_list.viewList01 li .news_pho .tupic:before{width:50px; height:50px;}

.xuanchuan_list.viewList02 { position:relative; margin:0 -16px;} 
.xuanchuan_list.viewList02 li{ width:33.3%; padding:0 16px;} 
.xuanchuan_list.viewList02 li .news_pho .tupic{padding-top:130%;}




.junguan{ width: 100px;white-space:normal;}





.search_year{ position:relative; z-index:10; margin-top:-30px; margin-bottom:10px; width: 100%;max-width: 100%; overflow-x: auto;-webkit-overflow-scrolling: touch;}
.search_year ul{ width: 100%; padding:6px 0;}
.search_year li{white-space: nowrap; padding:0 10px;}
.search_year li a{ font-size:16px; font-size:1.6rem; font-weight:600; color:#333; line-height:30px; display:block; position:relative}
.search_year li.active a{color:#009760;}
.search_year li.active a:before{ position:absolute; content:'';bottom:2px;left:0;right:0;height:2px; background:#009760;}


 
/**视觉列表**/   
.shijue_list{position:relative; margin:0 -24px; margin-top:-10px;}
.shijue_list.three li{width:33.3%;}
.shijue_list li{ width:50%; padding:0 24px; margin-bottom:36px;}
.shijue_list li .news_pho{width:176px; display:block}
.shijue_list li .news_pho .tupic{ width:100%; padding-top:130%; border-radius:8px; position:relative; overflow:hidden}
.shijue_list li .news_pho .tupic img{position: absolute; z-index: 1; top: 0; left: 0;right:0;bottom:0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;-webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.shijue_list li .news_pho:hover .tupic img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.shijue_list li .news_pho .tupic:before{ position:absolute; z-index:2;content:''; z-index:2;left:50%;top:50%; transform:translate(-50%,-50%); width:50px; height:50px;background:url(../images/play2.png) center no-repeat; background-size:cover; border-radius:50%;box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.5); }
.shijue_list li .news_info{width:calc(100% - 196px);}
.shijue_list li .news_info .bt{margin:10px 0;line-height: 24px;font-size: 20px;font-size: 2rem; font-weight:600; color: #222;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.shijue_list li .news_info:hover .bt{color: #009760;}
.shijue_list li .news_info .wz{line-height: 24px;font-size: 16px;font-size: 1.6rem; color: #666;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.shijue_list li .news_info .time{margin-top:26px;line-height: 30px;font-size: 14px;font-size: 1.4rem;color: #888;}
.shijue_list li .news_info .btn{ margin-top:12px;width: 120px;height: 40px;background: #FFFFFF;border-radius: 4px;border: 1px solid #A1A1A1;}
.shijue_list li .news_info .btn .more{font-size: 16px;font-size: 1.6rem;color: #333; padding-right: 21px;background: url(../images/more1.png) right no-repeat; background-size: 12px 12px;}
.shijue_list li .news_info .btn:hover{border: 1px solid rgba(14, 124, 66, 1);}
.shijue_list li .news_info .btn:hover .more{color:rgba(14, 124, 66, 1);background: url(../images/more2.png) right no-repeat; background-size: 12px 12px;}

  
/**老师列表**/ 
.address{margin-bottom:20px;border-radius: 6px; padding:9px 40px;background:#FFFFFF url(../images/map.png) 12px center  no-repeat; background-size:21px 21px; display:inline-block; position:relative;font-weight: 600;
font-size: 16px;font-size: 1.6rem;color: #222222;line-height: 22px;}  
.address:before{ position:absolute; content:''; right:14px; top:50%; transform:translateY(-50%); width:14px; height:14px;background: url(../images/down.png) center  no-repeat; background-size:14px 14px;}
.teacher_list li{ margin-bottom:20px;background: #FFFFFF;border-radius: 8px; padding:30px;}
.teacher_list li .line{ line-height:28px;font-size: 16px;font-size: 1.6rem;}
.teacher_list li .tag{ width:70px; margin-right:14px;color: #666666;}
.teacher_list li .wz{color: #000000;width:calc(100% - 84px);}
.teacher_list li .wz span{ margin-right:6px;} 
.teacher_list li .wz span.tip{background: #21946A;border-radius: 4px; padding:4px 8px;color: #FFFFFF;}
.teacher_list li .wz a.copy{color: #007EFF; text-decoration:underline} 
 
/**招生计划**/ 
.xzbox_line{ margin-right:40px; height:40px; margin-bottom:20px;}
.title_bt{ margin-right:10px; text-align:right;}
.form_input{ width:120px;height:40px;background: #FFFFFF;border-radius: 4px;border: 1px solid #999999;}
.form_input2{width:160px;}
.xzbox_line .form_input input {display: block;width: 100%;font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";height: 38px;border: none;font-size: 16px;font-size: 1.6rem; font-weight:600; border-radius: 4px;color: #333;padding: 0 8px;}
.xzbox_line .layui-form-select .layui-edge {font-family: layui-icon !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased; border: 0; font-size: 12px;-webkit-user-select: none; position: absolute; width: 14px; height: 14px;color: #c0c4cc; margin-top: -7px; right: 6px; background: url(../images/down.png) center  no-repeat; background-size:14px 14px;}
.layui-form-selected dl{min-height:80px;}
.layui-form-selected:after{position: absolute; z-index:900;content:'';display: block;width: 0;height: 0; border-color: transparent;border-style: solid;border-top-width: 0; border-bottom:6px solid #dedede;top:42px;left:20px; display:none} 
.layui-form-select dl dd.layui-this{color: #008043;}

#setValue_city .layui-form-select dl{ width:630px;padding:10px;min-height:300px;}
#setValue_city .layui-form-select dl dd{ display:inline-block; width:100px; height:32px; border:1px solid #dedede; border-radius:16px; margin:5px 10px; text-align:center; line-height:30px;}
#setValue_city .layui-form-select dl dd.layui-this{color: #008043; border-color: #008043; background:#fff}
.layui-form-selected dl::-webkit-scrollbar  {  width: 5px;  height: 5px;  background-color: #F5F5F5;  }    
.layui-form-selected dl::-webkit-scrollbar-track  { -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.3);  border-radius: 10px;  background-color: #F5F5F5;}  
.layui-form-selected dl::-webkit-scrollbar-thumb  {border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  background-color: #F5F5F5;  }
.xzbox_btn{width: 110px;height: 40px; line-height:40px;background: #21946A;border-radius: 4px;color: #FFFFFF; font-size:16px; font-size:1.6rem; margin-bottom:20px;}
.xzbox_btn:hover{color: #FFFFFF;}

.xzbox_province .form_input{ border:0;border-radius:6px;position:relative}
.xzbox_province .form_input:before{ position:absolute; content:''; z-index:11;left:12px;top:50%; transform:translateY(-50%); width:22px;height:22px;background: url(../images/map.png) center no-repeat; background-size: 21px 21px; }
.xzbox_province .form_input input{ padding-left:40px;}

/**表格**/ 
.plane_bt{ font-size:20px; font-size:2rem; text-align:center; padding:20px;}
.plane_con{position:relative;overflow: hidden;}
.plane_con:before{ position:absolute; content:'';right:-20px;top:0;bottom:0; width:20px; box-shadow: 0px 0px 60px 0px #707e77;}
.plane_table {overflow: hidden;overflow-x: auto;border-radius: 8px 8px 0px 0px; position:relative}
.plane_table::-webkit-scrollbar  {  width: 8px;  height: 8px;  background-color: #F5F5F5;  }    
.plane_table::-webkit-scrollbar-track  { -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.3);  border-radius: 10px;  background-color: #F5F5F5;}  
.plane_table::-webkit-scrollbar-thumb  {border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  background-color: #F5F5F5;  }
.plane_table table{ width:100%;border-collapse: collapse;border-spacing: 0;}
.plane_table th {white-space: nowrap;padding:10px 12px;text-align: center;background: #21946A;font-size:14px;font-size:1.4rem;font-weight:600;color: #fff;line-height: 22px;}
.plane_table td{white-space: nowrap;padding:10px 12px;text-align: center;font-size:14px;font-size:1.4rem;color: #333;line-height: 22px; border-bottom:1px solid #EAEAEA;position: relative;}
/**移动端**/ 
.choose_city{ display:none}
.sx-box {justify-content: space-between;align-items: center;padding:15px 0; display:none}
.sx-box .checked span {padding:6px 20px;background: #eaf6f1;border-radius: 12px;font-size:14px;font-size: 1.4rem;color: #008043;margin-right:20px;position: relative;}
.sx-btn{padding-right:40px; position:relative;font-weight: 600;font-size: 14px;font-size: 1.4rem;color: #222222;line-height: 22px; cursor: pointer}
.sx-btn:before{ position:absolute; content:''; right:14px; top:50%; transform:translateY(-50%); width:14px; height:14px;background: url(../images/down.png) center  no-repeat; background-size:14px 14px;}
.fixd_lay {position: fixed; left: 0;right: 0; top: 0; bottom: 0;z-index: 200;background: rgba(0, 0, 0, 0.6); display:none;}
.fixd_box{position:fixed;left:0;right:0;bottom:0; max-width:750px; margin:0 auto; z-index:20; background:#fff;border-radius:16px 16px 0 0; padding-bottom:30px; padding-top:0rem;}
.close_box{ position:absolute; z-index:10;top:8px; right:5px; width:40px; height:40px;background:url(../images/close1.png) center no-repeat;background-size: 30px 30px;}
.fixd_box .title1{font-size:1.6rem;font-weight: 600;color: #333;line-height:1.4; padding:20px; box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);  margin: 0 20px 20px;}
.city_con{ padding:0 20px; overflow:hidden}
.city_con ul{ position: relative; margin:0 -12px;}
.city_con li{ width:25%; padding:0 12px; border-radius:16px;}
.city_con li a{height:40px; border:1px solid #DEDEDE;border-radius: 24px;font-size:14px;font-weight: 500; color:#333; text-align:center; margin-bottom:24px;}
.city_con li.on a{color: #008043;border-color: #008043;font-weight: 600;}
.city_con .wrap-1 li{width: 25%;}
.city_con h5{font-size: 14px;color: #000000;margin-bottom:20px;}
.city_con .btns{display: flex;align-items: center;justify-content: center;margin-top:30px;}
.city_con .btns span{width:200px;height:40px;background: #F0F0F0;border-radius:20px;display: flex;align-items: center;justify-content: center;font-weight: bold;margin-left:24px; font-size:1.6rem; cursor:pointer;}
.city_con .btns span.tijiao{background: linear-gradient( 116deg, #289179 0%, #39BD7A 100%);color: #fff; width:100%; margin:0;}
 


/* 分享二维码 */
.share_con{background: #009760;border-radius: 8px; padding-left:40px;height:68px;}
.share_con .bt{font-size:20px;font-size:2rem; color:#fff}
.share_con .link{height:48px;border-radius: 24px;background:rgba(255, 255, 255, 0.2); padding:0 24px;font-size:16px;font-size:1.6rem; color:#fff; line-height:48px;}
.share_con .linkwz{ width:400px; margin-right:40px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.share_con .copylink{ text-decoration:underline;color:#fff}
.share_btn{height:48px; line-height:48px; padding:0 16px 0 35px;background:url(../images/share.png) 10px center no-repeat;background-size: 18px 18px;font-size:18px;font-size:1.8rem; color:#fff; position:relative}
.share_btn .img{ display:none; position:absolute;bottom:46px;left:50%;z-index:100; margin-left: -60px; width:120px; height:120px; background:#fff;padding:10px;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);border-radius: 10px;}
.share_btn .img:before{ position:absolute; content:'';bottom:-20px;left:50%; transform:translateX(-50%);width: 0px;height: 0px;border: 10px solid #fff;border-bottom-color: transparent; border-left-color: transparent;border-right-color: transparent;}
.share_btn .img img{ display:block;width: 100px;height: 100px;background: #D8D8D8;border-radius: 6px;}
.share_btn:hover .img{ display:block}
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;width:350px;height:40px; line-height:40px; background:#fff;border:0; border-radius:20px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 40px; line-height: 40px; padding: 0 50px 0 25px; color:#999; font-size:16px; background: url(../images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0;right:0; bottom:40px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #fff; border-radius:6px;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 25px; color: #444;}
.botlinks .links-wrap .link-items a span { display:block;white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#f5f5f5; cursor: pointer;}/**链接样式**/

/**文章页**/
.infobox {margin:0 auto; width:100%;}
.article {padding:40px; background:#fff;border-radius: 8px;}
.article h1.arti_title {line-height:1.6;font-family: "Microsoft YaHei";font-size:24px;font-size:2.4rem;color: #222;} /**文章标题**/
.article .arti_metas { margin-top:10px;line-height:1.8;font-family: "Microsoft YaHei";font-size: 14px;font-size:1.4rem;color: #666;}
.article .arti_metas span { margin:0 5px;}/**文章其他属性**/
.article .zhaiyao{background: #F6F7F9;border-radius: 8px; margin:24px 0; padding:17px 24px;line-height:1.8; font-size:16px; color:#333; text-indent:2em;}/**摘要**/
.article .entry { margin:0 auto; overflow:hidden; padding:20px 0;} /**文章内容**/
.article .entry .read video{ display:block; width:100%;}
.article .entry .read,.article .entry .read p { line-height:1.8; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-top:30px;text-indent:2em;}
.article .entry img {margin:0 auto; display:block; max-width:100%; width:auto;}   /**文章阅读部分图片大小限制**/
.article .entry .table-container{overflow-x: auto;-webkit-overflow-scrolling: touch; width:100%;}
.article .entry .table-container table{margin:0 auto; border:none!important;min-width: 100%; border-collapse: collapse;}

/**相关推荐**/
.tuijian{padding:40px; background:#fff;border-radius: 8px; margin-top:30px;}
.tuijian .title{font-size: 30px;font-size: 3.2rem;font-weight: 600;color: #222222; line-height:1; margin-bottom:20px;}
.tuijian .xuanchuan_list{ position:relative; margin:0 -10px;} 
.tuijian .xuanchuan_list li{ width:33.3%; padding:0 10px;}
.tuijian .xuanchuan_list li:nth-child(4){ display:none}

/**空数据yym**/
.no_result{ padding:40px;  }
.no_result .wz{font-size:16px;font-size:1.6rem; line-height:36px; color:#333; padding-left:48px;background: url(../images/error.png) left center  no-repeat; background-size:30px 30px;}


/**翻页**/
#wp_pager{ text-align:center; padding-top:20px;}
#wp_pager ul.pages{display:inline-block;margin: 10px 0 10px;padding: 0;font-size: 14px;}
#wp_pager ul.pages li{float: left;margin: 0 6px;line-height:30px;list-style: none;color: #333;cursor:pointer;}
#wp_pager ul.pages li a{display:inline-block;line-height:30px; width:30px;background: #F7F7F7;border-radius: 2px;color: #333;}
#wp_pager ul.pages li a:hover{color:#fff;background: #009760;}
#wp_pager ul.pages li a.pgPrev,#wp_pager ul.pages li a.pgNext{color:#999;}
#wp_pager ul.pages li a.pgPrev:hover,#wp_pager ul.pages li a.pgNext:hover{color:#999; background:#F7F7F7}
#wp_pager ul.pages li a.pgCurrent{color:#fff;background: #009760;border-radius: 2px;font-weight: 500;}


/*首页新改*/
.swiper5 .swiper-wrapper{ height:580px}
.swiper5 .index_title .bt1{ color:rgba(255,234,182,1)}
.swiper5 .index_title .bt2{color:rgba(255,234,182,0.3)}
.swiper5 .swiper-horizontal>.swiper-pagination-bullets, .swiper5 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper5 .swiper-pagination-custom{ bottom:60px;}
.swiper5 .swiper-pagination-bullet{ width:14px; height:14px; background:#FFEAB6; margin:0 8px!important;}
.main_new{padding: 90px 0 110px;}
.main_new1{ background: url(../images/bk1.png) center no-repeat; background-size: cover;}
.main_new2{ background: url(../images/bk2.png) center no-repeat; background-size: cover;}
.main_new3{ background: url(../images/bk3.png) center no-repeat; background-size: cover;}
.main_new4{ background: url(../images/bk4.png) center no-repeat; background-size: cover;}

.main_newbk{border-radius:24px; border:2px solid rgba(12, 142, 103, 1); background:rgba(1, 17, 8, 0.6); position:relative}
.main_newbk:before{ position:absolute; content:'';left:20px; top:-51px; width:312px; height:51px;background:url(../images/build4.png) left top no-repeat; background-size:100% auto; }
.main_newcon{height:294px; position:relative;}

.main_newcon ul.bk{ padding:1px;}
.main_newcon ul.bk1 li{ width:160px; margin-top:60px;}
.main_newcon ul.bk1 li .icon{ display:block; width:30px; height:27px;background: url(../images/item.png) left center  no-repeat; background-size:30px 27px;}
.main_newcon .line{padding:30px 0 15px; position:relative}
.main_newcon .line:before{ position:absolute; content:''; left:0;right:0; bottom:0; height:1px; background: linear-gradient(90deg, rgba(232, 204, 136, 1) 0%, rgba(255, 237, 193, 1) 100%);}
.main_newcon .bt1{ height:44px;color:rgba(255, 225, 153, 1);font-size:14px; font-size:1.4rem;}
.main_newcon .bt1 .num{ font-size:48px;font-size:4.8rem; background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(232, 204, 136, 1));-webkit-background-clip: text;color: transparent; margin-right:8px; }
.main_newcon .bt2{ margin-top:16px; line-height:1.8; color:rgba(255, 230, 169, 1); font-size:16px; font-size:1.6rem;}

.main_newcon2{ padding:0 40px;}
.main_newcon ul.bk2 li{ width:33.3%; padding:0 50px; margin-top:10px;}
.main_newcon ul.bk2 .bt1{ height:40px;}
.main_newcon ul.bk2 .bt1 .num{ font-size:40px; font-size:4rem;}
.main_newcon ul.bk2 .bt2{ font-size:14px; font-size:1.4rem;}
.main_newcon ul.bk7{margin-top:10px; position:relative; padding:10px 0;}
.main_newcon ul.bk7:before{ position:absolute; content:'';left:20px;top:0;right:20px; bottom:0; background:rgba(39, 195, 166, 0.1);border-radius: 19px}
.main_newcon ul.bk7 li{width:33.3%; padding:0 50px; }
.main_newcon ul.bk7 .item{ height:36px; padding-left:27px;background: url(../images/item.png) left center  no-repeat; background-size:18px 16px;}
.main_newcon ul.bk7 .item .wz{ display:block;font-family: 'shuhei'; font-size:16px; font-size:1.6rem; line-height:1.8;background: linear-gradient(to right, rgba(255, 237, 193, 1), rgba(232, 204, 136, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}


.main_newcon ul.bk3{ padding:30px 22px 0;}
.main_newcon ul.bk3 li{ width:25%; padding:0 10px;}
.main_newcon ul.bk3 li .item{ background:rgba(12, 142, 103, 0.2);border-radius: 4px 4px 4px 4px; min-height:76px; padding:18px 10px;}
.main_newcon ul.bk3 .bt1{ height:40px;}
.main_newcon ul.bk3 .bt1 .num{ font-size:40px; font-size:4rem;}

.main_new3 ul.bk2 li{ width:240px;}

.main_newcon ul.bk4{ padding:50px 100px 0;}
.main_newcon ul.bk4 li.col_01{ width:650px;}
.main_newcon ul.bk4 li.col_02{ width:300px;}
.main_newcon ul.bk4 li .item{ height:36px; padding-left:43px;background: url(../images/item.png) left center  no-repeat; background-size:30px 27px;font-family: 'shuhei'; font-size:18px; font-size:1.8rem; line-height:1.8; color:rgba(255, 216, 120, 1)}
.main_newcon ul.bk4 .item .wz{ background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(232, 204, 136, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.main_new4 .main_newcon ul.bk1{ padding:0;}
.main_new4 .main_newcon ul.bk1 li{ margin-top:10px;width:160px;}


/*新增宣讲*/
.m_preach_city.choose_city{padding-left:0; display:none}
.col_news_right{ background:#fff;border-radius: 8px; padding:10px 25px;}
.preach_head{ position:relative; margin-bottom:30px;}
.preach_item{ position:absolute; right:0;top:12px; font-size:0;}
.preach_item a{ margin-left:22px; display:inline-block; vertical-align:top; height:22px; padding-left:24px;font-weight: 500;font-size: 14px;color: #222222;line-height: 22px;background: url(../images/check.png) left center  no-repeat; background-size:16px 16px}
.preach_item a.active{background: url(../images/check_on.png) left center  no-repeat; background-size:16px 16px}
.preach_city{ padding-left:72px; position:relative}
.preach_city .tit{ position:absolute;left:0;top:0; height:32px; line-height:32px; padding-left:23px;background: url(../images/map.png) left center  no-repeat; background-size:18px 18px; font-size:16px;color: #2C2C2C;font-weight: 600;}
.preach_city li{ margin-right:10px; margin-bottom:12px;}
.preach_city a{ width: 92px;height: 32px;background: #FFFFFF;box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.02);border-radius: 32px;border: 1px solid #D9D9D9; text-align:center;font-size: 14px;color: rgba(34,34,34,0.88);font-weight: 600;letter-spacing: 1px;}
.preach_city li.on a{background: #21946A;box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1); border:0;color: #FFFFFF;}
.col_news_right .plane_con{ margin-top:15px;}
.col_news_right .plane_table{ position:relative; z-index:1;}
.col_news_right .plane_table th,.col_news_right .plane_table td{ text-align:center;}
.plane_table tr:hover td{ background:rgba(33, 148, 106, 0.08)}
.plane_table td .addr{ margin:0 auto;white-space:pre-wrap; cursor:pointer; position:relative}
.plane_table td .addr:hover{ color:#009760}
.plane_table td .addr .showtip{ display:none; position:absolute; z-index:2;top:calc(100% - 14px);left:50%; transform: translateX(-50%); width:248px; height:74px;background: url(../images/tipbox.png)  center  no-repeat;padding:26px 22px 22px 26px; box-sizing:border-box;}
.plane_table td .addr:hover .showtip{ display:block}
.plane_table td .addr .showtip .pos{ position:fixed}
.plane_table td .addr .wz1{font-weight: 600;
font-size: 14px;
color: #434343; margin-right:10px;}
.plane_table td .addr .wz2{width: 99px;height: 26px;
background: #21946A;
border-radius: 13px;font-weight: 600;
font-size: 12px;
color: #fff; line-height:26px; text-align:center}
.plane_table td .copy{color: #007EFF; text-decoration:underline; position:relative}

.plane_table td .saoma{ width:50px;height:50px;}
.copy_tip{ position:absolute;left:50%; transform: translateX(-50%); width:62px; height:20px;background: url(../images/copy.png)  center  no-repeat; background-size:cover}

.article img{margin: 0 auto; display: block; max-width:100%;height: auto!important;}


.dw{ width:30%; display:grid}
.plane_table td .addr.addr1{width: 70px}


.teacher_list li .wz span.call{background: url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/phone.png)  right center  no-repeat;color: #007EFF;
     background-size:16px 16px;padding-right:24px;line-height: 28px}
.teacher_list li .wz span.call a{text-decoration: underline;color: #007EFF;}


.plane_table td:first-child,.plane_table th:first-child{ position: sticky;left:0; z-index:10}
.plane_table td:first-child{ background:#fff}
.plane_table tr:hover td{ background:#fff}
.plane_con:before{ z-index:2}

.huadong_tip{
    display: none;
    position:fixed;
    z-index:10;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    margin:0 auto;
    width:167px;
    height:100px;
    padding-top:60px;
    box-sizing:border-box;
    background:url(https://image.360eol.com/Qiniu_Files/Files/2025/01/nudt/scroll_tips.png) no-repeat;
    background-size:167px 100px;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    line-height:20px;
    text-align: center;

}

#draggable {	
	transform:scale(0.8)!important;
    width: 70px;
    height: 170px;
    position: fixed;
    cursor: pointer;
    user-select: none;
    top: 200px!important;
    right: 0px;
    z-index: 999999999999999;
}
.skin_type .xzgj{top:0!important}