@charset "gb2312";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style-type: none;
}
body,
textarea,
input {
  resize: none;
  font-family: Microsoft YaHei,Î¢ÈíÑÅºÚ,MicrosoftJhengHei,»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
}
.editor-label {
  margin: 1em 0 0 0;
}
.editor-field {
  margin: .5em 0 0 0;
}
.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #fee;
}
.validation-summary-errors {
  font-weight: 700;
  color: red;
}
.validation-summary-valid {
  display: none;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 20px;
  text-align: center;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100vh;
  font-size: 0.75em;
}
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 2%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background: gradient(#ffffff, #eeeeee) repeat scroll 0 0 #eeeeee;
  background: -webkit-linear-gradient(#ffffff, #eeeeee) repeat scroll 0 0 #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee) repeat scroll 0 0 #eeeeee;
  background: #fff;
}
header #other {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
header #other a {
  padding: 0 2%;
}
header a {
  display: block;
}
header a img {
  margin: 0 0px;
  max-width: 60%;
}
#other a img{
	max-width:100%;
	}
main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: block-axis;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 4%;
  padding-bottom: 60px;
}
aside .wap_banner {
  float: left;
  width: 100%;
}
aside .wap_banner_nr {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: auto;
}
aside .wap_banner_nr img {
  width: 100%;
}
aside .wap_banner_nr .roll_img_mb_01 {
  overflow: hidden;
  position: relative;
}
aside .wap_banner_nr .roll_img_mb_01 .img_box {
  overflow: hidden;
  text-align: center;
}
aside .wap_banner_nr .roll_img_mb_01 .img_box img {
  vertical-align: middle;
  min-height: 100px;
  height: auto !important;
  width: 100% !important;
}
aside .wap_banner_nr .roll_img_mb_01 .nav_box {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 0px;
}
aside .wap_banner_nr .roll_img_mb_01 .nav_box ul li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  font-size: 0;
  overflow: hidden;
  float: left;
  margin: 4px;
  background: #ddd;
}
aside .wap_banner_nr .roll_img_mb_01 .nav_box ul li.li_on {
  background: #ce0000;
}
section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
section div {
  flex: 0 1 48%;
  -webkit-flex: 0 1 48%;
  float: left;
  width: 48%;
  margin: 7px 1% 0 1%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #CCCCCC;
}
section div.cl {
  flex: 0 1 99%;
  -webkit-flex: 0 1 99%;
  float: left;
  width: 99%;
  margin: 7px 1% 0 1%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #CCCCCC;
}

