@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}
body {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #49c7ed;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	background: none;
	line-height: 1.2em;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
textarea {
	overflow: hidden;
}
button {
	outline: none !important;
	cursor: pointer;
}
p, .text {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin: 0;
}
h4.subtitle {
	font-size: 18px;
}
span.subtitle {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}
::-webkit-input-placeholder {
color: inherit;
}
::-moz-input-placeholder {
color: inherit;
}
::-ms-input-placeholder {
color: inherit;
}
.clear {
	clear: both;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media screen and (min-width:1200px) {
.bottom{width:1000px;}
}

@media screen and (max-width: 1199px) {

.bottom{width:800px;}
}

footer{
	height: 329px;
	background-image: url(../Img/Img12.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: 100% auto;
	
}
.bottom{margin:0 auto;padding:100px;color:#929397;height: 329px;position: relative;}
.bottom a{color:#929397;margin-right:15px;}
.bottom p{line-height:40px;}
.mycode{position:absolute;right:100px;width:60px;height:80px;top:110px;}




@media screen and (min-width:1200px) {
.top {
	width: 1200px;
}
}

@media screen  and (max-width: 1199px) {
.top {
	width: 1000px;
}
}



nav {
  width: 100%;
  height: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
nav li, nav a {
  text-decoration: none;
  list-style: none;
}
nav .nav-logo {
  width: auto;
  height: 100%;
  margin-left: 20px;
  float: left;
}
nav .nav-logo a, nav .nav-logo li, nav .nav-logo ol, nav .nav-logo span, nav .nav-logo p {
  font-size: 30px;
  font-weight: bold;
  list-style: none;
  color: #1f79ec;
  text-decoration: none;
}
nav .nav-logo img {
  max-width: 100%;
  max-height: 100%;
}
nav ::-webkit-scrollbar {
  display: none;
}
nav .nav-list {
  /*nav-list*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 60px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  nav .nav-list {
	margin-top: 0px;
	margin-left: 0px;
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 10px;
    width: 60%;
    background: #000;
    left: -60%;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
nav .nav-list > li {
	position: relative;
	list-style: none;
	float: left;
	text-align: center;
}
@media (max-width: 500px) {
  nav .nav-list > li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  nav .nav-list > li {
    margin-bottom: 15px;
  }
}
nav .nav-list > li .active {
  color: #000;
}
nav .nav-list > li a {
  color: #000;
  display: inline-block;
  line-height: 32px;
  padding: 1px 20px;
  margin: 0 ;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 500px) {
  nav .nav-list > li a {
    width: 100%;
    margin: 0;
  }
}
nav .nav-list > li a:hover {
  color: #fff;
  background-color: #49c7ed;
}
nav .nav-list > li .menu {
  min-width: 100px;
  background: #000;
  position: absolute;
  white-space: nowrap;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  z-index:9999;
}
@media (max-width: 500px) {
  nav .nav-list > li .menu {
    position: relative;
    width: 100%;
    text-align: center;
    
  }
}
nav .nav-list > li .menu li{text-align: center;}
nav .nav-list > li .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content : center;
  margin: 0;
  color:#fff;
  border-bottom: 1px solid #4a494c;
  line-height: 40px;
}
nav .nav-list > li:hover .menu {
  height: auto;
}
nav .nav-menu {
  display: none;
  z-index: 999;
  background: #000;
  cursor: pointer;
  border-radius:5px;
}
@media (max-width: 500px) {
  nav .nav-menu {
    display: block;
    float: right;
    padding: 8px 5px;
    position: relative;
    border: 1px solid #ccc;
    
    margin-right: 15px;
  }
  nav .nav-menu span {
    height: 2px;
    width: 25px;
    display: block;
    background: #CCC;
    
  }
  nav .nav-menu span + span {
    margin-top: 6px;
  }
}
nav .open {
  left: 0%;
  overflow: auto;
}