/**
 * changing Jason song  2021-04-14

 */

 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   /* font: inherit;
   font-weight: normal; */
   vertical-align: baseline;
 }
 
 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }
 
 ol,
 ul,
 li {
   list-style: none;
 }
 
 blockquote,
 q {
   quotes: none;
 }
 
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 /* custom */
 a {
   color: #7e8c8d;
   text-decoration: none;
   -webkit-backface-visibility: hidden;
 }
 ::-webkit-scrollbar {
   width: 5px;
   height: 5px;
 }
 
 ::-webkit-scrollbar-track-piece {
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
 }
 
 ::-webkit-scrollbar-thumb:vertical {
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 
 ::-webkit-scrollbar-thumb:horizontal {
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 
 html,
 body {
   width: 100%;
   font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
 }
 
 body {
   line-height: 1;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 html {
   overflow-y: scroll;
 }
 
 /*清除浮动*/
 .clearfix:before,
 .clearfix:after {
   content: " ";
   display: inline-block;
   height: 0;
   clear: both;
   visibility: hidden;
 }
 
 .clearfix {
   *zoom: 1;
 }
 
 /*隐藏*/
 .hidden {
   display: none;
 }
 
 /*浮动*/
 .fl {
   float: left;
 }
 
 .fr {
   float: right;
 
 }
 
 /*居中部分*/
 .m1200 {
   margin: 0 auto;
   width: 1200px;
   height: auto;
   overflow: hidden;
 
 }
  .m1400 {
   margin: 0 auto;
   width: 1400px;
   height: auto;
   overflow: hidden;
 
 }
 /*全屏*/
 .main-full {
   width: 100%;
   height: auto;
   overflow: hidden;
 }
 
 /*分页*/
 
 .pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px
 }
 
 .pagination>li {
   display: inline
 }
 
 .pagination>li>a,
 .pagination>li>span {
   position: relative;
   float: left;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
   color: #027cce;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd
 }
 
 .pagination>li:first-child>a,
 .pagination>li:first-child>span {
   margin-left: 0;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px
 }
 
 .pagination>li:last-child>a,
 .pagination>li:last-child>span {
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px
 }
 
 .pagination>li>a:focus,
 .pagination>li>a:hover,
 .pagination>li>span:focus,
 .pagination>li>span:hover {
   z-index: 2;
   color: #027cce;
   background-color: #eee;
   border-color: #ddd
 }
 
 .pagination>.active>a,
 .pagination>.active>a:focus,
 .pagination>.active>a:hover,
 .pagination>.active>span,
 .pagination>.active>span:focus,
 .pagination>.active>span:hover {
   z-index: 3;
   color: #fff;
   cursor: default;
   background-color: #027cce;
   border-color: #027cce;
 }
 
 .pagination>.disabled>a,
 .pagination>.disabled>a:focus,
 .pagination>.disabled>a:hover,
 .pagination>.disabled>span,
 .pagination>.disabled>span:focus,
 .pagination>.disabled>span:hover {
   color: #777;
   cursor: not-allowed;
   background-color: #fff;
   border-color: #ddd
 }
 
 .pagination-lg>li>a,
 .pagination-lg>li>span {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333
 }
 
 .pagination-lg>li:first-child>a,
 .pagination-lg>li:first-child>span {
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px
 }
 
 .pagination-lg>li:last-child>a,
 .pagination-lg>li:last-child>span {
   border-top-right-radius: 6px;
   border-bottom-right-radius: 6px
 }
 
 .pagination-sm>li>a,
 .pagination-sm>li>span {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5
 }
 
 .pagination-sm>li:first-child>a,
 .pagination-sm>li:first-child>span {
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px
 }
 
 .pagination-sm>li:last-child>a,
 .pagination-sm>li:last-child>span {
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px
 }
 
 
 
 /*------常规颜色-----------*/
 /*白色*/
 .c0 {
   color: #fff
 }
 
 .bg0 {
   background-color: #fff
 }
 
 /*黑色 通常用于标题 */
 .c1 {
   color: #000;
 }
 
 .bg1 {
   background-color: #000
 }
 
 /*浅黑色 通常用于正文、简介*/
 .c2 {
   color: #666;
 }
 
 .bg2 {
   background-color: #666
 }
 
 /*灰色 通常用于不可用、日期、一些需要减淡显示的内容*/
 .c3 {
   color: #ccc
 }
 
 .bg3 {
   background-color: #ccc
 }
 
 
 /*------------定制颜色--------------*/
 
 /*基准色*/
 .c4 {
   color: #428d3e
 }
 
 .bg4 {
   background-color: #428d3e
 }
 
 /*加深 */
 .c5 {
   color: #307043
 }
 
 .bg5 {
   background-color: #307043
 }
 
 /* 减淡 */
 .c6 {
   color: #58b773
 }
 
 .bg6 {
   background-color: #58b773
 }

 /*栏目标题*/
 .lanmu{
	width: 100%;
	height: auto;
	text-align: center;
}
.lanmu img{
	width: auto;
  display:inline-block;
	display:inline;
	zoom:1;
}
 /*header*/
 
.nav{
  width: 100%;
  height: 129px;
  position: relative;
  z-index: 10;
}
.nav ul li{
  height: 109px;
  float: left;
  margin-right: 20px;
  margin-top: 22px;
  position: relative;
  box-sizing: border-box;
}
.nav ul li:last-child{
  margin-right: 0px;
}
.nav ul li a{
  display: block;
  font-size: 18px;
  line-height: 109px;
	color: #fff;
  box-sizing: border-box;
}
.nav ul li:hover a,
.nav ul li.on a{
  color: #6aefff;
}
.nav ul li:hover a::before,
.nav ul li.on a::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #6aefff;
}
.nav ul .nav5:hover a::before{
  width: 0px;
	height: 0px;
}
/* 底部 */
.foot_top{
	width: 100%;
	height: 271px;
	background: url(../images/footer_bg.png) top center no-repeat;
  position: relative;
}
.foot_top .ft_fl{
	width: 50%;
	padding-top: 58px;
  height: 192px;
}
.foot_top .ft_fl:last-child::before{
  content: "";
  position: absolute;
  width: 1px ;
  top: 36px;
  height: 192px;
  background: #6673a3;
}
.foot_top .ft_fl .fl_li{
  width: 50%;
  float: left;
}
.foot_top .ft_fl .fl_li h3{
  width: 180px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #6673a3;
  margin-bottom: 20px;
}
.foot_top .ft_fl span{
  width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-stretch: normal;
	margin-bottom: 17px;
}
.foot_top .fr img{
	width: 112px;
	float: left;
  margin-left: 88px;
	margin-right: 27px;
}
.foot_top .fr span:nth-child(2){
	margin-top: 33px;
}
.foot_top .fr span:last-child{
	margin-top: 5px;
}
.foot_top .fr span img{
  width: 19px;
	height: 17px;
  margin-right: 7px;
}
.foot_top .fr span{
  width: auto !important;
}
.foot_btn{
  width: 100%;
	height: 60px;
	background: #001153;
}
.foot_btn span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
}
.foot_btn span a{
	color: #ffffff;
	margin-left: 10px;
}




