﻿/*-----------OWL CAROUSEL-----------*/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(../s_images/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}
td{ height:30px;
line-height:25px;
padding-left:10px;
font-family: "微软雅黑", Arial;
font-size:14px;}

.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -100px;
	width: 1162px;
}

.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 0px;
	height: 100px;
	width: 32px;
	filter: Alpha(Opacity=50);
	opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
	position: absolute;
	left: -46px;
	top: 0px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev:before {
	content: '';
	width: 0;
  height: 0;
  border-right: 30px solid red;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
	position: absolute;
	top: 0px;
	left: 2px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev:after {
	content: '';
	width: 0;
  height: 0;
  border-right: 30px solid #e7f4ff;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
	position: absolute;
	top: 0px;
	left: 6px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
	position: absolute;
	right: -46px;
	top: 0px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next:before {
	content: '';
	width: 0;
  height: 0;
  border-left: 30px solid red;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
	position: absolute;
	top: 0px;
	right: 2px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next:after {
	content: '';
	width: 0;
  height: 0;
  border-left: 30px solid #e7f4ff;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
	position: absolute;
	top: 0px;
	right: 6px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*-----------OWL CAROUSEL-----------*/

body, ul, img, h1, h2, h3, h4, h5, h6, input, dl, dt, dd, p {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif, Arial;
	font-weight: normal;
}

body, html {
	height: 100%;
	width: 100%;
}


img, ul{
	display: block;
	border: 0px;
	list-style: none;
}

a:link, a:visited, a:active, a:hover {
	color: #333;
	text-decoration: none;
}

input {
	border: 0px;
}

.triangle {
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 18px solid #0075d5;
	margin: auto;
}

.shadow {
	position: absolute;
	display: block;
	height: 0px;
	width: 100%;
	box-shadow: 0 0 20px 1px #000000;
	position: relative;
}

.wrap {
	min-height: 100%;
	position: relative;
	z-index: 2;
}

.subWrap {
	position: relative;
	display: block;
}

.content {
	position: relative;
}

.header {
	background: url(../s_images/nav.jpg);
	min-width: 1200px;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.header ul.navbar {
	padding: 0px 30px;
	font-size: 0px;
}

.header .logo {
	margin-left: 2%;
	margin-right: 5%;
}

.header .logo img {
	display: block;
	height: 70px;
	margin-top: 4px;
	border-radius: 70px / 50px;
	background-color: #0075d5;
	border: 3px solid #0075d5;
	behavior: url(/js/PIE.htc);
}

.header ul.navbar > li {
	display: inline-block;
	height: 55px;
	vertical-align: bottom;
	font-size: 16px;
}

.header ul.navbar > li a {
	display: block;
	color: #e6f3ff;
	font-family: "微软雅黑", Arial;
	font-size:18px;
}

.header ul.navbar li.menu {
	width: 9%;
	line-height: 55px;
	text-align: center;
}

.header ul.navbar .cur {
	background-color: #3098ef;
}

.header ul.subnav {
	display: none;
	z-index: 3;
	position: absolute;
	background: #3098ef;
	padding: 10px 0;
	border-radius: 0 0 6px 6px;
	behavior: url(/js/PIE.htc);
	overflow: hidden;
}

.header ul.navbar li.menu {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.header ul.navbar li.menu:hover {
	background-color: #3098ef;
}

.header ul.subnav li {
	line-height: 40px;
	 font-size:16px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.header ul.subnav li a {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-align:left;
	padding : 0 30px;
	font-family: "微软雅黑", Arial;
	font-size:16px;
}


.header ul.subnav li:hover {
	background-color: #3a9ff3;
}

.header ul.subnav li:hover a {
	color: #fff;
}

.header ul.subnav li a.ace {
	color: #fff;
}

.header ul.subnav li:hover a.ace {
	color: #fff;
}

.header ul.navbar li.searchbar {
	margin-right: 15%;
	position: absolute;
	right: 0px;top: auto;
}

.header ul.navbar li.language {
	margin-right: 5%;
	position: absolute;
	font-family: "微软雅黑", Arial;
	right: 0px;
	top: auto;
	width: 120px;
	background-color: #026fcc;
	line-height: 55px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	box-shadow: inset 0 0 14px #026fcc;
	behavior: url(/js/PIE.htc);
}

.header ul.navbar li.language:hover {
	box-shadow: none;
}

.header ul.navbar li.language:hover:after {
	border-top: 0px solid #ffb72c;
	border-bottom: 6px solid #ffb72c;
}

.header ul.navbar li.language:after {
	content: '';
	width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffb72c;
	position: absolute;
	top: 46%;
	right: 6px;
}

.header ul.navbar li.language .subnav {
	display: none;
	background-color: #026fcc;border-radius: 0 0 6px 6px;
}

.header ul.navbar li.language .subnav a {
	height: 40px;
	font-size:16px;
	font-family: "微软雅黑", Arial;
	line-height: 40px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.header ul.navbar li.language .subnav a:hover {
	background-color: #3098ef;
	color: #fff;
}

.header ul.navbar li.language .subnav .curt{
	background-color: #f8c133;
	color: #fff;
}

.header ul.navbar li.searchbar input.textbar {
	height: 36px;
	padding: 0 6px;
	margin-top: 10px;
	float: left;
	line-height: 36px;
}

.header ul.navbar li.searchbar input.submitbar {
	width: 36px;height: 36px;
	margin-top: 10px;
	background: url(../s_images/search_icon.png) no-repeat center;
	background-color: #ff3b3b;
	position: relative;
	vertical-align: bottom;
	float: left;
	cursor: pointer;
}

.header ul.navbar li.searchbar input.submitbar:hover {
	background-color: #ffb72c;
}

.header ul.navbar li.searchbar input.submitbar:active {
	background-color: #ff3b3b;
}

body{background: #eee url(../s_images/bgpic.jpg) repeat-x;
}
.main {
	background: url(../s_images/footer-wave.png) repeat-x;
	background-position: bottom;
	padding-bottom: 40px;
	padding-top: 55px;
	overflow: hidden;
}

.main > h1{
	font-size: 100px;
	font-weight: bold;
	color: #333333;
	font-family:b-font;
	text-align: center;
	padding: 10px 0;
	
}

.main .banner {
	position: relative;
	overflow: hidden;
}

.main .banner ul.rslides {
	overflow: hidden;
}

.main .banner ul.rslides li {
	width: 100%;
}

.main .banner ul.rslides li a img {
	width: 100%;
	min-width: 980px;
}

.main .banner ul.rslides_tabs {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}

.main .banner ul.rslides_tabs li {
	display: inline-block;
	padding: 10px 6px;
}

.main .banner ul.rslides_tabs li a {
	font-size: 0px;
	display: block;
	width: 26px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 4px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	box-shadow: 1px 1px 2px #7c7c7c;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	zoom: 1;
}

.main .banner ul.rslides_tabs li.rslides_here a {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}


.main .intro > p {
	max-width: 1100px;
	min-width: 600px;
	margin: auto;
	font-size: 18px;
	line-height: 32px;
	color: #2f2f2f;
	padding: 30px 10px;
	text-indent: 16px;
	text-align: center;
}

.main .intro .content {
	margin: auto;
	width: 1180px;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 20px;
}

.main .intro .content dl {
	float: left;
	width: 30%;
	min-height: 280px;
	background-color: #ffffff;
	margin: 1.62%;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 0 0 3px 1px #ddd;
	behavior: url(/js/PIE.htc);
}

.main .intro .content dl dt {
	display: block;
	width: 60px;height: 60px;
	margin: auto;
	position: relative;
	top: -20px;
	background: url(../s_images/intro_icon.png) no-repeat;
	border-radius: 60px;
}

.main .intro .content dl:nth-child(1) dt {
	background-position: 0 0;
}

.main .intro .content dl:nth-child(2) dt {
	background-position: -60px 0;
}

.main .intro .content dl:nth-child(3) dt {
	background-position: -120px 0;
}

.main .intro .content dl dd h3 {
	display: block;
	color: #333;
	text-align: center;
	font-family: "微软雅黑", Arial;;
	font-size:24px;
}

.main .intro .content dl dd p {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #3baaf4;
	font-family: "微软雅黑", Arial;
	font-size: 16px;
	line-height: 24px;
}
.main .intro .content dl dd div{
margin:auto;
margin-top:20px;
margin-bottom:30px;
border-radius: 3px;
    padding: 12px 20px;
	background: #0579e6 url(../s_images/y.png) no-repeat 15px 10px;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑", Arial;
	font-size: 18px;
	width:200px;
	line-height: 24px;
}
.main .intro .content dl dd div a{
	color: #fff;
}
.main .intro .content dl dd div:hover  {
	background-color: #ff3b3b;
}


.main .mainprod h1 {
	font-size: 38px;
	text-align: center;
	background-color: #0075d5;
	line-height: 64px;
	color: #ffffff;
	font-family: "微软雅黑", Arial;;
}

.main .mainprod .content {
	padding-top: 20px;
}

.main .mainprod .mainprodlist {
	display: block;
	width: 1162px;
	margin: auto;
	overflow: hidden;
	padding: 0 60px;
}

.owl-carousel .owl-wrapper-outer {
	padding: 20px 0;
}

.main .mainprod .mainprodlist .mainitem {
	display: block;
	width: 260px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	margin: 0 14px;
	padding-bottom: 20px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main .mainprod .mainprodlist .mainitem a.prodlink {
	display: block;
	height: 100%; /*-----Mark------*/
}

.main .mainprod .mainprodlist .mainitem:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.main .mainprod .mainprodlist .mainitem img.prodpic {
	width: 100%;
}

.main .mainprod .mainprodlist .mainitem h4.prodname {
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	font-family: "微软雅黑", Arial;
	font-weight:600;
	font-size:16px;
}

.main .mainprod .mainprodlist .mainitem p.proddetail {
	text-align: center;
	padding: 0 10px 18px 10px;
	display: block;
	height: 126px;
	font-family: "微软雅黑", Arial;
	font-size:16px;
	line-height:28px;
	color:#777;
}

.main .mainprod .mainprodlist .mainitem .viewprod {
	width: 140px;padding: 10px 0;
	font-size: 12px;
	text-align: center;color: #ffffff;
	margin: auto;
	background-color: #ff3b3b;
	border-radius: 6px;
	border: 1px solid #ff3b3b;
	cursor: pointer;
	-webkit-transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
	-o-transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
	transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
}

.main .mainprod .mainprodlist .mainitem:hover .viewprod {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.main .mainprod .mainprodlist .mainitem .viewprod:hover {
	background-color: #ffffff;
	color: #ff3b3b;
}

.main .mainprod .mainprodlist .lack:hover .viewprod {
	background-color: #b9b9b9;
	border: 1px solid #b9b9b9;
}

.main .mainprod .mainprodlist .lack .viewprod:hover  {
	background-color: #ffffff;
	color: #b9b9b9;
}

.main .mainprod .subprod {
	background-color: #ffffff;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
	display: block;
	height: 0px;
}

.main .mainprod .subprod .shadow {
	box-shadow: 0 0 5px 1px #eaeaea;
}

.main .mainprod .subprod .content {
	display: block;
	width: 1130px;
	margin: auto;
	padding: 20px 0;
}

.main .mainprod .subprod .content .container {
	padding: 20px;
}

.main .mainprod .subprod ul {
	display: block;
	overflow: hidden;
	width: 790px;
	margin: auto;
	padding: 10px;
}

.main .mainprod .subprod ul li {
	display: inline-block;
	width: 240px;
	height: 160px;
	text-align: center;
	margin: auto;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main .mainprod .subprod ul li img {
	width: 240px;
}

.main .mainprod .subprod ul li span {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #00abf7;
	font-size: 15px;
	padding:  4px 0;
	letter-spacing: 10px;
	line-height: 16px;
}

.main .mainprod .subprod ul li:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.main .mainprod .subprod .close {
	width: 140px;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;color: #ffffff;
	margin: auto;
	background-color: #ff3b3b;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	cursor: pointer;
}

.main .show {
	display: block;
	height: 580px;
	width: 100%;
	overflow: hidden;
	background: url(../s_images/fixedbg01.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.main .show .content {
	display: block;
	width: 100%;
	padding: 30px 20px 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 150px;
}

.main .show .content h2 {
	font-size: 24px;
	padding: 10px 0;
}

.main .show .content p {
	font-size: 18px;
}

.main .showab {
	display: block;
	height: 480px;
	width: 100%;
	overflow: hidden;
	background: url(../s_images/fixedbg02.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.main .showab .content {
	display: block;
	width: 100%;
	padding: 30px 20px 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 150px;
}

.main .showab .content h2 {
	font-size: 24px;
	padding: 10px 0;
}

.main .showab .content p {
	font-size: 18px;
}


.main .showpb {
	display: block;
	height: 480px;
	width: 100%;
	overflow: hidden;
	background: url(../s_images/fixedbg03.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.main .showpb .content {
	display: block;
	width: 100%;
	padding: 30px 20px 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-top: 150px;
}

.main .showpb .content h2 {
	font-size: 24px;
	padding: 10px 0;
}






.main .showjb {
	display: block;
	height: 480px;
	width: 100%;
	overflow: hidden;
	background: url(../s_images/fixedbg04.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.main .showjb .content {
	display: block;
	width: 100%;
	padding: 30px 20px 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 150px;
}

.main .showjb .content h2 {
	font-size: 24px;
	padding: 10px 0;
}

.main .showjb .content p {
	font-size: 18px;
}


.main .showco {
	display: block;
	height: 480px;
	width: 100%;
	overflow: hidden;
	background: url(../s_images/fixedbg05.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.main .showco .content {
	display: block;
	width: 100%;
	padding: 30px 20px 40px 20px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 150px;
}

.main .showco .content h2 {
	font-size: 24px;
	padding: 10px 0;
}

.main .showco .content p {
	font-size: 18px;
}


/*-----------#indexmain {
	background: url(../s_images/footer-wave.png) repeat-x;
	background-position: bottom;
	padding-bottom: 40px;
	background-color: #fff8f0;
}-----------*/

.footer {
	display: block;
	width: 100%;
	top: 50px;
	background-color: #ffffff;
	padding: 40px 0 40px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#indexFooter {
	top: 0px;
}

.footer .content {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.footer .content > .container {
	overflow: hidden;
}

.footer .content h1 {
	text-align: center;
	font-size: 20px;
	color: #999;
	font-family: "微软雅黑", Arial;
	width: 85%;
	margin: auto;
	line-height: 40px;
	position: relative;
	margin-bottom: 30px;
}

.footer .content h1 em {
	display: block;
	position: absolute;
	width: 14px;height: 14px;
	border-color: #f60;
	border-style: solid;
}

.footer .content h1 em:nth-child(1) {
	top: 0px;left: 0px;
	border-width: 1px 0 0 1px; 
}

.footer .content h1 em:nth-child(2) {
	bottom: 0px;right: 0px;
	border-width: 0 1px 1px 0; 
}

.footer .content .contus {
	font-size: 14px;
	float: left;
}

.footer .content .contus h5 {
	font-weight: bold;
	color: #262626;
	font-size: 14px;
	line-height: 28px;
}

.footer .content .contus p {
	line-height: 26px;	
     font-family: "微软雅黑", Arial;
	color: #313131;
}
.footer .content .contus a {

	color: #008dec;
}

.footer .content #quickprod {
	width: 255px;
	overflow: hidden;
}

.footer .content #quickprod .container {
	width: 400px;
	overflow: hidden;
}

.footer .content #quickprod .container p {
	float: left;
	padding-right: 30px;
	text-align: left;
	position: relative;
}

.footer .content #quickprod .container p:nth-child(2n) {
	width: 200px;
	float: right;
}

.footer .content img.logo2 {
	float: left;
	margin-left: 320px;
	width: 140px;
}

.footer .content #quickprod {
	float: right;

}

.footer .content #quickprod p a {
	color: #008dec;

}

.footer .content #quickprod p a:hover {
	text-decoration: underline;
}

.footer .content .quickguider {
	font-size: 13px;
	border-top: 2px solid #d2d3db;
	margin-top: 20px;
	clear: both;
}

.footer .content .quickguider ul {
	padding: 20px 0;
}

.footer .content .quickguider ul li {
	display: inline-block;
}

.footer .content .quickguider ul li a {
	color: #008dec;
	font-family: "微软雅黑", Arial;
	font-size:15px;
	padding: 5px 20px 0px 0px;
}

.footer .content .quickguider ul li a:hover {
	text-decoration: none;
	color: #fd2d2d;
}

.footer .content .quickguider .copyright {
	font-family: "微软雅黑", Arial;
	font-size:15px;
	color: #313131;
}

/*-----------About Us-----------*/
#aboutusmain {
	padding-bottom: 40px;
}

#aboutusmain .show .content p {
	font-size: 28px;
}

#aboutusmain .info {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
}

#aboutusmain .info p {
	width: 880px;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
}

#aboutusmain .info .container {
	float: left;
	margin-bottom: 30px;
}


#aboutusmain .info .container {
	width: 880px;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
}


#aboutusmain .info span {
	display: block;
	float: right;
	padding: 20px 0;
}

#aboutusmain .info span img {
	height: 260px;
	width: 270px;
}

#aboutusmain .info > img {
	width: 100%;
}

/*-----------contact us-----------*/
#contactusmain .info {
	display: block;
	width: 1100px;
	margin: auto;
	overflow: hidden;
}

#contactusmain .info .container {
	width: 620px;
	margin: auto;
	margin-top: 30px;
	float: left;
}
#contactusmain .info .container a{
color:#008dec;
}

#contactusmain .info .container ul li {
	line-height: 32px;
	color: #444444;
}

#contactusmain .info .container ul li span {
	font-weight: bold;
	display: inline-block;
	width: 80px;
	text-align:right;
}

/*-----------feedback-----------*/
#contactusmain .info .feedbackmain {
	display: block;
	width: 325px;
	float: right;
	border: 2px solid #ffffff;
	padding: 0 10px 20px 10px;
}

