/*首屏秀fullpage 样式*/
.fullPage-wp{   
    -webkit-transform: translate3d(0,0,0);     
    transform: translate3d(0,0,0);     
}
.fullPage-wp:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
}
.fullPage-wp.anim{
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s; 
}
.fullPage-page{
    display: block;
    overflow: hidden;
}

.fullPage-dir-h {
    float: left;
}

.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}

/*首屏秀全局样式*/
html{ font-size:10px; background:#fff; }
ul{ padding:0; margin:0;}
li{ list-style:none;}
a{ text-decoration:none;}
em,i{ font-style:normal;}
.clear{ background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
margin: 0;
padding: 0;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;}
body{margin:0 auto; padding:0; width:100%; max-width:640px; overflow-x:hidden; min-height:320px;  }
*{ margin:0; padding:0;}
li,dd,p,dl{margin:0 auto; padding:0;}
.wp
{
    width:100%; max-width:640px; min-width:320px; margin:0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;    
    display:block;    
}

/*首屏秀动画前默认 不显示*/
.animate{ opacity:0; display:none;  position: relative; }
.animate.cur,.cur .animate{opacity:1; display:block; animation-fill-mode:forwards; -webkit-animation-fill-mode:forwards;}

/*首屏秀音乐*/
#music{ display:none; height:0px; width:0px;}
.ybg{width:100%;  position:relative; z-index:200; max-width:640px; min-width:320px;}
.play_yinfu{ background:url(../images/common/music.gif) no-repeat; background-size:50px 50px; height:30px; padding-top:10px; width:50px; position:absolute;left:10px;top:4rem;width:50px;height:50px;  }
.off{
	background-image:url(../images/common/music_off.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:center center
}
/*首次加载页面切入效果*/
.homeShow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }

/*分享图标*/
.pageShare img{ display:none;}
/*整站公用样式*/
*{color:#333;}
html{ width:100%; max-width:640px; min-width:320px; margin:0 auto;}
.ke-content p img{ display:inherit;}
.ke-content p{ text-indent:0;}

a
{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-tap-highlight-color:rgba(0, 0, 0, 0);
-ms-tap-highlight-color:rgba(0, 0, 0, 0);
-o-tap-highlight-color:rgba(0, 0, 0, 0);
tap-highlight-color:rgba(0, 0, 0, 0);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}


/*加载中*/
.loading{display:none;width:100%; margin:auto; background:#a1d1c6;   height:100%; text-align:center; position:fixed; z-index:999999;  color:#fff; max-width:640px; min-width:320px; margin:0 auto;}
.loading:before{ content: ''; position: absolute; z-index:999999; width: 12.5rem;background: #fff; top: 50%;left: 50%;z-index: 0;margin-top: -6.25rem;height: 0.083rem;margin-left: -6.25rem; }
.loading span{ width: 0%; transition:width ease 0.5s; -webkit-transition: width ease 0.5s; height: 0.183rem; background: #00a0e9; font-size: 0; display: block;}
.loading span b{ font-weight:bold; padding-left:2%; font-size:1.25rem; font-size: 0;}
.loading .load_contain{ top:50%; position:absolute; width:12.5rem; left:50%; margin-top: -6.25rem; margin-left:-6.25rem;}
.loading img{ width:100%; margin:auto auto; display:block;}

/*上下指示箭头*/
.pageShow{ position:fixed; bottom:10rem; z-index:200; width:100%; margin:0 auto; max-width:640px; min-width:320px; text-align:center; height:14px; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.pageShow2{ position:fixed; bottom:2rem; z-index:200; width:100%; margin:0 auto; max-width:640px; min-width:320px; text-align:center; height:14px; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.ud_show img  
{
   
	margin:-7px 0 0 0px;
	width:24px;
	height:14px;
	margin:0 auto;
	background-position:0 -82px;
	-webkit-animation:topShow 1.5s infinite ease-in-out;
	-moz-animation:topShow 1.5s infinite ease-in-out;
	-o-animation:topShow 1.5s infinite ease-in-out;
	animation:topShow 1.5s infinite ease-in-out;
}
/*左右箭头*/
/*
.pageShow{ position:fixed; right:7px; z-index:200; width: 24px; margin:0 auto; top: 50%;margin-top: -12px;-webkit-transform: rotate(270deg);transform: rotate(270deg); text-align:center; height:14px; }
.ud_show img  
{
   
	margin:-7px 0 0 0px;
	width:24px;
	height:14px;
	margin:0 auto;
	background-position:0 -82px;
	-webkit-animation:topShow 1.5s 5 ease-in-out;
	-moz-animation:topShow 1.5s 5 ease-in-out;
	-o-animation:topShow 1.5s 5 ease-in-out;
	animation:topShow 1.5s 5 ease-in-out;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
*/

/*上下浮动效果动画*/
@-webkit-keyframes topShow{
	0%,30%{
		opacity:0;
		-webkit-transform:translate(0,10px)
	}

	60%{
		opacity:1;
		-webkit-transform:translate(0,0)
	}

	100%{
		opacity:0;
		-webkit-transform:translate(0,-8px)
	}

}

@-o-keyframes topShow{
	0%,30%{
		opacity:0;
		-o-transform:translate(0,10px)
	}

	60%{
		opacity:1;
		-o-transform:translate(0,0)
	}

	100%{
		opacity:0;
		-o-transform:translate(0,-8px)
	}

}

@-moz-keyframes topShow{
	0%,30%{
		opacity:0;
		-moz-transform:translate(0,10px)
	}

	60%{
		opacity:1;
		-moz-transform:translate(0,0)
	}

	100%{
		opacity:0;
		-moz-transform:translate(0,-8px)
	}

}

@keyframes topShow{
	0%,30%{
		opacity:0;
		transform:translate(0,10px)
	}

	60%{
		opacity:1;
		transform:translate(0,0)
	}

	100%{
		opacity:0;
		transform:translate(0,-8px)
	}

}

/*转动效果*/
.rotate{
	
	width:30px;
	height:30px;
	margin:0 auto;
	background-size:100% 100%;
	background-image:url(../images/common/music_off.png);
	-webkit-animation:rotating 1.2s linear infinite;
	-moz-animation:rotating 1.2s linear infinite;
	-o-animation:rotating 1.2s linear infinite;
	animation:rotating 1.2s linear infinite
}

@-webkit-keyframes rotating{
	from{
		-webkit-transform:rotate(0deg)
	}

	to{
		-webkit-transform:rotate(360deg)
	}

}

@keyframes rotating{
	from{
		transform:rotate(0deg)
	}

	to{
		transform:rotate(360deg)
	}

}

@-moz-keyframes rotating{
	from{
		-moz-transform:rotate(0deg)
	}

	to{
		-moz-transform:rotate(360deg)
	}

}

/*渐显动画*/
@-webkit-keyframes fade {
  from {
    opacity: 0;
   
  }

  to {
    opacity: 1;
   
  }
}

@keyframes fade {
  from {
    opacity: 0;
   
  }

  to {
    opacity: 1;
   
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

/*自适应设置*/
@media screen and (min-width:320px) {  html { font-size:75%;}}
@media screen and (min-width:360px) {  html { font-size:84.4%;}}
@media screen and (min-width:480px) {  html { font-size:112%;}}
@media screen and (min-width:568px) {  html { font-size:131%;}}
@media screen and (min-width:639px) {  html { font-size:150%;}}
/*
@media screen and (min-width:320px) {  html { font-size:75%;}}
@media screen and (min-width:360px) {  html { font-size:87%;}}
@media screen and (min-width:480px) {  html { font-size:112%;}}
@media screen and (min-width:568px) {  html { font-size:131%;}}
@media screen and (min-width:639px) {  html { font-size:150%;}}
*/
/*主体内容*/
@font-face {font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot'); /* IE9*/ 
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*改变苹果原有样式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;}
textarea {-webkit-appearance: none;}  

.iconfont{color: #f00;
    font-family:"iconfont","微软雅黑"!important;
    font-style:normal; 
    -webkit-font-smoothing: antialiased;
   /* -webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;}
    
/*------页面 公用样式(头部 底部)---------*/
html{ font-family:"Microsoft YaHei";}
img{ width:100%; display:block;}

/*头部*/
.header{ position:fixed; top:0; width:100%; margin:0 auto; max-width:640px; min-width:320px; z-index:99;  text-align:center; background:#a1d1c6; height: 3.35rem; line-height:3.35rem; font-size:1.166rem;}
.header .logo{ width:17.2%; position: absolute; left:2.3%;}
.header .logo img{ width:auto; display:block; height: 3.3rem;margin-left:1em;}
.header .menu_btn{ width:78%; color:#fff; float:right;}
.header .tsite{font-size:1.17rem;}
.header .tsite a{ color:#fff; position:relative;text-decoration:none; text-align:right; display:inline-block; padding: 0 2%; line-height: 3.3rem;}
.header .tsite a.cur{position: relative;}
.header .tsite a.cur:before{ content:""; position:absolute;border-bottom:0.5rem solid #fff;border-left:0.5rem solid transparent;border-right:0.5rem solid transparent;height: 0;width: 0; left:42%; bottom:0; }
.header .downmenu{ width:2.75rem; color: #fff; text-align:center; position:relative; z-index:9999; display:inline-block; line-height:3.33rem; float:right; cursor:pointer;}
.header .downmenu.cur{ background:#10315a; opacity:0.9; height:3.33rem;}
/*下拉样式*/
.menu{ width:100%; background:#000; top:0rem; position:fixed; height:100%; z-index:19; max-width:640px; min-width:320px;  }
.menu .slideMenu{ width:12.8rem; margin-top:3.3rem; float: right;}
.menu .slideMenu li a{ color:#666; font-size:1.5rem; background: #fff; line-height:3rem; display:block; text-align:center;}
.menu .slideMenu li{ margin-bottom:1px; }

/*公用底部*/
.g_ft{ width: 100%; line-height: 1.5rem; padding-top: 0.75rem; position: relative;  background:#e9e9e9; color: #666; text-align:center;  font-family:"Microsoft YaHei"; position: relative; padding-bottom: 4.4rem;}
.g_ft dl{ overflow: hidden;}
.g_ft dl dt{ font-size: 0; float: left; width: 3.3rem;  margin-left:23%;}
.g_ft dl dt img{border: 0.2rem solid #fff;}
.g_ft dl dd{ float: right; width:61.5%; padding-top: 0.5rem; }
.g_ft dl dd p{color: #333; font-size: 0.75rem; text-align: left; line-height: 100%;}
.g_ft dl dd p span{ display: block; line-height: 1.6rem;}
.g_ft dl dd a img{ display: inline-block; width:2.1rem;}
.f_bom{ position: fixed;max-width: 640px; margin: 0 auto; bottom: 0; width: 100%;}
.f_bom ul{ position: relative;}
.f_bom ul li{ width: 20%; float: left; background: #10315a; box-sizing: border-box; border-right: 1px solid #fff; text-align: center;}
.f_bom ul li a{ display: block; font-size: 0.83rem; color: #fff; line-height:3.65rem;}
.f_bom ul li:nth-child(2),.f_bom ul li:nth-child(3){ width: 30%; box-sizing: border-box;}
.f_bom ul li:nth-child(2){ padding-right: 10%;}
.f_bom ul li:nth-child(3){ padding-left: 10%;}
.f_bom ul li:nth-child(5){ position: absolute; top: -0.5rem; background: none;left: 39.8%; border-right: none;}
.f_bom ul li:nth-child(5) img{ width: 4.2rem; display: inline-block;}

/*.g_ft a.top{ position:absolute; z-index:999; display:block; width:3.33rem; right:0px; top:-3.58rem; height:3.33rem;}*/
.g_ft a,.g_ft p{ color: #666; font-size:1.1rem;line-height: 1.5rem;}

.g_ft  .top{ display: inline-block; position: absolute; left: 45%; top: -2rem; width: 2.5rem;}

/*返回中心按钮*/
.u_back{ width:12.1rem; line-height:2.75rem; border-radius: 1.8rem; background:#b10b19; text-align:center; margin:0 auto; font-size:1.5rem;  color:#fff; margin-top:1.25rem;}
/*分页样式 88*/
.cpage{ clear: both; margin-top: 1.25rem; margin-bottom:2rem; }
.cpage2{ padding: 0 2.3%;}
.cpage a{ width: 33%; height: 2.333rem; line-height: 2.333rem; text-align: center; color: #fff; font-size: 1.166rem; display: inline-block; background: #40a48d; border-radius: 0.13rem;}
.cpage .next{ float: right; background: #40a48d; color: #fff; }
.cpage span{ width:34%;display: inline-block;text-align: center; color: #333; font-size: 1.166rem; font-family:"Microsoft YaHei";}
.cpage span em{ color:#333; }


/* 内页分页样式  */
.g-page{ margin-bottom:20px;position:relative;text-align:center;}/* 底部间距20px*/
.g-page .u-pup,.g-page .u-pne,.g-page .u-sa{border-radius:5px;display:inline-block;font-size:1em;height: 1.8rem;line-height: 1.8rem; text-align: center;width:25%;} /*上一页样式*/
.g-page p{ width:10%; display: inline-block;}
.g-page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:10%; height: 1.7rem; line-height: 1.7rem; position:relative; top: 10px;}
.g-page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;}
.g-page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 60%; margin-left:18px; top: 35%;}
.g-page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.g-page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 5px; text-align: center;}

.g-page a {background-color: #40A48D;color: #fff;}
.g-page .z-noc {background-color: #40A48D;color: #9b0e0e;}
.g-page .u-sa {background-color: #40A48D;background-image: -moz-linear-gradient(center top , #40A48D, #40A48D);color: #fff;}
/* 内页分页样式  */

/**/
.callme{ position: fixed; width: 12.5%; top: 45%; font-size: 0; right:2%;}
.callme img{ display: block; margin-bottom: 1.1rem;}
/*内页面包屑导航样式 开始*/
.m-btit {line-height: 35px; padding-left: 12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;border-top:1px solid #d9d9d9; box-shadow:0 1px #fff; position:relative; background-color:#f6f6f6;background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
	border-bottom:1px solid #d9d9d9; } /*内页面包屑导航背景*/
.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	left:0;
	top:0;
	width:100%;
	border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
.m-btit span{ padding:0 8px; position:relative; height:100%; top:-12px; display:inline-block;}
.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	background:#7c7c7c;
	width:8px;
    height:8px;
    left:2px;
	top:3px;
	z-index:10;
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:8px;
    height:8px;
    left:1px;
	top:3px;
	z-index:11; background-color:#f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
	background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
/*内页面包屑导航样式 结束*/	

/* 新闻列表页面三样式  */
.g-bd .m-con-3 { margin:10px 10px 26px 10px; }
.g-bd .m-con-3 ul { border-bottom:1px solid #eaeaea;}
.g-bd .m-con-3 li { height:35px; line-height:35px; padding:0 15px; position:relative; white-space: nowrap; text-overflow:ellipsis; background-position:5px -1629px;overflow:hidden;display:block; }
.g-bd .m-con-3 li a{font-size:14px;}
.g-bd .m-con-3 li:before { content:""; position:absolute; background:#3e3e3e; width:4px; height:4px; left:6px; top:20px; }
.g-bd .m-con-3 .first { border-top:none; }
.g-bd .m-con-3 li span { display: block; height: 16px; position: absolute; right: 10px; top: 10px; width: 9px; }
.g-bd .m-con-3 li span:before { content:""; position:absolute; background:#7c7c7c; width:10px; height:10px; left:2px; top:2px; z-index:10; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.g-bd .m-con-3 li span:after { content:""; position:absolute; width:10px; height:10px; left:0; top:2px; z-index:11; background-color:#fafafa; background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f8f8f8)); background-image: -webkit-linear-gradient(top, #fafafa, #f8f8f8); background-image: -moz-linear-gradient(top, #fafafa, #f8f8f8); background-image: -o-linear-gradient(top, #fafafa, #f8f8f8); background-image: -ms-linear-gradient(top, #fafafa, #f8f8f8); background-image: linear-gradient(top, #fafafa, #f8f8f8); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }


.m-abpro{padding:0 3%;}
