﻿/*@font-face {
    font-family: ov;
    src:url("../fonts/sr.OTF");
}*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: 'microsoft yahei', Arial;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
/*a:hover { text-decoration:underline; }*/
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "微软雅黑", Arial;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/*header*/
.header {
	top:0;
	left:0;
  height: 92px;
  position: fixed;
  min-width: 1050px;
  width: 100%;
  background-color: white;
  border-bottom: 3px solid #F0CA9F;
  z-index: 99;
  box-sizing: border-box;
  padding: 0 45px;
}
.header .top-right {
  box-sizing: border-box;
  height: 100%;
  padding-top: 37px;
}
.header .top-right .phone-menu {
  display: none;
}
.top-link {
  display: inline-block;
  vertical-align: top;
  padding: 3px 15px 3px 0;
  border-right: 1px solid #D8D8D8;
}
.top-link li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  height: 17px;
  margin: 0 10px;
}
.top-link li a {
  display: block;
  height: 100%;
}
.top-link li.hpshop {
  width: 61px;
  background: url("../images/hp.png") no-repeat center / 100%;
}
.top-link li.hpshop:hover{background-image:url(../images/hp-on.png)}

.top-link li.jdshop {
  width: 103px;
  background: url("../images/jd.png") no-repeat center / 100%;
}
.top-link li.jdshop:hover{background-image:url(../images/jd-on.png)}
.top-link li.tmshop {
  width: 103px;
  background: url("../images/tm.png") no-repeat center / 100%;
}
.top-link li.tmshop:hover{background-image:url(../images/tm-on.png)}
.top-link li.weibo {
  width: 30px;
  background: url("../images/wb.png") no-repeat center / 100%;
}
.top-link li.weibo:hover{background-image:url(../images/weibo-on.png)}
.top-link li.weixin {
  width: 24px;
  background: url("../images/weic.png") no-repeat center / 100%;
}
.top-link li.weixin:hover{background-image:url(../images/weichat-on.png)}
.logobox {
  height: 100%;
  padding-top: 6px;
  box-sizing: border-box;
}
.logobox a {
  display: block;
}
.logobox a img {
}
.menu {
  display: inline-block;
  background: url("../images/menu.png") no-repeat center / 100%;
  width: 67px;
  height: 26px;
  font-size: 0;
  vertical-align: top;
  margin-left: 20px;
}
.menu.on {
  background: url("../images/closebtn-pc.png") no-repeat center / 100%;
}
.pc-nav-box {
  display: none;
  position: fixed;
  top: 92px;
  padding-top: 9%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(40, 50, 113, 0.9);
}
.pc-nav-box .header-phone {
  width: 1050px;
  margin: 40px auto 0;
  border-bottom: 1px solid #fff;
  font-size: 0;
  padding-bottom:20px;
}

