@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a{ margin:0; padding:0;}html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,
 big, cite, code,del, dfn, em,img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, 
 center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table,caption, tbody, tfoot, thead, tr, th, 
 td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav,output, 
 ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;}
html,body{font-family:'微软雅黑', 'Arial';color:#000; font-size:14px;height: 100%;background:#ededed;}
img,input{border:none;} 
img {vertical-align: middle;}
input,select,textarea{outline:none;} 
select,input,img{vertical-align:middle;}
ul,ol,li{list-style-type:none;}
a{text-decoration:none; color:#666;outline:none;-webkit-tap-highlight-color: transparent;} 
a,a:hover,a:visited,a:focus{outline:none; -moz-outline:none;text-decoration:none;} 
input:focus,select:focus,textarea:focus {outline: none;}

body.menu-open { overflow: hidden; height: 100vh;}
.fl{float: left;}.fr{float: right;}.clear{clear: both;}
.hide{display:none;}
.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}
.center{text-align:center;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.ellipse2{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.ellipse3{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.ellipse4{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}

/*滚动条美化*/
::-webkit-scrollbar{
  width: 5px;}
::-webkit-scrollbar-track{
  background-color: #f5f5f5;
  -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
  border-radius:5px;}
::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;}
::-webkit-scrollbar-button{
    background-color: #eee;
    display: none;}
::-webkit-scrollbar-corner{
    background-color: black;}

/*.top_down{
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: all .6s linear .2s;
  transition: all .6s linear .2s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
}
.top_down.active .top_down_img {
    -webkit-animation: slide-fade 10s infinite 0s;
    animation: slide-fade 10s infinite 0s
}*/


@-webkit-keyframes slide-text-fade {
    0% {
        opacity: 0
    ;}
    100% {
        opacity: 1
    ;}
}
@keyframes slide-text-fade {
    0% {
        opacity: 0
    ;}
    100% {
        opacity: 1
    ;}
}
@-webkit-keyframes slide-fade {
    0% {
        opacity: .9
    ;}
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-0%) rotateZ(0deg);
        transform: scale(1.1) translateY(-0%) rotateZ(0deg)
    ;}
}
@keyframes slide-fade {
    0% {
        opacity: .9
    ;}
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-0%) rotateZ(0deg);
        transform: scale(1.1) translateY(-0%) rotateZ(0deg)
    ;}
}


.container {width: 1600px;margin: 0 auto;padding:0;} 
.containers{margin:0 60px;}
.containerss{width: 1600px;margin: 0 auto;padding:0;}
.title{height:70px;overflow:hidden;line-height:70px;}
.more{height:70px;line-height:70px;}

.mb30{margin-bottom:30px;}

