
.part_tit{
   color:#03883E;
   font-size: 30px;
   margin-bottom:42px;
   text-align: center;
}
.part_tit .en{
   color:#5B5E66;
   font-size: 24px;
}
.part_tit .info{
   color:#626262;
   font-size: 18px;
   margin-top:15px;
}






#banner{
   width:100%;
   /*height:750px;*/
   height:568px;
   /*background: url('/themes/images1/index_bg.png') 100% 100% no-repeat;*/
   /*background: url('/themes/images1/banner_one.jpg') 100% 100% no-repeat;*/
   background: url('/themes/images1/banner_one.jpg') 50% 50% no-repeat;
   background-size: cover;
   text-align: center;
   color:#fff;
   padding-top:230px;
}
#banner h1{
   font-size:75px;
}
#banner .detail{
   font-size: 24px;
   margin-top:44px;
}
#banner .banner_btn{
   display: inline-block;
   width:255px;
   height:82px;
   line-height: 82px;
   font-size: 28px;
   color:#fff;
   background:rgba(3, 136, 62, 0.5);
   margin-top:103px;
}
#main{
   /* max-width:1400px; */
   /* margin:auto; */
   /* overflow-x: hidden; */
   max-width: 100%;
}
.main{
   max-width:1400px;
   margin:auto;
}

