* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.content-width {
  width: 1090px;
  margin: 0 auto;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 12px;
  font-family: arial;
  background-color: #f7f7f7;
}
a {
  color: #333;
}
a:hover {
  color: #ff4c00;
  transition-duration: 0.3s;
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header {
  padding: 10px 0;
  background-color: #fff;
  background-color: #ebebeb;
}
.header .logo {
  float: left;
}
.header .logo img {
  float: left;
}
.header .logo span {
  width: 500px;
  font-size: 14px;
  font-weight:600;
  line-height: 22px;
  padding-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  margin-left:40px;
}
.header .search {
  margin-top: 30px;
  float: right;
}
.header .search input {
  width: 240px;
  color: #000;
  vertical-align: top;
  padding: 6px 70px 6px 10px;
  border-radius: 3px;
  border: solid 1px #ccc;
}
.header .search input[type="button"] {
  width: 62px;
  color: #FFF;
  padding: 4px 0;
  font-weight: bold;
  border: 0;
  margin-top: 2px;
  margin-left: -64px;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #ff4c00;
}
.nav {
  line-height: 40px;
  position: relative;
  z-index: 99;
  background-color: #4a4a4a;
}
.nav li {
  float: left;
  margin-left: 21px;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 40px;
  font-weight: bold;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li > a {
  color: #fff;
  text-align: center;
  min-width: 160px;
  display: inline-block;
}
.nav li > a:hover {
  background-color: #ff4c00;
}
.nav li.active {
  background-color: #ff4c00;
}
.nav .subnav {
  display: none;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  background: #fff;
}
.nav .subnav li {
  float: left;
  width: 180px;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 24px;
  border-left: solid 1px #eee;
}
.nav .subnav li:first-child {
  border: 0;
}
.nav .subnav li h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.nav .subnav li h3 a {
  color: #ff4c00;
}
.nav .subnav li dl {
  float: left;
  margin-bottom: 15px;
  margin-right: 0px;
}
.nav .subnav li dd {
  font-size: 12px;
  font-weight: normal;
}
.nav .subnav li dd a {
  color: #666;
  display: block;
}
.nav .subnav li dd a:hover {
  color: #ff4c00;
}
.nav .subnav li.box1 {
  width: 400px;
}
.nav .subnav li.box1 dl {
  margin-right: 30px;
}
.nav .subnav li.box2 {
  width: 227px;
}
.nav .subnav li.box2 dl {

  margin-right: 30px;
}
.banner {
  height: 410px;
  margin-top: 10px;
}
.product-nav {
  padding-top: 40px;
}
.product-nav dl {
  float: left;
  width: 257px;
  margin-left: 20px;
  text-align: center;
}
.product-nav dl dt {
  height: 48px;
  font-size: 24px;
  font-family: impact;
  line-height: 24px;
  overflow: hidden;
  background: #ebebeb;
  padding: 5px 0;
}
.product-nav dl dt span {
  color: #000;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  font-family: arial;
}
.product-nav dl dt a {
  color: #ff4c00;
}
.product-nav dl dd {
  margin-top: 20px;
  position: relative;
}
.product-nav dl dd .pic {
  width: 257px;
  height: 257px;
  overflow: hidden;
  position: relative;
}
.product-nav dl dd .txt {
  width: 100%;
  height: 0px;
  line-height: 40px;
  overflow: hidden;
  font-family: impact;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition-duration: 1s;
  background: url(../images/bg.png) repeat;
}
.product-nav dl dd .txt a {
  display: block;
  color: #fff;
}
.product-nav dl dd:hover .txt {
  height: 40px;
}
.product-nav dl:first-child {
  margin-left: 0;
}
.product-news {
  padding-top: 40px;
}
.product-news .info {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
}
.product-news .items-bg {
  margin-top: 30px;
  height: 630px;
  background-color: #ebebeb;
}
.product-news .items-bg .pople {
  float: left;
  width: 440px;
  height: 630px;
  position: relative;
  background-color: #ebebeb;
}
.product-news .items-bg .list {
  float: right;
  width: 650px;
}
.product-news .items-bg .list h1 {
  color: #333;
  font-size: 30px;
  text-align: center;
  padding: 20px 10px 20px 10px;
  font-family: impact;
  text-transform: uppercase;
}

.product-news .items-bg .list li {
  width: 300px;
  float: left;
  margin-left: 16px;
  margin-top: 16px;
  background-color: #fff;
}
.product-news .items-bg .list li .pic {
  width: 300px;
  height: 226px;
  background-color: #fff;
  position: relative;
}
.product-news .items-bg .list li .txt {
  height: 30px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
}
.items-box {
  margin-top: 30px;
}
.items-box .items-lsit li {
  margin-left: 10px;
  width: 265px;
  float: left;
}
.items-box .items-lsit li:first-child {
  margin-left: 0;
}
.items-box .items-lsit li h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #ff4c00;
}
.items-box .items-lsit li h3 a {
  color: #fff;
  display: block;
}
.items-box .items-lsit li div {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #eee;
}
.items-box .items-lsit li div .pic {
  width: 241px;
  height: 113px;
  position: relative;
  text-align: center;
}
.items-box .items-lsit li div .txt {
  color: #333;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 5px;
  line-height: 16px;
}
.items-box .items-lsit li div .more {
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
  color: #ff4c00;
}
.items-box .items-lsit li div .pic-1 {
  margin-bottom: 7px;
  width: 242px;
  height: 60px;
  text-align: center;
  position: relative;
  border: solid 1px #eee;
}
.items-box .items-lsit li div .pic-1:first-child {
  margin-top: 0;
}
.footer {
  margin-top: 60px;
  color: #FFF;
  padding: 10px;
  overflow: hidden;
  background-color: #4a4a4a;
  font-weight:bold;
}
.footer .name {
  color: #fff;
  font-size: 14px;
}
.footer .img {
  width: 168px;
}
.page-content {
  margin-top: 30px;
}
.page-left {
  width: 220px;
  float: left;
}
.page-left .title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  background-color: #ff4c00;
}
.page-left .mart20 {
  margin-top: 20px;
}
.page-nav {
  padding: 10px;
  /*padding-bottom: 0;*/
  background-color: #fcfcfc;
}
.page-nav li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 15px;
  border-top: dotted  1px #ccc;
}
.page-nav li a{display: block;}
.page-nav li:first-child {
  border: 0;
}
.page-nav li a {
  color: #444;
}
.page-nav li:hover {
  background-color: #eee;
}
.page-nav li.active {
  background-color: #eee;
}
.page-contact {
  padding: 10px 20px;
  color: #444;
  background-color: #fcfcfc;
}
.page-right {
  width: 843px;
  float: right;
  font-size: 13px;
  color: #777;
}
.page-right .name {
  color: #333;
  font-size: 24px;
  padding: 30px 0 10px 15px;
  font-weight: normal;
  margin-bottom: 30px;
  border-bottom: solid 2px #ff4c00;
}
.page-right .title-2 span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  padding: 0 20px;
  min-width: 200px;
  background-color: #e9e9e9;
}
.page-right .title-3 {
  font-size: 24px;
  color: #000;
  padding-left: 15px;
  padding-top: 5px;
  font-weight: normal;
}
.page-right .info-2 {
  margin-top: 15px;
  padding-left: 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  line-height: 40px;
  color: #888;
  font-size: 12px;
}
.news-list dl {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: solid 1px #dadada;
}
.news-list dt {
  width: 168px;
  height: 140px;
  float: left;
  position: relative;
}
.news-list dd {
  width: 646px;
  float: right;
}
.news-list dd h2 {
  font-size: 14px;
  height: 30px;
  font-weight: normal;
  line-height: 30px;
  overflow: hidden;
}
.news-list dd h2 a {
  color: #000;
}
.news-list dd h2 a:hover {
  color: #ff4c00;
}
.news-list dd time {
  color: #999;
}
.news-list dd p {
  height: 40px;
  color: #666;
  margin-top: 5px;
  font-size: 12px;
  overflow: hidden;
  line-height: 20px;
}
.news-list dd .more {
  margin-top: 10px;
  display: inline-block;
  line-height: 24px;
  padding: 0 15px;
  font-size: 12px;
  color: #ff4c00;
  border: solid 1px #ff4c00;
}
.news-list dd .more:hover {
  color: #fff;
  background-color: #ff4c00;
}
.page-menu {
  margin-top: 50px;
  text-align: center;
}
.page-menu a {
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
  color: #777;
  display: inline-block;
  background-color: #fff;
  margin-left: 5px;
}
.page-menu a:hover,.page-menu a.active {
  color: #fff;
  background-color: #ff4c00;
}
.page-menu a.cur {
  color: #fff;
  background-color: #ff4c00;
}
.product-list ul {
  width: 870px;
  overflow: hidden;
}
.product-list li {
  float: left;
  width: 270px;
  margin-top: 16px;
  margin-right: 16px;
}
.product-list li div {
  position: relative;
  width: 270px;
  height: 213px;
  background: #FFF;
}
.product-list li h3 {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.product-list li p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.product-list li .more {
  color: #ff4c00;
  margin-top: 5px;
  display: inline-block;
}
.proshow {
  padding-bottom: 20px;
}
.proshow .left-pro {
  width: 374px;
  float: left;
}
.proshow .left-pro .t2 {
  margin-left: 4px;
}
.proshow .left-pro .t2 table {
  background-color: #fff;
  border: 1px solid #eee;
}
.proshow .left-pro .t1 {
  width: 374px;
  float: left;
}
.proshow .left-pro #showArea img {
  cursor: pointer;
  display: block;
  width: 89px;
  border: 1px solid #eee;
  height: 66px;
  float: left;
  margin-left: 4px;
}
.proshow .left-pro #main_img {
  cursor: pointer;
  display: block;
}
.proshow .left-pro #showArea {
  overflow: hidden;
  margin-top: 5px;
}
.proshow .right-pro {
  width: 430px;
  float: right;
}
.proshow .right-pro h1 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}


.product-news .items-bg .list ul{
  display: block;
  height:550px;
}
.product_scroll{
  height:550px;
  overflow: hidden;
  border: 1px #ebebeb solid;
}

.subnav-two {
  display:none;
  min-width: 160px;
  text-align: left;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  padding: 10px;
}
.subnav-two a {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: dotted  1px #ccc;
}

.right-content img{
max-width:833px;
}

.protable{
	width:100%;
}
.protable th,.protable td{
	height:40px;
	line-height:40px;
	vertical-align:top;
}
.protable td input[type=text],.protable td textarea{
	margin:0;
	padding:0 5px;
	height:33px;
	line-height: 33px;
	font-size:14px;
	border:1px solid #CCC;
	width:300px;

}

.protable th{
	width:12%;
	text-align:right;
	padding-right:10px;
}