/* 博览会\大赛右侧 */

.rfix{
  width: 74px;
  position:fixed;
  top: 80px;
  right:2%;
  box-shadow: 0px 0px 43px 0px 
   rgba(0, 2, 55, 0.07);
  z-index: 999;
}
.rfix .item{
  display: block;
  height: 58px;
  text-align: center;
  background:#fff;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}

.rfix .item .r_pic{
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin:0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rfix .item .r_pic img{
  width: 100%;
  height:auto;
}
.rfix .item .r_pic .rw{
  display:none;
}
.rfix .item .r_tt{
  width: 100%;
  position: absolute;
  bottom: 5px;
  font-size: 14px;
}
.rfix .item:hover{
  background-image: linear-gradient(-33deg, 
   #21a6ff 0%, 
   #336edb 100%), 
 linear-gradient(
   #2161de, 
   #2161de);
     color:#fff;
     border-color:#2161de;
}
.rfix .item:hover .rb{
  display: none;
}

.rfix .item:hover .rw{
  display: block;
}
.rfix1 .item{
  background-image: linear-gradient(-33deg, 
   #21a6ff 0%, 
   #336edb 100%), 
 linear-gradient(
   #2161de, 
   #2161de);
     color: #fff;
     border-color:#2161de;
}


/* 当前位置 */
.crumb {
  color: #0577da;
  font-size: 16px;
}
.crumb a {
  color: #0577da;
  margin: 0 5px;
}



.page .page-numbers{
  margin: 0px 10px;
}
.box img{
  max-width: 850px;
}
.page .page-numbers.actiive{
  color: #0577da;
  font-weight: bold;
}






#sub-list2 li a{
	width: 82%;
	line-height: 50px !important;
}

