﻿*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  /*color: #fff;*/
  font-size: .14rem;
  font-family: "微软雅黑","Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
html,body{
  position: relative;
  width: 100%;
  overflow-x: hidden;
	background: #121212;
}
.clearfix:after{
  display: block;
  clear: both;
  content: '';
  height: 0;
  overflow: hidden;
}
.container{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.conpany_inf{width: 3.2rem;margin: 0;padding: 0;padding-left: .68rem;margin-left: -1.6rem;line-height: .15rem;font-size: .1rem;-webkit-transform: scale(.8);transform: scale(.8);
  color: #7b7b7b;background:url('../image/footer-logo.png') no-repeat left center;background-size: .64rem .25rem;position: absolute;left: 50%;bottom: -.37rem;white-space:nowrap;}
/* 弹窗 */
.tipBg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 9;
}
.tipCont{
  display: none;
  width: 2rem;
  min-height: .8rem;
  margin-left: -1rem;
  padding: .1rem .15rem .4rem;
  background: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(0,-50%,0);
  transform: translate3D(0,-50%,0);
  z-index: 10;
}
.tip_close{
  width: .16rem;
  height: .16rem;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #000;
  background:url(../image/tipclose.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 10;
}
.tip_btn{width: 1.62rem;height: .29rem;margin-left: -.81rem;line-height: .29rem;text-align: center;color: #e5f7ef;font-size: .16rem;position: absolute;left: 50%;bottom: .1rem;background: #19ad93;}
.tip_tit{width: 100%;height: .2rem;line-height: .2rem;font-size: .14rem;text-align: center;}

/*--定义1rem单位大小--*/
html{
  font-size: 100px;
}
@media screen and (min-width: 375px){
  html{ font-size: 117.1875px }
}
@media screen and (min-width: 414px){
  html{ font-size: 129.375px }
}
@media screen and (max-height: 480px){
  html{ font-size: 90px; }
}
@media screen and (min-width: 768px){
}

/* 视频播放 */
.playBox{
	width: 0;
	height: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	vertical-align: middle;
	z-index: 11;
}
.playBox video{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 12;
}


.news_content_table {margin: auto;font-size: 12px;border-collapse: collapse;border: 1px #a487d0 solid;}
.news_content_table th,.news_content_table td{text-align:center;padding:4px 0px;margin:0px;}
.news_content_table td {color:#000;border:1px #a487d0 solid;line-height:16px;}
.news_content_table th{background:#a487d0;color:#fff;font-weight:bold;}

@-webkit-keyframes ToTop{
	0% { -webkit-transform: translateY(.5rem);opacity: 0;}
	100% { -webkit-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes ToRight{
	0% { -webkit-transform: translateX(-.5rem);opacity: 0;}
	100% { -webkit-transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes ToBottom{
	0% { -webkit-transform: translateY(-.5rem);opacity: 0;}
	100% { -webkit-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes ToLeft{
	0% { -webkit-transform: translateX(.5rem);opacity: 0;}
	100% { -webkit-transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes enlarge{
	0% { -webkit-transform: scale(0);opacity: 0;}
	100% { -webkit-transform: scale(1);opacity: 1;}
}
@-webkit-keyframes reduce{
	0% { -webkit-transform: scale(1);opacity: 0;}
	100% { -webkit-transform: scale(0);opacity: 1;}
}
@-webkit-keyframes show{
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes ToLeft_L{
	0% { -webkit-transform: translateX(10rem);opacity: 0;}
	70% { -webkit-transform: translateX(-1rem);opacity: 1;}
	85% { -webkit-transform: translateX(.5rem);opacity: 1;}
	95% { -webkit-transform: translateX(-.2rem);opacity: 1;}
	100% { -webkit-transform: translateX(0);opacity: 1;}
}
@-webkit-keyframes enlarge_L{
	0% { -webkit-transform: scale(1);opacity: 0;}
	70% { -webkit-transform: scale(.7);opacity: 1;}
	85% { -webkit-transform: scale(1.2);opacity: 1;}
	95% { -webkit-transform: scale(.9);opacity: 1;}
	100% { -webkit-transform: scale(1);opacity: 1;}
}