@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 30px; height:60px;  line-height:60px; border-radius: 60px;  background: #243d69;  color:#fff; font-size: 18px;  }
.blue-more i { display: inline-block; margin-left:60px; }
.blue-more-light { background: #4a9ecc; }

.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:-25px; z-index: 9;  cursor: pointer; width:50px; height: 50px; border-radius: 50px; line-height: 50px; background: #243d69; 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:50px; font-size: 18px;  }

.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-red .swiper-pagination-bullet { background:#ccc; }
.sp-bot-red .swiper-pagination-bullet-active { background:#243d69; }

.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: #243d69 !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: #243d69;  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:#333; }
.lmbox {  padding:40px; }

@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; }
	
	.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;   }
	.lmbox {  padding:0.36rem; }
	
	.text-secondary { font-size:0.38rem; }
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/

.header { width:100%; background:#243d69; color:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1); position: fixed; top:0;  z-index: 99; transition: all 0.3s ease; }
.header .hlogo .hlbox { line-height: 100px; }
.header .hlogo .hlbox .img { display:flex; align-items:center; }
.header .hlogo .hlbox .img img { max-height: 60px; margin-right: 1.2vw; }
.header .hlogo .hlbox span {  font-size:20px;  font-weight:600; }
.header .hlogo .hlbox .lt span { font-size: 20px; }
.header .hlogo .hlbox .lt  p { font-size: 15px;  }
.header .hlang a { color:#fff; font-size: 18px;  }
.header .hlang a i { margin:0 10px 0 0;  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:60px;  }
.commenu>ul>li:first-child { margin:0; }
.commenu>ul>li> a span { display: inline-block; line-height: 100px; color:#fff; position: relative; font-size: 18px;    }
.commenu>ul>li> a span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0;  height: 2px; background: #fff;  z-index: 2; transition: all 0.3s ease; }
.commenu>ul>li> a:hover span::after { width: 100%; }
.commenu ul li ul { width:240px;  background:#fff; border-radius: 10px;  overflow: hidden;  box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:120%;  visibility: hidden; opacity: 0;   transition: all 0.3s ease; }
.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:10px; display: inline-block; }
.commenu ul li ul li a:hover { background: #243d69; color:#fff; transition: none; }
.header.fixed { 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 { width:auto;  height: 60px; line-height:60px; }
	.header .hlogo .hlbox .img img { margin-right:2vw; max-height:40px;}
	.header .hlogo .hlbox span {  font-size:0.42rem;  font-weight:600; }
	.header .hlogo .hlbox .lt span { font-size: 0.48rem; }
	

	.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: #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:#fff; 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:#fff; 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; }
}


/*#region ===========分页样式===========*/
.aspnetpager {
	overflow: hidden;
	padding: 30px 0 10px;
}

.paginator {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	margin: 0 auto;
	text-align: center;
	border: none;
}

	.paginator a {
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		margin: 0 5px;
		font-size: 14px;
		display: inline-block;
		text-decoration: none;
		color: #666;
		background: #fff;
		border: 1px solid #ddd;
	}

		.paginator a:hover {
			text-decoration: none;
			color: #fff;
			background: #243d68;
			border: 1px solid #243d68;
		}

	.paginator span.cpb {
		width: 32px;
		height: 32px;
		line-height: 32px;
		padding: 0;
		margin: 0 5px;
		font-size: 14px;
		color: #666;
		display: inline-block;
		color: #fff;
		background: #243d68;
		border: 1px solid #243d68;
	}

.paginatordis {
	display: none;
}

.paginator input[type="text"] {
	text-align: center;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dadad8;
	padding: 0;
}

.paginator input[type="submit"] {
	padding: 0 5px;
	height: 24px;
	line-height: 22px;
	margin-left: 3px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	color: #666;
}



/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ibanwarp {  position: relative;  height: 800px; margin: 100px 0 0; }
.ibanwarp .scroll-banner { width:100%; height: 800px; position: fixed; left: 0; top: 100px; z-index: 1; }
.ibanwarp .iban-txt { position: relative;  z-index: 9;  height: 100%; }
.ibanwarp .iban-txt h2 { font-size: 48px; }
.ibanwarp .iban-txt p { font-size: 18px; }
.ibanwarp .iban-txt .imore-btn a { margin:0 20px; }
.iban-swp .picbox {  width: 100%; overflow: hidden; }
.iban-swp .bg { width: 100%; height:800px; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }
.iban-swp .bg:before { width:100%; height: 100%; content: ""; left: 0; top: 0;  position: absolute; background: rgba(0,0,0,0.5); z-index: -1;}
.iban-swp .sp-bot { bottom:30px!important; }

.c-page { position: relative; z-index: 9; }

.itit  { margin-bottom: 40px;  }
.itit em { font-size: 18px; }
.itit h2 { font-size:36px;   }

.imore-btn { margin:40px 0 0; }

.ipro { padding:80px 40px 0 40px; }
.ipro2 { padding:80px 40px; }
.ipro .ipleft { width:320px; padding:0 40px; border-radius:20px;  background-image: url(../images/iprobg.jpg); background-position:center;  background-size: cover;    }
.ipro .ipleft  .itit h2 { font-size:24px; margin-bottom: 20px;   }
.ipro2 .ipleft {  background-image: url(../images/iprobg2.jpg);}
.ipro .list { width:calc(100% - 360px); }
.ipro .list .item .img { position:relative; /*height: 320px;*/ border-radius: 20px;   }
.ipro .list .item .img img { object-fit:cover; }
.ipro .list .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;}
.ipro .list .item .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.ipro .list .item:hover .bg { opacity:1; }
.ipro .list .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; }
.ipro .list .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; }
.ipro .list .item:hover .bg span::before, .ipro .list .item:hover .bg span::after  { width:50%; }
.ipro .list .item .txt h3 { height: 60px; font-size:18px;  margin:20px 0;  }
.ipro .list .item .txt a { 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;  }
.ipro .list .item .txt a:hover { transform:translateY(-5px);  }
.ipro .list .sp-pn {  position: static;  margin:40px 20px 0; }

.iabo .list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  }
.iabo .list ul  li { padding: 40px 40px  100px; background: #fff;  border-radius: 20px;  position: relative; }
.iabo .list ul  li  i {  font-size: 60px;height: 60px;  display: flex;  align-items: center; }
.iabo .list ul  li .info h3 { font-size: 24px;  margin:20px 0; }
.iabo .list ul  li .info .imore { font-size: 18px; color:#333;   position: absolute;  bottom:40px;   }
.iabo .list ul  li .info .imore:hover { color:#4a9ecc;   }

.ithree .list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  }
.ithree .list ul  li { padding: 40px 40px  100px; background: #fff;  border-radius: 20px;  position: relative; }
.ithree .list ul  li  i {  font-size: 60px;height: 60px;  display: flex;  align-items: center; }
.ithree .list ul  li .info h3 { font-size: 24px;  margin:0 0 20px; }
.ithree .list ul  li .info .imore { font-size: 18px; color:#333;   position: absolute;  bottom:40px;   }
.ithree .list ul  li .info .imore:hover { color:#4a9ecc;   }

.icate { background: url(../images/icatebg.jpg) center no-repeat;   background-size: cover;    }
.icate .icate-box { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 80px; }
.icate .icate-box .item { max-width: 400px; }
.icate .icate-box .item .list ul li  {  margin-bottom:20px; }
.icate .icate-box .item  .list ul li  a { box-sizing: border-box;  width: 100%;  height: 50px; line-height: 50px;  padding:0 30px; border-radius: 50px;  background: #243d69;    color:#fff;   text-overflow: ellipsis;overflow: hidden; white-space: nowrap; display: block; }
.icate .icate-box .item  .list ul li  a:hover {  background: #4a9ecc;   }
.icate-form .layui-input, .icate-form .layui-textarea  {  height: 50px; line-height: 50px; border-radius: 50px;   background: none; border:1px solid rgba(255,255,255,0.5);  color:#fff;   }
.icate-form .layui-input:focus, .icate-form .layui-textarea:focus  { border-color: #4a9ecc !important; box-shadow:none; }
.icate-form .layui-input::placeholder, .icate-form .layui-textarea::placeholder { color:rgba(255,255,255,0.5); }
.icate-form .layui-textarea  { line-height: 180%; border-radius: 20px;  padding:20px;  min-height: 180px;   }

.inews  .imore-btn { margin:0; }
.inews .list .itembox .img { height: 240px; border-radius: 20px;  }
.inews .list .itembox:hover .img img { transform:scale(1.08); }
.inews .list .itembox .txt .tag { margin:20px 0; }
.inews .list .itembox .txt h3 { height:60px;  font-size: 18px; }
.inews .list .inews-prev { left:-90px; }
.inews .list .inews-next { right:-90px; }

.footer { width:100%;  background:#212121; color:#fff;  position: relative; z-index: 1; }
.footer p, .footer a {  color:#fff; }
.footer .fleft .flogo img { max-width:100px; }
.footer .fmid { width: 60%;   }
.footer .fmid ul { display: flex; }
.footer .fmid ul li h3 {  font-size: 20px; margin-bottom: 20px;  color:#fff; }
.footer .fmid ul li .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fmid ul li .subnav a:hover { color:#fff; }
.footer .fmid  .subnav p { display: flex;  justify-content: flex-start;  margin-bottom: 15px; }
.footer .fmid  .subnav p:last-child { margin:0; }
.footer .fmid  .subnav p i { font-size: 18px; margin-right: 20px; }
.footer .fright ul li img { max-width: 120px; margin-bottom: 20px; }
.footer .fright ul li p i { font-size:24px; margin-right: 10px; }
.footer .cpr { padding:25px 0;   border-top:1px solid rgba(255,255,255,0.1);  }
.footer .cpr a:hover { color:#fff; }
.footer .cpr .flus .folico a { display: block; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; text-align: center;  background: #333;  margin-left:20px;  }
.footer .cpr .flus .folico a i { font-size: 18px; }
.footer .cpr .flus .folico a:hover { background: #243d69; }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/

.cbanwarp { position: relative; height: 360px;  z-index: 1;  margin: 100px 0 0; 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.5); z-index: 1; }
.cbanwarp .cbg .infobox { height: 100%; position: relative; z-index: 9; }
.cbanwarp .cbg .txt  em { font-size: 18px; }
.cbanwarp .cbg .txt h2 { 	font-size: 36px; }

.cmenu { background: #f6f6f6;   }
.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:#243d69; font-weight: 600; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #243d69;  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; font-size:16px;  }
.page-num { margin:0 6px; }
.page-num:hover, .page-link:hover {	background-color: #243d69; color: #fff; border-color: #243d69; }
.page-num-current {z-index: 1;background-color: #243d69; color: #fff;  border-color: #243d69;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cnewslist ul li {float:left; width:calc(25% - 30px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist ul li:nth-child(4n) { margin-right: 0; }
.cnewslist ul li .itembox .img { height: 240px; border-radius: 20px;  }
.cnewslist ul li .itembox:hover .img img { transform:scale(1.08); }
.cnewslist ul li .itembox .txt .tag { margin:20px 0; }
.cnewslist ul li .itembox .txt h3 { height:60px;  font-size: 18px; }

.cnewsdetail .cn-left { width: calc(100% - 420px); }
.cnewsdetail .cn-left .top { padding:0 0 20px; margin:0 0 30px;  border-bottom: 1px solid #e6e6e6;}
.cnewsdetail .cn-left .top  h2 { font-size: 30px; }
.cnewsdetail .cn-left .bot .detail p strong { color:#333; }
.cnewsdetail .cn-right { width: 360px; }

 .slider .tit { background: #243d69;  padding:20px 30px; border-top-left-radius: 20px; border-top-right-radius: 20px;  }
 .slider .tit  h3 { font-size: 24px; }
 .slider .list {  border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; margin-bottom: 40px;  overflow: hidden;  }
 .slider .list ul li a { box-sizing: border-box; display: inline-block; width: 100%;   padding:10px 30px; color:#333; }
 .slider .list ul li a:hover,  .slider .list ul li a.active { background: #243d69; color:#fff; }
 .slider .scontbox { background: url(../images/scontbg.jpg) center no-repeat;   background-size: cover;  border-radius: 20px;  padding:30px; }
 .slider .scontbox h3 { font-size: 24px; margin-bottom: 20px; }
 .slider .scontbox  .blue-more { margin:40px 0 0; }

.cprolist .cp-left {   width: 320px; }
.cprolist .cp-right {  width: calc(100% - 360px); }

.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(-5px);  }

.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:#243d69; }
.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 #243d69; }
.preview .arrow { background: #243d69;  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: #243d69; 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:#333;  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: #243d69; 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:#333; }
.cprode .cpro-detail h3 { display:none;  }

.contact .info, .contact .msgbox { width: 50%; }
.contact .info h2 { font-size: 30px; color:#333; 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: #243d69; 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:#333;  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:#333; margin-bottom: 40px; }
.contact .msgbox .layui-btn { height: 60px; line-height: 60px;}

/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){	
	
	/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
	.ibanwarp { height: 40vh;  margin: 0;}
	.ibanwarp .scroll-banner { height: 40vh; top:60px; }
	.iban-swp .bg { height: 40vh; }
	.ibanwarp .iban-txt h2 { font-size: 0.56rem;}
	.ibanwarp .iban-txt p { font-size: 0.38rem; }
	.ibanwarp .iban-txt .imore-btn a { margin:0 10px; }
	
	.itit { margin-bottom: 0.48rem;  }
	.itit em {  font-size: 0.38rem; }
	.itit h2 { font-size:0.56rem;  }

	.imore-btn { margin:0.48rem 0 0; }
	
	.ipro .ipleft { width:100%;  height: auto;  padding: 0.72rem 0.36rem; }
	.ipro .ipleft .itit h2 { margin-bottom: 0.36rem; }
	.ipro .list { width:100%; padding:0.72rem 0.36rem }
	.ipro .list .item .txt h3 { font-size: 0.42rem; height: auto; margin:0.36rem 0; }
	.ipro .list .sp-pn { margin: 0.48rem 0.18rem 0;}
	
	.iabo .list ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem;}
	.iabo .list ul li { padding: 0.64rem 0.36rem;}
	.iabo .list ul li .info h3 { font-size: 0.48rem;  margin:  0.36rem 0; }
	.iabo .list ul li .info .imore { display: inline-block; position: static;  font-size: 0.38rem; margin-top:0.36rem;  }
	
	.ithree .list ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem;}
	.ithree .list ul li { padding: 0.64rem 0.36rem;}
	.ithree .list ul li .info h3 { font-size: 0.48rem;  margin: 0 0 0.36rem; }
	.ithree .list ul li .info .imore { display: inline-block; position: static;  font-size: 0.38rem; margin-top:0.36rem;  }
	
	.icate .icate-box { grid-template-columns: repeat(1, 1fr);  grid-gap: 0.36rem;}
	.icate .icate-box .item { max-width: 100%;}
	
	.inews .list .itembox .img { height:auto; }
	.inews .list .itembox .txt h3 { font-size:0.42rem; height: auto; }
	.inews .list .itembox .txt .tag { margin:0.24rem 0; }
	.inews .list .swp-inews { padding:0 0 0.84rem; }
	.inews .sp-pn { display: none;}
	
	.footer .cc { padding:0.72rem 0 0.48rem; }
	.footer p, .footer a { font-size:0.38rem; }
	.footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; } 
	.footer .fleft .flogo { text-align: center;  }
	.footer .fleft .flogo img { max-width: 80px;  }
	.footer .fmid  { margin:0.48rem 0; }
	.footer .fmid ul { display: block; }
	.footer .fmid ul li { float: none; width:100%; margin-bottom: 0.32rem;  }
	.footer .fmid ul li h3  { margin-bottom: 5px; }
	.footer .fmid ul li h3 span, .footer .fright .flus h3 span  { font-size:0.42rem;  }
	.footer .fmid ul li .subnav a {  float:left; width:auto; margin-right: 0.32rem;  line-height: 240%; }
	.footer .fmid ul li:last-child { margin-bottom:0; }
	.footer .fright ul li { float: none; display: inline-block;  width:50%; }
	.footer .fright ul li img { margin-bottom: 0.36rem; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	.footer .cpr .cprinfo { margin-bottom: 0.36rem;}
	
	.cbanwarp { position: relative; height: 24vh;  z-index: 1; margin:0;  }
	.cbanwarp .cbg .txt h2 { 	font-size:0.56rem;}
	
	.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:#243d69;   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:#333; 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:#333; }
	.mcatebox .list ul li a:hover,  .mcatebox .list li a.active { background: #243d69; 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;}
	
	.cnewslist ul li { width:100%; margin-right: 0; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info .pic {   height: auto; }
	.cnewslist ul li .itembox .txt .tag { margin:0.36rem 0 0.12rem; }
	.cnewslist ul li .itembox .txt h3 { font-size: 0.42rem;  height: auto; }
	
	.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:#333; 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: #243d69; 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; }
	
	/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/
	
	
	
}
