body {
  margin: 0 auto;
  padding: 0;
  font-family: Microsoft YaHei;
  background: #e0e0e0;
  font-size: 100%;
  color: #3c3c3c;
  padding-bottom:14%;
}
/*@media all and (min-width: 640px) {
  body {
    width: 640px;
    margin: 0 auto;
  }
}*/
html,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
ol,
span,
p {
  margin: 0;
  padding: 0;
}
select {
  border: 0 none;
}
input,
textarea,
select {
  outline: none;
  border: 0 none;
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.index .header img {
  width: 100%;
  display: block;
}
.index .pinpai {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
}
.index .pinpai .title {
  width: 100%;
  display: inline-block;
  background: url(/images/sj/line.jpg) repeat-x 0 26%;
  margin-top: 4%;
}
.index .pinpai .title h2 {
  font-size: 1.125rem;
  color: #2a2a2a;
  display: inline-block;
  padding: 0 2%;
  background-color: #fff;
}
.index .pinpai .title span {
  font-size: 0.625rem;
  color: #888888;
  display: block;
  padding: 2% 0;
}
.index .pinpai .brand ul {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2%;
}
.index .pinpai .brand ul li {
  text-align: center;
  width: 33.33333%;
  float: left;
}
.index .pinpai .brand ul li img {
  width: 100%;
  display: inline-block;
}
.index .oem {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
  margin-top: 1%;
}
.index .oem .title {
  width: 100%;
  display: inline-block;
  background: url(/images/sj/line.jpg) repeat-x 0 26%;
  margin-top: 4%;
}
.index .oem .title h2 {
  font-size: 1.125rem;
  color: #2a2a2a;
  display: inline-block;
  padding: 0 2%;
  background-color: #fff;
}
.index .oem .title span {
  font-size: 0.625rem;
  color: #888888;
  display: block;
  padding: 2% 0;
}
.index .oem .title span a {
  color: #28bc7b;
  text-decoration: none;
}
.index .oem .content {
  margin-top: 4%;
}
.index .oem .content .txt1 {
  color: #353535;
  font-size: 0.75rem;
}
.index .oem .content .txt2 {
  color: #353535;
  font-size: 0.625rem;
}
.index .oem .content img {
  width: 100%;
  margin-top: 4%;
}
.index .oem .content .txt3 {
  color: #6a6a6a;
  font-size: 0.5625rem;
  margin-top: 2%;
  line-height: 200%;
  text-align: left;
}
.index .company {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
  padding-bottom: 6%;
}
.index .company .title {
  width: 100%;
}
.index .company .title h3 {
  font-size: 0.875rem;
  color: #2a2a2a;
  display: inline-block;
  padding: 8% 0;
  background-color: #fff;
}
.index .company .content ul {
  width: 100%;
  overflow: hidden;
}
.index .company .content ul li {
  width: 15%;
  float: left;
  margin: 0 2.5%;
}
.index .company .content ul li img {
  width: 100%;
}
.index .company .content ul li span {
  font-size: 0.5625rem;
  color: #353535;
  display: block;
}
.index .news {
  padding: 0 2%;
  text-align: center;
  overflow: hidden;
  background: #fff url(/images/sj/newsbg.jpg) no-repeat bottom;
  background-size: 100%;
  margin-top: 2%;
}
.index .news .title {
  overflow: hidden;
  padding-top: 6%;
}
.index .news .title h2 {
  color: #2a2a2a;
  font-size: 0.8125rem;
  float: left;
}
.index .news .title a {
  padding: 1% 2%;
  color: #cc0003;
  display: inline-block;
  border: 1px solid #dadada;
  border-radius: 2%;
  text-align: center;
  text-decoration: none;
  font-size: 0.5rem;
  float: right;
}
.index .news .top dl {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 4%;
  border-bottom: 0.0625rem solid #ededed;
  padding-bottom: 2%;
}
.index .news .top dl dt {
  width: 30%;
  float: left;
  margin-right: 2%;
}
.index .news .top dl dt img {
  width: 100%;
}
.index .news .top dl dd {
  width: 68%;
  float: left;
}
.index .news .top dl dd h3 {
  color: #333333;
  font-size: 0.6875rem;
}
.index .news .top dl dd .txt {
  color: #686868;
  font-size: 0.5rem;
}
.index .news .top dl dd span {
  color: #333333;
  font-size: 0.5625rem;
}
.index .news .bot {
  padding-bottom: 30%;
}
.index .news .bot ul li {
  text-align: left;
  margin-top: 2%;
  padding-bottom: 2%;
  border-bottom: 0.0625rem solid #ededed;
}
.index .news .bot ul li h3 {
  font-size: 0.625rem;
  color: #333333;
}
.index .news .bot ul li a{ text-decoration:none;}
.index .news .bot ul li .txt {
  font-size: 0.5rem;
  color: #686868;
}
.index .news .bot ul li span {
  font-size: 0.5625rem;
  color: #333333;
}
.index .news .bot ul .last {
  border: 0 none;
}
.footer {
  width: 100%;
  background: url(/images/sj/footer_bg.jpg) repeat-x;
  text-align: center;
}
.footer ul {
  overflow: hidden;
  width: 100%;
}
.footer ul li {
  width: 14.66666666%;
  float: left;
  padding-top: 2%;
  margin: 0 1%;
}
.footer ul li a {
  color: #ffffff;
  font-size: 0.5625rem;
  text-decoration: none;
}
.footer ul li a img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.footer ul .on {
  background: url(/images/sj/libg.jpg) no-repeat;
  background-size: contain;
}
.index .fixed {
  position: fixed;
  bottom: 0;
}
.index .head {
  width: 100%;
  background-color: #e60012;
}
.index .head h2 {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 2% 4%;
  display: inline-block;
}
.index .head a {
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  margin: 2% 4%;
  display: inline-block;
}
.index .aboutus {
  padding: 2% 2%;
  text-align: center;
  background-color: #ffffff;
}
ul.classlist {
  overflow: hidden;
}
ul.classlist li {
  width: 46%;
  float: left;
  margin: 2% 2%;
}
ul.classlist li a {
  color: #ffffff;
  font-size: 0.75rem;
  text-decoration: none;
  overflow: hidden;
}
ul.classlist li a img {
  width: 100%;
  float: left;
}
ul.classlist li a span {
  width: 100%;
  padding: 2% 0;
  float: left;
  background: #e60012 url(/images/sj/aboutusbg.jpg) no-repeat 0 bottom;
  background-size: contain;
  text-align:center;
}
.index .jianjie {
  padding: 0 1%;
  text-align: center;
  background-color: #fff;
}
.index .jianjie .video {
  width: 100%;
  margin-bottom: 10%;
}
.index .jianjie .video img {
  width: 100%;
}
.index .jianjie .title {
  width: 100%;
  margin-bottom: 10%;
}
.index .jianjie .title img {
  width: 100%;
}
.index .jianjie .content {
  color: #2d2d2d;
}
.index .jianjie .content .txt .top h2 {
  font-size: 0.9375rem;
  font-weight: normal;
}
.index .jianjie .content .txt .top .p {
  font-size: 0.8125rem;
  margin: 1% 0;
}
.index .jianjie .content .txt .top .p b {
  font-size: 0.8125rem;
}
.index .jianjie .content .txt .top span {
  font-size: 0.625rem;
  margin-bottom: 2%;
  display: inline-block;
}
.index .jianjie .content .txt .bot {
  text-align: left;
}
.index .jianjie .content .txt .bot .p {
  font-size: 0.625rem;
  text-indent: 2em;
  margin-top: 2%;
}
.index .jianjie .content .img ul {
  overflow: hidden;
  margin-top: 10%;
}
.index .jianjie .content .img ul li {
  width: 46%;
  float: left;
  margin: 2%;
}
.index .jianjie .content .img ul li img {
  width: 100%;
}
.index .jianjie .pinpai h2 {
  color: #313131;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid #e60012;
  display: inline-block;
  margin-bottom: 10%;
}
.index .jianjie .pinpai ul {
  overflow: hidden;
}
.index .jianjie .pinpai ul li {
  width: 33.333333%;
  float: left;
}
.index .jianjie .pinpai ul li img {
  width: 100%;
}
.index .youshi {
  padding: 0 2%;
  background-color: #fff;
}
.index .youshi .top {
  color: #2d2d2d;
  width: 100%;
}
.index .youshi .top img {
  width: 100%;
}
.index .youshi .top h2 {
  font-size: 0.9375rem;
  margin-top: 10%;
  margin-bottom: 4%;
}
.index .youshi .top .txt {
  font-size: 0.625rem;
}
.index .youshi .gushi {
  color: #2d2d2d;
  width: 100%;
}
.index .youshi .gushi h2 {
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 10%;
  margin-bottom: 4%;
}
.index .youshi .gushi .txt {
  font-size: 0.625rem;
  margin-bottom: 4%;
}
.index .youshi .gushi img {
  width: 100%;
}
.index .youshi .gushi ul {
  overflow: hidden;
}
.index .youshi .gushi ul li {
  width: 31.33333%;
  float: left;
  margin: 1%;
}
.index .youshi .gushi ul li img {
  width: 100%;
}
.index .youshi .gushi .jinru {
  text-align: center;
}
.index .youshi .gushi .jinru a {
  padding: 1% 9% 1% 2%;
  color: #ffffff;
  background: url(/images/sj/arrow.jpg) no-repeat;
  background-size: cover;
  display: inline-block;
  text-decoration: none;
  font-size: 0.78125rem;
  margin: 2% 0 6% 0;
}
.index .oem {
  padding: 2% 1%;
  color: #2d2d2d;
  text-align: center;
  background-color: #ffffff;
}
.index .oem .top {
  text-align: left;
  width: 100%;
  font-size: 0.625rem;
}
.index .oem .top h2 {
  font-size: 0.9375rem;
  margin-bottom: 2%;
}
.index .oem .duixiang {
  width: 100%;
  padding: 4% 0;
}
.index .oem .duixiang h2 {
  font-size: 0.8125rem;
  text-align: left;
}
.index .oem .duixiang img {
  width: 100%;
  margin: 4% 0;
}
.index .oem .duixiang h3 {
  text-align: left;
  font-size: 0.625rem;
  font-weight: normal;
  margin-top: 4%;
}
.index .oem .duixiang ul {
  text-align: left;
}
.index .oem .duixiang ul li {
  font-size: 0.625rem;
}
.index .oem .case {
  width: 100%;
  text-align: left;
  color: #2d2d2d;
}
.index .oem .case h2 {
  font-size: 0.8125rem;
  margin-bottom: 4%;
}
.index .oem .case img {
  width: 100%;
}
.index .oem .case h3 {
  font-weight: normal;
  font-size: 0.625rem;
  margin: 4% 0;
}
.index .oem .case ul li {
  font-size: 0.625rem;
}
.index .oem .shili {
  width: 100%;
  color: #2d2d2d;
}
.index .oem .shili h2 {
  font-size: 0.9375rem;
  margin: 4% 0;
}
.index .oem .shili ul {
  overflow: hidden;
}
.index .oem .shili ul li {
  width: 48%;
  margin: 2% 1%;
  float: left;
}
.index .oem .shili ul li img {
  width: 50%;
}
.index .oem .shili ul li h3 {
  font-size: 0.75rem;
  margin-bottom: 4%;
}
.index .oem .shili ul li .txt {
  text-align: left;
  font-size: 0.5625rem;
}
.index .oem .liucheng {
  width: 100%;
  color: #2d2d2d;
}
.index .oem .liucheng h2 {
  font-size: 0.9375rem;
  margin: 10% 0;
}
.index .oem .liucheng img {
  width: 100%;
}
.index .oem .liucheng ul {
  overflow: hidden;
}
.index .oem .liucheng ul li {
  float: left;
  margin: 1%;
}
.index .oem .liucheng ul li img {
  width: 100%;
}
.index .oem .liucheng ul .one {
  width: 68%;
}
.index .oem .liucheng ul .two {
  width: 28%;
}
.index .oem .liucheng ul .three {
  width: 30.5%;
}
.index .oem .liucheng ul .four {
  width: 35.5%;
}
.index .oem .liucheng ul .five {
  width: 26.5%;
}
.newslist {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
}
.newslist dl {
  width: 100%;
  overflow: hidden;
  padding: 4% 0;
  background-color: #fff;
  text-align: left;
}
.newslist dl dt {
  width: 27.34375%;
  float: left;
}
.newslist dl dt img {
  width: 100%;
  float: left;
}
.newslist dl dd {
  width: 70%;
  float: right;
}
.newslist dl dd h3 {
  color: #333333;
  font-size: 0.6875rem;
}
.newslist dl dd .txt {
  color: #686868;
  font-size: 0.5rem;
}
.newslist dl dd span {
  color: #333333;
  font-size: 0.5625rem;
}
.newslist a {
  font-size: 0.59375rem;
  color: #ffffff;
  display: inline-block;
  /*background-color: #e60012;*/
  text-decoration: none;
}
.newslist .shang {
  background: url(/images/sj/shang.jpg) no-repeat left;
  background-size: contain;
  padding: 2% 2% 2% 6%;
}
.newslist .xia {
  background: url(/images/sj/xia.jpg) no-repeat right;
  background-size: contain;
  padding: 2% 6% 2% 2%;
}
.imglist {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
}
.imglist ul {
  width: 100%;
  overflow: hidden;
}
.imglist ul li {
  width: 48%;
  float: left;
  margin: 1% 1%;
}
.imglist ul li a {
  font-size: 0.5rem;
  color: #333333;
  text-decoration: none;
}
.imglist ul li a img {
  width: 100%;
}
.index .hezuo {
  padding: 0 2%;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.index .hezuo h2 {
  text-align: left;
  color: #2d2d2d;
  font-size: 0.9375rem;
  margin: 2% 0;
}
.index .hezuo .txt {
  text-align: left;
  font-size: 0.625rem;
  color: #2d2d2d;
  text-indent: 2em;
}
.index .hezuo img {
  width: 100%;
}
.index .call {
  background-color: #fff;
  width: 100%;
}
.index .call h2 {
  padding: 0 4%;
  color: #2e2e2e;
  font-size: 0.75rem;
}
.index .call b {
  padding: 0 4%;
  font-size: 0.9375rem;
  color: #e60012;
}
.index .call .txt {
  padding: 0 4%;
  line-height: 200%;
  font-size: 0.75rem;
  color: #2e2e2e;
}
.index .call img {
  width: 100%;
}

.textbox{ overflow:hidden;}

.focus .hd{ overflow:hidden; height:0;}

.nr{ background-color:#fff; padding:3%;}

.footpage{ text-align:center;}
.footpage span{ margin:0 5%;}
.footpage span a{ color:#2d2d2d;}

.infocontent{ overflow:hidden; text-align:left;}

.form {
    font-size: 0.75rem;
}
.form input.tb {
    border: 1px solid #e0e0e0;
    width: 100%;
    line-height: 200%;
    border-radius: 5px;
    padding-left:10px;
}
.form input.tb1 {
    border: 1px solid #e0e0e0;
    width: 50%;
    line-height: 200%;
    border-radius: 3px;
    padding-left: 10px;
}
.form label {
    font-size: 0.65rem;
    cursor: pointer;
}
.form .btn1 {
    width: 120px;
    height: 38px;
    color: #ffffff;
    line-height: 38px;
    background: url(/images/more.jpg) no-repeat;
    display: inline-block;
    text-decoration: none;
    padding-right: 20px;
    font-size:1rem;
    font-family:"Î¢ÈíÑÅºÚ";
    cursor:pointer;
}

.infotitle{ text-align:center; font-weight:bold;}
.infocontent{ text-align:left; overflow:hidden;}