#contactusmain .info .feedbackmain h3 {
	font-size: 18px;
	padding: 6px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ffffff;
}

#contactusmain .info .feedbackmain p.please {
	color: #901111;
}

#contactusmain .info .feedbackmain form.feedback {
	padding-left: 10px;
	margin-top: 20px;
}

#contactusmain .info .feedbackmain .tableRow {
	padding: 10px 0;
	width: 325px;
}

#contactusmain .info .feedbackmain .tableRow span {
	color:#ff5656;
}

#contactusmain .info .feedbackmain .tableRow * {
	display: inline-block;
		font-size: 14px;
}

#contactusmain .info .feedbackmain .tableRow p {
	line-height: 26px;
}

#contactusmain .info .feedbackmain .tableRow input {
	border: 1px solid #d3d3d3;
	height: 32px;width: 300px;
	display: block;
}

#contactusmain .info .feedbackmain .tableRow textarea {
	vertical-align: top;
	width: 298px;height: 120px;
	border: 1px solid #d3d3d3;
}

#contactusmain .info .feedbackmain .tableRow input.btn_submit {
	color: #fff;
	width: 90px;height:50px;
	cursor: pointer;
	font-size:18px;
	font-family: "微软雅黑", Arial;;
    border-radius: 3px; 
	background-color: #0066ca;
	float: left;
}

