/* CSS Reset */
body, div, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
body sup {
	display: inline-block!important;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color: #242424;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: 0px dotted;
}
a:focus, input:focus {
	-moz-outline-style: none;
}
a * {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
* {
	font-family: 'Montserrat-Light', Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, Arial;
}
input, select, textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"] {
	-webkit-appearance: none;
	font-size: 14px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#a1a4b2;
font-size:14px;
}
input::-moz-input-placeholder, textarea::-moz-input-placeholder {
color: #a1a4b2;
font-size:14px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color: #a1a4b2;
font-size:14px;
}
img {
	width: 100%;
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.alltransition {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.opacity0 {
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.no-touch {
	height: 100%;
}
.no-touch body {
	overflow: hidden;
	height: 100%;
}
.pcshow {
	display: block;
}
.mbshow {
	display: none!important;
}
.ipshow {
	display: none!important;
}
.relative {
	position: relative;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	/*display: table-cell;
	vertical-align: middle;*/
	padding-top:5%;
	height:95%;
}
.fullscreen, .fullscreen body {
	height: 100%;
	overflow: hidden
}
.display-block {
	display: block!important;
}
.height-auto {
	height: auto!important;
}
.hide {
	display: none;
	opacity: 0;
	width: 0px;
	height: 0px;
	z-index: -1;
	overflow: hidden;
}
.content {
	width: 75%;
	margin: auto;
}
.dblockw100hauto {
	display: block;
	width: 100%;
	height: auto;
}
.mark-nav-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #000;
	opacity: .5;
	display: none;
}
.mark-nav-bg.cur {
	display: block;
}
/* header */
.header {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,.1);
	/*background: #fff;
	border-bottom: 1px solid #e6e6e6;*/
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;/*background:none;*/
}
.header .content {
	width: 90%;
	height: 100%;
	margin: auto;
	position: relative;
}
.header .content .left {
	position: relative;
	height: 84px;
}
.header .content .left .logo {
	display: block;
	width: 230px;/*height: 25px;*/
	height: 60px;
	position: absolute;
	left: 0;
	top: 20%;
	margin-top: -12.5px;
}
.header .content .left .logo img {
	width:auto;
}
.header .content .left .stockcode {
	font-size: 12px;
	color: #666;
	margin-left: 150px;
	margin-top: 30px;
	padding-left: 20px;
	position: relative;
}
.header .content .left .stockcode::before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}
.header .content .left .stockcode p {
	text-decoration: underline;
}
.header .content .center {
	text-align: center;
	position: absolute;
	left: 15%;
	width: 70%;
	height: 100%;
	top: 0;
}
.header .content .center .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.header .content .center .nav li {
	display: inline-block;
	margin: 0;
	list-style: none;
	position: relative;
}
.header .content .center .nav li a {
	display: block;
	font-size: 17px;
	line-height: 84px;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
}
.header .content .center .nav li a:hover {
	color: #00bf86;
}
.header .content .right {
	/*text-align: right;*/
	font-size: 0;
	padding-top: 30px;
}
.header .content .right .search {
	display: block;
	/*vertical-align: middle;
	width: 300px;*/
	position: relative;
	float: left;
}
.header .content .right .search p {
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../img/icon1.png) left center no-repeat;
	padding-left: 30px;
}
.header .content .right .search p span {
	color: #00be88;
	font-weight: bold;
}
.header .content .right .search .icon {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url("../img/ss.png") center no-repeat;
	background-size: 100%;
}
.header .content .right .search .icon input {
	width: 100%;
	display: block;
	height: 100%;
	border: none;
	opacity: 0;
	background: none;
	cursor: pointer;
}
.header .content .right .search .search-input {
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	width: 100%;
	height: 30px;
	font-size: 12px;
	outline: none;
}
.header .content .right .language {
	display: block;
	vertical-align: middle;
	/*margin: 0 0px 0 30px;*/
	overflow: hidden;
	cursor: pointer;
	float: right;
}
.header .content .right .language .icon {
	display: block;
	width: 18px;
	height: 18px;
	padding-left: 25px;
	color: #1a1a1a;
	font-size: 14px;
	background: url("../img/l1.png") left center no-repeat;
}
/*.header .content .right .language .language-show {
	display: none;
	position: absolute;
	width: 100px;
	padding: 20px 10px 10px 10px;
	right: -40px;
	text-align: center;
	top: 60px;
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .content .right .language .language-show:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -15px;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
}*/
.header .content .right .language .language-show a {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	opacity: .5;
}
.header .content .right .language .language-show a:hover {
	opacity: 1;
}
.header .content .right .language .language-show.cur {
	display: block;
}
.inside-pages .header-height {
	height: 0px;
}
.inside-pages .header {
/*background: none;*/
	/*border-bottom: 1px solid rgba(255,255,255,.1);*/
}
.inside-pages .header .content .right .search .icon {
	background: url("../img/ss1.png") center no-repeat;
	background-size: 100%;
}
.inside-pages .header .content .right .language .icon {
	color: #fff;
	background: url("../img/ll1.png") left center no-repeat;
}
.inside-pages .header .content .right .search .search-input {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.inside-pages .header:hover {
/*background: #fff;*/
	/*border-bottom: 1px solid #e6e6e6;*/
}
.inside-pages .header:hover .content .right .search .icon {
	background: url("../img/ss.png") center no-repeat;
	background-size: 100%;
}
.inside-pages .header:hover .content .right .language .icon {
	color: #fff;
	background: url("../img/ll.png") left center no-repeat;
}
.inside-pages .header:hover .content .right .search .search-input {
	border-bottom: 1px solid #ccc;
}
.inside-pages .header .content .center .nav li a {
	color: #fff;
}
/*.inside-pages .header:hover .content .center .nav li a, .inside-pages .header.scroll-top .content .center .nav li a {
	color: #242424;
}*/
.inside-pages .header .content .center .nav li a.cur {
	color: #00bf86;
}
.inside-pages .header:hover .content .center .nav li a:hover {
	color: #00bf86;
}
.inside-pages .header .content .center .nav li.cur a {
	color: #00bf86;
}
/*.header.scroll-down {
	top: -100px;
}*/
/*.header.scroll-down .header-nav-show {
	display: none;
}*/
/* header - menu */
/*.header .content .center .nav li.cur a::after {
	width: 100%;
}*/
.header .content .center .nav li.cur a {
	color: #00bf86;
}
/*.header .content .center .nav li a.cur{color: #00bf86;}*/
.header-nav-show {
	position: absolute;
	left: 0;
	top: 84px;
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 999;
}
.header-nav-show::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	top: 0;
	left: 0;
	position: absolute;
}
.header-nav-show .content {
	overflow: hidden;
	width: 74.5%;
	margin: auto;
}
.header-nav-show .content .nav-content.Hide {
	display: block;
	opacity: 0;
	height: 0px;
	padding: 0;
	min-height: 0px;
	overflow: hidden;
}
.header-nav-show .content .nav-content {
	display: block;
	padding: 5% 0;
	min-height: 100px;
	opacity: 1;
	height: auto;
}
.item-nav {
	position: relative;
	overflow: hidden;
}
.item-nav .left {
	float: left;
	width: 26%;
	overflow: hidden;
	height: auto!important;
	position: relative;
}
.item-nav .left .ntitle {
	padding-bottom: 10px;
}
.item-nav .left .ntitle h3 {
	font-size: 24px;
	color: #1a1a1a;
	text-transform: uppercase;
	margin: 0;
}
.item-nav .left .item-nav-pic-swiper {
	position: relative;
}
.item-nav .left .img {
	display: block;
}
.item-nav .left .text {
	padding: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.item-nav .left .btn {
	font-size: 0;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 15px 20px;
	position: relative;
}
.item-nav .left .btn span {
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	z-index: 3;
	position: relative;
}
.item-nav .left .btn i {
	width: 9px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url("../upload/right2.png");
	background-size: 100% 100%;
	margin-top: 3px;
	position: relative;
	z-index: 3;
	opacity: .5;
}
.item-nav .left .btn::before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #00bf86;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.item-nav .left a {
	display: block;
	overflow: hidden;
}
.item-nav .left a:hover .btn::before {
	width: 100%;
}
.item-nav .left a:hover .btn span {
	color: #fff;
}
.item-nav .left a:hover .btn i {
	background: url("../img/right3.png");
	background-size: 100% 100%;
	opacity: 1;
}
.item-nav .right-nav {
	float: left;
	width: 70%;
	height: 450px;
}
.item-nav .right-nav ul {
	width: 95%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 5%;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.item-nav .right-nav ul::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.item-nav .right-nav ul:last-child::after {
	display: none;
}
.item-nav .right-nav ul.nav {
	position: relative;
	margin-top: -10px;
}
.item-nav .right-nav ul.two {
	position: absolute;
	top: 0;
	left: 340px;
	background: #fff;
}
.item-nav .right-nav ul.three {
	position: absolute;
	top: 0;
	left: 340px;
	background: #fff;
}
.item-nav .right-nav ul li {
	list-style: none;
	width: 240px;
	padding-right: 50px;
}
.item-nav .right-nav ul li a {
	position: relative;
	display: block;
	padding: 15px 0;
	overflow: hidden;
}
.item-nav .right-nav ul li a::before, .item-nav .right-nav ul li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.item-nav .right-nav ul li a::before {
	width: 0px;
	height: 2px;
	z-index: 3;
}
.item-nav .right-nav ul li a:hover::before {
	width: 100%;
	background: #00bf86;
}
.item-nav .right-nav ul li a h4 {
	font-size: 17px;
	color: #999999;
	margin: 0;
}
.item-nav .right-nav ul li a i {
	width: 9px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -6px;
	background: url("../img/right2.png");
	background-size: 100% 100%;
	display: block;
	opacity: 0;
}
.item-nav .right-nav ul li a:hover i, .item-nav .right-nav ul li.cur a i {
	opacity: .5;
}
.item-nav .right-nav ul li.cur a h4 {
	color: #000;
}
.item-nav .right-nav ul li.cur a::before {
	width: 100%;
	background: #00bf86;
}
.item-nav .right-nav ul li.cur ul li a::before {
	width: 0px;
}
.item-nav .right-nav ul li.cur ul li a:hover::before {
	width: 100%;
}
.item-nav .right-nav ul li ul li.cur.on a i {
	opacity: .5;
	display: block;
}
.item-nav .right-nav ul li ul li.cur.on a::before {
	width: 100%;
}
.item-nav .right-nav ul li ul li.cur.on ul li a::before {
	width: 0;
}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover::before {
	width: 100%;
}
.item-nav .right-nav ul li ul li.cur.on ul li a i {
	opacity: 0;
	display: none;
}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover i {
	opacity: .5;
	display: block;
}
.item-nav .right-nav ul li ul {
	display: none;
}
.item-nav .right-nav ul li ul li a {
	color: #999999;
}
.item-nav .right-nav ul li ul li a i {
	opacity: 0;
	display: none;
}
.item-nav .right-nav ul li ul li a:hover i {
	opacity: .5;
	display: block;
}
.item-nav .right-nav ul li ul li a:hover, .item-nav .right-nav ul li ul li a:hover h5 {
	color: #000;
}
.item-nav .right-nav ul li ul li a h5 {
	font-size: 15px;
	color: #999999;
	margin: 0;
	font-weight: normal;
	width: 90%;
}
/* footer */
.footer {
	background: #181818;
	padding:30px 0px;
	overflow: hidden;
	color: #fff;
}
.footer .content {
	width: 75%;
}
.footer .content .top {
	padding-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px solid #313131;
}
.footer .content .top .footer-nav {
}
.footer .content .top .footer-nav a {
	font-size: 14px;
	color: #939393;
	margin-right: 50px;
}
.footer .content .top .footer-nav a:hover {
	color: #fff;
}
.footer .content .center {
	clear: both;
	position: relative;
	padding: 40px 0 30px 0;
	overflow: hidden;
}
.footer .content .center .left {
}
.footer .content .center .left .subscribe {
	font-size: 0;
}
.footer .content .center .left .subscribe input {
	height: 38px;
	border: 1px solid #484848;
	background: none;
	color: #5f5f5f;
	font-size: 12px;
	padding: 0 20px;
}
.footer .content .center .left .subscribe input::-webkit-input-placeholder {
font-size:12px;
color:#5f5f5f;
}
.footer .content .center .left .subscribe .subscribe-input {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
}
.footer .content .center .left .subscribe .subscribe-submit {
	width: 90px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	cursor: pointer;
}
.footer .content .center .left .subscribe .subscribe-submit:hover {
	color: #fff;
	border: 1px solid #fff;
}
.footer .content .center .right .social {
	float: left;
}
.footer .content .center .right .social a {
	width: 36px;
	height: 36px;
	margin-left: 10px;
	display: block;
	float: left;
	opacity: .5;
	border: 1px solid #404040;
	position: relative;
}
.footer .content .center .right .social a.f1 {
	background: url("../img//f1.png") center no-repeat;
}
.footer .content .center .right .social a.f2 {
	background: url("../img/f2.png") center no-repeat;
}
.footer .content .center .right .social a.f3 {
	background: url("../img/f3.png") center no-repeat;
}
.footer .content .center .right .social a.f4 {
	background: url("../img/f4.png") center no-repeat;
}
.footer .content .center .right .social a.f5 {
	background: url("../img/f5.png") center no-repeat;
}
.footer .content .center .right .social a.f6 {
	background: url("../img/f6.png") center no-repeat;
}
.footer .content .center .right .social a:hover {
	opacity: 1;
}
.footer .content .center .right .social a img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 33;
	max-width: 100px;
	max-height: 100px;
	display: none;
}
.footer .content .center .right .social a:hover img {
	display: block;
}
.footer .content .center .right .wxshow {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #fff;
	left: -40px;
	bottom: 40px;
	z-index: 3;
}
.footer .content .center .right .wxshow::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -20px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #fff;
}
.footer .content .center .right .wxshow img {
	display: block;
	width: 100%;
	height: auto;
}
.footer .content .bottom {
	clear: both;
	overflow: hidden;
	/*padding: 0 0 25px 0;*/
	font-size: 14px;
	color: #999;
	position: relative;
}
.footer .content .bottom * {
	font-family: Arial, Microsoft Yahei, PingFang SC;
}
.footer .content .bottom .copy {
	float: left;
	font-size: 14px;
	text-transform:uppercase;
}
.footer .content .bottom .copy a {
	color: #999;
}
.footer .content .bottom .copy a:hover {
	color: #fff;
}
.footer .content .bottom .copy a.niego {
	margin-left: 15px;
}
/*浏览器*/
#browser_ie {
	BACKGROUND-COLOR: #f6f6b4;
	DISPLAY: none;
	HEIGHT: auto;
	overflow: hidden;
	COLOR: #000;
	FONT-SIZE: 15px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#browser_ie .brower_info {
	MARGIN: 0px auto;
	WIDTH: 800px;
	padding: 1% 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#browser_ie .brower_info .notice_info {
	POSITION: relative;
	overflow: hidden;
}
#browser_ie .brower_info .notice_info P {
	text-align: center;
	LINE-HEIGHT: 25px;
	overflow: hidden;
	DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative;
	text-align: center;
}
#browser_ie .browser_list IMG {
	WIDTH: 40px;
	HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center;
	padding: 1%;
	DISPLAY: inline-block;
	vertical-align: top;
}
.close {
	z-index: 9999;
	width: 30px;
	height: 30px;
	background: url("../img/xx.png") center no-repeat;
	background-size: 40%;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 2%;
	display: block;
	top: 30px;
	cursor: pointer;
}
.close:hover {
	background: url("../img/xx.png") center no-repeat #000;
	background-size: 40%;
}
/* 图片弹窗 */
.galleryOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: rgba(0,0,0,.7);
	overflow: hidden;
	display: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.galleryOverlay.visible {
	opacity: 1;
}
.gallerySlider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}
.gallerySlider .placeholder { /*background: url(".../img/loading.gif") no-repeat center center;*/
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.gallerySlider .placeholder:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.prevArrow, .nextArrow {
	border: none;
	text-decoration: none; /*background: url(../img/arrows.png) no-repeat;*/
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	margin-top: 0px;
}
.prevArrow:hover, .nextArrow:hover {
	opacity: 1;
}
.prevArrow {
	background-position: left top;
	left: 0;
}
.nextArrow {
	background-position: right top;
	right: 0;
}
.pagelimit {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 18px;
}
.closed {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 2%;
	top: 3%;
	background: url("../img/close.png") no-repeat;
	transition-duration: 0.5s;
}
.closed:hover {
	opacity: 0.5;
}
.popup-close {
	z-index: 1;
	width: 30px;
	height: 30px;
	background: url("../img/xx.png") center no-repeat;
	background-size: 40%;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 1%;
	display: block;
	top: 30px;
	cursor: pointer;
}




/*scrollbar*/
::-webkit-scrollbar {
height:4px;
width:0px;
}
::-webkit-scrollbar-button {
height:0;
width:0
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:block
}
::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
display:none
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
border-style:solid;
border-color:transparent
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
background-clip:padding-box;
background-color:#ccc;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow:inset 1px 1px 0 #ccc, inset 0 -1px 0 #ccc;
background-clip:padding-box;
background-color:#ccc;
min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
-webkit-box-shadow:inset 1px 1px 1px #ccc;
background-color:#ccc;
}
::-webkit-scrollbar-thumb:active {
-webkit-box-shadow:inset 1px 1px 3px #ccc;
background-color:#ccc;
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
border-width:0;
}
::-webkit-scrollbar-track:hover {
-webkit-box-shadow:inset 1px 0 0 #ccc;
background-color:#ccc
}
::-webkit-scrollbar-track:active {
-webkit-box-shadow:inset 1px 0 0 #ccc, inset -1px -1px 0 #ccc;
background-color:#ccc
}
.zUIpanelScrollBox, .zUIpanelScrollBar {
	width: 2px;
	top: 4px;
	right: 2px;
	border-radius: 0px;
}
.zUIpanelScrollBox {
	background: #e6e6e6;
	height: 100%;
}
.zUIpanelScrollBar {
	background: #a8a8a8;
	height: auto!important;
	min-height: 100px;
}
.investor-end {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	text-align: center
}
.investor-end.showtip {
	opacity: 0;
	display: none;
}
.investor-end-content {
	width: 550px;
	height: auto;
	margin: auto;
	display: inline-block;
	background: #fff;
	padding: 25px;
}
.investor-end h2 {
	font-size: 24px;
}
.investor-end h5 {
	font-size: 14px;
}
.investor-end-ok {
	display: block;
	width: 130px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #00bf86;
	margin: 10px auto;
	cursor: pointer;
}
.investor-end-ok:hover {
	background: #000;
}
.cfcheckboxtxt {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: inline-block;
	vertical-align: bottom;
}
.content-form .cfcheckboxtxt a {
	font-size: 12px;
	line-height: 20px;
	color: #00bf86;
}
.cfcheckbox {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #ccc;
	margin-right: 10px;
	appearance: checkbox;
	-webkit-appearance: checkbox;
}
.showseemore {
	display: none;
}
.popupmoer {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	text-align: center;
	display: none;
}
.popupmoer.showtip {
	opacity: 0;
	display: none;
}
.popupmoer.investor-end-content {
	width: 550px;
	height: auto;
	margin: auto;
	display: inline-block;
	background: #fff;
	padding: 25px;
}
.popupmoer h5 {
	font-size: 18px;
}
.popupmoer-ok {
	display: block;
	width: 130px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #00bf86;
	margin: 10px auto;
	cursor: pointer;
}
.popupmoer-ok:hover {
	background: #000;
}
.aside-top {
	position: fixed;
	width: 50px;
	bottom: 5%;
	right: 0;
	z-index: 199;
	display: none;
}
.aside-top a {
	width: 38px;
	height: 38px;
	display: block;
	overflow: hidden;
	background: #00bf86 url(../img/aside-top.png) no-repeat center;
	background-size: 70%;
	border: 1px solid #00bf86;
	float: right;
}
.aside-top a:hover {
	background: #00bf86 url(../img/aside-top.png) no-repeat center;
	border: 1px solid #00bf86;
	background-size: 70%;
	opacity: 1;
}
.righta2 {
	position: fixed;
	bottom: 40%;
	right: 0;
	z-index: 199;
}
.righta2 a {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin-bottom: 1px;
	background: #00bf86;
	position: absolute;
	right: 0;
	top: 0;
}
.righta2 a i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -15px -15px 0 0;
}
.righta2 a.rzixun i {
	background: url(../img/zx1.svg) no-repeat center #00bf86;
	background-size: 100%;
}
.righta2 a.rcaigou i {
	background: url(../img/cg1.svg) no-repeat center #00bf86;
	background-size: 100%;
}
.righta2 a.rcontact i {
	background: url(../img/dh3.svg) no-repeat center #00bf86;
	background-size: 80%;
}
.righta2 a.rmessage i {
	background: url(../img/yj2.svg) no-repeat center #00bf86;
	background-size: 80%;
}
.righta2 a.rcaigou {
	top: 51px;
}
.righta2 a.rcontact {
	top: 102px;
}
.righta2 a.rmessage {
	top: 153px;
}
.righta2 a span {
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	right: -300%;
	top: 50%;
	margin: -20px 0 0 0px;
}
.righta2 a.dakai:hover {
	width: 120px;
}
.righta2 a.rcontact:hover {
	width: 150px;
}
.righta2 a.rmessage:hover {
	width: 180px;
}
.righta2 a.dakai:hover span {
	right: 15px;
}
.righta2 a.dakai.rmessage:hover i {
	right: 77%;
	margin: -15px 0px 0 0;
}
.righta2 a.dakai.rcontact:hover i {
	right: 70%;
	margin: -15px 0px 0 0;
}
.righta2 a.dakai:hover i {
	right: 70%;
}
@font-face {
	font-family: 'Barlow-Bold';
	src: url('../fonts/Barlow-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Regular';
	src: url('../fonts/Barlow-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Light';
	src: url('../fonts/Barlow-Light.otf');
	src: local('☺'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype'), url('../fonts/Barlow-Light.svg') format('svg'), url('../fonts/Barlow-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Extra-Bold';
	src: url('../fonts/Montserrat-Extra-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Extra-Bold.woff') format('woff'), url('../fonts/Montserrat-Extra-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Extra-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
