body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td,p  {margin:0;padding:0;}

/*body,button,input,select,textarea{font:12px/1.5 microsoft yahei,微软雅黑,tahoma,arial,\5b8b\4f53;}*/
body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53;}
body,button,input,select,textarea,p{font-size: 16px;}
h1,h2,h3,h4,h5,h6{font-size:100%;}



address,cite,dfn,em,var{font-style:normal;}

code,kbd,pre,samp{font-family:courier new,courier,monospace;}

small{font-size:12px;}

ul,ol{list-style:none;}

a{text-decoration:none;}

a:hover{cursor: pointer;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

legend{color:#000;}

fieldset,img{border:0;}

button,input,select,textarea{font-size:100%;}


table{border-collapse:collapse;border-spacing:0;}

.padding0{padding: 0;}
.margin0{margin: 0;}
.mr10{margin-right: 10px;}
.ml10{margin-left: 10px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mr20{margin-right: 20px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.ml40{margin-left: 40px;}
.mr40{margin-right: 40px;}
.borderL{border-left:1px solid #ccc;}
.borderR{border-right: 1px solid #ccc;}
.wid50{width:50px;}
.wid100{width:100px;}
.wid200{width:200px;}
.inlineblock{display: inline-block;}
.fontw{font-weight: 700;}
.tips{font-weight: normal;color: #c0c0c0;}
.w100{width: 100%;}
.fl{float: left;}
.fr{float: right;}
.text_red{color:#f6ad02;}
.text_cc{color:#C5C5C5;}
.text_white{color:#fff;}
.text_small{font-size: 9px;}
.bgff{background-color: #fff;}
.bgred{background-color: #f6ad02}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom:1;
}

/*定义一些公用组建*/
/*头部组件*/
header{position:fixed;top:0;width:100%;height:80px;line-height:80px;text-align: center;background-color: #171717;min-width: 800px;z-index: 999;overflow:hidden;}
.header_con{display: inline-block;font-size: 18px;}
.header_con .item{padding: 0 15px;text-align: center;font-weight: bold;}
.header_con .item a{display: inline-block;width: 100%;height: 60px;color: #999999;text-decoration: none;}
.header_con .item a.active{color: #f6ad02;font-weight:bold;border-bottom: 1px solid #f6ad02;}
.header_con .item p{position:relative;height: 22.5px;}
.header_con .item .big{bottom: 6px;}
.header_con .item .small{bottom: 21px;font-weight: 100;}
body,html{width:100%;height: 100%;}
body{min-width: 1200px;font-size: 16px;}
/*section{background-color: #F0F0F0;}*/
header .login{
  display: inline-block;
  width: 70px;
  font-size: 18px;
  margin-left: 40px;
  position:relative;
  bottom: 45px;
  height: 40px;
  line-height: 40px;
  color: #999999;
  border:1px solid #999;
 }
header{min-width: 1200px;}
header .login.active{color: #f6ad02;border: 1px solid #f6ad02;}
.center{text-align: center}
/*首屏满屏及往下图标动画效果*/
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.top{position:relative;width: 100%;height: 100%;text-align:center;background-size: cover;background-position: 50%;background-attachment: fixed;}
.top_arrow{display: block;position: absolute;bottom: 90px;width:100%;animation: myfirst 1.5s infinite; font-size: 30px;color:#fff;text-align: center;}
.top_arrow:hover{color: #fff;}
.bg_word{position: absolute;top: 50%;left: 0; right: 0}

/*脚部*/
footer{
  padding: 50px 0;
  text-align: center;
  background-color:#E5E5E5;
}

footer .qrcode_con .qrcode{display: inline-block; margin-bottom: 10px;}
footer .qrcode_con .qrcode img{display: block;width: 100px;}
section sub{font-size: 10px;bottom: 0;}
.button_red{display: inline-block;width: 110px;height: 40px;line-height: 40px;text-align: center;color: #fff;border: 1px solid #f6ad02;background-color: #f6ad02;}
.button_white{display: inline-block;width: 110px;height: 40px;line-height: 40px;text-align: center;color: #f6ad02;border: 1px solid #f6ad02;background-color: #fff;}
.line{display: inline-block;width: 26px;border-bottom: 1px solid #000;}
.text_big{font-size: 50px;}
.text_en{color:#B4B8B1;}

/*轮播图*/
/*.swiper-container{
  max-height:400px;
}*/
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 6px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
/*加入我们*/
.joining_con .joining{position: absolute;top: 38%;left: 40%;font-size: 18px;text-align: center;}
.joining_con .line{}
.joining_con .explain{font-size: 25px;}
.joining_con .join{margin: 0;}
.joining_con .go_join{display: inline-block;padding: 8px 15px;color: #fff;background-color: #f6ad02;}
/*加载中*/
.load_con{position:absolute;top: 50%;left: 45%;width: 200px;z-index: 999;}
/*分页*/
.pageDiv{padding: 15px 20px;text-align: right;color: #ccc;clear: both;}
.pageDiv a{display: inline-block;color: #4c4c4c;padding: 3px 18px;	margin: 0 2px;vertical-align: middle;font-size: 14px;/*background: #f6fbf9;height: 25px;	line-height: 25px;border: 1px solid #ddd;*/	}
.pageDiv a:hover{text-decoration: none;color:#f6ad02;/*border: 1px solid #428bca;*/}
.pageDiv span.current{display: inline-block;/*height: 25px;line-height: 25px;*/padding: 0 10px;margin: 0 2px;color: #fff;background-color:#f6ad02;border-radius: 4px;vertical-align: middle;}
.pageDiv span.disabled{display: inline-block;/*;height: 25px;line-height: 25px;border: 1px solid #bfbfbf;background: #f2f2f2;*/padding: 3px 18px;margin: 0 10px;	color: #bfbfbf;vertical-align: middle;}
.pageDiv span.pagecount{padding: 0 10px;font-size: 14px;color: #999999;margin-right: -30px;}
.pageDiv span.countYe{color: #4C4C4C;font-size: 14px;margin-left: 30px;}
.pageDiv span.countYe input{outline: none;border: 1px solid #ddd;height: 25px;padding: 3px 10px;width: 40px;margin: 0 5px;}
.pageDiv a.turndown{padding: 3px 10px;}
.js_pageDiv{position:relative;}
.js_pageSize{position: absolute;top: 15px;}
.js_pageSize .countvalue {border-radius: 5px;height: 30px; margin: 0 8px;padding: 0 5px;}

/*查询数据为空的时候显示*/
.nodata{
  width: 100%;
  text-align: center;
  margin: 80px auto;
  color: #ccc;
  font-size: 20px;
}
/*三角形*/
.tip_arrow{display: inline-block;
/*width: 10px;*/
/*height: 10px;*/
/*background-color: red;*/
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6ad02;
}
/*锚点*/
.anchor_nav li{width: 80px;text-align: center;}
.anchor_nav li a{display:inline-block;width:100%;height:100%;color: #000;}
.anchor_nav li.active a{color:#f6ad02;border-bottom: 2px solid #f6ad02;}
/*.ff{position:fixed;top:50px;background-color:#E4E4E4;color:#FFFFFF;z-index: 999}*/
.ff{position:fixed;top:50px;background-color:#E4E4E4;color:#FFFFFF;z-index: 999}

.news_con {width: 1200px; margin:0 auto 50px; padding-top: 130px;}
.news {padding: 20px 30px; background: #fff; box-shadow: 0px 0px 6px 3px #ddd;}
.news h1.title{font-size: 30px; text-align: center;}
.news .span{line-height: 40px; border-bottom: 1px solid #eee; margin-bottom: 30px; text-align: center;}

.newslist h2{display: block;margin-bottom: 20px;}
.newslist .list{overflow: hidden; margin-bottom: 30px;}
.newslist .list .item{width: 32%; margin-right: 2%; margin-top: 20px;}
.newslist .list .item:nth-child(3n){margin-right: 0}
.newslist .list .item img{margin-bottom: 10px; display: block; width: 100%;}
.newslist .list .item a:hover{text-decoration: none}