#contactusmain .info .feedbackmain .tableRow input.btn_submit:hover {
	background-color: #5598e3;
	color: #ffffff;
}

/*-----------productx-----------*/
#product {
	background: url(../s_images/prodbg.jpg) no-repeat;
	background-position: center 55px;
}

#product img {
	margin: auto;
	margin-bottom: 20px;
}

/*-----------products-----------*/
.sideguidebar {
	position: fixed;
	right: 0px;
	top: 55px;
	display: block;
	min-width: 60px;
	text-align: center;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	background-color: #f4a925;
	padding-bottom: 20px;
}

.sideguidebar h3 {
	font-size: 18px;
	line-height: 40px;
	box-shadow: 0 0 5px #d98a00;
	color: #ffffff;
	font-family: "微软雅黑", Arial;
	padding: 0 14px;
	behavior: url(/js/PIE.htc);
}

.sideguidebar ul li img {
	height: 80px;
	display: none;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.sideguidebar ul li:before {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.4);
}

.sideguidebar ul li:nth-child(1):before {
	display: none;
}

.sideguidebar ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #ffffff;
	float: static;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sideguidebar ul li {
	display: block;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
}

.sideguidebar ul li:hover a {
	color: #fff;
	font-weight:600;
	height: 90px;
	line-height: 90px;
}