.pc-nav-box .header-phone > p {
  position: relative;
  padding-left: 30px;
  font-size: 26px;
  color: white;
  display: inline-block;
}
.pc-nav-box .header-phone > p:before {
  content: '';
  left: 0;
  position: absolute;
  background: url("../images/phone-icon.png") no-repeat center / 100%;
  width: 22px;
  height: 22px;
  top:6px;
}
.pc-nav-box .close-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: white;
  margin-top: 14px;
  color: #333;
  font-size: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pc-nav-box .close-nav:hover {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.pc-nav {
  width: 1050px;
  margin: 0 auto;
  font-size: 0;
}
.pc-nav > li {
  font-size: 17px;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  font-weight: 600;
}
.pc-nav > li:nth-last-of-type(1) {
  width: 10%;
}
.pc-nav > li a {
  color: white;
}
.pc-nav > li ul {
  font-size: 14px;
  margin-top: 20px;
}
.pc-nav > li ul li a {
  display: inline-block;
  padding: 10px 0;
  font-weight:400;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.pc-nav > li ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: white;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transform-origin: 100% 100%;
}
.pc-nav > li ul li a:hover {
  color: #C9AB92;
}
/*.pc-nav > li ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 0 0;
}*/
.phone-nav-box {
  display: none;
}
.weichatbox {
  display: none;
  position: fixed;
  top: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(40, 50, 113, 0.9);
}
.weichatbox > div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.weichatbox > div img{
	margin-bottom:10px;
}
.weichatbox > a {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-left: -20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.weichatbox > a:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
/*预约成功弹出层*/
.uploader-popup {
  display: none;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(40, 50, 133, 0.9);
  text-align: center;
  z-index: 100;
}
.uploader-popup img {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uploader-popup .closeuploader {
  position: absolute;
  bottom: 10%;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  font-size: 20px;
  color: white;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.uploader-popup .closeuploader:hover {
  background-color: white;
  color: #333;
}

/*header--end*/
/*left-slide*/
.left-slide {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 98;
  padding-left: 10px;
}
.left-slide li {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  font-size: 0;
  height: 20px;
  width: 0;
}
.left-slide li:hover{
	font-size: 14px;
  width: auto;
}
.left-slide li:hover a{
  
  display: inline-block;
  padding: 0 5px;
  background-color: rgba(111,111,111,.5);
  color: white;
  border-radius: 5px;
}
.left-slide li.on {
  font-size: 14px;
  width: auto;
}
.left-slide li.on a {
  display: inline-block;
  padding: 0 5px;
  background-color: rgba(111,111,111,.5);
  color: white;
  border-radius: 5px;
}
.left-slide li:before {
  content: '';
  position: absolute;
  background: url("../images/dian.png") no-repeat center / 100%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 4px;
}
.footer-slide {
  padding-top: 40px;
  background-color: #11216C;
}
.footer-slide .pc-nav{
	padding-bottom:40px;
}
.footer-slide .copy-right {
  padding: 50px 0 40px;
  background: url(../images/footerbg.jpg) repeat-x center;
  border-top:3px solid #DFBA90;
}
.footer-slide .copy-right > div {
  position: relative;
  width: 1050px !important;
  margin: 0 auto;
  padding-left: 220px;
  color: white;
  box-sizing: border-box;
}
.footer-slide  .pc-friend{
	width: 1050px !important;
	margin: 0 auto;
	font-size: 17px;
	color: white;
	font-weight: 600;
	padding-bottom: 10px;
}
.footer-slide  .pc-friend li{
	width: 20%;
	float: left;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	
}
.footer-slide  .pc-friend li>a{
	color: white;
}
.clear:after{
	display:block;
	content: '';
	clear: both;
}



.footer-slide .copy-right > div p:nth-of-type(1) span {
  font-size: 18px;
  font-weight: 600;
}
/*phone*/

.share-pre-nex{
	overflow:hidden;
	margin-top:20px;
	padding:20px 0;
	border-top:1px dashed #666;
}
.share-pre-nex .prev-next-left{
	float:left;
}
.share-pre-nex .prev-next-left a{
	display:inline-block;
	vertical-align:top;
	margin:0 14px;
}
.share-pre-nex .share-box{
	float:right;
}
.share-pre-nex .share-box span{
	float:left;
	vertical-align:middle;
	margin-right:15px;
}
.share-pre-nex .share-box a{
 margin: 4px 13px 6px 0;
}
/*绝对底部*/
.fixedfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(50, 39, 34, .9);
  z-index: 98;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.fixedfooter h2 {
  display: none;
}
.fixedfooter .fixed-foot-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.fixedfooter .fixed-foot-inner img {
  margin-top: 0px;
  /*height:80px;*/
}
.fixedfooter .fixed-foot-inner form {
  position: absolute;
  bottom: 10px;
  right: 25px;
  width:380px;
}
.fixedfooter .fixed-foot-inner form input {
  font-size: 14px;
  padding: 5px 12px;
  width: 115px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
}
.fixedfooter .fixed-foot-inner form select {
  width: 115px;
  padding: 5px 12px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top:10px;
}
.fixedfooter .fixed-foot-inner form .uploader-form {
  border: 0;
  outline: 0;
  background: url(../images/ok-btn.png) no-repeat center / 100%;
  width:116px;
  height: 31px;
  font-size:0;
  vertical-align: top;
}
.fixedfooter .fixed-foot-inner .close-footerform {
  float: right;
  background: url(../images/closefooter.png) no-repeat center / 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-top: 15px;
}
.fixedfooter.off {
  width: 200px;
  bottom: 20px;
  height: 170px;
  background:none;
}
.fixedfooter.off .fixed-foot-inner {
  display: none;
}

.fixedfooter.off h2 {
  display: block;
  font-size: 0;
  color: white;
  font-weight: 600;
  line-height: 170px;
  padding: 0 22px;
  cursor: pointer;
  background:url(../images/off-bg.png) no-repeat center / 100%;
}
.news-banner .swiper-button-prev{
	left:80px;
}

.news-banner .swiper-button-next{
	right:80px;
}



.w12{ width:1200px; margin:0 auto;}
.fl { float: left; }
.fr { float: right; }
.w1200{ width:1200px; margin:0 auto;}
.clearfix{ clear:both;}




.hsAbout {
	width:1920px;
	position:relative;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	margin-top:90px;
	background:url(../images/abj.jpg) no-repeat left 128px;
}
.hsAbout h2 {
	text-align:center;
	font-size:26px;
	font-weight:normal;
	color:#333;
	background:url(../images/hrb.jpg) no-repeat center bottom;
	padding-bottom:15px;
}
.hsAbout h2 span {
	display:block;
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
}
.hsAbout .hd {
	width:160px;
	height:50px;
	margin:15px auto 0;
}
.hsAbout .hd li {
	width:80px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.hsAbout .hd li.on {
	color: #2d3953;
}
.hsAbout .bd {
	width:1200px;
	height:228px;
	margin:0 auto;
}
.hsAbout .bd .picList {
	width:1200px;
	height:270px;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
.hsAbout .bd .picList .next {
	display:block;
	width:58px;
	height:80px;
	background:url(../images/ant.jpg) no-repeat left center;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	top:48px;
	right:0;
}
.hsAbout .bd .picList .next:hover {
	background-position:-58px 0;
}
.hsAbout .bd .picList ul li {
	width:250px;
	height:300px;
	float:left;
	margin-right:25px;
}
.hsAbout .bd .picList ul li:hover img {
	opacity:0.8
}
.hsAbout .bd .picList ul li span {
	display:block;
	width:230px;
	height:40px;
	line-height:40px;
	color:#fff;
}
.hsAbout .about {
	width:1200px;
	margin:0 auto;
	text-align:center;
}
.hsAbout .about p {
	padding-top:30px;
	font-size:14px;
}
.hsAbout .about a {
	display:inline-block;
	width:125px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-family:arial;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	background:#fe0002;
	border-radius:20px;
	margin-top:35px;
}
.hsAbout .about a:hover {
	background:#fe4647;
	color:#fff;
}/* news */
.hsNews {
	padding:65px 0;
	background:#e9eaeb;
	overflow:hidden;
	margin-top:90px;
}
.hsNews .news {
	width:660px;
	overflow:hidden;
	background:#fff;
	padding:30px;
}
.hsNews .news .hd {
	height:25px;
	line-height:25px;
}
.hsNews .news .hd ul {
	float:left;
}
.hsNews .news .hd ul li {
	width:110px;
	height:25px;
	float:left;
	font-size:17px;
	color:#333;
}
.hsNews .news .hd ul li.on {
	color: #2d3953;
}
.hsNews .news .hd a {
	float:right;
	font-family:arial;
	font-size:13px;
	color:#999;
}
.hsNews .news .hd a:hover, .hsNews .faq h2 a:hover, .hsNews .faq .bd li h3 a:hover {
	color: #2d3953;
}
.hsNews .news .bd {
	width:660px;
	overflow:hidden;
}
.hsNews .news .bd ul {
	width:700px;
}
.hsNews .news .bd ul li {
	width:305px;
	height:109px;
	float:left;
	padding-right:10px;
	margin-right:30px;
	margin-top:20px;
}
.hsNews .news .bd ul li .pic {
	display:block;
	width:86px;
	height:109px;
	float:left;
	margin-right:14px;
}
.hsNews .news .bd ul li .n-tit {
	width:205px;
	float:left;
	height:40px;
	line-height:40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	font-weight:normal;
	font-size:15px
}
.hsNews .news .bd ul li .n-tit a {
	color:#333;
	transition:all 0s linear;
}
.hsNews .news .bd ul li h5 {
	width:205px;
	float:left;
	font-size:13px;
	padding-top:10px;
	font-weight:normal;
	color:#999;
	line-height:20px;
}
.hsNews .news .bd ul li:hover {
	background:#2d3953;
}
.hsNews .news .bd ul li:hover .n-tit a, .hsNews .news .bd ul li:hover h5 {
	color:#fff;
}/* faq */
.hsNews .faq {
	width:377px;
	background:#fff;
	padding:30px;
	overflow:hidden;
}
.hsNews .faq h2 {
	height:25px;
	line-height:25px;
	font-size:17px;
	color:#333;
	font-weight:normal;
}
.hsNews .faq h2 a {
	float:right;
	font-family:arial;
	font-size:13px;
	color:#999;
}
.hsNews .faq .bd {
	height:367px;
	overflow:hidden;
	margin-top:20px;
}
.hsNews .faq .bd img {
	height:154px;
	margin-bottom:20px;
}
.hsNews .faq .bd li {
	padding-bottom:25px;
}
.hsNews .faq .bd li h3 {
	height:20px;
	line-height:20px;
	background:url(../images/fq.jpg) no-repeat left top;
	padding-left:30px;
	padding-bottom:5px;
	font-weight:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:15px;
}
.hsNews .faq .bd li h3 a {
	color:#333;
}
.hsNews .faq .bd li p {
	background:url(../images/fa.jpg) no-repeat left 2px;
	padding-left:30px;
	color:#888;
	line-height:20px;
	margin-top:5px;
}/* left content */
.pageSidebar {
	width:240px;
	overflow:hidden; 
}
.sidebarOne h2 {
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:28px;
	color:#fff;
	border-radius:2px 2px 0 0;
	background: #11216c;
	font-weight:normal;
}
.sidebarOne li {
	margin-top:2px;
}
.sidebarOne li a {
	display:block;
	height:45px;
	line-height:45px;
	padding-left:20px;
	font-size:16px;
	color:#333;
	background: #c5c5c5;
}

.listzhenglinlin{
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background: url(../images/eb.png) no-repeat 215px center #eee;}
	
	
	
.sidebarOne li a:hover, .sidebarOne li .active {
	background: #11216c;
	color:#fff;
}
.sidebarOne li ol {
	margin-bottom:5px;
	overflow:hidden;
}
.sidebarOne li ol li {
	width:240px;
}
.sidebarOne li ol li a {
	display:block;
	height:35px;
	line-height:35px;
	background:url(../images/iconb.jpg) no-repeat 25px center;
	padding-left:35px;
	font-size:14px;
	width:200px;
	border-bottom:1px dashed #e1e1e1;
}
.sidebarOne li ol li a:hover, .sidebarOne li ol li a.active {
	background:url(../images/iconbh.jpg) no-repeat 25px center;
	color:#fe0002;
}
.sidebarTwo, .sidebarThree {
	margin-top:15px;
	border:1px solid #e1e1e1;
	padding:14px;
	background:#fff;
}
.sidebarTwo h2, .sidebarThree h2 {
	height:35px;
	font-size:18px;
	color:#333;
	font-weight:normal;
}
.sidebarTwo .bd {
	width:210px;
	height:382px;
}
.sidebarTwo .bd .box {
	height:382px;
	overflow:hidden;
}
.sidebarTwo .bd ul {
	overflow:hidden;
	zoom:1;
}
.sidebarTwo .bd li {
	width:210px;
	height:191px;
}
.sidebarTwo .bd li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.sidebarTwo .bd li img:hover {
	border-color:#2d3953;
}
.sidebarTwo .bd li span {
	width:190px;
	height:35px;
	line-height:35px;
}
.sidebarThree .twoCont p {
	padding-top:10px;
}
.sidebarThree .twoCont b {
	color:#fe0002;
	font-size:14px;
	padding-bottom:10px;
}/* right content */
.pageContent {
	width:930px;
	overflow:hidden;
	min-height:650px;
	background:#fff;
}
.pageTitle {
	height:46px;
	line-height:40px;
	background:url(../images/conti.png) no-repeat left bottom;
}
.pageTitle h2 {
	display:block;
	float:left;
	height:46px;
	text-align:left;
	font-size:18px;
	overflow: hidden;
	font-weight:normal;
	padding-left:8px;
}
.pageTitle span {
	height:46px;
	float:right;
	font-family:"微软雅黑";
	padding-right:8px;
}
.position {
	height:46px;
	line-height:40px;
	background:url(../images/conti.png) no-repeat left bottom;
}
.pageContentBox {
	width:920px;
	padding-top:20px;
	overflow:hidden;
	line-height:35px;
	font-size:14px;
}/* setting list */
.settingList {
	width:1050px;
}
.settingList li {
	width:290px;
	height:232px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.settingList li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.settingList li img:hover {
	border-color:#fe0002
}
.settingList li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* honor list */
.honorList {
	width:1050px;
}
.honorList li {
	width:290px;
	height:232px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.honorList li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.honorList li img:hover {
	border-color:#fe0002
}
.honorList li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* case list */
.caseList {
	width:1050px;
}
.caseList li {
	width:290px;
	height:201px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.caseList li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.caseList li img:hover {
	border-color:#fe0002
}

.caseList li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* related case */
.recCase {
	overflow:hidden;
	margin-top:20px;
}
.recCase ul {
	padding-top:15px;
	width:1050px;
}
.recCase li {
	width:290px;
	height:201px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.recCase li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.recCase li img:hover {
	border-color:#fe0002
}
.recCase li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* news list */
.newsList li {
	padding:20px 0;
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
}
.newsList li img {
	display:block;
	float:left;
	margin-right:25px;
	border:3px solid #e1e1e1;
}
.newsList li img:hover {
	border-color: #2d3953;
}
.newsList li h3 {
	font-size:18px;
	line-height:35px;
	color:#333;
	font-weight:normal;
}
.newsList li h3 a {
	color:#333;
}
.newsList li h3 a:hover {
	color: #2d3953;
}
.newsList li h4 {
	color:#999;
	font-weight:normal;
}
.newsList li p {
	padding-top:7px;
}
.newsList li .more {
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #e1e1e1;
	font-size:14px;
	margin-top:10px;
}
.newsList li .more:hover {
	background: #2d3953;
	color:#fff;
	border-color: #2d3953;
}/* news show */
.newsShow h2 {
	font-size:20px;
	line-height:32px;
	text-align:center;
	position:relative;
	font-weight:normal;
}
.newsShow h3 {
	text-align:center;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #d2d2d2;
	font-weight:normal;
	font-size:13px;
}
.newsShow h3 span {
	margin:8px 8px 0 8px;
	color:#999;
	text-decoration:none;
}
.fontResizer a {
	padding:0 5px;
}
.curFont {
	font-weight:bold;
	color:#fe0002;
}
.newsShowBox {
	padding-top:15px;
	line-height:26px;
	padding-bottom:10px;
}
.picturePic {
	text-align:center;
	padding-bottom:15px;
}
.fenyList {
	height:35px;
	background:#eee;
	padding:0 10px;
	margin-top:15px;
	font-size:13px;
	margin-bottom:15px;
}
.prew {
	background:url(../images/pre_info.gif) no-repeat left center;
	float:left;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding-left:15px;
	text-align:left;
	width:46%;
}
.nextw {
	background:url(../images/next_info.gif) no-repeat right center;
	float:right;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding-right:15px;
	text-align:right;
	width:46%;
}/* related news */
.recNews {
	overflow:hidden;
	margin-top:20px;
}
.recNews ul {
	width:990px;
	padding-top:10px;
}
.recNews ul li {
	float:left;
	margin-right:50px;
	width:440px;
	height:30px;
	line-height:30px;
}
.recNews ul li a {
	display:block;
	width:310px;
	background:url(../images/iconh.jpg) no-repeat left center;
	padding-left:15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
}
.recNews ul li a:hover {
	background:url(../images/iconi.jpg) no-repeat left center;
}
.recNews ul li span {
	float:right;
	color:#999;
}
.recTitle {
	padding-left:20px;
	height:40px;
	line-height:40px;
	background:url(../images/page_line.jpg) no-repeat 10px center #eee;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-weight:normal;
}/* product list */
.productList {
	width:1050px;
}
.productList li {
	width:290px;
	height:250px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.productList li img {
	border:2px solid #e1e1e1;
	padding:3px;
}
.productList li img:hover {
	border-color:#2d3953;
}
.productList li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* product show */
.productShowPic {
	width:442px;
}
.tb-pic a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tb-pic a img {
	vertical-align:middle;
}
.tb-pic a {
*display:block;
*font-family:Arial;
*line-height:1;
}
.tb-s310, .tb-s310 a {
	height:320px;
	width:440px;
	background:#fff
}
.tb-s310, .tb-s310 img {
	max-height:320px;
	max-width:440px;
}
.tb-s310 a {
*font-size:271px;
}
.tb-booth {
	border:1px solid #dadada;
	position:relative;
	z-index:1;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#fff;
	border:1px solid #ccc;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url(../images/mask.png);
	cursor:move;
	z-index:1;
}
.tb-picList {
	width:442px;
	height:46px;
	overflow:hidden;
	margin-top:10px;
	position:relative;
}
.tb-picList .prev, .tb-picList .next {
	display:block;
	width:13px;
	height:21px;
	position:absolute;
	top:14px;
	left:0;
	background:url(../images/anu.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
	transition:all 0s linear;
}
.tb-picList .next {
	left:auto;
	right:0;
	background-position:0 -42px
}
.tb-picList .prev:hover {
	background-position:0 -21px;
}
.tb-picList .next:hover {
	background-position:0 -63px;
}
.tb-picList .tb-thumb {
	position:relative;
	width:366px;
	height:46px;
	margin:0 auto;
	overflow:hidden;
}
.tb-picList .tb-thumb ul {
	position:absolute;
	width:999999px;
	height:46px;
}
.tb-picList .tb-thumb ul li {
	background:none;
	float:left;
	width:76px;
	height:46px;
	overflow:hidden;
}
.tb-picList .tb-thumb ul li a {
	display:block;
	width:60px;
	height:44px;
	border:1px solid #d9d9d9;
	text-align:center;
	background:#fff
}
.tb-picList .tb-thumb ul li a.tb-selected {
	border-color:#fe0002
}
.tb-picList .tb-thumb ul li img {
	max-width:100%;
	height:44px;
	cursor:pointer;
}/* product right */
.productShowTitle {
	width:440px;
	height:344px;
	overflow:hidden;
	padding-left:45px
}
.productShowTitle h2 {
	line-height:24px;
	border-bottom:1px solid #e8e8e8;
	font-size:18px;
	padding:10px 0;
}
.descriptionBox {
	margin:10px 0;
	height:132px;
	overflow:hidden;
	line-height:22px;
}
.productOrder a {
	display:inline-block;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:4px;
	background:#fe0002;
	margin-top:15px;
}
.productOrder a:first-child {
	margin-right: 20px;
}
.productOrder a:hover {
	color:#fff;
	background:#fa2d2f;
}
.productTel {
	font-size:16px;
	padding:10px 0;
	overflow:hidden;
	line-height:30px;
}
.productTel span {
	font-family:arial;
	font-size:24px;
	color:#fe0002;
	position:relative;
	top:3px;
}
.productFenx {
	height:40px;
}/* Explanation */
.tabListBox {
	overflow:hidden;
	margin-top:20px;
}
.tabList {
	height:40px;
	background:#eee;
}
.tabList li {
	display:block;
	width:186px;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
	font-size:15px;
}
.tabList li.on {
	color:#fff;
	background:#2d3953;
}
.tabBox {
	overflow:hidden;
	padding-top:15px;
}/* Purchasing Form */
.orderBox {
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.order {
	width:615px;
	border:none;
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.orderTable {
	padding:20px;
	margin-top:2px;
	background:#eee;
	overflow:hidden;
}
.tableRow {
	width:296px;
	height:35px;
	float:left;
}
.tableRow span {
	display:inline-block;
	float:left;
	width:65px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
}
.rowInput {
	float:left;
	padding:0 5px;
	width:219px;
	height:33px;
	line-height:33px;
	border:1px solid #d0d0d0;
	background:#fff;
	color:#999;
}
.tableRowA {
	margin-top:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.tableRowA span {
	display:inline-block;
	float:left;
	width:65px;
	height:80px;
	line-height:22px;
	text-align:center;
}
.rowTextarea {
	float:left;
	padding:3px 5px;
	width:811px;
	height:90px;
	line-height:20px;
	border:1px solid #d0d0d0;
	background:#fff;
	color:#999;
}
.rowInput:focus, .rowTextarea:focus {
	border-color:#fe0002
}
.grCode {
	width:500px;
}
.rowA {
	width:120px;
}
.pt15 {
	margin-top:15px;
}
.checkcode {
	margin-left:10px;
	float:left;
	background:#fff;
	width:50px;
	height:23px;
	padding:6px 5px;
}
.orderTable .subt {
	margin-left:65px;
	width:95px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:none;
	background:#2c2f36;
	cursor:pointer;
	float:left;
	color:#fff;
	border-radius:2px;
	font-size:15px;
}
.orderTable .subt:hover {
	background:#fe0002
}
.orderTable .subtA {
	margin-left:10px;
}/* related product */
.recProduct {
	overflow:hidden;
	margin-top:20px;
}
.recProduct ul {
	padding-top:15px;
	width:1050px;
}
.recProduct li {
	width:290px;
	height:250px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.recProduct li img {
	border:2px solid #f1f1f1;
	padding:3px;
}
.recProduct li img:hover {
	border-color:#2d3953;
}
.recProduct li span {
	width:270px;
	height:35px;
	line-height:35px;
}/* faq list */
#item_list li {
	position:relative;
	margin-bottom:25px;
}
.clear{ clear:both;}


.pglist{ width:100%;clear:both;height:80px; }
.pglist ul{ width:100%;text-align:center; padding-top:20px;}
.pglist ul li{
	vertical-align: bottom;
	display:inline-block;*
	display:inline;zoom:1;
	width:30px;
	height:30px;
	margin-left:5px;
	_display:inline;
	_zoom:1;
	_margin-left:5px;
	border: 1px solid #2d3953;
	font-size:14px;
	line-height:30px;
	text-align:center;
	background: #2d3953;
	}
.pglist ul li a{color:#fff; line-height:30px; display:block}
.pglist ul li.home,.pglist ul li.end{ width:60px; height:30px; border: 1px  solid #2d3953;}
.pglist ul li.next,.pglist ul li.last{
	width:30px;
	height:30px;
	border: 1px  solid #2d3953;
	font-size:24px;
	line-height: 30px;
	font-family:'微软雅黑'!important;
	font-weight:bold;
	}
.pglist ul li.on{background: #49B38A;border: 1px  solid #49B38A;}
.pglist ul li.on a{color:#fff;}
.pglist ul li.nohover{background: #2d3953;border: 1px  solid #2d3953;font-family:'微软雅黑';color:#fff}
.pglist ul li.nohover a{color:#fff;}
/*end pglist*/


.ptb25 {
	padding:25px 0;
}
.ptb30 {
	padding:30px 0;
}


.nb{ background:url(../images/b1.jpg) no-repeat center; height:649px; width:100%; margin-top:72px;}

.fb{ text-align:center;padding: 50px 0 40px;
background: url(../images/footerbg.jpg) repeat-x center; color:#fff;}
.fb p{ line-height:30px;}