/*========================================================================
  home page
========================================================================*/
html,
body,
#main,
.fullscreen {
  height: 100%;
}

html.js {
  overflow: hidden;
}

.fullscreen {
  overflow: hidden;
  background: #e0e1e5;
}

.js .fullscreen {
  position: absolute;
  width: 100%;
}

#main {
  position: relative;
  background: #fff;
}

.js #main {
  overflow: hidden;
}

#section-nav {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  right: 20px;
  margin: -50px 0 0;
  padding: 0;
  list-style: none;
  -webkit-animation: fadeIn 0.4s;
     -moz-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
  _position: absolute;
  _right:auto;
  _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
  _margin-right: 20px;
}

.js #section-nav {
  display: block;
}

#section-nav li {
  width: 14px;
  height: 14px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

#section-nav li .dot {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #212121;
}

#section-nav li.active {
  cursor: default;
}

#section-nav li.active .dot {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #000;
}

#section-nav li:not(.active) .dot {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

#section-nav li:not(.active):hover .dot {
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transform: scale(1);
  -moz-transition: -moz-transform 0.3s;
  transform: scale(1);
  transition: transform 0.3s;
}



@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
.section1,.section1 .inner { background:#e0e1e5 url(../images/bn1.png) no-repeat center center}
.section1 .inner,
.section3 .inner,
.section4 .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.section3 {
  background-color: #1cb6c7;
}

.section3 .prod_img {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 442px;
  height: 216px;
  margin-left: -221px;
  margin-top: 77px;
}

.section3 ul {
  text-align: center;
}

.section3 ul li {
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #fff;
  background-repeat: no-repeat; 
  border-radius: 50%;
  margin-left: -110px;
  margin-top: -110px;
}

.section3 ul li {
  background-position: 0 0;
}

.section3 ul li.sub1 {
  left: 0%;
  top: 33%;
}

.section3 ul li.sub2 {
  left: 20%;
  top: 63%;
}
.section3 ul li.sub3 {
  left: 50%;
  top: 78%;
}

.section3 ul li.sub4 {
  left: 80%;
  top: 63%;
}

.section3 ul li.sub5 {
  left: 100%;
  top: 33%;
}

@media only screen {
  .section3 ul li {
    background-position: 50% 65%;
  }
  .section3 ul li.sub1 {
  }
  
  .section3 ul li.sub2 {
  }
  
  .section3 ul li.sub3 {
  }
  
  .section3 ul li.sub4 {
  }
  
  .section3 ul li.sub5 {
  }
}


.section3 ul li div {
  position: absolute;
  width: 248px;
  height: 248px;
  top: -14px;
  left: -14px;
  border-radius: 50%;
  background-color: rgba(5, 102, 155, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.section3:nth-child(1n) ul li div {
  border: 14px solid #7abbd7;
  width: 220px;
  height: 220px;
}

.section3 ul li div h3,
.section3 ul li div p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.section3 ul li:hover div,
.section3 ul li.hover div  {
  filter: alpha(opacity=100);
}

.section3:nth-child(1n) ul li:hover div {
  background-image: none;
  opacity: 1;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
          transform: rotate(0);
}

/*.touch .section3 ul li div {
  opacity: 1;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
          transform: rotate(0);
}*/

.section3 ul li h3 {
  margin-top: 40px;
}

.section3.active ul li,
.section3.active .prod_img {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}

.section3.active ul li:nth-child(1) {
  -webkit-animation-name: circle1;
  animation-name: circle1;
}

.section3.active ul li:nth-child(5) {
  -webkit-animation-name: circle5;
  animation-name: circle5;
}

.section3.active ul li:nth-child(2) {
  -webkit-animation-name: circle2;
  animation-name: circle2;
}

.section3.active ul li:nth-child(4) {
  -webkit-animation-name: circle4;
  animation-name: circle4;
}
 
.section3.active ul li:nth-child(3) {
  -webkit-animation-name: circle3;
  animation-name: circle3;
}

.section3.active .prod_img {
  -webkit-animation-name: prog-img;
  -webkit-animation-delay: 0.3s;
  animation-name: prog-img;
  animation-delay: 0.3s;
}

@-webkit-keyframes circle1 {
  0% { opacity: 0; -webkit-transform: translate3d(-200%, 50%, 0); }
  20% { opacity: 1; }
  74% { -webkit-transform: translate3d(10%, -5%, 0); }
}

@keyframes circle1 {
  0% { opacity: 0; transform: translate3d(-200%, 50%, 0); }
  20% { opacity: 1; }
  74% { transform: translate3d(10%, -5%, 0); }
}

@-webkit-keyframes circle5 {
  0% { opacity: 0; -webkit-transform: translate3d(200%, 50%, 0); }
  20% { opacity: 1; }
  77% { -webkit-transform: translate3d(-10%, -5%, 0); }
}

@keyframes circle5 {
  0% { opacity: 0; transform: translate3d(200%, 50%, 0); }
  20% { opacity: 1; }
  77% { transform: translate3d(-10%, -5%, 0); }
}

@-webkit-keyframes circle2 {
  0% { opacity: 0; -webkit-transform: translate3d(-100%, 200%, 0); }
  20% { opacity: 1; }
  68% { -webkit-transform: translate3d(5%, -10%, 0); }
}

@keyframes circle2 {
  0% { opacity: 0; transform: translate3d(-100%, 200%, 0); }
  20% { opacity: 1; }
  68% { transform: translate3d(5%, -10%, 0); }
}

@-webkit-keyframes circle4 {
  0% { opacity: 0; -webkit-transform: translate3d(100%, 300%, 0); }
  20% { opacity: 1; }
  72% { -webkit-transform: translate3d(-5%, -10%, 0); }
}

@keyframes circle4 {
  0% { opacity: 0; transform: translate3d(100%, 300%, 0); }
  20% { opacity: 1; }
  72% { transform: translate3d(-5%, -10%, 0); }
}

@-webkit-keyframes circle3 {
  0% { opacity: 0; -webkit-transform: translate3d(0%, 200%, 0); }
  20% { opacity: 1; }
  75% { -webkit-transform: translate3d(0, -15%, 0); }
}

@keyframes circle3 {
  0% { opacity: 0; transform: translate3d(0%, 200%, 0); }
  20% { opacity: 1; }
  75% { transform: translate3d(0, -15%, 0); }
}

@-webkit-keyframes prog-img {
  0% { opacity: 0; -webkit-transform: translate3d(0%, -200%, 0); }
  20% { opacity: 1; }
  75% { -webkit-transform: translate3d(0, 15%, 0); }
}

@keyframes prog-img {
  0% { opacity: 0; transform: translate3d(0%, -200%, 0); }
  20% { opacity: 1; }
  75% { transform: translate3d(0, 15%, 0); }
}

.section4 .deco-img {
  position: absolute;
} 

.section4 .inner-top,
.section4 .inner-bottom {
  position: absolute;
  top: 50%;
}

.section4 .inner-top {
  margin-top: -320px;
  padding-left: 60px;
}

.section4 .tab-panel {
  margin: 10px 0 0 483px;
}

.section4 .tab-panel h2 {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 20px;
  color: #fff;
  line-height: 57px;
  background-color: #97c13d;
  padding: 0 80px 0 40px;
  font-size: 26px;
  font-weight: normal;
}

.section4 .tab-panel p {
  width: 450px;
  line-height: 30px;
}

.section4 .tab-panel h2:before {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #97c13d;
}

.section4 .tab-nav {
  padding-left: 12px;
  width:50%;
  margin-top:-240px;
}

.section4 .tab-nav li {
  position: relative;
  float: left;
  display: inline;
  width: 244px;
  height: 244px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section4.active .tab-nav li {
  -webkit-animation: popup 0.4s backwards;
  animation: popup 0.4s backwards;
}

.section4.active .tab-nav li:nth-child(1) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.section4.active .tab-nav li:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.section4.active .tab-nav li:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.section4.active .tab-nav li:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes scale-down {
  0% { -webkit-transform: scale(1.15); }
  100% { -webkit-transform: scale(1); }
}

@keyframes scale-down {
  0% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.section4 .tab-nav li:hover {
  z-index: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.section4 .tab-nav li a {
  display: block;
  width: 244px;
  height: 244px;
}

.section4 .tab-nav li a:hover {
  text-decoration: none;
}

.section4 .tab-nav li span {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
}

.section4 .tab-nav li h3 {
  color: #fff;
  font-size: 40px;
  line-height:60px;
  margin: 0;
  padding-top: 105px;
  text-align: center;
}

.section4 .tab-nav .sub1 {
  background: rgb(182, 59, 106);
}

.section4 .tab-nav .sub1:hover {
  box-shadow: 0 0 0 10px rgba(182, 59, 106, 0.5), 0 2px 10px 12px rgba(0, 0, 0, 0.3);
}

.section4 .tab-nav .sub1 span {
  background-color: #9c244a;
}

.section4 .tab-nav .sub2 {
  background: rgb(241, 61, 109);
}

.section4 .tab-nav .sub2:hover {
  box-shadow: 0 0 0 10px rgba(241, 61, 109, 0.5), 0 2px 10px 12px rgba(0, 0, 0, 0.3);
}

.section4 .tab-nav .sub2 span {
  background-color: #eb2b54;
}

.section4 .tab-nav .sub3 {
  background: rgb(246, 118, 43);
}

.section4 .tab-nav .sub3:hover {
  box-shadow: 0 0 0 10px rgba(246, 118, 43, 0.5), 0 2px 10px 12px rgba(0, 0, 0, 0.3);
}

.section4 .tab-nav .sub3 span {
  background-color: #f25e1e;
}

.section4 .tab-nav .sub4 {
  background: rgb(255, 187, 66);
}

.section4 .tab-nav .sub4:hover {
  box-shadow: 0 0 0 10px rgba(255, 187, 66, 0.5), 0 2px 10px 12px rgba(0, 0, 0, 0.3);
}

.section4 .tab-nav .sub4 span {
  background-color: #ffa828;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .section6 .section-right .figure {
    left: 0;
    right: 0;
    margin: auto;
  }
}


@media (min-height: 660px) {
  .section6 .section-right .figure1 { top: -4å%; }
  .section6 .section-right .figure3 { top: 36%; }
  .section6 .section-right .figure5 { top: 72%; }
}

.extended-section {
  
}

.extended-section .extended-section-inner {
  position: relative;
  top: 50%;
  margin-top: -280px;
  height: 600px; 
}

.extended-section .extended-section-inner #back-to-top {
  display: block;
  text-align: center;
  width: 300px;
  height: 40px;
  font-size: 20px;
  margin: 80px auto 10px;
  color: #888;
  padding-top: 80px;
}

.extended-section .extended-section-inner #back-to-top:hover {
  color: #333;
  text-decoration: none;
}

#home-footer {
  background: #d2d1d0;
}

#home-footer .inner {
  width: 1000px;
  margin: 0 auto;
}

#home-footer ul li {
  float: left;
  width: 33.33%;
  height: 143px;
  color: #fff;
  line-height: 143px;
  font-size: 18px;
  text-align: center;
  text-indent: 2em;
  background-position: 30px 50%;
  background-repeat: no-repeat;
}

