@charset "utf-8";
/* CSS Document */
/***********通用基本类************/

/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/* 滚动条 */
/*::-webkit-scrollbar {width:0px;}*/

/*css定义超链接四个状态也有顺序的。*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
a:link, a:visited {text-decoration: none;color: #222;}
a:hover, a:active {text-decoration: none;color: #666666;border: none;}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
clear:both;

width: 100%;
}
ul, li {
list-style:none;
}

/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {padding: 0px;margin: 0px;text-align: left;font-family:Arial, Verdana, Tahoma, "微软雅黑", Helvetica, sans-serif;line-height: 150%;box-sizing: border-box;}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
  }
body {
	    font-family: 微软雅黑;
	    background-color: #fefefe;
	    min-width: 1200px;
	    color: #222;
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; margin:0 auto;}
.w1300{ width:1300px; margin:0 auto;}
.w100{ width:100%; text-align:center;}
.w50{ width:50%}
.mx1500{max-width:1500px;margin:0 auto;width: 100%;}
.mx1400{max-width:1400px;margin: 0 auto;width: 100%;}
.mx1300{max-width:1300px;margin: 0 auto;width: 100%;}
.mx1920{max-width:1920px;margin: 0 auto;width: 100%;}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}
.fl{ float:left;}
.fr{ float:right;}


.zwheaer{width: 100%;height: 80px;background-color: #e7e7e7;}
.header{
    
    position: fixed;
    z-index: 998;
    top: 0px;
    width: 100%;
}
.header .mx1920{background-color: #e7e7e7;}
.header .w1300{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.header-logo{}
.header-logo a{}
.header-logo a img{
    width: 271px;
    height: 61px;
    margin-top: 9px;
}
.header-nav{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.header-nav .webnavone{
    height: 80px;
    overflow: hidden;
}
.header-nav .webnavone dt{}
.header-nav .webnavone dt a{
    display: block;
    height: 80px;
    line-height: 80px;
    width: 105px;
    text-align: center;    position: relative;
}
.header-nav .webnavone dt a::before{
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0px;
    transition: all .5s ease;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    }
.header-nav .webnavone dl{
    z-index: 999;
    position: absolute;
    width: 105px;
    background: rgb(0 94 41 / 80%);
    display: none;
}
.header-nav .webnavone dl dd{}
.header-nav .webnavone dl dd a{
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.header-search{
    width: 32px;
    height: 32px;
    background: #005e29;
    font-size: 16px;
    color: white;
    text-align: CENTER;
    border-radius: 50%;
    justify-content: center;
    align-items:center;
    display:flex;
    margin-top: 23px;
    cursor: pointer;
}
.header-search i{}
.navhoser dt a{color: #005e29;}
.webnavone:hover dt a{color: #005e29;}
.navhoser dt a::before{
    width: 80% !important;
    background-color: #005e29;
}
.webnavone:hover dt a::before{
    width: 80%;
    background-color: #005e29;
}
.cont1{}
.cont1 .swiper-container {
  width: 100%;
  height: 100%;
}

.cont1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont1 .swiper-slide{width: 100%;}

.cont1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}

.cont1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.cont1 .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 38px;
    border-radius: 2px;
}
.cont1 .swiper-pagination{bottom: 40px !important;}
.cont1 .swiper-pagination-bullet-active{
    background-color: #005e29;
}
.cont1 .swiper-button-next,.cont1 .swiper-button-prev{
    background-color: #ffffff57;
}

.cont1 .swiper-slide-box img{display: block;
    width: 100%;
    }
.header-form{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
}
.header-form .mx1920{background-color: #e7e7e7;}
.header-form .mx1300{
    padding: 10px 0px 30px;
    position: relative;
}
.header-form .w1200{}
.header-form .w1200 form{
    width: 80%;
    margin: 36px auto 0px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
}
.header-form .w1200 input{
    width: calc( 100% - 40px );
    padding-left: 15px;
    background-color: #e7e7e7;
    outline: none;
}
.header-form .w1200 button{
    cursor: pointer;
    background-color: #e7e7e7;
    width: 35px;
    text-align: center;
    outline: none;
}
.header-form-close{
    position: absolute;
    right: 10px;
    top: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
.header-form-close i{}
.cont2{}
.cont2 .w1300{
    padding: 50px 0px;
}
.cont-top{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont2-top-on{}
.cont2-top-on .cont2-img-lv{
    opacity: 1 !important;
}
.cont2-top-on p{
    color: #005e29;
    border-bottom: 3px solid #005e29 !important;
}
.cont2-top-li{
    width: 12.5%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.cont2-top-li img{
    max-width: 100%;
}
.cont2-top-li p{
    font-size: 18px;
    line-height: 30px;
    text-align: CENTER;
    border-bottom: 3px solid #888888;
    padding-bottom: 7px;
}
.cont2-top-li .cont2-img-hui{
    margin: 0 auto;
}
.cont2-top-li .cont2-img-lv{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    opacity: 0;
}
/*.cont2-top-li:hover .cont2-img-lv{opacity: 1;}
.cont2-top-li:hover p{border-bottom: 3px solid #005e29 !important;color: #005e29;}*/
.cont-btm{
    margin-top: 35px;
}
.cont-btm-li{display: none;}
.cont-btm-li h3{
    font-size: 30px;
    text-align: center;
    color: #595959;
}
.cont-btm-li hr{
    height: 2px;
    background-color: #005e29;
    margin: 10px auto 20px;
    width: 100px;
}
.cont-btm-li div{
    font-size: 16px;
    line-height: 2;
    color: #595959;
}
.cont-btm-li p{
    text-align: center;
    display: flex;
    margin-top: 25px;
}
.cont-btm-li a{
    color: rgba(0,94,41,1);
    padding: 8px 55px;
    border-radius: 2px;
    transition: all .36s ease;
    margin: auto;
    background-color: #e5efe9;
}
.cont-btm-li a:hover{background-color:#005e29;color: white;}
.cont-btm-li-on{display: block;}
.cont3{}
.cont3 .w1300{}
.cont3 .w1300 .swiper-container{}
.cont3-box{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont3-box>img{
    width: 50%;
    height: 335px;
}
.cont3-box .cont3-box-r{
    width: 50%;
    height: 335px;
    background-color: #f5f5f5;
    padding: 50px;
}
.cont3-box .cont3-box-r h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #005e29;
}
.cont3-box .cont3-box-r h3{
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 30px;
}
.cont3-box .cont3-box-r div{
    color: #666;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.cont3-box .cont3-box-r p{
    text-align: center;
    display: flex;
    margin-top: 25px;
}
.cont3-box .cont3-box-r p a{
    color: rgba(0,94,41,1);
    padding: 8px 15px;
    border-radius: 2px;
    transition: all .36s ease;
    background-color: #e5efe9;
    border: 1px solid #005e29;
}
.cont3-box .cont3-box-r p a:hover{background-color:#005e29;color: white;}
.cont3 .swiper-button-next{
    right: calc( 50% - 45px );
    background-color: #ffffff85;
    bottom: 0px;
    top: auto;
    background-image: none;
    height: 45px;
}
.cont3 .swiper-button-next i{
    color: #005e29;
    font-size: 44px;
    display: block;
    margin-top: -11px;
}
.cont3 .swiper-button-prev{
    left: calc( 50% - 45px );
    background-color: #ffffff85;
    bottom: 0px;
    top: auto;
    background-image: none;
    height: 45px;
}
.cont3 .swiper-button-prev i{
    color: #005e29;
    font-size: 44px;
    display: block;
    margin-top: -11px;
}
.cont4{
    margin: 50px auto;
}
.cont4 .w1300{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    background-color: #005e29;
}
.cont4-l{
    width: 50%;
    padding: 40px 50px;
    height: 360px;
    overflow: hidden;
}
.cont4-l>h2{
    font-size: 30px;
    color: white;
    font-weight: 700;
}
.cont4-l>hr{
    height: 2px;
    width: 65px;
    background-color: white;
    margin-top: 10px;
}
.cont4-l>div{
    margin-top: 20px;
    color: white;
    max-height: 140px;
    overflow: hidden;
}
.cont4-l>p{
    text-align: center;
    display: flex;
    margin-top: 20px;
}
.cont4-l>p a{
    color: white;
    padding: 8px 35px;
    border-radius: 2px;
    transition: all .36s ease;
    background-color: #ffffff4a;
}
.cont4 .w1300 .cont4-r{
    width: 50%;
    height: 360px;
    overflow: hidden;
}
.cont4 .w1300 img{width: 100%;height: 100%;transition: all .5s ease;}
.cont4 .w1300 img:hover{transform: scale(1.2);}
.cont4-l>p a:hover{
    background-color: white;
    color: #005e29;
}
.cont5{}
.cont5 .w1300{}
.cont5-top{}
.cont5-top h3{
    font-size: 30px;
    text-align: center;
    color: #595959;
}
.cont5-top hr{
    height: 2px;
    background-color: #005e29;
    margin: 10px auto 6px;
    width: 100px;
}
.cont5-top p{
    text-align: center;
    font-size: 16px;
}
.cont5-btm{
    margin-top: 20px;
}
.cont5-btm .swiper-slide{}
.cont5-btm .swiper-slide div{
height: 215px;
overflow: hidden;
}
.cont5-btm .swiper-slide div img{
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    display: block;
    object-fit: cover;
}
.cont5-btm .swiper-slide div img:hover{    transform: scale(1.2);}
.cont5-btm .swiper-slide p{
    text-align: CENTER;
    background-color: #f0f0f0;
    color: #333333;
    font-size: 15px;
    line-height: 37px;
}
.footer{
    margin-top: 50px;
}
.footer .footer1{
    background-color: #333333;
}
.footer .footer1 a{
    font-size: 14px;
    color: white;
    line-height: 60px;
    display: inline-block;
}
.footer .footer1 span{
    font-size: 14px;
    color: white;
    line-height: 60px;
    display: inline-block;
    margin: 0px 15px;
}
.footer .footer1 span:last-child{
    display: none;
}
.footer2{
    background-color: #4d4d4d;
}
.foot-top{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 30px 0px;
    border-bottom: 1px solid #696969;
}
.foot-top-l{
    width: 50%;
}
.foot-top-l select{height: 35px;width: 240px;background-color: #f7f7f7;color: #404040;font-size: 15px;outline: none;}
.foot-top-l select option{}
.foot-top-l div{
    margin-top: 10px;
}
.foot-top-l div p{
    color: #D3D3D3;
    font-size: 14px;
    border-bottom: 1px solid #545454;
    line-height: 35px;
}
.foot-top-r{
    width: 215px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.foot-top-r div{
    width: 100px;
}
.foot-top-r div img{
    width: 95px;
    height: 95px;
    border: 5px solid #717171;
}
.foot-top-r div p{
    color: white;
    text-align: center;
    font-size: 14px;
}
.foot-btm{
    font-size: 14px;
    padding: 8px 0px;
    color: #D3D3D3;
    text-align: center;
}
.foot-btm a{
    color: #D3D3D3;
}
.nr-banner{text-align: center;}
.nr-banner img{max-width: 100%;margin: 0 auto;display: block;}
.ny-nav{
    background-color: #e7e7e7;
}
.ny-nav .w1300{}
.ny-nav .w1300 a{
    padding: 0px 30px;
    font-size: 14px;
    transition: 0.3s ease 0s;
    line-height: 50px;
    display: table-cell;
}
.ny-nav .w1300 a.ny-nav-on{
    background-color: #005e29;
    color: white;
}
.ny-nav .w1300 a:hover{
    background-color: #005e29;
    color: white;
}
.content-nr{}
.content-nr .w1300{}
.ny-title{    margin: 20px 0;font-size: 36px;
    text-align: center;
    padding-bottom: 20px;    border-bottom: 1px solid #e8e8e8;}
.duanbox{}

.connews{}
.connews .mx1400{}
.connews-box{
    padding: 0 1rem;
    margin-top: 25px;
}
.cnew-ul{}
.cnew-ul-li{overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;}
.cnew-ul-li:hover{height:150px;}
.cnew-ul-li a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.cnew-ul-li .leftTimeBox{
    width: 87px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #005e29;
    transition: all .5s ease;
}
.cnew-ul-li:hover .leftTimeBox{
    background: #005e29;
    color: #fff;
    }
.cnew-ul-li .leftTimeBox .newData{
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
    text-align: CENTER;
}
.cnew-ul-li .leftTimeBox .newYearMon{
    text-align: center;
}
.cnew-ul-li .centerContentBox{
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.cnew-ul-li .centerContentBox .newTitle{
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.cnew-ul-li:hover .newTitle{color: #005e29;}
.cnew-ul-li .centerContentBox .newToolBox{
    margin: 5px 0;
    color: #b4b4b4;
    font-size: 14px;
}
.cnew-ul-li .centerContentBox .newToolBox .data1{
    margin-right: 5px;
    background: url(../images/time1.jpg) no-repeat center left;
    padding-left: 20px;
}
.cnew-ul-li .centerContentBox .newToolBox .data2{background: url(../images/eyes1.jpg) no-repeat center left;padding-left: 20px;}
.cnew-ul-li .centerContentBox .newSummry{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
.cnew-ul-li .rightIcon{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.cnew-ul-li .rightIcon .whiteIcon{
    opacity: 1;
}
.cnew-ul-li:hover .whiteIcon{opacity: 0}

.cnew-ul-li .rightIcon .redIcon{
    opacity: 0;
}
.cnew-ul-li:hover .redIcon{opacity: 1}
.cnew-ul-li .rightIcon .rIcon{position: absolute;top: 0;left: 0;display: block;width: auto;height: 98%;transition: all .5s ease;}
.newsxq-title{
    font-size: 26px;
    text-align: CENTER;
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
}
.newsxq-hr{}
.newxq-tag{
    color: #707070;
    font-size: 14px;
    padding: 20px 0px;
}
.newxq-tag a{color: #707070;}
.newsxq-des{
    background: #f2f2f2;
    padding: 10px;
    font-size: 14px;
    color: #595959;
}
.proxq-fanye{
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #4d4d4d3d;
    padding-top: 10px;
}
.proshagnxia{}
.proshagnxia a:first-child{}
.proshagnxia a:last-child{float: right;}
.proshagnxia a{font-size: 15px;}

.hoorbox{display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 15px;}
.hoorbox-li{}
.hoorbox-li a{}
.hoorbox-li div{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.hoorbox-li div img:hover{    transform: scale(1.2);}
.hoorbox-li div img{
    width: 100%;
    transition: all .5s ease;
    object-fit: cover;
}
.hoorbox-li p{background: #f0f0f0;text-align: center;font-size: 15px;padding: 10px 0px;color: #595959;}
.projsbox{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 50px 0px;
    background: -webkit-linear-gradient(top,#ffffff,#f3f3f3);
}
.projsbox>div{
    width: calc( 100% - 470px );
    font-size: 16px;
    color: #595959;
    padding: 10px 50px;
    line-height: 29px;
    max-height: 235px;
    overflow: hidden;
}
.projsbox>img{
    width: 470px;
}
.lianxitop{
    background-color: #f5f5f5;
display: flex;
    
justify-content:space-between;
    
flex-wrap:wrap;
    
margin: 40px 0px;
}
.lianxitop-l{width: 435px;padding: 0px 20px;justify-content: center;align-items:center;display:flex;}
.lianxitop-l img{
    max-width: 100%;
}
.lianxitop-r{
    width: calc( 100% - 435px );
    padding: 50px;
}

.lianximap{height: 400px;}








.duanbox{margin-top: 10px;}
.duanbox img{max-width: 100% !important; height: auto;}

/* 分页 */
/*列表翻页*/
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 14px;margin: 0 4px ; border-radius: 2px;}
.list_page a {background:#f5f3ed;color: #005e29;}
.list_page span, .list_page a:hover{background: #005e29;color:#fff;}
