.m-show {
	display: none;
}

.header,
.m_hide {
	display: none;
}

.banner_full {
	height: 60%;
}

/*移动端头部*/

.m_header {
	display: block;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  /*background: #11161a;*/
	background-color: #323639;
	background-color: #005496;
	z-index: 99999;
}

.m_header {
	height: 50px;
}

.logo_box {
	display: inline;
	display: inline-block;
	display: -moz-inline-stack;
	height: 50px;
	line-height: 0;
	font-size: 0;
	zoom: 1;
}

.logo_box img {
	height: 50px;
}

/*手机x*/

.nav_toggle {
	color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	transform-origin: 50% 50%;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -13px;
	z-index: 999;
}

.nav_toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	height: 5px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
}

.nav_toggle span:before {
	top: -10px;
}

.nav_toggle span:after {
	bottom: -10px;
}

.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.nav_toggle.active span {
	background-color: transparent;
}

.nav_toggle.active span:before,
.nav_toggle.active span:after {
	top: 0;
}

.nav_toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.nav_toggle.active span:after {
	transform: translatey(-10px) rotate(-45deg);
	-webkit-transform: translatey(-10px) rotate(-45deg);
	-ms-transform: translatey(-10px) rotate(-45deg);
	top: 10px;
}

/*移动端导航normal*/

.m_header .m_nav {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	overflow-x: hidden;
}

.m_header .m_nav_list a {
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	color: #333;
}

.m_header .m_nav_list > li {
	border-bottom: 1px solid #f0f0f0;
	transition: transform .5s ease;
	transform: matrix(1,-1,0,1,200,100);
}

.m_header .m_nav_list > li > a {
	opacity: 0;
}

.m_header .m_nav_list .dropdown .dropdown_menu {
	height: 0;
	overflow: hidden;
}

.m_header .m_nav_list .dropdown .dropdown_menu.on {
	height: auto;
}

.m_header .m_nav_list .dropdown_menu > li {
	border-top: 1px solid #f0f0f0;
	background: #f5f5f5;
}

.m_header .m_logo {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}

.m_header .m_logo img {
	height: 38px;
}

.inp_control {
	display: block;
	width: 100%;
	height: 28px;
	*height: 18px;
	padding: 7px 8px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@font-face {
	font-family: 'iconfont';
  src: ;
  src:  format('embedded-opentype'),
       format('woff2'),
       format('woff'),
       format('truetype'),
       format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e610";
}

.icon-iconfontdianhua1:before {
	content: "\e60f";
}

.icon-search:before {
	content: "\e62e";
}

.icon-weibo1:before {
	content: "\e641";
}

.icon-qq:before {
	content: "\e619";
}

.icon-fanhui:before {
	content: "<"; font-weight: lighter;
}

.icon-gengduo:before {
	content: ">"; font-weight: lighter;
}

.icon-top:before {
	content: "\e607";
}

.icon-email:before {
	content: "\e665";
}

.icon-jiantou:before {
	content: "\e600";
}

.icon-weixin:before {
	content: "\e606";
}

.icon-xiazai:before {
	content: "\e61e";
}

.icon-arrow-r:before {
	content: "\e605";
}

.icon-addbtn:before {
	content: "\e62d";
}

.icon-addtodo-nav:before {
	content: "\e604";
}

.icon-arrow-right:before {
	content: "\e609";
}

.icon-dianhua:before {
	content: "\e630";
}

.icon-arrow-right-s-fill:before {
	content: "\e735";
}

.icon-dingweiweizhi:before {
	content: "\e60a";
}

.icon-youxiang:before {
	content: "\e620";
}

.icon-up-copy:before {
	content: "\e601";
}

.icon-zhizuozititubiaomoban:before {
	content: "\e608";
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

@font-face {
	font-family: 'sc';
  src: ;
  src:  format('embedded-opentype'),
     format('woff'),
     format('truetype'),
     format('svg');
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadein {
	-webkit-animation-name: fadein;
	animation-name: fadein;
}

@-webkit-keyframes zoombig {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes zoombig {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.zoombig {
	-webkit-animation-name: zoombig;
	animation-name: zoombig;
}

@keyframes fold {
	from {
		transform: perspective(800px) rotatex(80deg);
		opacity: 0;
		transform-origin: top;
	}

	to {
		transform: perspective(0) rotatex(0deg);
		opacity: 1;
		transform-origin: top;
	}
}

@-webkit-keyframes fold {
	from {
		transform: perspective(800px) rotatex(80deg);
		opacity: 0;
		transform-origin: top;
	}

	to {
		transform: perspective(0) rotatex(0deg);
		opacity: 1;
		transform-origin: top;
	}
}

.fold {
	-webkit-animation-name: fold;
	animation-name: fold;
}

#bdshare_weixin_qrcode_dialog,
#bdshare_weixin_qrcode_dialog * {
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

@keyframes fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 8%, 0);
		transform: translate3d(0, 8%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeinup {
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
}

@-webkit-keyframes zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomin {
	-webkit-animation-name: zoomin;
	animation-name: zoomin;
}

@keyframes circle-anim {
	0% {
		transform: scale(0.65);
		opacity: .5;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes circle-anim {
	0% {
		transform: scale(0.65);
		opacity: .5;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.m_nav .sub-nv {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.m_nav .sub-nv a {
	font-size: 14px;
	text-indent: 2em;
	line-height: 40px;
}

.m_nav .on {
	height: auto;
}

.dot:after {
	background-color: rgba(0,140,210,.4);
	border-radius: 50%;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: auto;
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
	opacity: 1;
	animation-name: circle-anim;
	animation-iteration-count: infinite;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	-webkit-animation-name: circle-anim;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-delay: 0.6s;
	z-index: 1;
}

@keyframes circle-anim {
	0% {
		transform: scale(0.65);
		opacity: 1;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

@-webkit-keyframes circle-anim {
	0% {
		transform: scale(0.65);
		opacity: 1;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

/*!
 * fullpage 3.0.7
 * https://github.com/alvarotrigo/fullpage.js
 *
 * @license gplv3 for open source use only
 * or fullpage commercial license for commercial use
 * http://alvarotrigo.com/fullpage/pricing/
 *
 * copyright (c) 2018 http://alvarotrigo.com/fullpage - a project by alvaro trigo
 */

html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;
  /*avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
  /* safari<=5 android<=3 */
	-moz-box-sizing: border-box;
  /* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidescontainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
  /* safari<=6 android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tablecell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidescontainer {
	float: left;
	position: relative;
}

.fp-controlarrow {
	-webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
	-moz-user-select: none;
  /* mozilla browsers */
	-khtml-user-select: none;
  /* webkit (konqueror) browsers */
	-ms-user-select: none;
  /* ie10  */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-controlarrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlarrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iscrollindicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

#fp-nav.fp-right {
	right: 17px;
}

#fp-nav.fp-left {
	left: 17px;
}

.fp-slidesnav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesnav.fp-bottom {
	bottom: 17px;
}

.fp-slidesnav.fp-top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesnav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesnav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesnav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesnav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesnav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesnav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesnav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesnav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active   .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tablecell {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tablecell {
	height: auto !important;
}

/*only display content to screen readers*/

.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}