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

.blue-more { display: inline-block; box-sizing: border-box; padding: 0 20px 0 30px; height:60px;  line-height:60px; border-radius: 60px;  background: #004097;  color:#fff; font-size: 16px; }
.blue-more i { display: inline-block; font-size: 16px; margin-left:60px; }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

/* .sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; line-height: 60px; border-radius: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; transition: all .3s ease; }
.sp-pn:hover { background: #004097; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 18px; vertical-align: top;  } */

.sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; line-height: 60px; border-radius: 60px;  text-align: center;  color:#004097; transition: all .3s ease; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i { line-height:60px; font-size: 30px;   } 

.sp-bot.swiper-pagination { width:100%; bottom:20px; }
.sp-bot .swiper-pagination-bullet { box-sizing: border-box; width:12px; height: 12px;  border-radius:12px; background: none;  border: 2px solid #fff;   opacity: 1; margin:0 10px!important;  }
.sp-bot .swiper-pagination-bullet-active { background:#fff; }

.sp-bot-blue .swiper-pagination-bullet { border: 2px solid #004097;    }
.sp-bot-blue .swiper-pagination-bullet-active { background:#004097; }

.layui-input-block { margin-left:0; }
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px;  border:1px solid #ddd;  }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 100px;  border:1px solid #ddd;  }
.layui-form em { line-height: 50px; margin: 0 20px;}
.layui-input-split { border:none; }

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.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:0.72rem; }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem;   }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:20px; }
	
	.layui-form .layui-input {  height:1.1rem; font-size: 0.38rem; padding:0 0.36rem; }
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	.layui-form .layui-input-wrap { line-height: 1.1rem;}
	.layui-form .layui-textarea {  font-size: 0.38rem; padding:0.24rem 0.36rem; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width: 100%; position: fixed; top:0; z-index: 9; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07); }
.header .hbox { padding:0 50px; height: 100px;  align-items: center; }
.header .hlogo .hlbox { display: flex; height: 100px; }
.header .hlogo .hlbox .img { display:flex;  align-items: center; height:100%; }
.header .hlogo .hlbox .img img { max-height: 60px; margin-right: 20px; }
.header .hlogo .hlbox .img .name { height:100%;  display: flex;  flex-direction: column; align-items: flex-start;  justify-content: center;  padding-left:20px;  border-left:1px solid #ddd; }
.header .hlogo .hlbox .img .name span { font-size:24px;  font-weight: 600; }
.header .hlogo .hlbox .img .name p { font-size:14px; }

.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:0 20px; }
.commenu>ul>li> a { display: inline-block; line-height: 100px; color:#333;  }
.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: #004097;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after, .commenu>ul>li> a.active span::after { width:100%; }
.commenu ul li .dtbox { display: flex; justify-content: center;  width: 100%;  padding: 30px 10% 50px; background:#fff; overflow: hidden; box-shadow: 0 4px 8px #0000000d;  position:fixed; left:0; top:90px; z-index: 99;    visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li .dtbox .dtbox-list { max-width: 900px; min-width: 860px;  margin:0 auto;   }
.commenu ul li .dtbox .dtbox-list ul.sub-nav { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px;  }
.commenu ul li:hover>.dtbox { visibility: visible; opacity: 1; top:100px; }
.commenu ul li ul li a span { margin:0;  font-size: 16px;  }
.commenu ul li ul li a:hover {  color:#333;  }
.header.active { position:fixed; top:0;  }

.qlinkbox ul li {  margin:0 10px; }
.qlinkbox ul li a { display: inline-block;   padding:6px 10px 8px; border-radius: 5px;  border:1px solid #004097;  color: #004097; }
.qlinkbox ul li a:hover {  background: #004097; color:#fff;  }

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo {  margin:0 0.72rem 0 0.36rem; }
	.header .hlogo .hlbox { height: 60px; }

	.header .hmenu { width: 60px; height: 60px; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px)!important; height: 100vh; overflow-y:scroll; position: fixed; left:-100%; z-index: 999;  /*display:none;*/ visibility: hidden; opacity: 0; transition: all 0.3s ease; }
	.commenu ul.menubox.open { left:0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #333;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); top:0; }
	.commenu ul li {  width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.1); margin:0; padding:0 0.64rem; }
	.commenu>ul>li, .commenu>ul>li:last-child { margin: 0; }
	.commenu>ul>li> a { padding:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }
	.commenu>ul>li> a:hover { background: none; }
	.commenu>ul>li> a span::after { display: none; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0!important;; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#004097; 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:#004097; 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: 68vh;  }
.ibanwarp .scroll-banner { width:100%; height:68vh; position: fixed; left: 0; top: 100px; z-index: 1; }
.iban-swp .bg { width:100%; height: 100%; overflow: hidden; }
.iban-swp .bg .bgimg { width:100%; height: 100%;  overflow: hidden; }
.iban-swp .bg .bgimg img {  width:100%; height: 100%; object-fit: cover;  }
.iban-swp .swiper-slide-active .bg .bgimg img {  transform: scale(1.08);  transition: all 5s ease;  }
.iban-swp .bg .txt { width: 50%;  padding:0 6%;  text-align: center;  position: absolute; top:8%; left:0; z-index: 9; }
.iban-swp .bg .txt .img { width: 90%; margin:6% auto; }
.iban-swp .bg .txt h2 {  font-size: 48px;  font-weight: 700;  color:#fff;  }
.iban-swp .bg .txt h3 { font-size: 30px; font-weight: 500;  color:#fff; }
.iban-swp .bg .txt .img1 { max-width: 30%;}
.iban-swp .sp-bot { bottom:4%; }
.iban-swp .sp-pn { color:#fff; }
.particleCanvas { width:100%; height: 100%;  position: absolute;  top:0; left:0;  z-index: 2;}

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

.idata-box { width: 1200px;  margin:0 auto; }
.idata-box .num-list ul { display: flex;  justify-content: space-between;  align-items: center;   color:#004097;  text-align: center; }
.idata-box .num-list ul li span {  font-size: 42px;  font-weight: 600;  display: flex; justify-content: center;  align-items: center; }
.idata-box .num-list ul li span em {  font-size: 48px;   font-family: DIN; }
.idata-box .num-list ul li p { font-size:24px; }
.idata-box .group-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  margin:80px 0 0; }
.idata-box .group-list .gbox {   display: grid;  grid-template-columns: repeat(1, 1fr); grid-gap: 40px;  }
.idata-box .group-list .gbox .item {  display: flex; }  
.idata-box .group-list .gbox .item .tp { font-size:18px;  color:#333; font-weight: 600;  margin-right:20px; }
.idata-box .group-list .gbox .item .tplist ul li { margin:0 0 15px; }

.itit  { margin:0 0 60px; }
.itit h2 { font-size:48px; }

.iwhy { width:100%;  background-position: center bottom;  background-size: cover;    background-image: url(../images/sky2.jpg);  background-repeat: no-repeat;  overflow: hidden; }
.iwhy::before { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height: 100%; background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0)); z-index: -1;}
.iwhy  .iwhy-box { padding:0 160px 100px;  }
.iwhy .imgbox { display: flex; justify-content: center; align-items: center;   }
.iwhy .imgbox .item { padding:0 4%; }
.floating-element {  position: absolute;  left: -240px;   top: 24%; z-index: 10;   animation: floatRight 10s linear infinite; }
.floating-element  img { width: 240px; }
.scale-element { position: absolute;  right: 10%;   top: 10%; z-index: 2;   animation: scaleAnimation 5s infinite ease-in-out; }
.scale-element img { width:160px; }

.iwhy .cloudbox img { transform: scale(0.8); position: absolute;   bottom:-10%;  z-index: 3;  animation: moveRightLeft 20s linear infinite;  }
.iwhy .cloudbox img.c31 { left:-10%; }
.iwhy .cloudbox img.c21 { left:0%; }
.iwhy .cloudbox img.c11 { left:20%; }
.iwhy .cloudbox img.c2 { left:30%;   bottom:-68%;  }
.iwhy .cloudbox img.c1 { left:80%; bottom:-40%; }

@keyframes floatRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(100vw + 240px));
	}
}
		
 @keyframes scaleAnimation {
	  0% {
		transform: scale(1);
		filter: blur(2px);
	  }
	  50% {
		transform: scale(1.2);
		filter: blur(0);
	  }
	  100% {
		transform: scale(1);
		filter: blur(2px);
	  }
	}
	
@keyframes moveRightLeft {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(300px);
	}
	100% {
		transform: translateX(0);
	}
}

.pro-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;   }
.pro-list  .item { display: flex;  justify-content: center;  }
.pro-list  .item .img { width:100px; }
.pro-list  .item .numlistitem {  flex:1;   margin-left:40px; }
.pro-list .item .numkltitle { font-size: 30px;color: #1D2086; margin-bottom: 10px; font-weight: 500;} 
.pro-list .item .numklsubtitle { color: #00A0E9; font-size: 18px; margin-bottom: 20px; }
.pro-list .item .numklinfo strong { color:#333; }

.inews .list .item {width: calc(50% - 20px); }
.inews .list .item h2 {   font-size: 22px;  font-weight: 600;  background: #009EE7; color: #fff;   padding:5px 0;  text-align: center; }
.inews .list .item .listbox {  padding:20px 10px; }
.inews .list .item .listbox ul li { margin:0 0 15px; }
.inews .list ul li a:hover { color:#004097; }

.ipart-list .swp-ipart { width: 100%;  height:480px;  padding:0 0 100px; }
.ipart-list .swp-ipart .swiper-slide {  height: 20% !important; }
.ipart-list .swp-ipart .swiper-slide .img { height: 100%; }
.ipart-list .ipart-prev { left:-60px; }
.ipart-list .ipart-next { right:-60px; }

.footer { background: linear-gradient(to bottom, #f4f4f4 0%, #fff 30%); }
.footer h2 { font-size:18px;  margin:0 0 20px; }
.footer .ft-box .item  .ftmenu ul {  display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px 40px;    }
.footer .ft-box .icoimg {  display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px;    }
.sidemicongroup .sidemicon { width:60px; height: 60px;  }
.sidemicongroup { position: relative; }
.sidemicongroup .qrimg {  width:140px; height: 140px;  background: #fff; position: absolute;  left:-40px; bottom:80px; z-index: 9;  visibility: hidden;  opacity: 0; transition: all 0.3s ease; }
.sidemicongroup .qrimg img { box-shadow: 0 5px 15px #00000028;}
.sidemicongroup:hover .qrimg {  visibility: visible;  opacity: 1;   }
.ft-links { background: #e6e6e6;  padding:12px 20px; display: flex;  margin:40px 0;  }
.ft-links  .name { flex-basis: 10%;}
.ft-links .links { flex-basis: 90%; }
.ft-links .links ul { display: flex; justify-content: space-around; align-items: center; }
.ft-links .links ul li { position: relative;  }
.ft-links .links ul li a { display: flex;  align-items: center;  }
.ft-links .links ul li a i { font-size: 12px; margin-left:10px; margin-top:4px; transform: rotate(180deg);   }
.ft-links .links ul li .sub-menu { position: absolute;  bottom: 150%;   left: 0;  background: #fff;  min-width: 260px; padding: 15px; opacity: 0; visibility: hidden;  box-shadow: 0 -2px 12px #0000001f;  transition: all 0.3s ease;  }
.ft-links .links ul li:hover .sub-menu { opacity: 1; visibility: visible; }
.ft-links .links ul li .sub-menu {  display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px;  line-height: 200%; }
.ft-cpr {  background: #1b4093 none repeat center top;  color:#fff;  padding:20px 0;  }
.ft-cpr p, .ft-cpr a {  font-size: 15px;  color:rgba(255, 255, 255, 0.5); }
.ft-cpr a:hover { color:#fff; text-decoration: underline; }

.czapp-box { position: fixed; top:140px; right:-10px; z-index:9; cursor: pointer;  transition: all linear 150ms; }
.czapp {   background: #1e2281; color:#fff;  padding: 15px 30px 15px 20px;  border-bottom-left-radius: 20px; border-top-left-radius: 20px;  box-shadow: 0 5px 12px #022b7c3d;   display: flex;  flex-direction: column;  align-items: center;	position: relative;  overflow: hidden; gap: 6px;}
.czapp .ico { display: flex;  width: 45px;  height: 45px; background: #00A0E9;  padding: 10px;  border-radius: 50%;}
.czapp::after {  content: "";  position: absolute;  top: 0;   left: -100%;  width: 50%;  height: 100%;  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);   transform: skewX(-20deg);   animation: shine 3.5s infinite;}
.czapp-box:hover { right:0; }
.czapp:hover { background: #4b9ee2;	}
.czapp:hover .ico { background: #1e2281;}

@keyframes shine {
	0% {
		left: -100%;
		    opacity: 0.8;
	}
	50% {
		left: 120%;
		    opacity: 0.8;
	}
	100% {
		left: 120%;
		    opacity: 0;
	}
}

.floor-nav { position: fixed;   right: 20px;   top: 50%; z-index: 99;	}
.floor-nav .nav-item { color:#999;  margin:20px 0; text-align: right;  cursor: pointer;  }
.floor-nav .nav-item.active { color:#333;  font-size: 18px; }

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

.pagination { text-align: center;  margin:40px 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: #004097; color: #fff; border-color: #004097; }
.page-num-current {z-index: 1;background-color: #004097; color: #fff;  border-color: #004097;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cmain-box { display: flex;   justify-content: space-between;   position: relative; }
.cmain-box .cm-left { width:240px; padding-right:40px;  border-right:1px  solid #ddd;  flex:1 0 auto;    }
.cmain-box .cm-left h2 { font-size:24px; padding:0 0 20px;  margin:0 0 40px; border-bottom:1px  solid #ddd;  }

.cmain-box .cm-left .slider-menu ul li { margin:0 0 20px; }
.cmain-box .cm-left .slider-menu ul li a { color:#8b8d94;  font-size: 18px; line-height: 180%;  }
.cmain-box .cm-left .slider-menu ul li a:hover ,.cmain-box .cm-left .slider-menu ul li a.active  { font-size:20px;  color:#333;  font-weight: 600; }

.cmain-box .cm-right { width:calc(100% - 240px);  padding-left:40px;  } 
.cmain-box .cm-right h2.cm-title { font-size:30px;   margin:0 0 40px; }

.cmain-box.sticky {  justify-content:flex-end; }
.cmain-box.sticky .cm-left .cm-left-box { width:200px; position:fixed; top:140px; z-index: 2;}

.cm-menu { margin:0 0 40px; }
.cm-menu ul { display: flex; justify-content: flex-start; align-items: center; }
.cm-menu ul li { margin-right:20px; }
.cm-menu ul li a { font-size:18px;  color:#999;  }
.cm-menu ul li a:hover ,.cm-menu ul li a.active  { font-size:20px; color:#333;  font-weight: 600; }

.c-tag { display: flex;  flex-wrap: wrap;  align-items: center; gap: 12px;   margin:40px 0 0; }
.c-tag a { display: inline-block; background: #fff;  border: 2px solid #004097;  color: #004097;  padding: 8px 16px;  border-radius: 4px; transition: all 0.3s ease; }
.c-tag a:hover, .c-tag a.active { background-color: #004097;    color: #fff;}

.news-list .item { display: flex;  justify-content: space-between;  padding:0 0 20px; margin:0 0 20px; border-bottom:1px  solid #ddd;  }
.news-list .item .img { width:250px; }
.news-list .item .txt { flex: 1;  margin-left:20px;  }
.news-list .item .txt .tit a { font-size:20px; font-weight: 600;  color:#333; line-height: 180%;  } 
.news-list .item .txt .tag { display: flex;  align-items: center; margin:10px 0; }
.news-list .item .txt .tag span { display: flex;  align-items: center;  margin-right:20px; }
.news-list .item .txt .tag a { color:#004097;  margin-right: 10px; text-decoration: underline; }
.news-list .item .info { margin:0 0 10px;   }
.news-list .item .time .more {  color:#004097; padding:0 0 5px; position: relative; }
.news-list .item .time .more::after { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height: 2px; background: #004097; z-index: 1; }

.pagetit { display: flex;  align-items: center; min-height:200px;  background: rgba(0, 0, 0, 0.04); }
.pagetit h2 { font-size: 30px; margin:0 0 10px;  }
.pagetit .position p { display: flex; justify-content: center;  align-items: center;  grid-gap:  10px;  line-height: 240%;  }
.pagetit .position p i { margin:0 0 0 10px;  }
.pagetit .position a { color:#999;   }
.pagetit .position a:hover {  color:#333; text-decoration: underline; }
.pagetit .mark .tag  a { margin-right: 10px;   }

.cm-detail p { margin:10px 0;  }
.cm-detail strong { color:#333; }
.cm-detail h1, .cm-detail  h2, .cm-detail  h3, .cm-detail  h4, .cm-detail  h5 { margin:10px 0; }
.cm-detail table { background:#f9f9f9;  border-top:1px solid #ddd; border-left:1px solid #ddd; }
.cm-detail table tr td { padding:10px 20px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;  vertical-align: top;  }

.cm-pntab { border-top:1px  solid #ddd;   border-bottom:1px  solid #ddd;  }
.cm-pntab .item { display:flex; align-items: center; width:calc(50% - 20px); grid-gap: 20px;  color:#999;   }
.cm-pntab .item i {  font-size: 30px; }
.cm-pntab .item .box { flex:1;   }
.cm-pntab .item:last-child { text-align: right; }
.cm-pntab .item .box .post-tit { font-size: 18px;  color:#333;  font-weight: 600;  line-height: 180%;  margin:10px 0 0;  }
.cm-pntab .item:hover  .post-tit  { color:#004097; }

.related-list h3 { font-size:30px; margin:0 0 40px; }
.related-list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  }
.related-list ul li .item  { display:flex;  align-items: flex-start;  }
.related-list ul li .item .img { width:120px; flex: 1 0 auto;  }
.related-list ul li .item .img img { object-fit:contain; }
.related-list ul li .item .txt { padding-left: 20px; }
.related-list ul li .item .txt .tit { margin:0 0 10px; }
.related-list ul li .item .txt .tit a { color:#333; line-height: 180%; }
.related-list ul li .item:hover .txt .tit a { color:#004097; }


.msm-schedule-wrapper{margin: 0; position: relative;}
.msm-schedule-wrapper ul.msm-date-tabs{list-style:none;margin: 0 0 30px 0;}
.msm-tab-content{display: none;}
.msm-tab-content.active{display: block;}
.msm-conference-list{margin-bottom: 20px;}
.msm-conference-item{border: 1px solid #004097; border-radius: 4px; padding: 20px; margin-bottom: 20px; position: relative; background: url(../images/eventbg.jpg) no-repeat center bottom; background-size: cover; color: #333;  transition: background 0.3s, color 0.3s;}
.msm-conference-item:hover{background: #004097; color: #fff;}
.msm-conference-item:hover a{color: #fff;}
.msm-conference-item:hover .msm-label-hot,
.msm-conference-item:hover .msm-label-live,
.msm-conference-item:hover .msm-label-replay,
.msm-conference-item:hover .msm-add-to-schedule{color: #fff;}
.msm-conference-item:hover .msm-label-hot{color: transparent;}
.msm-item-header{display: flex; justify-content: space-between; align-items: center;}
.msm-title-type{display: flex; align-items: center; gap: 10px; }
.msm-type{ color: #004097; background: #dae8fd; padding: 5px 15px; line-height: 1.4; white-space: nowrap;}
.msm-title{font-size: 20px; margin: 0; color: #004097;}
.msm-title a {color: #004097;}
.msm-labels{display: flex; align-items: flex-start; gap: 8px;position: absolute; right: 0; top: 0px;}
.msm-label-hot{background: url(../img/hotlabel.png) no-repeat center bottom; background-size: contain; width: 46px; color: transparent; padding: 6px 6px 2px 6px; border-radius: 3px; font-size: 12px; font-weight: bold;}
.msm-label-live,.msm-label-replay{background: #004097; color: #fff; padding: 2px 6px; border-top-right-radius: 3px; font-size: 14px; min-width: 68px; text-align: center;}
.msm-conference-item:hover .msm-label-live,.msm-conference-item:hover .msm-label-replay{background: white;color: #004097;}
.msm-conference-item:hover .msm-title , .msm-conference-item:hover .msm-excerpt {color:#fff;}
.msm-excerpt {margin: 10px 0;  color: #999; }
.msm-bottom-row{display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin-top: 10px; }
.msm-location{text-align: center;}
.msm-time{text-align: right;}

.event-detail .event-tit h3 { font-size:30px; }
.event-detail .event-tit a:hover { color:#004097; text-decoration: underline; }
.event-detail .event-date { margin:20px 0 40px;   }
.event-detail .event-info table { background:#f9f9f9;  border-top:1px solid #ddd; border-left:1px solid #ddd; }
.event-detail .event-info table tr td { padding:10px 20px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;   }

.cm-ban { width: 100%;  margin:0 0 40px; }
.cm-ban .cm-ban-bg { width:100%; height:240px;  background-position: center;  background-size: cover;  background-repeat: no-repeat; }
.cm-ban .cm-ban-bg .txt { font-size:30px;  }

.c-why { background-image: url(../images/ccloudbg.jpg);  background-position: center top;  background-size: contain;  background-repeat: no-repeat; }
.c-why h2.cm-title { padding:40px 0 0; }
.c-why .cm-detail { padding:0 40px; }

.c-pro .pro-list { grid-template-columns: repeat(1, 1fr);  }
.c-pro .pro-list .item .img { width:60px; }
.c-pro .pro-list .item .pimg { margin:20px 0 0; }
.c-pro .pro-list .item .pimg2 { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
.c-pro .pro-list .item .pimg2 .imgs { height: 360px; }

.c-price .c-price-list { display: grid; grid-template-columns: repeat(1, 1fr);  grid-gap: 40px;  margin:0 0 40px;  }
.c-price .c-price-list .item {  display:flex;  justify-content: flex-start;  align-items: center;  }
.c-price .c-price-list .item .price { width:25%;    }
.c-price .c-price-list .item .price p {  font-size: 24px; color:#009FE8; margin-bottom:10px; }
.c-price .c-price-list .item .price span { font-size:26px;  font-weight: 600; color:#004097;  }
.c-price .c-price-list .item .price span em {  font-size:18px;  font-weight: normal;  margin-left:10px;  }
.c-price .c-price-list .item .info { flex:1;  border-left: 6px solid #004098;  box-shadow: 0 5px 10px #0000002b;  padding: 30px 20px;  background: linear-gradient(136deg, white 50%, #BAE2F8);}

.tablepress thead tr th { background: #004097; color:#fff;  padding:10px 20px;  }
.tablepress tbody { border-top:1px solid #ddd; border-left:1px solid #ddd;  }
.tablepress tbody tr td { min-width:80px; padding:10px 20px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;  line-height: 200%;  }

.dl-list ul {  display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px;  }
.dl-list ul li .item .txt { margin:10px 0 0;  text-align: center; }
.dl-list ul li .item .txt a { color:#009da9;  text-decoration: underline; }

.exh-list ul {  display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  }
.exh-list ul li .item { background:#f9f9f9;  padding:20px;  border: 1px solid #e6e6e6;  border-radius: 5px;  transition: all linear 0.3s; }
.exh-list ul li .item h3 { font-size:18px; margin:0 0 10px; }
.exh-list ul li .item .tag span { width:calc(50% - 10px);  }
.exh-list ul li:hover .item { background: #fff;    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}

.exh-detail .exh-tit {  border-bottom:1px solid #ddd; }
.exh-detail h3 { font-size:24px;  text-align: center;   }
.exh-detail .tag { display: flex;  justify-content: center;  align-items: center;   font-size: 18px;  margin:20px 0;  }
.exh-detail .tag span  { display: flex;  align-items: center; margin:0 20px;   }
.exh-detail .exh-de { padding:10px 0 0; }
.exhibitor-website-btn { box-sizing: border-box; display: inline-block;   margin:20px auto 0;  padding: 8px 20px 10px;    color: #1F2383;  border-radius: 5px;  border: 1px solid #1F2383;  }
.exhibitor-website-btn:hover { background: #1F2383;  color:#fff;  }

.fancybox__content { width:50%;   padding:40px; }
.fancybox__backdrop { background: rgba(0,0,0,0.5);  }
.fancybox__content>.f-button.is-close-btn  { width:40px!important; height: 40px!important;  top:20px; right:20px;  background: #004097; color:#fff;   }

.layui-layer-dialog .layui-layer-content { font-size:16px; }
.layui-btn {  width: 100%;  height: 50px;  line-height: 50px;  border-radius: 5px;  background: #004097;  font-size: 20px;	font-weight: 600; }
.layui-form-checkbox>div { font-size:16px; }
.layui-form-item .layui-form-checkbox[lay-skin=primary] { margin:10px 0; }

.applyform {width: 80%; margin: 0 auto; }
.applyform .layui-form-item {  margin-bottom: 20px;}
.applyform .layui-form-label {  width: 140px;	padding:0;}
.applyform .layui-form-label em {  display: inline-block;  margin-right: 10px;}
.applyform .layui-input-block {  margin-left: 160px;}
.applyform .combtn {  cursor: pointer;  padding: 0 40px;   font-size: 16px;  border: none;  transition: all 0.3s ease;}

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	.header .wave { top:40px; }
	
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height: 46px;}

	
	/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
	.msm-tag-filters {flex-wrap: wrap;flex-direction: row;}
	.msm-tag-filters button {min-width: 5em;}	
	.msm-bottom-row {display: flex;flex-direction: column;}
	
	.applyform .layui-form-label { padding:0;  width:100%; line-height: 1.1rem;  font-size: 0.38rem;  text-align: left; }
	.applyform .layui-form-label em { margin-right:5px; }
	.applyform .layui-input-block {  margin-left:0; }
	.applyform .layui-form-item { margin-bottom:0.24rem;  }
	.applyform .layui-form .layui-input { height: 1.1rem; font-size: 0.38rem;  }
	.applyform .layui-form .layui-form-checkbox>div { font-size: 0.38rem;  }
	.applyform .layui-form-item .layui-form-checkbox[lay-skin=primary] { margin:0.36rem 0 0.24rem; }
	.applyform .combtn { width:100%;  height: 1.1rem;   line-height: 1.1rem;  font-size: 0.38rem;    }
	.layui-layer-dialog .layui-layer-content { font-size:0.38rem; }
	
	
}




