@charset "utf-8";

@font-face {
	font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);
}

@font-face {
	font-family:BarlowCondensed-Bold; src:url(../font/BarlowCondensed-Bold.ttf);
}

@font-face {
	font-family:GOTHAM-BLACK; src:url(../font/GOTHAM-BLACK.OTF);
}

@media (max-width:1920px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	html {
		font-size: 15px;
	}
}

@media (min-width:640px) and (max-width:1399px) {
	html {
		font-size: 14px;
	}
}

@media (min-width:471px) and (max-width:639px) {
	html {
		font-size: 13px;
	}
}

@media (min-width:329px) and (max-width:470px) {
	html {
		font-size: 12px;
	}
}

@media (max-width:328px) {
	html {
		font-size: 12px;
	}
}/*==========================================公共 开始=============================================*/.ar_wap {
	display: none
}

.a_body {
	position: relative;
	z-index: 0;
}

.section {
	overflow: hidden;
}/*==========================================公共 结束=============================================*/header {
	height: 50px;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 36px;
	padding: 0 8.75rem;
	transition: 0.6s;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 5.7rem;
}

.navigation {
	display: inline-block;
	vertical-align: top;
}

.navigation ul {
	font-size: 0
}

.navigation li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.75rem;
}

.navigation li.on>a {
}

.navigation li.on .icon-arow {
}

.navigation a {
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
}

.navigation a i {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navigation a:hover {
}

.navigation a:hover i {
}

.navigation .down-menu a {
	padding-right: 18px;
}

.navigation .down-menu a .icon-arow {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navigation .down-menu.active>a {
}

.navigation .down-menu.active>a .icon-arow {
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.sub-menu {
	padding-top: 15px;
	display: none;
	text-align: center;
	position: absolute;
	width: 156px;
	background: #0099CC;
	padding: 20px 15px;
	margin-left: -32px;
}

.sub-menu dd {
	margin-bottom: 20px
}

.sub-menu a {
	font-size: 14px;
	line-height: 14px;
	padding-right: 0 !important;
	position: relative
}

.sub-menu dd {
	position: relative
}

.sub-menu dd:before {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 6px;
	background: rgba(255, 255, 255, 0.15);
	right: 0;
	transition: 0.6s;
}

.sub-menu dd:hover:before {
	left: 0;
	width: 100%
}

header .right .daohang {
	display: inline-block;
	font-size: 0;
	margin-right: 1.5rem;
	vertical-align: top;
}

header .right .daohang ul li {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 17px;
}

header .right .daohang ul li a {
	color: #fff;
	display: inline-block;
	line-height: 50px;
	transition: 0.36s
}

header .right .daohang ul li a:hover {
}

.index_banner{ width:100vw}
.container01 .index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 813px;
	position: relative;
}

.container01 .index_banner .item.miso-current .scaleBg {
	visibility: visible;
	-webkit-animation: scale-bg 6s linear forwards;
	animation: scale-bg 6s linear forwards
}

.container01 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 813px;
	z-index: 0;
	object-fit: cover !important;
}

.container01 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 813px;
	position: absolute;
	left: 0;
	top: 0;
}

.container01 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 30%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.container01 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms
}

.container01 .index_banner .item .inner .block_txt h4 {
	color: #fff;
	text-align: center;
}

.container01 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h2 span {
	display: inline-block;
	letter-spacing: 5px
}

.container01 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px
}

.container01 .miso-dots {
	right: 0;
	bottom: 45px;
	width: 100%;
}

.container01 .miso-dots li {
	width: 15px;
	height: 15px;
	border: #fff 2px solid;
	border-radius: 50%;
	margin: 0 8px;
}

.container01 .miso-dots li.miso-active {
	background: #fff;
	border: #fff 1px solid;
}

@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

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

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

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

.navigation a span>img {
	margin: -3px 8px 0 0
}

.navigation .down-menu a .icon-arow img {
	margin: -3px 0 0 0
}

.jingdong {
	display: inline-block
}

.jingdong a {
	font-size: 15px;
	color: #fff;
	transition: 0.36s;
	line-height: 50px;
}

.jingdong a img {
	margin: -3px 10px 0 0
}

.jingdong a:hover {
}/*==========================================首页 开始=============================================*/.container02 ul {
	font-size: 0;
	display: table
}

.container02 ul li {
	display: table-cell;
	width: 25%;
	text-align: center;
	background: #fafafa
}

.container02 ul li:nth-child(2n) {
	background: #fff
}

.container02 ul li .top {
	padding: 5rem 0 1rem;
	display: inline-block;
	text-align: left;
	max-width: 252px;
	transition: 0.9s ease
}

.container02 ul li .top .title {
	margin-bottom: 34px;
}

.container02 ul li .top .title h3 {
	font-size: 32px;
	color: #313131;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px
}

.container02 ul li .top .title h4 {
	font-size: 24px;
	color: #313131;
}

.container02 ul li .top p {
	font-size: 14px;
	color: #717171;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.container02 ul li .bottom {
	position: relative
}

.container02 ul li .bottom .img img {
	width: 100%
}

.container02 ul li .bottom .img_top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.container02 ul li .bottom .img_top img {
/* max-width:80%; */
	max-height: 75%;
	transition: 0.9s;
}

.container02 ul li:hover .top {
	padding: 3rem 0 1rem;
}

.container02 ul li:hover .bottom .img_top img {
	transform: scale(1.1)
}

.container03 {
	background: url(container03_bg.jpg) center top no-repeat;
	height: 714px;
	position: relative
}

.container03 .w1200 {
	height: 714px;
}

.container03 .img {
	display: inline-block;
	vertical-align: top;
	height: 714px;
	width: 404px;
	margin-left: 75px;
}

.container03 .img img {
	position: relative;
	transition: 0.9s ease;
	display: inline-block;
}

.container03 .top {
	position: relative;
	width: 400px;
	transition: 0.9s ease;
	display: inline-block;
	margin-left: -96px;
	height: 714px;
	vertical-align: top;
}

.container03 .top .table {
	text-align: left
}

.container03 .top .title h3 {
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 18px
}

.container03 .top .title h4 {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px
}

.container03 .top p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
}

.container02 ul li:hover .top .title h3 {
	color: #0099CC;
}

.container02 ul li:hover .top .title h4 {
	color: #0099CC;
}

.container04 {
	padding: 85px 0 70px;
}

.container04 .title {
	margin-bottom: 55px;
	text-align: center
}

.container04 .title h2 {
	font-size: 48px;
	color: #313131;
	margin-bottom: 24px;
}

.container04 .title p {
	font-size: 14px;
	color: #6d6d6f;
	line-height: 30px;
}

.container04 .miso_hd {
	margin: 0 -1px;
	margin-bottom: 25px;
}

.container04 .miso_hd li {
	padding: 0 1px;
	text-align: center
}

.container04 .miso_hd li a {
	display: block;
	height: 60px;
	background: #eeedf2;
	padding: 2px 0;
	position: relative;
	cursor: pointer
}

.container04 .miso_hd li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0;
	background: #0099CC;
	transition: 0.9s ease
}

.container04 .miso_hd li a h3 {
	line-height: 60px
}

.container04 .miso_hd li a h5 {
	font-size: 14px;
	color: #313131
}

.container04 .miso_hd li.miso-current a:after {
	left: 0;
	width: 100%
}

.container04 .miso_hd li.miso-current a h3 img {
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}

.container04 .miso_bd>.miso-list {
	overflow: visible
}

.container04 .miso_bd ul {
	margin: 0 -20px
}

.container04 .miso_bd ul li {
	padding: 0 20px;
}

.container04 .miso_bd ul li .img {
	overflow: hidden;
	max-width: 100%;
	height: auto;
	line-height: 255px;
	object-fit: cover;
	
	text-align: center
}

.container04 .miso_bd ul li .img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	object-fit: cover
}

.container04 .miso_bd ul li .con {
	padding: 34px 22px 0
}

.container04 .miso_bd ul li .con h2 {
	font-size: 30px;
	color: #0099CC;
	font-weight: bold
}

.container04 .miso_bd ul li .con h3 {
	font-size: 20px;
	color: #464646;
	margin: 18px 0 22px;
}

.container04 .miso_bd ul li .con h3 small {
	font-size: 12px;
	color: #0099CC;
	display: inline-block;
	height: 18px;
	line-height: 16px;
	border: #0099CC 1px solid;
	border-radius: 4px;
	text-align: center;
	padding: 0 16px;
	margin-left: 10px
}

.container04 .miso_bd ul li .con p {
	font-size: 14px;
	color: #949494;
	line-height: 30px;
	height: 60px;
	overflow: hidden
}

.container04 .miso_bd .miso-prev,.container04 .miso_bd .miso-next {
	width: 65px;
	height: 65px;
	top: 164px;
}

.container04 .miso_bd .miso-prev {
	background: url(left01.png) center no-repeat;
	left: -100px;
}

