@font-face {
    font-family: 'siyuan';
    src:url('../fonts/siyuan/siyuan.otf');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #ffffff;
    font-family:  "微软雅黑","黑体","Helvetica","Microsoft YaHei";
}

ul {
    list-style: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }



.header {
    background: #F9F9F9;
    border-bottom: 1px solid #EDEDED;
}

.head-logo {
    float: left;
    width: 36%;
    
}

.head-logo a {
    display: block;
    margin-top: 2.8em;
    float: left;

}

.head-logo a:hover {
    text-decoration: none;
}

.head-logo img {
    float: left;
    width: 100%;
}

.logo-text {
    float: left;
    margin-left: 0.2em;
    padding-top: 0.3em;
}

.logo-text h3 , .logo-text2 h3{
    margin: 0;
}

.logo-text .chinese {
    font-family: "微软雅黑";
    font-size: 21px;
    color: #434343;
    margin-bottom: .2em;
}

.logo-text .english {
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: bold;
    color: #434343;
}

.head-logo2 {
    float: left;
    margin-top: 1.4em;
    margin-bottom: 0.8em;
}

.head-logo2 a {
  display: block;
  float: left;
}

.head-logo2 img {
    float: left;
    max-width: 100%;
}

.logo-text2 {
    float: left;
    margin-left: 0.2em;
    padding-top: 0.2em;

}

.logo-text2 .chinese {
    font-family: "微软雅黑";
    font-size: 18px;
    color:#ffffff;
    margin-bottom: .2em;
}

.logo-text2 .english {
    font-family: "Helvetica";
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}





.top-nav {
    float: right;
    width: 60%;
}

.top-nav ul {

    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
    
}

.top-nav li {
    border-top: 3px solid #06A8F0;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.top-nav li.last {
    margin-right:0;
}

.top-nav ul li a {
    color: #06A8F0;
    font-size: 21px;
    float: left;
    padding: 1.4em 1em 1.2em 1em;
    text-align: center;
    width: 100%;
}

.top-nav ul li a:hover {
    text-decoration: none;
}

.top-nav ul li a i {
    display: block;
    margin-top: .1em;

}

.top-nav ul li a i img {
    margin: 0 auto;
}


.banner {
    width: 100%;
    height: 36em;
}





.reasons {
    background: #ffffff;
    padding: 4em 0;
}

.benifits {
    margin: 3em 10% 0 10%;
}

.benifits h3 {
    color: #606060;
}

.benifits h5 {
    color: #999999;
    font-size: 18px;
}

.benifit-block {
    width: 182px;
    margin: 0 auto;

}

.benifit-block p {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    border-top: 0;
    padding: 0.6em 1em 0.6em 1em;
}



.benefit-element figure {
    width: 90%;
    
    margin: 0 auto;
}

.benefit-element figure img {
    max-width: 100%;
    width: auto;
}

.benefit-element figure figcaption {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    border-top: 0;
    padding: 0.8em 1.6em 0 1.6em;
    margin-bottom: 1em;
}



.benefit-element figure p {
    color: #808080;
    font-size: 14px;
    text-align: left;
}

.services {
    background: #F7F7F7;
    padding: 4em 0;
}

.services h1 {
    color: #606060;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.products {
    background: #ffffff;
    padding: 4em 0;
}


.products-grids {
  position: relative;
}

.products-text {
  padding-bottom: 2em;
}

.products-text, .services-text, .reasons-text {
    text-align: center;
}

p.sub-text {
    width: 80%;
    margin: 0 auto 10px auto;
}

.products-text h1, .reasons-text h1 {
    color: #06A8F0;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 0.6em;
}

a.centered-btns_nav {
    position: absolute;
    display: block;
    top: 45%;
    padding: 2% 2%;

    font-size: 0;
    z-index: 10;
}

a.prev {
  left: 10%;
  background:url(../images/banner/left.png) center no-repeat;
  background-size: contain;
  
}

a.next {
  right: 10%;
  background:url(../images/banner/right.png) center no-repeat;
  background-size: contain;
}



.prev:hover, .next:hover {
    text-decoration: none;
}

.products-grids {
    margin-top: 3em;
    padding-left: 10%;
    padding-right: 10%;
}

.wrap-grids {
    overflow: hidden;
}
.long-grids {
    float: left;
    position: relative;
}
.gallery-grids {
    float: left;
    width: 50%;
    text-align: center;
}

.gallery-grid {
    display: inline-block;
    text-align: center;
}

.long-grids {
    width: 200%;
}

.footer {
    padding: 2em 0;
    background:#292929;
}

.footer-wrap {
  padding: 0 0 0 0;
}



.footer-left ul {
    margin: 0;
    padding: 0;
}

.footer-left ul li {
    
    width: 18%;
    display: inline-block;
}

.footer-left ul li:nth-child(1) {
    margin-left: 0;
}

.footer-left ul li a {
    font-size: 15px;
    color: #ffffff;
}


.footer-left ul li a:hover {
    text-decoration: none;
    color: #1884CA;
}


