@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 30px; line-height:60px;  background: #057174; color:#fff; font-size: 18px; margin:40px 0 0;  position: relative; }
.green-more::before { width:100%; height: 100%; content: ""; left: 0; top: 0; opacity: 1; position: absolute; z-index: -1;  }
.green-more i { display: inline-block; font-size: 16px; margin-left:60px; }

.white-more { background:none;  border:2px solid #fff;   }
.white-more i { color:#fff; }
.white-more:hover { background:#057174;  border:2px solid #057174;    }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:64px; 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: #057174; text-align: center;  color:#fff; transition: all .3s ease; }
/*.sp-pn:hover { background: #057174; }*/
.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: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:#ccc; }
.sp-bot-green .swiper-pagination-bullet-active { background:#057174; }

.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 { padding:0 0.48rem;  line-height: 1.1rem;  margin:0.48rem 0 0; 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; border-radius: 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,.1); }
.header .hbox { align-items: center; }
.header .hlogo .hlbox { display: table; height: 100px; }
.header .hlogo .hlbox .img img { max-height: 60px; }
.header .hlogo .hlbox .img h1 { font-size:30px; line-height: 140%; letter-spacing: 1.5px; }
.header .hlogo .hlbox .img p {  font-size: 18px;  line-height: 140%; }
.header .hlang a { font-size: 18px;  }
.header .hlang a i { color:#ccc; margin:0 10px 0 0; vertical-align: top; font-size: 18px; }

.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: 100px; color:#333; font-size: 18px; font-weight: 500; 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: #057174;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li ul { width: 200px;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:110px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:100px; }
.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: #057174; 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 { position: absolute; left:0.32rem; top:0; z-index: 1;  }
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox img { max-height:30px;}

	.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 { 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:#057174; 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:#057174; 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: 900px;  }
.ibanwarp .scroll-banner { width:100%; height: 900px; position: fixed; left: 0; top: 0; 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%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.3); z-index: -1; }
.iban-swp .bg .txt { width: 100%; text-align: center; }
.iban-swp .bg .txt h3 { font-size: 36px; color:#fff;  font-weight: normal; }
.iban-swp .bg .txt h2 { font-size: 48px; color:#fff;  margin:10px 0 20px; }
.iban-swp .bg .txt h5 {  font-size: 30px; color:#fff;  }
.iban-swp .sp-bot { bottom:40px!important; }

.c-page { position: relative; z-index: 9; }

.itit { margin-bottom: 50px;}
.itit em { font-size: 36px; margin-bottom: 10px;  color:#ccc; }
.itit h2 { font-size: 36px; }

.iabo {  background-image: url(../images/iabobg.jpg); background-position: center bottom;   background-repeat: no-repeat; }

.inum ul li span em { display: inline-block; font-size: 48px;  color:#057174;  line-height: 100%;  margin-right: 10px;  vertical-align: bottom; }
.inum ul li p { margin: 20px 0 0; }

.iabolist ul  { display: grid;  grid-template-columns: repeat(4, 1fr);  grid-gap: 40px; }
.iabolist ul li {   position: relative; z-index: 9; box-shadow: 0 0 20px rgba(0,0,0,.1);  }
.iabolist ul li .infobox { height: 100%;  background: #fff;  padding:40px;  border-top:3px solid #057174;  }
.iabolist ul li::after { content: '';  position: absolute; width: 100%; height: 100%; left: 0; top:0; background: #057174; z-index: -1;  opacity: 0;  transition: all .3s; }
.iabolist ul li:hover::after{ left: 10px; top:10px;  opacity: 1;  }
.iabolist ul li .infobox em { font-size:48px; color:#e6e6e6;  position: absolute;  top:40px;  right:40px; }
.iabolist ul li .infobox i { font-size:48px;  line-height: 100px;  }
.iabolist ul li .infobox h3 { font-size:24px;  margin:20px 0 10px; }

.swp-ipro-cate {  position: absolute; left:calc(50% - 700px); bottom:80px; z-index: 9; }
.swp-ipro-cate .swp-ipro-tab .item { background: #fff;  line-height: 100px;  padding:0 40px; font-size:24px;  cursor: pointer; transition: all .3s;  }
.swp-ipro-cate .swp-ipro-tab .item i { font-size:40px;  color:#057174;  }
.swp-ipro-cate .swp-ipro-tab .item span { margin:0 40px; }
.swp-ipro-cate .swp-ipro-tab .swiper-slide-thumb-active  .item , .swp-ipro-cate .swp-ipro-tab .item:hover { background: #057174;  }
.swp-ipro-cate .swp-ipro-tab .swiper-slide-thumb-active  .item i, .swp-ipro-cate .swp-ipro-tab .swiper-slide-thumb-active  .item span, .swp-ipro-cate .swp-ipro-tab .swiper-slide-thumb-active  .item em, .swp-ipro-cate .swp-ipro-tab .swiper-slide-thumb-active  .item b,
.swp-ipro-cate .swp-ipro-tab .item:hover i,  .swp-ipro-cate .swp-ipro-tab .item:hover span, .swp-ipro-cate .swp-ipro-tab .item:hover em , .swp-ipro-cate .swp-ipro-tab .item:hover b
{ color:#fff!important; }
.swp-ipro-item  { height:900px; }
.swp-ipro-item .picbox {  width: 100%; height: 100%; overflow: hidden; } 
.swp-ipro-item .bg { width: 100%; height: 100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.swp-ipro-item .bg::after { width:100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.5); z-index: -1; }
.swp-ipro-item .txt { padding:0 0 160px; }
.swp-ipro-item .txt .ico i { font-size: 64px;  margin: 0 0 40px; }
.swp-ipro-item .txt h3, .swp-ipro-item .txt h2 { font-size: 36px; }
.swp-ipro-item .txt .info { margin:40px 0 0; }

.swp-iser-item .swp-iser-tab .item .img, .swp-iser-item .swp-iser-tab .item .info {  width: 50%;  }
.swp-iser-item .swp-iser-tab .item .info  { padding:0 60px; }
.swp-iser-item .swp-iser-tab .item .info em { font-size:48px;  color:rgba(255,255,255,0.3); }
.swp-iser-item .swp-iser-tab .item .info h3 { font-size:30px;  margin:20px 0;  }
.swp-iser-cate { margin:60px 0 0;  padding:6px 0 0; }
.swp-iser-cate::before {  width:100%; height: 3px; content: ""; left: 0; top: 6px; position: absolute; background:#e6e6e6; z-index: 1;  }
.swp-iser-cate .item { text-align: center; padding:20px 0 0;  position: relative; cursor: pointer; }
.swp-iser-cate .swp-iser-tab .swiper-slide-thumb-active .item::before { width:100%; height: 3px; content: ""; left: 0; top: 0; position: absolute; background:#057174; z-index: -1; }
.swp-iser-cate .swp-iser-tab .swiper-slide-thumb-active .item::after {  width:12px; height: 12px; border-radius: 12px; content: ""; left: calc(50% - 6px); top: -6px; position: absolute; background:#057174; z-index: 2; }
.swp-iser-cate .item em { font-size:24px; line-height: 180%; }
.swp-iser-cate .item p { font-size:18px; }
.swp-iser-cate .swp-iser-tab .swiper-slide-thumb-active  .item em , .swp-iser-cate .swp-iser-tab .item:hover em {  color:#333;   }
.swp-iser-cate .swp-iser-tab .swiper-slide-thumb-active  .item p , .swp-iser-cate .swp-iser-tab .item:hover p  {  color:#333;  font-weight: bold; }

.iserimg ul { display: grid;  grid-template-columns: repeat(4, 1fr);  grid-gap: 0;  }
.iserimg ul li .img { position: relative;  overflow: hidden; }
.iserimg ul li .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9;   width: 100%;    height: 100%; background: rgba(0,0,0,0.5) ;  text-align: center; color:#fff;   transition: all 0.3s ease;}
.iserimg ul li:hover .bg { background: #057174; }
.iserimg ul li .bg span { display:inline-block;  padding:20px 0;  font-size: 30px; position: relative;   }
.iserimg ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 50%; height: 1px; background: #fff; opacity: 0;  transition: all 0.3s ease; }
.iserimg ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 50%; height: 1px;  background: #fff;  opacity: 0;  transition: all 0.3s ease; }
.iserimg ul li:hover .bg span::before, .iserimg ul li:hover .bg span::after  { width:100%;  opacity: 1;  }

.accordionBox { width: 100%;  height: 460px;  position: relative; overflow: hidden; }
.accordionBox ul { height: 460px; overflow: hidden; }
.accordionBox ul li {  width: 320px;  height: 460px;  position: relative; overflow: hidden; float: left; margin-right:40px;  transition: all 0.5s ease; }
.accordionBox ul li:nth-child(3n) { margin-right: 0;}
.accordionBox ul li .item { width:100%;  height: 100%; position: relative; }
.accordionBox ul li .item::before {content: ""; position: absolute; left: 0; top: 0;  width:100%; height: 100%; background: linear-gradient(to bottom, transparent 50%, #000); opacity: 0.5; z-index: 1; transition: all 0.3s ease; }
.accordionBox ul li .img {  width: 100%; height: 100%; object-fit: cover; overflow: hidden; }
.accordionBox ul li .img img {  width: 100%; height: 100%; object-fit: cover;  }
.accordionBox ul li .txt { box-sizing: border-box; width: 100%;  position: absolute; left:0; bottom:0; z-index: 9; color:#fff; padding:30px 40px; }
.accordionBox ul li .txt h2 { font-size: 30px; }
.accordionBox ul li .txt p { height:0; opacity: 0; transition: all 0.3s ease;  }
.accordionBox ul li.on { width: 680px; }
.accordionBox ul li.on p { height:auto; opacity: 1; margin:20px 0 0; }

.imarket { background: url("../images/imarketbg.png") center top no-repeat #f6f6f6;  background-size: cover;}
.imarket .market, .imarket .location { width:calc(50% - 20px); }
.networkimg { width: 548px;  height: 237px;  background: url("../images/networkimg.png") center/cover;  position: absolute; top:20%; left:10%; z-index: 9;  }
.callback-done .networkimg { animation: clipExpand 3s ease-out forwards;}

@keyframes clipExpand {
  from {
    /* 初始状态：裁剪为圆心半径0% */
    clip-path: circle(0% at 80% 50%);
  }
  to {
    /* 结束状态：裁剪为覆盖整个容器 */
    clip-path: circle(100% at 50% 50%);
  }
}

.imarket .location .list ul { display: grid;  grid-template-columns: repeat(2, 1fr);  grid-gap: 40px;  }
.imarket .location .list ul li .img {  padding:10px; border:1px solid #e6e6e6; }
.imarket .location .list ul li .txt { padding:20px 0 0; text-align: center; }
.imarket .location .list ul li .txt h3 { font-size:24px; margin-bottom:10px;  }

.ilink { margin:20px 0 0; }
.ilink a { display: inline-block;  padding:10px 20px;  background: #057174; border-radius: 100px;  color:#fff; }
.ilink a i {  display: inline-block; margin-right:10px; }

.inews .itit .in-more { margin:0; position: absolute; right:0; bottom:0;  }
.inews .list .itembox .imgs { background: #000;  height: 320px; }
.inews .list .itembox .imgs img { opacity: 0.8;}
.inews .list .itembox .imgs .date { bottom: 30px; left:30px; }
.inews .list .itembox .imgs .date em {  display: inline-block; width: 100%;}
.inews .list .itembox .imgs .date em:first-child { font-size: 48px;   }
.inews .list .itembox:hover .imgs img { transform:scale(1.08); }
.inews .list .itembox .txt { box-sizing: border-box; padding:30px; z-index: 9; }
.inews .list .itembox .txt h3 { font-size:18px; margin-bottom: 10px; }
.inews .list .itembox .more { height: 20px; line-height: 20px; margin:20px 0 0; }
.inews .list .itembox .more span em { font-size: 24px;  position: absolute; bottom:0; }
.inews .list .itembox .more span em:first-child { left:0;  animation: movecircle linear 2s infinite both; }
.inews .list .itembox .more span em:last-child { left:20px; animation: movecircle2 linear 2s infinite both; }
.inews .list .itembox .more i { font-size: 18px; color:#057174; }
.inews .list .itembox:hover .more i { transform: rotate(-45deg); }
.inews .list .inews-prev { left:-100px; }
.inews .list .inews-next { right:-100px; }
.inews .list  .sp-inews { display:none; }

.icustom { background: url("../images/icustombg.jpg") center top no-repeat;  background-size: cover; }
.icustom .info { width:50%; }
.icustom .info h3 { font-size:36px;  margin-bottom:20px; }

.footer { width:100%;  background: url(../images/iftbg.png) center bottom no-repeat #333;    color:#999; font-size: 16px; }
.footer p, .footer a { font-size: 16px; color:#999; }
.footer .fnav h3 {  font-size: 20px; margin-bottom: 20px;  }
.footer .fnav .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fnav .subnav a:hover { color:#fff; }
.footer .fmid { width:460px; }
.footer .fmid .flogo img { max-height:120px;  margin-bottom: 20px;  }
.footer .fmid .fcont i {  display: inline-block; width:40px; height:40px; line-height: 40px; text-align: center; background: #057174; border-radius: 40px; color:#fff; margin-right:20px; }
.footer .fmid .fcont span { font-size:24px; }
.footer .fmid .finfo { margin:30px 0; }
.footer .fmid ul li { margin:0 20px; }
.footer .fmid ul li .img {  width: 120px; height: 120px;   }
.footer .fmid ul li .img img { max-height:100%;  }
.footer .cpr { padding:20px 0;  text-align: center; border-top:1px solid rgba(255,255,255,0.1);  }
.footer .cpr a:hover { color:#fff; }

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

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

.cbanwarp { position: relative; height: 500px;  z-index: 1; margin:100px 0 0;  }
.cbanwarp .scroll-banner-c { width:100%; height:400px; }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.cbanwarp .cbg::after { width:100%; height: 100%; content: ""; left: 0; top: 0;  position: absolute; background: rgba(0,0,0,0.3); z-index: 1; }
.cbanwarp .cbg .infobox { width:100%; height: 100%;  position: relative; z-index: 9; }
.cbanwarp .cbg .txt h2 { 	font-size: 36px;  line-height: 160%; font-family: "Times New Roman", "Noto Serif SC";  }
.cbanwarp .cbg .txt p { font-size:24px; font-family: "Times New Roman", "Noto Serif SC";  }

.c-page { position: relative;  z-index: 9;  }

.cmenu { border-bottom:1px solid #eee; }
.cmenu a { float: left; display: inline-block; height: 80px; line-height: 80px;  font-size: 18px;  color:#333;  padding:0 30px;  position: relative; }
.cmenu a:hover,  .cmenu a.active  { color:#057174; font-weight: bold; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #057174;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.ccontent { padding:80px 0;  }

.cinfo p { margin:10px 0; }
.cinfo strong { color:#333; }

.ctit em { font-size: 24px;  }
.ctit h2 { font-size:36px; margin:10px 0 20px;  }
.ctit h3 {  line-height: 100%; font-size: 36px;  color:#333;  position: relative; z-index: 9; margin-bottom: 60px;  }

.cabo { background:none; }

.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: #057174; color: #fff; border-color: #057174; }
.page-num-current {z-index: 1;background-color: #057174; color: #fff;  border-color: #057174;}
.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;  overflow: hidden; }
.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; font-size: 16px;   }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #057174;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 320px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #fff; }
.cnewslist ul li .info .txt h2 {  color:#333; margin:10px 0; line-height: 180%;  font-size: 18px; height: 64px;  font-weight: normal; }
.cnewslist ul li .info .txt p { color: #999;  font-size: 16px; }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }

.cnews { padding:6vh 0;  }
.cnews .cnewsde .cn-list { width:320px; background: #fff;  }
.cnews .cnewsde .cn-list h2 {  font-size:24px; color: #333; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:30px 30px 0; font-family: "Times New Roman", "Noto Serif SC";  }
.cnews .cnewsde .cn-list h2 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cnewsde .cn-list h2 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #057174;  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:#057174;  }
.cnews .cnewsde .cn-detail { width:calc(100% - 380px); background: #fff; padding:40px;      }
.cnews .cnewsde .cn-detail .tit h2 { font-size:24px; color: #333; font-family: "Times New Roman", "Noto Serif SC";  }
.cnews .cnewsde .cn-detail .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .tit p span { margin-right: 30px;}
.cnews .cnewsde .cn-detail .tit p i { color:#ccc; margin-right: 10px; font-size: 18px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 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:#057174; }

.c-pro-de { padding:14vh 0 0;  }
.c-news-de { padding:16vh 0 0;  }

.ccgray { background: #f9f9f9; padding:80px 0; }

.cpro .cprolist .cpro-cate { width:260px; }
.cpro .cprolist .cpro-cate h1 {  font-size:24px; color: #222; border-bottom:2px solid #F6F6F6; text-transform: uppercase; padding:30px 30px 0; background: #fff;}
.cpro .cprolist .cpro-cate h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cpro .cprolist .cpro-cate h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #057174;  z-index: 2;}
.cpro .cprolist .list { margin-bottom: 2px;  background: #fff; }
.cpro .s-list { position: relative; padding:0 30px; line-height: 60px; }
.cpro .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
.cpro .s-list span.more span { background: #666; position: absolute; }
.cpro .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
.cpro .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
.cpro .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
.cpro .s-list  a.on span { color:#057174; font-weight: 700; }
.cpro .s-content { display: none; padding: 15px 30px; border-top:2px solid #F6F6F6; }
.cpro .s-content ul li { padding:6px 0; position: relative; }
.cpro .s-content ul li a  { line-height: 180%; transition: all .3s ease;}
.cpro .cprolist .cpro-cate a:hover { color:#057174; font-weight: 700;  transition: all .3s ease; }
.cpro .s-content a.on span { color:#057174; font-weight: 700; }
.cpro .s-content a i { font-size: 14px; transform: rotate(-90deg);  position: absolute; top:5px; right:-10px; display: none; }
.cpro .s-content a.on i, .cpro .cprolist .cpro-cate .s-content ul li>a:hover i { display:inline-block; }
.mcpro-cate, .mcate { display:none; }

.cpro .cpro-list ul li { float:left; width:calc(33.3% - 27px); margin-right:40px; margin-bottom: 40px;   overflow: hidden;   }
.cpro .cpro-list ul li:nth-child(3n) { margin-right:0; }
.cpro .cpro-list ul li .img { position: relative;  overflow: hidden; }
.cpro .cpro-list ul li .img img { height:30vh;  }
.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:#fff; 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:#e80000;  font-size: 24px;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

.cprode .cpro-detail  .top {  padding:40px;  background: #fff; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }
.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%; max-height: 50vh; object-fit: cover; object-position:  center center;  }
.preview{position: relative;width:100%; margin:0 auto; margin:20px 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: 60px; object-fit: cover; object-position:  center center; }
.preview .swiper-slide.swiper-slide-thumb-active .imgbox{  border:2px solid #057174; }
.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:#057174; }

.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 #eee; }
.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:#057174; 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; }
.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: #057174;  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;  }

.ccont .boxfl { width:50%; padding:80px 0 0; }
.ccont .boxfl h2 { font-size: 30px;  color: #333; margin:0 0 30px; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#057174; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 80px); box-sizing:border-box; padding:80px 60px; background: #f9f9f9; }
.ccont .boxfr h2 { font-size: 30px; color: #333; text-transform: uppercase; margin:0 0 40px; }
.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:#057174;  color:#fff; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; border-radius: 0.4vw;  transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

/*公司简介*/
.padding-tb60 {   padding: 60px 0; }
.background-cover, .lyzrBtn div, .btn32 div, .btn30 div, .btn35 div { background-repeat: no-repeat;  background-size: cover;  background-position: center;}
.title30{margin-bottom: 60px;}
.title30 span{font-size: 30px;color: #d0cfcf;font-family: constantia;text-transform: uppercase;display: inline-block;}
.about .title30 span{font-size: 36px;}
.title30 h2{color: #010101;font-size: 30px;margin-top: 10px;}
.title30 p{color: #707070;font-size: 16px;width: 1062px;margin: 20px auto 0;max-width: 100%;line-height: 2em;animation-delay: 300ms !important;}
.about-ban .ban p{font-size: 24px;color: #6c1481;}
.about-ban .ban h2{font-size: 36px;font-family: "宋体";color: #6c1481;margin: 10px 0;}
.about-ban .ban span{color: #6c1481;display: block;text-transform: uppercase;font-family: constantia;}
/*.ny-nav{height: 80px;}*/
.ny-navs{ /*height: 80px; */ border-bottom: 1px solid #e6e6e6;}
.ny-navs .w1440{white-space: nowrap;overflow: auto;padding-bottom: 2px;}
.ny-navs a{float: left;line-height: 80px;position: relative;font-size: 18px; margin-right: 4px;padding: 0 15px;transition: all .3s;}
.ny-navs a:after{content: "";position: absolute;width: 0;left: 50%;transform: translateX(-50%);height: 0;bottom:0; z-index: 9; background: #057174;transition: all .3s;}
.ny-navs a:last-child{margin-right: 0;}
.ny-navs a.active{color: #057174;  font-weight: bold; }
.ny-navs a.active:after{width: 100%;height: 3px;}
.ny-navs a:hover{color: #057174;}
.ny-navs a:hover:after{width: 100%;height: 3px;}
.ny-nav.fixed .ny-navs{position: fixed;z-index: 998;left: 0;background: #fff;width: 100%;top:100px;}
.title30 .c242424{color: #242424;}
.zhilu h3{font-size: 30px;color: #057174;}
.zhilu .relative{display: inline-block;}
/*.zhilu h3:before{position: absolute;top:50%;border-top: 1px dashed #ddd;right: 100%;width: 720px;margin-right: 56px;content: "";}*/
/*.zhilu .i:before{position: absolute;top:50%;width: 6px;height: 6px;margin-top: -3px;content: "";left: 50%;background: #a3a3a3;margin-left: -224px;border-radius: 100%;}*/
/*.zhilu .i:after{position: absolute;top:50%;width: 6px;height: 6px;margin-top: -3px;content: "";right: 50%;background: #a3a3a3;margin-right: -224px;border-radius: 100%;}*/
/*.zhilu h3:after{position: absolute;top:50%;border-top: 1px dashed #ddd;left: 100%;width: 720px;margin-left: 56px;content: "";}*/
.zhilu p{color: #414141;font-size:18px;text-transform: uppercase;margin-top: 10px;}
.margin-b50{margin-bottom: 50px;}
/*.des16 p{font-size: 16px;color: #878787;line-height: 1.8em;}*/
.about-des p{margin:0 auto 30px;max-width: 100%;}
.about-des p:nth-child(1){width: 1160px;}
.about-des p:nth-child(2),.about-des p:last-of-type{color: #191919;}
.about-des p:nth-child(3){width: 1080px;}
.about-des p:nth-child(4){width: 710px;}
.about-des p:last-child{margin-bottom: 0;}
.about-des img{width: 256px;vertical-align: bottom;max-width: 60%;}
.about-left{position: absolute;left: 0;bottom:0;width: 24.7%;z-index: -1;}
.wincon{position: absolute;left: 10%;top:50%;width: 80%; transform: translateY(-50%);z-index: -1;}
.padding70{padding: 70px;}
.white09{background: rgba(255,255,255,.9);}
.radius20{border-radius: 20px;}
.values li{float: left;width: 25%;box-sizing: border-box;padding: 0 4.5%;position: relative;margin-bottom: 3%;}
.values-top{margin-bottom: 15px;}
.values-top h3{font-size: 22px;color: #000;}
.values-top p{font-size: 16px;color: #d7d7d7;text-transform: uppercase;margin: 2px 0;}
.values-top .i{width: 25px;height: 2px;background: #057174;margin: 0 auto;}
.values-bot h4{font-size: 16px;color: #262525;line-height: 1.6em;min-height: 3.2em;margin-bottom: 15px;}
.values-bot p{color: #9d9d9d;}
.values-bot .i{position: absolute;right: -4.5%;top:80px;height: 126px;border-right: 1px dashed #acacac;}
.values li:last-child .i{display: none;}
/*.his{padding-bottom: 80px;}*/
.padding-b0{padding-bottom: 0 !important;}
.his-swiper .swiper-slide{height: 600px;}
.his-swiper{margin: 0 15px;}
.his-bg-line{position: absolute;width: 100%;left: 0;top:50%;transform: translateY(-50%);}
.his-con{width: 260px;position: absolute;left: 0;height: 200px;box-sizing: border-box;padding-left: 30px;}
.his-des h3{font-size: 28px;color: #262525;}
.his-des p{font-size: 16px;color: #707070;}
.his-line{border-left: 1px solid #bababa;position: absolute;left: 14px;}
.his-dot{position: absolute; border-radius: 50%;background: #fff; box-shadow: 1px 1px 5px 0 rgba(36, 36, 36, 0.4);width: 28px;height: 28px;left: 0;transition: all .4s;}
.his-dot-sm{ background-color: rgb(108,108,108);border-radius: 50%;width: 5px;height: 5px;left: 12px;position: absolute;}
.swiper-slide1 .his-con{top:225px;}
.swiper-slide1:nth-child(7) .his-con{top:40px;height: 385px;}
.swiper-slide1:nth-child(13) .his-con{top:90px;height: 338px;}

.swiper-slide2 .his-con{top:390px;left: 0;}
.swiper-slide3 .his-con{top:138px;left: -80px;}
.swiper-slide4 .his-con{top:334px;left: -57px;}
.swiper-slide5 .his-con{top:22px;left: -72px;}
.swiper-slide6 .his-con{top:278px;left: -70px;}
.swiper-slide1:nth-child(7) .his-line{height: 370px;top:0;}
.swiper-slide1:nth-child(13) .his-line{height: 320px;top:0;}
.swiper-slide1 .his-line,.swiper-slide3 .his-line,.swiper-slide5 .his-line{height: 175px;top:0;}
.swiper-slide1 .his-dot-sm,.swiper-slide3 .his-dot-sm,.swiper-slide5 .his-dot-sm{top:0;}
.swiper-slide1 .his-dot,.swiper-slide3 .his-dot,.swiper-slide5 .his-dot{bottom:0;}
.swiper-slide2 .his-con,.swiper-slide4 .his-con,.swiper-slide6 .his-con{padding-top: 76px;height: 276px;}
.swiper-slide2 .his-line,.swiper-slide4 .his-line,.swiper-slide6 .his-line{height: 80px;top:0;}
.swiper-slide2 .his-dot-sm,.swiper-slide4 .his-dot-sm,.swiper-slide6 .his-dot-sm{top:80px;}
.swiper-slide2 .his-dot,.swiper-slide4 .his-dot,.swiper-slide6 .his-dot{top:0;}
.his-con:hover .his-dot{background: #057174;box-shadow: 1px 1px 5px 0 rgba(196, 47, 41, 0.4);}

/*.his-swiper .swiper-slide:nth-child(9) .his-con{width: 300px;top:0;height: 340px;}*/
/*.his-swiper .swiper-slide:nth-child(9) .his-line{height: 320px;}*/
/*.his-swiper .swiper-slide:nth-child(15) .his-con{width: 300px;top:0;height: 340px;}*/
/*.his-swiper .swiper-slide:nth-child(15) .his-line{height: 320px;}*/

.btn32 div{width: 32px;height: 32px;border:1px solid #adadad;cursor: pointer;border-radius: 100%;transition: all .4s;}
.title-padding .btn32{position: absolute;right: 0;bottom:0;}
.title-padding .btn32 div{display: inline-block;margin-left: 10px;}
.btn32 div:hover{background-color: #057174;border-color: #057174;}
.btn321{background-image: url("../images/btn321.png");}
.btn322{background-image: url("../images/btn322.png");}
.btn321:hover{background-image: url("../images/btn321-1.png");}
.btn322:hover{background-image: url("../images/btn322-1.png");}
.bgef{background: #efefef;}
.rr-box .title30 p{width: 1290px;}
.rr .swiper{margin: 0 50px;}
.rr .img100{border:3px solid #fff;}
.btn30 div{position: absolute;width: 30px;height: 50px;cursor: pointer;background-color: #d9d9d9;top:50%;margin-top: -25px;transition: all .4s;}
.btn301{left: 0;background-image: url("../images/btn301.png");}
.btn301:hover{background-image: url("../images/btn301-1.png");}
.btn302{right: 0;background-image: url("../images/btn302.png");}
.btn302:hover{background-image: url("../images/btn302-1.png");}
.btn30 div:hover{background-color: #057174;}


.btn30 div.swiper-button-disabled:hover{background-color: #d9d9d9;cursor: default;}
.btn30 .btn301.swiper-button-disabled:hover{background-image: url("../images/btn301.png");}
.btn30 .btn302.swiper-button-disabled:hover{background-image: url("../images/btn302.png");}

.zz-left{width: 630px;min-height: 576px;}
.zz-warp{padding:45px 50px;}
.zz-warp h3{font-size: 30px;color: #010101;margin-bottom: 35px;padding-left: 28px;}
.zz-warp ul{width: 350px;max-width: 100%;}
.zz-warp li{position: relative;font-size: 16px;color: #707070;margin-bottom: 25px;padding-left: 30px;}
.zz-warp li:before{width: 16px;height: 20px;background: url("../images/zz-icon.png") no-repeat center;background-size: cover;position: absolute;content: "";left: 0;top:1px;}
.j{position: absolute;top:0;left: 20px;width: 45px;}
.bei{position: absolute;width: 210px;max-width: 40%;bottom:20px;right: 102px;}
.zz-right{position: absolute;right: 0;left: 420px;top:100px;}
.zz-right .img100{ box-shadow: 0 0 8px 0 rgba(131, 131, 131, 0.4);margin: 8px;}
.zz-right .btn35{position: absolute;top:-50px;right: 8px;}
.btn35 div{width: 35px;height: 38px;background-color: #d9d9d9;transition: all .4s;cursor: pointer;z-index: 9;display: inline-block;}
.btn351{background-image: url("../images/btn351.png");}
.btn352{background-image: url("../images/btn352.png");}
.btn35 div:hover{background-color: #057174 !important;}
.els{line-height: 1.6em;color: #717171;margin-top: 20px;font-size: 16px;}
.chupin{padding: 60px 0;}
.padding-t60{padding-top: 60px;}
.chu-warp{margin-right: 50px;}
.chu-warp h3{color: #5c5b5b;font-size: 16px;display: inline-block;vertical-align: middle;transition: all .4s;}
.chu-line{width: 26px;border-bottom: 1px solid #b0b0b0;margin-right: 2px; display: inline-block;vertical-align: middle;transition: all .4s;}
.chu-left-line{width: 3px;background: #b6b6b6;left: 13px;top:0;height: 100%;position: absolute;transition: all .4s;}
.chu-left-line:before{content: '';position: absolute;width: 100%;height: 100%;top:0;left: 0;background-image: linear-gradient(rgba(196,47,41,1), rgba(196,47,41,0.1));opacity: 0;}
.chu-dot{border:1px solid #b6b6b6;background: #d0d0d0;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.59);width: 18px;height: 18px;border-radius: 100%;position: absolute;left: 4px;top:50%;margin-top: -11px;z-index: 3;transition: all .4s;}
.chu-warp-cd{padding-left: 20px;}
.chu-left{width: 32%;margin-top: 50px;}
.chu-warp .swiper{height: 300px;}
.chu-right{width: 67.4%;}
.chu-left .swiper-slide{cursor: pointer;}
.chu-left .swiper-slide.active-nav h3{color: #057174;font-size: 22px;}
.chu-left .swiper-slide.active-nav .chu-line{border-color: #057174;width: 54px;}
.chu-left .swiper-slide.active-nav .chu-dot{background: #057174;border-color: #057174;}
.chu-left .swiper-slide.active-nav .chu-left-line:before{opacity: 1;}
.chu-img{ box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.31);}
.chu-img .btn35{position: absolute;bottom:30px;left: 22px;z-index: 9;}
.chu-img .btn35 div{background-color: rgba(255,255,255,.51);}
.margin-b60{margin-bottom: 60px;}
.weilai{padding-top: 50px;}
.weilai img{width: 675px;max-width: 80%;}
.yuanjing{box-sizing: border-box;min-height: 890px;}
/*公司简介*/


/*技术与创新*/
.tec-ban .ban-des{float: right;}
.tec-ban .ban h2{font-size: 60px;color: #a06933;font-family: "宋体";}
.tec-ban .ban p{font-size: 18px;color: #a06933;font-family: constantia;text-transform: uppercase;letter-spacing: 3px;padding-left: 3px;}
.si-l{width: 31.52%;position: relative;z-index: 20;}
.yftx-img{width: 58.88%;}
.si-l{padding-top: 50px;}
.tixi-list{width: 200%;background: #fff; box-shadow: 6px 6px 10px 0 rgba(131, 131, 131, 0.75);}
.tixi-list li{width: 33.33%;float: left;border-right: 1px solid #ebebeb;box-sizing: border-box;border-bottom: 1px solid #ebebeb;position: relative;}
.tixi-wap{height: 135px;border:2px solid #fff;box-sizing: border-box;padding-top: 30px;transition: all .4s;}
.tixi-con{width: 212px;margin: 0 auto;max-width: 92%;}
.tixi-con h3{color: #282828;font-size: 22px;transition: all .4s;}
.tixi-con p{color: #727272;font-size: 16px;}
.tixi-con .i{width: 25px;height: 2px;background: #9d9d9d;transition: all .4s;margin: 5px 0;}
.tixi-list li:hover .tixi-wap{background: #fce2ee;}
.tixi-list li:hover h3{color: #b60005;}
.tixi-list li:hover .i{background: #b60005;}
.tixi-wap-num{position: absolute;font-size: 36px;color: #dbdbdb;font-family:dincondregular;top:10px;right: 20px;transition: all .4s;}
.tixi-list li:hover .tixi-wap-num{color: #d7c3cc;}
.cyplay{margin: 0 100px;}
.cx li{float: left;width: 31%;margin-right: 3.5%;}
.cx li:nth-child(3n){margin-right: 0;}
.cx-warp{border:1px solid #d2d2d2;padding: 2px;}
.cx-bot{padding: 0 40px;}
.cx-des{padding: 30px 0;box-sizing: border-box;height: auto;}
.cx-des .i{top:0;position: absolute;left: 0;height: 65px;border-left:1px solid #b4b0b0;transform-origin: top;animation-delay: 400ms !important;}
.cx-des p{font-size: 16px;color: #737272;margin-left: 20px;line-height: 1.8em;}
.padding-t80{padding-top: 80px;}
.cy-bg{position: absolute;left: 0;bottom:216px;width: 100%;top:0;z-index: -1;}
.cysdg{padding: 5px;background: #f5f5f5;}
.cy-des{padding: 20px 30px;height: 211px;box-sizing: border-box;}
.cy-des h3{font-size: 22px;color: #282828;}
.cy-des p{font-size: 16px;color: #727272;}
.cy-des .i{width: 22px;border-top: 1px solid #057174;margin: 10px 0;}
.cy-bot .btn30 div{top:auto;bottom:191px;background-color: rgba(173,173,173,.6);border: 1px solid #fff;box-sizing: border-box;}
.cy-bot .btn30 div:hover{background-color: rgba(5,113,116,1);}
.cy-bot .btn301{background-image: url("../images/btn301-1.png");}
.cy-bot .btn302{background-image: url("../images/btn302-1.png");}
.fuwu li{float: left;position: relative;width: 50%;}
.fuwu li .img100{width: 50%;}
.fuwu li:nth-child(1){width: 100%;}
.fuwu li:nth-child(1) .img100{width: 61.6%;}
.fuwu li:nth-child(2) .img100{float: right;}
.fuwu li:nth-child(1) .fuwu-con{left: 61.6%;width: auto;top:220px;transform: none;}
.fuwu li:nth-child(2) .fuwu-con{left:0;text-align: right;}
.fuwu li:nth-child(2) .fuwu-des .i{left:auto;right: 0;}
.fuwu li:nth-child(3) .fuwu-con{left: 50%;}
.fuwu li:nth-child(1) .fuwu-des{padding-left: 90px;}
.fuwu li:nth-child(2) .fuwu-des{padding-right: 60px;}
.fuwu li:nth-child(3) .fuwu-des{padding-left: 90px;padding-right: 40px;}
.fuwu li:nth-child(3) .fuwu-con{background: #e5e5e5;}
.fuwu-con{width: 50%;position: absolute;min-height: 220px;box-sizing: border-box;top:50%;transform: translateY(-50%);padding: 35px 0;}
.fuwu-con:before{content: '';position: absolute;width: 38.8%;height: 100%;right: 100%;top:0;background: rgba(255,255,255,.8);display: none!important;}
.fuwu li:nth-child(3) .fuwu-con:before{display: block;}
.fuwu-des{position: relative;overflow: hidden;}
.fuwu-des .i{width: 170px;border-top: 1px solid #b4b0b0;position: absolute;left: 0;top:0;}
.fuwu-des h3{font-size: 22px;color: #000;margin: 15px 0;}
.fuwu-des p{font-size: 16px;color: #717171;line-height: 1.8em;}
.cxfw .title30{position: absolute;width: 38%;left: 61.6%;top:0;padding-left: 90px;box-sizing: border-box;padding-top: 15px;}
.sczzzx-list{position: absolute;left: 0;width: 50%;bottom:0;}
.sczzzx-list li{float: left;width: 33.33%;}
.sczzzx-r{width: 50%;}
.sczzzx-l{position: absolute;width: 50%;top:0;height: 43.8%;box-sizing: border-box;border-bottom: 1px solid #fff;background: #057174;z-index: 5;}
.sczzzx-warp{width: 420px;max-width: 92%;margin: 0 80px;}
.sczzzx-warp h3{font-size: 20px;color: #fff;}
.sczzzx-warp h4{font-size: 30px;color: #fff;margin: 10px 0;}
.sczzzx-warp p{font-size: 12px;color: #d9b5b5;text-transform: uppercase;}
.flower{position: absolute;right: 0;bottom:0;z-index: -1;width: 25.3%;}
.padding-b80{padding-bottom: 80px;}
.zlgl .swiper-slide{transform: scale(0.85);transition: all .4s;padding-bottom: 8px;cursor: pointer;}
.zlgl .swiper-slide  .img100 { height:420px;  overflow: hidden; }
.zlgl .swiper-slide  .img100 img { width:100%; height: 100%;  object-fit: cover; }
.zlgl .swiper-slide-active{transform: scale(1);}
.zlgl .swiper-slide-active .img100{box-shadow: 0 0 8px 0 rgba(106, 106, 106, 0.4);}
.zlgl-con{margin: 8px;position: relative;z-index: 5;}
.zlgl-con:before{content: '';position: absolute;width: 100%;height: 100%;top:0;left: 0; background:rgba(255,255,255,.5);transition: all .4s;}
.zlgl-con:after{content: '';position: absolute;left: 60px;top:60px;right: -16px;bottom:-16px;background: #057174;z-index: -1;opacity: 0;transition: all .4s;}
.zlgl .swiper-slide-active .zlgl-con:before{opacity: 0;}
.zlgl .swiper-slide-active .zlgl-con:after{opacity: 1;}
.zlgl .btn35 div{position: absolute;z-index: 9;top:50%;left: 50%;margin-top: -19px;opacity: 0;}
.zlgl .btn351{left: 50%;}
.zlgl .btn352{right: 50%;}
/*技术与创新*/


/*日化香精*/
.img100 img{vertical-align: bottom;width: 100%;}
.middle-box{display: table; height: 100%;  width:100%; margin:0 auto; position:relative; table-layout: fixed;}
.middle-inner{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%;}
.pc-show{display: block;}
.wap-show{display: none;}
.position-full{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.relative{position: relative;}
.text-center{text-align: center;}
.overhide{overflow: hidden;}

.rh-ban .ban-des h2{font-size: 50px;color: #b8342f;font-family: "宋体";letter-spacing: -2px;}
.rh-ban .ban-des p{font-size: 16px;color: #b42c26;text-transform: uppercase;}
.xiangjing{margin-top: 70px;  display:flex;  justify-content: space-between;  align-items: center; }
.xiangjing .img100{ /*width: 50.17%;*/ width: 50%; }
.xiangjing.odd .img100{float: right;}
.xiangjing.even .xj-ms{float: right;}
.xiangjing.odd .xj-des{padding-right: 40px;}
.xiangjing.even .xj-des{  padding-left: 12%;  }
.xiangjing.even .title-left-line{ /*margin-left: 34%;*/ margin-left:12%; }
.xj-con{ position: absolute; /*width: 100%; */  left:0; /* bottom:0; */ width:50%; }
.xj-ms{ /*width: 68%;*/ width:50%; }
.xj-des{height: 413px;background: #fff;box-sizing: border-box;padding-top: 40px;}
/*.des16 p{font-size: 16px;color: #707070;line-height: 2em;margin-bottom: 40px;}*/
.xj-img .imgheight{height: 580px;}
.title-left-line{font-size: 24px;color: #333;position: relative;line-height: 1.6em; padding-left: 20px;  font-family: "Times New Roman", "Noto Serif SC";}
.title-left-line i{width: 4px;height: 36px;background: #ccc; left: 0;top:0;position: absolute;}
.title-left-line i:before{content: "";width: 100%;height: 50%;position: absolute;top:0;left: 0;background: #057174;}
.h850{height: 850px;}
.xj-page{border-radius: 30px;background: rgba(255,255,255,.7);border:1px solid #fff;width: 50%;padding: 70px 0;min-height: 446px;box-sizing: border-box;}
.xj-page h3{margin-bottom: 30px;}
.xj-page-des{width: 600px;margin: 0 auto;max-width: 92%;}
.xj-full.even .xj-page{float: right;}
.bot45{position: relative;z-index: 20;text-align: center;margin-top: -60px;height: 60px;}
.xj-full{margin-top: 70px;}
.sp-box  {  width: 100%; height: 70px; }

/*日化香精*/


/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){

	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height: 40px;}
	
	.ibanwarp { height: 40vh; }
	.ibanwarp .scroll-banner  { height:calc(40vh + 30px);}
	.iban-swp .bg .txt { width: 100%; }
	.iban-swp .bg .txt h3 { font-size:0.42rem; }
	.iban-swp .bg .txt h2 { font-size: 0.48rem; margin: 10px 0; }
	.iban-swp .bg .txt h5 { margin:0.36rem 0 0;  font-size: 0.38rem;}
	.iban-swp .sp-bot { bottom:0.96rem!important; }
	
	.itit { margin-bottom:20px; }
	.itit em { font-size: 0.48rem;  margin-bottom: 0.12rem; }
	.itit h2 { font-size: 0.56rem; }
	
	.inum ul { display: grid;  grid-template-columns: repeat(2, 3fr);  grid-gap: 0.36rem;   }
	.inum ul li span em { font-size:0.72rem; }
	.inum ul li p { margin:10px 0 0; }
	
	.iabolist ul { grid-template-columns: repeat(1, 1fr);    grid-gap: 0.36rem;   }
	.iabolist ul li .infobox { padding:0.36rem; }
	.iabolist ul li .infobox i { font-size:1rem;  line-height: 1.2rem; }
	.iabolist ul li .infobox h3 { font-size: 0.48rem; margin:10px 0;  }
	.iabolist ul li .infobox em { top:0.64rem; right:0.36rem;  font-size:0.72rem; }
	
	.swp-ipro-item { height:68vh; }
	.swp-ipro-item .txt { padding:0 0.36rem 1rem 0.36rem; }
	.swp-ipro-item .txt .info { margin:0.36rem 0 0; }
	.swp-ipro-item .txt .ico i { font-size:1.2rem;  margin: 0 0 0.36rem; }
	.swp-ipro-item .txt h3, .swp-ipro-item .txt h2 { font-size:0.56rem; }
	.swp-ipro-cate { width:calc(100% - 0.72rem);  bottom:0.36rem; left:0.36rem;  }
	.swp-ipro-cate .swp-ipro-tab .item { padding: 0 0.36rem;  line-height: 1.6rem; }
	.swp-ipro-cate .swp-ipro-tab .item i { font-size:0.72rem; }
	.swp-ipro-cate .swp-ipro-tab .item span { padding:0;  margin:0 0 0 0.24rem; font-size:0.48rem;  }
	.swp-ipro-cate .swp-ipro-tab .item em { display: none; }
	
	.swp-iser-cate { width:100%; margin: 0.48rem 0 0; }
	.swp-iser-cate .item { padding:10px 0 0;  }
	.swp-iser-cate .item em { line-height: 160%; }
	.swp-iser-cate .item p { font-size:0.38rem; }
	.swp-iser-item .swp-iser-tab .item .img, .swp-iser-item .swp-iser-tab .item .info { width:100%; }
	.swp-iser-item .swp-iser-tab .item .info { padding:0.36rem; }
	.swp-iser-item .swp-iser-tab .item .info em { font-size:0.72rem;  }
	.swp-iser-item .swp-iser-tab .item .info h3 { font-size:0.48rem; margin: 10px 0;}
	
	.iserimg ul { grid-template-columns: repeat(1, 1fr);}
	.iserimg ul li .bg span { font-size:0.48rem;   padding: 10px 0; }

	.accordionBox { height:auto; }
	.accordionBox ul { height: auto; }
	.accordionBox ul li { width: 100%!important; height: auto;   margin-right: 0; margin-bottom: 0.36rem; }
	.accordionBox ul li:last-child { margin-bottom:0;}
	.accordionBox ul li.first { width: 100%;}
	.accordionBox ul li .txt { padding:0.36rem 0.72rem 0.36rem 0.36rem; }
	.accordionBox ul li .txt p {  margin:0.36rem 0 0; opacity: 1!important; height: auto!important; -webkit-line-clamp: 3!important; }
	.accordionBox ul li .txt h2 , .accordionBox ul li.on .txt h2 { font-size: 0.48rem; }
	.accordionBox ul li .txt i { bottom:0.36rem; right:0.36rem; font-size: 0.38rem;  }
	
	.imarket .market, .imarket .location { width:100%; }
	.networkimg { width:80%; height:auto; left:10%; top:20%;  }
	.callback-done .networkimg { animation:none; }
	.imarket .location .list ul { grid-gap: 0.36rem;}
	.imarket .location .list ul li .txt { padding:10px 0 0; }
	.imarket .location .list ul li .txt h3 { font-size:0.48rem;  margin-bottom:0.12rem; }

	.inews .list .itembox .imgs .date { left:0.36rem; }
	.inews .list .itembox .imgs .date em:first-child { font-size:0.72rem; }
	.inews .list .itembox .txt { padding:20px 0.36rem; }
	.inews .list .itembox .txt h3 { font-size:0.42rem; }
	.inews .list .itembox .more { margin:10px 0 0; }
	.inews .swp-inews { padding-bottom:5vh; }
	.inews .sp-pn { display: none;}
	
	.icustom .info{ width: 100%; }
	.icustom .info h3 { font-size: 0.56rem; margin-bottom:0.12rem;  }
	
	.footer .cc { padding:0.36rem 0; font-size:0.38rem;  }
	.footer p, .footer a { font-size:0.38rem; }
	.footer .fnav  { float:none; width:50%; display: none; } 
	.footer .fnav h3 { font-size:0.48rem;  margin-bottom:0.12rem;  }
	.footer .fnav .subnav a { line-height:240%; }
	.footer .fmid { margin:0.36rem 0; }
	.footer .fmid .flogo img {   margin-bottom:0.48rem; }
	.footer .fmid .fcont span { font-size:0.48rem; }
	.footer .fmid .finfo { margin:0.36rem 0; }
	.footer .cpr { padding:0.36rem 0; }
	
	.bread { display:none; }
	
	.cbanwarp { position: relative; height: 24vh;  z-index: 1; margin:60px 0 0;  }
	.cbanwarp .cbg .txt h2 { 	font-size:0.56rem;}
	.cbanwarp .cbg .txt p { font-size: 0.48rem; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.38rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.ctit { margin-bottom:0.56rem;  }
	.ctit em { font-size:0.48rem; line-height: 160%;  }
	.ctit h2, .ctit h3 { font-size:0.56rem; margin: 0;  }
	
	.cabo { padding: 0 0 0.72rem; }
	
	.caboitem { margin-bottom:0.72rem; }
	.caboitem .ww { display:block; }
	.caboitem .item { width:100%;  margin-bottom: 0.36rem;  }
	.caboitem .item .info { height:auto; padding:0.36rem; }
	.caboitem .item .info em { font-size:0.38rem; margin-bottom:0;  }
	.caboitem .item .info h5 { font-size:0.48rem;  margin-bottom:0.36rem; padding-bottom: 0.36rem;  }
	.caboitem .item .info h5::after { width:40px; }
	
	.ctit h2 { font-size:0.56rem; margin-bottom:0.48rem;  }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 10px; margin: 0 4px; font-family: 'Arial'; }
	
	.c-news-de { padding:10vh 0 0;  }
	.c-pro-de { padding: 10vh 0 0;  }
	.ccgray { padding:0.72rem 0; }
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px; }
	.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 { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:100%; padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h2 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:0.36rem; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.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;  }
	
	
	.cpro { padding:20px 0 40px; }
	.cpro .cprolist .cpro-cate { display:none; }
	.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 .img img {  height:20vh;  }
	.cpro .cpro-list ul li .bg span { padding: 0.36rem 0; }
	.cpro .cpro-list ul li .txt { padding:0.36rem; }
	.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.48rem; }
	
	.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; }
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .arrow i { top:calc(50% - 12px); }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }

	.ccontact { padding:0.72rem 0 ; }
	.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 { line-height: 180%; margin-bottom: 0.24rem;  }
	.ccont .boxfl p i { display: block; float: left;  font-size: 0.4rem; width:0.4rem;   }
	.ccont .boxfl p span { float:left; width:calc(100% - 0.4rem - 15px);   }
	.ccont .boxfl h2 {  font-size:0.56rem; margin:0 0 0.36rem;  }
	.ccont .boxfl .contico { margin:15px 0 0; }
	.ccont .boxfl .contico a { line-height: 46px; margin-bottom: 15px;  }
	.ccont .boxfl .contico a.weixin img { width:140px; }
	.ccont .boxfl .contico a.weixin:hover img { bottom:66px;  }
	.ccont .bdmap { margin:25px 0 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;  }
	.ccont .bdmap { height:400px; }
	
}