.container04 .miso_bd .miso-next {
	background: url(right01.png) center no-repeat;
	right: -100px;
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.container05 {
	font-size: 0
}

.container05 ul li {
	display: inline-block;
	width: 25%;
	background: #f8f8f8;
}

.container05 ul li a {
	display: block;
	height: 360px;
	padding: 0 15%
}

.container05 ul li h3 {
	height: 100px;
	line-height: 100px;
}

.container05 ul li h4 {
	font-size: 24px;
	color: #242424;
	margin: 5px 0 25px
}

.container05 ul li p {
	font-size: 13px;
	line-height: 24px;
	color: #717171
}

.container05 ul li span {
	display: inline-block;
	width: 160px;
	height: 0;
	line-height: 50px;
	background: #f8f8f8;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	transition: 0.6s ease;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	opacity: 0
}

.container05 ul li span:before {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background-color: #333;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.container05 ul li span:after {
	content: ">";
	font-family: simsun;
	font-size: 19px;
	color: #333;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	text-indent: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.container05 ul li span font {
	position: relative;
	transition: 0.6s
}
.container05 ul li.li01 {
	background: #e3e3e3
}
.container05 ul li.li02 {
	background: #2a73bd
}

.container05 ul li.li03 {
	background: #108f91
}

.container05 ul li.li04 {
	background: #e3e3e3
}

.container05 ul li.li02 h4,.container05 ul li.li03 h4 {
	color: #fff
}

.container05 ul li.li02 p,.container05 ul li.li03 p {
	color: rgba(255,255,255,0.65)
}

.container05 ul li:hover span {
	height: 50px;
	margin-top: 30px;
	opacity: 1;
	margin-bottom: 30px;
	background: #fff;
}

.container05 ul li span:hover font {
	margin-left: -20px
}

.container05 ul li span:hover:before {
	left: 125px;
	opacity: 1;
	width: 12px;
}

.container05 ul li span:hover:after {
	opacity: 1;
}

.container06 {
	padding: 100px 0 78px;
	position: relative;
}

.container06 .title {
	margin-bottom: 55px;
	text-align: center
}
.container06 .title p{
	text-align: left
}

.container06 .title h2 {
	font-size: 48px;
	color: #313131;
	margin-bottom: 24px;
}

.container06 .title span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #0099CC;
	font-size: 14px;
	color: #fff;
	padding: 0 28px;
	margin-bottom: 35px
}

.container06 .title p {
	font-size: 14px;
	color: #6d6d6f;
	line-height: 30px
}

.container06 ul {
	font-size: 0;
}

.container06 ul li {
	display: inline-block;
	width: 446px;
	text-align: center;
	position: relative
}

.container06 ul li:after {
	content: "";
	position: absolute;
	right: -3px;
	top: 0;
	width: 3px;
	height: 0;
	background: #fff;
	transition: 0.6s
}

.container06 ul li:nth-child(1) {
	transition-delay: 0.3s
}

.container06 ul li:nth-child(2) {
	transition-delay: 0.6s
}

.container06 ul li:nth-child(3) {
	transition-delay: 0.9s
}

.container06 ul li:nth-child(4) {
	transition-delay: 1.2s
}

.container06 ul li:last-child {
	border: none
}

.container06 ul li:last-child:after {
	display: none
}

.container06 ul li .icon {
	display: inline-block;
	text-align: center;
}

.container06 ul li h4 {
	margin-bottom: 0;
}

.container06 ul li h4 span {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin: 0 12px;
	vertical-align: bottom;
	position: relative;
	font-family: BarlowCondensed-Bold;
}

.container06 ul li h4 span font {
	display: inline-block;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	position: relative;
	top: -32px;
}

.container06 ul li h4 span font:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;
	width: 34px;
	height: 34px;
	border: #b08c16 1px dashed;
	border-radius: 50%;
	transition: 1.2s;
	display: none;
}

.container06 ul li h4 span.counter {
	font-size: 120px;
	color: rgba(0, 0, 0, 0.65);
	margin-top: 0;
	letter-spacing: -4px;
	background: url("number_bg.gif") 50% no-repeat;
	-webkit-background-clip: text;
	background-size: cover;
	opacity: 0.7;
}

.container06 ul li h4 span.lwy {
	font-size: 65px;
	color: #fff;
	font-family: myFirstFont;
	line-height: 44px;
	margin-left: 12px;
}

.container06 ul li h5 {
	font-size: 22px;
	color: #414345;
	margin-bottom: 35px;
	padding-left: 5px;
}

.container06 ul li h6 {
	font-size: 14px;
	color: #616264;
	line-height: 24px;
	height: 48px;
	margin-bottom: 15px;
}

.container06 .center {
	display: inline-block;
	width: 266px;
	height: 266px;
	border-radius: 50%;
	line-height: 266px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -133px;
	text-align: center;
	margin-top: 0px;
	opacity: 1;
	transition: 2s;
}

.container06 .center .box {
	position: relative;
	display: inline-block;
	width: 266px;
	height: 266px;
	line-height: 266px;
	vertical-align: middle;margin-top:40px;
}

.container06 .center .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 394px;
	height: 394px;
}

.container06 .center .box01 {
	display: inline-block;
	width: 266px;
	height: 266px;
	line-height: 266px;
	border-radius: 50%;
	vertical-align: middle;
}

.container06 .center .box01 span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #e0e0e0;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: circleScale1 4s linear infinite;
	-moz-animation: circleScale1 4s linear infinite;
	-ms-animation: circleScale1 4s linear infinite;
	animation: circleScale1 4s linear infinite;
}

.container06 .center .box01 span:nth-of-type(2) {
	animation-delay: 1s;
}

.container06 .center .box01 span:nth-of-type(3) {
	animation-delay: 2s;
}

.container06 .center .box01 span:nth-of-type(4) {
	animation-delay: 3s;
}

@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.container06 .center .box02 {
	display: inline-block;
	width: 234px;
	height: 234px;
	line-height: 234px;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background: #e2e2e2;
}

.container06 .center .box02 .img {
	display: inline-block;
	width: 234px;
	height: 234px;
	line-height: 134px;
	overflow: hidden
}

.container06 .center .box02 .img .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25)
}

.container06 .center .box02 .img .top img {
	margin: -3px 0 0
}

.vwrap {
	display: none;
	z-index: 1040;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 1200;
	width: 700px;
	height: 446px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -223px;
	margin-left: -350px;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #000;
}

#videobox_wrapper {
	height: 100%!important;
}

.vwrap .close {
	z-index: 999;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}

.vwrap .close i {
	display: block;
	width: 31px;
	height: 31px;
	background: url(close_i1.png) no-repeat 50% 50%;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.vwrap .close:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#videobox_display_button,#videocontainer_display_button {
	background: none no-repeat!important;
}

.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo, .jwclick {
	display: none!important;
}

.jwdisplayIcon {
	background: none no-repeat!important;
}

.container07 {
	padding: 85px 0 58px;
	background: #f6f6f9
}

.container07 .title {
	font-size: 48px;
	color: #313131;
	font-weight: bold;
	text-align: center;
	float: left;
}

.container07 .title h3 {
	font-size: 48px;
}

.container07 .miso_hd {
	font-size: 0;
	text-align: right;
	margin-bottom: 45px;
	padding-top: 18px;
}

.container07 .miso_hd li {
	width: 110px !important;
	float: none;
	font-size: 18px;
	color: #313131;
	display: inline-block;
	cursor: pointer;
}

.container07 .miso_hd li span {
	position: relative;
	height: 34px;
	display: inline-block;
}

.container07 .miso_hd li span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #f4f4f9;
	transform: scale(0);
	transition: 0.6s;
}

.container07 .miso_hd li.miso-current span {
	color: #0099CC;
	font-weight: bold;
}

.container07 .miso_hd li.miso-current span:before {
	background: #0099CC;
	transform: scale(1);
}

.container07 .miso_bd ul {
	font-size: 0;
	margin: 0 -18px
}

.container07 .miso_bd ul li {
	padding: 0 18px;
}

.container07 .miso_bd ul li .img,.container07 .miso_bd ul li .img img {
	width: 100%;
	height: 295px;
	overflow: hidden;
	object-fit: cover
}

.container07 .miso_bd ul li .con {
	background: #f6f6f9;
	margin: 0 20px;
	margin-top: -32px;
	position: relative;
	padding: 30px 28px;
	transition: 0.6s
}

.container07 .miso_bd ul li .con:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0099CC;
	transition: 0.6s
}

.container07 .miso_bd ul li .con h5 {
	font-size: 22px;
	line-height: 34px;
	color: #313131;
	height: 68px;
	overflow: hidden
}

.container07 .miso_bd ul li .con p {
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	color: #777777;
	margin: 20px 0 25px
}

.container07 .miso_bd ul li .con h6 {
	font-size: 13px;
	color: #848484
}

.container07 .miso_bd ul li .con h6 img {
	margin: -3px 8px 0 0
}

.container07 .miso_bd ul li .con h6 img.img02 {
	display: none
}

.container07 .miso_bd ul li .con h6 img.img01 {
	display: inline-block
}

.container07 .miso_bd ul li a:hover .img img {
	transform: scale(1.06)
}

.container07 .miso_bd ul li a:hover .con {
	margin-top: -50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.15)
}

.container07 .miso_bd ul li a:hover .con {
	background: #0099CC
}

.container07 .miso_bd ul li a:hover .con:after {
	left: 0;
	width: 100%
}

.container07 .miso_bd ul li a:hover  .con h5,.container07 .miso_bd ul li a:hover .con p,.container07 .miso_bd ul li a:hover .con h6 {
	color: #fff
}

.container07 .miso_bd ul li a:hover .con h6 img.img02 {
	display: inline-block
}

.container07 .miso_bd ul li a:hover .con h6 img.img01 {
	display: none
}

.footer {
	background: #2d2e2f;
}

.footer .left {
	width: 34%;
	height: 398px;
	padding: 65px 0 0;
	border-right: #424344 1px solid
}

