* {
	font-family: "Hiragino Sans GB","Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

ul,
ol {
	list-style: none;
}

a {
	color: #474747;
}

p {
	margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(22, 22, 22);
}

input, textarea {
	outline: none;
	border: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

.container-fluid {
	padding: 0;
}

.navbar-static-bottom {
	height: 65px;
	background-color: #191920;
	margin: 0;
	border-radius: 0;
	border: none;
	color: #d5d8db;
	text-align: center;
}

.navbar-static-bottom a {
	display: inline-block;
	text-align: center;
	width: 16%;
	line-height: 65px;
	color: #d5d8db;
	font-size: 12px;
}

.navbar-static-bottom a.br-a {
	width: 8%;
}

.navbar-static-bottom a>img {
	width: 40%;
}

.width-1200 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.width-1000{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.width-900 {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.width-half {
	width: 50%;
}

.navbar-static-bottom a:hover,
.navbar-static-bottom a:focus,
.navbar-static-bottom a:active {
	color: #fff;
}
.gradient_bg_top_green {
	background-color: #34db7a;
	background: -moz-linear-gradient(top, #34db7a, #b9db35);
	background: -webkit-linear-gradient(top, #34db7a, #b9db35);
	background: -o-linear-gradient(top, #34db7a, #b9db35);
}

.gradient_bg_top_brown {
	background-color: #e6b980;
	background: -moz-linear-gradient(top, #e6b980, #eacda3);
	background: -webkit-linear-gradient(top, #e6b980, #eacda3);
	background: -o-linear-gradient(top, #e6b980, #eacda3);
}

.gradient_bg_left_brown {
	background-color: #e6b980;
	background: -moz-linear-gradient(left, #e6b980, #eacda3);
	background: -webkit-linear-gradient(left, #e6b980, #eacda3);
	background: -o-linear-gradient(left, #e6b980, #eacda3);
}

.gradient_bg_top_blue {
	background-color: #3392d4;
	background: -moz-linear-gradient(top, #33c5d3, #3392d4);
	background: -webkit-linear-gradient(top, #33c5d3, #3392d4);
	background: -o-linear-gradient(top, #33c5d3, #3392d4);
}

.gradient_bg_top_brown2 {
	background-color: #d0a66f;
	background: -moz-linear-gradient(top, #d0a66f, #e3c596);
	background: -webkit-linear-gradient(top, #d0a66f, #e3c596);
	background: -o-linear-gradient(top, #d0a66f, #e3c596);
}

.gradient_bg_left {
	background-color: #1fdb6f;
	background: -moz-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
}

.gradient_bg_top {
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
}
.gradient_bg_bottom {
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(28, 197, 210, 1),rgba(30, 220, 111, 1));
	background: -webkit-linear-gradient(top, rgba(28, 197, 210, 1),rgba(30, 220, 111, 1));
	background: -o-linear-gradient(top, rgba(28, 197, 210, 1),rgba(30, 220, 111, 1));
}

.gradient_color {
	display: inline-block;
	color: #1edc6f !important;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-top {
	min-width: 1200px;
	height: 80px;
}

.navbar-top:before {
	content: '';
	width: 10px;
	height: 80px;
	background-color: #35db7a;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-top:after {
	content: '';
	width: 10px;
	height: 80px;
	background-color: #40E0D0;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	position: absolute;
	top: 0;
	right: 0;
}

.navbar-top .logo {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	line-height: 80px;
	float: left;
}

.navbar-top .logo img {
	width: 130px;
}

.navbar-top .list {
	display: inline-block;
	width: 75%;
	float: left;
}

.navbar-top .list ul {
	margin: 0;
	padding: 0;
}

.navbar-top .list ul li {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 80px;
	padding: 0 20px;
}

.navbar-top .list ul li:after {
	position: absolute;
    bottom: 0;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.navbar-top .list ul li.hover-li:after {
    border-bottom: 10px solid rgba(0,0,0,0.3);
}

.navbar-top .list ul li a {
  display: inline-block;
	color: #666;
}

.navbar-top .list ul li a:hover {
	display: inline-block;
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nav-detail {
	position: absolute;
	display: none;
	top: 80px;
	height: 440px;
	width: 100%;
	min-width: 1200px;
	background-color: rgba(0,0,0,0.4);
	z-index: 5;
}

.nav-detail.showSub {
	display: block;
}

.nav-detail .width-1200 {
	height: 440px;
}
.public-top {
	height: 440px;
	min-width: 1200px;
	padding-top: 150px;
	background-size: 100% 100%;
	background-position: center center;
margin-top:80px;
}

.public-top h1,.public-top>div>p {
	color: #fff;
}
.public-top>div>p {
	margin-top: 1.5rem;
	font-size: 17px;
}

.public-top img {
	width: 100%;
}

.min-1200 {
	min-width: 1200px;
}


/*常用样式*/
.posrel{
	position: relative;
}
.posabs{
	position: absolute;
}

.over-hide{
	overflow: hidden;
}

.hide {
	display: none;
}

.curpoi{
	cursor: pointer;
}

.w100 {
	width: 100%;
	float: left;
}

.w-100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.greyt {
	color: #999;
}

.bg-grey {
	background-color: #f5f5f5;
}

.bg-f8f9fa {
	background-color: #f8f9fa;
}

.bg-white {
	background-color: #fff;
}
.color888{
	color:#888;
}
.fw-no {
	font-weight: 300;
}

.tid {
	text-indent: 2em;
}

.margin-0 {
	margin: 0px!important;
}

.margin-top-0 {
	margin-top: 0px;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.padding-0 {
	padding: 0px;
}

.ptm-50 {
	padding: 50px 0;
}

.ptm-40 {
	padding: 40px 0;
}

.ptm-30 {
	padding: 30px 0;
}

.ptm-20 {
	padding: 20px 0;
}

.ptm-15 {
	padding: 15px 0;
}

.pm-50 {
	padding-bottom: 50px;
}
.pm-80 {
	padding-bottom: 80px;
}
.pr-30 {
	padding-right: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pm-30 {
	padding-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-20 {
	margin-top: 20px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-30{
	margin-bottom:30px!important;
}
.mlr-15 {
	margin: 0 15px;
}

.mlr-30 {
	margin: 0 30px;
}
.mr-10{
	margin-right: 20px;
}
.mr-20{
	margin-right: 20px;
}
.mr-30{
	margin-right: 30px;
}
.plr-30 {
	padding: 0 30px;
}
.plr-50 {
	padding: 0 50px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}

.f-15 {
	font-size: 15px;
}

.f-16 {
	font-size: 16px;
}

.f-17 {
	font-size: 17px;
}

.f-18 {
	font-size: 18px;
}

.f-19 {
	font-size: 19px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-30 {
	font-size: 30px;
}

.f-32 {
	font-size: 32px;
}


.f-34 {
	font-size: 34px;
}

.f-36 {
	font-size: 36px;
}
.tid {
	text-indent: 2em;
}

.h-24 {
	line-height: 24px;
}

.h-26 {
	line-height: 26px;
}

.h-28 {
	line-height: 28px;
}

.h-30 {
	line-height: 30px;
}

.h-32 {
	line-height: 32px;
}

.h-34 {
	line-height: 34px;
}

.h-40 {
	line-height: 40px;
}

.b-a {
	border: 1px #dbdbdb solid;
}

.b-l {
	border-left: 1px #dbdbdb solid;
}

.b-r {
	border-right: 1px #dbdbdb solid;
}

.b-t {
	border-top: 1px #dbdbdb solid;
}

.b-b {
	border-bottom: 1px #dbdbdb solid;
}

.b-ld {
	border-left: 1px #dbdbdb dashed;
}

.b-rd {
	border-right: 1px #dbdbdb dashed;
}

.b-td {
	border-top: 1px #dbdbdb dashed;
}

.b-bd {
	border-bottom: 1px #dbdbdb dashed;
}

.indent-2 {
	text-indent: 2rem;
}

.over-dash{
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.delay100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay700 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay900 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay1100 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay1200 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay1300 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.delay1400 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.animated05{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}
.animated03{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}
/*animate*/
.myAnmimate03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.myAnmimate02{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.myAnmimate05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.myAnmimate1{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.leftRight{
	-webkit-animation: leftRight 1.5s infinite;
	animation: leftRight 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes leftRight {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform:translate(20px, 0px);
		opacity: 0;
	}
}
@keyframes leftRight {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(20px, 0px);
		opacity: 0;
	}
}
.rightLeft{
	-webkit-animation: rightLeft 1.5s infinite;
	animation: rightLeft 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes rightLeft {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform:translate(-20px, 0);
		opacity: 0;
	}
}
@keyframes rightLeft {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(-20px, 0px);
		opacity: 0;
	}
}
.topBottom{
	-webkit-animation: topBottom 1.5s infinite;
	animation: topBottom 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes topBottom {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform:translate(0, 20px);
		opacity: 0;
	}
}
@keyframes topBottom {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}
.scaleBanner{
	-webkit-animation: scaleBanner 3s;
	animation: scaleBanner 3s;
	box-sizing: border-box;
}
@-webkit-keyframes scaleBanner {
	0% {
		    background-size: 110% 110%;
	}	
	100% {
		    background-size: 100% 100%;
	}
}
@keyframes scaleBanner {
	0% {
		    background-size: 110% 110%;
	}		
	100% {
		    background-size: 100% 100%;
	}
}
/*字体图标*/
@font-face {
  font-family: 'iconfont';  /* project id 518677 */
  src: url('http://at.alicdn.com/t/font_518677_9xjdvif849774x6r.eot');
  src: url('http://at.alicdn.com/t/font_518677_9xjdvif849774x6r.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_518677_9xjdvif849774x6r.woff') format('woff'),
  url('http://at.alicdn.com/t/font_518677_9xjdvif849774x6r.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_518677_9xjdvif849774x6r.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.copyright {
	padding: 15px;
	background-color: #191920;
	border-top: 1px solid rgba(238, 238, 238, 0.2);
}

.copyright p {
	color: rgb(136,136,136);
	display: inline-block;
    	margin: 0 10px;
}

.blur {
	-webkit-filter: blur(6px); /* Chrome, Opera */
     -moz-filter: blur(6px);
      -ms-filter: blur(6px);    
          filter: blur(6px);
    
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false); /* IE6~IE9 */
}

.sub-nav-left {
	width: 25%;
    margin-top: 80px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sub-nav-left img {
	  width: 128px;
    height: 128px;
    border-radius: 50%;
}

.sub-nav-left h4:before {
	    content: "";
    position: absolute;
    top: -45px;
    left: 150px;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.sub-nav-left h4 {
	position: relative;
	margin-top: 50px;
}

.sub-nav-left p, .sub-nav-right a {
	color: rgba(255, 255, 255, 0.6);
}

.sub-nav-left h4, .sub-nav-right a.lead-a {
    color: #ffffff;
}

.sub-nav-right {
  padding-top: 100px;
	width: 75%;
	float: left;
	height: 440px;
	padding-left: 50px;
}

.sub-nav-right>div {
	position: relative;
	width: 20%;
	float: left;
	/*display: inline-block;*/
}

.sub-nav-right i {
	position: absolute;
	left: -15px;
	font-size: 18px;
	color: rgb(181,149,113);
}

.sub-nav-right.nav-04>div {
	width: 40%;
}

.sub-nav-right.nav-03>div {
	width: 80%;
}

.sub-nav-right.nav-03 .sub-nav-sub {
	width: 50%;
	height: 2000px;
}

.sub-nav-right.nav-03 .sub-nav-sub a {
	width: 100%;
	float: left;
}

.sub-nav-right a {
	display: block;
  font-size: 12px;
  padding-left: 20px;
  text-align: left;
  line-height: 24px;
}

.sub-nav-right a:hover {
	color: #1edc6f !important;
}

.sub-nav-right a.lead-a {
	position: relative;
  font-size: 14px;
  margin-bottom: 25px;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*视频播放*/
.video_pop {
	position: fixed;
	left: 50%;
	top: 50%;
/*	width: 70%;*/
	z-index: 99999;
	/*margin-left: -45%;*/
	margin-top: -20%;
	display: none;
	background: #000;
}
.video_pop .close_video{
  position: absolute;
  right: -30px;
  top: -40px;
  font-size: 30px;
  color:#fff;
  cursor: pointer;
}
.close_bg{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}

/*返回顶部*/
.header.fixed{
	position: fixed!important;
	top:0!important;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.goTop.fixed{
	opacity: 1; 
}
.header{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: fixed!important;
	top:0!important;
width: 100%;
background: #fff;
z-index: 9999;
}
.goTop{
	position: fixed;font-size: 24px;color: #fff;
    width: 50px;bottom: 30px;right: 50px;cursor: pointer;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 50px;
    line-height: 50px;
    background: rgba(53, 219, 122,.7);
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;    
}
.goTop > i{
	font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-style: normal;
}

.menu-box {
	width: 100%;
	position: absolute;
	display: none;
	left: 0;
	top: 40px;
	background: rgba(255, 255, 255, 1);
	z-index: 1001;
	padding: 1rem 0;
}

.menu-box ul {
	width: 66%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

.menu-box ul li {
	width: 100%;
	border-bottom: solid 1px rgb(238, 238, 238);
}

.menu-box,
.menu-box ul li h4,
.menu-box ul li.on h3 {
	display: none;
}

.menu-box ul li.on h4,
.menu-box ul li.on .nav-sub {
	display: block;
}

.menu-box ul li h3,
.menu-box ul li h4 {
	padding: 10px 0;
	color: #959595;
	font-size: 14px;
	margin: 0;
}

.menu-box ul li.on h4 {
	display: inline-block;
	color: #1edc6f !important;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.menu-box ul li .nav-sub {
	padding: 10px 0;
	border-top: solid 1px rgb(238, 238, 238);
	display: none;
}

.menu-box ul li .nav-sub a {
	display: block;
	padding: 5px 0 5px 20px;
	color: #959595;
	font-size: 11px;
}

.menu-box ul li h5 .t2, .menu-box ul li h5.on .t1 {
	display: none;
}

.menu-box ul li h5.on .nav-son, .menu-box ul li h5.on .t2 {
	display: block;
}

.menu-box ul li .nav-son {
	padding-left: 20px;
	display: none;
}

.menubtn {
	display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 5%;
}

.menubtn:after, .menubtn:before {
	content: '';
	display: block;
	background: #959595;
	height: 2px;
}

.menubtn span {
	background: #959595;
	display: block;
	height: 2px;
	margin: 5px 0;
}

.menubtn {
	display: none;
}

.br-a {
	position: relative;
}

.qrCode {
	display: none;
	position: absolute;
	left: -100px;
	bottom: -40px;
	width: 100px;
	height: 100px;
	z-index: 11;
}

.navbar-static-bottom > div > div:nth-child(2) > a:nth-child(1):hover .qrCode {
	display: block;
}

.qrCode img {
	width: 100%;
	height: 100%;
}

.bottom-fixed {
	position: fixed;
    	bottom: 0;
    	width: 100%;
}

@media screen and (max-width: 1199px) {
	.navbar-top {
		position: fixed;
    top: 0;
		left: 0;
		z-index: 1002;
		background: #ffffff;
		min-width: 0;
		height: 40px;
    width: 100%;
	}

	.menubtn {
		display: block;
	}

	.navbar-top::before, .navbar-top::after {
		width: 5px;
		height: 40px;
	}

	.navbar-top>div {
		width: 100%;
	}

	.navbar-top .logo {
		line-height: 40px;
		width: 30%;
	}

	.navbar-top .logo img {
		width: 70px;
	}

	.navbar-top .list {
		display: none;
	}

	.public-top {
		min-width: 0;
		padding-top: 10px;
		height: 150px;
    margin-top: 40px;
	}

	.public-top>div {
		width: 100%;
	}

	.public-top .top-title h1 {
		font-size: 2rem;
		margin-top: 40px;
	}

	.public-top .top-title p {
		font-size: 1rem;
		margin-top: 12px;
	}

	.navbar-static-bottom {
		height: 40px;
		min-height: 0;
	}

	.navbar-static-bottom .pull-left {
		width: 100%;
	}

	.navbar-static-bottom>div>div:nth-child(2) {
		display: none;
	}

	.navbar-static-bottom a {
		line-height: 40px;
	}

	.copyright {
		min-width: 0;
    font-size: 10px;
    padding: 5px;
	}
}
