@charset "utf-8";

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-10px);  }
/* .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} } */

.blue-more { display: inline-flex; align-items: center; box-sizing: border-box;  padding:0 30px; height:60px;  line-height:60px; border-radius: 6px;  background: #3759b0;  color:#fff;  }
.blue-more i { margin-left:40px;  }

.white-more {  display: inline-flex; align-items: center; box-sizing: border-box;  padding:0 30px; height:60px;  line-height:60px; border-radius: 6px;  background: none; border:2px solid #fff; color:#fff;  }
.white-more  i { margin-left:40px; }
.white-more:hover { background: #fff;  color:#3759b0; }

.news-more { display: inline-flex; align-items: center;  padding:8px 20px;   border:2px solid #3759b0;  border-radius: 100px;   }
.news-more i { font-size: 12px; color:#3759b0;  }
a:hover .news-more { background: #3759b0;   }
a:hover .news-more i { color:#fff; }

.buss-more { display: inline-flex; align-items: center;  padding:5px 10px;   border:2px solid #fff;  border-radius: 100px;   }
.buss-more i { font-size: 20px; color:#fff; margin-left:40px;  }
a:hover .buss-more { background: #fff;   }
a:hover .buss-more i { color:#3759b0; }

.iboxbg { background-position: center center; background-size:cover; background-repeat: no-repeat;}

.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; border-radius: 60px; line-height: 60px; background: #3759b0; text-align: center;  color:#fff; transition: all .3s ease; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 18px;  }

.sp-bot.swiper-pagination { width:100%; bottom:0; }
.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(55,89,176,0.3); opacity: 1; margin:0 10px!important; border-radius:10px;   }
.sp-bot .swiper-pagination-bullet-active { width:40px;  background: rgba(55,89,176,1);  }

.sp-bot-red .swiper-pagination-bullet { background:#ccc; }
.sp-bot-red .swiper-pagination-bullet-active { background:#3759b0; }

.layui-form-label { box-sizing: border-box; width: 100%;  text-align: left; padding:0 0 20px;  }
.layui-input-block { margin-left:0; }
.layui-form-item { margin-bottom: 20px;}
.layui-form-item:last-child { margin-bottom: 0;}
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px; border-radius: 5px;   }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 180px; border:1px solid #e6e6e6; border-radius: 5px;   }
.layui-input:focus, .layui-textarea:focus  { border-color: #3759b0 !important; box-shadow:none; }
.layui-form em { line-height: 50px; margin: 0 20px;}
.layui-btn { width:100%; height: 50px; line-height: 50px; border-radius: 50px;   background: #3759b0;  font-size: 18px;  font-size: 500;  }
.layui-btn:hover { opacity: 1; background: #4a9ecc;  }

.layui-layer { border-radius: 10px; }
.layui-layer-setwin { top:20px; right:20px; }
.layui-layer-setwin span { width: 24px; height: 24px; line-height: 24px;  font-size: 28px; }
.layui-layer-title { padding: 0 40px; height: 60px; line-height: 60px; font-size: 24px; font-weight: 600; color:#222; }

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.blue-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  }
	.blue-more i { font-size:0.42rem; margin-left:4vw; }
	
	.white-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  }
	.white-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 { width:100%; bottom:0; }
	.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; min-height: 120px; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	.layui-btn {  height:1.1rem; line-height: 1.1rem;  font-size: 0.38rem;   }
	
	.layui-layer { width: 90%!important;}
	.layui-layer-title { padding: 0 0.36rem;  font-size: 0.48rem;   }
	
	.text-secondary { font-size:0.38rem; }
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width:100%;  position: absolute; top:2vh;  z-index: 99; transition: all 0.3s ease; }
.header::after { content: '';  position: absolute;  left:4%;  top:0; z-index: -1;  width:calc(92% - 140px); height: 100px;  background:rgba(255,255,255,0.8);  border-radius: 20px;  box-shadow: 0 0 20px rgba(0,0,0,.05);  backdrop-filter: blur(10px);  }
.header .hbox { display: grid; grid-template-columns: repeat(2, 1fr);  grid-template-columns: 1fr 100px; grid-gap: 40px;   }
.header .hbox .hbox-cc { padding:0 3%; }
.header .hlogo .hlbox img { max-height: 60px;  }
.header .hlang a { display: inline-block; width:100px; height: 100px; line-height: 100px; text-align: center;  background: rgba(55,89,176,0.8); color:#fff; font-size: 20px;   border-radius: 20px;  backdrop-filter: blur(10px);    }
.header .hlang a:hover {  background: rgba(55,89,176,1); }

.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:60px;  }
.commenu>ul>li:first-child { margin:0; }
.commenu>ul>li> a span { display: inline-block; line-height: 100px; position: relative; font-size: 20px;  color:#222;  }
.commenu>ul>li> a span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0;  height: 2px; background: #3759b0;  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; border-radius: 10px;  overflow: hidden;   box-shadow: 0 0 20px rgba(0,0,0,.05);  position:absolute; left:0; top:120%;  visibility: hidden; opacity: 0;   transition: all 0.3s ease; }
.commenu ul li:nth-child(2) ul { width:300px; }
.commenu ul li:hover>ul {  visibility: visible; opacity: 1; top:100%; }
.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:15px 20px; display: inline-block; }
.commenu ul li ul li a:hover { background: #3759b0; color:#fff; transition: none; }

@media only screen and (max-width:981px){
	.header { position: fixed; top:0.36rem; }
	.header::after { width:calc(100% - 0.72rem); height: 60px; left:0.36rem;  border-radius: 10px;  }
	.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 { width:auto;  height: 60px;  margin:0 0.36rem; }
	.header .hlogo .hlbox img { max-height:36px;}
	.header .hlogo .hlbox .lt span { font-size: 0.48rem; }

	.header .hmenu { width: 60px; height: 60px; float: right; position:fixed; top:0.36rem; right:0.36rem; z-index: 9; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px - 0.36rem)!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; top: 0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #212121;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); }
	.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 span { margin:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }

	.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; 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:#3759b0; 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:#3759b0; 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: 85vh; }
.ibanwarp .scroll-banner { width:100%; height: 85vh; position: fixed; left: 0; top: 0; z-index: 1; }
.iban-swp .picbox {  width: 100%; overflow: hidden; }
.iban-swp .bg { width: 100%; height:85vh; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }
.iban-swp .txt  { width: 50%; }
.iban-swp .txt h2 { font-size:40px; color:#3b4050;  margin:0 0 40px; }
.iban-swp .txt span { display: inline-block;  padding:10px 40px;  background: #3759b0;  color:#fff;   border-radius: 100px;  font-size: 24px;    }
.iban-swp .sp-bot-iban { bottom:30px!important; }

.ibanner {   background-image:url(../images/ibanimg1.jpg);  background-repeat: no-repeat;  background-position: center top;  background-size: cover; }
.ibanner .iban-txt { width:60%;  height:100%; height: 900px;  }
.ibanner .iban-txt  h2 { font-size:48px; color:#3b4050;  margin:0 0 30px; }
.ibanner .iban-txt  span { display: inline-block;  padding:10px 30px;  background: #3759b0;  color:#fff;   border-radius: 100px;  font-size: 20px;  }

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

.itit h2 { font-size:36px;  margin-bottom: 60px;   }

.ibuss { background-image: url(../images/ibussbg.jpg); }
.ibuss .ibuss-box .list ul {  display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 2%;   }
.ibuss .ibuss-box .list ul li { border-radius: 15px; overflow: hidden; }
.ibuss .ibuss-box .list ul li:hover {  transform:translateY(-10px); }
.ibuss .ibuss-box .list ul li .img { position: relative;  }
.ibuss .ibuss-box .list ul li .img::before { content: " ";  position: absolute; left: 0; bottom: -1px; width:100%;  height: 30%; z-index: 1; transition: all 0.3s ease;  }
.ibuss .ibuss-box .list ul li:hover  .img::before { transform:scale(1.08); }
.ibuss .ibuss-box .list ul li .txt {  padding:40px;  }
.ibuss .ibuss-box .list ul li .txt h3 { font-size:24px;  min-height: 80px; padding:0 0 20px; margin:0 0 20px;  border-bottom: 1px solid rgba(255,255,255,0.2) ; }
.ibuss .ibuss-box .list ul li:nth-child(n) { background: rgba(44, 67, 115, 1); }
.ibuss .ibuss-box .list ul li:nth-child(2n) { background: rgba(132, 135, 142, 1); }
.ibuss .ibuss-box .list ul li:nth-child(3n) { background: rgba(73, 66, 62, 1); }
.ibuss .ibuss-box .list ul li:nth-child(4n) { background: rgba(81, 81, 81, 1); }
.ibuss .ibuss-box .list ul li:nth-child(5n) { background: rgba(16, 37, 89, 1); }
.ibuss .ibuss-box .list ul li:nth-child(n) .img::before { background: linear-gradient(to top, rgba(44, 67, 115, 1), rgba(4, 67, 115, 0));  }
.ibuss .ibuss-box .list ul li:nth-child(2n) .img::before { background: linear-gradient(to top, rgba(132, 135, 142, 1), rgba(132, 135, 142, 0)); }
.ibuss .ibuss-box .list ul li:nth-child(3n) .img::before { background: linear-gradient(to top, rgba(73, 66, 62, 1), rgba(73, 66, 62, 0));  }
.ibuss .ibuss-box .list ul li:nth-child(4n) .img::before { background: linear-gradient(to top, rgba(81, 81, 81, 1), rgba(81, 81, 81, 0)); }
.ibuss .ibuss-box .list ul li:nth-child(5n) .img::before { background: linear-gradient(to top, rgba(16, 37, 89, 1), rgba(16, 37, 89, 0));  }
.ibuss .buss-more {  margin:30px 0 0; }

.iadv { background: #e9f0fa; }
.iadv  .swp-iadv {  padding:30px 0;  margin-top:-30px; }
.iadv .iadv-box .list ul li { background: #fff;   box-shadow: 0 0 30px rgba(208,223,244,1);  }
.iadv .iadv-box .list ul li::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0;  height: 3px; background:#3759b0; z-index: 1; transition: all 0.3s ease;   }
.iadv .iadv-box .list ul li:hover {  transform:translateY(-10px); }
.iadv .iadv-box .list ul li:hover::after {  width:100%; }
.iadv .iadv-box .list ul li .ico { text-align: center;  margin:40px 0 0; }
.iadv .iadv-box .list ul li .ico img { max-width: 72px; }
.iadv .iadv-box .list ul li .txt { padding:40px;  }
.iadv .iadv-box .list ul li .txt h3 { font-size:24px; margin:0 0 40px; text-align: center; }
.iadv .iadv-box .list ul li .txt .info p { transition: all 0.3s ease; }
.iadv .iadv-box .list ul li:hover .txt .info p {  white-space: normal;  display: block;  -webkit-line-clamp: 20; overflow: visible;   text-overflow: clip; }
.iadv  .iadv-prev { left:-30px; }
.iadv  .iadv-next { right:-30px; }
/*.iadv .sp-pn { top:260px; }*/
.swiper {
  height: auto; /* 或固定高度 */
}

.swiper-wrapper {
  display: flex;
  align-items: stretch!important; /* 这是关键 */
}

.swiper-slide {
  height: auto !important; /* 覆盖 Swiper 默认高度 */
  display: flex;
}

.iabo .iabobg { position: relative; }
.iabo .iabobg::before {  content: " ";  position: absolute; left: 0; bottom: 0; width:70%;  height: 100%; background: linear-gradient(to right,rgba(55, 89, 176, 1) 30% , rgba(55, 89, 176, 0) ); z-index: 1; transition: all 0.3s ease;  }
.iabo .iabobg img { width:100%; }
.iabo .iabo-box { width:100%; height: 100%; position: absolute;  top:0; left: 0; z-index: 9;}
.iabo .iabo-cc { height: 100%; }
.iabo .iabo-box .iabo-info { width:36%;  }
.iabo .inum { margin:40px 0; }
.iabo .inum ul li { float: left; display: flex; justify-content: start;  align-items: center;   } 
.iabo .inum ul li:first-child { padding-right: 40px; margin-right: 40px; border-right:1px solid rgba(255,255,255,0.1); }
.iabo .inum ul li span { font-size: 72px;  font-weight: 500;  margin-right: 20px; }
.iabo .tips-box {  width:400px; height: 240px;   padding:0 80px 0 30px;  position: absolute;  right:38vw;  margin:5% 0 0; z-index: 9;  background-image: url(../images/iabotips.png);   background-position: top center;  background-size: contain;  background-repeat: no-repeat;  transition: all 0.3s ease;   }
.iabo .tips-box  h3 { font-size: 24px; margin:0 0 20px; }
.iabo .tips-box  p {  display: flex;  justify-content: start;  }
.iabo .tips-box  p  em { margin-right: 10px; } 

/*.lankmark li span,  .lankmark li i { position: absolute;   z-index: 9; }
.lankmark li span { display: inline-block;  padding:15px 20px;  border-radius: 10px;  background: #6badff; color:#fff; }
.lankmark li i { font-size:32px;  color:#6badff; }
.sp1 { right:38.5vw;  margin:8.5% 0 0;   }
.if1 { right:36vw;  margin:9% 0 0;  }
.sp2 { right:28vw;  margin:4.5% 0 0;   }
.if2 { right:34vw;  margin:8% 0 0;  }
.sp3 { right: 17vw;  margin: 12% 0 0; }
.if3 { right: 30.5vw;  margin: 12.5% 0 0;  }
.sp4 { right: 35vw;  margin: 14.3% 0 0;}
.if4 { right: 32.5vw;  margin: 14.8% 0 0; }
.sp5 { right: 35vw;  margin: 14.3% 0 0;}
.if5 { right: 17.8vw;  margin: 38% 0 0; }
*/

.lankmark li { position:absolute; z-index: 9; }
.lankmark li span { display: inline-block;  min-width: 160px;   padding:15px 20px;  text-align: center; border-radius: 10px;  background: #6badff; color:#fff;  position: absolute; }
.lankmark li i { font-size:32px;  color:#6badff; }
.if1 { right:36vw;  margin:9% 0 0;  }
.sp1 { right:50px;  top:-38%;  }
.if2 { right:34vw;  margin:8% 0 0;   }
.sp2 { left:50px;  top:-38%;  }
.if3 { right: 30.5vw;  margin: 12.5% 0 0;  }
.sp3 { left:50px;  top:-38%;  }
.if4 { right: 32.5vw;  margin: 14.8% 0 0;  }
.sp4 { right:50px;  top:-38%;  }
.if5 { right: 17.8vw;  margin: 38% 0 0;  }
.sp5 { right:50px;  top:-38%;  }


.inews  { background: #f2f3f7; } 
.inews  .swp-inews {  padding:30px 0;  margin-top:-30px; }
.inews .list .itembox { padding:40px;  background: #fff; transition: all 0.3s ease;   }
.inews .list .itembox:hover {  transform:translateY(-10px); }
.inews .list .itembox .img { height: 320px;   }
.inews .list .itembox:hover  {  box-shadow: 0 0 30px rgba(208,223,244,1);  }
.inews .list .itembox .txt .tag { margin:20px 0; }
.inews .list .itembox .txt .tag em {  padding:5px 15px; border-radius: 100px;  background: #3759b0; color:#fff;  margin-right: 20px; }
.inews .list .itembox .txt .tag span { font-size: 20px;  color: #3759b0;  font-weight: 600; }
.inews .list .itembox .txt h3 { height:68px;  font-size: 20px;  margin:40px 0 0; }
.inews .news-more {  margin:30px 0 0; }
.inews .list .inews-prev { left:-30px; }
.inews .list .inews-next { right:-30px; }

.ipart ul  {  display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 10% 2%;  }
.ipart ul  li .img { padding:10px;  background: #fff;  }
.ipart ul  li:hover {   box-shadow: 0 0 30px rgba(208,223,244,1);  }

.footer .cc { display: grid; grid-template-columns: repeat(2, 1fr);  grid-template-columns: 6fr 2fr; grid-gap: 4%;  justify-content: space-between;  align-items: center; }
.footer  h2 { font-size: 24px;  margin: 0 0 40px; }
.footer .fright .flogo img { max-height: 60px; }
.footer .cpr { margin:30px 0 0;  }

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

.cbanwarp { position: relative; height: 50vh;  z-index: 1;  background:#1a192e; }
.cbanwarp .scroll-banner-c { width:100%; height:100vh;   }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover;  }
.cbanwarp .cbg::before {  width:100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.3); z-index: 1; }
.cbanwarp .cbg .infobox { height: 100%; position: relative; z-index: 9; }
.cbanwarp .cbg .txt  em { font-size: 18px; }
.cbanwarp .cbg .txt em a { color:#fff; }
.cbanwarp .cbg .txt h2 { font-size: 36px; margin:60px 0 10px; }

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

.ccontent { padding:80px 0;  }

.ctit h3 {  font-size: 30px; margin-bottom: 60px;  }

.cabo {  padding:0 0 80px; }
.cabo .cabo-l  { width:50%; }
.cabo .cabo-r { width:calc(50% - 60px); }
.cabo .cabo-l .info p { margin:10px 0; }
.cabo .cabo-r .album { background: #000; border-radius: 20px; overflow: hidden; }
.cabo .cabo-r .album img { opacity: 0.8; }
.cabo .cabo-r .album .abologo img { width:100px; opacity: 1; position: absolute;  top:calc(50% - 75px); left:calc(50% - 50px);   z-index: 9;   }
.cabo .cabo-r .album .sp-bot-abo { bottom:20px!important;  }

.cabo-list .list ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px;  }
.cabo-list .list ul  li { padding: 40px; background: #fff;  border-radius: 20px;  position: relative; }
.cabo-list .list ul  li  i {  font-size: 60px;height: 60px;  display: flex;  align-items: center; }
.cabo-list .list ul  li .info h3 { font-size: 20px;  margin:20px 0; }

.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; }
.page-num { margin:0 6px; }
.page-num:hover, .page-link:hover {	background-color: #3759b0; color: #fff; border-color: #3759b0; }
.page-num-current {z-index: 1;background-color: #3759b0; color: #fff;  border-color: #3759b0;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cnewslist .cn-list ul li {float:left; width:calc(33.2% - 27px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist .cn-list ul li:nth-child(3n) { margin-right: 0; }
.cnewslist .cn-list .itembox { padding:40px;  background: #fff; transition: all 0.3s ease;   }
.cnewslist .cn-list .itembox:hover {  transform:translateY(-10px); }
.cnewslist .cn-list .itembox .img { height: 320px;   }
.cnewslist .cn-list .itembox:hover  {  box-shadow: 0 0 30px rgba(208,223,244,1);  }
.cnewslist .cn-list .itembox .txt .tag { margin:20px 0; }
.cnewslist .cn-list .itembox .txt .tag em {  padding:5px 15px; border-radius: 100px;  background: #3759b0; color:#fff;  margin-right: 20px; }
.cnewslist .cn-list .itembox .txt .tag span { font-size: 20px;  color: #3759b0;  font-weight: 600; }
.cnewslist .cn-list .itembox .txt h3 { height:68px;  font-size: 20px;  margin:40px 0 0; }

.cn-left {  width: 70%}
.cn-right {  width: 26%;   }

.cn-left .tit h2 { font-size:30px;  }
.cn-left .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid #ddd; }
.cn-left .tit p span { margin-right: 30px;}
.cn-left .tit p i { color:#ccc; margin-right: 10px; font-size: 18px; }
.cn-left .detail { padding:40px 0; }
.cn-left .detail strong { color:#222; }
.cn-left .sec { padding:25px 0 0;  border-top: 1px solid #ddd; }
.cn-left .sec p { margin:15px 0 0; }
.cn-left .sec span { display: inline-block; background: #fff; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cn-left .sec p a:hover { text-decoration: underline; }

.slider .tit { padding:0 40px;   border-bottom:1px solid #e6e6e6;  }
.slider .tit  h3 { font-size: 24px;   }
.slider .tit  h3 span { display: inline-block; position:relative; padding:20px 0;  }
.slider .tit  h3 span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height: 3px; background: #3759b0; z-index: 1; transition: all 0.3s ease;  }
.slider .list { padding:20px 40px 40px;   }
.slider .list ul li { padding:0 0 20px; margin:20px 0 0;  border-bottom:1px solid #e6e6e6; }
.slider .list ul li  .txt  {  padding:20px 0 0;   }
.slider .list ul li  .txt h3 { font-size:18px; font-weight: normal; }
.slider .list ul li  .news-more { margin:20px 0 0; }
.smore { padding:0 40px 40px;   }
.smore a { display:inline-flex; justify-content: center; align-items: center; width:100%;  background: #3759b0;  height: 50px; line-height: 50px;  text-align: center; border-radius: 5px;  color:#fff; }
.smore a i { margin-right:20px; transform: rotate(180deg);  }

.cplist ul li  {float:left; width:calc(33.2% - 27px); margin-right: 40px; margin-bottom: 40px; }
.cplist ul li:nth-child(3n) { margin-right: 0; }
.cplist .item .img { position:relative; height: 320px; border-radius: 20px;   }
.cplist .item .img img { object-fit:cover; }
.cplist .item .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; font-size:16px;  transition: all 0.3s ease;}
.cplist .item .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.cplist .item:hover .bg { opacity:1; }
.cplist .item .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cplist .item .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cplist .item:hover .bg span::before, .cplist .item:hover .bg span::after  { width:50%; }
.cplist .item h3 { height:56px; font-size:18px;  margin:20px 0;  }
.cplist .item a:hover h3 { color:#4a9ecc; }
.cplist .item .leave { box-sizing: border-box; display: flex; justify-content: space-between; width: 100%;  height: 50px; line-height: 50px;  border-radius: 50px; padding:0 30px;  transition: all 0.3s ease; }
.cplist .item .leave:hover { transform:translateY(-10px);  }

.cprode { margin:100px 0 0; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }

.view {width: 100%; border-radius: 20px; overflow:hidden; position:relative; }
.view em { display: inline-block;  position:absolute; right:20px; bottom:20px;  z-index: 9;  width:40px; height: 40px; line-height: 40px; border-radius: 40px; background: none;  text-align: center;}
.view em i {  font-size:24px; color:#3759b0; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden;text-align: center; }
.view .swiper-slide img { min-width:100%; }
.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 #e6e6e6; border-radius: 10px; overflow: hidden;  }
.preview .swiper-slide.swiper-slide-thumb-active .imgbox{  border:2px solid #3759b0; }
.preview .arrow { background: #3759b0;  width:30px; border-radius: 5px; 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;}

.cprode .cpro-detail .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail .pinfo em { display: inline-block;  height: 40px; line-height: 40px; padding:0 20px;  background: #3759b0; color:#fff;  border-radius: 40px;  margin-right: 20px; }
.cprode .cpro-detail .pinfo em:last-child { margin-right: 0;}
.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 .imore-btn a:first-child { margin-right: 20px; }
.cprode .cpro-detail .desc {  margin:60px 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: #d1ab66;  z-index: 2;}
.cprode .cpro-detail .desc .hd ul li { float: left; display: inline-block;  height: 60px;  line-height: 60px;  padding: 0 20px; background: #f6f6f6;  font-size: 18px; color:#222;  margin-right: 20px;  border-top-left-radius: 20px;  border-top-right-radius: 20px;  cursor: pointer; }
.cprode .cpro-detail .desc .hd ul li:last-child { margin-right: 0; }
.cprode .cpro-detail .desc .hd ul li.on { background: #3759b0; color:#fff; font-weight: 500;  }
.cprode .cpro-detail .desc .bd .item { padding:40px;  border: 1px solid #e6e6e6;    border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;  box-shadow: 0 0 20px rgba(0,0,0,.05);   overflow: hidden;  }
.cprode .cpro-detail .desc .bd .item  strong { color:#222; }
.cprode .cpro-detail h3 { display:none;  }

.contact .info, .contact .msgbox { width: 50%; }
.contact .info h2 { font-size: 30px; color:#222; margin: 40px 0;}
.contact .info ul li { margin-bottom: 40px;}
.contact .info ul li:last-child { margin:0; }
.contact .info ul li i { display: inline-block; width: 80px; height: 80px; line-height: 80px; border-radius: 80px; background: #3759b0; color: #fff;  font-size: 30px; text-align: center; float: left; }
.contact .info ul li .cc { display: table; width: calc(100% - 110px); height: 80px; padding:0 0 0 30px; }
.contact .info ul li .mid { display: table-cell; vertical-align: middle;}
.contact .info ul li .cc p { font-size: 18px;  font-weight: bold; color:#222;  margin:5px 0 0; }
.contact .info .icmore { margin:20px 0 0; }
.contact .msgbox { box-sizing: border-box; background: #f6f6f6; border-radius: 20px; padding:40px; }
.contact .msgbox h2 { font-size: 30px; color:#222; margin-bottom: 40px; }
.contact .msgbox .layui-btn { height: 60px; line-height: 60px;}

/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------自适应--------------------------------------------------------------------------*/
@media only screen and (max-width:1441px){	
	.p100 { padding:80px 0; }
	.ibuss .ibuss-box .list ul li .txt h3 { font-size:20px; }
	.itit h2 { margin-bottom:30px; }
	.iabo .inum ul li:first-child { padding-right: 20px; margin-right: 20px;}
	.iabo .inum { margin:30px 0; }
}

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){	
	
	::-webkit-scrollbar{width: 6px;height: 6px; }
	html, body,a, p, li span { font-size:0.38rem; line-height: 180%;  }
	.ww, .cw { width: calc(100% - 0.72rem);   }
	.p60, .p100 { padding:0.72rem 0; }
	
	/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
/*
	.ibanwarp { height: 50vh;  margin: 0; }
	.ibanwarp .scroll-banner { height: 50vh; top:0; }
	.iban-swp .bg { height: 50vh; }
	.iban-swp .txt  { width: 100%; }
	.iban-swp .txt h2 { font-size:0.56rem; color:#3b4050;  margin:0 0 0.36rem; }
	.iban-swp .txt span { padding:10px 20px;   border-radius: 100px;  font-size: 0.38rem;    }
	.iban-swp .sp-bot-iban { bottom:0.36rem!important; }
*/
	
	.ibanner { background-position: -64vw top;}
	.ibanner .iban-txt { width:100%; height: 46vh;  }
	.ibanner .iban-txt h2 { font-size:0.56rem; margin:1rem 0 0.36rem;  }
	.ibanner .iban-txt span { padding: 0.24rem 0.36rem;  font-size: 0.38rem;  border-radius: 6px; }
	
	.itit h2 { font-size:0.56rem; margin-bottom: 0.48rem;   }
	
	.ibuss { background: #f2f3f7;}
	.ibuss .ibuss-box .list ul { grid-template-columns: repeat(1, 1fr);  grid-gap: 0.36rem;}
	.ibuss .ibuss-box .list ul li .txt { padding:0.36rem; }
	.ibuss .ibuss-box .list ul li .txt h3 { font-size:0.48rem;  min-height: auto;  padding: 0 0 0.36rem;  margin: 0 0 0.36rem;}
	.ibuss .buss-more {  margin:0.36rem 0 0; }
	
	.iadv .swp-iadv { padding: 30px 0 1rem; }
	.iadv .iadv-box .list ul li .txt h3 { font-size: 0.48rem; min-height: auto;  margin:0 0 0.36rem; }
	.iadv .sp-pn { display: none; }
	
	.iabo .iabo-box { position: static;  background: #3759b0; }
	.iabo .iabo-box .iabo-info { width:100%;  padding:0.72rem 0;  }
	.iabo .inum { margin:0.48rem 0; }
	.iabo .inum ul li span { line-height: 100%; }
	.iabo .tips-box { width:80%; height: 200px;  right:auto; left:0.36rem;  padding: 0 80px 0 0.48rem;  margin: 0.72rem 0 0;}
	.iabo .tips-box p { font-size:0.36rem; }
	.iabo .iabobg img {  height: 100%;  height: 36vh; object-fit: cover;  object-position:70% top; }
	.iabo .iabobg::before { display: none; }
	.iabo .tips-box h3 { margin:0; }

	.lankmark li span { min-width: 120px;  padding:0.12rem;  font-size:0.36rem; border-radius: 6px;  }
	.lankmark li i { font-size:0.48rem; }
	.if1 {  right: 38vw;  margin: 12% 0 0;}
	.if2 {   right: 35vw;   margin: 11% 0 0; }
	.if3 {   right: 32vw;  margin: 18% 0 0; }
	.if4 { right: 36vw;  margin: 22% 0 0; }
	.if5 {  right: 9vw;  margin: 60% 0 0; }
	.sp1 { right:24px; top:-24%; min-width:160px!important; }
	.sp2 { left:-40px; top:-180%; }
	.sp3 { left:24px; top:-24%;  }
	.sp4 { right:24px; top:0;  }
	.sp5 { right:24px; top:-24%;  }
	
	.inews .swp-inews { padding: 1rem 0; }
	.inews .list .itembox { padding:0.36rem; }
	.inews .list .itembox .img { height:auto; }
	.inews .list .itembox .txt h3 { font-size:0.42rem; height: auto;  margin:0.36rem 0 0;  }
	.inews .list .itembox .txt .tag { margin:0.24rem 0; }
	.inews .list .itembox .txt .tag em { margin-right:10px; }
	.inews .news-more { margin:0.36rem 0 0;   padding: 4px 20px; }
	.inews .sp-pn { display: none;}
	
	.ipart ul { grid-template-columns: repeat(2, 1fr);  grid-gap: 0.36rem; }

	.footer .cc { grid-template-columns: repeat(1, 1fr); grid-gap: 0; }
	.footer .fleft , .footer .fright { float:none; width:100%; } 
	.footer .fleft h2 { font-size:0.56rem;  margin:0 0 0.36rem; }
	.footer .fright .flogo  { text-align: center;  margin:0.48rem 0 0; }
	.footer .fright .flogo img { max-height: 36px; }
	.footer .cpr { margin:0.36rem 0 0; text-align: center; }
	.footer .cpr p { font-size:0.36rem; }

	
	/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
	.cbanwarp { position: relative; height: 28vh;  z-index: 1; margin:0;  }
	.cbanwarp .cbg .txt h2 { font-size:0.56rem; margin:1.2rem 0 0; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.38rem;  }
	
	.mcpro-cate { display:flex;  margin-bottom: 0.36rem;  }
	.mcpro-cate .mcatebtn i { display: block;  font-size:0.56rem; color:#3759b0;   cursor: pointer; }
	.mcate { display: block;  width:300px; height:100%; background:#fff; position:fixed; top:0; right:-300px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch;  transition:all .3s; -webkit-transition:all .3s;}
	.mcate.open { right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.mcate .close { float:right; width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; color:#999; cursor:pointer;}
	.mcate .close i {  font-size:0.4rem; }
	.mcatebox h3 { color:#222; font-size: 0.48rem; line-height: 60px; padding:0 0.64rem; border-bottom: 1px solid #e6e6e6; }
	.mcatebox .list  ul li a { box-sizing: border-box; display: inline-block; width: 100%;   padding:0.18rem 0.64rem; color:#222; }
	.mcatebox .list ul li a:hover,  .mcatebox .list li a.active { background: #3759b0; color:#fff; }
	
	.ccontent { padding:0.72rem 0; }
	
	.ctit h3 { font-size:0.56rem; margin-bottom:0.56rem;   }
	
	.cabo { padding:0 0 0.72rem; }
	.cabo .cabo-l , .cabo .cabo-r { width: 100%; }
	.cabo-list .list ul { grid-template-columns: repeat(1, 1fr);    grid-gap: 0.36rem;}
	.cabo-list .list ul li { padding:0.36rem; }
	.cabo-list .list ul li .info h3 { font-size: 0.48rem; margin:0.36rem 0; }
	.cabo .cabo-r .album .abologo img { width:80px; top: calc(50% - 52px);   left: calc(50% - 40px); }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 10px; margin: 0 4px;}
	
	.cn-left { width: 100%; }
	.cn-left  .tit h2 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cn-left  .tit p { margin:0; }
	.cn-left  .tit p span { margin-right:0.36rem; }
	.cn-left  .tit p span em { display:none; }
	.cn-left  .detail { padding:0.36rem 0; }
	.cn-left  .sec { padding:0; }
	.cn-left .sec span { width:72px; margin-right: 0.36rem;  }
	.cn-left  .sec p { margin:0.36rem 0 0;  }
	
	.cnewslist .cn-list ul li { width:100%; margin-right: 0; margin-bottom: 0.38rem;  }
	.cnewslist .cn-list .itembox { padding:0.36rem; }
	.cnewslist .cn-list .itembox .img { height:auto; }
	.cnewslist .cn-list .itembox .txt h3 { font-size:0.42rem; height: auto;  margin:0.36rem 0 0;  }
	.cnewslist .cn-list .itembox .txt .tag { margin:0.24rem 0; }
	.cnewslist .cn-list .itembox .txt .tag em { margin-right:10px; }
	.cnewslist .news-more { margin:0.36rem 0 0;   padding: 4px 20px; }
	
	.cnewsdetail .cn-left { width: 100%; }
	.cnewsdetail .cn-left .top { padding: 0 0 0.36rem;  margin: 0 0 0.36rem;}
	.cnewsdetail .cn-left .top .date { margin-bottom: 0.12rem;}
	.cnewsdetail .cn-left .top h2 { font-size: 0.48rem; }
	
    .cprolist .cp-right { width: 100%; }
	.cplist ul li { width: calc(50% - 0.18rem); margin-right: 0.36rem; margin-bottom: 0.36rem;}
	.cplist ul li:nth-child(3n) {  margin-right: 0.36rem; }
	.cplist ul li:nth-child(2n) { margin-right: 0;}
	.cplist .item .img { height: 180px;}
	.cplist .item .bg span { padding:0.36rem 0; }
	.cplist .item h3 { font-size: 0.42rem; height: 1.4rem; margin:0.24rem 0; }
	.cplist .item .leave { display: inline-block; height: 1.1rem; line-height: 1.1rem; padding:0 0.36rem;  text-align: center; }
	.cplist .item .leave i { display: none; }
	
	.view em {  right:0.36rem;  bottom: 0.36rem; }
	.view em i { font-size: 0.56rem; }
	.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;  }
	
	.cprode { margin: 0;}
	.cprode .cpro-detail .top { box-sizing: border-box; width: 100%;   }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .top  h5 { display:block;  color:#222; font-size: 0.48rem;   text-align: center; margin: 0 0 0.36rem; }
	.cprode .cpro-detail .pinfo { margin: 0.48rem 0 0; }
	.cprode .cpro-detail .pinfo em { display: inline-block;  height: 1rem; line-height: 1rem; padding:0 0.36rem;  background: #3759b0; color:#fff;  border-radius: 40px; margin-bottom: 0.36rem;  margin-right: 0.36rem; }
	.cprode .cpro-detail .pinfo .imore-btn a:first-child { margin-right: 0.36rem; }
	.cprode .cpro-detail .desc { margin:0.64rem 0 0; }
	.cprode .cpro-detail .desc .hd ul li { padding: 0 0.24rem; font-size: 0.38rem; margin-right: 0.36rem;  border-top-left-radius: 10px; border-top-right-radius: 10px;}
	.cprode .cpro-detail .desc .bd .item { padding:0.36rem; }


	.contact .info, .contact .msgbox { width: 100%; float: none; }
	.contact .info { margin-bottom: 0.64rem;}
	.contact .info  h2 { font-size: 0.48rem; margin:0 0 0.64rem; }
	.contact { padding:0 0 0.64rem; }
	.contact .info ul li { margin-bottom: 0.36rem; }
	.contact .info ul li .cc  { padding: 0 0 0 0.36rem;}
	.contact .info ul li i { width: 60px; height: 60px; line-height: 60px; border-radius: 60px; font-size: 0.56rem; }
	.contact .msgbox { padding:0.64rem 0.36rem; }
	.contact .msgbox h2 { font-size: 0.48rem; margin-bottom: 0.64rem;}
	.contact .msgbox .layui-btn { height: 1.1rem; line-height: 1.1rem; }
	
	/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/
	
	
	
}
