@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} }


.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;  text-align: center;  color:#fff; opacity: 0.5;  transition: all .3s ease; }
.sp-pn:hover { opacity: 1;  }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 36px; vertical-align: top;  }

.sp-bot.swiper-pagination { width:100%; bottom:0; }
.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:#fff; }
.sp-bot-green .swiper-pagination-bullet-active { background:#fff; }

.swiper-button-lock { display:block; }

.layui-input-block { margin-left:0; }
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px;  }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 16vh;  }
.layui-form em { line-height: 50px; margin: 0 20px;}

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.green-more { width:160px; padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  }
	.green-more i { font-size:0.42rem; margin-left:4vw; }
	
	.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: 99;  box-shadow: 0 0 20px rgba(0,0,0,.05); }
.header .hbox { align-items: center; }
.header .hlogo .hlbox { display: table; height: 120px; }
.header .hlogo .hlbox .img img { max-height: 80px;  margin-right: 20px;  }
.header .hlogo .hlbox .lt p { line-height: 160%; font-size:24px;  }
.header .lang  .item { height:40px; line-height: 40px;  border-radius: 40px; padding:0 30px;  background:#138a3d;  color:#fff; position: relative; }
.header .lang  .item i { font-size: 12px; margin-left:10px;   }
.header .lang  .item .list { width:100%; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05);  position:absolute; left:0; top:50px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease;   }
.header .lang  .item .list a { display:inline-block; width:100%; line-height: 40px;  text-align: center;    }
.header .lang  .item:hover .list { visibility: visible; opacity: 1; top:40px;}
.header .lang  .item .list a:hover { color:#138a3d; }

.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:50px; }
.commenu>ul>li> a { display: inline-block; line-height: 120px;  font-size: 18px; font-weight: 600; border-radius: 50px; }
.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: #138a3d;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li .subbox { width: 100vw;  padding:60px 0;  background:#f9f9f9; overflow: hidden;  position:fixed; left:0; top:120px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>.subbox { visibility: visible; opacity: 1;  }
.commenu ul li ul li { width: 50%;  }
.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 { display: flex; align-items: center; line-height: 240%;  }
.commenu ul li ul li a::before { content: "·"; font-size: 2em; line-height: 100%;  margin-right: 10px;  vertical-align: middle;  }
.commenu ul li ul li a:hover { color: #138a3d; }
.header.active { position:fixed; top:0;  }

.subbox .item { width:60%; }
.subbox .img   { width:40%; }
.subbox .item h3 { font-size: 20px; margin-bottom: 20px;  }
.subbox .img {  height:320px;  }
.subbox .img img { width:100%; height:100%;  object-fit: cover; object-position:  center center;  }

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo { position: absolute; left:0.32rem; top:0; z-index: 1;  }
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height:40px;}
	.header .hlogo .hlbox .lt { display:none; }

	.header .hmenu { width: 60px; height: 60px; float: right; position:fixed; top:0; right:0; z-index: 9; }
	.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 { display: inline-block; box-sizing: border-box;  width: 100%;  padding: 10px 0;   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:#138a3d; 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:#138a3d; 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; }
	
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/

.iban-swp { position: relative; margin:120px 0 0; }
.iban-swp .swiper-slide  img { width:100%; height:100%;  object-fit: contain; object-position:  center center;    transition: all 5s ease;    }
.iban-swp .swiper-slide.swiper-slide-active img  {  transform:scale(1.08);  } 
.iban-swp .sp-bot { bottom:20px!important; }

.iabo { padding:100px 0;  background-image: url("../images/iabobg.jpg");  background-repeat: no-repeat;  background-size: cover; }
.iabo .txt { width:40%; padding:0 3vw 0 0;  }
.iabo .txt  h2 { font-size:36px; color:#b1916d; }
.iabo .txt .line { width:15%; margin:30px 0;   }
.iabo .txt .line em { display:inline-block;  width:100%;  height: 1px; background: #b1916d;  margin:1px 0;  }
.iabo .txt .info p { margin:10px 0; }
.iabo .txt .more a { box-sizing: border-box;  display: inline-block; width:160px; height: 56px; line-height: 56px;  font-size: 18px;  border-radius: 5px; border:2px solid #b1916d;  text-align: center; margin:20px 0 40px;   }
.iabo .txt .num .item span { font-size:42px;  color:#b1916d;  }
.iabo .list { width:60%; }
.iabo .list  ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2vw; }
.iabo .list  ul  li { position: relative;  }
.iabo .list  ul  li a::before { content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 100%; background-image: linear-gradient(31deg,rgb(0,0,0) 0%,rgba(5,5,5,0) 100%);  z-index: 2; opacity: 0.3; }
.iabo .list  ul  li  p { position: absolute; bottom:2vh; left:1vw;  color:#fff;  z-index:9;   }

.ipro { padding:100px 0; }
.ipro .tit { margin:0 0 60px;  }
.ipro .tit h2 span { font-size: 36px;  color:#b1916d; position: relative; padding: 0 0 10px; }
.ipro .tit h2 span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:100%;  height: 2px; background:#b1916d;  z-index: 2; }
.ipro .line { width:100%; margin:20px 0 0;   }
.ipro .line em { display:inline-block;  width:100%;  height: 1px; background: #b1916d;  margin:1px 0;  }
.ipro .list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2vw; }
.ipro .list  ul  li { position: relative; overflow: hidden; }
.ipro .list  ul  li .img { height: 40vh; }
.ipro .list  ul  li  .name { position: absolute; width:100%; height: 80px; line-height: 80px;  bottom:-100px; left:0;  z-index: 9; font-size: 18px; font-weight: 600; color:#fff; text-align: center; transition: all 0.3s ease;  }
.ipro .list  ul  li .name::after { content: " ";  position: absolute; bottom: -40px;  left: 0; width:100%;  height: 120px;  background: rgba(0,0,0,0.7); color:#fff;   transform: skewY(2deg);  z-index: -1;  }
.ipro .list  ul  li:hover  .name { bottom:0;  }

.footer { background:#f9f9f9; padding:60px 0 0; }
.footer .fleft { width:26%; }
.footer .fleft img { max-height: 70px; margin:0 0 20px; }
.footer .fleft .tit { font-size:18px; }
.footer .fmid,  .footer .fright { width:calc(32% - 2vw); }
.footer .fcont p { margin:0 0 10px; }
.footer .fcont span { display: block; font-weight: 600;  color:#333;  }
.footer .cpr { padding:40px 0 20px; }

.wslider { position:fixed; right:4%; bottom:6%; z-index: 9; }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/

.bread { width: 100%;  height:60px;  line-height: 60px; text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; } 
.bread a { margin:0 5px;  color:#fff;  }
.bread a:hover { text-decoration: underline; }
.bread .pos { display:inline-block; }

.cbanwarp { position: relative; height: 50vh;  z-index: 1; margin:120px 0 0;  }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.cbanwarp .cbg .infobox { height: 100%;  }
.cbanwarp .cbg .txt h2 { 	font-size: 36px;  }

.ccontent { padding:80px 0;  }

.cmenu { border-bottom:1px solid #e6e6e6; }
.cmenu a { float: left; display: inline-block; height: 70px; line-height: 70px;   color:#333;  padding:0 20px;  font-weight: 600;   position: relative; z-index: -1;  }
.cmenu a::before {  content: " ";  position: absolute; top: 30%;  left: 0; width:1px;  height: 40%; background: #e6e6e6;  z-index: 2;  }
.cmenu a:hover,  .cmenu a.active  { color:#138a3d;}
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #138a3d;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.cinfo p { margin:10px 0; }

.cabo .txt { width:50%; padding:0 3vw 0 0;  }
.cabo .txt  h2 { font-size:30px;  }
.cabo .txt .line { width:15%; margin:30px 0;   }
.cabo .txt .line em { display:inline-block;  width:100%;  height: 1px; background: #b1916d;  margin:1px 0;  }
.cabo .txt .info p { margin:10px 0; }
.cabo .pic  { width:50%; }

.calbum-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  }
.calbum-list ul li:nth-child(4n) { margin-right:0; }
.calbum-list ul li .txt { padding:20px 10px; background:#f9f9f9;   }
.calbum-list ul li .txt h3 { font-size:16px;  color:#333; text-align: center; font-weight: normal; }

.hor-list ul li .imgs img { filter: blur(1px); }

.pagination { text-align: center;  margin:20px 0 0;  }
.page-num:not(:disabled) {cursor: pointer;}
.page-num , .page-link {position: relative; display: inline-block;   padding:0 13px; line-height: 36px;	  color: #666; background: #fff; border: 1px solid #ddd; margin:0 6px; font-size:16px;  }
.page-num { margin:0 6px; }
.page-num:hover, .page-link:hover {	background-color: #138a3d; color: #fff; border-color: #138a3d; }
.page-num-current {z-index: 1;background-color: #138a3d; color: #fff;  border-color: #138a3d;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cnewslist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist ul li:nth-child(3n) { margin-right: 0; }
.cnewslist ul li .info { position: relative;}
.cnewslist ul li .info em { position: absolute; top:0; left:0; z-index: 9; display:inline-block; padding:10px 30px; background: rgba(0,0,0,0.5); color:#fff;  }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #138a3d;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height:260px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #f9f9f9; }
.cnewslist ul li .info .txt h2 {  color:#333; margin:10px 0; line-height: 180%; height: 60px; font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p { color: #888;  height: 60px; }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }

.csuplist ul li .info em, .csuplist ul li .info .pic { display:none; }

.cnews .cnewsde .cn-list { width:320px; background: #fff; border:1px solid #e6e6e6; }
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #333; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:30px 30px 0; font-family:"Noto Serif SC"; font-weight: 600; }
.cnews .cnewsde .cn-list h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cnewsde .cn-list h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #138a3d;  z-index: 2;}
.cnews .cnewsde .cn-list ul { padding:0 30px; }
.cnews .cnewsde .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-list ul li:last-child { border:none; }
.cnews .cnewsde .cn-list ul li span { display: inline-block; color:#999; margin-bottom: 10px;    }
.cnews .cnewsde .cn-list ul li p { line-height: 170%;}
.cnews .cnewsde .cn-list ul li a:hover { color:#138a3d; }
.cnews .cnewsde .cn-detail { width:calc(100% - 360px); background: #fff; padding:40px; border:1px solid #e6e6e6;   }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px; color: #333; font-weight: 600; }
.cnews .cnewsde .cn-detail .tit .mark { margin:30px 0 0; padding:0 0 20px; border-bottom:1px dashed #ddd; }
.cnews .cnewsde .cn-detail .tit .mark ul { justify-content: flex-start; }
.cnews .cnewsde .cn-detail .tit .mark ul li i { display: inline-block; color:#ccc;  }
.cnews .cnewsde .cn-detail .tit .mark ul li em { display: inline-block; margin:0 30px 0 10px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 0; }
.cnews .cnewsde .cn-detail .detail p { margin:10px 0; }
.cnews .cnewsde .cn-detail .detail strong { color:#333; }
.cnews .cnewsde .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .sec p { margin:15px 0 0; }
.cnews .cnewsde .cn-detail .sec span { display: inline-block; background: #f9f9f9; color:#333; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cnewsde .cn-detail .sec p a:hover { color:#138a3d; }

.ccaselist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px; }
.ccaselist ul li:nth-child(3n) { margin-right: 0; }
.ccaselist ul li p { padding:20px; background: #fff;  }
.ccaselist ul li p span { width:90%;  color:#333; }
.ccaselist ul li p i { display:inline-block; font-size: 18px; color:#138a3d;  }

.ccont .boxfl { width:50%; padding:80px 0 0; }
.ccont .boxfl h2 { font-size: 30px;  margin:0 0 40px; }
.ccont .boxfl .ccont-item { padding:0 80px 20px 0; }
.ccont .boxfl p { margin:0 0 2vh;  }
.ccont .boxfl p i {display: inline-block; color:#138a3d;  font-size: 20px; margin-right: 15px; float: left; }
.ccont .boxfl p span { box-sizing: border-box;   float: left;  }
.ccont .boxfl p  span.txt { width:calc(100% - 35px);   line-height: 180%;  }
.ccont .boxfr {  width:50%; box-sizing:border-box; padding:80px; background: #f9f9f9; }
.ccont .boxfr h2 { font-size: 30px; color: #333; text-transform: uppercase; margin:0 0 30px; }
.ccont .boxfr p.tips { margin-bottom:15px;  }
.ccont .iform ul li { position: relative; width:100%; margin-bottom: 20px;  }
.ccont .iform ul li p { margin-bottom:10px; }
.ccont .iform ul li input { width:calc(100% - 30px); background:#fff; line-height: 46px;  border:none; padding:0 15px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#fff; height: 72px; line-height: 160%; border:none; padding:10px 15px; color:#666; }
.ccont .iform ul li input::placeholder, .icont .msg .iform ul li textarea::placeholder { color:#888; }
.ccont .iform ul li img { position: absolute; right:0; bottom:0; z-index: 9;} 
.ccont .iform button {  width:100%; line-height: 50px; background:#138a3d;  color:#fff; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

.cpro .cpro-list ul li { float:left; width:calc(33.3% - 27px); margin-right:40px; margin-bottom: 40px;  }
.cpro .cpro-list ul li:nth-child(3n) { margin-right: 0;}
.cpro .cpro-list ul li .img { position: relative;   overflow: hidden; background: #fff; height: 40vh;  }
.cpro .cpro-list ul li .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9;   width: 100%;    height: 100%; opacity: 0;   background: rgba(0, 0, 0, 0.3); text-align: center; color:#fff;   transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cprolist ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#f9f9f9; padding:30px; }
.cpro .cpro-list ul li .txt h3 { font-size:20px;  color:#333;  margin-bottom: 10px; }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 30px);  }
.cpro .cpro-list ul li .txt p i {  color:#138a3d;  font-size: 20px;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

.cprode .cpro-detail  .pic { width:1000px; margin:0 auto; text-align: center; }
.cprode .cpro-detail  .pic h3 { font-size:36px; margin:0 0 30px;  }
.view {width: 100%; overflow:hidden; position:relative; }
.view em { display: inline-block;  position:absolute; right:0; bottom:0;  z-index: 9;  width:40px; height: 40px; line-height: 40px; background: rgba(0,0,0,0.5);  text-align: center;}
.view em i {  font-size:24px; color:#fff; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden;text-align: center; }
.view .swiper-slide img { width: 100%;  height: 60vh; object-fit: contain; object-position: center center; }
.preview{position: relative;width:100%; margin:0 auto; margin:40px 0 0; }
.preview .small { width: calc(100% - 90px); margin:0 auto; }
.preview .swiper-slide {width: 20%;   box-sizing: border-box;  cursor: pointer;  }
.preview .swiper-slide .imgbox { box-sizing: border-box;  border:2px solid #ddd; text-align: center; }
.preview .swiper-slide .imgbox img { height: 12vh;  object-fit: cover;  object-position: center center; }
.preview .swiper-slide.swiper-slide-thumb-active .imgbox{  border:2px solid #138a3d; }
.preview .arrow { background: #999;  width:30px; height: 100%;   position: absolute; top: 0; z-index: 10; color:#fff; text-align: center; }
.preview .arrow i { display: inline-block;  font-size:14px;  position: absolute; top:calc(50% - 7px); left:calc(50% - 7px);   }
.preview .arrow-left{left: 0;}
.preview .arrow-right{right: 0;}
.preview .arrow:hover { background:#138a3d; }

/*
.cprode .cpro-detail .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail .pinfo h2 { font-size:30px; color:#2c2c2c; margin:20px 0; padding:0 0 30px; border-bottom: 1px solid #e6e6e6; }
.cprode .cpro-detail .pinfo .pct { margin:40px 0 0; }
.cprode .cpro-detail .pinfo .pct i { width: 50px; height: 50px; line-height: 50px; border-radius: 50px; background:#138a3d; color:#fff; text-align: center; font-size: 20px; margin-right: 20px; }
.cprode .cpro-detail .pinfo .pct p { font-size: 24px; line-height: 160%; }
.cprode .cpro-detail .desc { background:#fff; margin:40px 0 0;  border:1px solid #e6e6e6; }
.cprode .cpro-detail .desc h5 { color:#222;  font-size: 24px; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:20px 40px 0;  }
.cprode .cpro-detail .desc h5 span { position: relative; display: inline-block; padding-bottom:20px; }
.cprode .cpro-detail .desc h5 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 3px; background: #138a3d;  z-index: 2;}
.cprode .cpro-detail .desc .cc { padding:30px 40px; }
.cprode .cpro-detail .desc .cc strong { color:#333; }
.cprode .cpro-detail .sec { margin:40px 0 0;}
.cprode .cpro-detail .sec p { width:calc(50% - 10px); background:#fff; box-sizing: border-box;  padding:10px 20px;  font-size: 14px;  color:#222; }
.cprode .cpro-detail .sec p a { color:#222; }
.cprode .cpro-detail h3 { display:none;  }
*/

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	.bread { display:none; }
	
	.iban-swp { position: relative;  z-index: 1; margin:0;  }
	
	.iabo { padding:0.72rem 0; }
	.iabo .txt, .iabo .list { width:100%; }
	.iabo .txt h2 { font-size:0.56rem; }
	.iabo .txt .line { width:20%; margin: 0.36rem 0;}
	.iabo .txt .more a { margin: 0.24rem 0 0.72rem; width:50%; height: 1.1rem; line-height: 1.1rem;  font-size: 0.38rem;   }
	.iabo .txt .num { align-items:flex-start; }
	.iabo .txt .num .item {  width:33.2%; }
	.iabo .txt .num .item span { font-size:0.72rem; }
	.iabo .list  { margin:0.72rem 0 0; }
	.iabo .list ul {  grid-gap: 0.36rem; }
	.iabo .list ul li p { padding:0 0.36rem; left:0; bottom:0.36rem;  }
	
	.ipro { padding:0.72rem 0; }
	.ipro .tit { margin: 0 0 0.64rem; }
	.ipro .tit h2 span { font-size:0.56rem; }
	.ipro .list ul { grid-template-columns: repeat(2, 1fr); grid-gap: 0.36rem; }
	.ipro .list ul li .img { height:16vh; }
	.ipro .list ul li .name { height: 50px;    line-height: 50px;    bottom: -100px; font-size: 0.38rem;  }
	.ipro .list ul li .name::after { height: 100px; bottom: -50px; }
	
	.footer { padding:0.72rem 0 0; }
	.footer .fleft, .footer .fmid, .footer .fright { width:100%; }
	.footer .fleft img { max-height: 40px; margin: 0 0 0.36rem; }
	.footer .fleft .tit { font-size:0.38rem; }
	.footer .fmid { margin:0.36rem 0; }
	.footer .cpr { padding: 0.36rem 0; }
	
	.cbanwarp { height: 16vh; margin:0; }
	.cbanwarp .cbg .txt h2 { font-size:0.56rem; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.4rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.cabo .txt , .cabo .pic { width:100%; }
	.cabo .txt h2 { font-size:0.56rem; }
	.cabo .txt .line { width:20%; margin: 0.36rem 0;}
	.cabo .pic  { margin:0.36rem 0 0; }
	
	.calbum-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.calbum-list ul li:nth-child(2n) { margin-right:0; }
	.calbum-list ul li:nth-child(3), .calbum-list ul li:nth-child(9) { margin-right:0.36rem; }
	.calbum-list ul li .txt { padding:0.24rem; }
	.calbum-list ul li .txt h3 { font-size:0.38rem; }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 12px; margin: 0 4px;}
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .pic { height:auto; }
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:100%; padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit .mark { margin:0.24rem 0 0;  padding: 0 0 0.24rem; }
	.cnews .cnewsde .cn-detail .tit .mark ul li em { margin: 0 0.36rem 0 0.24rem;; }
	.cnews .cnewsde .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cnewsde .cn-detail .sec { padding:0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cnewsde .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	.ccaselist ul li { width: calc(50% - 0.18rem);  margin-right: 0.36rem;   margin-bottom: 0.36rem;  }
	.ccaselist ul li:nth-child(3n) { margin-right: 0.36rem; }
	.ccaselist ul li:nth-child(2n) {  margin-right: 0; }
	.ccaselist ul li p { padding:0.24rem; }
	.ccaselist ul li p span { width:88%;  }
	.ccaselist ul li p i { font-size:16px;  }

	.ccontact { padding:0.72rem 0 ; }
	.ccont .boxfr{ width:100%; padding:0 0 0.72rem;  }
	.ccont .boxfr{ width:100%; padding:0 0 0.72rem;  }
	.ccont .boxfl { box-sizing: border-box; width:100%;  padding:0 0 0.72rem; }
	.ccont .boxfl p { margin-bottom: 0.36rem;  }
	.ccont .boxfl p i {  margin-right: 0.36rem;  font-size: 0.48rem; }
	.ccont .boxfl p span.txt { width:calc(100% - 0.84rem) ;}
	.ccont .boxfl h2 {  font-size:0.56rem; margin:0 0 0.36rem;  }
	.ccont .boxfl .ccont-item { padding:0;  }
	.ccont .boxfr h2 { font-size:0.56rem;  padding:0 0.36rem ; margin:0.48rem 0;  }
	.ccont .boxfr .iform { padding:0 0.36rem; }
	.ccont .iform ul li { margin-bottom:0.36rem;  }
	.ccont .iform button {  margin:0.36rem 0 0; line-height: 46px; font-size: 0.38rem;  }
	
	.cpro { padding:20px 0 40px; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.cpro .cpro-list ul li:nth-child(2n) { margin-right:0; }
	.cpro .cpro-list ul li:nth-child(3) , .cpro .cpro-list ul li:nth-child(9){ margin-right:0.36rem; }
	.cpro .cpro-list ul li .bg span { padding: 0.36rem 0; }
	.cpro .cpro-list ul li .txt { padding:0.24rem; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.42rem; margin-bottom:5px;  }
	.cpro .cpro-list ul li .txt p { line-height: 160%;  }
	.cpro .cpro-list ul li .txt p i {font-size:0.42rem; }
	.cpro .cpro-list ul li .img { height:16vh; }
	
	/*
	.cprode .cpro-detail .top { box-sizing: border-box; width: 100%;  padding: 0.36rem; }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .pinfo {  margin:20px 0 10px;}
	.cprode .cpro-detail .pinfo em, .cprode .cpro-detail .pinfo h2 { display:none; }
	.cprode .cpro-detail .pinfo .pct { margin:0.36rem 0 0; }
	.cprode .cpro-detail .pinfo .pct i { width: 1.2rem; height: 1.2rem; line-height: 1.2rem; font-size: 0.48rem; margin:4px 0.36rem 0 0; }
	.cprode .cpro-detail .pinfo .pct p { font-size: 0.46rem; }
	.cprode .cpro-detail h3 { display:block;  color:#333; font-size: 0.48rem;   text-align: center; margin: 5px 0 15px; }
	.cprode .cpro-detail .desc { margin:20px 0 0; }
	.cprode .cpro-detail .desc h5 { font-size:0.48rem; padding:0.36rem 0.36rem 0; }
	.cprode .cpro-detail .desc h5 span { padding-bottom: 0.36rem;}
	.cprode .cpro-detail .desc .cc { padding: 20px 15px; }*/
	
	.cprode .cpro-detail  .pic { width:100%;  }
	.cprode .cpro-detail  .pic h3 { font-size:0.56rem; margin:0 0 0.36rem;  }
	
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .swiper-slide .imgbox img { height:6.4vh; }
	.view .swiper-slide img { height:auto; }
	.preview .arrow i { top:calc(50% - 12px); }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }
	
}




