/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 

html{
	font-family: "Microsoft YaHei";
}

body{
  margin:0px !important;
  padding:0px !important;
}

#fullpage{
	width:100%;
	height:100%;
}

.section{
   vertical-align: middle;
   display: table;
   table-layout: fixed;
   width:100%;
   text-align: center;
}

.container{
	/* display:table-cell; */
	vertical-align: middle;
	margin: 0 auto;
	table-layout:fixed; 
}
.content{
	/* width: 1200px; */
	/* text-align: left; */
	margin: 0 auto;
}



/**/
.lineLeftBlack{
  margin-top: 20px;
  height:20px;
  background-image: url('../image/line_left.png');  
  background-repeat:no-repeat;
  background-position:left; 
}

.lineCenterBlack{
  margin-top: 20px;
  height:20px;
  background-image: url('../image/line_center.png');  
  background-repeat:no-repeat;
  background-position:center; 
}

.lineRightBlack{
  margin-top: 20px;
  height:20px;
  background-image: url('../image/line_right.png');  
  background-repeat:no-repeat;
  background-position:right; 
}

.lineLeftWhite{
  margin-top: 5px;
  height:20px;
  background-image: url('../image/line_left_white.png');  
  background-repeat:no-repeat;
  background-position:left; 
}

.lineCenterWhite{
  margin-top: 20px;
  height:20px;
  background-image: url('../image/line_center_white.png');  
  background-repeat:no-repeat;
  background-position:center; 
}

.lineRightWhite{
  margin-top: 20px;
  height:20px;
  background-image: url('../image/line_right.png');  
  background-repeat:no-repeat;
  background-position:right; 
}



/* header logo */
#header .header-logo {
  -webkit-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

#header .header-logo img {
  height: 80px;
  margin: 0 10px;
}

#header .iconlist{
  position: fixed;
  z-index: 9997;
  bottom: 33px;
  right: 15px;
}

#header .icon{
  margin: 0 4px;
}



#footer p{
  margin: 0;
}
#footer{
	background-color: rgb(57,59,67);
	color:#fff;
	font-size: 14px;
  position: absolute;
  /*  */
}
#footer .content{
	padding: 20px 0;
  display: flex;
  align-items: center;
}
#footer .content .copyright img{
	width: 20px;
  vertical-align: middle;
}
#footer .content div{
  text-align: center;
}
#footer .footermenu{
  position:relative;
	float:right;
  padding: 0;
}
#footer .footermenu a{
	color:#fff;
	/* margin:0 25px; */
	text-decoration: none;
}
#footer .footermenu .span1{
  display:inline-block;
}
#footer .footermenu a:link,
#footer .footermenu a:visited,
#footer .footermenu a:hover,
#footer .footermenu a:active {
	color:#fff;
	margin:0 5px;
	text-decoration: none;
}
#footer .secondMenu{
  position:absolute;
  bottom:0px;
  font-size:12px;
  margin-left:-12px;
  margin-bottom: 19px;
  background-color: rgb(57,59,67);
}
#footer .secondMenu a.solution1{
    padding-top: 10px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    height: 15px;
    width: 80px;
}
#footer .secondMenu a.solution13{
    margin-bottom: 15px;
}
/*#footer .span1{
  position:absolute;
  height:100px;
  width:100px;
  bottom:0px;
  display:none;
}*/

/* nav */


/* nav container */

/* header toggle */
.header-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.header-toggle i {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(255, 102, 52,0.0);
  cursor: pointer;
}

.header-toggle i:before {
  line-height: inherit;
}

.header-toggle i:not(:first-child) {
  margin-top: 5px;
}

/* nav icon */
.icon-nav {
  z-index: 9999;
  position: fixed;
  right:0;
  top:0;
}


.icon-nav span {
  -webkit-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #ff6633;
}