.footer .left h3 {
	margin-bottom: 48px;
}

.footer .left .title h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 14px;
}

.footer .left .title h6 {
	color: #b7b6ba;
	margin-bottom: 22px;
}

.footer .left .input {
	text-align: center;
	font-size: 0;
	height: 35px;
	margin: 0 0 40px;
	float: left;
}

.footer .left .input .input-text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 304px;
	height: 35px;
	line-height: 35px;
	position: relative;
	vertical-align: top;
	background: #fff;
}

.footer .left .input .input-text input {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
	border: none;
	background: none;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.footer .left .input .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: #0099CC;
	margin-left: 12px;
	position: relative;
	z-index: 11;
	transition: 0.6s;
	cursor: pointer;
}

.footer .left .input .btn input {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: none;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.footer .left .input .btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 90px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .left .input .btn:hover {
	background: #0099CC;
}

input::-webkit-input-placeholder {
	color: #919191;
}

input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #919191;
}

input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #919191;
}

input:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #919191;
}

.footer .left .input .input-text > input:focus {
	background-color: transparent;
	border-color: transparent;
}

.footer .left .input .input-text > input:focus ~ .input-border {
	background-color: #2e2e30;
}

.footer .left .input .input-text > input:focus ~ .input-border:first-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	width: 100%;
}

.footer .left .input .input-text > input:focus ~ .input-border:first-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.footer .left .input .input-text > input:focus ~ .input-border:last-of-type {
	background: transparent;
}

.footer .left .input .input-text > input:focus ~ .input-border:last-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	width: 100%;
}

.footer .left .input .input-text > input:focus ~ .input-border:last-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
	top: 0;
}

.footer .left .input .input-text .input-border {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.footer .left .input .input-text .input-border:before,.footer .left .input .input-text .input-border:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	background-color: #0099CC;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.footer .left .input .input-text .input-border:first-of-type:before {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;

}

.footer .left .input .input-text .input-border:first-of-type:after {
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}

.footer .left .input .input-text .input-border:last-of-type:before {
	background-color: #0099CC;
	height: 1px;
	top: calc(100% - 1px);
	right: 0;
	width: 0;
}

.footer .left .input .input-text .input-border:last-of-type:after {
	background-color: #0099CC;
	height: 0;
	top: calc(100% - 1px);
	left: 0;
	width: 1px;
}

.footer .left ul {
	margin-top: 0;
	font-size: 0;
}

.footer .left ul li {
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 13px;
}

.footer .left ul li a {
	display: inline-block;
	width: 130px;
	height: 35px;
	line-height: 33px;
	border: #737576 1px solid;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	font-size: 13px;
}

.footer .left ul li a img {
	margin: -3px 8px 0 0
}

.footer .left ul li:first-child a {
}

.footer .left ul li:hover a {
	background: #0099CC;
	border: #0099CC 1px solid;
}

.footer .center {
	width: 45%;
	height: 398px;
	padding: 65px 0 0;
	border-right: #424344 1px solid;
	text-align: center;
}

.footer .center dl {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
	text-align: left;
}

.footer .center dl dt {
	font-size: 15px;
	margin-bottom: 16px;
}

.footer .center dl dt a {
	color: #fff;
	transition: 0.36s
}

.footer .center dl dt a:hover {
	color: #0099CC;
}

.footer .center dl dd {
	font-size: 13px;
	color: #868787;
	line-height: 30px;
	position: relative;
}

.footer .center dl dd:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 3px;
	height: 3px;
	background: #0099CC;
	transition: 0.6s;
	top: 50%;
	margin-top: -2px;
	opacity: 0;
}

.footer .center dl dd a {
	color: #b4b4b4;
}

.footer .center dl dd a:hover {
	color: #0099CC;
}

.footer .center dl dd:hover:before {
	opacity: 1
}

.footer .right {
	width: 21%;
	height: 398px;
	padding: 65px 0 0;
}

.footer .right .top {
	padding: 0 0 50px 3rem;
	border-bottom: #424344 1px solid;
}

.footer .right .top h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 18px;
}

.footer .right .top ul {
	font-size: 0
}

.footer .right .top ul li {
	display: inline-block;
	margin-right: 12px;
}

.footer .right .top ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	background: #737576;
}

.footer .right .top ul li a img {
	opacity: 1;
	transition: 0.6s;
}

.footer .right .top ul li a:hover img {
	opacity: 1;
}

.footer .right .bottom {
	padding: 35px 0 0 3rem;
}

.footer .right .bottom p {
	font-size: 14px;
	color: #d8d7da;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer .right .bottom .tel {
	padding-left: 42px;
	background: url(tel.png) left center no-repeat;
	height: 33px;
}

.footer .right .bottom .tel h5 {
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .right .bottom .tel h3 {
	font-size: 20px;
	color: #0099CC;
	font-weight: bold;
}

footer {
	background: #2d2e2f;
	padding: 20px 0 35px;
	font-size: 12px;
	border-top: #4c4d4e 1px solid;
}

footer .w1200 {
	position: relative;
	height: 36px;
}

footer .up {
	margin-bottom: 5px;
}

footer .up a {
	color: #828488;
}

footer .up i {
	color: #828488;
	padding: 0 3px;
}

footer .un {
	color: #5c5c5d;
	line-height: 36px;
	font-size: 14px;
	float: left;
}

footer .un a {
	color: #5c5c5d;
}

footer a:hover {
	color: #fff;
}

footer .bnt_rss {
	background: url(icon_rss.png) left center no-repeat;
	padding-left: 15px;
}

.slide_up_box {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.slide_up_box .box {
	float: right;
	height: 36px;
	width: 246px;
	position: relative;
}

.slide_up_box  i {
	display: block;
	width: 38px;
	height: 36px;
	position: absolute;
	right: 0px;
	top: 0;
	background: url(arrow_up.png) center no-repeat;
	cursor: pointer;
}

.slide_height {
	height: 36px;
}

.bg_slide {
	background: url(arrow_un.png) center no-repeat !important;
}

.slide_up_box .list_box {
	overflow: hidden;
	bottom: 0px;
	width: 208px;
	background: none;
	left: 0;
	position: absolute;
}

.slide_up_box .list_box .content {
	background: #414446;
	padding: 5px 0;
}

.slide_up_box .list_box li {
	display: block;
	line-height: 26px;
	text-align: left;
}

.slide_up_box .list_box a {
	display: block;
	color: #cfcfcf;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	transition: 0.36s
}

.slide_up_box .list_box a:hover {
	color: #0099CC;
}

.tc1 .tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
}

.tc1 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(1.1);
	display: none;
}

.tc1 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.tc1 .close:hover {
	transform: rotate(180deg);
}

.tc1 .close,.tc {
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
	position: absolute;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	height: 15rem;
	width: 12rem;
	left: 50%;
	margin-left: -6rem;
	margin-top: -7.5rem;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: anim-close-2;
	animation-name: anim-close-2;
}

.tc1 .tc.act {
	display: block;
}

.tc1 .close {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	right: 30px;
	top: 30px;
}

.tc1 .tc-bg {
	height: 100%;
	background: rgba(0,0,0,.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.tc1 .tc-box h3 img {
	width: 12rem;
	height: 12rem;
}

.tc1 .tc-box h5 {
	width: 12rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
	text-align: center
}

.tc1 .tc.act .tc-box {
	-webkit-animation-name: anim-open-2;
	animation-name: anim-open-2;
	transform: scale(1);
}/*==========================================首页 结束=============================================*//*==========================================内页 开始=============================================*/.header {
	position: relative;
	top: 0;
	padding: 0 1rem;
	height: auto;
	width:1400px;margin:0 auto;
}

.header .navigation .down-menu >a, .header .right .daohang ul li a, .header .jingdong a {
	color: #282828;
	line-height: 105px;
}

.header .sub-menu {
	top: 105px;
}

.header .logo a {
	display: inline-block;
	line-height: 105px;
}

.n_banner h2 {
	font-size: 52px;
	color: #fff;
	margin-bottom: 5px
}

.n_banner h3 {
	font-size: 82px;
	color: rgba(255,255,255,0.55);
	font-family: BarlowCondensed-Regular;
	text-transform: uppercase
}

.mianbao {
	height: 60px;
	border-bottom: #e6e6e6 3px solid
}

.mianbao big {
	line-height: 40px;
	font-size: 32px;
	color: #373737
}

.mianbao ul {
	font-size: 0;
}

.mianbao ul li {
	font-size: 18px;
	color: #585858;
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	margin-left: 40px;
	position: relative
}

.mianbao ul li a {
	color: #585858;
	transition: 0.6s;
	display: inline-block
}

.mianbao ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 3px;
	background: #0099CC;
	bottom: 0;
	transition: 0.6s
}

.mianbao ul li.on a:after,.mianbao ul li:hover a:after {
	left: 0;
	width: 100%
}

.mianbao ul li.on a,.mianbao ul li:hover a {
	color: #0099CC
}

.n_container {
	padding: 40px 0 0
}

.n_fangwei .fl01 {
	padding: 82px 0 0
}

.n_fangwei .fl01 .ar_article p {
	font-size: 22px;
	line-height: 40px;
	color: #333335;
	margin-bottom: 50px;
}

.n_fangwei .fl02 {
	background: #f8f8f8;
	padding: 100px 0
}

.n_fangwei .fl02 .title {
	text-align: center;
	margin-bottom: 52px;
}

.n_fangwei .fl02 .title h3 {
	font-size: 30px;
	color: #333335;
	font-weight: bold;
}

.n_fangwei .fl02 ul {
	font-size: 0;
	margin: 0 -17px;
}

.n_fangwei .fl02 ul li {
	display: inline-block;
	padding: 0 17px;
	width: 25%;
	overflow: hidden
}

.n_fangwei .fl02 ul li a {
	background: #0099CC;
	display: block;
	height: 500px;
	padding: 0 46px;
	vertical-align: top
}

.n_fangwei .fl02 ul li a h3 {
	font-size: 32px;
	color: #fff;
	font-family: BarlowCondensed-Regular;
	margin: 45px 0 20px;
	font-weight: bold
}

.n_fangwei .fl02 ul li a h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 28px;
	font-weight: bold
}

