@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/* tables still need 'cellspacing="0"' in the markup */  
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:'' '';
}
a img {
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* =Structure 
----------------------------------------------- */  
body {
	font:12px/1.5 "微软雅黑";
	color:#666;
	text-align: center;
	min-width: 1400px;
	background-color: #FFFFFF;
}
a {
	text-decoration:none;
	color:#5D5D5D;/*	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
*/
}
a:hover {
	text-decoration:none;
	color: #da8c04;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	min-height:1%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.bygray {
	background-color: #e9e9e9;
}

.wrap {
	width: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container1024 {
	width: 1024px;
	margin: 0 auto;
}
.header {
	z-index: 9999;
	position: fixed;
	height: 138px;
	left: 0px;
	top: 0px;
}
.header-top {
	width: 100%;
	height: 50px;
	background-color: #83c9b6;
	color: #FFFFFF;
}
.header-top .fl ul {
	list-style-type: none;
	margin-top: 8px;
}
.header-top .fl ul li {
	float: left;
	height: 34px;
	line-height: 34px;
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
	padding-left: 44px;
	margin-right: 40px;
}
.h_location {
	background-image: url(../images/icon-location.png);
}
.h_tel {
	background-image: url(../images/icon-tel.png);
}
.h_email {
	background-image: url(../images/icon-mail.png);
}
.header-top .fr {
	width: 143px;
}
.header-top .fr ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.header-top .fr ul li {
	width: 143px;
	position: relative;
}
.header-top .fr .title {
	width:113px;
	color:#3f4e51;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	position:relative;
	background-repeat: no-repeat;
	height: 50px;
	background-position: left top;
	background-image: url(../images/header-top-link-bg.png);
	display: block;
	line-height: 50px;
	padding-left: 30px;
}
.header-top .fr a:hover {
	color:#006994;
}
.header-top .fr ul li ul {
	display: none;
}
.header-top .fr ul li:hover ul {
	display:block;
	position:absolute;
	top:50px;
	left:0px;
	width:143px;
	z-index:10;
}
.header-top .fr ul li:hover ul li a {
	display:block;
	color:#333333;
	height:36px;
	line-height:36px;
	border-bottom:#dddddd solid 1px;
	font-weight:normal;
	background-color: #75c2ce;
	width: 143px;
}
.header-top .fr ul li:hover ul li a:hover {
	color:#006994;
	background-color: #bee6ec;
}
.header-nav {
	height: 88px;
	width: 100%;
	background-color: #f8f8f8;
	position:fixed;
	z-index:9;
	left:0;
	filter:alpha(opacity=90);  /*支持 IE 浏览器*/
	-moz-opacity:0.90; /*支持 FireFox 浏览器*/
	opacity:0.90;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.logo {
	height: 120px;
	width: 274px;
	display: block;
}
.nav {
	height:88px;
	line-height:88px;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}
.nav li {
	width:110px;
	float:left;
	text-align:center;
}
.nav li .menuon {
	color:#006994;
}
.nav li a:link, .menu a:active {
	display:block;
	height:88px;
	padding:0 12px;
}
.nav li a:hover {
	color:#006994;
}
.fullSlide {
	width:100%;
	position:relative;
	height: 900px;
	background-color: #f7f7f7;
	margin-top: 50px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
	height: 900px;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	height: 900px;
}
.fullSlide .bd li a {
	display:block;
	height: 900px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:90px;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align:center;
	padding-top:5px;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:15px;
	height:15px;
	margin:5px;
	background:url(../images/tg_flash_p.png) -15px 0;
	overflow:hidden;
	line-height:9999px;
	background-repeat: no-repeat;
	background-position: -20px 0;
	;
}
.fullSlide .hd ul .on {
	background-position:0 0;
}
.islideBox{
	width:100%;
	overflow:hidden;
	position:relative;
	height: 900px;
}
.islideBox .hd{ width:100% !important;  position:absolute; bottom:80px; z-index:1; height:15px; overflow:hidden  }
.islideBox .hd ul{ overflow:hidden; zoom:1; text-align:center; }
.islideBox .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; margin:0 5px; width:15px; height:15px; background:#000; filter:alpha(opacity=40);opacity:0.4;
			-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; 
}
.islideBox .hd ul li.on{ background:#f00; }
		
.islideBox .bd{
	position:relative;
	z-index:0;
	height:900px;
}
.islideBox .bd ul{ width:100% !important  }
.islideBox .bd li{
	width:100% !important;
	height:900px;
	position:relative;
	zoom:1;
	vertical-align:middle;
	color:#fff;
	font-size: 14px;
}
.islideBox .bd li dl{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -750px;
}
.islideBox .bd li dd{
	position:absolute;
	display:none;
}
.islideBox .prev,
.islideBox .next{
	position:absolute;
	left:5%;
	top:50%;
	margin-top:-35px;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	background:#000;
	filter:alpha(opacity=40);
	opacity:0.4;
	color:#fff;
	font-size:18px;
	text-align:center;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	font-family: "宋体";
}
.islideBox .next{
	left:auto;
	right:5%;
	background-position:8px 5px;
}
.islideBox .prev:hover,
.islideBox .next:hover{ filter:alpha(opacity=60);opacity:0.6;  }
.islideBox .prevStop{ display:none;  }
.islideBox .nextStop{ display:none;  }

.islideBox .bd .item1 .item-txt1{
	top:260px;
	left:340px;
	font-size:50px;
	color: #333333;
}
.islideBox .bd .item1 .item-txt2{
	top:365px;
	left:340px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 10px;
	-webkit-text-stroke: 8px transparent;
	background: linear-gradient(90deg,#75c1ce,#75c1ce) top left / 100% 100%;
	-webkit-background-clip: text;
}
.islideBox .bd .item1 .item-txt3{
	top:440px;
	left:340px;
	color: #fff;
	font-size: 18px;
	width: 65%;
	text-align: left;
	-webkit-text-stroke: 4px transparent;
	background: linear-gradient(90deg,#75c1ce,#75c1ce) top left / 100% 100%;
	-webkit-background-clip: text;
}
.islideBox .bd .item1 .item-txt4{
	top:540px;
	left:340px;
	color: #333333;
	font-size: 14px;
	width: 550px;
	text-align: left;
}
.islideBox .bd .item1 .btn-more{
	font-size: 18px;
	color: #FFFFFF;
	background-color: #75c1cf;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	width: 160px;
	text-align: center;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	float: left;
	border: solid 2px #75c1cf;
}
.islideBox .bd .item1 .btn-info{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	width: 160px;
	text-align: center;
	border: solid 2px #75c1cf;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	margin-left: 30px;
	float: left;
	background-color: #FFFFFF;
}
.islideBox .bd .item1 a:hover{
	background-color: #FF6600;
	border-color: #FF6600;
	color: #FFFFFF;
}
.islideBox .bd .item2 .item-txt1{ top:50px; left:340px; font-size:50px; line-height:150%;  }
.islideBox .bd .item2 .item-txt2{ top:140px; left:340px; }
.islideBox .bd .item2 .item-txt3{ top:190px; left:340px; }

.section-1 {
	margin-bottom: 50px;
}
.section-1 {
	width:100%;
	height:400px;
	background:#e9e9e9;
	float:left;
}
.section-1 ul {
	margin-right: -63px;
}

.section-1 li {
	width:358px;
	float:left;
	background:#ababab;
	text-align:center;
	color:#ffffff;
	margin-right:63px;
	margin-top:-62px;
	position:relative;
	z-index:1;
	height: 430px;
}
.section-1 li .title {
	width:100%;
	height:62px;
	line-height:62px;
	background:#83c9b6;
	font-size:16px;
	font-weight:bold;
}
.section-1 li .desc {
	width:100%;
	height:338px;
	font-size:12px;
}
.section-1 li .desc p {
	margin:15px 30px;
	line-height:20px;
}
.section-1 li .desc .more {
	width:120px;
	border:#ffffff solid 1px;
	margin:auto;
	padding:5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	border-radius: 15px;
}
.section-1 li .desc .more:hover {
	background-color: #006994;
}
.section-1 li .desc .more a {
	color:#ffffff;
	display:block;
}

.card-thumb {
  height: 196px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card-thumb img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
.card:hover .card-thumb {
  height: 160px;
}

.card:hover .card-thumb img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.card-body {
	position: relative;
	height: 160px;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	text-align: center;
	padding-top: 20px;
}
.card:hover .card-body {
	height: 210px;
}
.card-subtitle {
	margin: 0 30px;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.card-description {
	position: absolute;
	top: 85px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	line-height: 24px;
	opacity: 0;
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 12px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.card:hover .card-description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.card-body .more {
	margin:0 auto;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -70px;
}
.card-body .more a {
	width:120px;
	border:#ffffff solid 1px;
	color:#ffffff;
	display:inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	border-radius: 15px;
	margin: 0 auto;
	background-color: #A2A2A2;
	padding: 5px 10px;
}
.card-body .more a:hover {
	background-color: #006994;
	border-color: #006994;
}


.section-2 {
	background-color: #e9e9e9;
	background-position: 0 300px;
}
.section-2 .container {
	width: 1024px;
}
.history-title {
	width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.history-title .lcue {
	width:56px;
	height: 56px;
	display: inline-block;
	background-image: url(../images/lcue.png);
	background-repeat: no-repeat;
}
.history-title .history-desc {
	width:640px;
	text-align:center;
	letter-spacing:3px;
	display: inline-block;
	padding-top: 20px;
}
.history-title .history-desc h2 {
	width:100%;
	font-size:32px;
	color:#838383;
	font-weight: normal;
}
.history-title .history-desc h3 {
	width:100%;
	font-size:35px;
	color:#4f4f4f;
}
.history-title .rcue {
	width:56px;
	height: 56px;
	display: inline-block;
	background-image: url(../images/rcue.png);
	background-repeat: no-repeat;
}
.history-intro {
	clear: both;
	margin-top: 100px;
}
.history-intro {
	width:100%;
	text-align: left;
}
.history-intro .fd-photo {
	width:410px;
	height:462px;
	float:left;
	position:relative;
	z-index:1;
}
.history-intro .fd-intro {
	width:614px;
	float:left;
}
.history-intro .fd-intro .intor1 {
	padding-top: 50px;
	margin-left: 40px;
}
.history-intro .fd-intro .intor4 {
	font-size:18px;
	line-height: 30px;
	padding-top: 80px;
	padding-left: 40px;
	letter-spacing: 3px;
}
.history-text-body {
	font-size: 17px;
	line-height: 40px;
	text-align: left;
	width: 1024px;
	margin: 80px auto;
	margin-top: 50px;
}
.history-text-body p {
	text-indent: 2em;
	margin-bottom: 10px;
}
.section-3 {
	text-align: left;
	padding-bottom: 80px;
	padding-top: 80px;
}
.section-3 .container {
	width: 1024px;
}
.section-3 .intro5 {
	font-size:16px;
	letter-spacing:3px;
	font-style: italic;
	width: 574px;
	margin-top: 30px;
	text-align: left;
	margin-left: 40px;
}
.section-3 ul {
	margin-right: -75px;
	padding-top: 60px;
	height: 100%;
	margin-bottom: 50px;
}
.section-3 li {
	margin-right: 74px;
	float: left;
	width: 198px;
	height: 137px;
}
.section-3 li img {
	border: solid #ddd 1px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	width: 100%;
	display: block;
}
.section-vdo {
	background-color: #333;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/vdo-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.section-vdo #video {
	margin: 0 auto;
	width: 888px;
	height: 500px;
}
.section-4 {
	background-image: url(../images/why_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 866px;
	background-size: cover;
}
.section-4 .container {
	position: relative;
	height: 866px;
	width: 1200px;
}
.why .title {
	text-align: left;
	top: 90px;
	position: absolute;
	background-image: url(../images/title-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	left: 0px;
}
.why .title h2 {
	font-size:34px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.why .title h3 {
	font-size:28px;
}
.slideBox {
	position:relative;
	width: 1200px;
	top: 140px;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	z-index:1;
	top: 120px;
	left: 0px;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	line-height:56px;
	text-align:left;
	cursor:pointer;
	background-color: #fff;
	border: solid #333 1px;
	height: 56px;
	width: 555px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: 520px center;
}
.slideBox .hd ul li.on {
	border-color: #eaae3e;
	background-image: url(../images/circle-over.png);
	background-color: #FCF3E4;

}
.slideBox .bd {
	position:relative;
	z-index:0;
	margin-left: 650px;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	position: relative;
	height: 648px;
}
.slideBox .bd li img {
	display:block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideBox .bd li span {
	display:block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	font-size: 18px;
	background-color: #56B3C2;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	width: 510px;
}
.slideBox .prev {
	position:absolute;
	top:270px;
	display:block;
	width:45px;
	height:90px;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	left: 0px;
	z-index: 1000;
}
.slideBox .next {
	position:absolute;
	top:270px;
	display:block;
	width:45px;
	height:90px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	z-index: 1000;
	right: 0px;
}
.section-5 .container {
	width: 1350px;
	padding-top: 50px;
}
.starproduct h2.title {
	height:100px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	line-height: 80px;
	background-image: url(../images/starproduct-title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 20px;
}
.starproduct .title-desc {
	font-size:14px;
	text-align:center;
	line-height: 26px;
}
.picScroll-left {
	position:relative;
	margin-top: 60px;
	width: 1350px;
}
.picScroll-left .prev, .picScroll-left .next {
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
	position: absolute;
}
.picScroll-left .prev {
	top: 30%;
	left: 0px;
}
.picScroll-left .next {
	background-position:-100px 0;
	top: 30%;
	right: 0px;
}
.picScroll-left .hd {
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}
.picScroll-left .hd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .hd ul li {
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right:3px;
	text-indent:-999px;
	cursor:pointer;
	background:url("../images/icoCircle.png") 0 -15px no-repeat;
	display: inline-block;
	margin-left: 2px;
}
.picScroll-left .hd ul li.on {
	background-position:0 0;
}
.picScroll-left .bd {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
	margin-right: -34px;
}
.picScroll-left .bd ul li {
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	margin-right: 34px;
	width: 495px;
	background-color: #f4f0f1;
	padding-bottom: 30px;
}
.picScroll-left .bd ul li .pic {
	text-align:center;
	width: 495px;
	height: 330px;
	overflow: hidden;
	position: relative;
}
.picScroll-left .bd ul li .pic img {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
}
.picScroll-left  .bd  ul  li  .pic  .zoom {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	background-image: url(../images/icon-zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, .2);
	display: none;
}
.picScroll-left .bd ul li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.picScroll-left .bd ul li p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.starproduct .picview {
	width: 495px;
	height: 330px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.starproduct .picview .mask {
	width: 495px;
	height: 330px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.starproduct .picview img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.starproduct .picview a.info {
   background:url(../images/link.png) center center no-repeat;
   display: block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:495px;
   height:330px;
}
.starproduct .zoomeffect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.starproduct .zoomeffect a.info {
	position:relative;
	top:-170px;
	left:-180px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.starproduct .zoomeffect:hover .mask {
	opacity: 1;
	border:170px solid rgba(0,0,0,0.5);
}
.starproduct .zoomeffect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.section-6 {
	background-image: url(../images/profile-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 730px;
	margin-top: 80px;
	background-size: cover;
}
.profile h2 {
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 20px;
	color: #333333;
	padding-top: 120px;
	background-image: url(../images/starproduct-title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 40px;
}
.profile p {
	font-size:14px;
	text-align:center;
	color: #333333;
	line-height: 30px;
}
.section-7 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-7 .container {
	width: 1024px;
}
.speech .title {
	margin-bottom: 40px;
}
.speech .title h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.speech .title p {
	font-size: 14px;
	font-family: Arial, "宋体";
	line-height: 24px;
	letter-spacing: 1px;
}
.txtslideBox {
	overflow:hidden;
	position:relative;
}
.txtslideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.txtslideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.txtslideBox .prev, .txtslideBox .next {
	position:absolute;
	left:40%;
	top:22%;
	margin-top:-25px;
	display:block;
	width:10px;
	height:15px;
	background:url(../images/txtslider-arrow.png) 0px 0px no-repeat;
}
.txtslideBox .next {
	left:auto;
	right:40%;
	background-position:-10px 0px;
}
.txtslideBox .prev:hover, .txtslideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.txtslideBox .prevStop {
	display:none;
}
.txtslideBox .nextStop {
	display:none;
}
.sp-pic {
	margin-bottom: 30px;
}
.sp-desc {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	font-style: italic;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	word-spacing: 2px;
	position: relative;
	height: 100px;
}
.sp-desc .lcue {
	background-image: url(../images/lcue-1.png);
	background-repeat: no-repeat;
	display: block;
	width: 43px;
	height: 35px;
	position: absolute;
	top: -10px;
}
.sp-desc .sp-text {
	display: block;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -300px;
}
.sp-desc .rcue {
	background-image: url(../images/rcue-1.png);
	background-repeat: no-repeat;
	display: block;
	width: 43px;
	height: 35px;
	position: absolute;
	top: 75px;
	right: 0px;
}
.sp-name {
	font-size: 24px;
	color: #333333;
	font-family: Impact;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-top: 50px;
	background-image: url(../images/sp-desc-line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sp-post {
	font-size: 16px;
	color: #666666;
	display: block;
	font-style: normal;
}
.footer {
	background-color: #595758;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
.footer .container {


}
.footer .lbar {
	height:100%;
	float:left;
	text-align: left;
}
.footer .lbar li {
	font-size:14px;
	float:left;
	margin-right:10px;
	line-height:150px;
}
.footer .lbar a {
	color:#ffffff;
}
.footer .lbar .copyrignt {
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	margin-top:-40px;
}
.footer .mbar {
	height:100%;
	float:left;
	margin-top: 40px;
	border-left: dashed 1px #fff;
	border-right: dashed 1px #fff;
	padding-left: 50px;
	margin-left: 100px;
	margin-right: 50px;
	padding-right: 50px;
}
.footer .mbar li {
	height:34px;
	line-height:34px;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .rbar {
	height:100%;
	line-height:190px;
	float:right;
	font-size:14px;
	width: auto;
}
.footer .rbar .rlbar {
	width:82px;
	height:100%;
	float:left;
}
.footer .rbar .rrbar {
	width:130px;
	height:80px;
	line-height:80px;
	float:left;
	margin-top:70px;
}
.footer .rbar .rrbar li {
	width:65px;
	height:100%;
	float:left;
}
.footer .rbar .rrbar .wxcode {
	width:150px;
	height:150px;
	position:absolute;
	margin-top:-250px;
	margin-left: -45px;
}
.footer .rbar .rrbar .wxcode img {
	width:100%;
	height:100%;
	border:#ddd solid 1px;
}
.back2top {
	width:58px;
	height:58px;
	position:fixed;
	_position:absolute;
	left:50%;
	margin-left:602px;
	bottom:100px;
	_bottom:auto;
	cursor:pointer;
	display:none;
}
.back2top a {
	display:block;
	width:100%;
	height:100%;
	background:url('../images/back2top.png') no-repeat;
}
.back2top a:hover {
	background:url('../images/back2top.png') no-repeat -58px 0;
}
.company-banner {
	background-image: url(../images/inner_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 280px;
	margin-top: 50px;
}
.page-company-1 {
	padding-top: 80px;
	background-color: #e9e9e9;

}
.page-company-2 .intro5 {
	font-size:16px;
	letter-spacing:3px;
	font-style: italic;
	margin-top: 30px;
	text-align: left;
	width: 574px;
	padding-left: 40px;
}
.page-company-2 ul {
	margin-right: -75px;
	padding-top: 60px;
	height: 100%;
	margin-bottom: 50px;
}
.page-company-2 li {
	margin-right: 74px;
	float: left;
	width: 198px;
	height: 137px;
}
.page-company-2 li img {
	border: solid #9f8972 1px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	width: 100%;
	display: block;
}
.page-company-2 .text-1 {
	padding-top: 30px;
}
.page-company-2 .text-1 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	color: #919191;
}
.page-company-2 .text-1 h4 {
	font-size: 26px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.page-company-3 {
	border-top: solid #75c1ce 10px;
	background-color: #f5f5f5;
}
.page-company-3 h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}
.company-desc {
	font-size: 16px;
	text-align: left;
	line-height: 33px;
	width: 860px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.page-company-4 {
	background-image: url(../images/company-8.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f5f5f5;
	padding-top: 850px;
}
.page-company-4 h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-company-5 {
	border-top: solid #75c1ce 10px;
}
.page-company-5 .container1024 {
	background-image: url(../images/company-9.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 919px;
}
.service-banner {
	background-image: url(../images/inner_service.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 280px;
	margin-top: 50px;
}
.page-service-1 {
	background-color: #f3f3f3;
}
.page-service-1 h2 {
	text-align:center;
	color:#75c1cf;
	font-size:54px;
	font-weight:bold;
	padding-top: 112px;
	padding-bottom: 50px;
}
.page-service-1 li{
	width:33%;
	float:left;
	font-size:26px;
	color:#656565;
	padding-top: 100px;
	padding-bottom: 80px;
}
.page-service-1 p{font-size:18px; font-weight:normal; line-height:26px; margin-top:-2px;}
.page-service-1 li.icon1 {
	background-image: url(../images/service-1.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-service-1 li.icon2 {
	background-image: url(../images/service-2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-service-1 li.icon3 {
	background-image: url(../images/service-3.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-service-2 {
	background-image: url(../images/service-4.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 370px;
	background-color: #f3f3f3;
}
.page-service-2 .level1{
	text-align:right;
	color:#656565;
	font-size:54px;
	font-weight:normal;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-right: 50px;
}
.page-service-2 .level2{
	text-align:right;
	color:#858585;
	font-size:22px;
	font-weight:normal;
	padding-right: 50px;
}
.page-service-3 {
}
.page-service-3 .container1024 {
	background-image: url(../images/service-5.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 796px;
	color: #333333;
	text-align: left;
}
.page-service-3 .lser{
	width:625px;
	height:796px;
	float:left;
}
.page-service-3 .rser{
	float:right;
	margin-left: 530px;
}
.page-service-3 .rser .level1{
	color:#99cdda;
	font-size:54px;
	font-weight:normal;
	margin-top:150px;
	line-height: 64px;
}
.page-service-3 .rser .level2{
	line-height:30px;
	color:#737373;
	font-size:22px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom: 30px;
}
.page-service-3 .rser .level3{
	line-height:36px;
	font-size:14px;
	font-weight:normal;
	margin-top:25px;
}
.page-service-3 .rser .level3 li{
	float:left;
	width: 210px;
	line-height: 18px;
	margin-bottom: 20px;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 30px;
}
.page-service-3 .rser .level4{
	font-size:14px;
	font-weight:normal;
	padding-top: 94px;
	padding-left: 50px;
}
.page-service-3 .rser .level4 li{
	line-height:40px;
	float:left;
	text-align: left;
	background-image: url(../images/icon-arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 45%;
}
.news-banner {
	background-image: url(../images/inner_news.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 280px;
	margin-top: 50px;
}
.contact-banner {
	background-image: url(../images/inner_contactus.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 280px;
	margin-top: 50px;
}
.product-banner {
	background-image: url(../images/inner_products.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 280px;
	margin-top: 50px;
}
.page-news-class {
	background-color: #e5e5e5;
	line-height: 80px;
	height: 80px;
}
.page-news-class li {
	float: left;
	font-size: 14px;
	margin-right: 30px;
	font-weight: bold;
}
.page-news-class li a {
	padding: 8px 40px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background-color: #FFFFFF;
}
.page-news-class  li.cur a  {
	color: #026996;

}
.page-news-class li a:hover {
	background-color: #da8c04;
	color: #FFFFFF;
}
.page-news-list {
}
.page-news-list .container1024 {
	margin-top: 40px;
	border-top: solid #ddd 1px;
	padding-top: 40px;
}
.page-news-list ul {
	margin-right: -60px;
	margin-top: 50px;
}
.page-news-list li {
	text-align: left;
	margin-bottom: 50px;
	float: left;
	width: 360px;
	margin-right: 60px;
}
.page-news-list .news-pic {
	width: 360px;
	display: block;
	overflow: hidden;
}
.page-news-list .news-pic img {
	width: 360px;
	height: 156px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page-news-list .news-pic a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.page-news-list h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	line-height: 32px;
	height: 64px;
	display: block;
	overflow: hidden;
}
.page-news-list .news-info {
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
}
.page-news-list .news-desc {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 20px;
	display: block;
}
.page-news-list .more {
	margin-top: 10px;
	text-align: center;
}
.page-news-list .more a {
	color: #42A4B5;
	font-weight: normal;
	font-size: 12px;
	background-color: #eee;
	display: inline-block;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari 和 Chrome */
	border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	width: 150px;
	height: 36px;
	line-height: 36px;
}
.page-news-list .more a:hover {
	color: #da8c04;
}

.page-video-list ul {
	margin-right: -50px;
	margin-top: 50px;
}
.page-video-list li {
	text-align: left;
	margin-bottom: 50px;
	float: left;
	width: 575px;
	margin-right: 50px;
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
.page-video-list .video-pic {
	width: 575px;
	display: block;
	overflow: hidden;
}
.page-video-list .video-pic img {
	width: 575px;
	height: 323px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page-video-list .video-pic a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.page-video-list h2 {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.page-video-list h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	height: 40px;
	display: inline-block;
	float: left;
	line-height: 40px;
}
.page-video-list h2 .video-info {
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
	float: right;
	line-height: 40px;
	font-style: normal;
}
.page-video-list .more {
	text-align: center;
}
.page-video-list .more a {
	color: #42A4B5;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff;
	display: inline-block;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari 和 Chrome */
	border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	width: 150px;
	height: 36px;
	line-height: 36px;
}
.page-video-list .more a:hover {
	color: #da8c04;
}

.pagelist {
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
	padding-top: 30px;
}
.pagelist a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	height: 35px;
	background-color: #eee;
	line-height: 35px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.product-class {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.product-class li {
	font-size: 14px;
	margin-right: 30px;
	font-weight: bold;
	display: inline-block;
}
.product-class li a {
	padding: 8px 40px;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background-color: #FFFFFF;
	border: solid #ddd 1px;
}
.product-class  li.cur a  {
	color: #FFFFFF;
	background-color: #da8c04;
	border-color: #da8c04;

}
.product-class li a:hover {
	background-color: #da8c04;
	color: #FFFFFF;
	border-color: #da8c04;
}
.product-list {
}
.product-list ul {
	margin-right: -45px;
}
.product-list li {
	float: left;
	background-color: #f4f0f1;
	margin-bottom: 45px;
	margin-right: 45px;
}
.product-list li a {
	display: block;
	background-color: #f4f0f1;
	text-align: left;
	width: 330px;
    height: 30px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}
.product-list li a:hover {
}
.product-list .picview {
	width: 370px;
	height: 247px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.product-list .picview .mask {
	width: 370px;
	height: 247px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.product-list .picview img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.product-list .picview a.info {
   background:url(../images/link.png) center center no-repeat;
   display: block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:370px;
   height:247px;
}
.product-list .zoomeffect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.product-list .zoomeffect a.info {
	position:relative;
	top:-170px;
	left:-180px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.product-list .zoomeffect:hover .mask {
	opacity: 1;
	border:170px solid rgba(0,0,0,0.5);
}
.product-list .zoomeffect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.product-list li .product-pic {
}
.product-list li h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-list li .product-price {
	text-align: left;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 16px;
}
.product-list li .product-desc {
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
}
.page-contact .container {
	width: 1140px;
	text-align: left;
	padding-top: 50px;
}
.page-contact h2.title {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../images/title-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.page-contact  h3 {
	font-size: 14px;
}
.postform {
	margin-top: 20px;
}
.postform td {
	padding-bottom: 20px;
	padding-right: 30px;
}
.postform .inputstyle {
	border: solid #333 1px;
	font-size: 14px;
	padding: 10px 10px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	width: 330px;
}
.postform textarea {
	border: solid #333 1px;
	padding: 10px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	font-size: 14px;
	width: 712px;
	height: 90px;
}
.postform .submitstyle {
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	background-color: #5992C7;
	color: #FFFFFF;
	width: 100px;
	line-height: 30px;
	border: 0;
}
.postform .resetstyle {
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	background-color: #CCCCCC;
	color: #666666;
	width: 100px;
	line-height: 30px;
	border: 0;
}
.postform .codestyle {
	border: solid #333 1px;
	font-size: 14px;
	padding: 10px 10px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	width: 330px;
	display: inline-block;
	float: left;
}
.postform .codeimg {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.factory-pic {
	margin-top: 20px;
}
.contact-icon {
	margin-right: -30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-icon li {
	float: left;
	border: solid #75c1ce 1px;
	margin-right: 30px;
	width: 358px;
	height: 120px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: top left;
}
.contact-icon li p {
	font-size: 16px;
	font-weight: normal;
}
.contact-icon li.icon1 {
	background-image: url(../images/contact-icon-1.png);
}
.contact-icon li.icon2 {
	background-image: url(../images/contact-icon-2.png);
}
.contact-icon li.icon3 {
	background-image: url(../images/contact-icon-3.png);
}
.map {
	margin-bottom: 50px;
}
.page-news h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-news .news-info {
	line-height: 30px;
	font-size: 12px;
	height: 30px;
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
}
.page-news .news-content {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.page-news .news-content img {
	max-width:1024px;
    _width:expression(this.width > 1024 ? "1024px" : this.width);
}
.product-content {
	margin-top: 50px;
}
.product-content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.product-content .product-detail {
	font-size: 16px;
	text-align: left;
}
.product-content .product-detail h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.product-content .product-detail p {
	margin: 0;
	padding: 0;
	line-height: 0px;
}
.product-content .product-detail p img {
	margin: 0;
	padding: 0;
	border: 0;
}
.product-page {
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
	line-height: 40px;
	margin-bottom: 30px;
	max-width:1024px;
    _width:expression(this.width > 1024 ? "1024px" : this.width);
}
.product-back {
	display: block;
	margin-bottom: 30px;
}
.product-back a {
	border: solid 1px;
	border-color: #ccc;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #f5f5f5;
	color: #333333;
}

.baidu-share {
	text-align: center;
	margin-bottom: 50px;
}
.baidu-share span {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	display: block;
}

.baidu-share .bdsharebuttonbox {
	display: inline-block;
}
/*new right*/
@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.searchform {
	margin-top: 23px;
}
.searchform input {
	border: 0;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	color: #666666;
	width: 120px;
	padding: 0px 20px;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	float: left;
}
.searchform button {
	background-color: #ababab;
	border: 0;
	font-family: "微软雅黑", "Microsoft YaHei UI";
	font-size: 14px;
	color: #333333;
	height: 32px;
	line-height: 32px;
	width: 50px;
	display: inline-block;
	float: left;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
.cndns-right{
	position:fixed;
	right:1px;
	top:50%;
	margin-top:-100px;
	z-index:100;
	text-align: left;
}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../images/zxkf.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{
	display:block;
	color:#999;
	font-style: normal;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{
	color:#fff;
	font-style: normal;
}
.cndns-right-box{
	position:absolute;
	top:-15px;
	right:35px;
	padding-right:25px;
	display:none;
}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow2.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{
	display:block;
	font-size:14px;
	color:#aaa;
	font-style: normal;
}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/qq.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{
	display:block;
	color:#f66e06;
	font-size:16px;
	line-height:16px;
	font-style: normal;
}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
