/* wushi fix 2023-4-3 */
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0; margin:0;} 
table {border-collapse:collapse; border-spacing:0;} 
fieldset,img,abbr,acronym{border:0;} 
address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;} 
ol,ul,li{list-style: none;} 
caption,th {text-align: left;} 
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;} 
q:before,q:after {content:”;} 
body{background:#fff;font-size:12px;font-family:"Microsoft YaHei";}
textarea {outline: none; resize: none; overflow:auto;}
img{vertical-align:middle;}
:focus{outline:0;}
.fix,.wrap1200,.wrap1198{*zoom: 1;}
.fix:after,.wrap1200:after,.wrap1198:after{content: "";visibility: hidden;display: block;height: 0;clear: both;}
a{color:#000; text-decoration:none;}a:hover{ color:#000;}
a img {border: none;text-decoration: none;max-width: 170px;}
label, button,a {cursor: pointer;}
p{word-wrap:break-word;}
.clear{ clear:both; height:1px; overflow:hidden;}
/* layout */
.col-center,.col-left,.col-right,.fl,.fr{float:left;display:inline}
.col-right,.fr{float:right; display:inline;}
.wrap1200{margin:0 auto;width:1200px;  }
.wrap1198{margin:0 auto;width:1198px}
/* 模块化 */
.mod{position:relative;}
.bd,.hd{clear:both;}
.h2 .more,.hd .more,.imore{float:right;display:inline}
.imore{text-indent:-999px}
.hd .icon{position:absolute;overflow:hidden}
.no{display:none!important}
.yes{display:block!important}
.noBor{border:none!important}
.line{overflow:hidden;height:1px}	


/*垂直居中*/
.middle{ display:table;}
.middle .sub{ display:table-cell; vertical-align:middle;}

/*水平等分*/
.justify { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.justify * { -webkit-box-flex: 1; -ms-flex: 1;-webkit-flex: 1; flex: 1; width:100%; }

/* 字号不一致  -webkit-text-size-adjust: none; */

/* -------------------------------------------------------------------------- */

/*公用*/
.head,.foot,.Warp,.banner{ width: 100%; max-width: 100%; min-width: 1200px;}

/* .bannerWrap{background: #278366; background-image: linear-gradient(90deg, #278366 ,#278366 );}
.safari_bannerWrap{ [;background: -webkit-linear-gradient(left, #278366, #278366); ] } */

/* swiper safair bug */
.swiper-wrapper{
  display: -webkit-box;
      -webkit-box-pack: start; /* justify-content */
      -webkit-box-align: start; /* align-items */
  }

.wrap1200{*zoom: 1;}
.wrap1200{margin:0 auto;width:1200px;  }

.bgF7{ background: #cce7ff;width: 100%; max-width: 100%; min-width: 1200px;}
.bannerWrap{background: -webkit-linear-gradient(left, #0066ff 49%, #3140ff 51%, #3140ff 100%);  width: 100%; max-width: 100%; min-width: 1200px;}
.banner{  height:450px; position: relative; overflow: hidden; }
.head{height:40px;  background:#17002c; font:14px/40px "Microsoft YaHei";text-align:center; position: relative; z-index: 9; }
.head a{color:#fff;}

.foot{ padding:20px 0; background:#17002c;  margin-top: 20px; color:#fff; text-align:center;  font:16px/26px "Microsoft YaHei"; background:#04041c; margin-top:0px;}
.foot a{ color:#fff;}


.nav { font:18px/80px "Microsoft YaHei"; text-align: center; height: 71px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/nav_bg.png) no-repeat  center 13px; padding: 0px 0 0 180px; margin-top: -50px;
  position: relative; }
.nav li{cursor: pointer;  color: #fff; height: 71px; float: left; margin: 0 8px; }
.nav span{ margin-left: 25px; padding-right: 25px; display: block;}
.nav .on{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/nav_current.png) no-repeat left top; font:bold 20px/80px "Microsoft YaHei"; color: #3140ff;}
/* .nav .on span{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/nav_current_r.png) no-repeat  right top;} */
.nav .unavailable{ color:#c5c5c5;}
.nav li a{ color: #fff;}
.nav .default,.nav .default a{ color: #ccc; cursor: initial;}


/* down */
.downWrap{ margin: 42px auto 70px auto;}
.downWrap .desc{ color: #f54645; font: 16px/50px "Microsoft YaHei"; margin-bottom: -30px;}
.downMod{  text-align: center; color:#fff; width: 505px; height: 199px; overflow: hidden; margin: 40px auto 0 auto; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/downIcon.jpg) no-repeat;}
.downMod .tit{ font:bold 22px/36px "Microsoft YaHei"; margin-top: 100px;} 
.downMod a{ color:#fff;}


@-webkit-keyframes aniLight {
  0% {
    /* -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); */
    background-position: -600px 0;
  }
  50% {
    /* -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); */
    background-position: 600px 0;
    
  }
  100% {
    /* -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); */
    background-position: 600px 0;
  }
  
}

@keyframes aniLight {
  0% {
    /* -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); */
    background-position: -600px 0;
    
  }
  50% {
    /* -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); */
    background-position: 600px 0;
    
  }
  100% {
    /* -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); */
    background-position: 600px 0;
    
  }
}

.downMod{ position: relative;}
.downMod .light{
  -webkit-animation:aniLight 5s 0s infinite;
  -o-animation:aniLight 5s 0s infinite;
  -moz-animation:aniLight 5s 0s infinite;
  animation:aniLight 5s 0s infinite;

  background: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 60%);
  background: -moz-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0) 60%);
  
  background-repeat: no-repeat;
  background-position: -600px 0;
  position: absolute; left: 0%; top: 0; height: 100%; width: 920px; 
}


/* .hd01{ font:bold 24px/52px "Microsoft YaHei"; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/hd01_bg.png) no-repeat top center; text-align: center; color: #fff; height: 54px;letter-spacing: 5px;} */

.dsjjMod{ padding: 0px 0 0 0;  overflow: hidden;}
.dsjjMod .bd{margin: 25px 0 0 75px; letter-spacing: 3px; padding: 110px 0 0 0; height: 440px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/dsjj_bg.png) no-repeat top left;}
.dsjjMod .bd p{ color: #1c1c1c; font:16px/28px "Microsoft YaHei"; text-indent: 2em; margin: 0px 109px 0 50px; -webkit-text-size-adjust: none; }

.bg008{ background: #0085ff;}
.scapMod .bd{ overflow: hidden; height: 469px; margin: 46px 0 40px 102px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/scapBg.jpg) no-repeat top left;}
.scapMod .stepIcon{ color: #fff; text-align: center; margin: 244px 0 0 -6px;}
.scapMod .stepIcon li{ float: left; margin: 4px 1px; float: left; width: 246px;}
.scapMod .stepIcon .tit{font:bold 22px/24px "Microsoft YaHei"; letter-spacing: 3px;height: 70px;}
.scapMod .stepIcon .desc{font:16px/18px "Microsoft YaHei";}
.scapMod .stepIcon li:nth-child(2) .tit ,.scapMod .stepIcon li:nth-child(3) .tit { letter-spacing: 0px;}
.scapMod .stepIcon li:nth-child(4) { width: 257px;  margin: 4px 0px 0 5px;}
.scapMod .stepIcon li:nth-child(4) .tit {font:bold 32px/66px "Microsoft YaHei"; color: #f19149; }
.scapMod .stepIcon li:nth-child(4)  .desc{color: #f19149;}

.alflMod{ padding: 37px 0 0 0;}
.alflMod .bd{background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/alfl_bg.png) no-repeat top left; height: 497px;margin: 0 0 0 58px; overflow: hidden;}
.alflMod .stepIcon{ color: #454545;  margin: 108px 0 0 36px;}
.alflMod .stepIcon li{ float: left; margin: 0 31px 0 0; width: 185px;}
.alflMod .stepIcon .tit{font:bold 22px/38px "Microsoft YaHei"; letter-spacing: 3px; color: #106cef;}
.alflMod .stepIcon .desc{font:16px/24px "Microsoft YaHei"; width: 130px;  margin-top: -2px;}
.alflMod .stepIcon li:nth-child(odd) { margin-top: 0px;}
.alflMod .stepIcon li:nth-child(even) { margin-top: 60px;}
.alflMod .stepIcon li:nth-child(1) { margin-right: 33px;}
.alflMod .stepIcon li:nth-child(2) {  margin-right: 38px;}
.alflMod .stepIcon li:nth-child(3) {  margin-right: 29px;}
.alflMod .stepIcon li:nth-child(4) {  margin-right: 29px;}
.alflMod .stepIcon li:nth-child(5) {  margin-right: 33px;}






.sbsmMod{ padding: 50px 0 90px 0; }
.sbsmMod .pic{ margin-top: 50px;}
.sbsmMod .bd{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/sbsm_bg.png) no-repeat top left; height: 340px; margin-left: 55px;}
.sbsmMod .txtList{ margin: 177px 0 0 37px; width: 270px; float: left; font:16px/22px "Microsoft YaHei"; color: #454545;height: 110px;}
.sbsmMod .txtList li{ padding-left: 12px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/listIcon.png) no-repeat 0 9px;}
.sbsmMod .txt{  float: left; font:16px/22px "Microsoft YaHei";}


.sbsmMod .txt:nth-child(2){margin: 177px 0 0 145px;}
.sbsmMod .txt:nth-child(3){margin: 177px 0 0 198px;}
.sbsmMod .col_127bf8{ color:#127bf8; font-weight:bold}

.sbsmMod .col_ee7{ color: #f54645 !important;}
.sbsmMod .note{ color: #f54645; padding:80px 0 40px 290px; font:bold 16px/20px "Microsoft YaHei";  -webkit-text-size-adjust: none; clear:both;}



.dszxMod{padding:0px 0 90px 0;}
.dszxMod .txtListMod dl{ float: left; color:#464646; width: 200px; margin:50px 5px 0 140px;}
.dszxMod .txtListMod .name, .dszxMod .txtListMod .tel,.dszxMod .txtListMod .mail,.dszxMod .txtListMod .phone{font: 16px/36px "Microsoft YaHei"; padding-left: 36px; margin:0 0 0 0px;}
.dszxMod .txtListMod .name{ font:bold 20px/24px "Microsoft YaHei";padding:18px 0 15px 0;}
.dszxMod .txtListMod .tel{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/lxwmTel.png) no-repeat 0 7px;}
.dszxMod .txtListMod .mail{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/lxwmMsg.png) no-repeat 0 7px;}
.dszxMod .txtListMod .phone{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/lxwmPhone.png) no-repeat 0 7px;}
.dszxMod .txtListMod .tit{  font:bold 20px/31px "Microsoft YaHei"; width: 119px; height: 31px; color: #fff; text-align: center;  background: #127bf8; box-shadow: 2px 1px 0 #464daf;}


.wqhgMod{padding: 0px 0  70px 0;}

/* 手风琴 */
.sideMenuWrap{ box-shadow: 0px 6px 8px #7bb3ff;   height: 252px; margin: 0 auto; display: inline-block; margin: 10px 0 0 60px; }
.sideMenu { overflow: hidden;  display: inline-block;}
.sideMenu .sideMenuItem{ float: left; height:252px; width: 180px; display:block !important; position: relative; text-align: left;}
.sideMenu .on {  width: 360px;}
.sideMenu .sideMenuItem a{ color:#fff; display: block; height: 100%; width: 100%;}


.aniCss {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* .wqhgMod .imgList{ text-align: center; padding: 60px 0 10px 0;}
.wqhgMod .imgList li{ width: 250px; height: 156px; display:inline-block;*display:inline;*zoom:1; margin: 0 20px; overflow: hidden;border-radius: 10px} */


.zzjgMod .bd{  text-align:center; margin-bottom: 50px;}
.zzjgMod dl{ color:#464646; font:bold 22px/34px "Microsoft YaHei"; overflow: hidden;}
.zzjgMod dt{ margin:55px 0 10px 0}
.zzjgMod dd { width: 1200px;  }
.zzjgMod img{ margin:0 2px 15px 2px;}
.zzjgMod dl:nth-child(1){ margin-top:-40px;}

.bankMod{padding: 0px 0 50px 0;}
.bankMod .bd{ text-align: center;}
.bankMod .bankLogo{ margin:20px 0 0 0;}
.bg_3140ff{ background: #3140ff;min-width: 1200px;}


/* 微信提示 2020-5-18 */
.share_mask {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: fixed;
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,.8);
	z-index: 10000;
	top: 0;
	display: none;
	text-align: center;
	
  }
  .share_arrow{
	float: right;
	clear: both;
	width: 10rem;
	display: none;
	margin: 0.5rem 1rem 0 0;
  }
  .share_txt{
	float: right;
	clear: both;
	margin: 0 auto;
	width: 20rem;
	display: none;
	margin-right: -10rem;
	right: 50%;
	position: relative;
	margin-top: 0.5rem;
  }
  .share_close{
	 clear: both;
	margin: 0 auto;
	width: 60rem;
	width: 4rem;
	display: none;
	display: block;
	/* float: left; */
	float: right;
	position: relative;
	right: 50%;
	margin-right: -2rem;
	margin-top: 2rem;
  }




.tabMenu01 {  height: 41px; background: #0085ff; width: 1080px; padding-left: 80px; border-bottom: solid 16px #134ffb; margin: 0 auto; text-align: center;}
.tabMenu01 .tab{margin:-12px 0 0 -45px; position: relative; margin-right:1px;letter-spacing: 4px; cursor: pointer; font:24px/65px "Microsoft YaHei"; display: inline-block; width: 187px; padding-right:35px; height: 53px; overflow: hidden;  color: #fff;}
.tabMenu01 .active{ font-weight: bold; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/tabActiveBg.png) no-repeat left bottom ; color: #134ffb;  font:bold 26px/56px "Microsoft YaHei";  }
.menuActive{ position: fixed;width: 1100px; top: 0; z-index: 99; margin-top: 0;}



.alzsMod{ padding: 50px 0 70px 0;}
.alzsMod .bd{ padding-top: 50px; }
.alzsMod .imgListMod{ text-align: center; margin-left: 15px;}
.alzsMod .imgListMod li{  overflow: hidden;  width: 270px; padding: 0 15px; height: 200px; margin: 10px 0 0 -6px;  float: left;}
/* .alzsMod .imgListMod li .pic{ border-radius: 8px; height: 74px; width: 246px; overflow: hidden; display: block;} */
.alzsMod .imgListMod li .tit{ text-align: left; padding: 0 20px; margin-top: 0px; font: 16px/22px "Microsoft YaHei"; color: #0065c3;min-height: 80px;}
.alzsMod .imgListMod li .tit a{ color: #134ffb;}
.alzsMod .imgListMod li img{ margin-top: 30px;}

.imgListMod01 li{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/imgList_bg01.png) no-repeat left bottom ;}
.imgListMod02 li{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/imgList_bg02.png) no-repeat left bottom ;}
.imgListMod03 li{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/imgList_bg03.png) no-repeat left bottom ;}
.imgListMod04 li{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/imgList_bg04.png) no-repeat left bottom ;}
.imgListMod05 li{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/imgList_bg05.png) no-repeat left bottom ;}





.NoteAlertDiv{ display:block; position:fixed;  height:100%; width:100%; top:0; z-index:999; 
	left: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; }
  .NoteAlertDiv .wrap1200{ border: solid 1px #f17f88; background-color: rgba(255, 255, 255, 0.95); height: 683px; box-shadow: 10px 15px 5px rgba(0, 0, 0, .3); position:relative; top:50%; margin-top:-341px; }
  .NoteAlertDiv .close{ cursor: pointer; float: right; z-index:999999; height:25px;  width:25px;  background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/close.png) no-repeat; margin: 15px 15px 0 0;}
  .NoteAlertDiv .tit{ font:bold 32px/60px "Microsoft YaHei"; color: #ae0000; text-align: center; margin: 50px 0 30px 0;}
  .NoteAlertDiv .desc{ font: 16px/36px "Microsoft YaHei"; color: #515151; text-indent: 2em; margin: 0 75px 0 75px; text-align:left; text-align: justify;}
  .NoteAlertDiv strong{ color: #ae0000; font-size: 22px;}
  .NoteAlertDiv .wrap1200{ width: 631px;}
  
  .alertDivAnimate{transform:scale(0); position: absolute; left: 0; top: -80px;}
  .noteMod{ width: 182px; height: 74px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/noteBg.jpg) no-repeat; display: inline-block; margin: 60px auto 0 auto;}
  
  .NoteAlertDiv .notetit{font: 16px/30px "Microsoft YaHei"; color: #333; margin-top: 20px;}
  .NoteAlertDiv .phone{font: 16px/30px "Microsoft YaHei"; color: #515151; margin-top: 10px;}
  .NoteAlertDiv .phone span{ margin: 0 30px;}









/* vedio */

.noscroll{ overflow:hidden; height: 100%; height: initial;}

.alertDivMask{display:none; height:100%; width:100%; background:rgba(0,0,0,0.9);}
.alertDiv{ display:none; height:100%; width:100%; position:fixed; top:0; z-index:999; }
.warp1200{ width:1200px; margin:0 auto;}
.warp800{ width:800px; margin:0 auto;}
.myVideo{ position:absolute; top:50%; margin-top:-230px; box-shadow:0 0 200px 0 #000;}

.alertDiv .close{ position:absolute; right:0; top:0; z-index:999999; height:50px; line-height:30px; width:50px; color:#fff; text-align:right; cursor:pointer;}
.alertDiv .close::before {
    content: "\00D7"; font-size:50px;
}
.yes{ display:block;}

.nav .close{ color: #efd5d5; cursor:initial;}
.sbsmMod .txtList { font: 16px/30px "Microsoft YaHei"; }
.sbsmMod .txt { font: 16px/30px "Microsoft YaHei";}
.zzjgMod .bd img{ width:170px; }
  
  
/*案例展示*/

  
/* search S */


.search{ margin: 0 auto; width: 591px; height: 53px; background: #fff; border-top: solid 8px #0085ff; border-bottom: solid 8px #0085ff; border-left: solid 8px #0085ff; border-right: solid 8px #0085ff;}
.search input{ float: left; height: 40px; width: 450px; margin-top: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none; border: none;
	-webkit-box-shadow: 0 0 0px 1000px white inset;  
	text-indent: 22px;
	font: 18px/40px "Microsoft YaHei"; color: #134ffb;  background:#fff;
	}
	input::input-placeholder{
		color: #134ffb;
	}
	input::-webkit-input-placeholder{	
		color: #134ffb;
	}
	input::-moz-placeholder{			
		color: #134ffb;
	}
	input::-moz-placeholder{			
		color: #134ffb;
	}
	input::-ms-input-placeholder{		
		color: #134ffb;
	}

input::-webkit-search-cancel-button{
display: none;
}

input[type=search]::-ms-clear{
display: none;
}
.search  .submit{ cursor: pointer; width: 141px; height: 53px; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/searchBtn.jpg) no-repeat; float: right;font:bold 18px/53px "Microsoft YaHei"; color: #134ffb;text-indent: 55px;}




.noResult, .initWord{ font: 0.35rem/1rem "Microsoft YaHei"; text-align: center; color: #999;}
.wrapItem{ cursor: pointer; font: 0.35rem/1rem "Microsoft YaHei"; color: #0085ff; width: 100%; text-align: center;}
.wrapItem a{ color: #0065c3;}
.searchMod{ width: 15rem; margin: .3rem 0.5rem .9rem 0.5rem;}

.searchMod  .results{ border: solid 2px #0085ff; border-radius: 3px; margin-top: -56px; padding: 1.2rem 0 0.7rem 0; opacity: 1;}
.searchItem .arrow{ margin-right: 15px;}

.hidden {
	display: none; opacity: 1;
}
  
input::-webkit-search-cancel-button{
  display: none;
}

input[type=search]::-ms-clear{
  display: none;
}
 /* search E */ 

 /* 排行榜 S */ 
 .tabMenu02 {  height: 41px; background: #0085ff; width: 1080px; padding-left: 80px; border-bottom: solid 16px #134ffb; margin: 0 auto; text-align: center;}
.tabMenu02 .tab{margin:-12px 0 0 -45px; position: relative; margin-right:1px;letter-spacing: 4px; cursor: pointer; font:24px/65px "Microsoft YaHei"; display: inline-block; width: 285px; padding-right:35px; height: 53px; overflow: hidden;  color: #fff;}
.tabMenu02 .active{ font-weight: bold; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/tabActiveBg02.png) no-repeat left bottom ; color: #134ffb;  font:bold 26px/56px "Microsoft YaHei";  }


/* rqph */
.phMod{ width: 878px; height: 409px; margin: 70px auto 0 auto; background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/rqph_bg.png) no-repeat ;}
.phMod li{ float: left; height: 210px; text-align: center;}
.phMod .txtImg .num{ color: #fff; height: 24px; font:bold 12px/24px "Microsoft YaHei"; border: solid 1px #fff; border-radius: 12px; float: right; margin-right: 12px; padding: 0 12px;}
.phMod .txtImg img{ height: 47px; clear: both; display: block; margin:0 auto; padding-top: 20px;}
.phMod .txtImg .tit{ color: #fff;font: 15px/24px "Microsoft YaHei"; text-align: center;}
.phMod .txtImg .tit a{ color: #fff;}     
.col_fff000{ color: #fff000;}

.phMod li:nth-child(1) { width: 260px; margin-top: 194px; }
.phMod li:nth-child(2) { width: 364px; margin-top: 140px; }
.phMod li:nth-child(3) { width: 253px; margin-top: 227px;}

.phMod li:nth-child(1) .tit{ margin: 25px 15px 0 15px; }
.phMod li:nth-child(2) .tit{ margin: 25px 50px 0 50px; }
.phMod li:nth-child(3) .tit{ margin: 25px 15px 0 15px;}

.rqphInfo{ color: #737373;font: 12px/24px "Microsoft YaHei"; text-align: center; clear: both;}

.rqphNote{ background: url(https://www.cebnet.com.cn/zhuanti/2023/cxds/img/rqphNoteBg.png) 110px 0 no-repeat ; width: 660px; padding: 0 110px; height: 666px; overflow: hidden; margin: 70px auto 0 auto;}
.rqphNote .tit01{ width: 535px; font:bold 18px/46px "Microsoft YaHei"; text-align: center; color: #fff; margin: 85px 0 0 62px ;}
.rqphNote .desc01{ width: 535px; font: 16px/46px "Microsoft YaHei"; text-align: left; color: #1c1c1c; margin: 4px 0 0 62px ; text-align: center;}
.rqphNote .tit02{ width: 535px; font:bold 18px/46px "Microsoft YaHei"; text-align: center; color: #0066ff; margin: 25px 0 0 62px ;}
.rqphNote .desc02{ width: 490px; font: 16px/28px "Microsoft YaHei"; text-align: left; color: #1c1c1c; margin: 29px 0 0 92px ; text-indent: 2em;}


.rqphMod .rqxbImg{ margin: 20px auto 50px auto;}   
     
     
/* 实时排行 */
.rqphNote{ margin-top: 110px;}
.menuActive{ position: fixed;width: 1080px; top: 0; left: 50%; margin-left: -580px !important; z-index: 99; margin-top: 0;}

.ssrqphImg{margin:70px auto 50px auto;}
.ssrqpInfo{ padding: 30px 0; color: #737373;font: 12px/24px "Microsoft YaHei"; text-align: center; clear: both;}

.ssrqphMod{ background: #fff5df; width: 965px; margin: 60px auto 0 auto;   }

/* 表格 */
.table { overflow: hidden;}
.table .th{  height: 58px;font: 22px/58px "Microsoft YaHei"; color: #ee0d15; background: #fff ; margin:46px 46px -5px 46px;}
.table .th li{ float: left;}

.table .index{width: 77px; text-align: center;}
.table .logo{width: 260px; text-align: center; margin-left: -30px;}
.table .tit{width: 340px; text-align: center;}
.table .num{ float: right !important; }
.table .th .num{ text-indent: 30px;width: 160px;}

.table .td .index, .table .td .logo, .table .td .tit, .table .td .num{float:left}
.table .td .index{ color: #f1aa40; font:bold 50px/110px "Microsoft YaHei";}
.table .td li:nth-child(1) .index{color: #ee0d15; }
.table .td li:nth-child(2) .index{color: #ff5c00; }
.table .td li:nth-child(3) .index{color: #ff8a00; }
.table .td .logo{ height: 110px; overflow: hidden;}
.table .td .logo img{ height: 50px; margin: 36px auto 0 auto;}
.table .td .tit{ height: 110px; color: #000; font: 16px/24px "Microsoft YaHei"; text-align: left;}
.table .td .num{text-align: right; margin-top: 20px;}

.table .td .num span{ background: #ff8a00; display: inline-block; text-align: center; padding:0 10px; height: 70px; overflow: hidden; color: #f3af4f; background: #fff; font:bold 34px/70px "Microsoft YaHei"; background: #fff6e1;}
.table .td li:nth-child(1) span{ background: #ee0d15; box-shadow: -16px 0px 3px -1px rgb(238 13 21 / 20%);  color: #fff;}
.table .td li:nth-child(2) span{ background: #ff5c00; box-shadow: -16px 0px 3px -1px rgb(238 13 21 / 20%);  color: #fff;}
.table .td li:nth-child(3) span{ background: #ff8a00; box-shadow: -16px 0px 3px -1px rgb(238 13 21 / 20%);  color: #fff;}

.table .td li{ border: solid 1px #fff5df; background: #fff; background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0)); margin: 20px 46px 0 46px;}
.table .td li:nth-child(1){ border: solid 1px #f45f5c; background: #fff;  margin: 20px 46px 0 46px;}
.table .td li:nth-child(2){ border: solid 1px #ff9a62; background: #fff;  margin: 20px 46px 0 46px;}
.table .td li:nth-child(3){ border: solid 1px #f5bd67; background: #fff;  margin: 20px 46px 0 46px;}

.safari_liBg{ [;background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0)); ] }


.table .td li .liWrap{border-bottom: 4px solid; border-image: linear-gradient(90deg, #f7cb8a 0%, #fbe3bc 40%,#f0a638 40%, #f0a638 100%) 2 2 2 2; }
.table .td li:nth-child(1) .liWrap{border-bottom: 8px solid;border-image: linear-gradient(90deg, #f7cb8a 0%, #fbe3bc 40%,#ef1920 40%, #ef1920 100%) 2 2 2 2;}
.table .td li:nth-child(2) .liWrap{border-bottom: 8px solid;border-image: linear-gradient(90deg, #ffb089 0%, #ffd7c4 40%,#ff6e1f 40%, #ff701f 100%) 2 2 2 2;}
.table .td li:nth-child(3) .liWrap{border-bottom: 8px solid;border-image: linear-gradient(90deg, #f7cc8c 0%, #fbe6c7 40%,#fb9a21 40%, #ff981f 100%) 2 2 2 2;}
 /* 排行榜 E */ 



#certify {
	position: relative;
	width: 886px;
	margin: 60px auto 0 auto; text-align: center;
}

#certify .swiper-container {
	/* padding-bottom: 60px; */
	height: 320px;
}
#certify  .swiper-slide img {
	width: 433px;
	/* height: 300px; */
  /* border-radius: 15px; */
}
#certify  .swiper-slide {
	width: 433px;
	/* height: 300px; */
	background: #fff;
  /* border-radius: 15px;  */
  overflow: hidden;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -92px;
	width: 53px;
	height: 53px;
	background: url(../img/prev.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
  margin-top: -26px;
}

#certify .swiper-button-prev:hover {
	/* background-position: 0 -46px;
	background-size: 100% */
}

#certify .swiper-button-next {
	right: -92px;
	width: 53px;
	height: 53px;
  background: url(../img/next.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
  margin-top: -26px;
}

#certify .swiper-button-next:hover {
	/* background-position: 0 -139px; */
	/* background-size: 100% */
} 
.swiper-button-next:after, .swiper-button-prev:after{ font-size: 0 !important;}

.flashBg{ position: relative; z-index: 9; margin-top: -50px;}

.FAndL{ color: #0085ff; font: 16px/24px "Microsoft YaHei"; margin: 0 0 -30px 140px;}

.pstSubTit{  margin: 50px auto 0 auto; text-align: right;}
.pstSubTit01{width: 210px; padding: 3px 12px 0 0; height: 59px; background: url(../img/pst_tit01.jpg) no-repeat;}
.pstSubTit02{width: 210px; padding: 3px 12px 0 0; height: 57px; background: url(../img/pst_tit02.jpg) no-repeat;}
.pstSubTit03{width: 408px; padding: 3px 12px 0 0; height: 59px; background: url(../img/pst_tit03.jpg) no-repeat;}

.pstSubTit dt{ font: 16px/26px "Microsoft YaHei";letter-spacing: 3px;}
.pstSubTit dd{ color: #fff; font:bold 23px/24px "Microsoft YaHei";letter-spacing: 2px;}
.pstSubTit01  dt{color:#f9f93e; }
.pstSubTit02  dt{color:#00edff; }
.pstSubTit03  dt{color:#99ffcc; }

.namelist{ position: relative; margin: 30px 0 0 70px;}
.namelist .name{ color: #464747; font:bold 25px/42px "Microsoft YaHei"; padding-left: 8px; position: relative; z-index: 9; }
.namelist .desc{ color: #333; font: 16px/22px "Microsoft YaHei";}

.namelist li{ position: relative; float: left; width: 346px; margin-left: 30px; height: 110px;}
.namelist li::after{content: "";  width: 92px; height: 12px; position: absolute; left: 0; top: 23px;}
.namelist01 li::after{ background: #ffddcc;}
.namelist02 li::after{ background: #d6e6fe;}
.namelist03 li::after{ background: #cdf7b4;}
.namelist03 li{ height: 133px;}

.pstMod{ padding-bottom: 50px;}




/* 2023-5-18 */
.rqxbNote{  font:bold 30px/46px "Microsoft YaHei"; text-align: center; color: #000; margin:15px 0 90px 0px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	color: transparent;
	background-image: -webkit-linear-gradient(90deg,#00edff 13.82%,#0085ff 87.25%);
	background-image:linear-gradient(90deg,#00edff 13.82%,#0085ff 87.25%);
}

.cxxfbImg{ margin-top: 0px;}



/* search S */


.search2{ margin: 55px auto 0 auto; width: 591px; height: 53px; background: #fff; border-top: solid 8px #ff0000; border-bottom: solid 8px #ff0000; border-left: solid 8px #ff0000; border-right: solid 8px #ff0000;}
.search2 input{ float: left; height: 40px; width: 450px; margin-top: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none; border: none;
	-webkit-box-shadow: 0 0 0px 1000px white inset;  
	text-indent: 22px;
	font: 18px/40px "Microsoft YaHei"; color: #ff0000;  background:#fff;
	}
	.search2 	input::input-placeholder{
		color: #ff0000;
	}
	.search2 	input::-webkit-input-placeholder{	
		color: #ff0000;
	}
	.search2 	input::-moz-placeholder{			
		color: #ff0000;
	}
	.search2 	input::-moz-placeholder{			
		color: #ff0000;
	}
	.search2 	input::-ms-input-placeholder{		
		color: #ff0000;
	}

input::-webkit-search-cancel-button{
display: none;
}

input[type=search]::-ms-clear{
display: none;
}
.search2  .submit{background-size: cover; cursor: pointer; width: 141px; height: 53px; background: url(../img/searchBtn2.jpg) no-repeat; float: right;font:bold 18px/53px "Microsoft YaHei"; color: #ff0000;text-indent: 55px;}




.noResult, .initWord{ font: 0.35rem/1rem "Microsoft YaHei"; text-align: center; color: #999;}
.wrapItem2{ cursor: pointer; font: 0.35rem/1rem "Microsoft YaHei"; color: #ff0000; width: 100%; text-align: center;}
.wrapItem2 a{ color: #ff0000;}
.searchMod{ width: 15rem; margin: .3rem 0.5rem .9rem 0.5rem;}

.searchMod  .results2{ border: solid 2px #ff0000; border-radius: 3px; margin-top: -56px; padding: 1.2rem 0 0.7rem 0; opacity: 1;}
.searchItem .arrow{ margin-right: 15px;}

.hidden {
	display: none; opacity: 1;
}
  
input::-webkit-search-cancel-button{
  display: none;
}

input[type=search]::-ms-clear{
  display: none;
}
 /* search E */  


.jjMod .tabMenu03 { width: 1095px; padding-left: 60px; margin: 0 auto; background: #fbb803 ; border-bottom: solid 16px #fd851b; height:60px; text-align: center;}
.jjMod .tabMenu03 .tab{ text-indent: -30px; letter-spacing: 3px;  cursor: pointer; font:24px/60px "Microsoft YaHei";  float: left; width: 152px; padding: 0 30px; margin-left: -30px; height: 60px; overflow: hidden; color: #fff;}
.jjMod .tabMenu03 .tab .desc{ font-size: 16px;}
.jjMod .tabMenu03 .active{ font-size: 26px; position: relative; bottom: 12px; font-weight: bold; color: #ff0000; background: url(../img/jj_tabActiveBg.png) no-repeat right bottom ; height: 75px; line-height: 75px; }

.jjMod .tabMenu03 .tab .tabDesc{ line-height: 45px;}
.jjMod .tabMenu03 .tab .tabDesc .desc{ line-height: 0px; letter-spacing: 0px;}
.jjMod .tabMenu03 .active .tabDesc{ line-height: 52px;}
.jjMod .tabMenu03 .active .tabDesc .desc{ line-height: 0px; letter-spacing: 0px;}

.jjMod .menuActive{ position: fixed;width: 1100px; top: 0; z-index: 99; margin-top: 0;}
 
 
 
 .hd02 { font:bold 26px/50px "Microsoft YaHei"; text-align: center; letter-spacing: 5px; margin-top: 60px; position: relative; display: inline-block; }

 .jjMod .hd02 .tit{ color: #fda321; position: relative; z-index: 9; }
 .jjMod .hd02::after{ content: ""; background:#fef4d9; height: 16px; width: 100%;position: absolute; left: -25px; bottom: 7px; padding: 0 25px;}

 .yjMod .hd02 .tit{ color: #727c7e; position: relative; z-index: 9; }
 .yjMod .hd02::after{ content: ""; background:#f0f2f6; height: 16px; width: 100%;position: absolute; left: -25px; bottom: 7px;  padding: 0 25px;}

 
 .dxjMod .hd02 .tit{ color: #1165e1; position: relative; z-index: 9; }
 .dxjMod .hd02::after{ content: ""; background:#cce7ff; height: 16px; width: 100%;position: absolute; left: -25px; bottom: 7px;  padding: 0 25px;}

 
 
 
 .yjMod .jxList li{ width: 271px; height: 154px; margin: 40px 12px 0 12px; background: url(../img/yj_listBg.png) no-repeat;  border-radius: 20px;}
 .yjMod .jxList .name{ font:bold 25px/44px "Microsoft YaHei"; color: #fff;}
 .yjMod .jxList .desc{ font:bold 20px/30px "Microsoft YaHei"; color: #7c7c7b;}
 .yjMod .jxList .middle{ width: 241px; padding: 0 15px; height: 109px; }
 
 /* .yjMod .tabMenu03 { margin-top: 40px; margin-bottom: -0px; overflow: hidden; background: url(../img/yj_tabBg.png) no-repeat center bottom ; height:51px; text-align: center; padding-left: 200px;}
 .yjMod .tabMenu03 .tab{ margin-right:1px; cursor: pointer; font:20px/62px "Microsoft YaHei";  float: left; width: 159px; height: 51px; overflow: hidden; background: url(../img/yj_tabZcBg.png) no-repeat left bottom ; color: #fff;}
 .yjMod .tabMenu03 .active{ font-weight: bold; background: url(../img/yj_tabActiveBg.png) no-repeat left bottom ; background-size: 100% auto; line-height: 50px; }
 .yjMod .menuActive{ position: fixed;width: 1100px; top: 0; z-index: 99; margin-top: 0;} */

.yjMod .tabMenu03 { width: 1095px; padding-left: 60px; margin: 0 auto; background: #c3cad4 ; border-bottom: solid 16px #9aabc3; height:60px; text-align: center;}
.yjMod .tabMenu03 .tab{ text-indent: -30px; letter-spacing: 3px;  cursor: pointer; font:24px/60px "Microsoft YaHei";  float: left; width: 152px; padding: 0 30px; margin-left: -30px; height: 60px; overflow: hidden; color: #fff;}
.yjMod .tabMenu03 .tab .desc{ font-size: 16px;}
.yjMod .tabMenu03 .active{ font-size: 26px; position: relative; bottom: 12px; font-weight: bold; color: #727c7e; background: url(../img/yj_tabActiveBg.png) no-repeat right bottom ; height: 75px; line-height: 75px; }

.yjMod .tabMenu03 .tab .tabDesc{ line-height: 45px;}
.yjMod .tabMenu03 .tab .tabDesc .desc{ line-height: 0px; letter-spacing: 0px;}
.yjMod .tabMenu03 .active .tabDesc{ line-height: 52px;}
.yjMod .tabMenu03 .active .tabDesc .desc{ line-height: 0px; letter-spacing: 0px;}

.yjMod .menuActive{ position: fixed;width: 1100px; top: 0; z-index: 99; margin-top: 0;}

.qcryjMod{ margin-top: -20px;}
.qcryjMod .imgList {    text-align: center;}
.qcryjMod .imgList li{ position: relative; display:inline-block; width: 363px; height: 190px; margin: 90px 12px 0 12px; border: solid 1px #ff0000; box-shadow: 5px 5px 10px #ffcdcc; background:#fd7c26 url(../img/hcryj_bg.png) no-repeat right bottom ; }
.qcryjMod .imgList li::before{ content: "";  width: 0; height: 0;  border-width: 0 30px 30px;  border-style: solid; border-color: transparent transparent #ff0000; position: absolute; right: 13px; top: -30px;}
.qcryjMod .imgList li .logo{display: table-cell;vertical-align: middle; text-align: center; width: 280px; height: 80px; line-height:80px; border: solid 1px #ff0000; position: relative;left: 0px; top:-30px;background: #fff;}
.qcryjMod .imgList li .desc{width: 100%; height: 140px;position: absolute; left: 0; top: 53px;}
.qcryjMod .imgList li .desc .sub{ font:22px/32px "Microsoft YaHei";  color: #fff;  padding: 0 25px;text-align: left;}
.qcryjMod .imgList img{ max-width:170px;}

.jjMod .hd{ margin: 100px 0 20px 0;}
.jjMod .imgList{ text-align: center;}
.jjMod .imgList li{ position: relative; width: 267px; height: 158px; display: inline-block; margin: 40px 0 0 23px; border: solid 2px #ffa201; box-shadow: 5px 5px 10px #ffcdcc; background:#fbb803 url(../img/jj_bg.png) no-repeat right bottom ; }
.jjMod .imgList li::before{ content: "";  width: 0; height: 0;  border-width: 0 14px 16px;  border-style: solid; border-color: transparent transparent #fd851b; position: absolute; right: -2px; top: -17px;}
.jjMod .imgList li .logo{display: table-cell;vertical-align: middle; text-align: center; width: 240px; height: 70px;  line-height:70px; border: solid 1px #ffa201; position: relative;left: 1px; top:-18px;background: #fff;}
.jjMod .imgList li .desc{width: 100%; height: 103px; text-align: left; position: absolute; left: 0; top: 56px;}
.jjMod .imgList li .desc .sub{ font:16px/24px "Microsoft YaHei";  color: #fff;  padding: 0 18px;}



.yjMod .hd{ margin: 100px 0 20px 0;}
.yjMod .imgList{ text-align: center;}
.yjMod .imgList li{ position: relative; width: 267px; height: 158px; display: inline-block; margin: 40px 0 0 23px; border: solid 2px #8997ab; box-shadow: 5px 5px 10px #e8ecf2; background:#c3cad4 url(../img/yj_bg.png) no-repeat right bottom ; }
.yjMod .imgList li::before{ content: "";  width: 0; height: 0;  border-width: 0 14px 16px;  border-style: solid; border-color: transparent transparent #727c7e; position: absolute; right: -2px; top: -17px;}
.yjMod .imgList li .logo{display: table-cell;vertical-align: middle; text-align: center; width: 240px; height: 70px;   line-height:70px; border: solid 1px #8997ab; position: relative;left: 1px; top:-18px;background: #fff;}
.yjMod .imgList li .desc{width: 100%; height: 103px; text-align: left; position: absolute; left: 0; top: 56px;}
.yjMod .imgList li .desc .sub{ font:16px/24px "Microsoft YaHei";  color: #fff;  padding: 0 18px;}


.dxjMod { padding-bottom: 50px;}
.dxjMod .hd{ margin: 100px 0 -10px 0;}
.dxjMod .imgList{ text-align: center;}
.dxjMod .imgList li{ position: relative; width: 267px; height: 158px; display: inline-block; margin: 40px 0 0 23px; border: solid 2px #1165e1; box-shadow: 5px 5px 10px #e8ecf2; background:#2596fe url(../img/dxj_bg.png) no-repeat right bottom ; }
.dxjMod .imgList li::before{ content: "";  width: 0; height: 0;  border-width: 0 14px 16px;  border-style: solid; border-color: transparent transparent #1165e1; position: absolute; right: -2px; top: -17px;}
.dxjMod .imgList li .logo{display: table-cell;vertical-align: middle; text-align: center; width: 240px; height: 70px;   line-height:70px; border: solid 1px #1165e1; position: relative;left: 1px; top:-18px;background: #fff;}
.dxjMod .imgList li .desc{width: 100%; height: 103px; text-align: left; position: absolute; left: 0; top: 56px;}
.dxjMod .imgList li .desc .sub{ font:16px/24px "Microsoft YaHei";  color: #fff;  padding: 0 18px;}


.nav { padding: 0px 0 0 148px;}
.nav li {  margin: 0 5px;}
.nav span {  margin-left: 18px; padding-right: 18px;}
.nav .code {  position: relative; cursor: pointer;}
.nav .code .codeAlert {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 100px;
    right: -13px;
    width: 181px;
    height: 257px;
    background: url(../img/menuCode.png) no-repeat;
}
.nav .code:hover{ overflow: initial;}
.nav .code:hover .codeAlert{ display: block; opacity: 1; top: 53px; 
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;}
  .nav .codeAlert img{ width: 70%; margin-top: 35px;}
.nav .codeAlert .desc{ font:14px/24px "Microsoft YaHei";  color: #555; text-align: center; margin: 15px;}