#main .head_total{
    box-shadow: 0px 5px 10px #e3e3e3;
    /*height: 135px;*/
    position: absolute;
    top: 66%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    margin: 0px 7%;
    width: 86%;
    padding:15px;
    justify-content: space-around;
}
#main .head_total.new{
    background: hsla(0, 0%, 100%, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
#main .head_total .list{
   display: inline-block;
   color:#474747;
   font-size: 20px;
   padding:0 20px;
   text-align: center;
}
#main .head_total .list .total{
   color:#008F48;
   font-size: 60px;
   margin-right:8px;
}
#main .head_total .list .name{
   font-size: 16px;
}
#content{
   /* padding:0 80px; */
   /* margin-top:200px; */
}
.content{
   padding:0 80px;
   /*padding-top:107px;*/
}
#about{
   overflow: hidden;
   display: flex;
   padding-top: 8%;
   
}
#about .about_img_box{
   float: left;
   flex: 1;
   height:522px;
   margin-right:40px;
   vertical-align: middle;
   text-align: center;
   background:#000;
   position: relative;
}
#about .about_img{
   position: absolute;
   top:50%;
   left:0;
   transform: translateY(-50%);
   width: 100%;
}
#about .about_img:focus{
   outline: none;
}
#about .about_right{
   flex: 1;
}
#about .part_tit{
   width:150px;
}
#about .about_right .about_detail {
   height:330px;
   color:#5a5a5a;
   text-indent: 28px;
   line-height: 28px;
}
#about .about_right .about_btn {
   display: block;
   width:170px;
   height:45px;
   line-height: 45px;
   text-align: center;
   background:#03883E;
   color:#fff;
   margin-top:30px;
}
#about2{

}
#about2{
  margin-top:70px;
   display: flex;
}
#about2 .left{
   /*float: left;*/
   /*margin:24px 0 24px 70px;*/
   display: flex;
   justify-content: space-around;
   /*flex: 1;*/
}
#about2 .left .box{
   color:#656565;
   font-size: 14px;
   float: left;
   margin-right:45px;
   text-align: center;
}
#about2 .left .box .img_box{
   height:70px;
}
#about2 .left .box .tit{
   color:#656565;
   font-size: 24px;
   font-weight: bold;
   margin:18px 0;
}
.lr{
   display: flex;
}
.center_top {
   font-size: 34px;
   color: #ffffff;
   text-align: center;
}
#about2 .right{
    height: 249px;
    flex: 1;
}
#business{
   margin-top:70px;
}
#business .business_img{
   width:254px;
   height:403px;
}
#business .col-lg-3{
   position: relative;
}
#business .business_img:nth-of-type(2){
   display: none;
   opacity: 0.95;
   position: absolute;
   top:0;
   left:15px;
}
#business .business_img.img1{
   background:url('/themes/images1/index_business1.png') no-repeat 100% 100%;
}
#business .business_img.img1_on{
   background:url('/themes/images1/index_business1_on.png') no-repeat 100% 100%;
}
#business .imgbox_1:hover>.img1_on{
   display: block;
}
#business .business_img.img2{
   background:url('/themes/images1/index_business2.png') no-repeat 100% 100%;
}
#business .business_img.img2_on{
   background:url('/themes/images1/index_business2_on.png') no-repeat 100% 100%;
}
#business .imgbox_2:hover>.img2_on{
   display: block;
}
#business .business_img.img3{
   /*background:url('/themes/images1/index_business3.png') no-repeat 100% 100%;*/
    background:url('/themes/images1/index_business3_new.png') no-repeat 100% 100%;
}
#business .business_img.img3_on{
  /* background:url('/themes/images1/index_business3_on.png') no-repeat 100% 100%;*/
   background:url('/themes/images1/index_business3_new_on.png') no-repeat 100% 100%;
}
#business .imgbox_3:hover>.img3_on{
   display: block;
}
#business .business_img.img4{
   background:url('/themes/images1/index_business4.png') no-repeat 100% 100%;
}
#business .business_img.img4_on{
   background:url('/themes/images1/index_business4_on.png') no-repeat 100% 100%;
}
#business .imgbox_4:hover>.img4_on{
   display: block;
}
#news{
   margin-top:70px;
   margin-bottom:170px;
}
.news_left{
   width:465px;
   overflow-x: hidden;
   box-shadow: 0px 5px 10px #e3e3e3;
}
.news_img{
   width:465px;
   height:445px;
   object-fit: cover;
}
.news_left .info{
   padding: 20px;
   background:#fff;
   color:#050505;
}
.news_left .info .info_left{
   font-size: 14px;
   border-right:1px solid #D9D9D9;
   float: left;
   padding-right:20px;
   text-align: center;
}
.news_left .info .info_right{
   width: 350px;
   height: 50px;
   font-size: 18px;
   padding-left:15px;
   float: left;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.info_left .day{
   font-size:26px ;
}
.news_left,.news_right{
   float: left;
}
.news_right{
   width:606px;
   margin-left:100px;
   font-size:14px ;
   color:#5A5A5A;
   height:100%;
   position: relative;
}
.news_right .tit{
   color:#030303;
   font-size: 18px;
}
.news_right>li{
   list-style: none;
   padding:27px 0;
}
.news_right>li:first-of-type{
   padding-top:0;
}
.news_right>li:last-of-type{
   padding-bottom:0;
}
.news_right>li+li{
   border-top:1px dashed #9D9D9D; 
}
.news_right .detail{
   margin:20px auto 12px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   overflow: hidden;
   text-overflow: ellipsis;
}
.news_right .more{
   position: absolute;
   bottom:-6px;
   right:0;
   color:#03883E;
}
#mode{
   margin-top:70px;
}
#mode .mode_content{
   max-width:1920px;
   height:500px;
   white-space: nowrap;
   margin:0 auto;
   font-size: 0;
   margin-top:70px;
}
#mode .mode_content .mode_img{
   /* width:480px; */
   width:100%;
   height:600px;
   padding:0;
}
.cooperation_list{
    width:1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    
}
.cooperation_item{
    overflow: hidden;
    width: 290px;
    height: 400px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 5px 10px #e3e3e3;
    
}
.cooperation_item .cooperation_item_img{
    overflow: hidden;
    width: 100%;
    height: 340px;
    border-radius: 16px 16px 0 0;
}
.cooperation_item img {
    width: 100%;
    height: 100%;
    transition:scale .4s;
}
.cooperation_item img:hover{
    scale: 1.05
}
.cooperation_item p{
    width: 282px;
    height: 60px;
    text-align: center;
    border-radius: 0 0 16px 16px;
    line-height: 60px;
    font-size: 16px;
    color: #1f2431;
}
#mode .col-lg-3{
   position: relative;
   padding:0;
   margin:0;
}
#mode .mode_img:nth-of-type(2){
   display: none;
   opacity: 0.95;
   position: absolute;
   top:0;
   left:0;
}
.center_left {
   width: 312.5px;
   height: 200px;
   color: #ffffff;
   text-align: center;
   font-size: 18px;
   line-height: 2;
   margin: 0 auto;
}
#mode .mode_img.img1{
   background:url('/themes/images/index_new_mode1.webp') no-repeat 100% 100%;
   padding-top: 280px;
}
#mode .mode_img.img1_on{
   background:url('/themes/images1/index_mode_on.png') no-repeat 100% 100%;
   padding-top: 253px;
}
#mode .imgbox_1:hover>.img1_on{
   display: block;
}
#mode .mode_img.img2{
   background:url('/themes/images/index_new_mode2.webp') no-repeat 100% 100%;
   padding-top: 280px;
}
#mode .mode_img.img2_on{
   background:url('/themes/images1/index_mode_on.png') no-repeat 100% 100%;
   padding-top: 253px;
}
#mode .imgbox_2:hover>.img2_on{
   display: block;
}
#mode .mode_img.img3{
   background:url('/themes/images/index_new_mode3.webp') no-repeat 100% 100%;
   padding-top: 280px;
}
#mode .mode_img.img3_on{
   background:url('/themes/images1/index_mode_on.png') no-repeat 100% 100%;
   padding-top: 253px;
}
#mode .imgbox_3:hover>.img3_on{
   display: block;
}
#mode .mode_img.img4{
   background:url('/themes/images/index_new_mode4.webp') no-repeat 100% 100%;
   padding-top: 280px;
}
#mode .mode_img.img4_on{
   background:url('/themes/images1/index_mode_on.png') no-repeat 100% 100%;
   padding-top: 253px;
}
#mode .imgbox_4:hover>.img4_on{
   display: block;
}
.ys_flex{
  background-color:white;
  width:80%;
  margin:0 auto;
  padding: 0px 40px;
}

.ys_box{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}
.ys_5{
  width:48%;
  display:flex;
  margin-bottom:30px;
}
.sy_column{
  display:flex;
}
.ys_pic{
  width:35%;
  height:auto;
  margin-right:20px;
}
.ys_text{
  display:flex;
  align-items: center;
}
.ys_rad{
    width: 10px;
    height: 10px;
    background-color: #009944;
    margin-right: 10px;
    border-radius: 50px;
}
.ys_weight{
    font-size: 16px;
}
.ys_green{
  color:#009944;
}
.ys_brand{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps_box{
 padding:15px;
}
.ps_flex{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ps_green {
    color: #026D0C;
    font-size:20px;
}
.ps_text{
  line-height:20px;
  margin:15px 0px;
}
.ps_pic{
  width:70%;
  margin-top:30px;
}

.hz_pic{
  width:auto;
  height:90px;
}