.n_fangwei .fl02 ul li a p {
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 28px;
	height: 112px;
	overflow: hidden
}

.n_fangwei .fl03 {
	padding: 90px 0 100px
}

.n_fangwei .fl03 .w1200 {
	background: url(n_fangwei_fl03_bg.jpg) center no-repeat;
	height: 476px;
	padding: 0 122px;
}

.n_fangwei .fl03 .w1200 .left {
	width: 534px;
	padding: 122px 0 0
}

.n_fangwei .fl03 .w1200 .left p {
	font-size: 20px;
	line-height: 33px;
	color: #434343;
	font-weight: bold;
	margin-bottom: 65px
}

.n_fangwei .fl03 .w1200 .left a {
	display: inline-block;
	width: 216px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	background: #0d8082;
	font-size: 15px;
	color: #fff;
	text-align: center;
	transition: 0.6s
}

.n_fangwei .fl03 .w1200 .left a img {
	margin: -3px 6px 0 0
}

.n_fangwei .fl03 .w1200 .right {
	padding: 72px 0 0
}

.n_fangwei .fl03 .w1200 .left a:hover {
	background: #0099CC
}

.n_hezuo {
	padding: 85px 0 100px
}

.n_hezuo ul {
	margin: 0 -24px;
	font-size: 0;
	margin-bottom: 20px
}

.n_hezuo ul li {
	display: inline-block;
	width: 20%;
	padding: 0 24px;
	margin-bottom: 48px;
}

.n_hezuo ul li img {
	width: 200px;
	height: 200px;
	transition: 0.6
}

.n_hezuo ul li .img {
	width: 200px;
	height: 200px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%
}

.n_hezuo ul li .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #e6e6e6 2px solid;
	border-radius: 50%;
	transition: 0.6s
}

.n_hezuo ul li .img h5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #0099CC;
	line-height: 200px;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-align: center;
}

.n_hezuo ul li:hover .img h5 {
	height: 100%
}

.n_hezuo ul li:hover .img:after {
	border: #0099CC 2px solid
}

.n_hezuo .more {
	text-align: center
}

.n_hezuo .more a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #ababab;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.6s
}

.n_hezuo .more a span {
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #fff;
	border-radius: 50%;
	margin: -3px 2px 0;
	vertical-align: middle;
	transition: 0.6s
}

.n_hezuo .more a:hover {
	background: #0099CC
}

.n_hezuo .more a:hover span {
	margin: -3px 3px 0;
}

.n_news {
	padding: 0 0 95px
}

.n_news .fl01 {
	padding: 60px 0 25px
}

.n_news .fl01 ul {
	font-size: 0;
	margin: 0 -15px;
}

.n_news .fl01 ul li {
	display: inline-block;
	padding: 0 15px
}

.n_news .fl01 ul li a .img {
	display: inline-block;
	width: 382px;
	height: 256px;
	overflow: hidden;
	position: relative
}

.n_news .fl01 ul li a .img h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 32px;
	background: rgb(6, 6, 6,0.6);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.n_news .fl01 ul .fl li a .img {
	display: inline-block;
	width: 786px;
	height: 528px;
	overflow: hidden
}

.n_news .fl01 ul .fr {
	width: 397px;
	margin-right: 15px;
}

.n_news .fl01 ul .fr li {
	margin-bottom: 14px
}

.n_news .fl01 ul .fr li a .img h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: rgb(6, 6, 6,0.6);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.n_news .fl02 ul {
	font-size: 0;
	margin: 0;
	border-top: #f9f9fa 1px solid;
	margin-bottom: 3.125rem;
}

.n_news .fl02 ul li {
	padding: 0;
	position: relative;
}

.n_news .fl02 ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #f4f4f4;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.n_news .fl02 ul li a {
	padding: 28px 0 28px;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	display: block;
	border-bottom: #e4e4e4 2px dashed;
}

.n_news .fl02 ul li a h5,.n_news .fl02 ul li h5 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #585859;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news .fl02 ul li a p {
	font-size: 12px;
	color: #868686;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news .fl02 ul li a h4 {
	font-size: 24px;
	color: #adadad;
	overflow: hidden;
	margin-bottom: 10px;
}

.n_news .fl02 ul li:hover:before {
	left: 0;
	width: 100%
}

.n_news .fl02 ul li:hover a {
	border-bottom: #f4f4f4 2px dashed
}

.n_news .fl02 ul li:hover a h4 {
	color: #0099CC;
	font-weight: bold
}

.page {
	margin: 0px auto 0px auto;
}

.page .box {
	display: inherit;
	width: 100%;
	text-align: center;
}

.page a {
	padding: 0 14px;
	height: 34px;
	line-height: 32px;
	display: inline-block;
	border: 1px solid #dddddd;
	margin: 0 2px;
	color: #393939;
	font-size: 12px;
	transition: 0.6s;
}

.page .on {
	background: #0099CC;
	color: #fff !important;
	border: 1px solid #0099CC;
}

.page a font {
	font-size: 14px;
	font-family: "SimSun";
	color: rgb( 68, 68, 68 );
}

.page span {
	background: #4a41bd;
	color: #fff !important;
	border: 1px solid #4a41bd;
}

.page a:hover {
	background: #0099CC;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #0099CC;
}

.page a:hover font {
	color: #fff;
}

.page a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s;
 /* Firefox 4 */
	-webkit-transition: all 1s;
 /* Safari 和 Chrome */
	-o-transition: all 1s;
 /* Opera */
}

#n_zizhi {
	padding: 60px 0 95px;
}

#n_zizhi .ul {
	font-size: 0;
	margin: 0 -25px;
	margin-bottom: 40px;
}

#n_zizhi .ul li {
	display: inline-block;
	padding: 0 25px;
	width: 33.333333%;
	overflow: hidden;
}

#n_zizhi .ul li a {
	display: block;
}

#n_zizhi .ul li .pic_box {
	width: 100%;
	height: 305px;
	display: table;
	padding: 0;
	background: #f0f0f0;
	text-align: center;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	position: relative
}

#n_zizhi .ul li .pic_box:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -55px;
	width: 15px;
	height: 2px;
	background: #575757;
}

#n_zizhi .ul li:hover .pic_box {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

#n_zizhi .ul li .pic_box .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#n_zizhi .ul li img {
	max-width: 350px;
	max-height: 240px;
	display: inline-block;
}

#n_zizhi .ul li span {
	display: block;
	text-align: left;
	font-size: 17px;
	color: #575757;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 52px;
}

#n_zizhi .ul li:hover a span {
	color: #0099CC;
}

#n_zizhi .ul li:hover img {
	box-shadow: none;
}

.n_yanfa .fl01 {
	padding: 75px 0 50px
}

.n_yanfa .fl01 .ar_article p {
	font-size: 15px;
	line-height: 30px;
	color: #7e7e7e;
	text-align: center;
	margin-bottom: 45px;
}

.n_yanfa .fl02 {
	background: #f5f5f5;
	padding: 86px 0 70px;
}

.jcImgScroll {
	position: relative;
	height: 490px;
	margin: 0;
}

.jcImgScroll li {
	border: 1px solid #ccc;
	overflow: visible !important
}

.jcImgScroll li a {
	background: #fff;
	display: block;
	position: relative;
	z-index: 99;
	height: 100%;
}

.jcImgScroll li.loading a {
	background: #fff url(loading.gif) no-repeat center center;
}

.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl {
	display: none;
	border: 0 none;
}

.jcImgScroll li img {
	width: 100%;
	height: 100%;
}

.jcImgScroll em.sPrev {
	background: url(arrow-left.png) no-repeat left center;
	z-index: 1000000 !important;
	left: 0 !important;
	width: 64px !important;
	height: 490px !important;
}

.jcImgScroll em.sNext {
	background: url(arrow-right.png) no-repeat right center;
	z-index: 1000000 !important;
	right: 0 !important;
	width: 64px !important;
	height: 490px !important;
	left: auto !important
}

.jcImgScroll dl dd {
	background: url(numbtn.png) no-repeat 0 bottom;
	text-indent: -9em;
}

.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr {
	background-position: 0 0;
}

.jcImgScroll li b {
	height: 40px !important;
	bottom: -56px !important;
	width: 100% !important;
	left: 0 !important;
	background: none !important;
	font-size: 15px;
	color: #595959 !important;
	font-weight: normal;
}

.jcImgScroll li.select b {
	display: block !important;
	opacity: 1 !important;
	text-align: center;
}

.n_about .fl01 {
	position: relative;
	z-index: 1;
	margin-bottom: -85px;
	overflow: hidden;
	padding-top: 52px
}

.n_about .fl01 .shuzi {
	margin: 0 -52px;
	background: #fff;
	text-align: right;
	overflow: hidden;
	padding: 35px 52px 55px;
}

