/*首屏秀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;
}

/*首屏秀全局样式*/
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;    
}
    .albbxc {
    background: #d13328 none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 20px;
    text-align: center;
    width: 300px;
}
/*首屏秀动画前默认 不显示*/
.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{ width:100%; margin:auto; background:#000;   height:100%; text-align:center; position:fixed; z-index:999999;  color:#fff; max-width:640px; min-width:320px; margin:0 auto;background:#d13328;}
.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.083rem; 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:80%; margin:auto auto; display:block;}
.loaa{ font-size: 1.03rem; color: #fff; position: absolute; left: 0; width: 100%; text-align: center; top:120%;font-family:Microsoft YaHei; }
/*上下指示箭头*/
.pageShow{ position:fixed; bottom:17%; z-index:200; width:100%; margin:0 auto; max-width:640px; min-width:320px; text-align:center; height:14px;}
.ud_show img  
{
   
	margin:-7px 0 0 0px;
	width:16px;
	height:17px;
	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%;}}
*/
/*主体内容*/

/*改变苹果原有样式*/
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;
    -moz-osx-font-smoothing: grayscale;}
    
/*------页面 公用样式(头部 底部)---------*/
html{}
.wp img{ width:100%; display:block;}

/*头部*/
.header{ position:fixed; top:0; width:100%; margin:0 auto; max-width:640px; min-width:320px; z-index:99999;  text-align:center;background: url(../images/Common/t_bg.jpg) no-repeat; background-size:100% 4.2rem; height:4.2rem; line-height:4.2rem; font-size:1.166rem;}
.header .logo{ width:24.2%; float:left;}
.header .logo img{ width:100%; display:block;}
.header .menu_btn{ width:75%; color:#001d6d; float:right;}
.header .tsite{font-size:1.27rem; margin-left: -0.225rem;}
.header .tsite a{ color:#000000; position:relative;text-decoration:none; text-align:center; display:inline-block; padding: 0 8%;}
.header .tsite a:last-child{ padding-right:0%;}
.header .tsite a.cur{ color:#d13328;}
.header .tsite a:before{ content:""; width:1px; height:1.3rem; background:#999; position:absolute; top:1.52rem; right:0;}
.header .tsite a:last-child:before,.header .tsite a:last-child:after{ background: none;}
.header .downmenu{ width:1.55rem; color: #001d6d; text-align:center; position:relative; z-index:9999; display:inline-block; line-height:1.5rem; float:right; cursor:pointer; padding-top:1.45rem; padding-right: 1.15rem;height:1.5rem}
.header .downmenu.cur{  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:50%; margin: 0 auto; margin-top:25%;}*/
.menu .slideMenu li a{ color:#242d68; font-size:1.35rem; background: #006018; line-height:2.5rem; display:block;font-family:Microsoft YaHei; border-radius: 0.2rem; border: 2px solid #242d68;background: url(../images/index/bgg.png) repeat;}
.menu .slideMenu li{ margin-bottom: 0.41rem; text-align: center;}
.cur .p15{animation: fadeInLeft 1.5s ease 1.25s both; -webkit-animation: fadeInLeft 1.5s ease 1.25s both;}

.menu{ position: relative;z-index: 9999;}
 .menu .slideMenu{width: 100%;display: none;z-index: 9999;height: 100%;overflow: hidden;position: fixed;margin: 0 auto;max-width: 640px;top:4.2rem;right: 0;left: 0;transition: transform 1s;-webkit-transition: transform 1s;background: url(../images/index/menu_bg.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;max-height: 100% !important; }
.menu .slideMenu ul{ width:50%; margin: 0 auto; margin-top:15%;}


/*公用底部*/
.g_ft{ width: 100%;position: relative;color: #666; text-align:center; padding-top: 3.3rem; background: #ebebeb; position: relative;margin-top:3rem;}
.g_ft h3{ margin:0 auto;background: url(../images/Common/top.png) no-repeat; background-size: 4.2rem; height: 4.2rem; width: 4.2rem; font-weight: normal; top: -2.1rem; left: 42%; position: absolute;}
.g_ft h3 a{ display: block; color: #fff; font-size:0.85rem; color: #fff; padding-top: 2.1rem;}
.g_ft i{ display: block; height: 2.85rem; text-align: center;}
.g_ft i a{ color: #000; font-size: 1rem; display: inline-block; padding: 0 1.75%; position: relative;}
.g_ft i a:before{ content:""; position:absolute;height:2px;width:2px;right:0;top:45%; background:#666;}
.g_ft i a:last-child:before{ background: none;}
.g_ft p{ height: 2.1rem; line-height: 2.1rem; background: #373737; overflow: hidden; color: #c0c0c0; font-size: 0.75rem; text-align: center;}
.g_ft p span{ padding: 0 1.5%;color: #c0c0c0;}
.g_ft p a{color: #c0c0c0;}
	/*浮动菜单*/
.kefu{ position:fixed; background: #fff;  bottom: 0; width: 100%; max-width: 640px; min-width: 320px; margin: 0 auto; outline: 1px solid #d7d7d7; z-index:9999;}
.kefu li{ width: 33%; float: left; position: relative; height: 2.916rem; text-align: center; }
.kefu li:nth-child(2){ width: 34%; }
.kefu li:nth-child(2):before{outline:none;}
.kefu li:before{ content: ''; position: absolute; z-index:-1; left: 0; top: 0; width: 100%; height: 2.916rem; outline: 1px solid #d7d7d7; }
.kefu li a{ line-height: 2.9rem; font-size: 1rem; }
.kefu li a img{vertical-align: middle; padding-right: 0.25rem; width: 1.25rem;}

.phone-btn{position:fixed; left:3%; bottom:14.5rem;width:3.3rem;height:3.3rem;z-index:6; }
.phone-btn img{width: 100%;display: block;}
.phone-btn3{ bottom:10.5rem;}

.phone-page-on .phone-btn{transition:all 1s ease;-webkit-transition:all 1s ease;transform:rotate(1080deg) scale(1);-webkit-transform:rotate(1080deg) scale(1);}

/*返回中心按钮*/
.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: 0 10%;}
.cpage a{ width: 33%; height: 2.42rem; line-height: 2.42rem; text-align: center; color: #242d68; font-size: 1.166rem; display: inline-block; background: #006018; border-radius: 0.3rem;font-family:"Microsoft YaHei"; border: 0.12rem solid #242d68;background: url(../nyimg/l_bg.gif) repeat; box-sizing: border-box;}
.cpage .next{ float: right; color: #d13328; border: 0.12rem solid #d13328; }
.cpage span{ width:34%;display: inline-block;text-align: center; color: #333; font-size: 1.166rem; }
.cpage span em{ color:#242d68; font-family: Arial; font-size: 1.5rem;}
.cpage3{ margin-bottom: 3.5rem;}
img{ display: inline-block; width: 100%;height:auto;}