.sideguidebar ul li:hover:before {
	display: none;
}

.sideguidebar ul li:hover + li:before {
	display: none;
}

#products {
	padding-top: 55px;
}

#products h3 {
	font-size: 30px;
	text-align: center;
	background-color: #0075d5;
	line-height: 64px;
	color: #ffffff;
	font-family: "微软雅黑", Arial;;
}

#products .content dl {
	display: block;
	width: 1135px;
	overflow: hidden;
	padding: 20px 10px 0px 10px;;
	margin: auto;
}

#products dl.maintype dt img {
	width: 555px;
	height:318px;
    border: 1px solid #d9d9d9;
}

#products dl.maintype dt {
	float: left;
	position: relative;
}

#products dl.maintype dt .h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	color: #ffae00;
	left: 0px;
	top: 40%;
	padding: 10px 0;
	font-size: 26px;
}
#products dl.maintype dt .h1:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

#products dl.maintype dd {
	float: left;
	padding: 0px 10px 20px 10px;
	position: relative;
	cursor: pointer;
	display: none;
}

#products dl.maintype dd img {
	width: 170px;
	height:120px;
}

#products dl.maintype dd span {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	padding: 5px 0;
	color: #4d4d4d;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#products dl.maintype dd:hover span {
	color: #fff;
	background-color: #f8c133;
}