.n_about .fl01 .shuzi ul {
	text-align: left;
	font-size: 0;
	float: right;
}

.n_about .fl01 .shuzi ul li {
	display: inline-block;
	margin-left: 96px;
}

.n_about .fl01 .shuzi ul li h3>div {
	display: inline-block
}

.n_about .fl01 .shuzi ul li h3 big {
	font-size: 40px;
	color: #0099CC;
	font-family: GOTHAM-BLACK;
}

.n_about .fl01 .shuzi ul li h3 big.counter {
	position: absolute;
	top: 0;
	left: 0
}

.n_about .fl01 .shuzi ul li h3 small {
	font-size: 14px;
	color: #767676;
	margin-left: 12px;
}

.n_about .fl01 .shuzi ul li h6 {
	font-size: 14px;
	color: #767676;
	margin-top: 15px;
}

.n_about .fl02 {
	background: url(n_about_fl02_bg.jpg) center no-repeat;
	height: 470px;
	background-attachment: fixed
}

.n_about .fl02 h3 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	padding-top: 100px
}

.n_about .fl02 h3 span {
	font-size: 18px;
	vertical-align: top;
	line-height: 30px
}

.n_about .fl02 h5 {
	font-size: 26px;
	color: rgba(255,255,255,0.65);
	font-family: BarlowCondensed-Regular;
	text-transform: uppercase;
	margin: 12px 0 40px
}

.n_about .fl02 h2 img {
	transition: 0.6s
}

.n_about .fl02 h2 img:hover {
	transform: rotate(180deg)
}

.n_about .fl03 {
	padding: 72px 0 0
}

.n_about .fl03 .title {
	text-align: center
}

.n_about .fl03 .title h3 {
	font-size: 32px;
	color: #2a2a2a;
	font-weight: bold;
	margin-bottom: 12px
}

.n_about .fl03 .title h4 {
	font-size: 26px;
	color: #959595;
	font-family: BarlowCondensed-Bold;
	text-transform: uppercase;
}

.n_about .fl03 #n_zizhi {
	padding: 55px 0
}

#n_zizhi .ul .miso-prev,#n_zizhi .ul .miso-next {
	width: 65px;
	height: 65px;
	top: 50%;
	margin-top: -75px;
}

#n_zizhi .ul .miso-prev {
	background: url(left02.png) center no-repeat;
	left: -100px;
}

#n_zizhi .ul .miso-next {
	background: url(right02.png) center no-repeat;
	right: -100px;
}

.n_weixiu .fl01 {
	padding: 60px 0 0;
}

.n_weixiu .fl01 .title {
	margin-bottom: 38px;
}

.n_weixiu .fl01 .title h3 {
	font-size: 22px;
	color: #393838;
	margin-bottom: 12px;
}

.n_weixiu .fl01 .title h4 {
	font-size: 18px;
	color: #535353;
	text-transform: uppercase
}

.n_weixiu .fl01 form {
	font-size: 0;
	width: 695px;
}

.n_weixiu .fl01 form .con {
	display: inline-block;
	width: 340px;
	height: 48px;
	border: #cdcdcd 1px solid;
	border-radius: 3px;
	padding: 0 12px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}

.n_weixiu .fl01 form .con01 {
	width: 340px;
	margin-right: 0;
}

.n_weixiu .fl01 form .con02 {
	width: 100%;
	margin-right: 0;
	height: 94px;
}

.n_weixiu .fl01 form .con input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 15px;
	color: #727272
}
.n_weixiu .fl01 form .con textarea {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 15px;
	color: #727272;
	line-height: 34px;
	padding: 6px 0;
	resize: none;
}

.n_weixiu .fl01 form .button {
	display: inline-block;
	vertical-align: top;
}

.n_weixiu .fl01 form button {
	width: 118px;
	height: 48px;
	line-height: 48px;
	background: #158b8c;
	border-radius: 3px;
	font-size: 15px;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.6s
}

.n_weixiu .fl01 form button:hover {
	background: #0099CC
}

.n_join {
	padding: 60px 0 100px;
}

.n_join ul {
	margin-bottom: 60px;
}

.n_join ul li {
	overflow: hidden;
	margin-bottom: 18px;
	background: #ffff;
}

.n_join ul li .a {
	padding: 50px 0 0;
}

.n_join ul li .top {
	position: relative;
	line-height: 50px;
	background: #fff;
	padding: 0 85px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
}

.n_join ul li .top i {
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -18px;
	width: 35px;
	height: 35px;
	background: url(jia.png) center no-repeat;
	cursor: pointer
}

.n_join ul li .top h5 {
	font-size: 18px;
	color: #414141;
	float: left;
	width: 80%;
	position: relative;
	line-height: 30px;
}

.n_join ul li .top:before {
	content: "";
	position: absolute;
	background: url(n_join_icon01.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 3px;
}

.n_join01 ul li .top:before {
	content: "";
	position: absolute;
	background: url(n_join_icon03.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 3px;
}

.n_join ul li .ar_article {
	padding: 12px 85px 40px;
	margin: 0;
	width: 100%;
	background: #fff;
	position: relative
}

.n_join ul li .ar_article:before {
	content: "";
	position: absolute;
	background: url(n_join_icon02.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 14px;
}

.n_join01 ul li .ar_article:before {
	content: "";
	position: absolute;
	background: url(n_join_icon04.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 14px;
}

.n_join ul li .ar_article .height {
	height: 56px;
	overflow: hidden;
	transition: 0.6s
}

.n_join ul li .ar_article p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 28px;
	color: #8b8b8b;
}

.n_join ul li.current .ar_article .height {
	height: auto
}

.n_join ul li.current .top i {
	background: url(jian.png) center no-repeat;
}

.n_licheng .fl01 {
	background: url(n_licheng_fl01_bg.jpg) center no-repeat;
	height: 360px;
	margin-top: 45px;
}

.n_licheng .fl01 .w1200 {

	padding: 65px 30px 0
}

.n_licheng .fl01 h3 {
	font-size: 42px;
	color: #fff;
	line-height: 42px;
	font-family: BarlowCondensed-Regular;
	text-transform: uppercase;
	margin-bottom: 115px;
	height: 84px;
}

.n_licheng .fl01 .miso_hd {
	width: 860px;
	margin-right: 24px;
	float: right;
}

.n_licheng .fl01 .miso_hd .miso-list {
}

.n_licheng .fl01 .miso_hd li {
	position: relative;
	text-align: center
}

.n_licheng .fl01 .miso_hd li:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 0;
	background: url(jiantou.png) center no-repeat;
	border-radius: 50%;
	left: 50%;
	margin-left: -11px;
	bottom: 8px;
	transition: 0.6s;
	overflow: hidden
}

.n_licheng .fl01 .miso_hd li h4 {
	font-size: 42px;
	color: rgba(255,255,255,0.65);
	font-family: BarlowCondensed-Bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 91px;
}

.n_licheng .fl01 .miso_hd li h4:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	left: 50%;
	margin-left: -12px;
	bottom: 26px;
	transform: scale(0);
	transition: 0.6s
}

.n_licheng .fl01 .miso_hd li h4:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #0099CC;
	border-radius: 50%;
	left: 50%;
	margin-left: -6px;
	bottom: 32px;
	transform: scale(0);
	transition: 0.6s
}

.n_licheng .fl01 .miso_hd .miso-prev, .n_licheng .fl01 .miso_hd .miso-next {
	width: 60px;
	height: 60px;
	left: -254px;
	top: -5px;
}

.n_licheng .fl01 .miso_hd .miso-prev {
	background: url(left03.png) center no-repeat;
}

.n_licheng .fl01 .miso_hd .miso-next {
	background: url(right03.png) center no-repeat;
	left: -172px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4 {
	color: #fff
}

.n_licheng .fl01 .miso_hd li.miso-current:before {
	height: 10px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4:before {
	transform: scale(1)
}

.n_licheng .fl01 .miso_hd li.miso-current h4:after {
	transform: scale(1)
}

.n_licheng .fl02 {
	overflow: hidden;
	position: relative;
	top: -37px;
	margin-bottom: -37px;
}

.n_licheng .fl02 .miso_bd h4 {
	float: left;
	font-size: 88px;
	color: #0099CC;
	font-family: BarlowCondensed-Regular;
	text-transform: uppercase;
	padding: 70px 0;
	padding-left: 30px
}

.n_licheng .fl02 .miso_bd .right {
	width: 902px;
	border-left: #dedede 2px solid;
	padding: 80px 0;
	padding-left: 30px;
	min-height: 228px;
}

.n_licheng .fl02 .miso_bd .right dl dd {
	font-size: 15px;
	line-height: 28px;
	color: #949494;
	position: relative;
	margin-bottom: 15px;
}

.n_licheng .fl02 .miso_bd .right dl dd:before {
	content: "";
	position: absolute;
	left: -25px;
	width: 10px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #dedede;
}

.n_licheng .fl02 .miso_bd .right dl dd:after {
	content: "";
	position: absolute;
	left: -38px;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -7px;
	background: #fff;
	border: #dedede 2px solid;
	border-radius: 50%;
}

.n_chaxun {
	padding: 78px 98px;
}

#allmap {
	width: 100% !important;
	height: 605px
}

.form_search {
	width: 100%;
	position: relative;
	z-index: 100;
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}

.form_search .box {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
	vertical-align: top;
}

.form_search .box>div {
	display: inline-block;
}

.form_search .box .f_title {
	display: inline-block;
	width: 84px;
	height: 40px;
	line-height: 40px;
	background: #bf934a;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: none;
}

.form_search .box .f_input {
	display: inline-block;
	width: 205px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	color: #333;
}

.form_search .box .f_input input {
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: none;
	border: none;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
}

.form_search .box .sousuo {
	display: inline-block;
	padding: 0 !important
}

.form_search .box select {
	display: inline-block;
	width: 290px;
	height: 50px;
	line-height: 46px;
	background: #fff;
	border: #e6e6e6 2px solid;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
}

.form_search .box .btn_anniu {
	display: inline-block;
	width: 84px;
	height: 50px;
	line-height: 50px;
	background: #0099CC;
	text-align: center;
}

.form_search .box .btn_anniu input {
	display: inline-block;
	width: 100%;
	background: none;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

#dr_ajax_result {
	position: absolute;
	width: 360px;
	height: 500px;
	left: 50px;
	top: 50%;
	background: #fff;
	z-index: 100;
	margin-top: -250px;
}

#dr_ajax_result h3 {
	background: #bf934a;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#dr_ajax_result .content {
	padding: 0;
}

