@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} }

.iboxbg { background-position: center center; background-size:cover; background-repeat: no-repeat;}
.hdiv { width:100%; height: 80px; }
.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; background:rgba(0,91,172,1); text-align: center;  color:#fff;   transition: all .3s ease; }
.focus-prev  {left: 0; }
.focus-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.sp-pn:hover { background: #005bac; }

.sp-focus.swiper-pagination { width:100%; position: absolute; bottom:6%;  }
.sp-focus  .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 0!important; background:#fff; opacity: 0.5; margin:0 10px!important; }
.sp-focus  .swiper-pagination-bullet-active { background:#fff;  opacity: 1;  }

.sp-bot.swiper-pagination { width:100%; bottom:0!important; }
.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1!important; margin:0 10px!important; border-radius:0!important;   }
.sp-bot .swiper-pagination-bullet-active { width:40px; background:rgba(255,255,255,1); }

.sp-bot-blue .swiper-pagination-bullet { background:#ccc!important; }
.sp-bot-blue .swiper-pagination-bullet-active { background:#005bac!important; }

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/

.header { width:100%; background:#171a21; position: fixed; top:0; z-index: 99; box-sizing: content-box;   transition: all 0.3s ease; }
.header::after { width:100%; height: 100%; content: ""; left: 0; top: 0; opacity: 0.5; position: absolute; background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: -1;}
.header .hlogo .hlbox { display: table; height: 80px; color:#babec6; }
.header .hlogo .hlbox img { max-height: 60px;  }
.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button {  display:inline-block; position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li {  margin:0 20px; }
.commenu>ul>li> a span { display: inline-block; line-height: 80px; font-size:18px; color:#babec6; position: relative; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0;  height: 2px; background: #de8d00;  z-index: 2; transition: all 0.3s ease; }
.commenu>ul>li> a:hover span { color:#fff; }
.commenu>ul>li> a:hover span::after { width: 100%; }
.commenu>ul>li> a img { width:40px; height:40px;  border-radius:40px; margin-right:20px;   }
.commenu>ul>li> a i { font-size:24px;  }
.commenu>ul>li> a em { width:20px; height:20px; line-height: 20px; border-radius: 20px;  text-align: center;  font-size: 14px; background: #de8d00; top:20px; right:-10px;  }
.commenu ul li ul { width: 300px;  background:#005bac; 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 rgba(255,255,255,0.1); }
.commenu ul li ul li a { width:100%; padding:10px 20px 10px 30px; font-size:16px; color:#fff; }
.commenu ul li ul li a i { display: inline-block; font-size: 14px; }
.commenu ul li ul li a:hover { background: #333; }
.commenu ul li ul li ul { left:100%; visibility: hidden; opacity: 0; }
.commenu ul li ul li:hover ul { top:0; }

.header.active { background: #171a21; border:0; box-shadow: 0 0 20px rgba(0,0,0,.1);  }
.header.active::after { opacity: 0; }

@media all and (max-width:980px) {
	
	::-webkit-scrollbar{width: 6px;height: 6px; }
	
	.hdiv { height:60px; }
	
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo { position: absolute; left:0.32rem; top:0; z-index: 1;  }
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox img { max-height:24px;}
	
	.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.menubox::-webkit-scrollbar { display: none; }
	.commenu ul { width:100%!important;  background: #171a21;  }
	.commenu ul li { float:none!important; width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.05); margin:0; padding:0 0.64rem; }
	.commenu>ul>li { margin: 0; }
	.commenu>ul>li> a span { line-height: 1.4rem; font-size: 0.38rem; }
	.commenu>ul>li> a i { display: inline-block; font-size: 0.48rem;  }
	.commenu>ul>li> a img { width:30px; height:30px; margin-right:0.36rem;   }
	.commenu>ul>li> a em { width:18px; height: 18px; line-height: 18px;  top:10px; right:-20px;  font-size: 12px;  }
	
	.header.active .commenu>ul>li> a span { color:#fff; }
	.header.active .commenu>ul>li> a i { color:#fff;  }
	.header.active .commenu>ul>li> a span::after { background: #fff; }
	
	.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);}
		
	.header.active .hamburger-menu div { background: #fff; }
	.header.active .menu-opened .hamburger-menu div{ background: transparent;}
	.header.active .hamburger-menu div:before, .header.active .hamburger-menu div:after { background: #fff; }
}



/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ch-buy-a {   height: 100px; background:url("../images/xhbg.jpg") no-repeat;  margin-bottom: 40px;  }
.ch-buy-a .ch-buy { width:720px; height: 100%;  margin:0 auto; display: flex; justify-content: center; align-items: center; }
#nr {
    font-size: 24px;
	line-height: 180%;
    font-weight: bold;
    text-align: center;
    margin: 0;
    background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: masked-animation 2s infinite linear;
}
 @keyframes masked-animation {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: -100%, 0;
}
}

.ibanner { max-width: 1920px;  margin:0 auto;  }
.ibanner img { width:100%; }

.inotice .inoticebox .fl { width:3%; }
.inotice .inoticebox .fl i { font-size: 24px;  }
.inotice .inoticebox .fr { width:97%; }

.iadimg img { max-height:50px; }
.iadimg em { font-size:18px;  line-height: 50px;  }

.itit { position: relative; margin-bottom:30px; }
.itit h2 span { font-size: 24px; padding-left:24px;   line-height: 100%;   }
.itit h2 span::after { content: " ";  position: absolute; top: 0;  left: 0; width:4px;  height: 100%; border-radius: 4px;  background: #de8d00;  z-index: 2;}
.itit h2 a.more { font-size:16px; }
.itit h2 a.more:hover { text-decoration:underline; }
.itit .more-btn { position:absolute; bottom:0;  right:0; }

.outBox { width:100%;  }
.outBox .bg-default:hover  { background:#131c2a; }
.outBox .hd{ position:relative;  }
.outBox .hd ul li {  float: left;  width:calc(33.3% - 13px);  margin-right: 20px;  text-align: center; font-size: 18px;  cursor: pointer; }
.outBox .hd ul li:nth-child(3n) { margin-right:0; }
.outBox .hd ul li .bg-default {  line-height: 50px; ;  border:2px solid #182332;  }
.outBox .hd ul li img { max-height: 40px; margin-right: 20px;   }
.outBox .hd ul li.on .bg-default, .outBox .hd ul li .bg-default:hover {  background:#131c2a;  border:2px solid #de8d00;  color:#fff;  }

.inBox { margin:20px 0 0;  }
.inBox .inHd ul{ overflow:hidden; zoom:1; }
.inBox .inHd ul li { float: left;  width:calc(12.5% - 17.5px);  margin-right: 20px;  margin-bottom: 20px;  text-align: center;  cursor: pointer;   }
.inBox .inHd ul li:nth-child(8n) { margin-right:0; }
.inBox .inHd ul li .bg-default {   border:2px solid #182332;  }
.inBox .inHd ul li.on .bg-default, .inBox .inHd ul li .bg-default:hover { background:#131c2a;  border:2px solid #de8d00;  color:#fff;  }
.inBox .inHd ul li .img { height: 80px;  }
.inBox .inHd ul li .txt p { height:50px; line-height: 50px;  }

.inBox .inBd ul li { float: left;  width:calc(16.7% - 18px);  margin-right: 20px; margin-bottom: 20px;  text-align: center;  cursor: pointer; }
.inBox .inBd ul li:nth-child(6n) { margin-right:0; }
.inBox .inBd ul li .more-gray { line-height: 50px;    }
.inBox .inBd ul li.on .more-gray, .inBox .inBd ul li .more-gray:hover { background: linear-gradient(90deg,#eb3a28,#f78106);  color:#fff;  }

.inBoxbox .inHdd {  margin:0; }
.iitembox .item { margin-bottom:20px; align-items:center; }
.iitembox .item:last-child { margin-bottom:0; }
.iitembox .img { width:400px; height: 260px;  }
.iitembox .info { width:600px;  padding:0 40px;  }
.iitembox .info h3 { font-size:24px; margin-bottom: 10px;   }
.iitembox .btns { width:320px;  height: 260px; text-align: center; }
.iitembox .btns a {  display: inline-block; width:200px;  margin:10px auto;  padding:0; }
.iitembox .btns a i { display:none; }
.iitembox .btns a:first-child { background: linear-gradient(90deg,#eb3a28,#f78106);  }
.iitembox .btns a:first-child i.icon-gouwucheman { display:  inline-block; }
.iitembox .btns a:nth-child(2) { background: linear-gradient(90deg,#4d35d5,#553fff);}
.iitembox .btns a:nth-child(2) i.icon-xiazai1 { display: inline-block; }
.iitembox .btns a:nth-child(3) { background: linear-gradient(90deg,#184760,#2c6584);  }
.iitembox .btns a:nth-child(3) i.icon-bofang { display:  inline-block; }

.iitembox .item .bg { width:100%; height: 100%; top:0;  left:0; z-index: 99; background: rgba(0,0,0,0.6); text-align: center; }
.iitembox .item .bg span { border:2px solid #fff; padding:0 20px;  font-size:20px; transform: rotate(-30deg); }

.iitembox .item .bg2 { width:100%; height: 100%; top:0;  left:0; z-index: 99; background: rgba(0,0,0,0.6); text-align: center; }
.iitembox .item .bg2 span { border:2px solid #fff; padding:0 20px;  font-size:20px; transform: rotate(-30deg); }

.prode .prode-top .img { width:680px; }
.prode .prode-top .info {   width:calc(100% - 780px);  } 
.prode .prode-top .info h3 { font-size:24px; margin-bottom: 20px;  }
.prode .prode-top .btns { margin:40px 0 0; }
.prode .prode-top .btns a { display: inline-block; float: left;  margin-right: 40px; }
.prode .prode-adimg { margin:60px 0 0; }

.prodl h3 { font-size:24px;  margin:10px 0 20px; }
.prodl .dlbtns a { margin:20px 0 0;  }


.stit { margin-bottom:40px; }
.stit h2 span { font-size: 24px; padding-left:24px;  line-height: 100%;  }
.stit h2 span::after { content: " ";  position: absolute; top: 0;  left: 0; width:4px;  height: 100%; border-radius: 4px;  background: #de8d00;  z-index: 2;}

.proshow .proshow-func .list ul::after { content: ""; display: block; height: 0; clear: both; }
.proshow .proshow-func .list ul li { float:left; width:calc(33.2% - 30px); margin-right: 40px;  margin-bottom: 40px;   text-align: center;  background: #182332; border-radius: 6px; box-sizing: border-box;  padding:20px;  
	transition: all 0.5s ease;  }
.proshow .proshow-func .list ul li:nth-child(3n) { margin-right:0; }
.proshow .proshow-func .list ul li p:first-child { font-size:20px;  color:#fff; font-weight: bold; }
.proshow .proshow-func .list ul li:hover { background: #131c2a;  transform: scale(1.05); }

.proshow .proshow-pics .list ul li { float:left; width:calc(33.2% - 30px); margin-right: 40px;  margin-bottom: 40px;   text-align: center;   }
.proshow .proshow-pics .list ul li:nth-child(3n) { margin-right:0; }

.itools { padding:0 0 20px;  }
.itools .list ul li { float:left; width:calc(33.2% - 12px); margin-right: 20px;  margin-bottom: 20px; }
.itools .list ul li:nth-child(3n) { margin-right:0; }
.itools .list ul li .img { width:100px; height: 100px;  }
.itools .list ul li:hover .img img { transform:scale(1.08);  }
.itools .list ul li .txt { width:calc( 100% - 120px);  }
.itools .list ul li .txt h5 { font-size: 18px; margin-bottom: 10px; }
.itools .list ul li i { right:20px;  bottom:20px; font-size: 20px;  }

.inews { padding-bottom:60px; }
.inews .itit { margin-bottom:20px; }
.inews .inewsbox .itembox  { width:calc(50% - 20px); }
.inews .inewsbox .itembox .list ul li { height: 46px; line-height: 46px; border-bottom: 1px dashed rgba(255,255,255,0.3);  }
.inews .inewsbox .itembox .list ul li i { display: inline-block;  float: left; color:#de8d00;  margin-right: 10px; font-style: normal; }
.inews .inewsbox .itembox .list ul li span { float: left; width:88%; line-height: 46px; font-size: 15px;   }
.inews .inewsbox .itembox .list ul li em { float:right; }

.footer { background:#171a21;  padding-bottom: 140px; transition: all 0.3s ease;  display: none;  }
.footer .ftop {padding-bottom:40px;  border-bottom:1px solid rgba(255,255,255,0.1); }
.footer .ftop ul li { line-height:28px; }
.footer .ftop ul li i { display: inline-block;  vertical-align: top;  font-size: 28px;  margin-right: 20px;  }
.footer .fmid {  border-bottom:1px solid rgba(255,255,255,0.1); }
.footer .fmid .flogo { flex:4;  opacity: 0.3; }
.footer .fmid .info {  flex:8; }
.footer .fmid .info p {  color:#59656d;   }
.footer .fbot  p , .footer .fbot  p a {  color:#59656d;   }
.footer .fbot  p a { margin-right: 20px; }
.footer .fbot  p a:hover { color:#fff; }
.footer .fimg { margin:10px 0 0; }

.kfbox { position:fixed;  right:0;  bottom: 20%; z-index: 9;  }
.kfbox ul li { width:80px; height: 80px; background: #fff; transition: none;  }
.kfbox ul li  i { display: inline-block; font-size:24px;  margin:15px 0 0; transition: none; }
.kfbox ul li a { color:#333; transition: none;  }
.kfbox ul li:hover  { background: #de8d00;  }
.kfbox ul li:hover a {  color:#fff; }

.botbox {  position: fixed; z-index: 99; width:100%;  bottom:0; background: #1a8e63;  height: 0;   transition: all 0.3s ease;   }
.botbox .cc { display:flex;  justify-content: center;  align-items: center; height: 100px;   }
.botbox .cc .bbleft  {   color:#babec6; font-size: 15px; text-align: left;  margin-right:40px; }
.botbox .cc .bbleft  p {  color:#fff;}
.botbox .cc .bbright a { display:inline-block;  padding:0 20px; height: 40px;  line-height: 40px;  background: linear-gradient(90deg,#eb3a28,#f78106);   border-radius: 6px;  color:#fff;  }
.botbox .cc .btn-close { top:20px;  right:0; }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/

.ctit h2 span { display: inline-block; padding:0 40px; font-size: 20px; height: 60px;  line-height: 60px;  }
.ctit h2 span::after { content: " ";  position: absolute; top: 0;  left: 0; width:100%;  height: 3px; border-radius: 4px;  background: #de8d00;  z-index: 2;}
.ctit h2 i {  line-height: 60px; font-size: 16px; margin-right: 20px;  }

.ctools .list ul li { float:left; width:calc(33.2% - 30px); margin-right: 40px;  margin-bottom: 40px; }
.ctools .list ul li:nth-child(3n) { margin-right:0; }
.ctools .list ul li .img { width:100px; height: 100px;  }
.ctools .list ul li:hover .img img { transform:scale(1.08);  }
.ctools .list ul li .txt { width:calc( 100% - 120px);  }
.ctools .list ul li .txt h5 { font-size: 18px; margin-bottom: 10px; }
.ctools .list ul li i { right:20px;  bottom:20px; font-size: 20px;  }

.pagination { text-align: center;  }
.page-num:not(:disabled) {cursor: pointer;}
.page-num , .page-link {position: relative; display: inline-block;   padding:0 13px; line-height: 36px;	  background: #131c2a; border: none; margin:0 6px;}
.page-num { margin:0 6px;}
.page-num:hover, .page-link:hover {	background: #de8d00; color: #fff;  }
.page-num-current {z-index: 1;background: #de8d00; color: #fff;  }
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cbanner { width:100%; height: 400px; display: table; position: relative; background-repeat: no-repeat; background-position: center center;   }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h1 { font-size: 36px;  margin:0 0 20px;  }

.cnewslist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px;   border-radius: 6px; overflow: hidden; }
.cnewslist ul li:nth-child(3n) { margin-right: 0; }
.cnewslist ul li .info { position: relative;}
.cnewslist ul li .info em { position: absolute; top:0; left:0; z-index: 9; display:inline-block; padding:10px 30px; background: rgba(0,0,0,0.5); color:#fff;  }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #de8d00;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 300px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #182332;  }
.cnewslist ul li .info .txt h2 {  color:#fff; margin:10px 0 20px; line-height: 180%; height:60px; font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p {  height: 60px;  font-size: 15px;  }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }
.cnewslist ul li a:hover span, .cnewslist ul li a:hover p { color:#babec6; }
.cnewslist ul li .info .taglist {  height: 50px; overflow: hidden; margin:10px 0 0;  }
.cnewslist ul li .info .taglist a { box-sizing: content-box; display: inline-block; height:36px; line-height: 36px; padding:0 10px;  border-radius: 4px;  border:1px solid rgba(255,255,255,0.3); margin:10px 10px 0 0;  font-size: 15px; }

.cnews { padding:0 0 60px;  }
.cnews .cnewsde .cn-list { width:320px;  }
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #fff; border-bottom:1px solid rgba(255,255,255,0.3); text-transform: uppercase; padding:20px 30px 0;  font-weight: 600; }
.cnews .cnewsde .cn-list h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cnewsde .cn-list h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #de8d00;  z-index: 2;}
.cnews .cnewsde .cn-list ul { padding:0 30px; }
.cnews .cnewsde .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px dashed  rgba(255,255,255,0.3); }
.cnews .cnewsde .cn-list ul li:last-child { border:none; }
.cnews .cnewsde .cn-list ul li span { display: inline-block; color:#999; margin-bottom: 10px;    }
.cnews .cnewsde .cn-list ul li p { line-height: 170%;}
.cnews .cnewsde .cn-list ul li a:hover { color:#fff; }
.cnews .cnewsde .cn-detail { width:calc(100% - 360px); background: #182332; padding:40px;  border-radius: 6px;  }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px; color: #fff;   font-weight: 600; }
.cnews .cnewsde .cn-detail .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid rgba(255,255,255,0.3); }
.cnews .cnewsde .cn-detail .tit p span { margin-right: 30px;}
.cnews .cnewsde .cn-detail .tit p i { color:#de8d00; margin-right: 10px; font-size: 18px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 0; }
.cnews .cnewsde .cn-detail .detail strong { color:#333; }
.cnews .cnewsde .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid rgba(255,255,255,0.3); }
.cnews .cnewsde .cn-detail .sec p { margin:15px 0 0; }
.cnews .cnewsde .cn-detail .sec span { display: inline-block; background: #131c2a; color:#fff; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cnewsde .cn-detail .sec p a:hover { color:#fff; }


.cnews .cnewsde .cn-list .listbox { background: #182332; border-radius: 6px; }
.tagbox { margin:30px 0 0; }
.tagbox .taglist { padding:20px; }
.tagbox .taglist a, .de-taglist a { box-sizing: content-box; display: inline-block; height:36px; line-height: 36px; padding:0 10px;  border-radius: 4px;  border:1px solid rgba(255,255,255,0.3); margin:6px 5px;  font-size: 15px; }
.de-taglist { margin-bottom: 40px; }

.cdload a:first-child { display: none; } 

.layui-layer-title { font-size: 16px; color:#333;  font-weight: bold; }
.layui-layer-btn a { height: 36px;     line-height: 36px;  margin: 0 0 0 20px; }
.dltips { box-sizing: border-box;  color:#666;  padding:20px; }
.dltips .btnlink  { text-align: center; margin:10px 0 20px; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/

@media only screen and (max-width:980px){
	
	/*--------------------------------------------------------------------------通用--------------------------------------------------------------------------*/
	
	.pc-cc { display: none; }
	.m-cc { display: block; }	

	table, input, select, textarea { font-size:0.38rem; }
	.layui-form-label { font-size:0.38rem;}
	.layui-form-item { margin-bottom:0.36rem; }
	
	html, body,a, p, li { font-size:0.38rem; line-height: 180%; }
	.ww { width: calc(100% - 0.72rem); margin: 0 auto; }
	
	.commenu>ul>li { margin: 0; }
	
	.hdiv { height: 60px; }
	
	.gotop { width: 50px; height: 50px; line-height: 50px; border-radius: 50px; right:0.36rem; bottom:0.36rem; }
	.gotop i { font-size: 0.48rem;}
	
	.more-btn { font-size: 0.42rem;  padding:0 0.48rem; height:1.1rem;  line-height: 1.1rem;  }
	.more-btn i  { font-size: 0.42rem; margin-right:0.36rem; }
	
	.sp-focus.swiper-pagination {  bottom:4%;  }
	.sp-focus .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }

	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 12px; margin: 0 5px;}
	
	.p60, .p40, .p30 { padding:0.72rem 0;  }
	.pp20 , .pp30, .pp40 { padding:0.36rem; }
	.m60, .m40 { margin:0.72rem 0; }
	
	.inotice .inoticebox .fl { width:10%; }
	.inotice .inoticebox .fl  i { font-size:0.48rem;  }
	.inotice .inoticebox .fr { width:90%; }
	.inotice .inoticebox .fr p span { font-size:0.38rem!important; }
	
	.iadimg em { line-height:200%; font-size:0.38rem; padding:0.24rem 0;  }
	
	.itit { margin-bottom:0.48rem; }
	.itit h2 span { font-size:0.48rem; }
	.itit h2 a.more { font-size:0.38rem; }
	
	.outBox .hd ul li { width: calc(33.3% - 0.24rem); margin-right: 0.36rem;  }
	.outBox .hd ul li img { margin-right:0; }
	
	.inBox { margin:0.64rem 0 0; }
	
	.inBox .inHd ul li { width: calc(33.3% - 0.24rem); margin-right: 0.36rem; margin-bottom:0.36rem;  }
	.inBox .inHd ul li:nth-child(8n) { margin-right:0.36rem; }
	.inBox .inHd ul li:nth-child(3n) { margin-right:0;}
	.inBox .inHd ul li .img { height:60px; }
	.inBox .inHd ul li .txt p { height:1rem; line-height: 1rem; }
	
	.inBoxbox .inHdd { margin:0.24rem 0 0.36rem; }
	.inBox .inBd ul li {  width: calc(50% - 0.18rem); margin-right: 0.36rem; margin-bottom:0.36rem; }
	.inBox .inBd ul li:nth-child(2n) { margin-right:0;  }
	.inBox .inBd ul li .more-gray { height:1.1rem;  line-height:1.1rem;  }
	
	.iitembox .item { margin-bottom:0.64rem; }
	.iitembox .img { width:100%; height: auto;  float: none; }
	.iitembox .info {  width:100%;  float: none;  padding:0.36rem 0;  }
	.iitembox .info h3 { font-size:0.48rem;  }
	.iitembox .btns { width:100%; height: auto;   float: none;  }
	.iitembox .btns a { float:left; width: calc(50% - 0.18rem);  margin:0  0.36rem 0.36rem 0;  }
	.iitembox .btns a:nth-child(2n) { margin-right:0; }
	
	.iitembox .item .bg span {font-size:0.42rem; }
	
	.itools { padding:0 0 0.72rem; }
	.itools .list ul li { float:none; width:100%; margin:0 0 0.36rem 0;  }
	.itools .list ul li .img { width:2.2rem; height:2.2rem; }
	.itools .list ul li .txt { width: calc( 100% - 2.56rem); }
	.itools .list ul li .txt h5 { font-size:0.42rem; margin-bottom:5px;  }
	.itools .list ul li i { font-size:0.42rem;  right:0.36rem; bottom:0.36rem;  }
	
	.footer .ftop { padding-bottom:0.48rem; }
	.footer .ftop ul li { width:50%; text-align: left; line-height: 240%;  }
	.footer .ftop ul li i { font-size:0.56rem; margin:0 0.36rem;  }
	.footer .fmid .flogo , .footer .fmid .info { flex:auto; width:100%;  }
	.footer .fmid .flogo img { max-height: 24px; margin-bottom:0.36rem;   }
	.footer .fimg { margin:0; }
	
	.ctit h2 span { font-size:0.42rem;  padding: 0 0.36rem; height: 1.2rem;   line-height: 1.2rem; }
	
	.bread { padding:0.48rem 0; }
	
	.ctools .list ul li { float:none; width:100%; margin:0 0 0.36rem 0;  }
	.ctools .list ul li .img { width:2.2rem; height:2.2rem; }
	.ctools .list ul li .txt { width: calc( 100% - 2.56rem); }
	.ctools .list ul li .txt h5 { font-size:0.42rem; margin-bottom:5px;  }
	.ctools .list ul li i { font-size:0.42rem;  right:0.36rem; bottom:0.36rem;  }
	
	.prode .prode-top .img, .prode .prode-top .info { float:none;  width:100%;  }
	.prode .prode-top .info h3 {  font-size:0.48rem; margin:0.36rem 0;   }
	.prode .prode-top .btns { margin:0.64rem 0 0; }
	.prode .prode-top .btns a { box-sizing: border-box;  width: calc(33.2% - 0.24rem);  margin:0  0.36rem 0 0; }
	.prode .prode-top .btns a:nth-child(3n) { margin-right:0; }
	
	.prode .prode-adimg { display:none; }
	
	.prodl h3 { font-size:0.48rem;  margin:0.24rem 0 0.36rem 0;  }
	.prodl .dlbtns a { margin:0.36rem 0 0; }
	
	.stit { margin-bottom:0.48rem; }
	.stit h2 span { font-size:0.42rem; }
	
	.proshow .proshow-func .list ul li { width: 100%;  padding:0.36rem;  margin:0  0 0.36rem 0;  }
	.proshow .proshow-func .list ul li p:first-child { font-size:0.42rem; }
	
	.proshow .proshow-pics .list ul li { width: calc(50% - 0.18rem);  margin:0  0.36rem 0.36rem 0; }
	.proshow .proshow-pics .list ul li:nth-child(3), .proshow .proshow-pics .list ul li:nth-child(9) { margin-right:0.36rem; }
	.proshow .proshow-pics .list ul li:nth-child(2n) { margin-right:0; }
	
	.bread { display:none; }
	
	.cbanner { height: 180px; background-position: center top;}
	.cbanner .txt { padding:0 0.36rem; }
	.cbanner .txt h1 { font-size:0.56rem; margin:0 0 0.18rem; }
		
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto; height: auto;  }
	.cnewslist ul li .info .taglist { height: auto;}
	
	.cnews { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:calc(100% - 0.72rem); padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:0.36rem; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.cnews .cnewsde .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cnewsde .cn-detail .sec { padding:0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cnewsde .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	.inews { margin-bottom:0.72rem; }
	.inews .itit { margin-bottom:0.48rem; }
	.inews .inewsbox .itembox { width:100%; }
	.inews .inewsbox .itembox:last-child { margin:0.72rem 0 0; }
	.inews .inewsbox .itembox .list ul li span { width:82%; }
	
	.kfbox ul li { width:70px; height: 70px; }
	.kfbox ul li i { font-size:0.56rem; margin:0.24rem 0 0;  }
	.kfbox ul li a span { font-size:0.36rem; }
	
	.botbox { padding:0.36rem 0; }
	.botbox .cc .bbleft { margin-right: 0.36rem;  }
	.botbox .cc .bbright a { min-width: 3.6rem; padding:0; height: 1.1rem; line-height: 1.1rem;  }
	.botbox .cc .btn-close { top:-0.12rem; }
	
}



