body,
div,
ul,
p,
hr{
	display: block;
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
	font-family: "微软雅黑";
}

/*body {
	overflow: scroll;
	overflow-x: hidden
}*/

a,a:link,a:visited,a:active,a:hover,a:focus{
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.white {
	color: #fff;
}

ul li {
	list-style-type: none;
}

dt {
	font-weight: normal;
}

h3 {
	font-size: 0.2rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0;
	margin-bottom: 0;
}



h3 {
	font-size: 0.2rem;
}
h6{
	font-size: 0.12rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
	margin-top: 0;
	margin-bottom: 0;
}


/*headder*/

.nav-big-box {
	width: 100%;
    
	background:#FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	border: 1px solid #DDDDDD;
	/*box-shadow:1px 1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, -1px -1px 5px #ff0d2d, 1px -1px 1px #FFFFFF;*/
}

.nav-small-box {
    width: 100%;
    height: 1.82rem;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0.2rem;
}
.nav-small-box .logo{
	margin-top: 0.38rem;
}
#nav-ul {
    /*margin: 0rem 0.05rem;*/
   
}

#nav-ul li {
    display: block;
    float: left;
    color: #fff;
    cursor: pointer;
    width: 20%;
    overflow: hidden;
}
#nav-ul li:nth-last-child(2){
	width: 22%;
}
#nav-ul li:nth-last-child(1){
	width: 18%;
}
#nav-ul li:nth-last-of-type(1){
	text-align: right
}
#nav-ul li span{
	display: inline-block;
	padding: 0.33rem 0rem 0.27rem 0rem;
	height: calc(100% - 0.04rem);
	border-bottom: 0.06rem solid transparent;
	box-sizing: border-box;
}
#nav-ul li.curr span{
	 border-bottom: 0.06rem solid #783290;
}
#nav-ul li a{
	display: block;
	color: #656565;
	font-size: 0.28rem;
	height: 0.38rem;
	line-height: 0.38rem;
}


/*footer*/
.contentBox.footer {
	width: 100%;
	margin-top: 0.5rem;
	background: #F1F1F1;

}
.bottom-box p {
	float: left;
	margin-top: 0.37rem;
}


.bottom-box p:hover {
	cursor: pointer;
}

.bottom-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.bottom-box p {
	float: left;
	margin-top: 0.18rem;
}

.bottom-box p.company-bottom {
	margin-bottom: 0.53rem;
}

.bottom-box span {
	color: #454545;
	font-size: 0.14rem;
	display: inline-block;
	margin-left: 0.1rem;
}

.bottom-box p:hover {
	cursor: pointer;
}

.bottom-box p.company-bottom {
	width: 100%;
	/*margin-bottom: 0.5rem;*/
}
.bottom-mes p a{
	font-size: 0.26rem;
	color: #656565;
}
.company-bottom span {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.14rem;
}

.return-top {
	width: 100%;
	height: 0.9rem;
	background-color: #E3E3E3;
	text-align: center;
	vertical-align: middle;
	line-height: 0.9rem;
	font-size: 0.28rem;
	color: #A8A8A8;
}
.return-r-top{
	width: 0.69rem;
	height: 0.69rem;
	display: none;
	position:fixed;
	font-size: 0.2rem;
	top:80%;
	right: 0;
	z-index: 100;
}
.return-r-top img{
	width: auto;
	height: auto\9;
	height: 100%;
	max-height: 69px;
}
/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.6rem;
    background-repeat:no-repeat ;
}
.slides {
    position: relative;
    z-index: 1;
}

.slides li {
	width: 100%;
    /*height: 4rem;*/
}
.slides li img{
	height: auto;
	width: auto\9;
	width: 100%;
}
.flex-control-nav {
    position: absolute;
    bottom: 0rem;
    z-index: 2;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0.05rem;
    display: inline;
    zoom: 1;
}

.flex-control-nav a {
   display: inline-block;
   width: 9px;
   height: 9px;
   line-height: 20px;
   overflow: hidden;
   background: #C8C8C8;
   border: 0;
   border-radius: 50%;
    cursor: pointer;
    font-size: 0.1rem;
    padding-top: 9px;
}

.flex-control-nav a.flex-active {
	background: #783290;
    width: 9px;
    height: 9px;

}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

a:hover, a:focus {
    text-decoration: none;
}

/* flexslider end*/

a:hover,
a:focus {
	text-decoration: none;
}
.logo{
	width: 100%;
	height: 0.4rem;
}
/*图片自适应*/
.logo img{
	width: auto; height: auto\9; width: 50%;
}
#wrapper img{height: auto; width: auto\9; max-width:100%;}
#wrapper .bottom-img img { height: auto; width: auto\9; max-width:3.14rem; } 
#container li p img{height: auto; width: auto\9; width:12.5%;}
/*
.L_iframe{
	width: 100%;
	display: none;
}
.L_iframe.active{
	display: block;
}*/
.mask-pop{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position:fixed ;
	top: 0;
	left: 0;
	z-index: 250;
	background-color: #000000;
	opacity: 0.5;
	fill-opacity: 0.5;
	display: none;
	width: 300%;
	height: 300%;
}
/*1024*/
@media only screen and (min-width:1024px ) {
	body{
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h6{
		font-size: 12px;
	}

}

/*spinner*/
.spinner {
  margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
 
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
 
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
 
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}