#dr_ajax_result ul {
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 500px;
}

#dr_ajax_result ul {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar-track {
	border-radius: 2.5px;
	background-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar-thumb {
	border-radius: 2.5px;
	width: 5px;
	height: 5px;
	background-color: #158b8c;
}

#dr_ajax_result ul li {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom: #e3e3e3 1px solid;
	height: 100px;
	padding: 20px 28px;
}

#dr_ajax_result ul li img {
	position: relative;
	top: 7px;
	margin-right: 6px;
}

#dr_ajax_result ul li a {
	font-size: 15px;
	color: #333;
}

#dr_ajax_result ul li a:hover {
	color: #bf934a;
}

#dr_ajax_result ul li h5 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left
}

#dr_ajax_result ul li h6 {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: left
}

.BMap_bubble_content {
	font-size: 15px;
	line-height: 28px;
	color: #333
}

.xuanze {
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.25)
}

.xuanze ul {
	font-size: 0;
	background: #fff
}

.xuanze ul li {
	display: inline-block;
}

.xuanze ul li a {
	display: inline-block;
	padding: 0 75px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	cursor: pointer
}

.xuanze ul li a img {
	margin-right: 10px;
	vertical-align: middle;
}

.xuanze ul li.on a {
	background: #bf934a;
	color: #fff
}

.n_contact .box001 {
	width: 328px;
	height: 416px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -228px;
	margin-left: -156px;
}

.n_contact .box001:before {
	content: "";
	position: absolute;
	border-top: #fff 15px solid;
	border-left: transparent 12px solid;
	border-right: transparent 12px solid;
	bottom: -15px;
	left: 50%;
	margin-left: -12px;
}

.n_contact .dots {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: 190px;
}

.n_contact .dots:before {
	content: "";
	background: #0099CC;
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	left: 0;
	top: 0;
	margin-top: 26px;
	transform: scale(2);
	animation: lwy 2s ease infinite
}

.n_contact .dots:after {
	content: "";
	background: #fff;
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	left: 0;
	top: 0;
	margin-top: 26px;
}

@keyframes lwy {
	0 {
		transform: scale(2)
	}

	50% {
		transform: scale(1.75)
	}

	100% {
		transform: scale(2)
	}
}

.n_contact .box001 .img,.n_contact .box001 .img img {
	width: 328px;
	height: 204px;
	overflow: hidden
}

.n_contact .box001 .con {
	text-align: center
}

.n_contact .box001 .con a {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #0099CC;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	position: relative;
	top: -20px;
	transition: 0.6s
}

.n_contact .box001 .con h4 {
	font-size: 18px;
	color: #494949;
	font-weight: bold;
	margin: 12px 0 20px;
}

.n_contact .box001 .con h6 {
	font-size: 15px;
	color: #494949;
	margin-bottom: 10px
}

.n_contact .box001 .con h5 {
	font-size: 20px;
	color: #494949;
	font-family: BarlowCondensed-Regular;
	font-weight: bold
}

.n_contact .box001 .con a:hover {
	background: #0099CC
}

.n_contact .fl02 {
	text-align: center;
	padding: 85px 0 90px;
}

.n_contact .fl02 .title {
	font-size: 24px;
	line-height: 44px;
	color: #5d5d5d;
	margin-bottom: 58px;
}

.n_contact .fl02 ul {
	font-size: 0
}

.n_contact .fl02 ul li {
	display: inline-block;
	width: 20%;
}

.n_contact .fl02 ul li .icon {
	border: #cfcfcf 2px solid;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	border-radius: 50%;
	margin-bottom: 16px
}

.n_contact .fl02 ul li h5 {
	font-size: 15px;
	line-height: 28px;
	color: #666666
}

.n_contact .fl03 {
	text-align: center;
	background: #f9f9f9;
	border-top: #eaeaea 3px solid;
	padding: 88px 0;
}

.n_contact .fl03 .title {
	margin-bottom: 75px;
	position: relative
}

.n_contact .fl03 .title:before {
	content: "";
	position: absolute;
	bottom: -45px;
	width: 1px;
	height: 25px;
	background: #b9b9b9;
}

.n_contact .fl03 .title h3 {
	font-size: 32px;
	color: #525252;
	font-weight: bold;
	margin-bottom: 12px;
}

.n_contact .fl03 .title h4 {
	font-size: 26px;
	color: #8c8c8c;
	font-family: BarlowCondensed-Bold;
	text-transform: uppercase
}

.n_contact .fl03 form {
	width: 730px;
	margin-top: 0;
	display: inline-block;
}

.n_contact .fl03 form h5 {
	font-size: 14px;
	color: #939393;
	margin-bottom: 12px;
}

.n_contact .fl03 .messlist {
	height: 50px;
	line-height: 50px;
	margin: 0 10px 16px 0;
	float: left;
	width: 360px;
	background: #fff;
	color: #626364;
	border-radius: 4px;
}

.n_contact .fl03 .messlist label,.form-list .messlist01 label,.n_contact .fl03 .messlist03 label {
	float: left;
	width: 70px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	color: #636363;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-weight: normal;
}

.n_contact .fl03 .messlist input {
	float: left;
	width: 70%;
	height: 50px;
	background: none;
	border: none;
	outline: none;
	color: #767676;
	font-size: 14px;
	padding: 0 20px;
}

.n_contact .fl03 .messlist01 {
	height: 43px;
	margin-top: 30px;
	float: left;
	width: 880px;
	border: #d3d7d8 1px solid;
	background: #fbfbfc;
	color: #626364;
	margin-right: 44px;
}

.n_contact .fl03 .messlist01 input {
	float: left;
	width: 712px;
	height: 48px;
	padding: 0 10px;
	background-color: #fbfbfc;
	border: none;
	outline: none;
	color: #626364;
	font-size: 12px;
}

.n_contact .fl03 .messlist02 {
	height: 150px;
	width: 100%;
	background: #fff;
	color: #767676;
	box-sizing: border-box;
	margin-bottom: 16px;
	border-radius: 4px;
}

.n_contact .fl03 .messlist02 textarea {
	float: left;
	width: 100%;
	height: 150px;
	color: #767676;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 14px 20px;
	resize: none;
	box-sizing: border-box;
	background: none;
}

.n_contact .fl03 .messlist02 label {
	float: left;
	width: 70px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	color: #000000;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-weight: normal;
}

.n_contact .fl03 .yanzheng {
	display: inline;
	float: left;
	position: absolute;
	right: 10px;
	top: 0.7rem;
}/*.n_contact .fl03 .yanzheng img{width: 5.5625rem;height: 1.8125rem;}*/.n_contact .fl03 .messsub input {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #0099CC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition: 0.6s;
}

.n_contact .fl03 .messsub input:hover {
	background: #0099CC;
}

.n_contact .fl03 .messlist03 {
	height: 50px;
	margin: 0 10px 0 0;
	float: left;
	width: 360px;
	background: #fff;
	color: #767676;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
}

.n_contact .fl03 .messlist03 input {
	float: left;
	width: 100%;
	height: 56px;
	color: #767676;
	font-size: 14px;
	border: none;
	outline: none;
	resize: none;
	box-sizing: border-box;
	background: none;
	padding: 0 25px;
}

.n_contact .fl03 .messsub {
	float: left;
	width: 190px;
}

.n_product {
	padding: 0 0 95px
}

.n_product .miso_hd {
	margin: 0 -1px;
	margin-bottom: 50px;
	font-size: 0;
	position: relative;
	z-index: 100;
}

.n_product .miso_hd li {
	padding: 0 1px;
	text-align: center;
	width: 16.666667%;
	display: inline-block
}
.n_product .miso_hd li img{width:70%;}
.n_product .miso_hd li a {
	display: block;
	height: 155px;
	background: #fff;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

.n_product .miso_hd li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0;
	background: #0099CC;
	transition: 0.9s ease
}

.n_product .miso_hd li a h3 {
	line-height: 110px
}

.n_product .miso_hd li a h5 {
	font-size: 14px;
	color: #313131
}

.n_product .miso_hd .miso-prev,.n_product .miso_hd .miso-next {
	width: 11px;
	height: 21px;
	margin-top: -10px
}

.n_product .miso_hd .miso-prev {
	background: url(left002.png) center no-repeat;
	left: -60px;
}