/*-----------Honor荣誉页面-----------*/
#honormain .info img{
	margin:auto;
	margin-top: 50px;
}

/*-----------Equioment厂家设备-----------*/
#equipmentmain .info img{
	margin:auto;
	margin-top: 50px;
}


#totop{position:fixed;bottom:40px;right:40px;z-index:999;width:71px;cursor:pointer;display:none;}
*html #totop{position:absolute;cursor:pointer;right:10px;display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-62+"px")}
#totop a{display:block;outline:none;width:60px;height:62px;background:url(../s_images/zhu.png) no-repeat;_background:url(../s_images/zhu.gif) no-repeat;}
#totop a.cur{background-position:-58px 0;text-decoration:none;color:#3a9}




.main .products .mainprodlist {
	display: block;
	width: 1162px;
	margin: auto;
	overflow: hidden;
	padding: 0 60px;
}

.main .products .mainprodlist .mainitem {
	display: block;
	width: 260px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	margin: 0 14px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main .products .mainprodlist .mainitem a.prodlink {
	display: block;
	height: 100%; /*-----Mark------*/
}

.main .products .mainprodlist .mainitem:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.main .products .mainprodlist .mainitem img.prodpic {
	width: 100%;
}

.main .products .mainprodlist .mainitem h4.prodname {
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	font-family: "微软雅黑", Arial;
	font-weight:600;
	font-size:16px;
	color:#0276f8;
}

.main .products .mainprodlist .mainitem p.proddetail {
	text-align: center;
	padding: 0 10px 18px 10px;
	display: block;
	height: 126px;
	font-family: "微软雅黑", Arial;
	font-size:16px;
	color:#777;
	line-height:28px;
}
.main .products .mainprodlist .mainitem p.rmore {
	padding: 0 10px 18px 10px;
	display: block;
	font-size:14px;
	line-height:18px;
	color:#008AFB;
}
.main .products .mainprodlist .mainitem .viewprod {
	width: 140px;padding: 10px 0;
	font-size: 12px;
	text-align: center;color: #ffffff;
	margin: auto;
	background-color: #ff3b3b;
	border-radius: 6px;
	border: 1px solid #ff3b3b;
	cursor: pointer;
	-webkit-transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
	-o-transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
	transition: all 0.2s cubic-bezier(0.4,1,0.2,1.8), background-color 0.2s, color 0.4s;
}

.main .products .mainprodlist .mainitem:hover .viewprod {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.main .products .mainprodlist .mainitem .viewprod:hover {
	background-color: #ffffff;
	color: #ff3b3b;
}

.main .products .mainprodlist .lack:hover .viewprod {
	background-color: #b9b9b9;
	border: 1px solid #b9b9b9;
}

.main .products .mainprodlist .lack .viewprod:hover  {
	background-color: #ffffff;
	color: #b9b9b9;
}

#products .container .prodinfo {
	display: none;
	position: relative;
	padding-bottom: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #dddddd;
}

#products .container .prodinfo table {
	margin-bottom: 20px;
}
#products .container .prodinfo .tab{
	width:1118px;
	padding-top: 10px;
	margin:auto;
	color:#666666;
	line-height:23px;
	font-size:14px;
}

#products .container .prodinfo .btn_close {
	width: 140px;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;color: #ffffff;
	margin: auto;
	background-color: #ff3b3b;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	cursor: pointer;
}

#products .container .prodinfo h4 {
	text-align: center;
	font-size: 22px;
	color: #4a4a4a;
	line-height: 40px;
}

#products .container .btn_prodinfo {
	width: 170px;
	height: 150px;
	padding: 0px;
	margin-left:10px;
	background: url(../s_images/arrow_more.gif) no-repeat center;
}

#products .container .btn_prodinfo2 {
	background: url(../s_images/arrow_more2.gif) no-repeat center;
}