/*基本样式*/
html{font-size:62.5% !important; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family: 'Microsoft YaHei','微软雅黑',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: antialiased; box-sizing: border-box;}

table{border-collapse:collapse;border-spacing:0;padding:0}
fieldset,img{border:0;}
img,object{max-width:100%;width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color:#333;}
a:hover{text-decoration: none; color: #2294e0;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
ul,ol,li{list-style:none outside none;}
pre,code {white-space:pre-wrap}
.gp-pa{position: absolute;}
.gp-pr{position: relative;}
.gp-clearFix{*zoom:1;clear:both;}
.gp-clearFix:after{content: '';display: block;clear:both;}
.gp-clear{width: 100%;overflow:hidden;}
/*响应式图片*/
.gp-img-responsive{width: 100%;height: 0;padding-bottom: 66.67%;overflow:hidden;display: block;background-color: #f3f3f3}
.gp-img-responsive img{width: 100%;transition: all 0.5s ease-in-out;}
.gp-img-responsive img:hover{transform:scale(1.03);opacity: 0.85;}
.gp-radius{border-radius: 3px;display: block;overflow: hidden;}
.gp-round{border-radius: 500px;display: block;overflow: hidden;}
.gp-circle{border-radius: 50%;display: block;overflow: hidden;}
/*边框*/
.gp-img-thumbnail {display:inline-block;max-width:100%;height:auto;padding:2px;line-height:1.6;background-color:#fff; border:1px solid #ddd;border-radius:0; -webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.gp-ib{display:inline-block;*display:inline;*zoom:1;}
/* 阴影 */
.gp-boxshaow16{
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);/*firefox*/
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);/*webkit*/
}
.gp-boxshaow20{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*firefox*/
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*webkit*/
}
/* 下划线 */
.underline{
  text-decoration: underline;
}
/*半透明背景*/
.gp-overlay{width: 100%;height: 100%;position: fixed;top: 0;z-index: 800;background: #000;opacity: 0.8;filter: alpha(opacity=80);display: none;left:0}
/*文章页控制ul li序号*/
.gp-article ol,.gp-article ol li,.gp-order-list li,.gp-order-list{list-style:decimal inside none;}
.gp-article ul,.gp-article ul li,.gp-unorder-list li,.gp-unorder-list{list-style: disc inside  none;}
.gp-unorder-list.circle{list-style-type:circle}
.gp-unorder-list.square,.gp-unorder-list.square li{list-style-type:square}
.gp-unorder-list.upper-roman,.gp-unorder-list.upper-roman li{list-style-type:upper-roman}
.gp-unorder-list.lower-alpha,.gp-unorder-list.lower-alpha li{list-style-type:lower-alpha}
/*字号*/
.gp-f0{font-size:0px;font-size: 0rem;}
.gp-f10{font-size:10px;font-size: 1rem;}
.gp-f12{font-size:12px;font-size: 1.2rem;}
.gp-f13{font-size:13px;font-size: 1.3rem;}
.gp-f14{font-size:14px;font-size: 1.4rem;}
.gp-f15{font-size:15px;font-size: 1.5rem;}
.gp-f16{font-size:16px;font-size: 1.6rem;}
.gp-f17{font-size:17px;font-size: 1.7rem;}
.gp-f18{font-size:18px;font-size: 1.8rem;}
.gp-f20{font-size:20px;font-size: 2rem;}
.gp-f22{font-size:22px;font-size: 2.2rem;}
.gp-f23{font-size:23px;font-size: 2.3rem;}
.gp-f24{font-size:24px;font-size: 2.4rem;}
.gp-f25{font-size:25px;font-size: 2.5rem;}
.gp-f26{font-size:26px;font-size: 2.6rem;}
.gp-f28{font-size:28px;font-size: 2.8rem;}
.gp-f30{font-size:30px;font-size: 3rem;}
.gp-f32{font-size:32px;font-size: 3.2rem;}
.gp-f34{font-size:34px;font-size: 3.4rem;}
.gp-f35{font-size:35px;font-size: 3.5rem;}
.gp-f36{font-size:36px;font-size: 3.6rem;}
.gp-f38{font-size:38px;font-size: 3.8rem;}
.gp-f40{font-size:40px;font-size: 4rem;}
.gp-f42{font-size:42px;font-size: 4rem;}
.gp-f48{font-size:48px;font-size: 4.8rem;}
.gp-ul-inline{font-size: 0;}
.gp-ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.gp-fl{float: left;}
.gp-fr{float: right;}
.gp-center{display: block;margin-left: auto;margin-right: auto;}
.gp-vam,.gp-vama *{vertical-align:middle;}
/*
字体色
*/
.gp-black *{color:#333}
.gp-white *{color:#fff}
/*一行截短*/
.gp-ellipsis,.gp-text-truncate { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
/*  */
.gp-ellipsis-2{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -ms-flexbox; /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;}
.gp-ellipsis-3{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gp-ellipsis-4{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*透明度*/
.gp-opt-50{	opacity: 0.5;filter: alpha(opacity=50);}
/*-平均分配*/
[class*="gp-avg"] > li {float: left;}

/*
版心和间距的问题
*/
.gp-container{width: 1420px;margin-left: auto;margin-right: auto;}
.gp-container-2{width: 1200px;margin-left: auto;margin-right: auto;}
.gp-row{margin-left: -15px;margin-right: -15px;}
.gp-m15{margin:0 15px}
.gp-p15{padding-left: 15px;padding-right: 15px;}



/*水平导航*/
.gp-nav-horizontal{}
.gp-nav-horizontal > li{display: inline-block;*display: inline;*zoom:1;position: relative;}
.gp-nav-justify{ width:100%;display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;text-align: center;}
.gp-nav-justify > li{ float:none;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1; flex:1}
/*导航二级菜单*/
.gp-nav-horizontal .gp-subNav{position: absolute;left: 0;top: 50px;background: #fff;}
.gp-subNav{width:100%;overflow: hidden;display:none;}
.gp-subNav dd a {padding:8px 12px;display: block;line-height: 1.5;font-size: 14px;font-size: 1.4rem;text-align: center;}

/*
面包屑
*/
.gp-bread{height:auto; line-height:20px; color:#999;padding:15px 0;overflow:hidden;}
.gp-bread span{color:#999;margin:0 10px}
.gp-bread a{color:#666;}
.gp-bread a:hover{color:#000;}



/***
布局-网格样式 
**/

[class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] {
  display: inline-block;*display: inline;*zoom:1;vertical-align: top;width: 100%;
}


/*
表格
*/
.gp-table > tbody > tr > td, .gp-table > tbody > tr > th, .gp-table > tfoot > tr > td, .gp-table > tfoot > tr > th, .gp-table > thead > tr > td, .gp-table > thead > tr > th{padding:12px;padding:1rem;}
.gp-table-bordered { border:solid #ddd;border-width: 0px 1px 1px 0px;}
.gp-table *{word-break: break-all;}
/*边框*/
.gp-table-bordered  td{ border:solid #ddd; border-width:1px 0px 0px 1px;}
/*条纹*/
.gp-table-striped>tbody>tr:nth-child(odd)>td,
.gp-table-striped>tbody>tr:nth-child(odd)>th {
 background-color:#f9f9f9
}
/*置顶*/
.gp-goTop{width: 88px;height: 88px;line-height: 50px;text-align: center;font-size: 2.5rem;transition: all 0.3s ease-in-out;}
.gp-goTop-fixed{position: fixed;right: 20px;bottom: 20px;z-index: 800;}
.gp-goTop-fixed.bottom{bottom: 150px;}

/**加上该class后不能选中文字*/
.no-touch { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}