@charset "utf-8";
/* CSS 自定义网站样式 */

body { background: url(images/body.jpg) no-repeat #DCDDE1; }
/*背景*/

.bg-nav {
  background: url(images/bg-nav.jpg) repeat-x;
  position: absolute;
  height: 49px;
  width: 100%;
  top: 98px;
  z-index: 0;
  left: 0;
}
.wrap {
  margin: 0 auto;
  width: 1100px;
}  /*比body小的容器*/
.container {
  width: 1100px;
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.logo {
  float: left;
  height: 80px;
}
.tel {
  background: url(images/tel.png) no-repeat 0 center;
  width: 197px;
  height: 35px;
}
.search {
  width: 172px;
  height: 28px;
  background: url(images/sbg.png) no-repeat;
  position: relative;
  margin-top: 4px;
}
.s-text {
  height: 16px;
  line-height: 16px;
  border: 0px;
  background-color: transparent;
  width: 125px;
  padding: 2px 3px;
  color: #C9C9C9;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 14px;
}
.s-btn {
  width: 20px;
  height: 20px;
  background: url(images/sbtn.png) no-repeat;
  border: 0px;
  position: absolute;
  right: 10px;
  top: 4px;
}
.naver {
  height: 49px;
  background: url(images/naver.png) repeat-x;
}
.nav {
  position: relative;
  z-index: 10;
  padding-left: 108px;
}
.nav a.item {
  color: #fdfdfd;
  font-size: 14px;
  padding: 0 20px;
  padding-top: 12px;
  display: block;
  font-family: "微软雅黑";
}
.nav li {
  background: url(images/split.png) right 60% no-repeat;
  float: left;
  position: relative;
  z-index: 10;
  height: 49px;
}
.nav li.last { background: none; }
.nav li span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.nav li span.en {
  font-size: 10px;
  text-transform: uppercase;
  color: #bdbdbd;
  -webkit-transform: scale(0.8);
}
.nav .item:hover, .nav li:hover a.item, .nav li.on a.item { background: url(images/navbg.png) no-repeat center; }
/*二级导航*/
.nav .sub {
  right: 0px;
  width: 100%;
*width:97px;
  padding: 10px 0px;
  top: 100%;
  position: absolute;
  background: url(images/sub.png) repeat;
  line-height: 20px;
  display: none;
}
.nav .sub dd { zoom: 1; }
.nav .sub a {
  display: block;
  padding: 0 15px;
  color: #797979;
  font-family: "微软雅黑";
  white-space: nowrap;
}
.nav .sub a:hover { color: #b60007; }
.nav li:hover .sub {
  display: block;
  -webkit-animation: bounceIn 200ms linear;
  -moz-animation: bounceIn 200ms linear;
  -o-animation: bounceIn 200ms linear;
  animation: bounceIn 200ms linear;
}
/*阴影*/	
.shadow {
  -webkit-box-shadow: #737578 0px 0px 10px;
  -moz-box-shadow: #737578 0px 0px 10px;
  box-shadow: #737578 0px 0px 10px;
}
  

/*登录框动画*/
@-webkit-keyframes bounceIn {
0% {
 opacity: 0;
 -webkit-transform: scale(.5);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
 opacity: 0;
 -moz-transform: scale(.5);
}
 100% {
 -moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
 opacity: 0;
 -o-transform: scale(.5);
}
 100% {
 -o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
 opacity: 0;
 transform: scale(.5);
}
 100% {
 transform: scale(1);
}
}
.notice {
  line-height: 35px;
  font-size: 14px;
  height: 28px;
  color: #000000;
}
.notice h3 {
  font-weight: bold;
  height: 35px;
  float: left;
  padding-left: 20px;
}
/*图片滚动*/
.cover {
  position: relative;
  z-index: 5;
  width: 1090px;
  margin: 0 auto;
  height: 300px;
  margin-top: 5px;
}
.cover .hd {
  height: 28px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 1;
  line-height: 35px;
}
.cover .hd ul {
  overflow: hidden;
  zoom: 1;
  height: 7px;
  margin-top: 14px;
}
.cover .hd ul li {
  float: left;
  text-indent: -1000em;
  margin-left: 5px;
  width: 36px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  background: #D5D5D5;
  cursor: pointer;
}
.cover .hd ul li.on {
  background: #D20000;
  color: #fff;
}
.cover .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.cover .bd li {
  zoom: 1;
  vertical-align: middle;
}
.cover .bd img {
  width: 1090px;
  height: 300px;
  display: block;
}
/*文字滚动*/
.marquee .tempWrap { width: 680px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.marquee {
  overflow: hidden;
  zoom: 1;
  height: 28px;
}
.marquee li {
  margin-right: 20px;
  vertical-align: middle;
  float: left;
  height: 28px;
  line-height: 35px;
  text-align: left;
  _display: inline;
  width: auto !important;
}
.marquee li a { color: #000; }
.marquee a:hover { color: #D20000; }
/*关于我们*/

.mod-bg {
  height: 172px;
  background: url(images/bg-about.png) no-repeat;
  padding-left: 31px;
  margin-left: -31px;
  position: relative;
  padding-top: 32px;
}
.mod-about { width: 603px; }
.ab-title {
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  line-height: 36px;
}
.ab-title h2 {
  font-size: 14px;
  color: #FFF;
  float: left;
  font-family: "微软雅黑";
}
.ab-title .even {
  width: 45px;
  height: 11px;
 *margin-top:12px;
}
.ab-matter {
  padding-left: 177px;
  padding-top: 5px;
}
.ab-matter .thumb {
  width: 166px;
  height: 114px;
  margin: 0px 0px -114px -166px;
  position: relative;
  float: left;
}
.ab-matter .thumb img { vertical-align: bottom; }
.ab-matter .text {
  color: #FFF;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 14px;
  height: 132px;
}
.ab-matter .text p { text-indent: 2em; }
/*产品类目*/

.catalog { width: 460px; }
.cat-title {
  height: 36px;
  line-height: 36px;
}
.cat-title h3 {
  background: url(images/i-pro.jpg) no-repeat 13px center;
  padding-left: 30px;
  color: #565656;
  font-size: 14px;
  font-family: "微软雅黑";
}
.cat-list { padding-left: 60px; }
.cat-list li {
  float: left;
  padding-left: 17px;
  background: url(images/li-arrow.png) no-repeat 0 center;
  width: 183px;
  margin-top: 10px;
  margin-bottom: 11px;
}
.cat-list li a { color: #000; }
.cat-list li a:hover { color: #C20000; }
/*新闻列表*/

.block-news {
  width: 1084px;
  border: 1px solid #C9C9C9;
  margin: 0 auto;
  padding: 1px;
  margin-top: 27px;
}
.mod-news {
  width: 541px;
  background: #F9F9F9;
  height: 165px;
  float: left;
}
.mod-news .info {
  width: 129px;
  position: relative;
  height: 158px;
  margin-left: 3px;
  margin-top: 3px;
}
.mod-news .thumb { width: 129px; }
.mod-news .txt {
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: url(images/opacity.png) repeat;
}
.news-list {
  width: 374px;
  margin-left: 14px;
  margin-top: 6px;
}
.news-list li {
  background: url(images/li-dot.png) no-repeat 8px 50%;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-top: 1px dashed #C9C9C9;
  text-align: right;
  padding-right: 5px;
  font-size: 14px;
}
.news-list li.exta { border: none; }
.news-list li a {
  color: #3a3a3a;
  float: left;
}
.news-list li a:hover { color: #C20000; }
/*首页广告*/

.ad {
  width: 1086px;
  height: 130px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}
/*图片轮播*/

.scroll {
  position: relative;
  padding-left: 38px;
  margin-top: 26px;
}
.picList {
  overflow: hidden;
  zoom: 1;
}
.picList li {
  margin: 0 12px;
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
}
.picList li .thumb { text-align: center; }
.picList li .thumb img {
  width: 226px;
  height: 226px;
  display: block;
  border: 3px solid #C9C9C9;
}
.picList li .title {
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
.picList .title a { color: #000; }
.picList .title a:hover { color: #C20000; }
.scroll .sPrev, .scroll .sNext {
  position: absolute;
  top: 100px;
  display: block;
  left: 9px;
  width: 17px;
  height: 36px;
  background: url(images/i-left.png) no-repeat;
}
.scroll .sNext {
  left: auto;
  background: url(images/i-right.png);
  right: 9px;
}
.block-map {
  margin-top: 15px;
  padding-left: 48px;
  padding-right: 35px;
}
.col-map { width: 400px; }
/*map*/
.map-title {
  height: 31px;
  line-height: 31px;
}
.map-title h3 {
  background: url(images/i-pro.jpg) no-repeat 5px center;
  padding-left: 21px;
  color: #565656;
  font-size: 14px;
  font-family: "微软雅黑";
}
.col-address {
  width: 573px;
  height: 282px;
  background: url(images/bg-add.png) no-repeat;
  padding-top: 32px;
  padding-left: 35px;
  color: #3a3a3a;
}
.mod-address {
  line-height: 20px;
  background: url(images/i-line.png) 0 bottom no-repeat;
  padding-left: 8px;
  padding-bottom: 13px;
  font-size: 14px;
}
.mod-car {
  color: #000000;
  background: url(images/i-car.png) no-repeat 0 19px;
  padding-left: 72px;
  line-height: 21px;
  padding-top: 15px;
}
/*友情链接*/
.footer {
  padding-bottom: 5px;
  padding-top: 5px;
  color: #919191;
  line-height: 25px;
  padding-left: 65px;
  padding-right: 35px;
}
.links a {
  color: #919191;
  margin-right: 15px;
}
.links a:hover { color: #C20000; }
.cnzz {
  margin-top: -35px;
  float: right;
}
.cnzz a { color: #000000; }
/*内页*/


.main-title {
  height: 38px;
  padding-left: 31px;
  margin-left: -31px;
  background: url(images/path.png) no-repeat;
  padding-top: 32px;
}
.main-title h3 {
  line-height: 38px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #ffffff;
  padding-left: 20px;
}
.partboxer {
  width: 1069px;
  border-bottom: 1px solid #AFAFAF;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
}
.partL {
  float: left;
  width: 808px;
}
.partR {
  float: right;
  width: 240px;
  min-height: 500px;
}
.rightnav { }
.rightnav h3 {
  background: #696969;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  color: #FFF;
  font-size: 14px;
}
.nav-aside {
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 6px 5px 0px 5px;
}
.rightnav .extra { border-top: none; }
.nav-aside li {
  display: block;
  line-height: 33px;
  border-top: 1px solid #D3D3D3;
  padding-left: 28px;
  background: url(images/li-arrow.png) no-repeat 15px center;
}
.nav-aside li a { color: #000000; }
.nav-aside li a:hover, .nav-aside li a.active { color: #D20000; }
/*内容页面*/

.content {
  line-height: 28px;
  color: #000000;
  font-size: 14px;
  min-height: 500px;
}
.boxer-news { margin-top: 23px; }
.boxer-news h3 {
  background: #696969;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  color: #FFF;
  font-size: 14px;
}
.boxer-news .list {
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.boxer-news li {
  background: url(images/li-dot.png) no-repeat 8px 50%;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
.boxer-news li a {
  color: #3a3a3a;
  float: left;
}
.boxer-news li a:hover { color: #C20000; }
/*文章列表*/

.list-zixun {
  width: 740px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.list-zixun li {
  color: #000;
  border-bottom: 1px dashed #999999;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  background: url(images/li.gif) no-repeat 37px center;
  padding-left: 52px;
  font-size: 14px;
  text-align: right;
}
.list-zixun li a {
  color: #000;
  float: left;
}
.list-zixun li span { margin-right: 30px; }
.list-zixun a:hover { color: #C20000; }
/*分页*/
.pager {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.pager * {
  display: inline-block;
  vertical-align: middle;
}
.pager > a.selected, .pager > a.selected:hover {
  background: url(images/pager.png) no-repeat left -111px;
  color: #fff;
  cursor: default;
}
.pager > a {
  display: inline-block;
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  background: url(images/pager.png) no-repeat left top;
  position: relative;
  text-decoration: none;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}
.isTxtBig {
  background: #fbfbfb url(images/inputBg.png) repeat-x left top;
  height: 35px;
  line-height: 35px;
  border: 1px solid #c1c1c1;
  padding: 0 5px;
  color: #333;
  width: 30px;
}
.pageNext b {
  cursor: pointer;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  font-size: 0;
  line-height: 0;
  border-color: #f8f8f8 #f8f8f8 #f8f8f8 #4e4e4e;
  position: absolute;
  left: 16px;
  top: 12px;
}
.pagePrev b {
  cursor: pointer;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  font-size: 0;
  line-height: 0;
  border-color: #f8f8f8 #4e4e4e #f8f8f8 #f8f8f8;
  position: absolute;
  left: 9px;
  top: 12px;
}
.pager .istxt { padding-left: 30px; }
.pager a:hover { background: url(images/pager.png) no-repeat left -37px; }
.pager a:active { background: url(images/pager.png) no-repeat left -74px; }
/*产品列表*/



.list-pro li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.list-pro li .thumb { text-align: center; }
.list-pro li .thumb img {
  width: 224px;
  height: 224px;
  display: block;
  border: 1px solid #AFAFAF;
}
.list-pro li .title {
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}
.list-pro .title a { color: #000; }
.list-pro .title a:hover { color: #C20000; }
/*详情页面*/

.listshow {
  width: 745px;
  margin: 0 auto;
}
.listshow .title {
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999999;
}
.show { padding: 20px 0px; }
.contact { width: 810px; }
/*在线订单*/
.order {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.order h3 {
  color: #d20000;
  font-size: 18px;
  line-height: 50px;
}
.css1 {
  height: 19px;
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.css5 {
  height: 19px;
  width: 80px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
.css1 {
  height: 15px;
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 2px;
}
.css2 {
  height: 19px;
  width: 130px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.css4 {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 2px;
}
.table td {
  height: 35px;
  color: #333;
}
.btn {
  width: 150px;
  height: 30px;
  background: #d20000;
  color: #fffefe;
  font-size: 16px;
  border: 0;
}


	/*右侧导航菜单*/
#s_icons_box .icons_box > a {
    background-image: url("images/c_icons.png");
    background-repeat: no-repeat;
    display: block;
    height: 38px;
    margin-bottom: 12px;
    width: 38px;
}
#s_icons_box {
    top:200px;
    margin-left:600px;
    position: fixed;
    left:50%;
    z-index: 20;

}
#s_icons_box a#phone_icon:hover {
    background-position: -38px 0;
}
#s_icons_box a#weixin_icon:hover {
    background-position: -38px -51px;
}
#s_icons_box a#qq_icon:hover {
    background-position: -38px -102px;
}
#s_icons_box a#top_icon:hover {
    background-position: -38px -153px;
}
#s_icons_box a#phone_icon {
    background-position: 0 0;
}
#s_icons_box a#weixin_icon {
    background-position: 0 -51px;
}
#s_icons_box a#qq_icon {
    background-position: 0 -102px;
}
#s_icons_box a#top_icon {
    background-position: 0 -153px;
}
#s_icons_box .icons_box {
    position: relative;
}
#s_icons_box .icons_box:hover .icon_info, #s_icons_box .icons_box:hover i {
    display: block;
}
#s_icons_box .icons_box .icon_info {
    background-color: #FF0000;
    border: 1px solid #DCDCDC;
    color: #FFFFFF;
    display: none;
    padding: 10px;
    position: absolute;
    right: 50px;
    width: 225px;
   
}
#s_icons_box .icons_box .icon_info a, #s_icons_box .icons_box .icon_info a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#s_icons_box .icons_box i {
    background: url("images/right_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: none;
    height: 11px;
    padding: 10px 0;
    position: absolute;
    right: 37px;
    top: 4px;
    width: 15px;
}
#phone_info {
    top: -50px;
}
#weixin_info {
    top: -52px;
}
#qq_info, #top_info {
    top: 1px;
}
#s_icons_box .icons_box .icon_info p {
    border-bottom: 1px solid #DCDCDC;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}