#home-footer ul li.sub1 {
  background-color: #f4772c;
}

#home-footer ul li.sub2 {
  background-color: #ef3f6f;
}

#home-footer ul li.sub3 {
  background-color: #ae265a;
}

#home-footer ul li strong {
  font-size: 64px;
  font-weight: normal;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
}

#global-footer {
  padding-top: 10px;
  margin: 0;
  border: 0;
  background: #fff;
  position:fixed;
  bottom:0;
  width:100%;
}

@media (max-height: 620px) {
  #global-footer {
    padding-top: 10px;
  }
  .extended-section .extended-section-inner #back-to-top {
    margin-bottom: 0;
  }
}

#home-announce {
  position: absolute;
  z-index: 100;
  top: 90px;
  text-align: center;
  width: 100%;
}

#home-announce .alert {
  display: inline-block;
  *display: inline;
  zoom: 1;
  *width: 600px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  background: #595959;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  text-shadow: none;
}

#home-announce .alert .close {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#home-announce .alert .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#home-news-list {
  width: 970px;
  padding: 8px 14px;
  margin: 10px auto;
  background-color: #e5e5e5;
  border: 1px solid #dadada;
  border-radius: 4px;
}

#home-news-list ul {
  overflow: hidden;
  height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#home-news-list ul li {
  zoom: 1;
}

#home-news-list ul li:after {
  content: "";
  display: table;
  clear: both;
}

#home-news-list a {
  float: left;
  color: #333;
}

#home-news-list .newDate {
  float: right;
  color: #666;
}

#goto-survey {
  position: fixed;
  _position: absolute;
  z-index: 10000;
  width: 160px;
  height: 161px;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}

#goto-survey a {
  display: block;
  width: 160px;
  height: 161px;
}

#goto-survey .close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#goto-survey .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.unstyled a { text-decoration:none}



