body{
	font-size: 0.8vw;
	font-family: "微软雅黑";
	margin: 0;
	height: 100%;
	background: #fff;
}
[v-cloak]{
	display: none;
}
/* nav {
	width: 100%;
	height: 6rem;
	z-index: 1000;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	left: 0;
}
nav div {
	height: 100%;
	display: flex;
	align-items: center;

}

nav div a {
	color: #000;
	display: block;
	height: 50%;
	line-height: 3rem;
	margin-right: 2rem;
	cursor: pointer;
}
nav img {
	width: 2.5vw;
	height: 2.5vw;
} */
.sp1 {
	color: red;
}
.sp2 {
	border-left: 1px solid #dedede;
	padding-left: 1.5rem;
}
.sp3 {
	margin: 0 10px;
	color: #008ae7;
	cursor: pointer;
}
.section:first-child {
	background: #FFFFFF;
}
.section:nth-child(2){
	background: #FFFFFF;
}
.section:nth-child(3){
	background: #FFFFFF;
}
.sp3Size {
	font-size: 2.5rem;
	font-weight: bold;
}
.sp3Letter {
	letter-spacing: 1px;
}
#fp-nav ul li a.active span,  
.fp-slidesNav ul li a.active span {  
    background: #00a2ff; /*这里设置的是活动导航的颜色*/  
    border: 1p solid #00a2ff;
}

#oneScreens {
	
	background-size: 100% 100%;
	
	width: 100%;
}
.section:first-child div {
	padding-top: 0;
}
#oneScreens .oneScreen {
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
}
.div1One:first-child {
	background: url(../images/pic_002.png) no-repeat ;
	background-size: 100% 100%;
}
.div1One:nth-child(3){
	background: url(../images/pic_004.png) no-repeat ;
	background-size: 100% 100%;
}
.div1Two:nth-child(2){
	background: url(../images/pic_003.png) no-repeat ;
	background-size: 100% 100%;
}
#thrScreen {
	display: flex;
	align-items: center;
	margin-top: 10rem;
}
#twoScreen {
	margin-top: 10rem;
}
.imgSmartLeft {
	width: 180px;
	height: 100%;
	
}
.imgSmartLeft img {
	width: 100%;
	height: 100%;
}
.textSmartRight {
	width: 80%;
	height: 100%;
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.textSmartRight p {
	margin: 3px;
}
.news0 ,.news1,.news2{
	display: none;
}
.news1 {
	animation-delay: 0.3s;
}
.news2 {
	animation-delay: 0.6s;
}
#oneScreens .smartCenter {
	width: 68%;
	height: 100rem;
	display: flex;
	justify-content: space-between;
	padding: 0;
	height: 100%;
}
#oneScreens .smartCenter .smartLeft{
	width: 50%;
	padding: 0;
	display: flex;
	
	padding: 0;
	align-items: center;
	
}
#oneScreens .smartCenter .smartRight{
	width: 50%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20rem;
	padding-left: 10rem;
}
#oneScreens .smartCenter .smartRight p:first-child {
	font-size: 6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	letter-spacing: 10px;
}
#oneScreens .smartCenter .smartRight p:nth-child(2) {
	font-size: 3rem;
	margin-bottom: 10rem;
	
}
#oneScreens .smartCenter .smartRight p:nth-child(3) {
	font-size: 3rem;
	border: 1px solid #fff;
	padding: 0.5rem 5rem;
	cursor: pointer;
	border-radius: 10px;
}
#oneScreens .smartCenter .smartRight p:nth-child(3):hover {
	background: #faad4b;
	border-color: #faad4b;
}
#oneScreens .smartCenter .smartLeft .smartImg {
	width: 45rem;
	height: 45rem;
	background: url(../images/pic_quan.png) no-repeat center center;
	background-size:100%  ;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	
}
#fourSection {
	color: #333 !important;
	padding-top:10rem;
	font-size: 3rem;
	
}
.titleFour {
	width: 68%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5rem;
	
}
.caseSection {
	width: 68%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 50vh;
}
.caseSection div:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.caseSection p {
	
	margin: 5px 10px;
}
.caseSection a {
	text-decoration:none
}
.caseSection a:hover {
	color: #333;
}
.oneCase {
	display: none;
}
.twoCase {
	display: none;
	animation-delay: 0.3s;
}
.thrCase {
	display: none;
	animation-delay: 0.6s;
}
.fourCase {
	display: none;
	animation-delay: 0.9s;
}
.fiveCase {
	display: none;
	animation-delay: 1.2s;
}
.btnCase {
	font-size: 2vh;
	text-align: center;
	margin-top: 1rem;
	width: 100%;
	display: none;
	animation-delay: 1.5s;
}
.btnCase span {
	
	border: 1px solid #ddd;
	cursor: pointer;
}
 body {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.intro-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}

h1 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (min-width: 860px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.fancy-text {
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 17px;
}

.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  min-width: 200px;
  margin-top: 30px;
}
.button:hover .border {
  box-shadow: 0px 0px 10px 0px white;
}
.button:hover .border .left-plane, .button:hover .border .right-plane {
  transform: translateX(0%);
}
.button:hover .text {
  color: #121212;
}
.button .border {
  border: 1px solid white;
  transform: skewX(-20deg);
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: .10s ease-out;
}
.button .border .left-plane, .button .border .right-plane {
  position: absolute;
  background: white;
  height: 32px;
  width: 100px;
  transition: .15s ease-out;
}
.button .border .left-plane {
  left: 0;
  transform: translateX(-100%);
}
.button .border .right-plane {
  right: 0;
  transform: translateX(100%);
}
.button .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .15s ease-out;
}
.bgcolors{
	color: #008ae7;
	border-bottom:3px solid #008ae7 ;
}
.bgcolors:hover {
	color: #008ae7;
}