.n_product .miso_hd .miso-next {
	background: url(right002.png) center no-repeat;
	right: -60px;
}

.n_product .miso_hd li.on a:after,.n_product .miso_hd li:hover a:after {
	left: 0;
	width: 100%
}

.n_product .miso_hd li.on a h3 img,.n_product .miso_hd li:hover a h3 img {
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}

.n_product .miso_bd {
	margin: 0 -16px;
	margin-bottom: 30px;
	font-size: 0
}

.n_product .miso_bd li {
	padding: 0 16px;
	text-align: center;
	width: 33.333333%;
	display: inline-block;
	margin-bottom: 30px;
}

.n_product .miso_bd li a {
	display: block;
	height: 460px;
	background: #fff;
	position: relative;
	cursor: pointer
}

.n_product .miso_bd li a .img,.n_product .miso_bd li a .img img {
	width: 380px;
	max-height: 304px;
	overflow: hidden;
	object-fit: cover;max-width:100%;
}

.n_product .miso_bd li a .con {
	padding: 0 20px
}

.n_product .miso_bd li a .con h3 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.n_product .miso_bd li a .con h6 {
	font-size: 13px;
	color: #919191;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px 0 26px
}

.n_product .miso_bd li a .con span {
	font-size: 12px;
	color: #5f6263;
	display: inline-block;
	width: 135px;
	height: 35px;
	line-height: 31px;
	border: #ececec 2px solid;
	border-radius: 18px;
	transition: 0.6s
}

.n_product .miso_bd li a:hover .con span {
	background: #0099CC;
	border: #0080AA 2px solid;
	color: #fff
}

.morepage {
	text-align: center
}

.morepage a {
	display: inline-block;
	width: 68px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 10%;
	cursor: pointer;
	transition: 0.6s;
	border: #c2c2c2 1px solid;margin:5px;padding:2px 5px;
}

 .morepage a span {
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #c2c2c2;
	border-radius: 50%;
	margin: -3px 2px 0;
	vertical-align: middle;
	transition: 0.6s;
}

.morepage .page-num-current{background: #0099CC;color:#fff;}

.morepage a:hover {
	background: #0099CC;
	border: #0099CC 1px solid
}

.morepage a:hover span {
	margin: -3px 3px 0;
	background: #fff
}

.n_product .miso_hd li .box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 128px;
	background: #fff;
	padding: 45px 30px;
	box-shadow: 0 0px 15px rgba(0,0,0,0.25);
	display: none
}

.n_product .miso_hd li .box .left {
	width: 694px;
	height: 304px;
	overflow: hidden;
}

.n_product .miso_hd li .box .right {
	width: 370px;
	padding: 46px 0 0;
	text-align: left
}

.n_product .miso_hd li .box .right dd {
	font-size: 15px;
	line-height: 37px;
	color: #6f6f71;
	padding-left: 15px;
	background: url(yuanjiao.png) left center no-repeat;
	text-align: left;
}

.n_product .miso_hd li .box .right h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold
}

.top_video {
	width: 664px;
	height: 304px;
	overflow: hidden
}

.top_video:hover .plyr--video .plyr__controls {
	bottom: 0
}

.n_product_detail {
	padding-bottom: 100px
}

.n_product_detail .fl01 {
	position: relative;
	top: -160px;
}

.n_product_detail .fl01 .w1200 {
	padding: 60px 50px 55px;
	background: #fff;
}

.n_product_detail .fl01 .w1200.ww {
	position: relative;
}

.n_product_detail .fl01 .w1200 .miso_hd {
	float: left;
	width: 535px;
	height: 365px;
	overflow: hidden
}

.n_product_detail .fl01 .w1200 .miso_hd img {
	width: 535px;
	height: 365px;
	overflow: hidden;
	object-fit: cover;
}

.n_product_detail .fl01 .w1200 .right {
	width: 518px;
}
.n_product_detail .fl01 .w1200 .right table{width: 100%;border:solid 1px #999;}
.n_product_detail .fl01 .w1200 .right td{padding:5xp;border:solid 1px #ccc;}


.n_product_detail .fl01 .w1200 .right h3 {
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 18px;
}

.n_product_detail .fl01 .w1200 .right p {
	font-size: 15px;
	color: #333;
	font-family: "宋体";
	
}

.n_product_detail .fl01 .w1200 .right dl.dl {
	margin-bottom: 25px
}

.n_product_detail .fl01 .w1200 .right dl dt {
	font-size: 15px;
	color: #646464;
	margin-bottom: 16px
}

.n_product_detail .fl01 .w1200 .right dl .dd {
	font-size: 0;
	margin: 0 -6px;
}

.n_product_detail .fl01 .w1200 .right dl .dd dd {
	display: inline-block;
	width: 33.333333% !important;
	padding: 0 6px;
	margin-bottom: 12px;
}

.n_product_detail .fl01 .w1200 .right dl .dd dd span {
	font-size: 13px;
	color: #646464;
	display: block;
	height: 45px;
	line-height: 43px;
	border: #e0e0e0 1px solid;
	text-align: center
}

.n_product_detail .fl01 .w1200 .right dl .dd dd.miso-current span {
	border: #148385 1px solid;
	background: #148385;
	color: #fff
}

.n_product_detail .fl01 .w1200 .right dl .dd01 dd {
	width: 100% !important
}

.n_product_detail .fl01 .w1200 .right dl .dd01 dd span {
	border: #148385 1px solid;
	background: #148385;
	color: #fff
}

.n_product_detail .fl01 .w1200 .right dl .dd02 .miso-track {
	transform: translate3d(0, 0px, 0px) !important;
	width: 100% !important;
}

.n_product_detail .fl02 {
	top: -160px;
	position: relative;
	margin-bottom: -160px;
}

.n_product_detail .fl02 .w1200 {
	padding: 0px 50px 45px;
	background: #fff;
}

.n_news_detail {
	position: relative;
	top: -160px;
	margin-bottom: -160px;
	padding-bottom: 100px
}

.n_news_detail .n_left_box {
	background: #fff;
	padding: 4.375rem 4.375rem
}

.n_news_detail .title {
	margin-bottom: 2.5rem
}

.n_news_detail .title h3 {
	font-size: 2rem;
	color: #404142;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom: 0.75rem
}

.n_news_detail .title h6 {
	font-size: 14px;
	color: #808080;
	line-height: 20px;
}

.n_news_detail .title h6 span {
	margin-right: 1.5rem
}

.n_news_detail .title h6 img {
	margin-right: 8px;
	margin-top: -3px;
}

.n_news_detail .title h6 .span2 {
	background: url(fx.png) left center no-repeat;
	padding-left: 24px;
	position: relative;
	display: inline-block;
	width: 200px;
}

.n_news_detail .title h6 .span2 a {
	color: #808080;
}/*==============分享插件=====================*/.shart_box {
}

.shart_box:hover #j_shart_s_24 {
	display: block;
}

#j_shart_s_24 .bds_count {
	font-size: 12px;
}

#j_shart_s_24 {
	position: relative;
	display: none;
	height: 50px;
}

#j_shart_s_24 .bds_count {
	font-size: 12px;
}

#j_shart_s_24 {
	position: absolute;
	left: 94px;
	top: -10px;
	width: 215px;
}

#j_shart_s_24 strong {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	line-height: 36px;
	font-size: 12px;
	color: #838383;
	font-weight: normal;
}

