@charset "utf-8";

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }

.green-more { display: inline-block; box-sizing: border-box; padding: 0 20px 0 30px; height:60px;  line-height:60px; border-radius: 60px;  background: #148e43;  color:#fff; font-size: 16px; }
.green-more i { display: inline-block; font-size: 16px; margin-left:60px; }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

.sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; line-height: 60px; border-radius: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; transition: all .3s ease; }
.sp-pn:hover { background: #148e43; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 18px; vertical-align: top;  }

.sp-bot.swiper-pagination { width:100%; bottom:20px; }
.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1; margin:0 10px!important; border-radius:10px;   }
.sp-bot .swiper-pagination-bullet-active { width:40px;  background:rgba(255,255,255,1); }

.sp-bot-green .swiper-pagination-bullet { background:#ccc; }
.sp-bot-green .swiper-pagination-bullet-active { background:#148e43; }

.layui-input-block { margin-left:0; }
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px;  border:1px solid #ddd;  }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 100px;  border:1px solid #ddd;  }
.layui-form em { line-height: 50px; margin: 0 20px;}
.layui-input-split { border:none; }

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.green-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  }
	.green-more i { font-size:0.42rem; margin-left:0.72rem; }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem;   }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:20px; }
	
	.layui-form .layui-input {  height:1.1rem; font-size: 0.38rem; padding:0 0.36rem; }
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	.layui-form .layui-input-wrap { line-height: 1.1rem;}
	.layui-form .layui-textarea {  font-size: 0.38rem; padding:0.24rem 0.36rem; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width: 100%; position: fixed; top:0; z-index: 9; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
.header::before {  content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 4px; background: #148e43;  z-index: 1;  }
.header .hbox { height: 140px;  align-items: center; }
.header .hlogo .hlbox { display: table; height: 140px; }
.header .hlogo .hlbox .img img { max-height: 100px; }
.header .htop   { height: 50px;  display: flex; justify-content: flex-end;  align-items: center;  margin:10px 0 0; }
.header .htop .hsearch { width:320px;  margin-right: 40px; }
.hsearch .layui-form .layui-input { border:none;  border-bottom: 1px solid #ddd;  padding: 0 20px 0 0; }
.hsearch .layui-input:focus, .hsearch .layui-textarea:focus { box-shadow:none; }
.header .htop .lang a {  display: flex; align-items: center;  }
.header .htop .lang i { font-size: 18px;  margin-right: 10px; }
.header .htop .lang span { font-size:20px; }

.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li { float:left; margin-left:40px; }
.commenu>ul>li> a { display: inline-block; line-height: 80px; color:#333; font-size: 20px; border-radius: 50px;   font-family: "Times New Roman", "Noto Serif SC"; font-weight: 600;  }
.commenu>ul>li> a span { position: relative; display:inline-block; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #148e43;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li ul { width: 160px;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:90px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:80px; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; border-bottom:1px solid #eee; }
.commenu ul li ul li:last-child { border: none; }
.commenu ul li ul li a span { margin:0;  font-size: 16px;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; }
.commenu ul li ul li a:hover { background: #148e43; color:#fff; transition: none; }
.header.active { position:fixed; top:0;  }

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo {  margin:0 0.72rem 0 0.36rem; }
	.header .hlogo .hlbox { height: 60px; }
	.header .htop  { display: none; }
	.header  .hsearch { width:42%; } 

	.header .hmenu { width: 60px; height: 60px; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px)!important; height: 100vh; overflow-y:scroll; position: fixed; left:-100%; z-index: 999;  /*display:none;*/ visibility: hidden; opacity: 0; transition: all 0.3s ease; }
	.commenu ul.menubox.open { left:0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #333;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); top:0; }
	.commenu ul li {  width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.1); margin:0; padding:0 0.64rem; }
	.commenu>ul>li, .commenu>ul>li:last-child { margin: 0; }
	.commenu>ul>li> a { padding:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }
	.commenu>ul>li> a:hover { background: none; }
	.commenu>ul>li> a span::after { display: none; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0!important;; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#148e43; position:relative;z-index:1001; transition: all 0.3s ease;}
	.hamburger-menu div:before,.hamburger-menu div:after{content:''; position:absolute; width:inherit; height:inherit; background:#148e43; border-radius:2px; transition: all 0.3s ease;}
	.hamburger-menu div:before{transform:translateY(-8px); }
	.hamburger-menu div:after{transform:translateY(8px); }
	.menu-opened .hamburger-menu div{ background: transparent;}
	.menu-opened .hamburger-menu div:before{ transform: translateY(0) rotate(-45deg);}
	.menu-opened .hamburger-menu div:after{ transform: translateY(0) rotate(45deg);}
	.commenu .submenu-button{ position:absolute; z-index:10; right:0; top:0;display:block; border-left: 1px solid rgba(255,255,255,0.1); width:1.4rem; height:1.4rem; line-height: 1.4rem;  }
	.commenu .submenu-button::before{content:'';position:absolute; left:0.5rem; top:0.7rem; display:block; width:0.4rem; height:1px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:0.7rem; top:0.5rem; display:block; width:1px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
	
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/

.ibanwarp { position: relative; height: 720px; margin:140px 0 0; }
.ibanwarp .scroll-banner { width:100%; height:720px; position: fixed; left: 0; top: 140px; z-index: 1; }
.iban-swp .picbox {  width: 100%; height: 100%; overflow: hidden; } 
.iban-swp .bg { width: 100%; height: 100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.iban-swp .bg::after { width:100%; height: 100%; position: absolute;  content: ""; left: 0; top: 0; opacity: 0.3; background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: -1; }
.iban-swp .bg .txt { width: 50%; }
.iban-swp .bg .txt h3 { font-size: 36px; color:#fff;  font-weight: 600;  }
.iban-swp .bg .txt .info {margin:20px 0 40px;  }
.iban-swp .bg .txt .info p {  font-size: 24px; color:#fff;   }
.iban-swp .sp-bot { bottom:4vh!important; }

.c-page { position: relative; z-index: 2; }

.itit { width:100%; position: relative; margin-bottom: 60px; text-align: center; }
.itit em { font-size: 30px; margin:0 0 20px; }
.itit h2 {  line-height: 100%; font-size: 36px;  color:#333;   font-weight: 600;   }

.iabo { background-image: url(../images/iabobg.jpg); background-repeat: no-repeat; background-position:center; }
.iabo .iteml { width:calc(100% - 720px); }
.iabo .iteml .iabotit em { font-size: 30px; }
.iabo .iteml .iabotit h1 { font-size: 36px;  color:#333;   font-weight: 600; }
.iabo .iteml .iabotit h2 { font-size: 24px;  color:#333;  margin:20px 0 40px;  font-weight: 600;  }
.iabo .iteml .info { position: relative;  }
.iabo .iteml .info p { margin:10px 0;}
.iabo .iteml .abo-more { margin:40px 0 0; }
.iabo .itemr { width:660px; padding:0 20px 0 0; position: relative; }
.iabo .itemr .album::after { width:50%; height: 50%; background: #148e43; border-radius: 20px; overflow: hidden; content: "";   position: absolute;  right: -20px; bottom: -20px;   z-index: -1; } 
.iabo .itemr .item { border-radius: 20px; overflow: hidden; }
.iabo .itemr .item::after { width:100%; height: 50%; content: ""; position: absolute; left: 0; bottom: 0; opacity: 0.5;  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: 1; }
.iabo .itemr .item .name p {  font-size: 18px; color:#fff; padding:20px 40px;   position: absolute;  left:0; bottom:0; z-index: 2; }
.iabo .itemr .swp-iaboimg .sp-bot {  text-align: right;  padding:0 20px;  bottom:30px!important; }

.inum {  margin:40px 0 0;  }
.inum ul li { text-align: center; }
.inum ul li span { font-size: 48px; line-height: 100%;  color: #148e43; }
.inum ul li i { display: inline-block; vertical-align: bottom;  margin-left:10px;  font-size: 24px; }
.inum ul li em {  margin-left:10px;}
.inum ul li p { margin:10px 0 0; }

.iabo-ico { margin:100px 0 0; }
.iabo-ico ul { display: grid;  grid-template-columns: repeat(6, 1fr);  grid-gap: 40px;   }
.iabo-ico ul li { width:100%;  text-align: center;  background: #f6f6f6;  border-radius: 10px; }
.iabo-ico ul li a { display: inline-block;  width:100%;  padding:30px 0;   }
.iabo-ico ul li i { color:#148e43;  font-size: 48px; margin-bottom: 20px;  }
.iabo-ico ul li:hover { background: #148e43;  }
.iabo-ico ul li:hover a , .iabo-ico ul li:hover i { color:#fff;   }

.inewslist .pic { width:calc(50% - 40px);  border-radius: 20px; overflow: hidden; }
.inewslist .pic a { display: block; overflow: hidden; position: relative; color:#fff; }
.inewslist .pic a:before { content: ""; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; transition: all 0.3s; position: absolute; background: linear-gradient(transparent 50%, #000); z-index: 1;}
.inewslist .pic a h2 { display: inline-block; width:82%; position: absolute; left:4%; bottom:6%; z-index: 9;  font-size: 20px;  font-family: "Times New Roman", "Noto Serif SC"; }
.inewslist .pic a h2 em { display: block; font-weight: normal; line-height: 200%; } 
.inewslist .pic a img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inewslist .pic a:hover img {  transform:scale(1.1);  }
.inewslist .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.inewslist .sp-pn:hover { background: #148e43; }
.inewslist .swiper-pagination { width:10%; text-align: right; left: auto; right:4%; bottom:6%; }
.inewslist .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; background:#fff; opacity: 0.5; margin:0 0 0 10px!important; }
.inewslist .swiper-pagination-bullet-active { border-radius: 10px; background:#fff;  opacity: 1;  }
.inewslist .list { width:50%; }
.inewslist .list ul li { background: #f9f9f9; padding: 15px 30px; line-height: 200%; border-radius: 10px; overflow: hidden; margin:20px 0 0;  position: relative; }
.inewslist .list ul li::after { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #148e43;  z-index: 2; transition: all 0.3s ease;}
.inewslist .list ul li:hover::after { height: 100%; }
.inewslist .list ul li .img { max-width: 220px; border-radius: 10px; overflow: hidden; }
.inewslist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inewslist .list ul li:hover .img img { transform:scale(1.1);  }
.inewslist .list ul li .txt .info { width:calc(100% - 120px);}
.inewslist .list ul li .txt .info h2 {   color:#333; font-size: 18px;   font-family: "Times New Roman", "Noto Serif SC"; }
.inewslist .list ul li .txt .info p { font-size: 15px; color:#999; }
.inewslist .list ul li .txt .date {   font-size: 18px;  color: #999;}
.inewslist .list ul li:first-child { padding:0 0 0 30px; margin:0 0 20px 0; }
.inewslist .list ul li:first-child .txt .info { width: calc(100% - 250px); }
.inewslist .list ul li:first-child .txt .info h2 { margin:0 0 10px;  }
.inewslist .list ul li:first-child .txt .info em { display: inline-block; color: #999; margin:10px 0 0; }
.imore { margin:60px 0 0; }

.ipro { background-image: url(../images/iprobg.jpg); background-position: center top;  background-size: cover; background-repeat: no-repeat; }
.ipro .tabbox .hd ul { text-align:center; margin-bottom: 60px;  }
.ipro .tabbox .hd ul li { display:inline-block; box-sizing: border-box; padding:0 30px; line-height: 60px; border-radius: 60px;  background: #fff;  font-size: 18px; color:#333; margin:0 20px;  cursor: pointer;   font-family: "Times New Roman", "Noto Serif SC";  font-weight: 600;  }
.ipro .tabbox .hd ul li i { margin-left:40px; font-size: 16px; }
.ipro .tabbox .hd ul li:hover, .ipro .tabbox .hd ul li.on { background: #148e43;  color:#fff;   }
.ipro .listbox .item { padding: 30px;  background: #fff; border-radius: 20px; overflow: hidden;  position: relative;  }
.ipro .listbox .item::before { content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 3px; background: #148e43;  z-index: 1; }
.ipro .listbox .item  .tag em { font-size: 18px;  padding:0 20px; height: 40px; line-height: 40px;  background: #148e43; color: #fff;  border-radius: 40px;  }
.ipro .listbox .item h3 { font-family: "Times New Roman", "Noto Serif SC";  font-size: 24px;  color:#333;    margin:20px 0;  }
.ipro .ipro-prev { left:-100px; }
.ipro .ipro-next { right:-100px; }
.ipmore {  margin:30px 0 0; }
.ipmore:hover { color:#148e43; }
.ipmore i { margin-left:10px; }

.ibot-box  { display: grid;  grid-template-rows: auto auto;   gap: 40px; }
.row { display: grid; gap: 40px; }
.row-1 {   grid-template-columns: repeat(3, 1fr);  }
.row-2 {   grid-template-columns: repeat(2, 1fr);  }
.ibot-box .item  { position: relative;  border-radius: 20px; overflow: hidden; }
.ibot-box .item .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9;   width: 100%;    height: 100%;  text-align: center; color:#fff;   transition: all 0.3s ease;}
.ibot-box .item .bg i { font-size:48px; }
.ibot-box .item .bg h3 { font-size: 24px; margin:20px 0 0; }

.footer { width:100%;  background:#333;  color:rgba(255,255,255,0.5);  position: relative;  }
.footer::before {  content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 4px; background: #148e43;  z-index: 1;  }
.footer p, .footer a { color:rgba(255,255,255,0.5); }
.footer a:hover { color:#fff; }
.footer .top-list { padding:80px 0 60px; border-bottom:1px solid rgba(255,255,255,0.1);  }
.footer .top-list  .item h3 { font-family: "Times New Roman", "Noto Serif SC";  font-size:20px;   color:#fff;  margin:0 0 20px; }
.footer .top-list  .item p { line-height: 240%; }
.footer .bot-info {  border-bottom:1px solid rgba(255,255,255,0.1);  }
.footer .bot-info .fnav { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px 40px;  }
.footer .bot-info .fnav a {  font-family: "Times New Roman", "Noto Serif SC"; font-size: 18px;  }
.footer .bot-info .fcodeimg ul { display: flex; justify-content: center;  }
.footer .bot-info .fcodeimg ul li { margin:0 20px;    }
.footer .bot-info .fcodeimg ul li  .img { width:120px; height: 120px; margin:0 0 10px;  border-radius: 10px; overflow: hidden; }
.footer .cpr { padding:25px 0;  text-align: center;  }
.footer .cpr a:hover { color:#fff; }
.footer .cpr .flink a { margin-left:20px; }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/

.bread { width: 100%;  height:60px;  line-height: 60px; font-size: 15px;   text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; } 
.bread a { margin:0 5px;  font-size: 15px;  color:#fff;  }
.bread a:hover { text-decoration: underline; }
.bread .pos { display:inline-block; }

.cbanwarp { position: relative; height: 400px;  z-index: 1;  margin: 140px 0 0; background:#333; }
.cbanwarp .scroll-banner-c { width:100%; height:100vh;   }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover;  }
.cbanwarp .cbg::before {  width:100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.2); z-index: 1; }
.cbanwarp .cbg .infobox { height: 100%; position: relative; z-index: 9; }
.cbanwarp .cbg .txt h2 { font-size: 36px; font-weight: 600; margin:10px 0 0;  }

.ccontent { padding:80px 0;  }

.cmenu { background: #f6f6f6;   }
.cmenu a { float: left; display: inline-block; height: 80px; line-height: 80px;  font-size: 20px;  color:#333;  padding:0 30px;  position: relative; font-family: "Times New Roman", "Noto Serif SC"; }
.cmenu a:hover,  .cmenu a.active  { color:#333; font-weight: 600; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #148e43;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.cabo { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  }
.cabo .item-l h2 { font-family: "Times New Roman", "Noto Serif SC";   font-weight: 600;  font-size: 36px; color:#333;  position: relative;  margin:0 0 40px; }
.cabo .item-l h2::after { content: "Hairma Group";  font-size: 48px; font-weight: 500;  color:#eee; text-transform: uppercase;  position: absolute; left: 0; bottom: 40%;   z-index: -1;}
.cabo .item-l  .info p { margin:10px 0; }
.cabo .item-r .inum ul  { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  }
.cabo .item-r .inum ul li { background: #f6f6f6;  padding:40px;  border-radius: 10px; overflow: hidden; }

.cabo-img ul {  display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  text-align: center; }
.cabo-img ul  li .item { border-radius: 20px; overflow: hidden; }
.cabo-img ul  li p { font-family: "Times New Roman", "Noto Serif SC"; font-size: 20px;  font-weight: 600; color:#333;  margin:20px 0 0; }

.csubnav { margin:50px 0 0; }
.csubnav a {  float: left; display: inline-block; height: 60px; line-height: 60px;  border-radius: 60px; font-size: 20px; background: #f6f6f6;  color:#333;  padding:0 30px;  margin: 30px 30px 0 0; position: relative; font-family: "Times New Roman", "Noto Serif SC";  }
.csubnav a:hover, .csubnav a.active { background: #148e43;  color:#fff;  font-weight: 600; }

.c-detail p { margin:10px 0; }

.cnoban {  margin:140px 0 0; }

.cnews-list .list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;   }
.cnews-list .list .itembox .imgs { background: #000;  height: 320px; }
.cnews-list .list .itembox .imgs img { opacity: 0.8;}
.cnews-list .list .itembox .imgs .date { bottom: 30px; left:30px; }
.cnews-list .list .itembox .imgs .date em {  display: inline-block; width: 100%;}
.cnews-list .list .itembox .imgs .date em:first-child { font-size: 48px;   }
.cnews-list .list .itembox:hover .imgs img { transform:scale(1.08); }
.cnews-list .list .itembox .txt { box-sizing: border-box; padding:30px; background: #f6f6f6;  z-index: 9; }
.cnews-list .list .itembox .txt h3 { font-size: 20px; color:#333; margin-bottom: 10px; font-family: "Times New Roman", "Noto Serif SC"; }
.cnews-list .list .itembox .more { height: 20px; line-height: 20px; margin:20px 0 0; }
.cnews-list .list .itembox .more span em { font-size: 24px;  position: absolute; bottom:0; }
.cnews-list .list .itembox .more span em:first-child { left:0;  animation: movecircle linear 2s infinite both; }
.cnews-list .list .itembox .more span em:last-child { left:20px; animation: movecircle2 linear 2s infinite both; }
.cnews-list .list .itembox .more i { font-size: 18px; color:#148e43; }
.cnews-list .list .itembox:hover .more i { transform: rotate(-45deg); }

.cnews .cn-list { width:380px; background: #f6f6f6; }
.cnews .cn-list h3 {  font-size:24px; color: #333; border-bottom:1px solid #ddd; text-transform: uppercase; padding:30px 30px 0;  }
.cnews .cn-list h3 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cn-list h3 span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:100%; height: 3px; background: #148e43;  z-index: 2;}
.cnews .cn-list ul { padding:0 30px; }
.cnews .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px solid #ddd; }
.cnews .cn-list ul li:last-child { border:none; }
.cnews .cn-list ul li  .img { border-radius: 10px;  overflow: hidden; margin:0 0 20px; height: 0;  visibility: hidden; opacity: 0;   transition: all 0.3s ease;}
.cnews .cn-list ul li.on .img { height: auto; visibility: visible; opacity: 1; }
.cnews .cn-list ul li span { display: inline-block;  font-size: 18px; margin-bottom: 10px;    }
.cnews .cn-list ul li p { font-size: 18px;  color:#333; font-weight: 600;  font-family: "Times New Roman", "Noto Serif SC"; }
.cnews .cn-list ul li a:hover { color:#148e43; }

.cnews .cn-detail { width:calc(100% - 420px);  border-radius: 20px; overflow: hidden;   }
.cnews .cn-detail .tit h1 { font-size:30px; color: #333; font-weight: 600; }
.cnews .cn-detail .tit .mark { margin:30px 0 0; padding:0 0 20px; border-bottom:1px dashed #ddd; }
.cnews .cn-detail .tit .mark ul { justify-content: flex-start; }
.cnews .cn-detail .tit .mark ul li i { display: inline-block; color:#ccc;  }
.cnews .cn-detail .tit .mark ul li em { display: inline-block; margin:0 30px 0 10px; }
.cnews .cn-detail .detail { padding:40px 0; }
.cnews .cn-detail .detail p { margin:10px 0; }
.cnews .cn-detail .detail strong { color:#333; }
.cnews .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid #ddd; }
.cnews .cn-detail .sec p { margin:15px 0 0; }
.cnews .cn-detail .sec span { display: inline-block; background: #f9f9f9; color:#333; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cn-detail .sec p a:hover { color:#148e43; }

.cpic-list ul  {  display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.cpic-list ul  li {  padding:20px; background: #f6f6f6;  border-radius: 10px; overflow: hidden; }
.cpic-list ul  li  .img { background: #fff; height: 400px;  }
.cpic-list ul  li  .img img { object-fit: contain; }
.cpic-list ul  li  .txt { padding:20px 0 0; }

.csol-list ul  {  display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  text-align: center; }
.csol-list ul  li {  padding:20px; background: #f6f6f6;  border-radius: 10px; overflow: hidden; }
.csol-list ul  li  .img { background: #fff; height: 320px; }
.csol-list ul  li  .txt { padding:20px 0 0; }
.csol-list ul  li  .txt  p { font-size: 20px; color: #333;  font-weight: 600;  font-family: "Times New Roman", "Noto Serif SC" }

.cpart-list ul  {  display: grid; grid-template-columns: repeat(3, 1fr);  }
.cpart-list  ul  li  .img { height:140px; }

.invest-list ul {  display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 40px;}
.invest-list ul li { display: flex; align-items: center;   }
.invest-list ul li .date { width:100px; text-align: center; border-radius: 10px;  overflow: hidden;  }
.invest-list ul li .date em { display: block; line-height: 200%; font-size: 30px; color:#fff; background: #148e43; }
.invest-list ul li .date i { display: block;  font-style: normal; line-height: 280%; font-size: 18px;   background: #f6f6f6; }
.invest-list ul li .txt { padding:0 0 0 40px; }
.invest-list ul li .txt h2 { font-size: 20px;  color:#333;  }

.cjob-list .list-top {  margin:0 0 40px;  }
.cjob-list .list-top ul {  padding:30px 0;  background: #148e43; color:#fff;  border-radius: 10px;  overflow: hidden; }
.cjob-list .list-top ul li { display: flex;   justify-content: space-between; font-size: 18px;  margin:0 30px;  }
.cjob-list .list-top ul li span {  width:12%; }
.cjob-list .list-top ul li span:first-child { width:28%; }
.cjob-list .list-bot { margin:0 0 40px; }
.cjob-list .list-bot ul li {  margin:0 0 30px; background: #f6f6f6; border-radius: 10px;  overflow: hidden; }
.cjob-list .list-bot ul li .itembox .item-tit {  display: flex;   justify-content: space-between;  padding:30px 0;  margin:0 30px;   position: relative; cursor: pointer; }
.cjob-list .list-bot ul li .itembox .item-tit  span { line-height: 200%;  width:12%;  }
.cjob-list .list-bot ul li .itembox .item-tit  span:first-child { width:28%;  }
.cjob-list .list-bot ul li .itembox .item-tit .btn { width:16px; height: 16px;  position: absolute; right:0; top:40px;   }
.cjob-list .list-bot ul li .itembox .item-tit .btn::before{content:'';position:absolute; left:0; top:7px; display:block; width:16px; height:2px; background:#006837; z-index:99}
.cjob-list .list-bot ul li .itembox .item-tit .btn::after{content:'';position:absolute;  left:7px; top:0; display:block; width:2px; height:16px; background:#006837; z-index:99}
.cjob-list .list-bot ul li .itembox .item-tit.open .btn::after { transform: translateY(0) rotate(90deg); opacity: 0;  }
.cjob-list .list-bot ul li .itembox .item-cc {  border-top:1px solid #ddd;  height: 0;  opacity: 0; transition: all 0.3s ease; }
.cjob-list .list-bot ul li .itembox .item-cc .cc { padding:30px; }
.cjob-list .list-bot ul li .itembox .item-cc.open { height: auto; opacity: 1; }

.pbanwarp { margin:140px 0 0; }
.pbanwarp .picbox video { width:100%;   border-radius: 20px; overflow: hidden;} 
.pbanwarp .pban-prev { left:-100px; }
.pbanwarp .pban-next { right:-100px; }

.cpro-list  ul { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.cpro-list .item { padding: 30px;  background: #f6f6f6; border-radius: 20px; overflow: hidden;  position: relative;  }
.cpro-list .item::before { content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 3px; background: #148e43;  z-index: 1; }
.cpro-list .item  .tag em { font-size: 18px;  padding:0 20px; height: 40px; line-height: 40px;  background: #148e43; color: #fff;  border-radius: 40px;  }
.cpro-list .item h3 { font-family: "Times New Roman", "Noto Serif SC";  font-size: 24px;  color:#333;    margin:20px 0;  }

.cnews .cpro-detail { width:calc(100% - 420px);  }
.cpro-detail .tit h1 { font-size:30px; color: #333; font-weight: 600;  margin:30px 0; }
.cpro-detail .tag { display: flex;  align-items: center; font-size: 18px; font-family: "Times New Roman", "Noto Serif SC"; }
.cpro-detail .tag em {  padding:0 20px; height: 40px; line-height: 40px;  background: #148e43; color: #fff;  border-radius: 40px;  margin-right: 30px;  }
.cpro-detail .tag span { padding:0 20px; height: 40px; line-height: 40px;  background: #f6f6f6; color: #333;  border-radius: 40px; border:1px solid #ddd;   }
.cpro-detail .info { margin:0 0 40px; }
.ctabbox { margin:40px 0 0; }
.ctabbox ul { display: flex; align-items: center;  border-bottom:1px solid #ddd;  }
.ctabbox ul li { margin-right: 40px; font-family: "Times New Roman", "Noto Serif SC";  font-weight: 600;   }
.ctabbox ul li span { display: inline-block; font-size: 20px;  height: 60px; line-height: 60px;  position: relative;   }
.ctabbox ul li span::after, .ctabbox ul li .active { content: "";  position: absolute; left: 0; bottom: 0; width:0; height: 3px;   background: #148e43; z-index: 1;   transition: all 0.3s ease;   }
.ctabbox ul li:hover a span , .ctabbox ul li.on a span, .ctabbox ul li .active { font-size:24px; color:#333;  }
.ctabbox ul li:hover a span::after , .ctabbox ul li.on a span::after, .ctabbox ul li .active  { width:100%; }
.ctabbox-tab .bd .itembox {  padding:40px 0 0;  }
.pro-table {  border:1px solid #ddd; border-radius: 10px;  overflow: hidden; }
.pro-table tr td { padding:20px 30px; }
.pro-table tr:nth-child(2n)  { background: #f6f6f6; }
.pro-table thead tr td {background: #148e43; color: #fff;  font-size: 20px;  font-family: "Times New Roman", "Noto Serif SC"; }

.cont-list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  }
.cont-list ul li .item { background: #f6f6f6;  border-radius: 10px; overflow: hidden;  }
.cont-list ul li .item .txt { padding:30px; }
.cont-list ul li .item .txt  h3 { font-family: "Times New Roman", "Noto Serif SC";  font-size:20px;   color:#333;  margin:0 0 20px;  }

.cont-form { margin:80px 0 0; }
.cont-form .three { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;   }
.cont-form  .layui-form .layui-textarea { margin:20px 0 0; }
.cont-form .imore { margin:40px 0 0; }

.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip, .layui-box, .layui-box * { font-size:15px; color:#666; } 
.layui-laypage .layui-laypage-curr .layui-laypage-em { background:#148e43!important; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	.header .wave { top:40px; }
	
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height: 46px;}
	
	.ibanwarp { height: 32vh; margin:0; }
	.ibanwarp .scroll-banner  { height:32vh; top:60px;}
	.iban-swp .bg .txt { width: 100%; }
	.iban-swp .bg .txt h3 { font-size: 0.56rem;}
	.iban-swp .bg .txt .info { margin:0.36rem 0 0; }
	.iban-swp .bg .txt .info p { font-size: 0.38rem; }
	.iban-swp .green-more { margin:0.36rem 0 0; }
	.iban-swp .sp-bot { bottom:0.24rem!important; }
	
	.sp-bot.swiper-pagination { bottom: 0; }
	
	.iabo {  background-size: cover;}
	.iabo .iteml , .iabo .itemr { float:none; width: 100%;  }
	.iabo .iteml .iabotit em { font-size:0.56rem;  }
	.iabo .iteml .iabotit h1 { font-size:0.56rem; }
	.iabo .iteml .iabotit h2  { font-size:0.48rem; margin:0.36rem 0 0.48rem;  }
	.iabo .iteml .info  { margin: 0.36rem 0 0;}
	.iabo .iteml .abo-more { margin:0.48rem 0 0; }

	.inum { margin:0; }
	.inum ul li {  margin:0.36rem 0 0; }
	.inum ul li span { font-size:0.96rem; }
	.inum ul li p { margin:0; }
	
	.iabo .itemr { margin:0.72rem 0 0; padding:0 0.36rem 0 0; }
	.iabo .itemr .album::after { right: -0.36rem; bottom: -0.36rem; }
	.iabo .itemr .item .name p { font-size:0.38rem;  padding:0.36rem; }
	.iabo .itemr .swp-iaboimg .sp-bot { padding:0 10px;  bottom: 0.36rem !important;; }
	
	.iabo-ico { margin:0.96rem 0 0;   }
	.iabo-ico ul { grid-template-columns: repeat(3, 2fr);  grid-gap: 0.36rem;}
	.iabo-ico ul li a { padding: 0.48rem 0;}
	.iabo-ico ul li i { font-size:36px; }
	
	.itit { margin:0 0 0.64rem; }
	.itit em { font-size:0.56rem; margin:0 0 10px;  }
	.itit h2 { font-size:0.56rem;  }
	
	.imore { margin:0.64rem 0 0; }
	
	.inewslist .pic , .inewslist .list {  float:none;  width:100%!important;  height:auto!important;  }
	.inewslist .pic a { height:auto!important; }
	.inewslist .pic a h2 { font-size:0.42rem;  }
	.inewslist .swiper-pagination { display:none; }
	.inewslist .sp-pn { width:40px; height:40px;  margin-top: -20px; }
	.inewslist .sp-pn i { line-height:40px; font-size:0.42rem; }
	.inewslist .list ul li:first-child { padding:0.36rem; margin:0; }
	.inewslist .list ul li:first-child .txt .info { float:none;  width: 100%; }
	.inewslist .list ul li .img { display:none; }
	.inewslist .list ul li { margin:0.36rem 0 0;  padding:0.36rem; }
	.inewslist .list ul li .txt .info { width: calc(100% - 2.4rem); }
	.inewslist .list ul li:first-child .txt .info em { margin:0; }
	.inewslist .list ul li .txt .info h2, .inewslist .list ul li:first-child .txt .info h2 { font-size: 0.42rem;}
	.inewslist .focus-prev  {left: 0.36rem; }
	.inewslist .focus-next {right: 0.36rem; }

	.ipro .tabbox .hd ul { margin:0 0 0.36rem; }
	.ipro .tabbox .hd ul li { line-height:1.1rem; padding: 0 0.36rem; margin: 0 0.18rem 0.36rem 0.18rem; }
	.ipro .tabbox .hd ul li span { font-size:0.42rem; }
	.ipro .tabbox .bd .isc-pro { padding:0 0 0.96rem;}
	.ipro .sp-pn { display: none;}
	.ipro .sp-bot { bottom:-0.12rem; }
	.ipro .listbox .item { padding:0.36rem; }
	.ipro .listbox .item h3 { margin:0.24rem 0; }
	.ipro .listbox .item h3 span {  font-size:0.48rem; }
	.ipro .listbox .item .tag em { padding: 0 0.36rem;   font-size:0.42rem; }
	.ipmore {  margin:0.36rem 0 0; }

	.ibot-box , .row { gap: 0.36rem; }
	.row-1, .row-2 { grid-template-columns: repeat(1, 1fr);}
	.ibot-box .item .bg i { font-size: 0.96rem; }
	.ibot-box .item .bg h3 { font-size: 0.48rem; 	margin:0.36rem 0 0; }
	
	.footer { padding:0.36rem 0 0; }
	.footer .top-list {  padding: 0.36rem 0; display: grid; grid-template-columns: repeat(1, 1fr); gap: 0.36rem;  }
	.footer .top-list .item h3 { font-size:0.48rem;  margin:0 0 0.24rem; }
	.footer .top-list .item p { line-height: 200%; }
	.footer .bot-info { display: grid; grid-template-columns: repeat(1, 1fr); gap: 0.36rem;  }
	.footer .bot-info  .flogo img { max-height: 60px; }
	.footer .bot-info .fnav { grid-template-columns: repeat(3, 1fr);  grid-gap: 0.24rem;}
	.footer .bot-info .fnav a { font-size:0.42rem; }
	.footer .bot-info .fcodeimg ul li .img { width:100px; height: 100px; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr .flink { width:100%; text-align: center;; }
	
	
	/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
	.bread { display:none; }
	
	.cbanwarp { position: relative; height: 20vh;  z-index: 1; margin:0;  }
	.cbanwarp .cbg .txt h2 { font-size:0.56rem; margin:0; }
	
	.ccontent { padding:0.72rem 0; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.42rem;  }
	
	.cabo { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem;}
	.cabo .item-l h2 { font-size: 0.56rem; margin:0 0 0.48rem; }
	.cabo .item-l h2::after { font-size: 0.72rem; bottom:50%; }
	.cabo .item-r .inum ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem;}
	.cabo .item-r .inum ul li { margin:0; padding:0.48rem 0.36rem; }
	.cabo-img ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; }
	.cabo-img ul li p { font-size:0.42rem;  margin: 0.36rem 0 0;}
	
	.cpic-list ul {  grid-template-columns: repeat(2, 1fr); grid-gap: 0.36rem; }
	.cpic-list ul li { padding: 0.36rem; }
	.cpic-list ul li .img { height: 24vh; }
	.cpic-list ul li .txt { padding:0.36rem 0 0; }
	
	.cpart-list ul li .img { height: 12vh; }
	
	.csol-list ul {  grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; }
	.csol-list ul li { padding: 0.36rem; }
	.csol-list ul li .img { height: auto; }
	.csol-list ul li .txt { padding:0.36rem 0 0; }
	.csol-list ul li .txt p { font-size:0.48rem; }
	
	.csubnav {  margin:0.36rem 0 0; }
	.csubnav a { height: 1.1rem; line-height: 1.1rem;  font-size: 0.38rem;  padding:0 0.48rem; margin: 0.36rem 0.36rem 0 0; }

	.cnews-list .list ul {  grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; }
	.cnews-list .list .itembox .imgs { height: auto; }
	.cnews-list .list .itembox .imgs .date { bottom: 0.36rem; left: 0.36rem;}
	.cnews-list .list .itembox .imgs .date em:first-child { font-size:0.96rem; line-height: 100%; }
	.cnews-list .list .itembox .txt { padding:0.36rem; }
	.cnews-list .list .itembox .txt h3 { font-size: 0.48rem; }
	.cnews-list .list .itembox .more { margin:0.36rem 0 0; }
	
	.cnews .cn-list { display:none; }
	.cnews .cn-detail { width:100%;  }
	.cnews .cn-detail .tit h1 { font-size:0.48rem; margin:0 0 0.36rem; }
	.cnews .cn-detail .tit .mark { margin:0.24rem 0 0;  padding: 0 0 0.24rem; }
	.cnews .cn-detail .tit .mark ul li em { margin: 0 0.36rem 0 0.24rem;; }
	.cnews .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cn-detail .sec { padding:0; }
	.cnews .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	.cjob-list .list-top ul { padding: 0.36rem 0;}
	.cjob-list .list-top { margin:0 0 0.36rem; }
	.cjob-list .list-bot { margin:0; }
	.cjob-list .list-bot ul li  { margin:0 0 0.36rem; }
	.cjob-list .list-bot ul li .itembox .item-tit { padding: 0.36rem 0; margin: 0 0.72rem 0 0.36rem;}
	.cjob-list .list-bot ul li .itembox .item-tit .btn { top:0.48rem; right:-0.48rem; }
	.cjob-list .list-bot ul li .itembox .item-cc .cc { padding:0.36rem; }

	.invest-list ul { grid-gap: 0.36rem;}
	.invest-list ul li { align-items:flex-start; }
	.invest-list ul li .date { width:70px; }
	.invest-list ul li .date em { font-size:0.56rem; line-height:160%; }
	.invest-list ul li .date i { font-size:0.42rem; line-height:240%; }
	.invest-list ul li .info { width:calc(100% - 70px); padding-left:0.36rem; }
	.invest-list ul li .txt { padding:0; }
	.invest-list ul li .txt h2 { font-size:0.42rem; }

	.pbanwarp { margin:0; }
	.cpro-list ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; }
	.cpro-list .item { padding:0.36rem; }
	.cpro-list .item h3 { margin:0.24rem 0; }
	.cpro-list .item h3 span {  font-size:0.48rem; }
	.cpro-list .item .tag em { padding: 0 0.36rem;   font-size:0.42rem; }

	.pagination-wrap { margin:0.64rem 0 0!important; }
	.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip, .layui-box, .layui-box * { font-size:0.38rem; } 
	.layui-laypage .layui-laypage-skip { margin:0.36rem 0 0; }

	.cnoban { margin:0; }
	.cnews .cpro-detail { width:100%; }
	.cpro-detail .tag em, .cpro-detail .tag span { padding: 0 0.36rem; font-size:0.42rem; margin-right: 0.36rem; }
	.cpro-detail .tit h1 { font-size:0.56rem;  margin:0.64rem 0; }
	.ctabbox { margin: 0.72rem 0 0;}
	.cpro-detail .info { margin: 0 0 0.72rem; }
	.ctabbox ul li { margin-right: 0.36rem;}
	.ctabbox ul li span { font-size:0.48rem; }
	.ctabbox-tab .bd .itembox { padding: 0.72rem 0 0;}
	.pro-table thead tr td, .pro-table tbody tr td { font-size:0.38rem; padding:0.36rem; }
	.ctabbox ul li a span, .ctabbox ul li.active a span { font-size:0.48rem!important; }
	
	.cont-list ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem;}
	.cont-list ul li .item .txt { padding:0.36rem; }
	.cont-list ul li .item .txt h3 { font-size: 0.48rem;  margin: 0 0 0.24rem;}
	.cont-form { margin:0.72rem 0 0; }
	.cont-form .three { grid-template-columns: repeat(1, 1fr); grid-gap: 0;  }
	.cont-form .layui-form .layui-textarea { margin:0; }
	.cont-form .imore { margin: 0.64rem 0 0;}
	
}