section div.sele,section div.sele a{
	background: #ce0000;
	color:#FFF;}
menu {
  display: none;
  max-width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
menu ul {
  display: flex;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  border-bottom: 1px solid #c7c7c7;
}
menu ul li {
  padding: 4px 0;
  height: 32px;
  flex: 0 1 49%;
  -webkit-flex: 0 1 49%;
  float: left;
  width: 49%;
  border-left: 1px solid #c7c7c7;
  text-align: center;
  line-height: 32px;
  color:#000
}
menu ul li a{
	color:#000}
menu ul li.onm a{
	color:#FFF;}

menu ul li:first-child,
menu ul li.Special {
  -webkit-box-flex: 1;
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  width: 100%;
  text-align: left;
}
menu ul li:first-child {
  padding-left: 1vw;
  font-weight: bold;
  background-color: #c9c9c9;
}
menu ul li:first-child:hover,menu ul li:first-child.onm {
  background-color: #ce0000;
  color:#FFF
}
menu ul li.Special {
  padding-left: 2vw;
}
menu ul li:hover {
  background: #ce0000 ;
  color:#FFF;
}
menu ul li:hover a {
  color: #fff;
}
article {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 5px;
}
article img {
  max-width: 100%;
}
article h1,
article h3 {
  text-align: center;
}
article h1 {
  font-size: 14px;
  margin-bottom:10px;
}
article h3 {
  text-align: center;margin-bottom:10px;
  font-weight:normal;
}
article .info {
  line-height: 1.5;
  word-break: break-all;
}
article .info p{
	margin-bottom:10px;}
article .info > div table tr > td {
  font-size: 0.75em;
}
article .nextpro p {
  line-height: 2.5;
}
article .jbs_tb_1 th {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}
article .jbs_tb_1 td {
  padding: 5px;
}
article .jbs_txt {
  width: 50vw;
  height: 26px;
  border: 1px solid #ccc;
  line-height: 26px;
  padding: 2px 5px;
  border-radius: 3px;
  outline: none;
}
article .jbs_txt:focus,
article .jbs_txtarea:focus {
  border: 1px solid #be1415;
}
article .jbs_txtarea {
  width: 60vw;
  height: 90px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  outline: none;
}
article .jbs_age {
  width: 20vh;
}
article .jbs_tel {
  width: 35vh;
}
article .jbs_hong {
  color: #be1415;
}
article .jbs_submit {
  width: 95px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 0px;
  background: #be1415;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
article .jn_main {
  line-height: 22px;
  padding: 10px 10% 0 10%;
}
article .jn_main .jn_box {
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
article .jn_main .jn_box .lt {
  float: left;
  width: 10%;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
article .jn_main .jn_box .rt {
  float: left;
  width: 90%;
}
article .jn_main .jn_box .txt,
article .jn_main .jn_box .txtarea {
  border: 1px solid #DBDBDB;
  padding: 5px;
  border-radius: 3px;
  width: 90%;
}
article .jn_main .jn_box .txt :focus,
article .jn_main .jn_box .txtarea :focus {
  border: 1px solid #be1415;
}
article .jn_main .jn_box .txt {
  height: 20px;
  line-height: 20px;
}
article .jn_main .jn_box .cod {
  width: 20%;
  vertical-align: top;
  cursor: pointer;
}
article .jn_main .jn_box .txtarea {
  height: 120px;
  font-size: 13px;
}
article .jn_main .jn_box .btn {
  padding: 6px;
  text-align: center;
  border: 0px;
  background: #029BC4;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
#newslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
#newslist li {
  border-bottom: 1px dashed #666;
  overflow: hidden;
  padding:10px 0px;
}
#newslist .jbs_tb {
  border-left: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  margin: 3vh auto 0 auto;
}
#newslist .jbs_tb td {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 3px;
}
#newslist .jbs_tb td.bkg {
  background: #efefef;
}
#newslist .jbs_tb td.cont {
  line-height: 22px;
}
#newslist .jbs_btn {
  padding: 2px 5px;
  cursor: pointer;
  border: 1px solid #A7A7A7;
  background: #eee;
}
#productslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
#productslist ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  word-spacing: -0.5em;
}
#productslist ul li {
  -webkit-flex: 0 1 47%;
  flex: 0 1 47%;
  width: 47%;
  margin: 1.5vh 1.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
}
#productslist ul li img {
  vertical-align: top;
  width: 99%;
  border:solid 1px #ccc;
}
#productslist ul li p {
  margin-top: 2px;
  line-height: 1.5;
  background:#333333;
  color:#FFF;
  padding:8px;
}
#productslist ul li p a{
	color:#FFF;}
#productslist ul li.honor {
  -webkit-flex: 0 1 48%;
  flex: 0 1 48%;
  width: 48%;
  margin: 4px 1%;
}
#page {
  padding: 15px 0;
  text-align: center;
}
#page a {
  padding: 1% 2%;
  margin: 0 3px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
}
#page a:hover,
#page a.current {
  background-color: #0066A6;
}
nav {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -webkit-flex-flow: row wrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  padding-bottom: 7%;
}
nav > div {
  float: left;
  width: 33%;
  flex: 0 1 33%;
  -webkit-flex: 0 1 33%;
  text-align: center;
  margin-top: 7%;
}
nav > div img {
  width: 80%;
}
nav > div p {
  line-height: 2.5;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #363636;
  height: 40px;
  padding: 10px 0;
}
footer div {
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
  text-align: center;
}
footer div img {
  vertical-align: middle;
  height:30px;
}
@media screen and (max-width: 440px) {
 /* footer div img {
    display:;
  }*/
}
footer div a {
  vertical-align: middle;
  color: #fff;
}
@media screen and (min-width: 340px) {
  footer div a {
    font-size: 1.25em;
  }
}