.footer-mail {
    margin-top: 1.8em;
    margin-left: 2%;
    margin-bottom: 2.4em;
}

.footer-mail span {
    font-size: 16px;
    color: #ffffff;
}

.footer-mail a {
    font-size: 16px;
    color: #ffffff;
}


.footer-middle h4 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
}

.footer-address p, .footer-phone p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding-left: 3em;
    margin-top: 1.4em;
    
}

.footer-address p {
    background: url("../images/location.png") no-repeat 0 0;
}

.footer-address p span {
    display: block;
}

.footer-phone p {
    background: url("../images/phone.png") no-repeat 0 0;
}

.footer-right {
  padding-left: 6%;
}

.footer-right p {
    color: #ffffff;
    font-size:20px;
    float: left;
    margin-left: 3.2em;
}

.copyright {
    padding: 1em 0;
    background: #4d4d4d;
}

.copyright-left p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: .4em 0 0 0;
}

.copyright-left p a, .copyright-left p a:hover {
    font-size: 14px;
    color: #ffffff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 25px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;                                           
  vertical-align: middle;
  -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
    -ms-osx-font-smoothing: grayscale;
        -o-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
    -o-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #06A8F0;
  -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
    -o-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

span.menu {
    display: none;
}






.slider { 
  width: 100%;
  height: 100%;
 }

.jquery-reslider {
  width: 100%;
  height: 100%;
  position: relative;
}


.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 97;
  background-size: 100% 100%;
  opacity: 0;
}

.slider .jquery-reslider .slider-direction {

  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 10%;
  
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 10%;
  
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2%;
}

.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  background: #D5CAC7;
}

.slider .jquery-reslider .slider-dots li.active { 
  background: #ffffff;
  width: 20px;
  height: 20px; 
}
@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.carousel-control .left, .carousel-control .right {
  background-image: none;
}



.carousel a.left {
  position: absolute;
  top: 40%;
  left: 6%;
  width: 2%;
}

.carousel a.right {
  position: absolute;
  top: 40%;
  right: 6%;
  width: 2%;
}

.carousel a.new-left {
  width: 20px;
}

.carousel a.new-right {
  width: 20px;
}
 
#myCarouse2 {
  padding: 0 8% 0 8%;
}


#myCarouse2 .item {
  text-align: center;
  height: 330px;

}

#myCarouse2 .item-unit   {

  width: 236px;
  height: 81px;
  margin: 1.2rem;
  display: inline-block;
}

#myCarouse2 .item-unit img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #D4D4D4;
}



.slide-wrap {
  position: relative;
}




.next { }
.centered-btns_nav:active { opacity: 1;}
.centered-btns_tabs { position: absolute; left: 0; right: 0; bottom: 4%; text-align: center; font-size: 0; padding: 0; list-style-type: none; z-index: 10;}
.centered-btns_tabs li { display: inline-block; margin: 0 4px; *display: inline; *zoom: 1;}
.centered-btns_tabs a { display: inline-block; width: 12px; height: 12px;  line-height: 20px;  background-color: #D6CBC7; *display: inline; *zoom: 1; overflow: hidden;}
.centered-btns_tabs .centered-btns_here a { background-color: #FFFFFF ; width: 15px; height: 15px; }
.callback { margin-top: 20px; color: #f50; text-align: center;}
.callback em { font-style: normal;}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


  @media screen and (max-width: 768px) {
    .head-logo {
      width: 46%;
      margin: 1.6em 0 1.6em 0;
    }
    .head-logo a img{
        width:100%;
    }

    .head-logo a {
      margin-top: 1em;
    }

    .top-nav {
        float: right;
        margin-top: 3em;
        width: 8%;
    }

    span.menu {
        display: block;
        text-align: right;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 1em;
    }



    ul.nav1 {
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 999;
        position: absolute;
        left: 0;
        display: none;
    }

    ul.nav1 li {
        display: block;
        width: 100%;
        text-align: center;
        height: 85px;
        border: 0;
        border-bottom: 1px dashed #0F2031;
        background:#F9F9F9;
    }
    ul.nav1 li a {
        float: none;
        display: block;
        padding: 1em 0;
        font-size: 18px;
    }

}

@media screen and (max-width: 1200px) {
  .footer-right p {
    font-size: 18px;
  }
}

@media screen and (max-width:992px) {
  .benifit-block {
    width: 182px;
    margin: 0 auto 2em auto;
  }
}

@media screen and (max-width: 640px) {
    .head-logo {
      width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .head-logo {
        width: 40%;
    }

    .top-nav {
        margin-top: 2.2em;
        width: 8%;
    }



.centered-btns_tabs a { width: 8px; height: 8px;  line-height: 20px; }
  .centered-btns_tabs .centered-btns_here a { width: 12px; height: 12px; }

}


@media screen and (max-width: 360px) {
  .footer-right p {
    font-size: 16px;
    margin-left: 18%;
  }
  .carousel a.left {

    left: 0%;

  }

  .carousel a.right {

    right: 0%;

  }
  #myCarouse2 {
      padding: 0 2% 0 2%;
  }
}
