﻿/**
* Demo Stuff
*/

/**
* iPhone
* Credits: Flat, Scaleable CSS iPhone Illustration by Tom Hergenreter
* http://codepen.io/TomHergenreter/details/qDywF/
*/
@media (max-width: 480px){
  /*list.html*/
  .indexContent{
        margin-top:20px;
    }
    .aboutText {
   
    font-size: 15px;
}




  .about_title {
    line-height: 40px;
    text-align: center;
    margin: 30px auto;
    width: 80%;
   
    color: #fff;
}
  .about_nr_list::after{
      content: '';
      display: block;
      clear: both;
  }
  .about_nr_list li {
    width: 48%;
    float: left;
    margin: 1%;
    height: auto;
}
  .about_title {
    height: 111px;
    
    width: 100%;
}
  .changan {
    z-index: 999999;
    width: 100%;
    max-width: 750px;
    background: #d9176d;
    height: 5.125rem;
    line-height: 5.125rem;
    text-align: center;
    color: #ffffff;
    font-size: 2.3rem;
    position: fixed;
    bottom: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
  .about_nr_tu li {
    width: 100%;
    margin-left: 1px;
    float: left;
    height: auto;
}
  .about_nr{
    width: 100%;
  }
  .about{
    max-width: 100%;
    padding: 0 10px;
    margin-top: 0;
  }
  .indexContent article{
    
    width:96%;
    min-width: 300px;
    
    margin:0 auto;
    
    overflow:hidden;
    
  }
  .indexContent img{
    display:block;
    width:100%;
  }
  #logo{
    
    width:35%;
    
    height:100%;
    
    

    
    position:relative;
    
    float:left;
    
  }

  #logo img{
    
    display:block;
    
    width:90%;
    
    position:absolute;
    

    
  }
  .header3 {
    font-size:1.5rem;
    line-height:6.25rem;
    display:flex;
    justify-content:space-between;
  }
  .header3 p{
    width: 40px;
      height: 36px;
    margin-right:0.625rem;
    font-size:17px;
    position: absolute;
    right:0%;
    line-height:36px;
    top:16%;
    z-index: 99991;
  }
}