.icon-nav span:before,
.icon-nav span:after {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transition: -webkit-transform 0.3s linear;
       -o-transition: -o-transform 0.3s linear;
          transition: transform 0.3s linear;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6633;
}

.icon-nav.white span,.icon-nav.white span:before,.icon-nav.white span:after {
	background-color: rgba(255, 255, 255, 0.99);
}
.icon-nav.black span,.icon-nav.black span:before,.icon-nav.black span:after {
	background-color: rgba(25, 25, 25, 0.99);
}

.icon-nav span:hover{
  background-color: #ff6633;
}


.icon-nav span:before {
  -webkit-transform: translateY(-8px) rotate(0deg);
      -ms-transform: translateY(-8px) rotate(0deg);
       -o-transform: translateY(-8px) rotate(0deg);
          transform: translateY(-8px) rotate(0deg);
}

.icon-nav span:after {
  -webkit-transform: translateY(8px) rotate(0deg);
      -ms-transform: translateY(8px) rotate(0deg);
       -o-transform: translateY(8px) rotate(0deg);
          transform: translateY(8px) rotate(0deg);
}

.nav-in .icon-nav span {
  background-color: transparent;
}

.nav-in .icon-nav span:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-in .icon-nav span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav {
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  -webkit-transition-property: opacity, visibility;
       -o-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  display: table;
  width: 33%;
  height: 100%;
  text-align: center;
  background-color: rgba(25,25,26,0.9);
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}

.nav-in .nav {
  opacity: 1;
  visibility: visible;
  position: fixed;
  height: 100vh;
  min-width: 220px;
}

.nav-in .nav nav,
nav{
  min-width: 220px;

  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

nav ol{
   list-style:none;
}
nav ol li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  -webkit-transition-property: -webkit-transform, opacity;
       -o-transition-property: -o-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  padding: 3px 0;
  opacity: 0;
}

#solutionItem{
	display: block;
}

nav ol li div{
	color:white;
  padding:10px 0;
}
nav ol li div a{
	text-align: left;
	display: inline-block;
	font-size: 14px;
}


nav ol li {
  padding: 20px 0;
}

nav ol li:nth-child(1) {
  padding: 10px 0;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

nav ol li:nth-child(2) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

nav ol li:nth-child(3) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

nav ol li:nth-child(4) {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}

.nav-in nav ol li {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

nav ol a {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.99) !important;
}



nav ol a:hover {
  color: #ff6633 !important;
}

nav ul {
  margin-top: 15px;
}

@media (min-width: 768px) {
  nav ul {
    margin-top: 30px;
  }
}

nav ul li {
  display: inline-block;
  padding: 0 15px;
}

nav ul i {
  -webkit-transition: color 0.3s linear;
       -o-transition: color 0.3s linear;
          transition: color 0.3s linear;
  line-height: 1;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
  nav ul i {
    font-size: 28px;
  }
}

nav ul i:hover,
nav ul i:focus {
  color: rgba(254, 255, 175, 0.99);
}

/* audio icon */
#audio {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  cursor: pointer;
}

.is-audio #audio,
.is-mute #audio {
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .is-audio #audio,
  .is-mute #audio {
    margin-top: 30px;
  }
}

#audio span {
  display: inline-block;
  width: 3px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  background-color: rgba(255, 255, 255, 0.99);
}

#audio .is-mobile .is-video,
#audio .is-mobile .is-video-youtube {
  display: none;
}

.buttonCartoon{
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.buttonCartoon:hover{
    background-color: #666666;
    color: #ffffff;
}
.container{
  display: inherit;
}
@media (min-width: 1200px){
  .container {
      width: 1200px !important;
  }
}

@media only screen and (max-width: 768px){
  #footer p{
    margin-bottom: 0;
  }
  #footer .content{
    text-align: center;
    padding: 12px 0;
  }
  #footer .content .footermenu{
    display: none;
  }
  nav ol{
    padding-left: 0;
  }
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}