.modal-dialog {margin: 25% auto;}
.search_con {height: 70px;line-height: 70px;background: #245911;}
.search_con_input {float: left;width: 80%;border: 0;padding: 0 10px;}
.search_con_btn {float: right;width: 20%;color: #fff;text-align: center;font-size: 18px;height: 72px;}
.search_con_btn:hover {color: #fff; text-decoration: underline;}
button.close {top: 30px;right: 30px;}
button.close img {width: 20px;height: 20px;transition: all 0.6s ease 0s;}
.close:focus, .close:hover {opacity: 1;}
.close {opacity: 1;margin: 50px 50px 0 0;}

.top{position:relative;}
.header {position:absolute;top:0;left:0;z-index:9;width:100%;}
.header:before {content: "";position: absolute;top: 0;left: 0;right: 0;background: url(../images/b_bg.jpg) repeat-x;
    background-size: 100% 100%!important;height: 130px;z-index: -1;}
.header_wp {height:130px;display: flex;align-items: center;justify-content: space-between;max-width: 100%;width: auto;}
.header_right_top{display:block;height: 20px;line-height: 20px;padding-right: 10px;}
.header_right_top a{color:#c9eaff;}

.header_right_box{text-align:right;color:#fff;font-size:16px;}
.header_right_box a{color:#fff;margin:0 15px;}
.header_right_box a.search_img{margin:0;}
.header_right_box a.search_img img{margin:-3px 0 0 0;}
.logo img{width:100%;}
.menu-toggle {display: none;cursor: pointer;position: absolute;top: 20px;right: 15px;z-index: 1001;}
.menu-toggle span {display: block;width: 25px;height: 2px; margin: 5px 0;background-color: white;transition: all 0.3s ease;}
        
.nav-primary { display: flex;list-style: none;font-size:19px;font-weight:bold;}       
.nav-item { position: relative; margin-left: 39px;}       
.nav-item > a {color: white;text-decoration: none;padding: 10px 0;display: block;}     
.submenu, .subsubmenu {position: absolute;top: 100%;left: -59px;background-color: white;
    list-style: none;min-width: 196px;text-align:center;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);opacity: 0;visibility: hidden; transition: all 0.3s ease;z-index: 1000;}
.submenu {background-color:#fff;border-radius:5px;padding:20px 0;}
.subsubmenu {left: 100%;top: 0; background-color: #fff;border-radius:5px;}
.submenu-item {position: relative;}     
.submenu a, .subsubmenu a {color: #000;padding: 10px 15px;display: block;text-decoration: none;transition: background-color 0.3s;}
.submenu a {color:#000;font-weight:normal;font-size:18px;}
.subsubmenu a {color: #000;}
.submenu a:hover {background-color: #eee;color:#000;}
.subsubmenu a:hover {background-color: #eee;}
.has-submenu > a::after {margin-left: 5px;}
.has-submenu:hover > .submenu,.submenu-item:hover > .subsubmenu {opacity: 1;visibility: visible;}
.last-nav-item{display:none;}
.nav-item > a i{display:none;}
.submenu-item i{display:none;}
.banners{overflow:hidden;}
#swiper img{width:100%;}
/*.swiper-slide-img img{width:100%;}
.swiper-slide-active img {
    -webkit-animation: slide-fade 10s infinite 0s;
    animation: slide-fade 10s infinite 0s
}
.banners{overflow:hidden;}
.swiper-slide-img img{width:100%;}
.swiper-slide-active img {
    -webkit-animation: slide-fade 10s infinite 0s;
    animation: slide-fade 10s infinite 0s
}*/

.nei_banners{width:100%;overflow:hidden;}
.nei_banners img{width:100%;height:100%;}
.nei_banners img{
    -webkit-animation: slide-fade 10s infinite 0s;
    animation: slide-fade 10s infinite 0s
;}

.swiper-pagination-fraction, .swiper-pagination-custom, 
.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:20px;}
.swiper-pagination-bullet{width:12px;height:12px;}
.swiper-pagination-bullet-active{width:12px;height:12px;}
.swiper-pagination-bullet-active{background:#fff;}
.swiper-pagination-bullet{width:16px;height:16px;border-radius:16px;opacity: 0.8;}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;}

/*新闻资讯*/
.index_news{padding:90px 0 90px;background:url(../images/bg1.jpg) no-repeat top center;}
.index_news_con{overflow:hidden;margin-top:55px;}
.index_news_l{float:left;width:805px;}
.carousel-container {width: 100%; max-width: 805px;overflow: hidden;position: relative;}
.carousel-slides {display: flex;transition: transform 0.5s ease;height: 535px;}
.carousel-slide {min-width: 100%;height: 100%;position: relative;}
.index_news .carousel-slide{background: -webkit-linear-gradient(top, rgba(0, 0,0, 0), rgba(0, 0, 0, 0.8));}
.carousel-slide img { width: 100%;height: 100%;object-fit: cover;display: block;}
.slide-content {position: absolute;bottom:43px;left: 40px;z-index:9;width:55%;color: white;font-size:22px;
    line-height:40px;max-height:80px;font-weight:bold;}
.current-slide{position: absolute;left:0;text-align:center;}
.total-slides{position: absolute;right:0;text-align:center;}
.news_bg{background: url(../images/news_bg.jpg) repeat-x bottom center;width:100%;height:229px;position:absolute;left:0;bottom:0;z-index:2;}

.carousel-progress {width: 80%;height: 1px;overflow: hidden;margin-top: 10px;display: flex;left:10%;position:absolute;}
.progress-segment {flex: 1;margin:0 1px;height: 100%;background: rgba(255,255,255,0.4);transition: background 0.3s ease;}
.progress-segment.active {background:rgba(255,255,255,1);}
.carousel-info {display: flex;justify-content: space-between;align-items: center;padding: 0 20px 20px;background: #f8f9fa;}
.carousel-counter {font-size: 20px;color: #fff;position:absolute;right:30px;bottom:55px;z-index:9;width:28%;height:20px;line-height:20px;}

.index_news_r{float:right;width:740px;}
.index_news_li li{height:89px;line-height:89px;padding:15px 0;border-bottom:1px dashed #448a28;}
.index_news_date{font-size:14px;height:20px;line-height:20px;color:#b2b2a5;}
.index_news_tit{font-size:19px;height:45px;line-height:45px;color:#000;transition:.5s;}
.index_news_li li a:hover .index_news_tit{color:#697b17;}

.index_xinxi{background:url(../images/bg2.jpg) no-repeat top center #367e1a;padding:100px 0 100px;overflow:hidden;}
.index_xinxi_con{overflow:hidden;}
.index_gg{float:left;width:760px;}
.index_gg_con{background:url(../images/gg_bg.jpg) no-repeat top center #fff;padding:15px 40px;margin-top:18px;}
.gg_li li{height:77px;line-height:77px;border-bottom:1px solid #dedede;}
.gg_li li:last-child{border-bottom:0;}
.gg_li p{float:left;width:85%;background:url(../images/circle.jpg) no-repeat left center;text-indent:20px;}
.gg_li p a{color:#000;font-size:18px;transition:.5s;}
.gg_li p a:hover{color:#697b17;-webkit-transform: translateX(5px);transform: translateX(5px);}
.gg_li span{float:right;width:15%;color:#b0b2a5;text-align:right;font-size:15px;}
.index_work{float:right;width:760px;}
.index_work_con{background:url(../images/gg_bg.jpg) no-repeat top center #fff;padding:30px 40px;}

.index_campus{background:#e9e9e9;padding:110px 0 110px;}
.campus{margin-top:70px;position:relative;}
#swiper1{width:1450px;margin:0 auto;}
#swiper1 .swiper-slide-img{position:relative;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{right:0;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{left:0;}
.campus .swiper-slide-img img{width:100%;height:250px;}
.campus .swiper-slide-img .campus_infor{position: absolute;left:0px;bottom:0px;width:100%;z-index:2;background:url(../images/hangye_bg.jpg) repeat-x bottom center;height:124px;}
.campus .swiper-button-prev{background:url(../images/left.jpg) no-repeat left center;width:25px;height:43px;}
.campus .swiper-button-next{background:url(../images/right.jpg) no-repeat right center;width:25px;height:43px;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display:none;}
.campus p{position:absolute;bottom:20px;width:100%;color:#fff;padding:0 25px 0px;
    font-size:18px;line-height:25px;height:50px;}
.footer{background:url(../images/footer_bg.jpg) repeat-y top center;padding:95px 0 95px;
    overflow:hidden;color:#dbddda;font-size:18px;line-height:30px;}
.footer_l{float:left;width:121px;margin-right:60px;margin-left:50px;padding-top:40px;}
.footer_l img{width:100%;}
.footer_l p{color:#fff;font-size:18px;text-align:center;font-weight:bold;line-height:40px;}
.footer_c{float:left;width:550px;padding-top:40px;}
.footer_c img{margin-bottom:35px;}
.footer_c P{line-height:40px;}
.footer_r{float:right;width:600px;margin-right:40px;}
.footer_r p{line-height:38px;}
.footer_link{border-bottom:1px solid #8dc377;padding-bottom:23px;margin-bottom:20px;}
.footer_link h2{font-size:22px;line-height:50px;font-weight:bold;color:#fff;}
.footer_link:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
.footer_links{line-height:40px;}
.footer_links a{color:#dbddda;font-size:18px;margin-right:35px;}
.footer_links1 p:nth-child(2) a{margin-right:55px;}
.footer_links2 a:nth-child(4){margin-right:10px;}
.footer_links2 a:nth-child(8){margin-right:0px;}
.copyright{padding:28px 0;line-height:25px;background:#245911;color:#e5f0e0;text-align:center;font-size:16px;}

/*内页*/
.nei_banner{width:100%;}
.nei_banner img{width:100%;}
.main_l {width: 372px;margin-bottom:100px;}
.sections_title {position: sticky;position: -webkit-sticky;top: -105px;}
.main_r{width: 1228px;background:#fff;position:relative;z-index:2;margin-top:-130px;padding:30px 65px;}
.main_nav {color: #fff;height: 105px;line-height: 105px;font-size: 38px;font-weight:bold;text-indent:60px;}
.main_navs {padding: 0;margin-top: -105px;}
.about_l_title{margin-top:48px;}
.about_l_tit a {height:95px;color: #000;padding:15px 60px;font-size: 20px;line-height:32px;display: block;border-left:5px solid #ededed;overflow:hidden;}
.about_l_tit a:hover,.about_l_tit a.active {height:95px; background: url(../images/right1.jpg) no-repeat 97% center #fff;
    border-left:5px solid #697b17;}
.news_l_title{margin-top:48px;}
.news_l_tit a {height:95px;color: #000;padding:0 60px;font-size: 24px;line-height:95px;display: block;border-left:5px solid #ededed;}
.news_l_tit a:hover,.news_l_tit a.active {height:95px; background: url(../images/right1.jpg) no-repeat 97% center #fff;
    border-left:5px solid #697b17;}

.news_l_tit_li{display:none;background:#fff;text-indent:60px;padding-bottom:30px;}
.news_l_tit_li li{line-height: 30px;height:30px;align-items: center;background:url(../images/arrow.jpg) no-repeat 65px center;}
.news_l_tit_li li a{color: #697b17;line-height: 30px;height:30px;font-size: 14px;align-items:center;
    padding:0 0 0 20px;border-left:5px solid #fff;}
.news_l_tit_li li a:hover{color: #697b17;line-height: 30px;height:30px;font-size: 14px;align-items:center;
    padding:0 0 0 20px;background:none;border-left:5px solid #fff;}

.about_l_tit_li{display:none;background:#fff;text-indent:60px;padding-bottom:23px;}
.about_l_tit_li li{line-height: 30px;height:30px;align-items: center;background:url(../images/arrow.jpg) no-repeat 65px center;text-align:left;}
.about_l_tit_li li a{color: #697b17;line-height: 30px;height:30px;font-size: 17px;align-items:center;
   border-left:5px solid #fff;padding:0 0 0 20px;}
.about_l_tit_li li a:hover{color: #697b17;line-height: 30px;height:30px;font-size: 17px;align-items:center;background:none;
    border-left:5px solid #fff;padding:0 0 0 20px;}

.ejlm{display:none;position:absolute;right:0px;top:30px;z-index:9;}
.ejlm h2{width:100%;height:38px;line-height:38px;background: url(../images/cd.jpg) no-repeat right 5px center #448a28;padding: 0 20px;
    background-size:28px;}
.ejlm ul{background: #448a28;padding:8px 30px 15px;}
.ejlm ul li{width:100%;line-height: 30px;display: flex;align-items: center;}
.ejlm li a{border:none;color: #fff;display: flex;font-size: 16px;align-items:center;}



.main_r_top {border-bottom: 4px solid #333;height: 100px;padding-bottom:5px;position:relative;}
.main_r_title {float:left;font-size:26px;color:#000;font-weight:bold;line-height:100px;}
.main_r_tit {float: right;font-size: 17px;color: #6c6c6c;margin-top:45px;}
.main_r_tit a {color: #6c6c6c;margin-right: 15px;padding-left:5px;}
.main_r_tit span {color: #6c6c6c;padding-left:5px;}
.main_r_tit a:hover {color: #697b17;}
.about_information {line-height: 38px;color: #000;font-size: 19px;padding:50px 30px 80px;text-align:justify;text-justify:inter-ideograph;}

.news_content{padding:50px 30px 80px;}
.news_content .news_title{font-size:25px;width:85%;margin:0 auto;line-height:40px;text-align:center;}
.news_time{color:#adadad;text-align:center;margin:25px auto 40px;font-size:15px;}
.news_time span{margin:0 30px;}
.news_information{line-height: 38px;color: #000;font-size: 18px;text-align:justify;text-justify:inter-ideograph;}

.news_lis{padding:0 37px;margin:45px 0;}
.news_lis li{padding:40px 0;height:168px;overflow:hidden;border-bottom:1px solid #c8c8c8;}
.news_lis li:hover{ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);transition: 0.5s;}
.news_lis li .news_date{float:left;width:104px;border-right: 1px solid #c8c8c8;text-align: center;}
.news_lis li .news_con{float:right;width:919px;padding:0 33px;}
.news_lis li .news_date span{font-size: 29px;font-family:"Century Gothic";color:#6b7232;transition: 0.5s;border-bottom: 1px solid #c8c8c8;
    display: inline-block;font-weight:bold;line-height:50px;width:50px;}
.news_lis li .news_date p{font-size: 13px;color: #6b7232;margin-top:15px;}
.news_lis li .news_li_tit{font-size: 21px;line-height:21px;transition: 0.5s;height:21px;color:#000;margin-bottom:18px;}
.news_lis li .news_li_desc{font-size: 15px;color: #a4a4a4;line-height:25px;transition: 0.5s;height:50px;}
.news_lis li:hover .news_li_tit{color:#6b7232;}

.pages {text-align: center;margin: 50px 0 70px;font-size: 12px;line-height:20px;}
.pages span {margin: 0 5px 5px;display:inline-block;height:20px;line-height:20px;}
.disable_btn {border: 1px solid #b0d5f2;color: #ccc;margin:0 2px 5px;padding: 0 5px;display:inline-block;height:20px;line-height:20px;}
.clickable_btn {border: 1px solid #b0d5f2;color: #000;margin:0 2px 5px; padding: 0 5px;display:inline-block;height:20px;line-height:20px;}
.tiaozhuan {height:20px;line-height:20px;display:inline-block;border: 1px solid #b0d5f2;color: #000;margin: 0px 2px 5px 20px;padding: 0 5px;
    background-image: linear-gradient(to bottom, #fff, #b0d5f2);}
.pages input {width: 50px;text-align: center;height: 20px;border:1px solid #aaa;padding:0 5px;margin:0 3px 5px 0;display:inline-block;line-height:20px;}


@media (min-width: 1920px){
    .index_news,.index_xinxi,.footer{background-size:100%;}  
}
@media (max-width: 1920px){
    .index_news,.index_xinxi,.footer{background-size:auto;}  
    
}
@media(max-width: 1700px){ 
    .nav-item{margin-left:34px;}
    .containers{margin:0 50px;}
}
@media(max-width: 1600px){ 
    .container{width:95%;}
    .containers{width:95%;margin:0 auto;} 
    .containerss{width:95%;margin:0 auto;}
    .logo{width:450px;}
    .nav-item{margin-left:25px;}
    .carousel-slides{height:500px;}
    .index_news_li li{height:83px;line-height:83px;padding:16px 0;}
    .index_news_l,.index_news_r,.index_gg,.index_work{width:48%;}
    #swiper1{width:90%;}
    .campus .swiper-slide-img img{height:220px;}
    .footer_l{margin-right:3%;margin-left:0;}
    .footer_c{width:40%;}
    .footer_r{width:45%;margin-right:0;}

    .main_l{width:25%;}
    .main_r{width:75%;}
    .main_nav{text-indent:50px;}
    .about_l_tit a {padding:15px 50px 15px;font-size: 18px;line-height:32px;}
    .news_l_tit a {padding:0 50px ;}
    .about_information{padding:30px 20px 50px;}
    .news_content{padding:30px 20px 50px;}
    .news_lis{padding:0 20px;margin:30px 0;}
    .news_lis li .news_date{float:left;width:12%;}
    .news_lis li .news_con{float:right;width:88%;padding:0 25px;} 
    .news_l_tit_li{text-indent:53px;}
    .news_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 55px center;}
    .about_l_tit_li{text-indent:53px;} 
    .about_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 55px center;}

}

@media(max-width: 1440px){
    .container{width:95%;}
    .containers{width:98%;margin:0 auto;} 
    .containerss{width:95%;margin:0 auto;}
    .logo{width:380px;}
    .nav-item > a{font-size:18px;}
    .nav-item{margin-left:20px;}
    .nav-primary{font-size:18px;}
    .carousel-slides{height:480px;}
    .index_news_li li{height:80px;line-height:80px;padding:14px 0;}
    .gg_li p{width:80%;}
    .gg_li span{width:20%;}
    .gg_li span{font-size:14px;}
    .footer_r{width:45%;margin-right:0;}
    .footer_l{margin-right:30px;}
    .footer_c img{height:45px;}
    .footer_links a{margin-right:23px;font-size:16px;}
    .footer_links1 p:nth-child(2) a{margin-right:40px;}
    .footer{font-size:16px;}
   
    .main_navs{margin-top:-90px;}
    .main_nav{text-indent:40px;font-size:30px;height:90px;line-height:90px;}
    .about_l_tit a {padding:15px 40px;font-size: 17px;line-height:32px;background-size:20px;}
    .about_l_tit a:hover, .about_l_tit a.active{background-size:20px;}
    .main_r_title{font-size:28px;}
    .main_r{padding:10px 40px;}
    .about_information{font-size:18px;}
    .news_l_tit a {padding:0 40px;font-size: 22px;background-size:20px;}
    .news_l_tit a:hover, .news_l_tit a.active{background-size:20px;}
    .news_l_tit_li{text-indent:50px;}
    .news_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 50px center;}
    .about_l_tit_li{text-indent:50px;}
    .about_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 50px center;}


}

@media(max-width: 1200px){
    .container{width:95%;}
    .nav-item{padding:0;}
    .nav-primary{font-weight:normal;}
    .nav-item{margin-left:12px;}
    .nav-item > a{font-size:16px;}
    .logo img{width:100%;}
    .logo{width:30%;}
    .header_right_box{font-size:14px;}
    .carousel-slides{height:430px;}
    .index_news_li li{height:72px;line-height:72px;padding:12px 0;}
    .index_news_tit{font-size:16px;line-height:30px;}
    .slide-content{left:20px;bottom:20px;font-size:18px;line-height:30px;max-height:60px;}
    .carousel-counter{bottom:27px;}
    .submenu, .subsubmenu{font-size:15px;font-weight:normal;min-width:130px;padding:10px 0;}
    .submenu a, .subsubmenu a{padding:10px 0;font-size:16px;}
    .gg_li p a{font-size:16px;}
    .gg_li li{height:65px;line-height:65px;}
    .index_gg_con{padding:25px;}
    .title .fl img{height:50px;}
    .title{height:50px;line-height:50px;}
    .more{height:50px;line-height:50px;}

    .title .fr img{height:15px;}
    .index_news,.index_xinxi,.index_campus{padding:60px 0;}
    .index_news_con{margin-top:40px;}
    .campus{margin-top:40px;}
    .campus p{font-size:16px;}
    #swiper1{width:85%;}
    .footer{padding:80px 0 50px;}
    .footer,.footer_links a{font-size:16px;}
    .footer_l{margin-left:0;margin-right:20px;width:110px;}
    .footer_l img{width:110px;}
    .footer_c{width:35%;}
    .footer_c img{height:32px;margin-bottom:30px;}
    .footer_c P{line-height:33px;}
    .footer_r{width:46%;margin-right:0;}
    .footer_links{line-height:25px;}
    .footer_r p{line-height:33px;}  
    .footer_links a{margin-right:15px;}
    .footer_link h2{font-size:20px;line-height:40px;}
    .footer_links1 p:nth-child(2) a{margin-right:30px;}
    .footer_link{padding-bottom:15px;margin-bottom:15px;}

    .main_l{width:28%;}
    .main_r{width:72%;margin-top:-100px;}
    .main_navs{margin-top:-90px;}
    .main_nav{text-indent:30px;font-size:30px;height:90px;line-height:90px;}
    .about_l_tit a {padding:17px 40px 17px 30px;font-size: 16px;line-height:30px;background-size:18px;}
    .about_l_tit a:hover, .about_l_tit a.active{background-size:18px;}
    .news_l_tit a {padding:0 40px 0 30px;font-size: 22px;background-size:18px;}
    .news_l_tit a:hover, .news_l_tit a.active{background-size:18px;}
    .main_r_title{font-size:28px;line-height:80px;}
    .main_r_top{height:80px;}
    .main_r{padding:10px 40px;}
    .about_information{font-size:16px;line-height:30px;padding:20px 0 50px;}
    .news_content{font-size:16px;line-height:30px;padding:20px 0 50px;}
    .main_r_tit{font-size:15px;margin-top:38px;}
    .main_r_tit a{margin-right:5px;padding-left:0;}
    .main_r_tit span{padding-left:0;}
    .about_l_title{margin-top:40px;}
    .news_l_title{margin-top:40px;}
    .news_lis{padding:0;margin:20px 0;}
    .news_lis li .news_date{float:left;width:15%;}
    .news_lis li .news_con{float:right;width:85%;padding:0 15px;}
    .news_content .news_title{font-size:20px;line-height:30px;}
    .news_information{font-size:16px;line-height:30px;}
    .news_time{margin:15px auto 30px;}
    .news_l_tit_li{text-indent:40px;}
    .news_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 40px center;}
    .about_l_tit_li{text-indent:40px;}
    .about_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 40px center;}

    
}


@media (max-width: 992px) {
    .nav-item > a i{display:inline-block;}
    .submenu-item i{display:inline-block;}
    .header_right_box{display:none;}
    .header_wp{height:70px;}
    .header{height:70px;background:#448a28;}
    .logo img{height:30px;width:auto;}
    .menu-toggle {display: block;}  
    .nav { position: fixed; top: 70px;right: -100%;width: 100%;height: 100vh;background-color: #448a28;padding: 0 0 20px;transition: right 0.3s ease;overflow-y: auto;
        z-index: 1000;}   
    .nav.active { right: 0;position:fixed;top:70px;}   
    .nav-primary {flex-direction: column;}    
    .nav-item {border-top:1px solid rgba(120, 120, 120, 0.15);margin-left:0;text-indent:20px;} 
    .nav-item a{padding:15px 0;}  
    .nav-item a i{text-indent:10px;position:absolute;right:10px;}
    .submenu, .subsubmenu {position: static;opacity: 1;visibility: visible;max-height: 0;overflow: hidden;transition: max-height 0.3s ease;box-shadow: none;}  
    .submenu .submenu-item a{text-indent:40px;}
    .submenu .submenu-item a i{text-indent:10px;}
    .submenu{border-radius:0;padding:0;}
    .has-submenu li a{text-indent:40px;text-align:left;}
    .submenu .subsubmenu a{text-indent:60px;}
    .submenu .subsubmenu a i{text-indent:10px;}
    .submenu {background-color: rgba(0, 0, 0, 0);}   
    .subsubmenu {background-color: rgba(0, 0, 0, 0);}    
    .submenu.active, .subsubmenu.active {max-height: 1000px;background:#448a28;}
    .submenu.active{text-indent:10px;}
    .header:before{background:none;}
    .has-submenu > a::after { content: none;} 
    .nav-item > a{font-size:18px;}  
    .menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px);}   
    .menu-toggle.active span:nth-child(2) {opacity: 0;}  
    .menu-toggle.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}
    .submenu a{color:#fff;font-size:16px;}
    .submenu a:hover,.submenu a:visited,.submenu a:focus{background:none;color:#fff;}
    .has-submenu li{border-top: 1px solid rgba(120, 120, 120, 0.15);}
    .last-nav-item{display:block;}
    .last-nav-item .header-search{height:40px;border-radius:0;background:#fff;position:relative;width:90%;
      margin:10px auto;}
    .last-nav-item .input{font-size:14px;color:#646464;height:40px;line-height:40px;padding:0 .24rem;box-shadow:none;
    -webkit-appearance:none;float:left;border:0;width:calc(100% - 50px);}
    .last-nav-item .search_img{position:absolute;cursor:pointer;top:-2px;right:-5px;width:40px;height:40px;line-height:40px;}

    .carousel-slides{height:350px;}
    .index_news_li li{height:70px;line-height:70px;padding:8px 0;}
    .index_news_li li:last-child{display:none;}
    .index_news_tit{font-size:16px;}
    .carousel-counter{right:10px;}
    .gg_li li{height:55px;line-height:55px;}
    .gg_li p a{font-size:16px;}
    .gg_li p{width:75%;}
    .gg_li span{width:25%;font-size:13px;}
    .index_news_con{margin-top:30px;}
    .index_news,.index_xinxi,.index_campus{padding:40px 0;}
    .campus .swiper-slide-img img{height:300px;}
    .footer_l{display:none;}
    .footer_c{width:45%;}
    .footer_r{width:53%;}
    .footer_links a{margin-right:15px;}
    .footer_links1 p:nth-child(2) a{margin-right:29px;}
    .banners{padding-top:70px;}
    .title .fl img{height:45px;}
    .title{height:45px;line-height:45px;}
    .more{height:45px;line-height:45px;}
    .swiper-pagination-bullet{width:12px;height:12px;border-radius:12px;opacity: 0.8;}
    .nei_banner{padding-top:60px;}
    .main_l{width:30%;}
    .main_r{width:70%;}
    .main_navs{margin-top:-70px;}
    .main_nav{text-indent:30px;font-size:26px;height:70px;line-height:70px;}
    .about_l_tit a {padding:15px 30px 15px 15px;font-size: 15px;line-height:25px;height:80px;}
    .about_l_tit a:hover, .about_l_tit a.active{background-size:16px;height:80px;}
    .about_l_title{margin-top:35px;}
    .news_l_tit a {padding:0 30px;font-size: 20px;height:80px;line-height:80px;}
    .news_l_tit a:hover, .news_l_tit a.active{background-size:16px;height:80px;}
    .news_l_title{margin-top:35px;}
    .main_r{padding:10px 30px;}
    .main_r_tit{font-size:13px;}
    .news_lis{padding:0;margin:0 0 20px;}
    .news_lis li .news_date{float:left;width:20%;}
    .news_lis li .news_con{float:right;width:80%;padding:0 20px;}
    .news_lis li .news_li_tit{font-size:18px;margin-bottom:10px;}
    .news_lis li{height:140px;padding:30px 0;}
    .news_lis li .news_date span{line-height:48px;}
    .news_lis li .news_date p{margin-top:10px;}
    .news_time{margin:15px auto 15px;}
    .news_l_tit_li{padding-bottom:25px;}
    .news_l_tit_li{text-indent:35px;}
    .news_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 40px center;}
    .about_l_tit_li{text-indent:15px;padding-bottom:20px;}
    .about_l_tit_li li{background:url(../images/arrow.jpg) no-repeat 20px center;}



}

@media (max-width: 768px) {
    html,body{background:#fff;}
    .containers{width:95%;}
    .containerss{width:90%;}
    .header_wp{height:60px;}
    .header{height:60px;}
    .menu-toggle{top:17px;}
    .nav-item a{padding:10px 0;}
    .nav.active{top:60px;}
    .logo img{height:30px;width:auto;}
    .banners{padding-top:60px;}
    .index_news_l,.index_news_r,.index_gg,.index_work{width:100%;}
    .index_news_li li:last-child{display:block;}
    .index_news_li li{height:80px;line-height:80px;padding:15px 0;}
    .index_news_l{margin-bottom:30px;}
    .index_news_tit{font-size:15px;}
    .index_gg{margin-bottom:50px;}
    .campus .swiper-slide-img p{font-size:15px;}
    .campus .swiper-slide-img img{height:100%;}
    .campus .swiper-slide-img p{font-size:16px;}
    .footer{display:none;}
    
    .main_l{display:none;}
    .ejlm{display:block;}
    .main_r{width:100%;margin-top:0px;padding:0;}
    .main_r_top{border-bottom:0;height:100%;}
    .main_r_title {line-height: 20px;height: 20px;font-size: 20px;width:100%;color:#245911;margin:30px 0 15px;}
    .main_r_tit{float:left;line-height:20px;font-size:14px;margin-top:0;margin-bottom:5px;}
    .about_information{padding:10px 0 50px;font-size:15px;line-height:30px;}
    .news_information{font-size:15px;line-height:30px;}
    .news_content{padding:10px 0 50px;}
    .news_content .news_title{font-size:18px;width:100%;}
    .news_time span{margin:0 10px;font-size:13px;}

}

@media (max-width: 430px) {
    .nav-item > a{font-size:16px;}
    .submenu a{font-size:14px;}
    .container{width:90%;}
    .logo img{height:25px;width:auto;}
    .gg_li p a{font-size:15px;}
    .gg_li p a{font-size:15px;}
    .title .fl img{height:35px;}
    .title{height:35px;line-height:35px;}
    .more{height:35px;line-height:35px;}
    .title .fr img{height:13px;}
    .carousel-counter{font-size:16px;height:16px;line-height:16px;}
    .copyright{font-size:14px;padding:20px 0;}   
    #swiper1{width:70%;}
    .swiper-pagination-fraction, .swiper-pagination-custom, 
    .swiper-horizontal > .swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;}
    .index_gg_con{padding:20px 15px;}
    .gg_li p{width:70%;}
    .slide-content{left:15px;bottom:15px;}
    .campus .swiper-button-prev{background:url(../images/left.jpg) no-repeat left center;width:18px;height:32px;}
    .campus .swiper-button-next{background:url(../images/right.jpg) no-repeat right center;width:18px;height:32px;}
    .slide-content{font-size:15px;line-height:25px;max-height:50px;}
    .carousel-counter{bottom:20px;}
    .carousel-progress{margin-top:8px;}
    .campus p{line-height:22px;height:44px;bottom:15px;padding:0 15px 0;}
    .campus{margin-top:30px;}
    .news_lis{margin-top:0;}
    .news_lis li:first-child{padding-top:20px;height:120px;}
    .news_lis li .news_date{float:left;width:25%;}
    .news_lis li .news_con{float:right;width:75%;padding:0 20px;}
    .news_lis li .news_li_desc{font-size:14px;}
    .news_time{margin:15px auto 15px;}
    .news_content{padding:5px 0 50px;}
    .main_r_title {line-height: 20px;height: 20px;font-size: 20px;width:100%;color:#245911;margin:20px 0 10px;}
    .ejlm{top:20px;}
    .ejlm ul{padding:8px 25px 15px;}
    .ejlm ul li{line-height: 25px;}
    .ejlm li a{font-size: 14px;}
    .news_content .news_title{font-size:17px;line-height:25px;}


   
}
@media (max-width: 375px) {
    .news_lis li .news_date{width:22%;}
    .news_lis li .news_con{width:78%;padding:0 15px;}

}
      