.iphone__item {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2em;
  color: #158f76;
  text-align: center;
}
.iphone__power-btn {
  width: 2.188em;
  height: .188em;
  background: #e0e0e0;
  position: absolute;
  right: 2.5em;
  top: -0.188em;
}
.iphone__left-btn {
  width: .188em;
  height: 1.250em;
  top: 3.250em;
  left: -0.188em;
  position: absolute;
  background: #e0e0e0;
}
.iphone__left-btn:before {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 3em;
  background: #e0e0e0;
}
.iphone__left-btn:after {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 5.5em;
  background: #e0e0e0;
}
.iphone__details {
  width: .438em;
  height: .438em;
  border-radius: 100%;
  position: relative;
  top: 1.313em;
  left: 8em;
  background: #7c7c7c;
}
.iphone__details:before {
  content: '';
  width: 2.5em;
  height: .25em;
  border-radius: .25em;
  position: absolute;
  top: 1em;
  left: -1em;
  background: #7c7c7c;
}
.iphone__home-btn {
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  position: absolute;
  bottom: 1em;
  right: 6.75em;
  background: #f7f7f7;
}
.iphone__home-btn:before {
  content: '';
  width: .813em;
  height: .813em;
  border: .15em solid #a8a8a8;
  border-radius: .2em;
  position: absolute;
  top: .6em;
  left: .57em;
}
.iphone__screen {
  width: 100%;
  max-width:750px; 
  margin:0 auto;
  overflow: hidden;
  position:relative;
}
.iphone__content {
  position: relative;
  background-color: #D2527F;
  width: 100%;
  height: 100%;
}
/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  top: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width:100%;
  height:100%;

}
.nav--active .nav {
  opacity: 1;
  background-color: #fff;
  padding-top:45px;
}
.nav__list {
  margin: 0;
}
.nav__item,.nav__item dt{
  list-style-type: none;
  text-align: left;
  line-height:65px;
}
.nav__link,.nav__item dt{
  font-size: 1.7em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  display:block;
  margin:0px 15px;
  border-bottom:1px solid #cccccc;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 36px;
  right:14%;
  top:35%;
  z-index: 99991;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #000000;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after{
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #000000;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 900px;
  background:#ffffff;
}
.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
  opacity: 1;
}
.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/**
* Style #2
*/
.style-2 {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.style-2 .nav {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.style-2 .nav--active .nav {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.style-2 .iphone__content {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.style-2 .nav--active .iphone__content {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.style-2 .navi__icon {
  background: rgba(0, 0, 0, 0);
}
.style-2 .navi__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-2 .navi__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.style-2 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.style-2 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-2 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**
* Style #3
*/
.style-3 .nav {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.style-3 .nav--active .nav {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.style-3 .iphone__content {
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.style-3 .iphone__screen {
  background-color: #333;
}
.style-3 .nav--active .iphone__content {
  -webkit-transform: scale(0.9) translateX(-90%);
          transform: scale(0.9) translateX(-90%);
}
.style-3 .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-3 .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-3 .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.style-3 .nav--active .nav__icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
/**
* Style #4
*/
.style-4 .nav {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.style-4 .nav--active .nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.style-4 .nav--active .nav__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-4 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-4 .nav--active .nav__link {
  opacity: 1;
}
/**
* Style #5
*/
.style-5 .nav {
  -webkit-transform: translate(100%, -100%) scale(0.5);
          transform: translate(100%, -100%) scale(0.5);
  border-radius: 100%;
}
.style-5 .nav--active .nav {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.style-5 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-5 .nav--active .nav__link {
  opacity: 1;
}
.style-5 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-5 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-5 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/**
* Style #6
*/
.style-6 .nav {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  width: 100%;
  height: 100%;
}
.style-6 .nav--active .nav {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.style-6 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-6 .nav--active .nav__link {
  opacity: 1;
}
.style-6 .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-6 .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.style-6 .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.style-6 .nav--active .nav__icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navPhone{
	
	height:55px;
	
	position:fixed;
	
	top:0;
	
	z-index:9999;
	background:url(../images/bj.jpg) repeat;
	
	width:100%;
	max-width:750px;
  /*border-bottom:1px solid #000000;*/
	
}
.navPhone h1{
  float:left;
  width:5.0rem;
  padding-bottom:2%;
  padding-top:3%;
  padding-left:2%;
}

.navPhone h1 img{
  
  display:block;
  
  width:100%;
  
}
.navPhone .nav_wx h2{
	
	position:absolute;
	
	right:24px;
	
	top:8px;
	
	width:30px;
	
}

.navPhone .nav_wx h2 img{
	
	display:block;
	
	width:100%;
	
}

.nav__item dt img{
	
	float:right;
	
	margin-top:35px;
	
	width:7%;

}

.nav__item dd{
	
	line-height:55px !important;
	
	padding:0px 15px;
	
	background:#E5E5E5;
	
	border-bottom:1px solid #D0D0D0;
  margin-top:-1px;
	
}

.nav__item dd:nth-last-child(1){
	
	border-bottom:0;
	
}

.nav__item dd a{
	
	color:#666;
	
	display:block;
	
	font-size:1.5rem;
	
}

.index_ewm{
	
	width:100%;
	
	background:#fff;
	
	padding:66px 0px;
}

.index_ewm dl{
	
	width:55%;
	
	margin:0 auto;
	
	background:#96D433;
	
}

.index_ewm dl dt{
	
	width:74%;
	
	margin:0 auto;
	
	padding-top:28px;
	
	padding-bottom:18px;
	
}

.index_ewm dl dt img{
	
	display:block;
	
	width:100%;
	
}

.index_ewm dl dd{
	
	text-align:center;
	
	color:#fff;
	
	padding-bottom:15px;
	
	font-size:1.05rem;
	
}