#j_shart_s_24 .bds_qzone {
	background: url(j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
	background: url(j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
	background: url(j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
	background: url(j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
	background: url(j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
	background: url(j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
	background: url(j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
	background: url(j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
	background: url(j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
	font-size: 12px
}

.bdshare-button-style1-32 a {
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
	margin: 6px 2px 6px 0 !important;
}

.fanye {
	margin-top: 60px;
}

.fanye a {
	font-size: 17px;
	color: #666565
}

.fanye a.center {
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

.fanye a.center img,.fanye a.fl img {
	margin-right: 12px;
	margin-top: -3px
}

.fanye a.fr img {
	margin-left: 12px;
	margin-top: -3px
}

.fanye a:hover {
	color: #0099CC
}

.n_xuanyou .fl01 {
	padding: 82px 0 76px
}

.n_xuanyou .fl01 .title {
	text-align: center;
	margin-bottom: 62px
}

.n_xuanyou .fl01 .title h4 {
	font-size: 24px;
	color: #d4d4d4;
	font-family: BarlowCondensed-Bold;
	margin-bottom: 12px;
	text-transform: uppercase
}

.n_xuanyou .fl01 .title h3 {
	font-size: 24px;
	color: #373737;
	font-weight: bold
}

.n_xuanyou .fl01 .content {
	text-align: center;
	position: relative;
	height: 396px;
}

.n_xuanyou .fl01 .content img {
	display: inline-block
}

.circle {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	text-align: center;
	color: #3f897c;
	font-size: 30px;
	z-index: 10;
}

.circle i {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;
	z-index: 99;
	background: #158b8c;
}

.circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgba(21, 139, 140, 0.8);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
}

.circle span:nth-of-type(2) {
	animation-delay: 1s;
}

.circle span:nth-of-type(3) {
	animation-delay: 2s;
}

@keyframes circleScale {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.circle a {
	cursor: pointer;
	position: relative;
}

.n_xuanyou .fl01 .content .box {
	position: absolute;
	left: 50%;
	width: 110px;
	padding: 106px 0 0;
	text-align: center
}

.n_xuanyou .fl01 .content .box:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 104px;
	background: #dfdfdf;
	top: 15px;
}

.n_xuanyou .fl01 .content .box01 {
	margin-left: -471px;
}

.n_xuanyou .fl01 .content .box02 {
	margin-left: -316px;
}

.n_xuanyou .fl01 .content .box03 {
	margin-left: -172px;
}

.n_xuanyou .fl01 .content .box04 {
	margin-left: -10px;
}

.n_xuanyou .fl01 .content .box05 {
	margin-left: 260px;
	width: 200px;
}

.n_xuanyou .fl01 .content .box dl {
	margin-top: 20px
}

.n_xuanyou .fl01 .content .box dl dt,.n_xuanyou .fl01 .content .box dl dd {
	font-size: 13px;
	line-height: 24px;
	color: #5c5c5c
}

.n_xuanyou .fl02 {
	padding: 82px 0 76px;
	background: url(n_xuanyou_fl02_bg.jpg) center no-repeat;
	background-attachment: fixed;
	height: 410px;
}

.n_xuanyou .fl02 .title {
	text-align: center;
	margin-bottom: 62px
}

.n_xuanyou .fl02 .title h4 {
	font-size: 24px;
	color: #fff;
	font-family: BarlowCondensed-Bold;
	margin-bottom: 12px;
	text-transform: uppercase
}

.n_xuanyou .fl02 .title h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold
}

.n_xuanyou .fl03 {
	padding: 100px 0 80px;
	background: #f8f8f8;
	border-bottom: #e3e3e3 1px solid;
}

.n_xuanyou .fl03 h3 {
	font-size: 30px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	line-height: 40px;
}

.n_xuanyou .fl03 .miso_hd {
	width: 225px;
	float: left;
	padding: 76px 0 0;
	position: relative
}

.n_xuanyou .fl03 .miso_hd:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 340px;
	background: #dbdbdb;
	top: 114px;
	left: 30px;
}

.n_xuanyou .fl03 .miso_hd li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: #464646 1px solid;
	border-radius: 24px;
	font-size: 15px;
	color: #464646;
	margin-bottom: 14px;
	transition: 0.6s ease;
	background: #f8f8f8;
}

.n_xuanyou .fl03 .miso_hd li span {
	font-family: BarlowCondensed-Bold;
	font-size: 20px;
	margin: 0 16px 0 24px;
	vertical-align: top;
	display: inline-block
}

.n_xuanyou .fl03 .miso_hd li small {
	display: inline-block;
	vertical-align: top
}

.n_xuanyou .fl03 .miso_bd {
	width: 850px;
	float: right;
}

.n_xuanyou .fl03 .miso_bd li {
	text-align: center;
	padding: 46px 0 0;
}

.n_xuanyou .fl03 .miso_bd li .shouji {
	background: url(shouji_bg.png) center no-repeat;
	width: 251px;
	height: 486px;
	display: inline-block;
	padding: 58px 10px 0 0px;
	transition: 0.6s ease
}

.n_xuanyou .fl03 .miso_bd li .shouji img {
	width: 196px;
	height: 355px;
	object-fit: cover;
}

.n_xuanyou .fl03 .miso_bd li .con {
	opacity: 0;
	height: 0;
	transition: 0.6s ease
}

.n_xuanyou .fl03 .miso_bd li .con h4 {
	font-size: 20px;
	color: #464646;
	font-family: BarlowCondensed-Bold;
	margin-bottom: 10px
}

.n_xuanyou .fl03 .miso_bd li .con h5 {
	font-size: 16px;
	color: #464646
}

.n_xuanyou .fl03 .miso_bd li.miso-current .con {
	opacity: 1;
	height: 46px;
}

.n_xuanyou .fl03 .miso_bd li.miso-current .shouji {
	margin-top: -46px;
}

.n_xuanyou .fl04 {
	padding: 75px 0 70px;
	background: #f8f8f8;
}

.n_xuanyou .fl04 h3 {
	font-size: 30px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	line-height: 40px;
}

.n_xuanyou .fl04 .miso_hd {
	width: 225px;
	float: left;
	padding: 76px 0 0;
	position: relative
}

.n_xuanyou .fl04 .miso_hd:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 120px;
	background: #dbdbdb;
	top: 114px;
	left: 30px;
}

.n_xuanyou .fl04 .miso_hd li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: #464646 1px solid;
	border-radius: 24px;
	font-size: 15px;
	color: #464646;
	margin-bottom: 14px;
	transition: 0.6s ease;
	background: #f8f8f8;
	position: relative;
}

.n_xuanyou .fl04 .miso_hd li span {
	font-family: BarlowCondensed-Bold;
	font-size: 20px;
	margin: 0 16px 0 24px;
	vertical-align: top;
	display: inline-block
}

.n_xuanyou .fl04 .miso_hd li small {
	display: inline-block;
	vertical-align: top
}

.n_xuanyou .fl04 .miso_bd {
	width: 850px;
	float: right;
}

.n_xuanyou .fl04 .miso_bd li {
	text-align: center;
	padding: 46px 0 0;
}

.n_xuanyou .fl04 .miso_bd li .shouji {
	background: url(shouji_bg.png) center no-repeat;
	width: 251px;
	height: 486px;
	display: inline-block;
	padding: 58px 10px 0 0px;
	transition: 0.6s ease
}

.n_xuanyou .fl04.miso_bd li .shouji img {
	width: 196px;
	height: 355px;
	object-fit: cover;
}

.n_xuanyou .fl04 .miso_bd li .con {
	opacity: 0;
	height: 0;
	transition: 0.6s ease
}

.n_xuanyou .fl04 .miso_bd li .con h4 {
	font-size: 20px;
	color: #464646;
	font-family: BarlowCondensed-Bold;
	margin-bottom: 10px
}

.n_xuanyou .fl04 .miso_bd li .con h5 {
	font-size: 16px;
	color: #464646
}

.n_xuanyou .fl04 .miso_bd li.act .con {
	opacity: 1;
	height: 46px;
}

.n_xuanyou .fl04 .miso_bd li.act .shouji {
	margin-top: -46px
}

.n_xuanyou .fl03 .miso_hd li.miso-current {
	background: #158b8c;
	border: #158b8c 1px solid;
	color: #fff
}

.n_xuanyou .fl04 .miso_hd li.miso-current {
	background: #158b8c;
	border: #158b8c 1px solid;
	color: #fff
}

#certify {
	position: relative;
	width: 1123px;
/*判断宽度设置响应式效果*/
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 334px;
	height: 490px;
	background: #fff;
	border: 1px solid #c2c2c2;
}

#certify  .swiper-slide img {
	width: 334px;
	height: 490px;
	display: block;
	border: 2px solid #fff;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -40px;
	width: 60px;
	height: 111px;
	top: 195px;
	background: url(arrow-left.png) no-repeat right center;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/*background-position: 0 -46px;*/	/*background-size: 100%*/
}

#certify .swiper-button-next {
	right: -40px;
	width: 60px;
	height: 111px;
	top: 195px;
	background: url(arrow-right.png) no-repeat right center;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	/*background-position: 0 -139px;*/	/*background-size: 100%*/
}

#certify .swiper-slide h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	text-align: center;
	color: #595959;
	margin-top: 30px;
	opacity: 0
}

#certify .swiper-slide.swiper-slide-active h5 {
	opacity: 1
}/*==========================================内页 结束=============================================*/@media(min-width: 768px) {
}

@media(min-width: 992px) and (max-width: 1300px) {
}

@media(max-width: 1800px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1460px) {
	header {
		padding: 0 2rem
	}

	.header {
		padding: 0 2rem;
	}
}

@media(max-width: 1330px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 1060px) {
}

@media(max-width: 992px) {
}

@media(max-width: 768px) {
}

@media(max-width: 456px) {
} 


.water-con{width:1200px;max-width:100%;margin:10px auto;}
.water-con .search-con {
    width: 100%;
    margin-top: 30px;
}

.album .water-con .search-con {
    margin-top: 0px;
}

.water-con .search-con>div {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 10px 20px;
}

.water-con .search-con>div .total {
    font-size: 16px;
    font-weight: 400;
    color: #24272b;
    line-height: 40px;
}

.water-con .search-con>div .search-write {
    float: right;
    width: 50%;
    position: relative;
}

.water-con .search-con>div .search-write ul {
    height: 40px;
    margin-bottom: 0;
}

.water-con .search-con>div .search-write ul li {}

.water-con .search-con>div .search-write ul .select {
    width: 90px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
}

.water-con .search-con>div .search-write ul .write {
    padding-left: 20;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: 0;
}

.water-con .search-con>div .search-write ul li select {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    letter-spacing: -0.35px;
    font-weight: 300;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select_arrow.jpg") no-repeat 95% 50%;
}

.water-con .search-con>div .search-write ul li>div {
    position: relative;
}

.water-con .search-con>div .search-write ul li>div:before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ececec;
    position: absolute;
    top: 14px;
    left: -2px;
    z-index: 1;
}

.water-con .search-con>div .search-write ul li>div input {
    width: 46%;
    height: 40px;
    text-indent: 10px;
    padding-right: 50px;
    position: relative;
    border: solid 1px #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;margin-right:4px;
}

.water-con .search-con>div .search-write ul li>div input::placeholder {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.35px;
    color: #999;
}

.water-con .search-con>div .search-write ul li>div button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;border:none;background:#fff;
}

.water-con .search-con>div .search-write ul li>div button i {
    font-size: 36px;
    color: #727272;
    font-weight: 500;
}
