/* 格式化 */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea {
  vertical-align: baseline;
  font-family: inherit;
  /*font-weight: inherit;*/
  /*font-style: normal;*/
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
}
:focus {
  outline: 0;
}
body {
  background: white;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
img {
  max-width: 100%;
}
body {
  background: #fff;
  font-family: Arial, Microsoft YaHei, '宋体', sans-serif;
  font-size: 14px;
  color: #fff;
}
a {
  color: #fff;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
/* 公共样式 */
.w1200 {
  width: 1100px;
  margin: 0 auto;
  min-width: 1100px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ovh {
  overflow: hidden;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ffs {
  font-family: \5b8b\4f53;
}
.ffw {
  font-family: Microsoft YaHei;
}
.trans {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* 头部 */
#head {
  min-width: 1200px;/* position:fixed; left:0; width:100%;*/
  width:100%;
}
.head-top {
  height: 44px; display:none;
  background-color: #222;
}
.h-t-r {
  margin-top: 8px;
}
.search-box {
  width: 170px;
  height: 26px;
  background: #303030 url(../images/search-btn.jpg) right center no-repeat;
}
.search-box input.input {
  width: 132px;
  height: 18px;
  line-height: 18px;
  padding: 4px;
  color: #fff;
  background: none;
}
.search-box a.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 29px;
  height: 26px;
}
.h-t-share {
  font-size: 0;
  margin: 0 20px;
  min-width: 125px;
}
.h-t-share a {
  margin-right: 5px;
}
#nav-box {
  padding-top: 10px;
  height: 73px;
  background: #303030;
}
.nav {
  margin-top: 10px;text-transform:uppercase; padding-right:90px; position:relative;
}
.nav span {
  margin-left: 5px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav span:hover .sub-nav {
  display: block;
}
.nav a {
  line-height: 33px;
  padding: 13px 13px;
  border-radius: 4px;
}
.nav a.active,
.nav span a:hover {
  background-color: #2e6db0;
}
.nav .sub-nav {
  position: absolute;
  
  top: 33px;
  left: 0;
  z-index: 4;
  display: none;
  width: 270px;
  padding: 10px;
  background: #fff;
}
.nav .sub-nav li {
  line-height: 30px;
}
.nav .sub-nav a {
  color: #303030;text-transform:capitalize;
}
.nav .sub-nav a:hover {
  color: #2e6db0;
  background: none;
}
/* 头部结束 */
/* 底部 */
#footer {
  min-width: 1100px;
  background: #222;
}
#footer .link {
  line-height: 30px;
  padding: 46px 0 30px 0;
}
#footer .link dt {
  color: #2667cb;
  font-size: 18px;
}
#footer .link dd a:hover {
  color: #2667cb;
}
#footer .pro {
  width: 234px;
}
#footer .extrusion {
  width: 555px;
}
#footer .extrusion dd {
  float: left;
  min-width: 212px;
}
#footer .ltd {
  background: #2c2c2c;
  line-height: 22px;
  color: #808080;
}
#footer .copyright {
  height: 52px;
  line-height: 52px;
  color: #666;
  background: #171717;
}
#footer .copyright .c-r-r a {
  margin-right: 20px;
}
#footer .copyright .c-r-r img {
  vertical-align: middle;
}
/* 底部结束 */
.BigBer {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.BigBer img {
  vertical-align: top;
}
.BigBer .hd {
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 13;
}
.BigBer .hd ul {
  overflow: hidden;
  zoom: 1;
  display: block;
  width: 100%;
  text-align: center;
}
.BigBer .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -999em;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #666;
  cursor: pointer;
  border-radius: 50%;
}
.BigBer .hd li.on {
  color: #fff;
  background: #fff;
}
.BigBer .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  text-align: center;
}
.BigBer .bd li {
  zoom: 1;
  vertical-align: middle;
}
.BigBer .prev,
.BigBer .next {
  position: absolute;
  width:49%;
  top: 0;
  display: block;
  height:469px;
  background: url(../images/prev.png) 10% center no-repeat;
  opacity:0;
}
.BigBer .next {
  left: auto;
  right: 0;
  background: url(../images/next.png) no-repeat 90% center;
}
.BigBer .prev:hover,
.BigBer .next:hover{ opacity:1;}
/* 主页 */
.in-container {
  background: #000;
  height: 280px;
  margin-top: 1px;
}
.in-cont-left {
  overflow: hidden;
  color: #fff;
  width: 830px;
  text-align: center;
}
.in-cont-left .h1 {
  font-size: 24px;
  margin-top: 80px;
}
.in-cont-left p {
  margin-top: 18px;
}
.in-cont-left .btn {
  width: 175px;
  line-height: 46px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 2px;
  margin: 30px auto 0;
}
.in-cont-left .btn a {
  display: block;
}
.in-cont-slide {
  margin-top: 22px;
  width: 255px;
  height: 235px;
  border: 1px solid #999;
  overflow: hidden;
  position: relative;
}
.in-cont-slide .hd {
  position: absolute;
  bottom: 6px;
  width: 100%;
  z-index: 3;
}
.in-cont-slide .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.in-cont-slide .hd li {
  float: left;
  width: 17px;
  height: 17px;
  margin: 0 2px;
  background: #fff;
  cursor: pointer;
  color: #333;
  text-align: center;
  line-height: 17px;
}
.in-cont-slide .hd li.on {
  color: #fff;
  background: red;
}
.in-cont-slide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  text-align: center;
}
.in-cont-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.in-cont-slide .bd img {
  max-width: 255px;
  max-height: 235px;
}
/* 关于我们 */
.channel-banner {
  margin-top: 1px;
  height: 223px;
}
.channel-banner .title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin: 80px 0 0 225px;
}
.cont-box {
  background: url(../images/side-bg.png) 170px 0 repeat-y;
}
.side-left {
  width: 310px;
  padding-top: 30px;
  padding-bottom: 100px;
}
.side-left .side-tit {
  font-size: 18px;
  color: #333;
}
.side-left .side-info {
  width: 222px;
  margin-top: 15px;
  min-height: 3px;
  background: #ededed;
  padding: 24px;
}
.side-left .side-info li {
  color: #5a5b5d;
  line-height: 30px;
}
.side-left .side-info span {
  color: #428bca;
}
.about-video {
  overflow: hidden;
  width: 270px;
  margin-top: 20px;
}
.channel-container {
  width: 790px;
  padding-bottom: 50px;
}
.channel-container .channel-box {
  padding: 22px 0 0 0;
}
.channel-container .edit {
  margin-top: 6px;
  padding-top:10px;
  padding-left: 0;
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
#path {
  line-height: 16px;
  padding-left: 35px;
  background: url(../images/home.png) 0 0 no-repeat;
  color: #666;
  font-family: \5b8b\4f53;
  font-size: 12px;
  text-transform:capitalize;
}
#path a {
  font-size: 12px;
  color: #666;
  padding: 0 4px;
  font-family: Arial;
}
#path a:hover {
  color: #428bca;
}
/* 产品列表 */
.product-nav dt {
  height: 35px;
  background: #ffffff url(../images/side-li.png) 0 0 no-repeat;
}
.product-nav dd {
  display: none;
}
.product-nav dl {
  width: 264px;
  margin-top: 10px;
}
.product-nav dl a {
  padding-left: 34px;
  line-height: 35px;
  display: block;
  color: #666;
  font-size: 12px;
}
.product-nav dt.pro-on {
  background: #ffffff url(../images/side-li-on.png) 0 0 no-repeat;
}
.product-nav dl.pro-on dt {
  background: #ffffff url(../images/side-li-on.png) 0 0 no-repeat;
}
.product-nav .pro-on dd {
  display: block;
}
.product-loop li {
  float: left;
  width: 200px;
  margin-top: 60px;
  margin-left: 40px;/*
  margin-right: 40px;*/
}
.product-loop li a {
  color: #666;
  font-size: 12px;
}
.product-loop li .name {
  margin-top: 20px;
  padding-left: 10px;
}
.product-loop li .price {
  margin-top: 10px;
  padding-left: 10px;
}
#page {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
#page .cont {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 4px;
}
#page a {
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*width: 30px;*/ min-width:16px; padding:0 7px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  border-left: none;
}
#page a.prev,
#page a.next {
  font-family: \5b8b\4f53;
  color: #428bca;
}
#page a.next {
  border-right: none;
}
#page a.current,#page a.active {
  color: #fff;
  background: #428bca;
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.extrusion-loop li {
  float: left;
  width: 252px;
  margin-top: 30px;
  margin: 30px 14px 0;
}
.extrusion-loop li .img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.extrusion-loop li:hover .img img {
  transform: scale(1.1);
}
.extrusion-loop li a {
  color: #666;
  font-size: 12px;
}
.extrusion-loop li .cont {
  padding: 0 14px 14px;
  border: 1px solid #f0f0f0;
}
.extrusion-loop li .cont .box {
  overflow: hidden;
  height: 190px;
}
.extrusion-loop li .cont .title {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}
.extrusion-loop li .cont .tag {
  margin-top: 8px;
}
.extrusion-loop li .cont .tag .date {
  border-right: 1px solid #666;
  margin-right: 4px;
}
.extrusion-loop li .cont .txt {
  margin-top: 8px;
  line-height: 22px;
}
/* 新闻列表 */
.news-loop {
  padding-left: 20px;
}
.news-loop li img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-loop li:hover .img img {
/*  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
}
.news-loop li {
  overflow: hidden;
  background: #ebebeb;
  padding: 10px;
  margin-top: 30px;
}
.news-loop li .img {
  width: 272px;
  height: 180px;
}
.news-loop li .cont {
  width: 400px;
  height: 180px;
  margin-left: 15px;
}
.news-loop li .cont .title {
  color: #428bca;
  font-size: 16px;
  white-space: nowrap;
}
.news-loop li .cont .date {
  margin-top: 8px;
}
.news-loop li .cont .date span {
  float: left;
  padding: 4px 8px;
  background: #ccc;
}
.news-loop li .cont .txt {
  margin-top: 10px;
  line-height: 20px;
  color: #666;
}
/* 联系我们 */
.contact-info {
  margin: 20px 0 0 0;
}
.contact-info li {
  color: #5a5b5d;
  line-height: 30px;
}
.contact-info li span {
  color: #428bca;
}
.contact-summ {
  color: #666;
  margin-top: 20px;
}
.contact-form {
  margin-top: 10px; width:790px; float:right;
}
.contact-form li {
  margin-bottom: 15px;
  color: #333;
  overflow: hidden;
}
.contact-form li input,
.contact-form li textarea#msg {
  padding: 8px;
  border: 1px solid #ccc;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  background: none;
  width: 680px; width:95%;
}
.contact-form li textarea#msg {
  height: 32px;
}
.contact-form label {
  width: 125px;
  text-align: right;
  display: block;
  float: left;
  padding-right: 20px;
  font-weight: bold;
  line-height: 34px;
}
.contact-form input#send {
  width: 208px;
  height: 34px;
  border: none;
  background: #428bca;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 145px;
}
#scrollTop {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 29;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-family: \5b8b\4f53;
  font-size: 18px;
  color: #fff;
  background: #000000 url(../images/scrollTop.jpg) center center no-repeat;
}
.bshare-custom{ display:none;}

body{ padding-top:83px;}
#head{ width:100%; position:fixed; left:0; top:0; z-index:9999999;}