﻿/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
/* Specific active slide styling: */
	
}
.swiper-slide-visible {
/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
/* Stylize pagination button: */	

}
.swiper-active-switch {
/* Specific active button style: */	
	
}
.swiper-visible-switch {
/* Specific visible button style: */	
	
}

/*lightbox.css*/

@charset "utf-8";
html {
	color: #1A1617;
	font-family: 'Microsoft yahei', Arial !important;
	font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 1.2rem;
	width: 100%;
	margin: 0px auto;
	min-width: 320px;
	font-family: 'Microsoft yahei', Arial !important;
}
a {
	color: #1A1617;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
i {
	background-color: none;
}
img {
	max-width: 100%;
}
body {
	overflow-x: hidden;
	/*height:6000px;*/
	-webkit-overflow-scrolling : touch;
}
 select::-ms-expand {
display: none;
}
input[type="text"], input[type="button"], textarea, select {
	-webkit-appearance: none;
	appearance: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
 @keyframes myani1 {
 0% {
color:rgba(255,255,255,.4);
}
 50% {
color:rgba(255,255,255,1);
}
 0% {
color:rgba(255,255,255,.4);
}
}
 @keyframes myani2 {
 0% {
-webkit-transform:translate(0px, 0px);
-moz-transform:translate(0px, 0px);
-o-transform:translate(0px, 0px);
-ms-transform:translate(0px, 0px);
transform:translate(0px, 0px);
}
 10% {
-webkit-transform:translate(-4px, 0px);
-moz-transform:translate(-4px, 0px);
-o-transform:translate(-4px, 0px);
-ms-transform:translate(-4px, 0px);
transform:translate(-4px, 0px);
}
 100% {
-webkit-transform:translate(480px, 0px);
-moz-transform:translate(480px, 0px);
-o-transform:translate(480px, 0px);
-ms-transform:translate(480px, 0px);
transform:translate(480px, 0px);
}
}
h3.no_records {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 50px;
	margin: 50px 0px;
}
.ng-fault {
	width: 100%;
	overflow: hidden;
}
.ng-container {
	position: relative;
}
.ng-bg {
	background-color: rgba(0,0,0,.1);
}
.ng-bg-theme {
	background-color: #C9293E !important;
}
.ng-bg-ccc {
	background-color: #F9F9F9 !important;
}
.ng-bg-fff {
	background-color: #fff !important;
}
.ng-bg-fuse {
	background-color: #FDD1B0 !important;
}
.ng-bg-assist {
	background-color: #F1F1F1;
}
.ng-bg-info {
	background-color: #6FB7FA;
}
.ng-bg-succeed {
	background-color: #A5DA43;
}
.ng-bg-warning {
	background-color: #FFCA3B;
}
.ng-bg-danger {
	background-color: #FF8F76;
}
.ng-pull-left {
	float: left;
}
.ng-pull-right {
	float: right;
}
.ng-paddor {
	padding-left: 12px;
	padding-right: 12px;
}
.ng-oa a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.ng-oa a img {
	display: block;
	width: 100%;
	overflow: hidden;
}
.headroom {
	transition: transform 200ms linear;
	-webkit-transition: all .5s ease-in 0s;
	-moz-transition: all .5s ease-in 0s;
	-o-transition: all .5s ease-in 0s;
	transition: all .5s ease-in 0s;
}
.headroom--pinned {
	transform: translateY(0%);
}
.headroom--unpinned {
	transform: translateY(-100%);
}
.navbar-fixed-top {
	border-color: rgba(0,0,0,.8);
	border-width: 0px 0px 0px;
}
body {
/*min-height:2000px;*/
}
.ng-head {
	width: 100%;
	height: 150px;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-inverse {
/*background-color:#2E2E2E;*/
}
.am-headthe {
	height: 46px;
	border-bottom: 1px solid #E0E0E0;
	width: 1200px;
	margin: 0px auto 0px;
}
.ng-hotline {
	position: relative;
}
.ng-hotline-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin-top: 14px;
	overflow: hidden;
}
.ng-hotline-icon img {
	width: 100%;
	display: block;
}
.ng-hotline-text {
	font-size: 1.2rem;
	color: #000000;
	line-height: 45px;
	display: block;
	margin-left: 4px;
}
.ng-hotline-text>span {
	color: #979797;
}
.ng-lang {
	position: relative;
	margin-left: 8px;
}
.ng-lang-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin-top: 16px;
	overflow: hidden;
}
.ng-lang-icon img {
	width: 100%;
	display: block;
}
.ng-lang-text {
	font-size: 1.3rem;
	color: #979797;
	line-height: 45px;
	display: block;
	margin-left: 6px;
}
.am-headerv {
	width: 1200px;
	/*overflow:hidden;*/
	height: 104px;
	margin: 0px auto;
	position: relative;
}
.am-logo {
	position: absolute;
	height: 86px;
	left: 0px;
	top: 8px;
	z-index: 100;
	display: block;
}
.am-logo .am-logo-link {
	height: 100%;
	display: block;
}
.am-logo .am-logo-link img {
	display: block;
	height: 100%;
	margin-top: 0px;
}
.am-logo-tit {
	display: block;
	line-height: 50px;
	font-size: 3.6rem;
	color: #1866A4;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	height: 50px;
	font-weight: 400;
}
.am-logo-tit a {
	color: #1866A4;
}
/*一级PC导航*/
.am-pc-nav {
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	position: relative;
	height: 100%;
	z-index: 50;
}
.am-pc-nav>ul {
	margin-top: 20px;
}
.am-pc-nav>ul>li {
	float: left;
	margin: 0px 10px;
	position: relative;
	z-index: 6;
}
.am-pclink-borv {
	height: 3px;
	display: block;
	width: 100%;
	position: absolute;
	top: 56px;
}
.am-pclink-borv>span {
	display: block;
	width: 0%;
	height: 100%;
	margin: 0px auto 0px;
	background-color: #F5BB00;
}
.am-pc-nav>ul>li .am-pclink {
	display: block;
	padding: 0px 10px;
	line-height: 41px;
	color: #3F3E3E;
	height: 42px;
	border-radius: 4px;
	margin-top: 19px;
	margin-bottom: 19px;
	font-size: 1.5rem;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.am-pc-nav>ul>li.ng-nav-activate .am-pclink, .am-pc-nav>ul>li:hover .am-pclink {
	color: #F5BB00;
}
.am-pc-nav>ul>li.ng-nav-activate .am-pclink-borv>span {
	width: 100% !important;
}
.am-pc-sharebtn {
	width: 40px;
	height: 40px;
	display: block;
	border: 0px;
	outline: 0px;
	position: relative;
	padding: 7px;
	margin-top: 39px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.am-pc-sharebtn img {
	width: 26px;
	height: 26px;
}
.am-pc-share {
	padding: 10px;
	background-color: #D3D3D3;
	border-radius: 6px;
	position: absolute;
	z-index: 40;
	width: 240px;
	top: 114px;
	right: 0px;
	display: none;
}
.am-pc-share-activate {
}
.am-pc-share-intext {
	width: 100%;
	overflow: hidden;
	height: 34px;
	padding: 0px 60px 0px 0px
}
.am-pc-share-intext input[type="text"] {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 0px 2px;
	text-indent: 4px;
	outline: 0px;
	font-size: 1.3rem;
}
.am-pc-share-inbtn {
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
}
.am-pc-share-inbtn input[type="submit"] {
	padding: 2px 4px;
	width: 50px;
	height: 34px;
	border: 1px solid #000;
	border-radius: 4px;
	outline: 0px;
	background-color: #fff;
}
.am-pcv-activate {
	height: 2px;
	background-color: #C9151E;
	position: absolute;
	left: 0%;
	display: block;
	width: 20px;
	top: 56px;
	z-index: 2;
}
#am-roop {
	border: 1px solid #FFFFFF;
}
.am-pc-nav>ul>li a#am-roop:hover {
	border: 1px solid #4EAD07;
}
/*二级PC导航*/
.am-pc-level {
	position: absolute;
	top: 64px;
	left: 0px;
	height: 0px;
	padding: 18px 0px 0px;
	overflow: hidden;
}
.am-pc-level li {
	padding: 0px 0px;
	margin: 0px auto 6px;
}
.am-pc-level li a {
	display: block;
	white-space: nowrap;
	padding: 10px 12px;
	background-color: #D3D3D3;
	text-align: center;
	border-radius: 8px;
	font-size: 1.4rem;
	color: #3F3E40;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.am-pc-level li a:hover {
	color: #F5BB00;
}
.sianai {
	position: absolute;
	top: 80px;
	font-size: 3.4rem;
	color: red;
	z-index: 4;
}
.am-add {
	width: 100%;
	overflow: hidden;
}
.ng-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container {
	color: #fff;
	margin: 0px auto 0px;
	text-align: center;
}
.am-add .swiper-slide {
	width: 100%;
}
.am-add .swiper-slide img {
	width: 100%;
}
.ng-swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;/*background-color:plum;*/
}
.ng-swiper .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 14px;
	width: 100%;
	text-align: center;
}
.ng-swiper .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 12px;
	background-color: #fff;
	margin: 0 4px;
	cursor: pointer;
}
.ng-swiper .swiper-active-switch {
	background: #F3782A;
}
.ng-swiper .swiper-button-prev, .ng-swiper .swiper-container-rtl .swiper-button-next {
	background-image: none;
}
.ng-swiper .swiper-button-next, .ng-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: none;
}
.ng-swiper .ng-swiper-ovleft {
	/*background-image:url(../bg/arrow_left.png);*/
	left: 10px;
}
.ng-swiper .ng-swiper-ovright {
	/*background-image:url(../bg/arrow_right.png);*/
	right: 10px;
}
.ng-swiper-ovleft, .ng-swiper-ovright {
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background-size: 100% 100%;
	background-position: center center;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
.ng-swiper:hover .ng-swiper-ovleft, .ng-swiper:hover .ng-swiper-ovright {
	opacity: 1;
}
.ng-swiper-ovleft img, .ng-swiper-ovright img {
	width: 100%;
	display: block;
}
.ipad-nav-butt {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: 0px;
	padding: 7px;
	outline: 0px;
	background-color: #fff;
	display: block;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	top: -140px;
	z-index: 1034;
}
.ipad-nav-butt img {
	width: 26px;
	height: 26px;
	display: block;
}
.ipad-nav {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	z-index: 36;
	color: #fff;
}
.ipad-nav>ul {
	margin: 10px auto;
	padding: 0px 15px 0px;
	overflow: auto;
	max-height: 360px;
	-webkit-overflow-scrolling : touch;
}
.ipad-nav>ul>li {
	width: 100%;
	overflow: hidden;
}
.ipad-nav>ul>li .ipad-nav-link {
	width: 100%;
	padding: 0px 2px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	height: 37px;
	overflow: hidden;
	font-size: 1.5rem;
	text-align: left;
	margin: 0px auto;
	color: #fff;
	line-height: 36px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.ipad-nav>ul>li .ipad-nav-link-activate, .ipad-nav>ul>li .ipad-nav-link:hover {
	color: #FECB0F;
}
.ipad-nav>ul>li a#am-roop2 {
	border-radius: 8px;
	max-width: 50%;
	line-height: 32px;
	border: 1px solid #fff;
	margin: 0px auto;
}
.ipad-nav>ul>li a#am-roop2:hover {
	border: 1px solid #4EAD07;
}
.ipad-nav-level {
	width: 100%;
	padding: 0px 0px 0px 20px;
}
.ipad-nav-level li {
	width: 100%;
	overflow: hidden;
}
.ipad-nav-level li a {
	width: 100%;
	padding: 0px 2px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	height: 37px;
	overflow: hidden;
	font-size: 1.4rem;
	text-align: left;
	margin: 0px auto;
	color: #fff;
	line-height: 36px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.ipad-nav-down {
	position: relative;
	text-align: center;
}
.ipad-nav-down>span {
	height: 30px;
	display: inline-block;
}
.ipad-nav-down>span>img {
	height: 100%;
	display: inline-block;
}
.ng-insor-ikk {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 0px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.ng-insor-ikk>span {
	padding: 2px 0px 2px 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px center;
}
.ng-ensign-no_1 {
	background-image: url(../bg/china.png);
}
.ng-ensign-no_2 {
	background-image: url(../bg/britain.png);
}
.ng-insor-itext {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 0px;
	margin: 6px 0px 10px;
}
.ng-insor-itext>span {
	padding: 2px 0px 2px 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px center;
	background-image: url(../bg/icnphone.png);
}
.ng-insor-itext>span>span {
	color: #979797;
}
.ng-inmod {
}
.ng-inmod-ini {
	max-width: 1200px;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 38px 0px 34px;
}
.ng-inmod-the {
	margin: 20px auto;
	width: 270px;
	height: 110px;
	overflow: hidden;
	z-index: 4;
	/*background-color:#fff;*/;
}
.ng-inmod-the-bg {
	position: absolute;
	width: 62%;
	overflow: hidden;
}
.ng-inmod-the-bg img {
	width: 100%;
	display: block;
}
.ng-inmod-the-bg-left {
	left: 0px;
	top: 0px;
}
.ng-inmod-the-bg-right {
	right: 0px;
	bottom: 0px;
}
.ng-inmod-the-cn {
	font-size: 3rem;
	color: #F5BB00;
	line-height: 40px;
	text-align: center;
	width: 90%;
	margin: 12px auto 12px;
	display: block;
}
.ng-inmod-the-en {
	font-size: 2.4rem;
	color: #C5C5C5;
	line-height: 26px;
	text-align: center;
	width: 94%;
	margin: 2px auto 2px;
	display: block;
	overflow: hidden;
	height: 26px;
	text-transform: uppercase;
}
.ng-inmod-thebor {
	height: 1px;
	background-color: #D4D4D4;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
.ng-ines {
	text-align: center;
	padding: 16px 0px 0px;
}
.ng-ines li {
	margin: 0px 12px 20px;
	display: inline-block;
}
.ng-ines li a {
	display: inline-block;
	padding: 10px 52px;
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	font-size: 1.4rem;
	text-align: center;
	line-height: 22px;
}
.ng-ines li a:hover, .ng-ines li a.on {
	color: #F5BB00;
	border: 1px solid #F5BB00;
}
.ng-incontlst {
	padding: 20px 0px 0px;
}
.ng-incontlst-doc {
	position: absolute;
	top: -999em;
}
.ng-incontlst-doc-show {
	position: static;
}
.ng-incontlst-doc .row {
	margin-left: -20px;
	margin-right: -20px;
}
.ng-incontlst-col {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px 0px 28px;
}
.ng-incontlst-bor {
	border: 1px solid #C9C9C9;
	overflow: hidden;
	background-color: #fff;
}
.ng-incontlst-img {
	position: relative;
}
.ng-incontlst-tit {
	line-height: 26px;
	font-size: 2rem;
	color: #3F3F3F;
	text-align: center;
	margin-top: 24px;
}
.ng-incontlst-tit>p {
	height: 26px;
	overflow: hidden;
	display: block;
}
.ng-incontlst-tit>span {
	display: block;
	background-color: #C9C9C9;
	width: 40px;
	height: 1px;
	margin: 16px auto;
}
.ng-incontlst-text {
	line-height: 22px;
	color: #666666;
	font-size: 1.3rem;
	height: 70px;
	overflow: hidden;
	padding: 2px 12px;
	text-align: center;
}
.ng-incontlst-ikk {
	display: block;
	position: relative;
	width: 82%;
	margin: 16px auto 32px;
	text-align: center;
	color: #9E9E9E;
	font-size: 1.4rem;
	border: 1px solid #C9C9C9;
	padding: 12px 0px;
	max-width: 160px;
}
.ng-incontlst-ikk:hover {
	color: #FCCA0F;
}
.ng-abst {
	margin: 20px auto 0px;
}
.ng-abstimg {
	position: relative;
}
.ng-abstimg img {
	width: 100%;
	display: block;
}
.ng-abst-the {
	border-bottom: 2px solid #F5BB00;
	margin: 0px auto 6px;
}
.ng-abst-ico {
	width: 36px;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}
.ng-abst-ico img {
	width: 100%;
	display: block;
}
.ng-abst-the-tit {
	line-height: 28px;
	height: 28px;
	padding: 0px 40px 0px 0px;
	font-size: 2.5rem;
	color: #666666;
}
.ng-abst-the-ikk {
	z-index: 10;
	top: 0px;
	right: 0px;
	font-size: 1.3rem;
	line-height: 28px;
	color: #EEC400;
	position: absolute;
	margin-top: 10%;
}
.ng-abst-text {
	line-height: 22px;
	color: #666666;
	height: 66px;
	overflow: hidden;
	font-size: 1.3rem;
	margin-bottom: 14px;
}
.ng-neswipe {
	padding: 32px;
	margin: 18px auto 14px;
}
.ng-inzep {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto!important;
}
.ng-inzep .swiper-wrapper {
	height: auto!important;
}
.ng-inzep .swiper-slide {
	position: relative;
	color: #000;
	height: auto!important;
}
.ng-inzep .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	width: auto;
	text-align: left;
	right: 0px;
}
.ng-inzep .swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 0px;
	background-color: #fff;
	margin: 0 6px;
	cursor: pointer;
	border: 1px solid #686868;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ng-inzep .swiper-active-switch {
	background: #686868;
}
.ng-inzep-img {
	width: 420px;
	float: left;
	overflow: hidden;
	padding-bottom: 14px;
	position: relative;
}
.ng-inzep-iff {
	position: absolute;
	top: 0px;
	height: auto;
	left: 450px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	text-align: left;
}
.ng-inzep-ims {
	padding: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}
.ng-inzep-ims-bor {
	position: absolute;
	top: 14px;
	right: 0px;
	display: block;
	bottom: 0px;
	left: 14px;
	border: 1px solid #C9C9C9;
	z-index: 2;
}
.ng-inzep-itit {
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 3rem;
	color: #333333;
	width: 100%;
}
.ng-inzep-idate {
	position: relative;
	padding: 4px 0px 4px 23px;
	font-size: 1.4rem;
	color: #686868;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1px center;
	background-image: url(../bg/tiam.png);
	margin: 3px 0px;
}
.ng-inzep-text {
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 1.5rem;
	height: 96px;
	overflow: hidden;
	margin: 10px auto 4px;
}
.ng-inzep-ikk {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ng-inzep-ikk>a {
	display: block;
	padding: 10px 34px;
	background-color: #F5BB00;
	color: #fff;
	font-size: 1.5rem;
	float: left;
}
.ng-isenst {
	position: relative;
	padding: 20px 0px 0px;
}
.ng-isenst-doc {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -999em;
	left: 0px;
}
.ng-isenst-doc-show {
	position: static;
}
.ng-isenst-bor {
	border: 1px solid #C9C9C9;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 26px;
}
.ng-isenst-bor>a {
	display: block;
	overflow: hidden;
	position: relative;
}
.ng-isenst-img {
	width: 100%;
	display: block;
}
.ng-isenst-map {
	position: absolute;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	display: block;
	padding: 14px;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	-webkit-transform: scale(1.6, 1.6);
	-moz-transform: scale(1.6, 1.6);
	-ms-transform: scale(1.6, 1.6);
	-o-transform: scale(1.6, 1.6);
	transform: scale(1.6, 1.6);
}
.ng-isenst-map > span {
	border: 1px solid #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.ng-isenst-bor>a:hover .ng-isenst-map {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.am-end {
	position: relative;
	background-color: #E6E6E6;
	overflow: hidden;
}
.am-end-ini {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
}
.ng-zein {
	padding: 38px 0px 24px;
	overflow: hidden;
}
.ng-zein-iten {
	width: 82%;
	float: left;
	overflow: hidden;
}
.ng-zein-iten-link {
	position: relative;
	float: left;
}
.ng-zein-iten-link li {
	float: left;
	padding: 4px 38px;
	border-right: 1px solid #C8C8C8;
}
.ng-zein-iten-link li:last-child {
	border-right: 0px;
}
.ng-zeinkk {
	position: relative;
	font-size: 1.7rem;
	color: #666666;
	padding: 4px 0px;
	line-height: 30px;
	overflow: hidden;
}
.ng-zeinkk-ine {
	color: #666666;
}
.ng-zeinkk-ine:hover {
	color: #FCCA0F;
}
.ng-zeinkk-ico {
	width: 38px;
	height: 38px;
	margin: 0px 0px 4px;
	border: 1px solid #454545;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	display: block;
	margin-right: 10px;
}
.ng-zeinkk-ico>a {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.ng-zeinkk-ico>a img {
	width: 100%;
	display: block;
}
.ng-zein-code {
	position: relative;
	float: right;
	padding: 0px 1px;
}
.ng-zein-code-img {
	width: 106px;
	height: 106px;
	margin: 0px auto 6px;
	overflow: hidden;
}
.ng-zein-code-img img {
	width: 100%;
	display: block;
}
.ng-zein-code-tit {
	line-height: 24px;
	padding: 2px 0px;
	font-size: 1.4rem;
	color: #666666;
}
.ng-siobox {
	border-top: 1px solid #C6C6C6;
}
.ng-siotext {
	line-height: 24px;
	font-size: 1.4rem;
	color: #434343;
	text-align: center;
	padding: 16px 0px;
}
.am-inside-adv {
	position: relative;
	height: 500px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.ng-inside-box {
	margin: 26px auto 0px;
}
.ng-prslist ul {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-prslist ul li {
	width: 25%;
	float: left;
	padding: 2px 12px;
}
.ng-prslist-doc {
	padding: 10px;
	background-color: #fff;
	margin: 0px 0px 20px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-prslist ul li:hover .ng-prslist-doc {
	box-shadow: 0px 0px 6px #CBCBCB;
}
.ng-prslist-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ng-prsliik {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	overflow: hidden;
}
.ng-prsliik .ng-prsliik-ki {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.ng-prsliik .ng-prsliik-ki_1, .ng-prslist ul li:hover .ng-prsliik .ng-prsliik-ki_2 {
	display: table-cell;
}
.ng-prsliik .ng-prsliik-ki_2, .ng-prslist ul li:hover .ng-prsliik .ng-prsliik-ki_1 {
	display: none;
}
.ng-prsliik .ng-prsliik-ki_3 {
	display: table-cell !important;
}
.ng-prslist-kiks {
	height: 100%;
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.ng-prslist-kiks>span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ng-prslist-kiks>span img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.ng-prslist-tit {
	margin: 10px 0px 2px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #9E9E9E;
	font-size: 1.4rem;
	text-align: center;
}
.ng-prslist-tit>span {
	color: #000000;
	font-size: 1.8rem;
	margin-right: 12px;
}
.ng-prslist ul li:hover .ng-prslist-tit>span {
	color: #F5BB00;
}
.ng-paging {
	position: relative;
	margin: 12px auto;
}
.ng-paging li {
	margin: 0px 2px;
	display: inline-block;
}
.ng-paging li a {
	display: block;
	padding: 6px 12px;
	border: 1px solid #C4C4C4;
	overflow: hidden;
	font-size: 1.4rem;
	display: inline-block;
	color: #999999;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-paging li a.on, .ng-paging li a:hover {
	background-color: #F5BB00;
	color: #fff;
}
.ng-isubnav {
	border-bottom: 1px solid #CDCDCD;
	padding: 18px 0px 8px;
	text-align: center;
}
.ng-isubnav li {
	display: inline-block;
	padding: 0px 24px;
	border-right: 1px solid #EAEAEA;
	font-size: 1.4rem;
	margin: 0px 0px 8px;
}
.ng-isubnav li a.on, .ng-isubnav li a:hover {
	color: #F5BB00;
}
.ng-isubnav li:last-child {
	border-right: 0px;
}
.ng-vrslist ul {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-vrslist ul li {
	width: 25%;
	float: left;
	padding: 2px 12px;
}
.ng-vrslist-doc {
	padding: 10px;
	background-color: #fff;
	margin: 0px 0px 20px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-vrslist ul li:hover .ng-vrslist-doc {
	box-shadow: 0px 0px 6px #CBCBCB;
}
.ng-vrslist-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ng-vrslist-kiks {
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ng-vrslist-kiks>span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ng-vrslist-kiks>span>img {
	display: block;
	height: 100%;
	max-width: 1000%;
}
.ng-vrslist-tit {
	margin: 10px 0px 2px;
	overflow: hidden;
}
.ng-vrslist-tit-title {
	font-size: 1.7rem;
	color: #000;
	padding: 2px 0px;
	overflow: hidden;
	margin: 0px auto 3px;
	height: 24px;
	line-height: 24px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-vrslist-tit-date {
	font-size: 1.3rem;
	color: #9E9E9E;
	padding: 2px 0px;
	width: 100%;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.ng-vrslist ul li:hover .ng-vrslist-tit-title {
	color: #F6C024;
}
.ng-inpusbox {
	line-height: 24px;
	font-size: 1.5rem;
	color: #333333;
	text-indent: 24px;
}
.ng-inpusbox img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
.ng-newsiis li {
	padding-bottom: 24px;
	border-bottom: 1px dashed #BBBBBB;
	margin: 0px 0px 24px;
}
.ng-newbve {
	height: 206px;
	overflow: hidden;
	position: relative;
}
.ng-newbve-img {
	width: 306px;
	padding: 6px;
	border: 1px solid #BBBBBB;
	overflow: hidden;
}
.ng-newbve-img-ikk {
}
.ng-newbve-iff {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 330px;
	bottom: 0px;
	z-index: 4;
}
.ng-newbve-itit {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.8rem;
	color: #333333;
	width: 100%;
}
.ng-newbve-itime {
	position: relative;
	padding: 3px 0px 3px 23px;
	font-size: 1.4rem;
	color: #686868;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1px center;
	background-image: url(../bg/tiam.png);
	margin: 3px 0px;
}
.ng-newbve-text {
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 1.5rem;
	height: 72px;
	overflow: hidden;
	margin: 6px auto 4px;
}
.ng-newbve-ikk {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ng-newbve-ikk>a {
	display: block;
	padding: 8px 17px;
	background-color: #F5BB00;
	color: #fff;
	font-size: 1.4rem;
	float: left;
}
.ng-evnew {
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px auto 20px;
}
.ng-evnew-tit {
	color: #333333;
	font-size: 2.8rem;
	padding: 2px 0px;
	line-height: 36px;
	margin: 0px 0px 8px;
}
.ng-evnew-mod {
	color: #686868;
	font-size: 1.5rem;
	padding: 2px 0px;
	line-height: 24px;
	margin: 0px 0px 2px;
}
.ng-evnew-mod>span {
	margin: 0px 14px 0px;
}
.ng-lins {
	margin: 0px auto 32px;
	overflow: hidden;
	color: #333333;
	font-size: 1.6rem;
}
.ng-lins p {
	margin-bottom: 1px;
}
.ng-lins-cont-cn {
	font-size: 2.4rem;
	padding: 2px 0px;
	margin-bottom: 2px;
}
.ng-lins-cont-en {
	font-size: 1.6rem;
	padding: 2px 0px;
	margin-bottom: 2px;
}
.ng-eleave {
	margin: 42px auto 2px;
}
.ng-eleave-tit {
	line-height: 30px;
	color: #000000;
	font-size: 2rem;
	margin-bottom: 10px;
}
.ng-eleave-inpu {
}
.ng-eleave-inpu-row {
	margin-left: -6px;
	margin-right: -6px;
}
.ti {
	margin-left: 33.3%;
}
.ng-eleave-inpu-col-4 {
	width: 33.33%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-inpu-col-5 {
	width: 42%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-inpu-col-12 {
	width: 100%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-form {
	margin-bottom: 12px;
}
input[type="text"].ng-eleave-form {
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	padding: 9px 6px;
	text-indent: 2px;
	font-size: 1.4rem;
	width: 100%;
	color: #868686;
	outline: 0px;
}
textarea.ng-eleave-form {
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	padding: 8px 6px;
	text-indent: 2px;
	font-size: 1.4rem;
	height: 130px;
	resize: none;
	width: 100%;
	color: #868686;
	outline: 0px;
}
input[type="submit"].ng-eleave-form {
	width: 100%;
	background-color: #F5BB00;
	font-size: 1.6rem;
	outline: 0px;
	cursor: pointer;
	padding: 10px 10px;
	border: 0px;
	border-radius: 4px;
	color: #fff;
}
.ng-elverify {
	width: 100%;
	padding: 0px 92px 0px 0px;
	overflow: hidden;
}
.ng-elverify-img {
	position: absolute;
	top: 0px;
	right: 6px;
	width: 80px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #C4C4C4;
}
.ng-elverify-img a {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.ng-elverify-img a img {
	width: 100%;
	display: block;
	height: 100%;
}
.ng-subc {
	margin: 0px auto 36px;
	overflow: hidden;
	position: relative;
}
.ng-subc-row {
	margin-left: -30px;
	margin-right: -30px;
}
.ng-subc-doc {
	width: 50%;
	float: left;
	padding: 0px 30px;
}
.ng-subinpe {
	position: relative;
	height: 100%;
}
.ng-subinpe img {
	width: 100%;
	display: block;
}
.ng-subinpe .swiper-slide {
	position: relative;
}
.ng-subc-sli {
	margin: 20px 0px 0px;
}
.ng-subc-sli li {
	padding: 3px 0px 0px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 32px;
	overflow: hidden;
	border-top: 2px solid #fff;
	float: left;
	cursor: pointer;
}
.ng-subc-sli li.on {
	border-top: 2px solid #FF0000;
}
.ng-imsze {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 40;
}
.ng-imsze-map {
	position: absolute;
	top: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.ng-imsze-map-left {
	left: 0px;
}
.ng-imsze-map-right {
	right: 0px;
}
.ng-imsze-map>span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	margin-top: -20px;
	top: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}
.ng-imsze-map>span img {
	width: 100%;
	display: block;
}
.ng-imsze-map-left>span {
	left: 30%;
	margin-left: -20px;
}
.ng-imsze-map-right>span {
	right: 30%;
	margin-right: -20px;
}
.ng-imsze-map-left:hover>span {
	left: 50%;
	opacity: 1;
}
.ng-imsze-map-right:hover>span {
	right: 50%;
	opacity: 1;
}
.ng-imins {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
}
.ng-imins-tit {
	float: left;
	max-width: 100%;
	padding: 14px 20px;
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
	font-size: 1.4rem;
}
.ng-subse {
	padding-bottom: 12px;
	border-bottom: 1px solid #DCDCDC;
}
.ng-subse-tit {
	font-size: 2.4rem;
	color: #333333;
	margin-bottom: 4px;
	padding: 2px 0px;
	line-height: 28px;
}
.ng-subse-text {
	font-size: 1.7rem;
	color: #666666;
	margin-bottom: 4px;
	padding: 2px 0px;
	line-height: 26px;
}
.ng-subse-type {
	margin: 12px auto 10px;
}
.ng-subse-type li {
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height: 28px;
	font-size: 1.4rem;
	color: #666666;
}
.ng-subse-type-name {
	min-width: 70px;
	color: #333333;
	display: inline-block;
	padding-right: 6px;
}
.ng-potapp {
	padding: 12px 0px 0px;
}
.ng-potapp-tit {
	font-size: 3.2rem;
	color: #333333;
	padding: 2px 0px;
	margin: 0px auto 12px;
}
.ng-potapp-list {
	position: relative;
}
.ng-potapp-list p {
	font-size: 1.4rem;
	color: #666666;
}
.ng-potapp-list ul {
	margin-left: -2px;
	margin-right: -2px;
}
.ng-potapp-list ul li {
	width: 25%;
	padding: 0px 2px;
	margin: 0px 0px 4px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.ng-potapp-img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.ng-potapp-img img {
	width: 100%;
	display: block;
}
.ng-plze {
	background-image: url(../bg/msiwom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top: -20px;
	margin-left: -20px;
	display: block;
}
.ng-potapp-list ul li:hover .ng-plze {
	opacity: 1;
}
.ng-spiom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	top: 100%;
	z-index: 9888;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.ng-spiom-tit {
	line-height: 30px;
	font-size: 1.8rem;
	color: #333333;
	position: absolute;
	top: 22px;
	left: 22px;
}
.ng-spiom-del {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	top: 0px;
	right: 0px;
	position: absolute;
	cursor: pointer;
}
.ng-spiom-del img {
	width: 100%;
	display: block;
}
.ng-spiom-show {
	position: absolute;
	top: 60px;
	left: 15px;
	right: 15px;
	bottom: 20px;
	z-index: 10;
	overflow: hidden;
}
.ng-inzshow {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.ng-inzshow .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.ng-inzshow .pagination {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.ng-inzshow .swiper-pagination-switch {
	display: inline-block;
	width: 22px;
	height: 5px;
	background: #979797;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 40;
}
.ng-inzshow .swiper-active-switch {
	background: #FFBB00;
}
.ng-inzshow-img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	text-align: center;
}
.ng-inzshow-tab {
	display: table;
	vertical-align: middle;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.ng-inzshow-middle {
	vertical-align: middle;
	max-width: 100%;
	display: table-cell;
}
.ng-inzshow-middle img {
	height: auto;
	max-width: 100%;
}
.ng-onzebtn {
	width: 80px;
	bottom: 50px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.ng-onzebtn-left {
	left: 0px;
}
.ng-onzebtn-right {
	right: 0px;
}
.ng-onzebtn>span {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
.ng-onzebtn-left>span img {
	width: 100%;
	display: block;
}
.ng-onzebtn-left>span {
	left: 0px;
}
.ng-onzebtn-right>span {
	right: 0px;
}
.ng-onzebtn-left:hover>span {
	left: 14px;
}
.ng-onzebtn-right:hover>span {
	right: 14px;
}
.ng-addtab>thead>tr>th, .ng-addtab>tbody>tr>th, .ng-addtab>tfoot>tr>th, .ng-addtab>thead>tr>td, .ng-addtab>tbody>tr>td, .ng-addtab>tfoot>tr>td {
	padding: 15px;
	font-weight: 600;
}
.ng-cten {
	background-color: #F5BB00;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
}
.ng-addtab.table-bordered>thead>tr>th, .ng-addtab.table-bordered>tbody>tr>th, .ng-addtab.table-bordered>tfoot>tr>th, .ng-addtab.table-bordered>thead>tr>td, .ng-addtab.table-bordered>tbody>tr>td, .ng-addtab.table-bordered>tfoot>tr>td {
	border: 1px solid #F5BB00;
	vertical-align: middle;
}
.ng-addtab {
	font-size: 1.5rem;
}
.ng-add-deradio {
	display: inline-block;
	margin-right: 60px;
	line-height: 20px;
	color: #444444;
	font-weight: 400;
}
.ng-add-deradio input[type=radio], .ng-add-deradio input[type=checkbox] {
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.ng-ins-must {
	color: #D52D3A;
	padding: 0px 2px;
}
.ng-add-deinput {
	border-style: solid;
	border-color: #F5BB00;
	border-width: 0px 0px 1px 0px;
	width: 340px;
	outline: 0px;
	margin-left: 10px;
	border-radius: 0px;
	padding: 2px 0px;
}
.ng-simsbtn {
	padding: 12px 20px;
	width: 100%;
	margin: 14px auto 10px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 0px;
	background-color: #F5BB00;
	outline: 0px;
	border: 0px;
}
.am-inside-swf {
	height: 700px;
}
.ng-izomne {
	padding: 0px 0px;
	position: relative;
}
.ng-izomne-mund {
	float: left;
	line-height: 26px;
	font-size: 1.3rem;
	color: #9E9E9E;
	width: 85%;
}
.ng-izomne-botne {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 1px;
	right: 0px;
	display: block;
	cursor: pointer;
	outline: 0px;/*border:1px solid #000;*/
}
.ng-izomne-botne img {
	width: 100%;
	display: block;
}

/*app.css*/

@charset "utf-8";
html {
	color: #1A1617;
	font-family: 'Microsoft yahei', Arial !important;
	font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 1.2rem;
	width: 100%;
	margin: 0px auto;
	min-width: 320px;
	font-family: 'Microsoft yahei', Arial !important;
}
a {
	color: #1A1617;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
i {
	background-color: none;
}
img {
	max-width: 100%;
}
body {
	overflow-x: hidden;
	/*height:6000px;*/
	-webkit-overflow-scrolling : touch;
}
 select::-ms-expand {
display: none;
}
input[type="text"], input[type="button"], textarea, select {
	-webkit-appearance: none;
	appearance: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
 @keyframes myani1 {
 0% {
color:rgba(255,255,255,.4);
}
 50% {
color:rgba(255,255,255,1);
}
 0% {
color:rgba(255,255,255,.4);
}
}
 @keyframes myani2 {
 0% {
-webkit-transform:translate(0px, 0px);
-moz-transform:translate(0px, 0px);
-o-transform:translate(0px, 0px);
-ms-transform:translate(0px, 0px);
transform:translate(0px, 0px);
}
 10% {
-webkit-transform:translate(-4px, 0px);
-moz-transform:translate(-4px, 0px);
-o-transform:translate(-4px, 0px);
-ms-transform:translate(-4px, 0px);
transform:translate(-4px, 0px);
}
 100% {
-webkit-transform:translate(480px, 0px);
-moz-transform:translate(480px, 0px);
-o-transform:translate(480px, 0px);
-ms-transform:translate(480px, 0px);
transform:translate(480px, 0px);
}
}
h3.no_records {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 50px;
	margin: 50px 0px;
}
.ng-fault {
	width: 100%;
	overflow: hidden;
}
.ng-container {
	position: relative;
}
.ng-bg {
	background-color: rgba(0,0,0,.1);
}
.ng-bg-theme {
	background-color: #C9293E !important;
}
.ng-bg-ccc {
	background-color: #F9F9F9 !important;
}
.ng-bg-fff {
	background-color: #fff !important;
}
.ng-bg-fuse {
	background-color: #FDD1B0 !important;
}
.ng-bg-assist {
	background-color: #F1F1F1;
}
.ng-bg-info {
	background-color: #6FB7FA;
}
.ng-bg-succeed {
	background-color: #A5DA43;
}
.ng-bg-warning {
	background-color: #FFCA3B;
}
.ng-bg-danger {
	background-color: #FF8F76;
}
.ng-pull-left {
	float: left;
}
.ng-pull-right {
	float: right;
}
.ng-paddor {
	padding-left: 12px;
	padding-right: 12px;
}
.ng-oa a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.ng-oa a img {
	display: block;
	width: 100%;
	overflow: hidden;
}
.headroom {
	transition: transform 200ms linear;
	-webkit-transition: all .5s ease-in 0s;
	-moz-transition: all .5s ease-in 0s;
	-o-transition: all .5s ease-in 0s;
	transition: all .5s ease-in 0s;
}
.headroom--pinned {
	transform: translateY(0%);
}
.headroom--unpinned {
	transform: translateY(-100%);
}
.navbar-fixed-top {
	border-color: rgba(0,0,0,.8);
	border-width: 0px 0px 0px;
}
body {
/*min-height:2000px;*/
}
.ng-head {
	width: 100%;
	height: 150px;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-inverse {
/*background-color:#2E2E2E;*/
}
.am-headthe {
	height: 46px;
	border-bottom: 1px solid #E0E0E0;
	width: 1200px;
	margin: 0px auto 0px;
}
.ng-hotline {
	position: relative;
}
.ng-hotline-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin-top: 14px;
	overflow: hidden;
}
.ng-hotline-icon img {
	width: 100%;
	display: block;
}
.ng-hotline-text {
	font-size: 1.2rem;
	color: #000000;
	line-height: 45px;
	display: block;
	margin-left: 4px;
}
.ng-hotline-text>span {
	color: #979797;
}
.ng-lang {
	position: relative;
	margin-left: 8px;
}
.ng-lang-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin-top: 16px;
	overflow: hidden;
}
.ng-lang-icon img {
	width: 100%;
	display: block;
}
.ng-lang-text {
	font-size: 1.3rem;
	color: #979797;
	line-height: 45px;
	display: block;
	margin-left: 6px;
}
.am-headerv {
	width: 1200px;
	/*overflow:hidden;*/
	height: 104px;
	margin: 0px auto;
	position: relative;
}
.am-logo {
	position: absolute;
	height: 86px;
	left: 0px;
	top: 8px;
	z-index: 100;
	display: block;
}
.am-logo .am-logo-link {
	height: 100%;
	display: block;
}
.am-logo .am-logo-link img {
	display: block;
	height: 100%;
	margin-top: 0px;
}
.am-logo-tit {
	display: block;
	line-height: 50px;
	font-size: 3.6rem;
	color: #1866A4;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	height: 50px;
	font-weight: 400;
}
.am-logo-tit a {
	color: #1866A4;
}
/*一级PC导航*/
.am-pc-nav {
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	position: relative;
	height: 100%;
	z-index: 50;
}
.am-pc-nav>ul {
	margin-top: 20px;
}
.am-pc-nav>ul>li {
	float: left;
	margin: 0px 10px;
	position: relative;
	z-index: 6;
}
.am-pclink-borv {
	height: 3px;
	display: block;
	width: 100%;
	position: absolute;
	top: 56px;
}
.am-pclink-borv>span {
	display: block;
	width: 0%;
	height: 100%;
	margin: 0px auto 0px;
	background-color: #F5BB00;
}
.am-pc-nav>ul>li .am-pclink {
	display: block;
	padding: 0px 10px;
	line-height: 41px;
	color: #3F3E3E;
	height: 42px;
	border-radius: 4px;
	margin-top: 19px;
	margin-bottom: 19px;
	font-size: 1.5rem;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.am-pc-nav>ul>li.ng-nav-activate .am-pclink, .am-pc-nav>ul>li:hover .am-pclink {
	color: #F5BB00;
}
.am-pc-nav>ul>li.ng-nav-activate .am-pclink-borv>span {
	width: 100% !important;
}
.am-pc-sharebtn {
	width: 40px;
	height: 40px;
	display: block;
	border: 0px;
	outline: 0px;
	position: relative;
	padding: 7px;
	margin-top: 39px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.am-pc-sharebtn img {
	width: 26px;
	height: 26px;
}
.am-pc-share {
	padding: 10px;
	background-color: #D3D3D3;
	border-radius: 6px;
	position: absolute;
	z-index: 40;
	width: 240px;
	top: 114px;
	right: 0px;
	display: none;
}
.am-pc-share-activate {
}
.am-pc-share-intext {
	width: 100%;
	overflow: hidden;
	height: 34px;
	padding: 0px 60px 0px 0px
}
.am-pc-share-intext input[type="text"] {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 0px 2px;
	text-indent: 4px;
	outline: 0px;
	font-size: 1.3rem;
}
.am-pc-share-inbtn {
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
}
.am-pc-share-inbtn input[type="submit"] {
	padding: 2px 4px;
	width: 50px;
	height: 34px;
	border: 1px solid #000;
	border-radius: 4px;
	outline: 0px;
	background-color: #fff;
}
.am-pcv-activate {
	height: 2px;
	background-color: #C9151E;
	position: absolute;
	left: 0%;
	display: block;
	width: 20px;
	top: 56px;
	z-index: 2;
}
#am-roop {
	border: 1px solid #FFFFFF;
}
.am-pc-nav>ul>li a#am-roop:hover {
	border: 1px solid #4EAD07;
}
/*二级PC导航*/
.am-pc-level {
	position: absolute;
	top: 64px;
	left: 0px;
	height: 0px;
	padding: 18px 0px 0px;
	overflow: hidden;
}
.am-pc-level li {
	padding: 0px 0px;
	margin: 0px auto 6px;
}
.am-pc-level li a {
	display: block;
	white-space: nowrap;
	padding: 10px 12px;
	background-color: #D3D3D3;
	text-align: center;
	border-radius: 8px;
	font-size: 1.4rem;
	color: #3F3E40;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.am-pc-level li a:hover {
	color: #F5BB00;
}
.sianai {
	position: absolute;
	top: 80px;
	font-size: 3.4rem;
	color: red;
	z-index: 4;
}
.am-add {
	width: 100%;
	overflow: hidden;
}
.ng-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container {
	color: #fff;
	margin: 0px auto 0px;
	text-align: center;
}
.am-add .swiper-slide {
	width: 100%;
}
.am-add .swiper-slide img {
	width: 100%;
}
.ng-swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;/*background-color:plum;*/
}
.ng-swiper .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 14px;
	width: 100%;
	text-align: center;
}
.ng-swiper .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 12px;
	background-color: #fff;
	margin: 0 4px;
	cursor: pointer;
}
.ng-swiper .swiper-active-switch {
	background: #F3782A;
}
.ng-swiper .swiper-button-prev, .ng-swiper .swiper-container-rtl .swiper-button-next {
	background-image: none;
}
.ng-swiper .swiper-button-next, .ng-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: none;
}
.ng-swiper .ng-swiper-ovleft {
	/*background-image:url(../bg/arrow_left.png);*/
	left: 10px;
}
.ng-swiper .ng-swiper-ovright {
	/*background-image:url(../bg/arrow_right.png);*/
	right: 10px;
}
.ng-swiper-ovleft, .ng-swiper-ovright {
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background-size: 100% 100%;
	background-position: center center;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
.ng-swiper:hover .ng-swiper-ovleft, .ng-swiper:hover .ng-swiper-ovright {
	opacity: 1;
}
.ng-swiper-ovleft img, .ng-swiper-ovright img {
	width: 100%;
	display: block;
}
.ipad-nav-butt {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: 0px;
	padding: 7px;
	outline: 0px;
	background-color: #fff;
	display: block;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	top: -140px;
	z-index: 1034;
}
.ipad-nav-butt img {
	width: 26px;
	height: 26px;
	display: block;
}
.ipad-nav {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	z-index: 36;
	color: #fff;
}
.ipad-nav>ul {
	margin: 10px auto;
	padding: 0px 15px 0px;
	overflow: auto;
	max-height: 360px;
	-webkit-overflow-scrolling : touch;
}
.ipad-nav>ul>li {
	width: 100%;
	overflow: hidden;
}
.ipad-nav>ul>li .ipad-nav-link {
	width: 100%;
	padding: 0px 2px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	height: 37px;
	overflow: hidden;
	font-size: 1.5rem;
	text-align: left;
	margin: 0px auto;
	color: #fff;
	line-height: 36px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.ipad-nav>ul>li .ipad-nav-link-activate, .ipad-nav>ul>li .ipad-nav-link:hover {
	color: #FECB0F;
}
.ipad-nav>ul>li a#am-roop2 {
	border-radius: 8px;
	max-width: 50%;
	line-height: 32px;
	border: 1px solid #fff;
	margin: 0px auto;
}
.ipad-nav>ul>li a#am-roop2:hover {
	border: 1px solid #4EAD07;
}
.ipad-nav-level {
	width: 100%;
	padding: 0px 0px 0px 20px;
}
.ipad-nav-level li {
	width: 100%;
	overflow: hidden;
}
.ipad-nav-level li a {
	width: 100%;
	padding: 0px 2px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	height: 37px;
	overflow: hidden;
	font-size: 1.4rem;
	text-align: left;
	margin: 0px auto;
	color: #fff;
	line-height: 36px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.ipad-nav-down {
	position: relative;
	text-align: center;
}
.ipad-nav-down>span {
	height: 30px;
	display: inline-block;
}
.ipad-nav-down>span>img {
	height: 100%;
	display: inline-block;
}
.ng-insor-ikk {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 0px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.ng-insor-ikk>span {
	padding: 2px 0px 2px 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px center;
}
.ng-ensign-no_1 {
	background-image: url(../bg/china.png);
}
.ng-ensign-no_2 {
	background-image: url(../bg/britain.png);
}
.ng-insor-itext {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 0px;
	margin: 6px 0px 10px;
}
.ng-insor-itext>span {
	padding: 2px 0px 2px 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px center;
	background-image: url(../bg/icnphone.png);
}
.ng-insor-itext>span>span {
	color: #979797;
}
.ng-inmod {
}
.ng-inmod-ini {
	max-width: 1200px;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 38px 0px 34px;
}
.ng-inmod-the {
	margin: 20px auto;
	width: 270px;
	height: 110px;
	overflow: hidden;
	z-index: 4;
	/*background-color:#fff;*/;
}
.ng-inmod-the-bg {
	position: absolute;
	width: 62%;
	overflow: hidden;
}
.ng-inmod-the-bg img {
	width: 100%;
	display: block;
}
.ng-inmod-the-bg-left {
	left: 0px;
	top: 0px;
}
.ng-inmod-the-bg-right {
	right: 0px;
	bottom: 0px;
}
.ng-inmod-the-cn {
	font-size: 3rem;
	color: #F5BB00;
	line-height: 40px;
	text-align: center;
	width: 90%;
	margin: 12px auto 12px;
	display: block;
}
.ng-inmod-the-en {
	font-size: 2.4rem;
	color: #C5C5C5;
	line-height: 26px;
	text-align: center;
	width: 94%;
	margin: 2px auto 2px;
	display: block;
	overflow: hidden;
	height: 26px;
	text-transform: uppercase;
}
.ng-inmod-thebor {
	height: 1px;
	background-color: #D4D4D4;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
.ng-ines {
	text-align: center;
	padding: 16px 0px 0px;
}
.ng-ines li {
	margin: 0px 12px 20px;
	display: inline-block;
}
.ng-ines li a {
	display: inline-block;
	padding: 10px 52px;
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	font-size: 1.4rem;
	text-align: center;
	line-height: 22px;
}
.ng-ines li a:hover, .ng-ines li a.on {
	color: #F5BB00;
	border: 1px solid #F5BB00;
}
.ng-incontlst {
	padding: 20px 0px 0px;
}
.ng-incontlst-doc {
	position: absolute;
	top: -999em;
}
.ng-incontlst-doc-show {
	position: static;
}
.ng-incontlst-doc .row {
	margin-left: -20px;
	margin-right: -20px;
}
.ng-incontlst-col {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px 0px 28px;
}
.ng-incontlst-bor {
	border: 1px solid #C9C9C9;
	overflow: hidden;
	background-color: #fff;
}
.ng-incontlst-img {
	position: relative;
}
.ng-incontlst-tit {
	line-height: 26px;
	font-size: 2rem;
	color: #3F3F3F;
	text-align: center;
	margin-top: 24px;
}
.ng-incontlst-tit>p {
	height: 26px;
	overflow: hidden;
	display: block;
}
.ng-incontlst-tit>span {
	display: block;
	background-color: #C9C9C9;
	width: 40px;
	height: 1px;
	margin: 16px auto;
}
.ng-incontlst-text {
	line-height: 22px;
	color: #666666;
	font-size: 1.3rem;
	height: 70px;
	overflow: hidden;
	padding: 2px 12px;
	text-align: center;
}
.ng-incontlst-ikk {
	display: block;
	position: relative;
	width: 82%;
	margin: 16px auto 32px;
	text-align: center;
	color: #9E9E9E;
	font-size: 1.4rem;
	border: 1px solid #C9C9C9;
	padding: 12px 0px;
	max-width: 160px;
}
.ng-incontlst-ikk:hover {
	color: #FCCA0F;
}
.ng-abst {
	margin: 20px auto 0px;
}
.ng-abstimg {
	position: relative;
}
.ng-abstimg img {
	width: 100%;
	display: block;
}
.ng-abst-the {
	border-bottom: 2px solid #F5BB00;
	margin: 0px auto 6px;
}
.ng-abst-ico {
	width: 36px;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}
.ng-abst-ico img {
	width: 100%;
	display: block;
}
.ng-abst-the-tit {
	line-height: 28px;
	height: 40px;
	padding: 0px 40px 0px 0px;
	font-size: 2.5rem;
	color: #666666;
	margin-top: 10%;
}
.ng-abst-the-ikk {
	z-index: 10;
	top: 0px;
	right: 0px;
	font-size: 1.3rem;
	line-height: 28px;
	color: #EEC400;
	position: absolute;
}
.ng-abst-text {
	line-height: 22px;
	color: #666666;
	height: 66px;
	overflow: hidden;
	font-size: 1.3rem;
	margin-bottom: 14px;
}
.ng-neswipe {
	padding: 32px;
	margin: 18px auto 14px;
}
.ng-inzep {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto!important;
}
.ng-inzep .swiper-wrapper {
	height: auto!important;
}
.ng-inzep .swiper-slide {
	position: relative;
	color: #000;
	height: auto!important;
}
.ng-inzep .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	width: auto;
	text-align: left;
	right: 0px;
}
.ng-inzep .swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 0px;
	background-color: #fff;
	margin: 0 6px;
	cursor: pointer;
	border: 1px solid #686868;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ng-inzep .swiper-active-switch {
	background: #686868;
}
.ng-inzep-img {
	width: 420px;
	float: left;
	overflow: hidden;
	padding-bottom: 14px;
	position: relative;
}
.ng-inzep-iff {
	position: absolute;
	top: 0px;
	height: auto;
	left: 450px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	text-align: left;
}
.ng-inzep-ims {
	padding: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}
.ng-inzep-ims-bor {
	position: absolute;
	top: 14px;
	right: 0px;
	display: block;
	bottom: 0px;
	left: 14px;
	border: 1px solid #C9C9C9;
	z-index: 2;
}
.ng-inzep-itit {
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 3rem;
	color: #333333;
	width: 100%;
}
.ng-inzep-idate {
	position: relative;
	padding: 4px 0px 4px 23px;
	font-size: 1.4rem;
	color: #686868;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1px center;
	background-image: url(../bg/tiam.png);
	margin: 3px 0px;
}
.ng-inzep-text {
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 1.5rem;
	height: 96px;
	overflow: hidden;
	margin: 10px auto 4px;
}
.ng-inzep-ikk {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ng-inzep-ikk>a {
	display: block;
	padding: 10px 34px;
	background-color: #F5BB00;
	color: #fff;
	font-size: 1.5rem;
	float: left;
}
.ng-isenst {
	position: relative;
	padding: 20px 0px 0px;
}
.ng-isenst-doc {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -999em;
	left: 0px;
}
.ng-isenst-doc-show {
	position: static;
}
.ng-isenst-bor {
	border: 1px solid #C9C9C9;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 26px;
}
.ng-isenst-bor>a {
	display: block;
	overflow: hidden;
	position: relative;
}
.ng-isenst-img {
	width: 100%;
	display: block;
}
.ng-isenst-map {
	position: absolute;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	display: block;
	padding: 14px;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	-webkit-transform: scale(1.6, 1.6);
	-moz-transform: scale(1.6, 1.6);
	-ms-transform: scale(1.6, 1.6);
	-o-transform: scale(1.6, 1.6);
	transform: scale(1.6, 1.6);
}
.ng-isenst-map > span {
	border: 1px solid #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.ng-isenst-bor>a:hover .ng-isenst-map {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.am-end {
	position: relative;
	background-color: #E6E6E6;
	overflow: hidden;
}
.am-end-ini {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
}
.ng-zein {
	padding: 38px 0px 24px;
	overflow: hidden;
}
.ng-zein-iten {
	width: 82%;
	float: left;
	overflow: hidden;
}
.ng-zein-iten-link {
	position: relative;
	float: left;
}
.ng-zein-iten-link li {
	float: left;
	padding: 4px 38px;
	border-right: 1px solid #C8C8C8;
}
.ng-zein-iten-link li:last-child {
	border-right: 0px;
}
.ng-zeinkk {
	position: relative;
	font-size: 1.7rem;
	color: #666666;
	padding: 4px 0px;
	line-height: 30px;
	overflow: hidden;
}
.ng-zeinkk-ine {
	color: #666666;
}
.ng-zeinkk-ine:hover {
	color: #FCCA0F;
}
.ng-zeinkk-ico {
	width: 38px;
	height: 38px;
	margin: 0px 0px 4px;
	border: 1px solid #454545;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	display: block;
	margin-right: 10px;
}
.ng-zeinkk-ico>a {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.ng-zeinkk-ico>a img {
	width: 100%;
	display: block;
}
.ng-zein-code {
	position: relative;
	float: right;
	padding: 0px 1px;
}
.ng-zein-code-img {
	width: 106px;
	height: 106px;
	margin: 0px auto 6px;
	overflow: hidden;
}
.ng-zein-code-img img {
	width: 100%;
	display: block;
}
.ng-zein-code-tit {
	line-height: 24px;
	padding: 2px 0px;
	font-size: 1.4rem;
	color: #666666;
}
.ng-siobox {
	border-top: 1px solid #C6C6C6;
}
.ng-siotext {
	line-height: 24px;
	font-size: 1.4rem;
	color: #434343;
	text-align: center;
	padding: 16px 0px;
}
.am-inside-adv {
	position: relative;
	height: 500px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.ng-inside-box {
	margin: 26px auto 0px;
}
.ng-prslist ul {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-prslist ul li {
	width: 25%;
	float: left;
	padding: 2px 12px;
}
.ng-prslist-doc {
	padding: 10px;
	background-color: #fff;
	margin: 0px 0px 20px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-prslist ul li:hover .ng-prslist-doc {
	box-shadow: 0px 0px 6px #CBCBCB;
}
.ng-prslist-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ng-prsliik {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	overflow: hidden;
}
.ng-prsliik .ng-prsliik-ki {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.ng-prsliik .ng-prsliik-ki_1, .ng-prslist ul li:hover .ng-prsliik .ng-prsliik-ki_2 {
	display: table-cell;
}
.ng-prsliik .ng-prsliik-ki_2, .ng-prslist ul li:hover .ng-prsliik .ng-prsliik-ki_1 {
	display: none;
}
.ng-prsliik .ng-prsliik-ki_3 {
	display: table-cell !important;
}
.ng-prslist-kiks {
	height: 100%;
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.ng-prslist-kiks>span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ng-prslist-kiks>span img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.ng-prslist-tit {
	margin: 10px 0px 2px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #9E9E9E;
	font-size: 1.4rem;
	text-align: center;
}
.ng-prslist-tit>span {
	color: #000000;
	font-size: 1.8rem;
	margin-right: 12px;
}
.ng-prslist ul li:hover .ng-prslist-tit>span {
	color: #F5BB00;
}
.ng-paging {
	position: relative;
	margin: 12px auto;
}
.ng-paging li {
	margin: 0px 2px;
	display: inline-block;
}
.ng-paging li a {
	display: block;
	padding: 6px 12px;
	border: 1px solid #C4C4C4;
	overflow: hidden;
	font-size: 1.4rem;
	display: inline-block;
	color: #999999;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-paging li a.on, .ng-paging li a:hover {
	background-color: #F5BB00;
	color: #fff;
}
.ng-isubnav {
	border-bottom: 1px solid #CDCDCD;
	padding: 18px 0px 8px;
	text-align: center;
}
.ng-isubnav li {
	display: inline-block;
	padding: 0px 24px;
	border-right: 1px solid #EAEAEA;
	font-size: 1.4rem;
	margin: 0px 0px 8px;
}
.ng-isubnav li a.on, .ng-isubnav li a:hover {
	color: #F5BB00;
}
.ng-isubnav li:last-child {
	border-right: 0px;
}
.ng-vrslist ul {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-vrslist ul li {
	width: 25%;
	float: left;
	padding: 2px 12px;
}
.ng-vrslist-doc {
	padding: 10px;
	background-color: #fff;
	margin: 0px 0px 20px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-vrslist ul li:hover .ng-vrslist-doc {
	box-shadow: 0px 0px 6px #CBCBCB;
}
.ng-vrslist-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ng-vrslist-kiks {
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ng-vrslist-kiks>span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ng-vrslist-kiks>span>img {
	display: block;
	height: 100%;
	max-width: 1000%;
}
.ng-vrslist-tit {
	margin: 10px 0px 2px;
	overflow: hidden;
}
.ng-vrslist-tit-title {
	font-size: 1.7rem;
	color: #000;
	padding: 2px 0px;
	overflow: hidden;
	margin: 0px auto 3px;
	height: 24px;
	line-height: 24px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.ng-vrslist-tit-date {
	font-size: 1.3rem;
	color: #9E9E9E;
	padding: 2px 0px;
	width: 100%;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.ng-vrslist ul li:hover .ng-vrslist-tit-title {
	color: #F6C024;
}
.ng-inpusbox {
	line-height: 24px;
	font-size: 1.5rem;
	color: #333333;
	text-indent: 24px;
}
.ng-inpusbox img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
.ng-newsiis li {
	padding-bottom: 24px;
	border-bottom: 1px dashed #BBBBBB;
	margin: 0px 0px 24px;
}
.ng-newbve {
	height: 206px;
	overflow: hidden;
	position: relative;
}
.ng-newbve-img {
	width: 306px;
	padding: 6px;
	border: 1px solid #BBBBBB;
	overflow: hidden;
}
.ng-newbve-img-ikk {
}
.ng-newbve-iff {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 330px;
	bottom: 0px;
	z-index: 4;
}
.ng-newbve-itit {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.8rem;
	color: #333333;
	width: 100%;
}
.ng-newbve-itime {
	position: relative;
	padding: 3px 0px 3px 23px;
	font-size: 1.4rem;
	color: #686868;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1px center;
	background-image: url(../bg/tiam.png);
	margin: 3px 0px;
}
.ng-newbve-text {
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 1.5rem;
	height: 72px;
	overflow: hidden;
	margin: 6px auto 4px;
}
.ng-newbve-ikk {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ng-newbve-ikk>a {
	display: block;
	padding: 8px 17px;
	background-color: #F5BB00;
	color: #fff;
	font-size: 1.4rem;
	float: left;
}
.ng-evnew {
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px auto 20px;
}
.ng-evnew-tit {
	color: #333333;
	font-size: 2.8rem;
	padding: 2px 0px;
	line-height: 36px;
	margin: 0px 0px 8px;
}
.ng-evnew-mod {
	color: #686868;
	font-size: 1.5rem;
	padding: 2px 0px;
	line-height: 24px;
	margin: 0px 0px 2px;
}
.ng-evnew-mod>span {
	margin: 0px 14px 0px;
}
.ng-lins {
	margin: 0px auto 32px;
	overflow: hidden;
	color: #333333;
	font-size: 1.6rem;
}
.ng-lins p {
	margin-bottom: 1px;
}
.ng-lins-cont-cn {
	font-size: 2.4rem;
	padding: 2px 0px;
	margin-bottom: 2px;
}
.ng-lins-cont-en {
	font-size: 1.6rem;
	padding: 2px 0px;
	margin-bottom: 2px;
}
.ng-eleave {
	margin: 42px auto 2px;
}
.ng-eleave-tit {
	line-height: 30px;
	color: #000000;
	font-size: 2rem;
	margin-bottom: 10px;
}
.ng-eleave-inpu {
}
.ng-eleave-inpu-row {
	margin-left: -6px;
	margin-right: -6px;
}
.ti {
	margin-left: 33.3%;
}
.ng-eleave-inpu-col-4 {
	width: 33.33%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-inpu-col-5 {
	width: 42%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-inpu-col-12 {
	width: 100%;
	float: left;
	padding: 0px 6px;
	overflow: hidden;
	position: relative;
}
.ng-eleave-form {
	margin-bottom: 12px;
}
input[type="text"].ng-eleave-form {
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	padding: 9px 6px;
	text-indent: 2px;
	font-size: 1.4rem;
	width: 100%;
	color: #868686;
	outline: 0px;
}
textarea.ng-eleave-form {
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	padding: 8px 6px;
	text-indent: 2px;
	font-size: 1.4rem;
	height: 130px;
	resize: none;
	width: 100%;
	color: #868686;
	outline: 0px;
}
input[type="submit"].ng-eleave-form {
	width: 100%;
	background-color: #F5BB00;
	font-size: 1.6rem;
	outline: 0px;
	cursor: pointer;
	padding: 10px 10px;
	border: 0px;
	border-radius: 4px;
	color: #fff;
}
.ng-elverify {
	width: 100%;
	padding: 0px 92px 0px 0px;
	overflow: hidden;
}
.ng-elverify-img {
	position: absolute;
	top: 0px;
	right: 6px;
	width: 80px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #C4C4C4;
}
.ng-elverify-img a {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.ng-elverify-img a img {
	width: 100%;
	display: block;
	height: 100%;
}
.ng-subc {
	margin: 0px auto 36px;
	overflow: hidden;
	position: relative;
}
.ng-subc-row {
	margin-left: -30px;
	margin-right: -30px;
}
.ng-subc-doc {
	width: 50%;
	float: left;
	padding: 0px 30px;
}
.ng-subinpe {
	position: relative;
	height: 100%;
}
.ng-subinpe img {
	width: 100%;
	display: block;
}
.ng-subinpe .swiper-slide {
	position: relative;
}
.ng-subc-sli {
	margin: 20px 0px 0px;
}
.ng-subc-sli li {
	padding: 3px 0px 0px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 32px;
	overflow: hidden;
	border-top: 2px solid #fff;
	float: left;
	cursor: pointer;
}
.ng-subc-sli li.on {
	border-top: 2px solid #FF0000;
}
.ng-imsze {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 40;
}
.ng-imsze-map {
	position: absolute;
	top: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.ng-imsze-map-left {
	left: 0px;
}
.ng-imsze-map-right {
	right: 0px;
}
.ng-imsze-map>span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	margin-top: -20px;
	top: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}
.ng-imsze-map>span img {
	width: 100%;
	display: block;
}
.ng-imsze-map-left>span {
	left: 30%;
	margin-left: -20px;
}
.ng-imsze-map-right>span {
	right: 30%;
	margin-right: -20px;
}
.ng-imsze-map-left:hover>span {
	left: 50%;
	opacity: 1;
}
.ng-imsze-map-right:hover>span {
	right: 50%;
	opacity: 1;
}
.ng-imins {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
}
.ng-imins-tit {
	float: left;
	max-width: 100%;
	padding: 14px 20px;
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
	font-size: 1.4rem;
}
.ng-subse {
	padding-bottom: 12px;
	border-bottom: 1px solid #DCDCDC;
}
.ng-subse-tit {
	font-size: 2.4rem;
	color: #333333;
	margin-bottom: 4px;
	padding: 2px 0px;
	line-height: 28px;
}
.ng-subse-text {
	font-size: 1.7rem;
	color: #666666;
	margin-bottom: 4px;
	padding: 2px 0px;
	line-height: 26px;
}
.ng-subse-type {
	margin: 12px auto 10px;
}
.ng-subse-type li {
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height: 28px;
	font-size: 1.4rem;
	color: #666666;
}
.ng-subse-type-name {
	min-width: 70px;
	color: #333333;
	display: inline-block;
	padding-right: 6px;
}
.ng-potapp {
	padding: 12px 0px 0px;
}
.ng-potapp-tit {
	font-size: 3.2rem;
	color: #333333;
	padding: 2px 0px;
	margin: 0px auto 12px;
}
.ng-potapp-list {
	position: relative;
}
.ng-potapp-list p {
	font-size: 1.4rem;
	color: #666666;
}
.ng-potapp-list ul {
	margin-left: -2px;
	margin-right: -2px;
}
.ng-potapp-list ul li {
	width: 25%;
	padding: 0px 2px;
	margin: 0px 0px 4px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.ng-potapp-img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.ng-potapp-img img {
	width: 100%;
	display: block;
}
.ng-plze {
	background-image: url(../bg/msiwom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top: -20px;
	margin-left: -20px;
	display: block;
}
.ng-potapp-list ul li:hover .ng-plze {
	opacity: 1;
}
.ng-spiom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	top: 100%;
	z-index: 9888;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.ng-spiom-tit {
	line-height: 30px;
	font-size: 1.8rem;
	color: #333333;
	position: absolute;
	top: 22px;
	left: 22px;
}
.ng-spiom-del {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	top: 0px;
	right: 0px;
	position: absolute;
	cursor: pointer;
}
.ng-spiom-del img {
	width: 100%;
	display: block;
}
.ng-spiom-show {
	position: absolute;
	top: 60px;
	left: 15px;
	right: 15px;
	bottom: 20px;
	z-index: 10;
	overflow: hidden;
}
.ng-inzshow {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.ng-inzshow .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.ng-inzshow .pagination {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.ng-inzshow .swiper-pagination-switch {
	display: inline-block;
	width: 22px;
	height: 5px;
	background: #979797;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 40;
}
.ng-inzshow .swiper-active-switch {
	background: #FFBB00;
}
.ng-inzshow-img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	text-align: center;
}
.ng-inzshow-tab {
	display: table;
	vertical-align: middle;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.ng-inzshow-middle {
	vertical-align: middle;
	max-width: 100%;
	display: table-cell;
}
.ng-inzshow-middle img {
	height: auto;
	max-width: 100%;
}
.ng-onzebtn {
	width: 80px;
	bottom: 50px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.ng-onzebtn-left {
	left: 0px;
}
.ng-onzebtn-right {
	right: 0px;
}
.ng-onzebtn>span {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
.ng-onzebtn-left>span img {
	width: 100%;
	display: block;
}
.ng-onzebtn-left>span {
	left: 0px;
}
.ng-onzebtn-right>span {
	right: 0px;
}
.ng-onzebtn-left:hover>span {
	left: 14px;
}
.ng-onzebtn-right:hover>span {
	right: 14px;
}
.ng-addtab>thead>tr>th, .ng-addtab>tbody>tr>th, .ng-addtab>tfoot>tr>th, .ng-addtab>thead>tr>td, .ng-addtab>tbody>tr>td, .ng-addtab>tfoot>tr>td {
	padding: 15px;
	font-weight: 600;
}
.ng-cten {
	background-color: #F5BB00;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
}
.ng-addtab.table-bordered>thead>tr>th, .ng-addtab.table-bordered>tbody>tr>th, .ng-addtab.table-bordered>tfoot>tr>th, .ng-addtab.table-bordered>thead>tr>td, .ng-addtab.table-bordered>tbody>tr>td, .ng-addtab.table-bordered>tfoot>tr>td {
	border: 1px solid #F5BB00;
	vertical-align: middle;
}
.ng-addtab {
	font-size: 1.5rem;
}
.ng-add-deradio {
	display: inline-block;
	margin-right: 60px;
	line-height: 20px;
	color: #444444;
	font-weight: 400;
}
.ng-add-deradio input[type=radio], .ng-add-deradio input[type=checkbox] {
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.ng-ins-must {
	color: #D52D3A;
	padding: 0px 2px;
}
.ng-add-deinput {
	border-style: solid;
	border-color: #F5BB00;
	border-width: 0px 0px 1px 0px;
	width: 340px;
	outline: 0px;
	margin-left: 10px;
	border-radius: 0px;
	padding: 2px 0px;
}
.ng-simsbtn {
	padding: 12px 20px;
	width: 100%;
	margin: 14px auto 10px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 0px;
	background-color: #F5BB00;
	outline: 0px;
	border: 0px;
}
.am-inside-swf {
	height: 700px;
}
.ng-izomne {
	padding: 0px 0px;
	position: relative;
}
.ng-izomne-mund {
	float: left;
	line-height: 26px;
	font-size: 1.3rem;
	color: #9E9E9E;
	width: 85%;
}
.ng-izomne-botne {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 1px;
	right: 0px;
	display: block;
	cursor: pointer;
	outline: 0px;/*border:1px solid #000;*/
}
.ng-izomne-botne img {
	width: 100%;
	display: block;
}
/*apmin.css*/
/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
/*DC.min*/

@charset "utf-8";
@media screen and (max-width : 1920px) {
.am-ki-relation {
	background-image: url(../bg/opkoisa.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center 0px;
}
}
@media screen and (max-width : 1370px) {
.am-inside-adv {
	height: 400px;
}
.am-inside-swf {
	height: 560px;
}
}
@media screen and (max-width : 1320px) {
}
 @media screen and (max-width : 1280px) {
}
@media screen and (max-width : 1220px) {
.am-headerv {
	width: 100%;
	height: 86px;
}
.am-headthe {
	width: 100%;
}
.ng-head {
	padding: 0px 15px;
}
.am-pc-nav>ul>li .am-pclink {
	font-size: 1.4rem;
}
.am-pc-nav>ul>li {
	margin: 0px 6px;
}
.am-logo {
	height: 70px;
}
.am-pc-nav>ul {
	margin-top: 10px;
}
.ng-head {
	height: 132px;
}
.am-pc-sharebtn {
	margin-top: 26px;
	padding: 9px;
}
.am-pc-sharebtn img {
	width: 22px;
	height: 22px;
}
.am-pc-nav>ul>li .am-pclink {
	margin-top: 16px;
	margin-bottom: 16px;
}
.am-pc-level {
	padding: 11px 0px 0px;
}
.am-pc-share {
	top: 93px;
}
.ng-inzep-itit {
	font-size: 2.7rem;
}
}
 @media screen and (max-width : 1180px) {
}
@media screen and (max-width : 1080px) {
}
@media screen and (max-width : 1024px) {
}
 @media screen and (max-width : 992px) {
.am-ipad-show {
	display: block;
}
.am-ipad-hide {
	display: none;
}
.ipad-nav-butt {
	top: 12px;
}
.ng-head {
	height: 60px;
}
.am-logo {
	height: 50px;
	left: 10px;
	top: 5px;
}
.ng-swiper a {
	background-size: auto 100%;
}
.ng-swiper {
}
.am-headthe {
	display: none;
}
.am-headerv {
	height: 60px;
}
.am-pc-sharebtn {
	margin-top: 12px;
}
.am-pc-share {
	width: 100%;
	top: 70px;
	left: 0px;
	right: 0px;
}
.am-pc-sharebtn {
	right: 45px;
}
.ng-inmod-ini {
	padding: 24px 0px 20px;
}
.ng-inmod-the {
	margin: 10px auto;
	width: 220px;
	height: 90px;
}
.ng-inmod-the-cn {
	font-size: 2.4rem;
	line-height: 28px;
	margin: 12px auto 10px;
}
.ng-inmod-the-en {
	font-size: 2rem;
	line-height: 24px;
}
.ng-ines li a {
	padding: 10px 40px;
}
.ng-ines li {
	margin: 0px 10px 12px;
}
.ng-incontlst-tit {
	margin-top: 18px;
}
.ng-incontlst-tit>span {
	margin: 10px auto;
}
.ng-incontlst-ikk {
	margin: 16px auto 20px;
}
.ng-incontlst-tit {
	font-size: 1.8rem;
}
.ng-incontlst-doc .row {
	margin-left: -15px;
	margin-right: -15px;
}
.ng-incontlst-col {
	padding-left: 15px;
	padding-right: 15px;
}
.ng-abstimg {
	margin-bottom: 20px;
}
.ng-abst-text {
	height: 44px;
}
.ng-inzep-img {
	margin: 0px auto 0px;
	float: none;
}
.ng-inzep-iff {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 12px auto 0px;
}
.ng-inzep-ikk {
	position: static;
	margin: 16px 0px 10px;
}
.ng-inzep-text {
	height: 96px;
}
.ng-inzep-itit {
	font-size: 2.4rem;
	line-height: 34px;
	height: auto;
}
.ng-neswipe {
	padding: 16px 10px;
}
.ng-inzep {
	padding-bottom: 22px;
}
.ng-zein-iten {
	width: 100%;
}
.ng-zein-iten-link li {
	width: 100%;
	border-right: 0px;
	border-bottom: 1px solid #C8C8C8;
	padding: 4px 0px;
}
.ng-zeinkk {
	font-size: 1.6rem;
	line-height: 28px;
	padding: 3px 0px;
}
.ng-zein-iten-link {
	width: 100%;
}
.ng-zein {
	padding: 16px 0px 18px;
}
.ng-zein-code {
	float: left;
	margin-top: 18px;
}
.ng-prslist ul li {
	width: 33.33%;
}
.ng-vrslist ul li {
	width: 33.33%;
}
.am-inside-adv {
	height: 280px;
}
.ng-evnew-tit {
	font-size: 2.4rem;
	line-height: 34px;
	margin: 0px 0px 6px;
}
.ng-eleave {
	margin: 10px auto 2px;
}
.ng-subse-text {
	font-size: 1.5rem;
}
.ng-subse-tit {
	font-size: 2.2rem;
}
.ng-subse {
	padding-bottom: 4px;
}
.ng-potapp-list ul li {
	width: 33.33%;
}
.ng-potapp-tit {
	font-size: 2.2rem;
}
.am-inside-swf {
	height: 480px;
}
}
@media screen and (max-width:860px) {
}
@media screen and (max-width : 768px) {
.ng-incontlst-col {
	width: 50%;
}
.ng-abst-text {
	height: auto;
	margin-bottom: 18px;
}
.ng-inzep .swiper-pagination-switch {
	width: 12px;
	height: 12px;
}
.ng-isenst-doc .row {
	margin-left: -8px;
	margin-right: -8px;
}
.ng-isenst-doc .col-md-4,  .ng-isenst-doc .col-xs-6 {
	padding-left: 8px;
	padding-right: 8px;
}
.ng-isenst-bor {
	margin: 0px 0px 16px;
}
.ng-prslist ul li {
	width: 50%;
}
.ng-vrslist ul li {
	width: 50%;
}
.ng-vrslist-doc {
	margin: 0px 0px 14px;
}
.ng-newbve-img {
	width: 100%;
	margin: 0px auto 14px;
	max-width: 380px;
}
.ng-newbve-iff {
	position: static;
}
.ng-newbve {
	height: auto;
}
.ng-newbve-ikk {
	position: static;
	margin-top: 12px;
}
.ng-newsiis li {
	padding-bottom: 14px;
	margin: 0px 0px 14px;
}
.ng-eleave-inpu-col-4 {
	width: 100%;
}
.ti {
	margin-left: 0%;
}
.ng-eleave {
	margin: 20px auto 2px;
}
.ng-eleave-tit {
	font-size: 1.7rem;
}
.ng-subc-doc {
	width: 100%;
}
.ng-subc-sli {
	margin: 20px 0px 26px;
}
.ng-subc {
	margin: 0px auto 16px;
}
.ng-add-deinput {
	width: 220px;
}
.table-responsive {
	border: 1px solid #F5BB00;
}
.ng-potapp-list img {
	width: 100% !important;
	height: auto !important;
}
}
 @media screen and (max-width: 641px) {
.am-logo {
	left: 4px;
}
.ng-inzep-img {
	width: 360px;
	max-width: 100%;
}
}
 @media screen and (max-width: 606px) {
}
 @media screen and (max-width: 583px) {
}
 @media screen and (max-width: 560px) {
}
 @media screen and (max-width: 540px) {
.ng-paging li a {
	padding: 6px 10px;
	font-size: 1.3rem;
}
}
 @media screen and (max-width: 510px) {
}
 @media screen and (max-width: 530px) {
}
 @media screen and (max-width: 500px) {
}
@media screen and (max-width: 480px) {
.ng-swiper-ovleft,  .ng-swiper-ovright,  .am-op-swiper .am-op-ovleft,  .am-op-swiper .am-op-ovright {
	display: none;
}
.ng-head {
	padding: 0px 10px;
}
.ng-swiper a {
	background-size: auto 100%;
}
.ng-swiper {
}
.ng-ines li a {
	padding: 10px 30px;
}
.ng-ines {
	padding: 10px 0px 0px;
}
.ng-inmod-the {
	margin: 4px auto;
	width: 200px;
	height: 80px;
}
.ng-inmod-the-cn {
	font-size: 2rem;
	line-height: 26px;
	margin: 10px auto 8px;
}
.ng-inmod-the-en {
	font-size: 1.8rem;
	line-height: 22px;
}
.ng-incontlst-col {
	width: 100%;
}
.ng-incontlst-text {
	height: auto;
}
.ng-ines li a {
	padding: 8px 22px;
}
.ng-ines li {
	margin: 0px 6px 10px;
}
.ng-incontlst-col {
	margin: 0px auto 16px;
}
.ng-inzep-itit {
	font-size: 2rem;
}
.ng-inzep-ikk>a {
	padding: 8px 20px;
	font-size: 1.4rem;
}
.ng-inzep-text {
	font-size: 1.4rem;
}
.ng-isenst-doc .col-md-4,  .ng-isenst-doc .col-xs-6 {
	width: 100%;
}
.ng-zeinkk {
	font-size: 1.5rem;
}
.ng-prslist ul {
	margin-left: -4px;
	margin-right: -4px;
}
.ng-prslist ul li {
	padding: 2px 6px;
}
.ng-prslist-doc {
	margin: 0px 0px 16px;
}
.ng-prslist-tit>span {
	font-size: 1.5rem;
	margin-right: 8px;
}
.ng-vrslist-tit-title {
	font-size: 1.5rem;
}
.ng-vrslist-tit-date {
	font-size: 1.4rem;
}
.ng-vrslist ul {
	margin-left: -4px;
	margin-right: -4px;
}
.ng-vrslist ul li {
	padding: 2px 6px;
}
.ng-vrslist-doc {
	padding: 5px;
}
.ng-vrslist-tit {
	margin: 6px 0px 2px;
}
.ng-vrslist-doc {
	margin: 0px 0px 10px;
}
.ng-inpusbox {
	font-size: 1.4rem;
}
.ng-newbve-itit {
	font-size: 1.6rem;
	height: 30px;
	line-height: 30px;
}
.ng-newbve-text {
	font-size: 1.4rem;
}
.ng-newbve-ikk>a {
	padding: 6px 14px;
}
.ng-evnew-tit {
	font-size: 1.8rem;
	margin: 0px auto 1px;
}
.ng-evnew-mod {
	font-size: 1.4rem;
}
.ng-lins-cont-cn {
	font-size: 2rem;
}
.ng-lins {
	margin: 0px auto 18px;
	font-size: 1.5rem;
}
.ng-eleave-tit {
	font-size: 1.6rem;
}
.ng-subse-tit {
	font-size: 2rem;
}
.ng-subse-text {
	font-size: 1.4rem;
}
.ng-potapp-list ul li {
	width: 50%;
}
.ng-potapp-tit {
	font-size: 2rem;
}
/*.am-inside-swf{height:360px;}*/
}
 @media screen and (max-width: 472px) {
}
 @media screen and (max-width: 444px) {
}
 @media screen and (max-width: 435px) {
}
/*iphone6 plus - iphone6s plus*/
 @media screen and (max-width: 416px) {
.ng-inzep-itit {
	font-size: 1.8rem;
}
.ng-prslist-doc {
	padding: 6px;
}
/*.am-inside-swf{height:280px;}*/
}
 @media screen and (max-width: 395px) {
}
 @media screen and (max-width: 380px) {
.ipad-nav>ul>li .ipad-nav-link {
	font-size: 1.4rem;
}
.ipad-nav-level li a {
	font-size: 1.3rem;
}
.ng-paddor {
	padding: 0px 10px;
}
.ng-prslist-tit>span {
	font-size: 1.4rem;
	margin-right: 6px;
}
.ng-prslist-tit {
	font-size: 1.3rem;
}
}
/*iphone6 - iphone6s */
 @media screen and (max-width: 376px) {
}
@media screen and (max-width: 360px) {
}
 @media screen and (max-width: 340px) {
}
/*iphone5 - iphone5s and 5e,5s*/
@media screen and (max-width: 321px) {
}
/*style.css*/
.ng-djn-txt {
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
}

.ng-inpusbox {
	text-indent: 0px;
}

.spaceli .spacelispan {
	position: relative;
}

.spaceli .spacelispan span {
	display: block;
	position: absolute;
	height: 22px;
	line-height: 22px;
	color: #fff;
	width: 100%;
	top: 50%;
	left: 0px;
	margin-top: -11px;
	text-align: center;
	font-size: 1.5rem;
}

.jishuzichis a {
	font-size: 12px;
	color: #878787;
}

.ng-siotext {
	line-height: 30px;
}

@media screen and (max-width: 992px) {
	.ng-zein-iten-link li {
		width: 50%;
		text-align: center;
	}
	.ng-zein-iten-link li.li {
		width: 100%;
	}
	.bdshare-button-style2-16 a,
	.bdshare-button-style2-16 .bds_more {
		float: initial;
	}
	.ng-zein-code {
		width: 100%;
	}
	.ng-zein-code-tit {
		width: 100%;
		text-align: center;
	}
}

.footertel {
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.am-pc-nav ul li a{
	font-size:1.5rem;
	line-height:75px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.am-pc-nav ul li ul li a{
	line-height:36px;
}
.am-pc-nav ul li a:hover{
	color:#eec400;
}
.dropdown:hover  .dropdown-menu{
	display:block;
}

/* in the page*/
.sidebar {
	float: left;
	width: 240px;
	padding-top: 24px;
}
.main {
	padding: 30px 0 0 270px;
}
.ctit h3 {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	border: 1px solid #ff525e;
	text-transform: uppercase;
	margin-bottom: auto;
	padding-left: 20px;
	margin-top: 2px;
	background: #ff525e;
}
.bPosition {
	background: #ff525e;
	line-height: 36px;
	padding: 0 16px;
	color: #EEE;
	margin-bottom: 16px;
}
.bPosition a {
	color: #FFF !important;
}
.pcon_l {
}
.pcon_l img{
	display:block;
	margin:0 auto;
}
.pcon_r {
	padding: 0 16px 0 440px;
}
h1.pd-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	color: #4a4a4a;
	padding-top: 15px;
	line-height: 24px;
	border-top: 1px solid #E4E2E2;
	text-transform: none;
	margin-bottom: 20px;
	text-align:center;
}
.pcon_r .pcon_info {
	line-height: 30px;
	color: 333;
}
.pcon_r .p_more {
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
}
.pcon {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.pcon .tit {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-top:20px;
	background: #eee;
	color: #000;
	font-size: 18px;
}
.pcon .pinfo {
	display: block;
	line-height: 24px;
	padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
	max-width: 100%;
	margin: 0px auto;
}
.acon {
	float: left;
	width: 100%;
}
.acon .pinfo {
	display: block;
	line-height: 24px;
	padding: 20px 0 30px 20px;
}
.proIntro {
	color: #999;
	padding: 10px 10px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.prosubmenu li {
	float: left;
	width: 32%;
	line-height: 24px;
}
.prosubmenu {
	padding: 3px 0 0 10px;
}
.sf-menu {
	display: table;
	width: 241px;
	margin: 0px auto;
	padding-bottom: 20px;
	border: 5px solid #eee;
	position: relative;
}
.sf-menu li {
	clear: both;
	border-bottom: 1px solid #eee;
	position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	padding: 9px 0 6px 14px;
}
.sf-menu li a:hover {
	background-color: #f2f2f2
}
.sf-menu li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	background: #ff525e;
}
.sf-menu li li.LiLevel2 a {
	line-height: 26px;
}
.sf-menu li li.LiProDetail a {
	width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
	display: block;
	line-height: 20px;
	color: #fff;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu ul {
	display: none;
}
.sf-menu li:hover ul {
	display: block
}
ul.sf-menu ul ul {
	position: absolute;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu li li:hover {
	opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu li.Level1 > a {
	background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu1 li {
	clear: both;
	border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(../bg/pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
	background-color: #f2f2f2
}
.sf-menu1 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
	background: url(../bg/icon01.gif) no-repeat 8px 11px;
	line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
	background: url(../bg/ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 2px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu1 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu1 ul {
	visibility: visible
}
ul.sf-menu1 ul ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu1 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu1 li li:hover {
	opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
	text-decoration: none;
	background: url(../bg/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
	background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu2 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(../bg/pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
	background-color: #f2f2f2
}
.sf-menu2 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}
.sf-menu2 li li.LiLevel2 a {
	background: url(../bg/icon01.gif) no-repeat 8px 13;
	line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
	background: url(../bg/ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu2 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu2 ul {
	display: none;
}
.sf-menu2 li:hover ul {
	display: block
}
ul.sf-menu2 ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999;
	background: #EEE;
}
.sf-menu2 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu2 li li:hover {
	opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
	text-decoration: none;
	background: url(../bg/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: 0px;
	position: absolute;
	padding: 0px;
	text-transform: capitalize;
	left: 231px;
	top: 0px;
	z-index:999;
}
ul.sf-menu2 li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
	background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.lsec {
	margin-top: 10px;
	width: 240px;
	border: 5px solid #eee;
	padding: 15px;
}

@media screen and (max-width:1266px) {
	.procate_tit {
		display: none;
	}
	.procatefenleiimg {
		display: none;
	}
}

@media screen and (min-width:1004px) {
	.top .fl {
		min-width: 690px;
		overflow: hidden;
	}
	.pro_lb1 li:nth-child(4n+5) {
		clear: both
	}
}

@media screen and (max-width:1004px) and (min-width:960px) {
	.top .fl {
		float: none;
		clear: both;
		max-width: 100%;
	}
	.col2 {
		width: 27%
	}
	.col3 {
		width: 28%
	}
	.pro_lb1 li {
		width: 33.33%;
	}
	.pro_lb1 li:nth-child(3n+4) {
		clear: both
	}
}

@media screen and (max-width:960px) and (min-width:640px) {
	.logo {
		float: none;
		width: 100%;
		text-align: center
	}
	.head-text, .top .fr .xyz {
		display: none;
	}
	.logo img {
		max-height: 70px;
	}
	.prolist li {
		float: left;
		width: 98%;
		height: 200px;
		border: 1px solid #dddada;
		margin: 15px 0.8%;
	}
	.hotpro li {
		width: 50%;
	}
	.tnew, .lnew {

		float: none;
		width: 100%;
		clear: both
	}
	#nav .fl, #nav .fr {
		display: block;
	}
	#nav ul {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
	}
	#nav {
		height: 60px;
		position: relative;
	}
	.col1 {
		width: 50%;
	}
	.col2 {
		width: 262px;
		padding-right: 15px;
		float: right;
	}
	.col3 {
		padding-left: 15px;
		clear: both
	}
	.pro_lb1 li {
		width: 50%;
	}
	.pro_lb1 li:nth-child(2n+3) {
		clear: both
	}
	.pcon_r {
		word-break: break-word;
	}
	.newslist li a {
		width: 75%;
	}
	#nav li#liHome {
		border-left: 0px;
	}
}

@media screen and (max-width:960px) and (min-width:700px) {
	.pcon_l {
		float: none;
		width: 402px;
		margin: 0px auto;
		overflow: hidden;
	}
	.pcon_r {
		padding-left: 0px;
	}
	.pcon_r .pd-title, .pcon_r .pcon_info {
		padding-left: 20px;
	}
	.pcon_r .p_more {
		margin-left: 20px;
	}
	.zoomdiv, .jqZoomPup {
		display: none!important
	}
	.rnews li {
		float: none;
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	.newcon .prev, .newcon .next {
		float: none;
		width: 100%;
		margin: 0px auto;
	}
	#nav li#liHome {
		border-left: 0px;
	}
}

@media screen and (max-width:700px) and (min-width:480px) {
	.pcon_l {
		float: none;
		width: 400px;
		margin: 0px auto;
		overflow: hidden
	}
	.pcon_r {
		padding-left: 12px;
	}
	.zoomdiv, .jqZoomPup {
		display: none!important
	}
	.newslist li a {
		width: 75%;
	}
	.rnews li {
		float: none;
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	.newcon .prev, .newcon .next {
		float: none;
		width: 100%;
		margin: 0px auto;
	}
	#nav li#liHome {
		border-left: 0px;
	}
}

@media screen and (max-width:640px) {
	.top .fl, .top .fr {
		float: none;
		width: 100%;
		margin-top: 0px;
	}
	.tnew, .lnew {
		float: none;
		width: 100%;
		clear: both
	}
	.hotpro li {
		float: left;
		width: 50%;
	}
	.hotpro li.hotpro li .p_more {
		display: none
	}
	.tnew .tbox {
		height: 160px;
	}
	.tnew p {
		max-height: 106px;
	}
	.ttext {
		padding: 0 12px 0 172px;
	}
	.tnew img {
		width: 160px;
	}
	.prolist li {
		float: none;
		width: 98%;
		height: 160px;
	}
	.propic {
		height: 160px;
		width: 160px;
		text-align: center
	}
	.propic img {
		max-height: 160px;
		max-width: 160px;
	}
	.protext {
		padding: 0 12px 0 180px;
		font-size: 12px;
	}
	.protext h3 {
		font-size: 14px;
		margin-top: 25px;
	}
	.protext p {
		max-height: 40px;
		overflow: hidden;
	}
	.p_more {
		margin: 16px 0;
		display: inline-block;
		min-width: 85px;
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
	}
	.col1, .col2 {
		display: none;
	}
	.col3 {
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	.col3 h3 {
		text-indent: 15px;
	}
	.col4 {
		float: left;
	}
	.ccs {
		word-break: break-word;
		word-wrap: break-word;
		padding: 0 15px;
	}
	.col4 {
		float: left;
		padding-left: 15px;
	}
	.pro_lb1 li {
		width: 50%;
	}
	.sidebar {
		float: none;
		width: 100%;
		padding-top: 12px;
	}
	.main {
		padding: 6px 0 0 0px;
	}
	.sf-menu {
		display: table;
		width: 96%;
		margin: 0px auto;
		padding-bottom: 20px;
	}
	.lsec {
		margin-top: 10px;
		width: 96%;
		border: 5px solid #eee;
		padding: 15px;
		margin: 10px auto;
	}
	ul.sf-menu ul ul {
		display: none!important;
	}
	.ctit h3 {
		text-indent: 10px;
	}
	.newcon .prev, .newcon .next {
		float: none;
		width: 100%;
		margin: 0px auto;
	}
	.newcon {
		padding: 0 12px;
	}
	.procate_tit {
		display: none;
	}
	.procatefenleiimg {
		display: none;
	}
}
h1 {
	text-transform: capitalize;
}
.pro_lb0 {
	float: left;
	width: 100%
}
.pro_lb0 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 8px 12px 8px 0;
}
.pro_lb0 li:hover {
	background: #fffcf3;
}
.pro_lb0 .fl {
	float: left;
	width: 26.5%;
}
.pro_lb0 .pimg {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EEE;
	padding: 2px;
	overflow: hidden;
}
.pro_lb0 img {
	display: block;
	width: 100%;
}
.pro_lb0 .protxt {
	float: right;
	width: 71%;
	line-height: 20px;
	margin: 0px;
	padding: 6px 0 0;
}
.pro_lb0 .pinfo {
	display: block;
	font-size: 12px;
	color: #777;
	max-height: 64px;
	overflow: hidden;
}
.pro_lb0 strong {
	display: block;
	max-height: 38px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	overflow: hidden
}
.pro_lb0 strong a {
	color: #333;
}
.pro_lb0 strong a:hover {
	color: #56ce3f
}
.pro_lb0 h3 {
	display: block;
	max-height: 34px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	margin-bottom: 5px;
	overflow: hidden
}
.pro_lb0 h3 a {
	color: #333;
}
.pro_lb0 h3 a:hover {
	color: #ff525e;
}
.pro_lb1 h3 {
	font-weight: normal;
}
.pro_lb0 span {
	display: block;
}
.pro_lb1 {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.pro_lb1 p {
	line-height: 24px;
}
.pro_lb1 li {
	float: left;
	width: 25%;
}
.pro_lb1 li .pp_box {
	margin: 15px 12px;
}
.pro_lb1 li a {
	display: block;
	position: relative;
}
.pro_lb1 li a img {
	width: 100%;
}
.pro_lb1 li a .text {
	width: 100%;
	height: 60px;
	background: #8f8f8f;
	position: absolute;
	z-index: 1;
	bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 li a .tex {
	width: 100%;
	height: 40px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	color: #FFF;
}
.pro_lb1 li a:hover .text {
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 .li0 {
	padding-right: 0;
}

@media screen and (max-width:640px) {
	.pro_lb0 .fl {
		width: 100%;
		margin-bottom: 15px;
	}
	.pro_lb0 img{
		width:auto;
		max-width:100%;
		margin:0 auto;
	}
	.pro_lb0 .protxt {
		width: 100%;
	}
}
.pages {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 20px 0;
	color: #b2b2b2;
	clear: both
}
.pages a, .pages span {
	display: inline-block;
	margin: 1px 5px;
	min-width: 10px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
}
.pages a:link, .pages a:visited {
	color: #666;
	background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
	color: #FFF;
	background: #333;
	color: #FFF;
	text-decoration: none
}
.newslist {
	margin: 12px auto 12px auto;
	float: left;
	width: 100%;
}
.newslist ul {
	padding-right: 16px
}
.newslist li {
	text-align: right;
	height: 36px;
	background: url(../bg/arrow-list.gif) 8px 10px no-repeat;
	border-bottom: 1px dashed #ddd;
	line-height: 32px;
	color: #888;
	overflow: hidden
}
.newslist li a {
	display:block;
	float: left;
	font-size: 14px;
	color:#333;
	text-align: left;
	text-indent: 6px;
}
.newslist li a:hover {
	color: #d22720;
	text-decoration: underline
}
.rnews, .rollPro {
	margin: 0px auto;
}
.rnews h3, .rollPro h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 12px 0;
	color: #333;
	font-weight: normal;
	height: 30px;
	margin-bottom:10px;
}
.rnews li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}
.rnews li a {
	display: block;
	white-space: nowrap;
	margin-right: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color:#333;
	border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
	color: #ff525e;
}
.rollPro {
	height: 220px;
	margin-bottom: 30px;
}
.rollPro .Cont {
	width: 94%;
	overflow: hidden;
	margin: 0px auto;
}
.rollPro .ScrCont {
	width: 10000000px;
}
.rollPro .pic {
	position: relative;
	width: 170px;
	height: 160px;
	margin: 0 3px;
	border: 1px solid #EEE;
	text-align: center;
}
.rollPro .pbox img {
	max-width: 162px;
	max-height: 100px;
}
.rollPro .pbox {
	width: 100%;
	height: 120px;
	text-align: center;
}
.rollPro p {
	height: 42px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
	float: left;
}
.rollPro .wen_jt {
	width: 24px;
	padding-top: 45px;
}
.newcon {
	padding-top: 28px;
}
.newcon .tit {
	text-align: center;
	color: #000;
	font-size: 18px;
}
.newcon .time {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	width: 160px;
	margin: 0px auto;
	text-align: center;
}
.newcon p {
	color:#666;
	padding-top: 20px;
	line-height: 24px;
}
.pinfo {
	font-size: 14px;
}
.newcon .pn {
	padding: 12px 0 0 0;
	min-height: 59px;
}
.newcon .prev, .newcon .next {
	float: left;
	font-size: 16px;
	padding: 6px 0;
	width: 48%;
	white-space: nowrap;
	margin-right: 2%;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 43px;
}
.newcon .prev a, .newcon .next a{
	color:#333;
}
.newcon .prev a:hover, .newcon .next a:hover{
	color:#ff525e;
}
.newcon .next {
	margin-right: 0;
}
.buybtn {
	clear: both;
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 40px;
}
.buybtn a {
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	height: 40px;
	background: #0a4da6;
	border-radius: 2px;
	font-size: 18px;
}
.buybtn a:hover {
	background: #145cbc;
	color: #FFF;
	border-radius: 2px;
}
.pshare {
	float: left;
	padding: 8px 0 0 0;
}
.jsshare {
	text-align: center;
	padding-top: 8px;
}
.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px;
}
.pshare li img {
	vertical-align: middle;
	margin-right: 12px;
}
.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}
.jsshare a, .jsshare a img {
	width: 35px;
	vertical-align: middle
}
.addthis_sharing_toolbox {
	display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
	width: 24px!important;
	height: 24px!important;
	line-height: 24px!important;
}
.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FFF !important;
}
.mmv {
	background-color: #ff525e;
	padding: 0px 13px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 1px rgba(0,0,0,0);
	transform: translateZ(0px);
	transition-property: color;
	transition-duration: 0.5s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.mmv::before {
	background-color: rgb(25, 38, 52);
	transform-origin: 0% 50%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
}
.mmv:hover {
	color: white;
	text-decoration: underline
}
.mmv:focus {
	color: white;
}
.mmv:active {
	color: white;
}
.mmv:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:focus::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:active::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.dropdown:hover ul {
	display: block
}
.subscribe {
	margin-top: 19px;
}
.inner-banner {
	width: 100%;
}
.inner-banner img {
	width: 100%;
}
.lsec_tit {
	margin-top: 20px;
}
.ejfl{
	font-size:24px;
	margin:0 0 20px;
	font-weight:normal;
}

#xyz {
	right: 0;
	top: 10px;
}
.navigation-bar .container{
	position:relative;
}
@media (max-width:960px){
	#xyz{
		display:none;
	}
}


.ptit{ margin-top:30px;height: 40px; line-height: 40px; padding-left: 20px; background: #eee; color: #000; font-size: 18px;}
.rollPro1 {width:100%;margin:20px auto;overflow: hidden;}
.rollPro1 li { width:32%; float:left; margin-right:2%; text-align:center;}
.rollPro1 li a {color: #333;}
.rollPro1 li:nth-of-type(3n) { margin-right:0%;}
.rollPro1 li .pbox { border:1px solid #e2e2e2; padding:4px; height:180px;}
.rollPro1 li .pbox img { max-width:100%; max-height:170px;}
.rollPro1 li p { height:50px; line-height:25px; overflow:hidden; margin:10px auto;}
.pro-body { margin-bottom:10px;}
.table{border-collapse:collapse;}
.table td, .table th{border:1px solid #cdcdcd;padding:5px;}
.table p{padding:0px;margin:0px;}
.pshare{float:left;padding:8px 0 0 0;}
.jsshare {text-align:center;padding-top:8px;}
.pshare li{float:left;width:48%;height:28px;line-height:28px;}
.pshare li img{vertical-align:middle;margin-right:12px;}
.jsshare span.stxt{display:inline-block;font-size:14px;line-height:24px;padding:0 8px 0 0;position:relative}
.jsshare a,.jsshare a img{width:35px;vertical-align:middle}
.addthis_sharing_toolbox{display:inline-block}
.pdown1 #A_DownLoadProduct{display:inline-block;clear:both;height:32px;margin:16px 0 0 0;line-height:32px;background:url(../bg/down1_2.png) right top no-repeat;padding-right:50px}
.pdown1 #A_DownLoadProduct span{display:inline-block;height:32px;background:url(../bg/down1_1.png)no-repeat;padding:0 0 0 16px;}
.pdown2 #A_DownLoadProduct,.pdown3 #A_DownLoadProduct,.pdown4 #A_DownLoadProduct{display:inline-block;clear:both;height:45px;margin:16px 0 0 0;line-height:45px;padding-right:45px}
.pdown2 #A_DownLoadProduct span,.pdown3 #A_DownLoadProduct span,.pdown4 #A_DownLoadProduct span{display:inline-block;height:45px;background:url(../bg/down2_1.png)no-repeat;padding:0 12px 0 16px;}
.pdown2 #A_DownLoadProduct{background:url(../bg/down2_2.png) right top no-repeat;}
.pdown3 #A_DownLoadProduct{ background:url(../bg/down2_3.png) right top no-repeat;}
.pdown4 #A_DownLoadProduct{background:url(../bg/down2_4.png) right top no-repeat;}
.proCateTags{clear:both;padding:0 10px 8px 10px;margin:0 10px;border:1px solid #EEE;border-radius:5px;}
.proCateTags h3{font-size:14px;line-height:32px;margin:0px;padding:0px;}
.keywords{margin:12px auto;}
.keywords a{margin-right:10px;color:#2e66b5;line-height:1.8;text-decoration:underline;display:inline-block;white-space:nowrap;text-overflow:ellipsis;}
.keywords a:hover{text-decoration:none;}
.footlinks{
	width:100%;
	padding:5px 0;
	background-color:#ededed;
	font-size:13px;
	text-align:center;
}
.footlinks span{
	color:#161616;
}
.footlinks a{
	display:inline-block;
	color:#666;
	margin:0 5px;
}
.footlinks a:hover{
	color:#ff525e;
}
.prevNext a{
	display:inline-block;
	color:#ff525e;
}
.prevNext a:hover{
	text-decoration:underline;
}

.feedback {clear:both;margin:0px auto;padding:0px;margin:20px 0px 0px 0px;}
.submita {margin:16px auto;display:inline-block;padding:0 18px!important;line-height:22px;background:#ff9c00;border:0px;height:24px;color:#FFF;cursor:pointer;font-size:16px;}
.xh {color:#f00;padding:0 3px;}
#feedbackForm {margin:20px 0px 0px 0px;}
#feedbackForm .text {width:300px;height:26px;margin:10px 0px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #ccc; background:none;}
#feedbackForm .lable {padding:10px 12px 0px 0px;line-height:30px;height:30px;text-align:right;}
#feedbackForm .atextarea {float:left;border:1px solid #ccc;height:100px;width:305px;ont-size:12px;margin-top:10px;line-height:24px;color:#666; background:none;}
#feedbackForm .smtcss {padding-right:112px;text-align:center;}
.table {border-collapse:collapse;}
.table td, .table th {border:1px solid #cdcdcd;padding:5px;}
.table p {padding:0px;margin:0px;}
.e_mobile {display: inline-block;height:25px;line-height:25px;background:url(../bg/emobile.png) 0px -50px no-repeat;text-indent:25px;}
.YqbYears{vertical-align:middle; padding-left:8px; margin-top:-6px;}

/*buchongstyle*/
@media only screen and (max-width: 640px) {
	.pro_lb0 img{
		width:100%;
	}
	.pro_lb0 li p strong{
		width:90vw;
	}

	.acon .pinfo{
		padding: 0 !important;
	}
	.acon .pinfo{
		padding: 0 !important;
	}
	.feedbackForm{
		overflow: hidden;
	}
	.feedbackForm tr td{
		width: 20.5942vw !important;
		display: block;
		float: left;
	}
	.feedbackForm tr td input{
		width:65.2173vw !important;
	}
	.feedbackForm tr td .atextarea{
		width:65.2173vw !important;
	}
	#feedbackForm .smtcss{
		padding-right: 74.8792vw !important;
	}
	.submita{
		font-size: 14px;
		width: 64px;
		margin-left: 21vw;
	}
	.navbar .logo img{
		width: 80%;
	}
}
.bPosition{
	background: #eec400;
}
.ctit h3{
	border: 1px solid #eec400;
	background: #eec400;
}
.mmv{
	background-color: #eec400;
}
.sf-menu li li{
	background: #eec400;
}
.am-pc-share-inbtn span {
	display: block;
	line-height: 16px;
	padding: 6px;
	border: 1px solid #000;
	margin-top: 2px;
	border-radius: 5px;
	background: #fff;
}

.ng-bg-assist .productheui{min-height:1360px!important;}

.LayImAhrefNode{
	display: block;
	width: 120px;
	height: 42px;
	border-radius: 2px;
	background-color: #F08800;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	float:right;
	text-align: center;
}
.LayImAhrefNode:hover{
	color:#fff;
}
